.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #000957;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
}

.container-regular {
  width: 100%;
  max-width: 1440px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.navbar-brand {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-heading-right {
  background-color: #d1e3ff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 40px 60px;
  position: relative;
}

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

.hero-wrapper {
  border-radius: 6px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  display: flex;
}

.hero-split {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.section {
  background-color: #d1e3ff;
  justify-content: center;
  align-items: flex-start;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading {
  margin-top: 5px;
  margin-bottom: 5px;
}

.div-block {
  width: 100%;
  max-width: 1440px;
}

.ts {
  margin-right: 10px;
  position: relative;
}

.pro {
  position: relative;
}

.hero-split-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.image {
  filter: brightness(116%);
  width: 480px;
  padding-top: 30px;
}

.image-2 {
  filter: brightness(107%);
  width: 480px;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.image-3 {
  width: 150px;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.image-4 {
  width: 18px;
  margin-right: 10px;
  padding-top: 3px;
}

.link-block {
  color: #000;
  background-color: #ffbf00;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 12px 32px;
  text-decoration: none;
}

.image-5 {
  width: 17px;
  margin-right: 5px;
}

.image-5.star {
  margin-right: 0;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.div-block-4 {
  order: 0;
  display: flex;
}

.text-block {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.columns {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  border: 1px #ff9d00;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin: 25px 0 0;
  display: flex;
  position: static;
}

.column-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.buy-button-toys {
  color: #000;
  cursor: pointer;
  background-color: #ffb700;
  border: 1px red;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-bottom: 25px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.buy-button-toys:hover {
  color: #fff;
  background-color: #000957;
}

.text-block-2 {
  color: #9e0404;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  display: block;
}

.div-block-6 {
  background-color: #fcbcbc;
  border: 1px dashed #ff0200;
  border-radius: 9px;
  width: 210px;
  margin-bottom: 25px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
}

.column-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-7 {
  background-color: #ff9e02;
  border: 2px #ff9e02;
  border-radius: 3px 0 6px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-8 {
  border: 2px solid #ffb700;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  padding: 20px 40px 40px;
  position: relative;
  box-shadow: 0 2px 35px -6px #0003;
}

.button {
  color: #000957;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000957;
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #000957;
}

.thrust-sync {
  width: 150px;
}

.fleshy-pro, .vacuglide {
  width: 250px;
}

.heading-2 {
  margin-top: 15px;
}

.ai-ultra {
  width: 250px;
}

.max-2 {
  width: 200px;
}

.solare {
  width: 250px;
}

.keon, .calor {
  width: 280px;
}

.section-3 {
  background-color: #000957;
  justify-content: center;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 40px;
  display: flex;
}

.container-3 {
  flex-flow: column;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.heading-3 {
  color: #fff;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.button-2 {
  color: #000;
  background-color: #ffb700;
  background-image: linear-gradient(135deg, #ffb700, #fa5b5b);
  border: .5px #000;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 15px 55px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 1.8rem;
}

.see-more {
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
}

.image-6 {
  width: 15px;
  transform: rotate(-90deg);
}

.div-block-9 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.see-more-text {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-7 {
  width: 40px;
  height: 40px;
}

.see-more-paragraph {
  margin-top: 25px;
  display: none;
}

.div-block-10 {
  background-color: #ffb700;
  border-radius: 5px 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-11 {
  background-color: #e73f3f;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 8px 10px;
  display: flex;
  position: absolute;
  inset: -.1% 0% auto 15%;
}

.text-block-3 {
  color: #fff;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.paragraph-2 {
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.8rem;
  display: block;
}

.bold-text {
  letter-spacing: 0;
  font-weight: 600;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 15px;
  margin-right: 5px;
}

.product {
  border: 2px solid #ffd057;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  padding: 20px 40px 40px;
  position: relative;
  box-shadow: 0 2px 35px -6px #0003;
}

.toy-header {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  text-decoration: underline;
}

.toy-paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.tip-ts {
  color: #fff;
  cursor: pointer;
  background-color: #577bc1;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px 32px;
  text-decoration: none;
}

.tip-ts:hover {
  background-color: #000957;
}

.point {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  display: flex;
}

.point.first {
  margin-top: 10px;
}

.text-block-5 {
  font-family: Open Sans, sans-serif;
}

.article-header {
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
}

.article-date, .author {
  font-family: Open Sans, sans-serif;
}

.paragraph-see-more {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5rem;
}

.bold-text-2 {
  color: #333;
  margin-right: 0;
  font-weight: 700;
}

.bold-text-3 {
  color: #d33f00;
}

.bold-text-4 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5rem;
}

.italic-text {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-span {
  color: #d33f00;
  background-color: #ffeb0300;
  font-weight: 700;
}

.text-block-6 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5rem;
  display: block;
}

.text-span-2 {
  font-weight: 700;
}

.see-more-header {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.heading-4 {
  margin-top: 35px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
}

.bold-text-5 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-7, .text-block-8 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5rem;
}

.text-span-3, .click-here {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.bold-text-6 {
  font-weight: 600;
}

.button-check-price {
  color: #000;
}

.check-price-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.rating-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.top-tier {
  color: #000;
  background-color: #ffcf57;
  border: 2px solid #ffcf57;
  border-top-style: none;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 550px;
  padding: 8px 10px;
  display: flex;
  position: absolute;
  inset: -.1% 0% auto 15%;
}

.number-block {
  background-color: #ffcf57;
  border-radius: 5px 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fleshy-pro-image {
  width: 250px;
}

.glide {
  width: 260px;
}

.glide.titan {
  width: 180px;
}

.glide.calor1 {
  width: 350px;
}

.glide.max2 {
  width: 240px;
}

.glide.keon {
  width: 310px;
}

.rating-block-mobile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: none;
}

.link {
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.product-header {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.heading-5 {
  color: #000;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 2.5rem;
}

.link-block-3, .product-url, .link-2 {
  color: #000;
}

.weakness-bold {
  font-weight: 700;
}

.text-block-9 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.button-ts {
  color: #000957;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000957;
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-ts:hover {
  color: #fff;
  background-color: #000957;
}

.button-pro {
  color: #000957;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000957;
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-pro:hover {
  color: #fff;
  background-color: #000957;
}

.button-vacuglide {
  color: #000957;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000957;
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-vacuglide:hover {
  color: #fff;
  background-color: #000957;
}

.paragraph-pro, .paragraph-ts, .paragraph-vacuglide {
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.8rem;
  display: none;
}

.button-ai-ultra {
  color: #000957;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000957;
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-ai-ultra:hover {
  color: #fff;
  background-color: #000957;
}

.paragraph-ai-ultra {
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.8rem;
  display: none;
}

.button-max2 {
  color: #000957;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000957;
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-max2:hover {
  color: #fff;
  background-color: #000957;
}

.paragraph-max2 {
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.8rem;
  display: none;
}

.button-solace {
  color: #000957;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000957;
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-solace:hover {
  color: #fff;
  background-color: #000957;
}

.paragraph-solace {
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.8rem;
  display: none;
}

.button-keon {
  color: #000957;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000957;
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-keon:hover {
  color: #fff;
  background-color: #000957;
}

.paragraph-keon {
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.8rem;
  display: none;
}

.button-titan {
  color: #000957;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000957;
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-titan:hover {
  color: #fff;
  background-color: #000957;
}

.paragraph-titan {
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.8rem;
  display: none;
}

.button-calor {
  color: #000957;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000957;
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-calor:hover {
  color: #fff;
  background-color: #000957;
}

.paragraph-calor {
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.8rem;
  display: none;
}

.rating-ts {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-9 {
  width: 15px;
}

.ts-star {
  width: 15px;
  margin-right: 5px;
}

.text-block-10 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.ts-image {
  filter: saturate(200%) brightness(116%);
  width: 480px;
  padding-top: 30px;
}

.pro-image {
  filter: saturate(200%) brightness(107%);
  width: 480px;
  padding-top: 50px;
}

.see-more1, .see-more2, .see-more3 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
}

.see-more-paragraph1, .see-more-paragraph2, .see-more-paragraph3 {
  margin-top: 25px;
  display: none;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.span-text {
  color: #d32a16;
  margin-left: 10px;
  margin-right: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

.span-text._2025 {
  color: #333;
  margin-left: 0;
}

.month {
  margin-right: 3px;
}

.update {
  margin-left: 3px;
}

.product-url-pro, .product-url-ts {
  color: #000;
}

.buy-button-pro {
  color: #000;
  cursor: pointer;
  background-color: #ffb700;
  border: 1px red;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-bottom: 25px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.buy-button-pro:hover {
  color: #fff;
  background-color: #000957;
}

.buy-button-ts {
  color: #000;
  cursor: pointer;
  background-color: #ffb700;
  border: 1px red;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-bottom: 25px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.buy-button-ts:hover {
  color: #fff;
  background-color: #000957;
}

.link-block-2-copy {
  color: #000;
  cursor: pointer;
  background-color: #ffb700;
  border: 1px red;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-bottom: 25px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-block-2-copy:hover {
  color: #fff;
  background-color: #000957;
}

.bold-text-9, .bold-text-10, .bold-text-11 {
  font-weight: 400;
}

.bold-text-2-copy {
  color: #333;
  margin-right: 0;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split, .hero-split-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .see-more {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .product {
    flex-flow: column;
    display: flex;
  }

  .see-more1, .see-more2, .see-more3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .div-block-13 {
    display: block;
  }
}

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .columns {
    flex-flow: column;
  }

  .top-tier {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding: 0 12px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-heading-right {
    padding-top: 20px;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    margin-bottom: 0;
  }

  .hero-split {
    order: -9999;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
  }

  .section {
    padding-left: 11px;
    padding-right: 11px;
  }

  .ts {
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    max-height: 350px;
    margin-right: 0;
    display: flex;
  }

  .pro {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    max-height: 350px;
    display: flex;
  }

  .image, .image-2 {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .column {
    padding-top: 25px;
  }

  .section-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block {
    margin-top: 20px;
  }

  .columns {
    border-style: none;
    border-color: #ffd083;
    flex-flow: column;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .buy-button-toys {
    color: #000;
    width: 100%;
  }

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

  .column-3 {
    display: none;
  }

  .div-block-8 {
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button {
    color: #000957;
    background-color: #ffb70000;
    border: 3px solid #000957;
  }

  .button:hover {
    color: #fff;
    border-style: solid;
  }

  .thrust-sync {
    width: 170px;
  }

  .heading-3 {
    margin-left: 5px;
    font-size: 1.4rem;
  }

  .button-2 {
    text-align: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 1.4rem;
  }

  .see-more {
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-6 {
    vertical-align: sub;
    width: 15px;
    margin-top: 7px;
    display: block;
  }

  .div-block-9 {
    align-items: flex-start;
  }

  .see-more-text {
    padding-right: 5px;
    font-size: 20px;
    line-height: 1.6rem;
  }

  .image-7 {
    width: 30px;
    height: 30px;
  }

  .div-block-11 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    inset: -.1% -.5% auto auto;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 1.4rem;
    display: none;
  }

  .bold-text {
    color: #000957;
  }

  .product {
    border-color: #ffcf57;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .toy-header {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .toy-paragraph {
    font-size: 16px;
    line-height: 1.4em;
  }

  .tip-ts {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .point {
    margin-bottom: 10px;
  }

  .article-header {
    font-size: 30px;
  }

  .see-more-header {
    align-items: flex-start;
  }

  .heading-4 {
    font-size: 30px;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .text-span-3 {
    font-size: 25px;
  }

  .check-price-mobile {
    display: block;
  }

  .bold-text-7 {
    color: #000;
  }

  .bold-text-8 {
    font-weight: 600;
  }

  .rating-block {
    display: flex;
  }

  .top-tier {
    border-top-style: solid;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    inset: -.1% -.5% auto auto;
  }

  .number-block {
    background-color: #ffcf57;
  }

  .fleshy-pro-image {
    width: 300px;
  }

  .glide {
    width: 320px;
  }

  .glide.titan {
    width: 150px;
  }

  .glide.calor1, .glide.max2 {
    width: 250px;
  }

  .rating-block-mobile {
    display: flex;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 2.5rem;
  }

  .button-ts {
    color: #000957;
    background-color: #ffb70000;
    border: 3px solid #000957;
  }

  .button-ts:hover {
    color: #fff;
    border-style: solid;
  }

  .button-pro {
    color: #000957;
    background-color: #ffb70000;
    border: 3px solid #000957;
  }

  .button-pro:hover {
    color: #fff;
    border-style: solid;
  }

  .button-vacuglide {
    color: #000957;
    background-color: #ffb70000;
    border: 3px solid #000957;
  }

  .button-vacuglide:hover {
    color: #fff;
    border-style: solid;
  }

  .paragraph-pro, .paragraph-ts, .paragraph-vacuglide {
    font-size: 16px;
    line-height: 1.4rem;
    display: none;
  }

  .button-ai-ultra {
    color: #000957;
    background-color: #ffb70000;
    border: 3px solid #000957;
  }

  .button-ai-ultra:hover {
    color: #fff;
    border-style: solid;
  }

  .paragraph-ai-ultra {
    font-size: 16px;
    line-height: 1.4rem;
    display: none;
  }

  .button-max2 {
    color: #000957;
    background-color: #ffb70000;
    border: 3px solid #000957;
  }

  .button-max2:hover {
    color: #fff;
    border-style: solid;
  }

  .paragraph-max2 {
    font-size: 16px;
    line-height: 1.4rem;
    display: none;
  }

  .button-solace {
    color: #000957;
    background-color: #ffb70000;
    border: 3px solid #000957;
  }

  .button-solace:hover {
    color: #fff;
    border-style: solid;
  }

  .paragraph-solace {
    font-size: 16px;
    line-height: 1.4rem;
    display: none;
  }

  .button-keon {
    color: #000957;
    background-color: #ffb70000;
    border: 3px solid #000957;
  }

  .button-keon:hover {
    color: #fff;
    border-style: solid;
  }

  .paragraph-keon {
    font-size: 16px;
    line-height: 1.4rem;
    display: none;
  }

  .button-titan {
    color: #000957;
    background-color: #ffb70000;
    border: 3px solid #000957;
  }

  .button-titan:hover {
    color: #fff;
    border-style: solid;
  }

  .paragraph-titan {
    font-size: 16px;
    line-height: 1.4rem;
    display: none;
  }

  .button-calor {
    color: #000957;
    background-color: #ffb70000;
    border: 3px solid #000957;
  }

  .button-calor:hover {
    color: #fff;
    border-style: solid;
  }

  .paragraph-calor {
    font-size: 16px;
    line-height: 1.4rem;
    display: none;
  }

  .ts-image {
    filter: saturate(200%) brightness(116%);
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 39px;
  }

  .pro-image {
    filter: saturate(200%) brightness(107%);
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .see-more1, .see-more2, .see-more3 {
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .span-text {
    margin-left: 0;
    font-size: 30px;
  }

  .buy-button-pro, .buy-button-ts, .link-block-2-copy {
    color: #000;
    width: 100%;
  }
}


