.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.brand-link {
  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;
  font-size: 23px;
  font-weight: 700;
}

.nav-wrapper-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.globe {
  margin-right: 10px;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  opacity: 0.8;
}

.logo-txt {
  margin-top: 3px;
  color: #000;
  line-height: 23px;
}

.blue {
  color: #3b2ae5;
}

.blue-nav-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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-color: #000;
  color: #fff;
  font-weight: 600;
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: #fff;
}

.dropdown-list.grid.w--open {
  border-bottom-style: none;
  border-left-style: none;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle:hover {
  color: #3b2ae5;
}

.nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px none #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.nav-link:hover {
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  color: #424242;
}

.nav-link.w--current {
  color: #3b2ae5;
}

.nav-link.in-drop {
  width: 100%;
  border-bottom-style: solid;
  border-bottom-color: #dbdbdb;
  border-left-style: solid;
  border-left-color: #dbdbdb;
}

.nav-link.dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
}

.button {
  margin-bottom: 40px;
  padding: 13px 22px;
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
}

.button:hover {
  opacity: 0.8;
}

.button.nav {
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-transform: none;
}

.button.nav:hover {
  opacity: 0.8;
}

.button.nav.hero-nav {
  margin-bottom: 0px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.button.nav.color {
  margin-bottom: 0px;
  background-color: #ec1c2c;
}

.button.all-products {
  margin-bottom: 60px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-01 {
  height: 48px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  font-size: 16px;
  line-height: 22px;
}

.text-field-01:active {
  border-color: #dbdbdb;
  color: #3b2ae5;
}

.hero-content-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message {
  color: #000;
}

.heading-1 {
  position: static;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  text-transform: capitalize;
}

.paragraph {
  margin-bottom: 20px;
  opacity: 0.75;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.hero-form-block {
  width: 85%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.hero-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-section-05 {
  display: none;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(41%, rgba(0, 0, 0, 0.8)), to(hsla(0, 0%, 100%, 0))), url('../images/Blendtec_Homepage_Banner_Lids_1600x.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 41%, hsla(0, 0%, 100%, 0)), url('../images/Blendtec_Homepage_Banner_Lids_1600x.jpg');
  background-position: 0px 0px, 50% 50%;
}

.inner-hero-content-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: transparent;
  color: #fff;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-section-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #dbdbdb;
}

.section-title {
  margin-bottom: 10px;
  color: #3b2ae5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.content-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.secondary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.secondary-button:hover {
  opacity: 0.8;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.secondary-button.no-left-margin {
  margin-top: 0px;
  margin-left: 0px;
}

.secondary-button.no-left-margin {
  margin-top: 20px;
  margin-left: 0px;
}

.image-in-div {
  position: relative;
  z-index: 2;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
}

.image-content-section {
  position: relative;
}

.paragraph-2 {
  opacity: 0.75;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.content-section-inner-01 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.border-effect {
  position: absolute;
  left: 15px;
  top: -20px;
  right: -20px;
  bottom: 15px;
  z-index: 1;
  border-style: solid;
  border-width: 5px;
  border-color: #000;
  background-color: #000;
}

.right-arrow {
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.content-left-inner-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none none solid;
  border-width: 5px;
  border-color: #000 #000 #000 #000;
}

.content-section-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #dbdbdb;
}

.icon-div {
  margin-bottom: 20px;
  padding: 13px;
}

.icon-div.smaller {
  margin-bottom: 20px;
  padding: 0px;
  text-align: left;
}

.content-card-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 200px;
  padding: 100px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/all-features.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/all-features.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.content-card-03:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.07);
}

.content-card-03._2nd {
  min-height: 200px;
  min-width: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/Frame-9.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/Frame-9.jpg');
}

.content-card-03._3rd {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/Frame-10.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/Frame-10.jpg');
}

.content-card-03._4th {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/Frame-11.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/Frame-11.jpg');
}

.content-card-03._5th {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/touch-interface.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/touch-interface.jpg');
}

.content-card-03._6th {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(hsla(0, 0%, 100%, 0))), url('../images/Frame-8.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.64), hsla(0, 0%, 100%, 0)), url('../images/Frame-8.jpg');
}

.content-wrap-left-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-grid-03 {
  width: 100%;
  max-width: 1100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.image {
  display: block;
  margin-bottom: 10px;
}

.socials-in-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none #dbdbdb;
}

.globe-2 {
  max-width: 150px;
  margin-right: 10px;
}

.footer-section-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #dbdbdb;
}

.platform-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  max-height: 22px;
  max-width: 22px;
  margin-right: 0px;
  padding: 4px;
  -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-color: #000;
}

.legal-info {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.legal-info.small-footer {
  margin-top: 0px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-align: center;
}

.footer-wrap-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-link-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.social-link-nav:hover {
  opacity: 0.8;
}

.content-section-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #dbdbdb;
}

.content-section-02.zero {
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 50px;
}

.content-grid-02 {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-grid-02.grid2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-02-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-card-02 {
  padding: 300px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb #dbdbdb #dbdbdb #dbdbdb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.content-card-02:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.07);
}

.content-card-02.c2nd {
  padding-top: 400px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(hsla(0, 0%, 100%, 0))), url('../images/designer-min.jpg');
  background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0)), url('../images/designer-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.content-card-02.c3rd {
  padding-top: 400px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(hsla(0, 0%, 100%, 0))), url('../images/pro-min.jpg');
  background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0)), url('../images/pro-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  text-decoration: none;
}

.content-card-02.c1st {
  padding-top: 400px;
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0)), url('../images/classic-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.content-card-02.c1st.c2st {
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/classic-min.jpg');
}

.content-card-02.c1st.c3st {
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/designer-min.jpg');
}

.content-card-02.c1st.c4st {
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 35%), url('../images/pro-min.jpg');
}

.content-card-02.c1st.grid-hero {
  background-image: linear-gradient(21deg, #000, hsla(0, 0%, 100%, 0) 50%), url('../images/kristi-stocking.jpg');
}

.paragraph-3 {
  opacity: 0.75;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-2-2 {
  margin-top: 0px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.heading-2-2.center {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.heading-3-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.text-block {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.text-block-4 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.element-intro-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 40px 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #dbdbdb;
  border-left: 5px none #fff;
  color: #fff;
}

.heading-1-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

.paragraph-4 {
  opacity: 0.75;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.link-on-blue {
  color: #333;
}

.inner-hero-content-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: #fff;
}

.hero-section-02 {
  display: block;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bread_Desktop_1_2376x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bread_Desktop_1_2376x.jpg');
  background-position: 0px 0px, 50% 50%;
}

.heading-1-3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  text-transform: capitalize;
}

.paragraph-5 {
  opacity: 0.75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-5.no-bottom-pad {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
}

.button-2 {
  padding: 13px 22px;
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
}

.button-2:hover {
  opacity: 0.8;
}

.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, right top, from(transparent), to(#fff));
  background-image: linear-gradient(90deg, transparent, #fff);
}

.text-block-5 {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 1px 1px 20px #515151;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.link {
  color: #ec1c2c;
  text-decoration: underline;
}

.image-2 {
  width: 300px;
}

.content-grid-02-2 {
  width: 100%;
  max-width: 1100px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-card-02-2 {
  padding: 20px;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #dbdbdb #dbdbdb #dbdbdb #3b2ae5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.content-card-02-2:hover {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.07);
}

.icon-div-2 {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  padding: 13px;
  background-color: #3b2ae5;
}

.heading-3-3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.card-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 225px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #dbdbdb;
  background-image: url('../images/man-on-computer.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-image._1 {
  background-image: url('../images/made-in-us.jpg');
}

.card-image._2 {
  background-image: url('../images/cok-yonlu.jpg');
}

.card-image._3 {
  background-image: url('../images/super-guclu.jpg');
}

.inner-card-content-02 {
  padding: 20px;
}

.card-02-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: 30px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.card-content-02 {
  width: 90%;
  margin-top: -70px;
  padding: 0px;
  border-style: solid;
  border-width: 5px 1px 1px;
  border-color: #000 #dbdbdb #dbdbdb;
  background-color: #fff;
}

.inner-hero-content-01-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: hsla(0, 0%, 100%, 0.81);
}

.hero-section-02-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Blendtec_Homepage_Banner_Lids_1600x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.button-3 {
  padding: 13px 22px;
  border-radius: 0px;
  background-color: #3b2ae5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
}

.button-3:hover {
  opacity: 0.8;
}

.youtube {
  background-image: none;
  background-size: cover;
}

.div-block-3 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-inner {
    padding: 10px 20px;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 14px 13px -3px rgba(0, 0, 0, 0.11);
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.nav {
    display: none;
  }

  .hamburger {
    width: 40px;
    padding-top: 3px;
  }

  .hero-content-01 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-section-01 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrap-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-section-inner-01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .border-effect {
    display: none;
  }

  .content-section-03 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrap-left-03 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-grid-03 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrap-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-section-02 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-grid-02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-02-title-div {
    text-align: center;
  }

  .content-grid-02-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 35px;
    line-height: 45px;
  }

  .content-section-01 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrap-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-section-03 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrap-left-03 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-grid-03 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-grid-02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-02-title-div {
    text-align: center;
  }

  .element-intro-header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .heading-1-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-1-3 {
    font-size: 35px;
    line-height: 45px;
  }

  .image-2 {
    width: 300px;
  }

  .content-grid-02-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .card-02-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .brand-link {
    padding-left: 0px;
  }

  .dropdown-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button.nav.hero-nav {
    display: block;
  }

  .button.all-products {
    text-align: center;
  }

  .hero-form-block {
    width: 100%;
  }

  .hero-section-05 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .inner-hero-content-04 {
    padding: 0px;
  }

  .content-wrap-left {
    margin-bottom: 20px;
  }

  .content-left-inner-03 {
    margin-bottom: 20px;
    padding-left: 0px;
    border-left-style: none;
  }

  .content-section-03 {
    padding-top: 50px;
  }

  .content-grid-03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .socials-in-footer {
    margin-left: -20px;
  }

  .footer-section-02 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .platform-icon {
    min-height: 22px;
    min-width: 22px;
  }

  .footer-wrap-02 {
    text-align: center;
  }

  .social-link-nav {
    margin-bottom: 10px;
  }

  .content-grid-02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-grid-02.grid2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .content-02-title-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .heading-2-2.center {
    text-align: left;
  }

  .heading-3-2 {
    font-style: normal;
    font-weight: 400;
  }

  .element-intro-header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .inner-hero-content-01 {
    padding: 40px 20px;
  }

  .text-block-5 {
    line-height: 30px;
  }

  .content-grid-02-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .inner-hero-content-01-2 {
    padding: 40px 20px;
  }
}

