@font-face {
  font-family: Made Tommy Soft Personal Use;
  src: url('../fonts/MADE-Tommy-Soft-Bold-PERSONAL-USE.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made Tommy Soft Personal Use;
  src: url('../fonts/MADE-Tommy-Soft-Light-PERSONAL-USE.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made Tommy Soft Personal Use;
  src: url('../fonts/MADE-Tommy-Soft-ExtraBold-PERSONAL-USE.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made Tommy Soft Personal Use;
  src: url('../fonts/MADE-Tommy-Soft-Black-PERSONAL-USE.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made Tommy Soft Personal Use;
  src: url('../fonts/MADE-Tommy-Soft-Medium-PERSONAL-USE.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made Tommy Soft Personal Use;
  src: url('../fonts/MADE-Tommy-Soft-Thin-PERSONAL-USE.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made Tommy Soft Personal Use;
  src: url('../fonts/MADE-Tommy-Soft-Regular-PERSONAL-USE.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --poly-dark-blue: #101f67;
  --polyfyx-font: "Made Tommy Soft Personal Use", sans-serif;
  --poly-dark-orange: #ec7519;
  --poly-light-orange: #ffaa15;
  --white: white;
  --poly-yellow: #ffe115;
  --poly-dark: #061427;
  --poly-light-blue: #5a8eff;
  --black: black;
  --ploy-dark-blue-transparent: var(--poly-dark-blue);
  --white-paragraph: #fff;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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-white {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 1;
  width: 100%;
  max-width: 77svw;
  margin-top: 8px;
  margin-bottom: auto;
  padding: 20px 0;
}

.container {
  width: 100%;
  max-width: 77vw;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-link {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-orange);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--poly-light-orange);
  font-weight: 300;
}

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

.nav-link.white {
  color: var(--white);
  font-size: 16px;
}

.nav-link.white.dropdown, .nav-link.dropdown {
  margin-right: 0;
  padding-right: 0;
}

.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-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

.button-primary {
  background-color: var(--poly-light-orange);
  background-image: linear-gradient(315deg, var(--poly-dark-orange), var(--poly-yellow));
  font-family: var(--polyfyx-font);
  color: var(--poly-dark);
  letter-spacing: normal;
  text-transform: none;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
}

.button-primary:hover, .button-primary:active {
  background-color: var(--poly-yellow);
  color: var(--poly-dark);
}

.button-primary.technology {
  background-image: linear-gradient(315deg, var(--poly-dark-orange), var(--poly-yellow));
  margin-right: 15px;
  text-decoration: none;
  display: flex;
}

.button-primary.navbar {
  background-image: linear-gradient(315deg, var(--poly-dark-orange), var(--poly-yellow));
}

.button-primary.side {
  margin-right: 10px;
}

.button-primary.side.disabled {
  opacity: .4;
}

.last-nav {
  margin-right: 20px;
}

.section {
  background-image: linear-gradient(135deg, var(--poly-light-blue), var(--poly-dark-blue));
  height: 90vh;
  max-height: 750px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-section {
  width: 100%;
  max-width: 940px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  max-width: 750px;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: rotateX(.001deg)rotateY(0)rotateZ(0);
}

.margin-bottom-24px {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.8em;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image {
  width: 450px;
  max-width: none;
  margin-top: 120px;
}

.hero-image.shadow-two {
  width: 80%;
}

.heading {
  font-family: var(--polyfyx-font);
  color: var(--white);
  font-weight: 500;
}

.heading.dark.center {
  color: var(--poly-dark-blue);
  text-align: center;
  font-size: 2.5em;
  font-weight: 500;
}

.heading.center {
  text-align: center;
  font-size: 2.5em;
}

.heading.hero {
  font-size: 2em;
}

.container-white-rounded {
  background-color: #fff;
  border-radius: 16px;
  max-width: 77svw;
  margin-bottom: 100px;
  padding: 60px;
  box-shadow: 0 10px 20px #00000014;
}

.container-white-rounded.technology {
  margin-bottom: 0;
}

.columns {
  display: block;
}

.link-block {
  color: var(--poly-dark);
  text-decoration: none;
}

.image {
  color: var(--poly-dark-orange);
  vertical-align: text-top;
  display: inline-block;
}

.text-block {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  background-color: var(--poly-dark-blue);
  background-image: url('../images/Banner-Background-Polyfyx.svg');
  background-position: 50%;
  background-size: 110%;
  background-attachment: scroll;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 80px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-left: 40px;
  display: flex;
}

.hero-split.left {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 60px;
}

.hero-split.right {
  background-image: url('../images/Polyfyx---CTA-Image.png');
  background-position: 54%;
  background-size: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 34svw;
  max-width: none;
  height: 30svw;
  min-height: 365px;
}

.margin-bottom-24px-2 {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark);
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  list-style-type: disc;
}

.margin-bottom-24px-2.white {
  color: var(--white);
  text-align: center;
}

.margin-bottom-24px-2.white.center {
  color: var(--white);
}

.margin-bottom-24px-2.center {
  text-align: center;
}

.button-secondary {
  border: 2px solid var(--poly-dark-orange);
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-orange);
  letter-spacing: normal;
  text-transform: none;
  background-color: #1a1b1f00;
  border-radius: 60px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-secondary:hover {
  background-color: var(--poly-dark-orange);
  color: #fff;
}

.button-secondary:active {
  background-color: var(--poly-dark-orange);
}

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

.heading-2 {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-blue);
  margin-top: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 42px;
}

.heading-2.white {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 1.8em;
  font-weight: 500;
}

.heading-2.white.center {
  text-align: center;
  margin-bottom: 20px;
}

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

.heading-2.center.installation {
  margin-bottom: 40px;
}

.div-block-2 {
  min-height: 50px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 2px 13px #00000014;
}

.image-2 {
  width: 34px;
  margin: auto;
  display: block;
}

.heading-3 {
  font-family: var(--polyfyx-font);
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}

.heading-3.color {
  width: auto;
  height: auto;
  color: var(--poly-dark-orange);
  text-align: left;
  background-color: #3f3fe600;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 500;
}

.heading-3.dark {
  color: var(--poly-dark-orange);
}

.heading-3.dark.right {
  text-align: left;
  font-size: 28px;
}

.paragraph {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark);
  text-align: center;
  cursor: default;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.6em;
}

.usp-block {
  border-radius: 16px;
  max-width: 290px;
  margin-bottom: 50px;
  padding: 10px;
}

.container-5 {
  border-radius: 16px;
  max-width: 77svw;
  margin-bottom: 0;
  overflow: visible;
}

.pricing-comparison-wrap {
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 140px;
}

.tooltip {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding: 8px 12px;
}

.container-6 {
  width: 100%;
  max-width: 77svw;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}

.tooltip-button {
  cursor: default;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: none;
  position: relative;
}

.tooltip-copy {
  z-index: 1;
  position: relative;
}

.comparison-feature {
  font-family: var(--polyfyx-font);
  color: var(--poly-light-blue);
  padding-top: 28px;
  padding-bottom: 28px;
  font-weight: 400;
  display: flex;
}

.comparison-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #dcdcdc;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.comparison-row.header {
  z-index: 5;
  background-color: #fff;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  place-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  position: sticky;
  top: 85px;
}

.comparison-item {
  padding-top: 28px;
  padding-bottom: 28px;
}

.comparison-item.x {
  background-image: url('../images/x.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.comparison-item.check.with-text {
  padding-left: 24px;
}

.tooltip-wrap {
  z-index: 10;
  justify-content: center;
  width: 300px;
  display: none;
  position: absolute;
  bottom: 40px;
}

.tooltip-arrow {
  z-index: 0;
  background-color: #000;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg);
}

.comparison-header-title {
  font-family: var(--polyfyx-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.comparison-header-title.feature {
  font-family: var(--polyfyx-font);
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
}

.footer-dark {
  background-color: var(--poly-dark-blue);
  font-family: var(--polyfyx-font);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--poly-light-orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  font-family: var(--polyfyx-font);
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-3 {
  color: var(--white);
}

.body {
  background-color: #f6f7f8;
  font-size: 1.3vw;
}

.section-3 {
  max-width: 77svw;
  margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
}

.what-wrapper {
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-what {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split-what.left {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 60px;
}

.hero-split-what.right {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}

.div-block-4 {
  min-height: 40px;
}

.text-span {
  color: var(--poly-light-blue);
  font-weight: 500;
}

.container-8 {
  background-color: var(--poly-light-blue);
  text-align: center;
  border-radius: 16px;
  max-width: 77svw;
  margin-bottom: 120px;
  padding: 60px;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.body-2 {
  background-color: #f6f7f8;
  font-size: 1.3vw;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-5 {
  background-image: url('../images/Polyfyx-Fashion-Apparel-Footwear.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  text-decoration: none;
  display: block;
}

.link-block-2 {
  font-family: var(--polyfyx-font);
  color: var(--white);
  text-decoration: none;
}

.section-4 {
  background-color: var(--white);
  padding-bottom: 60px;
}

.section-5 {
  padding-bottom: 100px;
}

.business-wrapper {
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.body-3 {
  background-color: #f6f7f8;
  font-size: 1.3vw;
}

.section-6 {
  margin-top: 160px;
}

.text-block-3 {
  font-family: var(--polyfyx-font);
  color: var(--poly-light-blue);
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 500;
}

.section-7 {
  background-image: linear-gradient(135deg, var(--poly-light-blue), var(--poly-dark-blue));
  padding-top: 160px;
  padding-bottom: 100px;
}

.section-8 {
  padding-top: 100px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 16px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  font-family: var(--polyfyx-font);
  color: var(--poly-light-blue);
  text-align: left;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.section-9 {
  background-color: var(--white);
}

.container-8-copy {
  background-color: var(--poly-light-blue);
  text-align: center;
  border-radius: 16px;
  padding: 60px;
}

.section-10 {
  background-color: var(--white);
  min-height: 100px;
}

.div-block-6 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  min-width: 50px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-4 {
  background-image: linear-gradient(135deg, var(--poly-light-blue), var(--poly-dark-blue));
  font-size: 1.3vw;
}

.section-11 {
  margin-top: 140px;
}

.container-white-rounded-contact {
  background-color: #fff;
  border-radius: 16px;
  max-width: 77svw;
  margin-bottom: 100px;
  padding-top: 0;
  overflow: clip;
  box-shadow: 0 10px 20px #00000014;
}

.column {
  padding-top: 40px;
  padding-left: 70px;
  padding-right: 60px;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-2 {
  background-image: url('../images/Polyfyx-Contact-Image.svg');
  background-position: 56%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-left: 0;
  display: flex;
}

.div-block-8 {
  height: 640px;
}

.field-label {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-orange);
  margin-bottom: 5px;
  margin-left: 16px;
  font-size: 13px;
  font-weight: 400;
}

.text-field {
  font-family: var(--polyfyx-font);
  color: var(--poly-light-blue);
  background-color: #ececec;
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field::placeholder {
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 400;
}

.text-field.message {
  min-height: 110px;
  margin-bottom: 30px;
}

.columns-3 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.div-block-9 {
  min-width: 95%;
}

.div-block-10 {
  min-width: 95%;
  margin-left: 10px;
}

.text-span-2 {
  background-image: linear-gradient(140deg, var(--poly-yellow), var(--poly-dark-orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.technology-spacer {
  height: 120px;
}

.compare-spacer {
  height: 80px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--poly-light-orange);
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--white);
  margin-top: 20px;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--poly-yellow);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  background-color: #fff;
  border: 0 #a6b1bf;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 44px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  color: var(--poly-dark-blue);
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #9fa4b4cc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: var(--poly-light-blue);
  background-image: url('../images/Polyfyx-Mail-Icon-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-attachment: scroll;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 50px;
  height: 44px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: var(--poly-light-blue);
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.footer-copyright {
  color: var(--white);
  font-size: .8em;
  font-weight: 100;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  width: 20px;
  margin-left: 12px;
}

.success-message {
  background-color: #ffffff40;
  border-radius: 16px;
}

.text-block-4 {
  color: var(--white);
  font-weight: 300;
}

.text-block-5 {
  color: var(--poly-dark-orange);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.error-message {
  border-radius: 16px;
}

.div-block-11 {
  width: 400px;
}

.div-block-12 {
  width: 30px;
  height: 30px;
}

.products-wrapper {
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-spacer {
  height: 100px;
}

.div-block-4-copy {
  text-align: center;
  min-height: 40px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.div-block-13 {
  background-color: var(--poly-light-blue);
  border-radius: 10px;
  width: 45px;
  height: 45px;
  position: fixed;
  inset: auto 20px 20px auto;
}

.div-block-14 {
  background-color: var(--poly-dark-blue);
  width: 100%;
  height: 100px;
  position: fixed;
  box-shadow: 0 2px 8px #00000026;
}

.white-nav-background {
  background-color: var(--white);
  width: 100%;
  height: 100px;
  position: fixed;
  box-shadow: 0 2px 8px #00000026;
}

.form-block {
  font-family: var(--polyfyx-font);
  margin-bottom: 50px;
}

.success-message-2 {
  color: var(--poly-dark);
  background-color: #0614271a;
  border-radius: 16px;
}

.error-message-2 {
  color: #eb3232;
  text-align: center;
  border-radius: 8px;
  margin-top: 19px;
}

.spline-scene {
  width: 450px;
  height: 220px;
}

.spline-scene-2 {
  width: 200px;
  height: 200px;
}

.spline-scene-3 {
  width: 1430px;
  height: 670px;
}

.spline-scene-4 {
  z-index: 10;
  width: 650px;
  height: 580px;
  margin-top: 10px;
  margin-left: 50px;
  position: relative;
  right: 0;
}

.spline-scene-5 {
  width: 377px;
  height: 360px;
}

.div-block-15 {
  border-radius: 16px;
  overflow: hidden;
}

.section-12 {
  background-color: #f6f6f6;
  padding-bottom: 50px;
  box-shadow: 0 -5px 17px #0f1f67;
}

.hero-heading-left-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  perspective: 1000px;
  max-width: 46%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
  transform: rotateX(.001deg)rotateY(0)rotateZ(0);
}

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

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.link-block-3 {
  text-decoration: none;
}

.hero-split-main {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-top: -40px;
  display: flex;
}

.heading-benefits {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-orange);
  text-align: center;
  cursor: default;
  margin-top: 10px;
  font-size: 1.3em;
  font-weight: 500;
}

.heading-benefits.color {
  color: var(--poly-dark-orange);
  text-align: left;
}

.fashion {
  background-image: linear-gradient(#0006, #0006), url('../images/Polyfyx-Fashion-Apparel-Footwear.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.medical {
  background-image: linear-gradient(#0003, #0003), url('../images/Polyfyx-Medical-Sector.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.sports {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Polyfyx-Sports-Recreation.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.automotive {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Polyfyx-Automotive.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.electronics {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Polyfyx-Electronics.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.aviation {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Polyfyx-Aviation.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.military {
  background-image: linear-gradient(#0003, #0003), url('../images/Polyfyx-Military-Law-Enforcement.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.space {
  background-image: linear-gradient(#0006, #0006), url('../images/Polyfyx-Space-Exploration.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.construciton {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Polyfyx-Construction.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.music {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Polyfyx-Music-Entertainement.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.packaging {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Polyfyx-Packaging.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.personal-care {
  background-image: linear-gradient(#0006, #0006), url('../images/Polyfyx-Personal-Care.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.toys {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Polyfyx-Toys.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.body-5 {
  background-color: #f6f7f8;
  font-size: 1.3vw;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 80px;
  padding: 80px 30px 100px;
  display: none;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.section-13 {
  background-color: var(--white);
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  box-shadow: 0 2px 30px #0000001a;
}

.tab-link-tab-1 {
  color: #fff0;
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 12px;
}

.tab-link-tab-1.w--current {
  border-bottom: 2px solid var(--poly-dark-orange);
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 12px;
}

.tab-link-tab-2 {
  background-color: #fff0;
  padding-top: 14px;
  padding-bottom: 12px;
  display: none;
}

.tab-link-tab-2.w--current {
  border-bottom: 2px solid var(--poly-dark-orange);
  background-color: #fff0;
}

.text-block-6 {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-orange);
  font-weight: 400;
}

.text-block-7 {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-orange);
}

.wrapper-product-description {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
}

.tabs-menu {
  border-bottom: 1px solid #ebebeb;
}

.list-2 {
  padding-left: 20px;
}

.list-item {
  margin-bottom: 40px;
}

.list-item-extra {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark);
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 300;
  list-style-type: disc;
}

.list-item-extra.white, .list-item-extra.white.center {
  color: var(--white);
}

.list-item-extra.center {
  text-align: center;
}

.bold-text {
  color: var(--poly-light-blue);
  font-weight: 500;
}

.container-8-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #5a8eff26;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  padding: 0 20px;
  display: flex;
}

.heading-4 {
  font-family: var(--polyfyx-font);
  color: #5a8eff80;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
}

.all-terrain-card {
  background-color: #fff;
  border-radius: 16px;
  max-width: none;
  padding-left: 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 10px 20px #00000014;
}

.all-terrain-card.technology {
  margin-bottom: 0;
}

.pins-lips-slots {
  background-color: #f6f6f6;
  margin-top: 0;
  display: flex;
}

.column-3 {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.homepage-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.homepage-block.left {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 60px;
}

.homepage-block.right {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}

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

.spline-scene-6 {
  height: 500px;
}

.section-14 {
  background-color: #fff;
  display: none;
}

.customizable {
  background-color: #f6f6f6;
  display: flex;
}

.column-3-copy {
  background-image: url('../images/Polyfyx---Customizable.png');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.column-4-copy {
  align-self: center;
  padding-left: 5vw;
  padding-right: 5vw;
}

.body-6 {
  font-size: 1.3vw;
}

.container-13 {
  max-width: 77svw;
}

.comparison-text {
  font-size: .9em;
}

.container-14 {
  max-width: 77svw;
  display: none;
}

.container-15 {
  max-width: 77svw;
}

.container-8-copy-copy {
  background-color: var(--poly-light-blue);
  text-align: center;
  border-radius: 16px;
  max-width: 77svw;
  padding: 60px;
}

.body-7 {
  font-size: 1.3vw;
}

.column-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-6 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.business-wrapper-uneven, .business-wrapper-copy {
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-3 {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
}

.dropdown-toggle {
  padding: 0 35px 0 0;
}

.dropdown-link {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-orange);
  border-bottom: 0 solid #000;
  border-radius: 0;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-link:hover {
  background-color: #ffaa1526;
}

.dropdown-link.top {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-link.top:hover {
  background-color: #ffaa1526;
}

.dropdown-link.top.w--current {
  color: var(--poly-dark-orange);
}

.dropdown-link.bottom {
  padding-bottom: 20px;
}

.dropdown-link-2, .dropdown-link-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-list {
  margin-left: 10px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 16px;
  margin-left: 15px;
  overflow: hidden;
  box-shadow: 0 4px 8px #00000026;
}

.icon-3-copy {
  color: var(--poly-dark-orange);
  margin-right: 15px;
  font-size: 16px;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Polyfyx-Team.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  width: 900px;
  min-width: 100%;
  max-width: 100%;
  height: 330px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.jeroen-picture {
  background-image: url('../images/Jeroen-De-Smet.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 330px;
  margin-bottom: 24px;
}

.div-block-17-copy {
  background-image: url('../images/Jeroen-De-Smet.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 310px;
  margin-bottom: 24px;
}

.koen-picture {
  background-image: url('../images/Koen-De-Smet.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 330px;
  margin-bottom: 24px;
}

.ivan-picture {
  background-image: url('../images/Ivan-Peeters.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 330px;
  margin-bottom: 24px;
}

.columns-5 {
  max-width: 77svw;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.column-8 {
  padding-left: 0;
}

.column-9 {
  padding-right: 0;
  display: block;
}

.div-block-17, .spline-scene-7 {
  height: 280px;
}

.spline-scene-8 {
  height: 790px;
}

.div-block-18 {
  padding: 20px 30px 30px;
}

.section-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  max-width: 77svw;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed-2 {
  z-index: 900;
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  height: 20em;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.color {
  background-color: #3f3fe6;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.color.blue {
  border-radius: 20px;
  margin-bottom: 30px;
  margin-right: 10px;
}

.color.green {
  background-color: #ade54a;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-right: 10px;
}

.color.pink {
  background-color: #ed41df;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-right: 10px;
}

.color.beige {
  background-color: #dbcca2;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-right: 10px;
}

.color.black {
  background-color: #242427;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-right: 10px;
}

.div-block-19 {
  display: flex;
}

.spline-scene-9 {
  width: 100%;
  max-width: 100%;
  height: 19em;
}

.div-block-20 {
  border-radius: 16px;
  align-self: stretch;
  overflow: hidden;
}

.hero-split-3-copy {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  height: 20em;
  margin-left: 0;
  display: flex;
}

.image-7 {
  z-index: 901;
  width: 8em;
  position: relative;
}

.hero-split-3-copy-copy {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 20em;
  margin-left: 0;
  display: flex;
}

.link-block-4 {
  border: 1px solid var(--poly-dark-orange);
  color: var(--poly-dark-orange);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  text-decoration: none;
  display: flex;
}

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

.div-block-21 {
  display: flex;
}

.slider {
  height: 500px;
}

.slider.no-perspective {
  background-color: #ddd0;
  width: 37vw;
  height: 20em;
  margin-bottom: 140px;
  transform: none;
}

.image-8 {
  width: 100%;
}

.slider-thumb-wrap {
  background-image: url('../images/HeelHugs---Ad---MM---Website-1.png');
  background-position: 50%;
  background-size: cover;
  width: 80px;
  height: 80px;
  margin-left: 0;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.slider-thumb-wrap._1 {
  background-image: url('../images/HeelHugs---Ad---MM---Website-0.png');
  border-radius: 6px;
  width: 60px;
  height: 60px;
}

.slider-thumb-wrap._2 {
  background-image: url('../images/HeelHugs---Ad---MM---Website-5.png');
  border-radius: 6px;
  width: 60px;
  height: 60px;
}

.slider-thumb-wrap._3 {
  border-radius: 6px;
  width: 60px;
  height: 60px;
}

.slider-thumb-wrap._4 {
  background-image: url('../images/HeelHugs---Ad---MM---Website-2.png');
  border-radius: 6px;
  width: 60px;
  height: 60px;
}

.slider-thumb-wrap._5 {
  background-image: url('../images/HeelHugs---Ad---MM---Website-3.png');
  border-radius: 6px;
  width: 60px;
  height: 60px;
}

.slider-thumb-wrap._6 {
  background-image: url('../images/HeelHugs---Ad---MM---Website-4.png');
  border-radius: 6px;
  width: 60px;
  height: 60px;
}

.slider-arrow {
  color: #777;
}

.slider-arrow.left {
  display: none;
  left: -76px;
}

.slider-arrow.right {
  display: none;
  right: -77px;
}

.slider-navigation {
  z-index: 4;
  background-color: #ffffff45;
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% -25%;
}

.slider-navigation.default-no-perspective {
  z-index: 5;
  opacity: 0;
  background-color: #3a704600;
  border: 1px #000;
  flex-flow: row;
  width: 420px;
  height: 100px;
  margin-left: -5px;
  font-size: 80px;
  display: flex;
  position: relative;
  top: 10px;
  bottom: -25%;
  right: auto;
}

.slider-navigation.no-perspective {
  background-color: #fff0;
  border-style: none;
  margin-top: 0;
  display: flex;
  position: relative;
  top: -84px;
}

.slider-thumb-image {
  position: absolute;
  inset: 0%;
}

.div-block-22 {
  background-image: url('../images/HeelHugs---Ad---MM---Website-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.label {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-orange);
  margin-top: 0;
  margin-bottom: 6px;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.6em;
  list-style-type: disc;
}

.label.white, .label.white.center {
  color: var(--white);
}

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

.div-block-23 {
  background-image: url('../images/HeelHugs---Ad---MM---Website-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.div-block-24 {
  background-image: url('../images/HeelHugs---Ad---MM---Website-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.div-block-25 {
  background-image: url('../images/HeelHugs---Ad---MM---Website-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.div-block-26 {
  background-image: url('../images/HeelHugs---Ad---MM---Website-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.section-16 {
  width: 100%;
}

.div-block-27, .div-block-28, .div-block-29 {
  transform-style: preserve-3d;
}

.div-block-31 {
  z-index: 100;
  width: 100px;
  height: 100px;
  transform-style: preserve-3d;
  background-color: #5a8eff;
  background-image: linear-gradient(#5a8eff, #2e3e8c);
  border-radius: 10px;
  position: absolute;
  transform: translate3d(0, 0, 228px);
}

.div-block-31-copy {
  z-index: -30;
  width: 45px;
  height: 85px;
  transform-style: preserve-3d;
  background-color: #5a8eff;
  background-image: linear-gradient(#ec7519, #ffe115);
  border-radius: 80px;
  position: absolute;
  top: 384px;
  left: -48px;
  transform: translate3d(0, 0, -300px);
}

.heelhugs {
  background-color: #f6f6f6;
  display: none;
}

.spline-scene-11 {
  width: 180px;
  height: 150px;
  position: relative;
  top: -2px;
}

.spline-scene-12 {
  width: 200px;
  height: 100px;
  position: relative;
  top: -50px;
  left: 70px;
}

.spline-scene-12-copy {
  z-index: 20;
  width: 200px;
  height: 120px;
  position: relative;
  top: -55px;
  left: 78vw;
}

.spline-scene-12-copy-copy {
  z-index: 999;
  width: 100%;
  height: 140px;
  position: relative;
  top: -73px;
  left: auto;
}

.div-block-32 {
  z-index: 1000000000;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  z-index: 99999;
  min-width: 150%;
  height: auto;
  position: static;
}

.section-17 {
  z-index: 9999;
  background-image: linear-gradient(125deg, var(--poly-light-blue), var(--poly-dark-blue));
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: fixed;
  left: 0%;
  right: 0%;
}

.lottie-animation-2 {
  min-width: 100%;
}

.business-wrapper-even {
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.heelhugs-card {
  background-color: #fff;
  border-radius: 16px;
  max-width: none;
  padding-left: 0;
  overflow: hidden;
  box-shadow: 0 10px 20px #00000014;
}

.heelhugs-card.technology {
  margin-bottom: 0;
}

.flexible-container {
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.section-18 {
  z-index: 100;
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.column-10 {
  display: block;
}

.flexible-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.strength-container {
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.strength-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-33 {
  min-height: 140px;
}

.image-9 {
  border-radius: 16px;
  max-width: 90%;
}

.text-block-9 {
  font-family: var(--polyfyx-font);
  color: var(--poly-light-orange);
  font-size: 16px;
  font-weight: 500;
}

.div-block-34 {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.div-block-34-copy {
  border-radius: 20px;
  justify-content: space-between;
  align-self: stretch;
  min-height: 15px;
  margin-top: 8px;
  display: flex;
}

.gray-bar {
  background-color: #f0f0f0;
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  min-height: 15px;
  display: flex;
  position: static;
}

.orange-bar {
  background-color: var(--poly-dark-orange);
  background-image: linear-gradient(90deg, var(--poly-yellow), var(--poly-dark-orange));
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  min-height: 15px;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.text-block-9-copy {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-blue);
  font-size: 16px;
  font-weight: 500;
}

.text-block-9-copy-copy {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-orange);
  font-size: 16px;
  font-weight: 500;
}

.div-block-34-copyy {
  justify-content: space-between;
  align-self: stretch;
  margin-top: 20px;
  display: flex;
}

.blue-bar {
  background-color: var(--poly-dark-blue);
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  min-height: 15px;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.flexible {
  background-color: #f6f6f6;
  display: flex;
}

.strength {
  background-color: #f6f6f6;
  margin-top: 0;
  display: flex;
}

.spline-scene-6-copy {
  height: 500px;
}

.column-3-copy-copy {
  align-self: center;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.pinlipsslots {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pinslipsslots-container {
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.customizable-container {
  background-color: #f7f7f7;
  border-radius: 16px;
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px 50px;
}

.customizable-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spline-scene-13-copy {
  border-radius: 16px;
  height: 330px;
}

.spline-scene-13-copy2 {
  border-radius: 16px;
  min-width: 90%;
  max-width: 90%;
  height: 310px;
  overflow: hidden;
}

.column-11-copy {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-33-copy-2 {
  min-height: 200px;
}

.image-10 {
  max-width: 92%;
}

.image-11 {
  position: absolute;
  top: 330px;
  left: -40px;
}

.column-12 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 400px;
  margin-bottom: 0;
  display: block;
}

.column-13 {
  padding-left: 10px;
  padding-right: 0;
}

.column-11-copy {
  border-radius: 16px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.heelhugs-container-1 {
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.heelhugs-columns-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-33-copy {
  min-height: 130px;
}

.column-10-copy {
  padding-right: 50px;
  display: block;
}

.column-11-copy-copy {
  border-radius: 0;
  padding-left: 50px;
  padding-right: 10px;
  overflow: hidden;
}

.div-block-35 {
  background-image: url('../images/HeelHugs-Ultra-Soft-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  height: 330px;
  overflow: hidden;
}

.heelhugs-container-2 {
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.heelhugs-columns-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heelhugs-container-3 {
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.heelhugs-columns-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heelhugs-container-4 {
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.heelhugs-columns-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-35-copy {
  background-image: url('../images/HeelHugs-Dirt-Water-Resistant.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  height: 330px;
  overflow: hidden;
}

.spline-scene-13-copy-copy {
  border-radius: 16px;
  height: 500px;
}

.div-block-35-copyyy {
  background-image: url('../images/HeelHugs-Simple-Installation-min-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  height: 330px;
  overflow: hidden;
}

.div-block-35-copytt {
  background-image: url('../images/HeelHugs-package-includes-min-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  height: 330px;
  overflow: hidden;
}

.lottie-animation-3 {
  margin-top: -277px;
  margin-left: 133px;
  margin-right: auto;
  position: absolute;
}

.heelhugs-columns-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heelhugs-container-5 {
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-4 {
  z-index: 500;
  position: absolute;
}

.hard-or-soft-container {
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.hard-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-content-2 {
  overflow: visible;
}

.tab-link-tab-1-2 {
  background-color: #c8c8c800;
  border: 2px solid #ababab;
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-1-2.w--current {
  border: 3px solid var(--poly-dark-orange);
  color: var(--poly-dark-orange);
  background-color: #c8c8c800;
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-weight: 500;
}

.text-block-11 {
  color: #ababab;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-weight: 400;
}

.tab-link-tab-2-2 {
  background-color: #ddd0;
  border: 2px solid #ababab;
  border-radius: 60px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2-2.w--current {
  border-width: 3px;
  border-color: var(--poly-dark-orange);
  background-color: #fff0;
}

.tab-link {
  color: #c5c5c5;
  background-color: #fff;
  border: 2px solid #c5c5c5;
  border-radius: 60px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-weight: 500;
}

.tab-link.w--current {
  border-width: 2px;
  border-color: var(--poly-dark-orange);
  color: var(--poly-dark-orange);
  background-color: #fff0;
  font-size: 18px;
  font-weight: 500;
}

.soft-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.einde-loop-container {
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.einde-loop-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.attachment-container {
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
}

.attachment-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-menu-2 {
  z-index: 100000;
  width: 50%;
  margin-bottom: -2em;
  margin-left: 50%;
}

.secondary-button {
  background-color: var(--poly-light-orange);
  background-image: linear-gradient(315deg, var(--poly-dark-orange), var(--poly-yellow));
  font-family: var(--polyfyx-font);
  color: var(--poly-dark);
  letter-spacing: normal;
  text-transform: none;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
}

.secondary-button:hover, .secondary-button:active {
  background-color: var(--poly-yellow);
  color: var(--poly-dark);
}

.secondary-button.technology {
  border: 2px solid var(--poly-light-orange);
  color: var(--poly-light-orange);
  background-color: #ffaa1500;
  background-image: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.secondary-button.navbar {
  background-image: linear-gradient(315deg, var(--poly-dark-orange), var(--poly-yellow));
}

.secondary-button.side {
  margin-right: 10px;
}

.secondary-button.side.disabled {
  opacity: .4;
}

.secondary-button.installation {
  border: 2px solid var(--poly-dark-blue);
  color: var(--poly-dark-blue);
  background-color: #ffaa1500;
  background-image: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-copy {
  text-decoration: none;
}

.div-block-36 {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.ms-radio-group {
  margin-bottom: 30px;
}

.ms-card-text-right {
  float: right;
  background-color: #1015701a;
  border-radius: 5px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.4em;
}

.ms-radio-contents {
  z-index: 2;
  width: 100%;
  font-weight: 700;
  position: relative;
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-radio-card {
  color: #121331;
  border: 1px solid #12133140;
  border-radius: 6px;
  width: 100%;
  padding: 12px 16px 10px;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-radio-border.w--redirected-checked {
  z-index: 1;
  border-width: 3px;
  border-color: #2962ff;
  border-radius: 6px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: -1px;
}

.ms-hide {
  display: none;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-card, .ms-radio-wrap.is-button {
  padding-left: 0;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
  display: none;
}

.ms-hint-text {
  float: right;
  font-weight: 400;
}

.tabs-menu-3 {
  flex-flow: column;
  display: flex;
}

.customizable-container-2 {
  max-width: 77svw;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.customizable-columns-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-4 {
  grid-column-gap: 75px;
  grid-row-gap: 65px;
  grid-template-rows: auto auto auto;
  margin-top: 40px;
}

.heading-5 {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-orange);
  margin-top: 0;
  margin-bottom: .1em;
  font-size: 1.2em;
  font-weight: 500;
}

.helper-text-customizable {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  list-style-type: disc;
}

.helper-text-customizable.white {
  color: var(--white);
  text-align: center;
}

.helper-text-customizable.white.center {
  color: var(--white);
}

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

.hover-area {
  width: 100%;
  padding: 1em 0;
}

.color-slider {
  z-index: 1;
  background-image: linear-gradient(90deg, red, #f1ed00 18%, #0f1 33%, #00f7ff 52%, #0d00ff 68%, #ff0bd6 85%, #ff0004);
  border-radius: 20px;
  width: 100%;
  height: 6px;
  margin-bottom: 20px;
  position: relative;
}

.color-handle {
  cursor: grab;
  background-color: #fff;
  border: .2em solid red;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  transition: border-width .1s, width .1s, height .1s, box-shadow .1s;
  position: absolute;
  inset: -9px auto auto 0%;
  box-shadow: 0 10px 20px #143a665c;
}

.color-handle:active {
  border-width: .25em;
  width: 2.3em;
  height: 2.3em;
  box-shadow: 0 3px 5px #143a665c;
}

.ms-radio-row {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.ms-radio-button-tab {
  color: #121331;
  border: 1px solid #12133140;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 700;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.ms-dropdown-svg {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.ms-dropdown-svg.for-input {
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  height: 33px;
  position: absolute;
  top: 4px;
  right: 2px;
}

.ms-how-drawer {
  background-color: #f8f8f8;
  border-radius: 16px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ms-how-drawer.for-radio {
  margin-top: 10px;
}

.ms-drawer-contain {
  border-top: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.tab-link-tab-1-3 {
  width: 100%;
  color: var(--poly-dark-blue);
  cursor: default;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.tab-link-tab-1-3:hover {
  color: var(--poly-dark-orange);
}

.tab-link-tab-1-3.w--current {
  width: 100%;
  color: var(--poly-dark-blue);
  cursor: default;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link-tab-1-3.w--current:hover {
  color: var(--poly-dark-orange);
}

.tab-link-tab-2-3 {
  width: 100%;
  color: var(--poly-dark-blue);
  cursor: default;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  flex: 1;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.tab-link-tab-2-3:hover {
  color: var(--poly-dark-orange);
  border-color: #e0e0e0;
}

.tab-link-tab-2-3.w--current {
  color: var(--poly-dark-blue);
  background-color: #fff;
  border-color: #e0e0e0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-2-3.w--current:hover {
  color: var(--poly-dark-orange);
}

.tabs-menu-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.text-block-12, .text-block-13 {
  font-family: var(--polyfyx-font);
  text-align: left;
  font-size: 15px;
}

.tabs-menu-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.tab-link-tab-2-3-copy {
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2-3-copy.w--current {
  color: var(--poly-dark-orange);
  background-color: #fff;
  border-color: #e0e0e0;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-1-3-copy {
  width: 100%;
  max-width: none;
  color: var(--poly-dark-blue);
  cursor: default;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  order: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-tab-1-3-copy:hover {
  color: var(--poly-dark-orange);
}

.tab-link-tab-1-3-copy.w--current {
  width: 100%;
  color: var(--poly-dark-blue);
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-1-3-copy.w--current:hover {
  color: var(--poly-dark-orange);
}

.image-12, .image-13 {
  align-self: center;
  width: 70px;
  min-width: auto;
  max-width: none;
  margin-bottom: 10px;
}

.attachment-text {
  font-family: var(--polyfyx-font);
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

.image-14, .image-15 {
  align-self: center;
  width: 70px;
  max-width: none;
  margin-bottom: 10px;
}

.tabs-menu-4-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.tab-link-tab-2-3-copy {
  width: 100%;
  color: var(--poly-dark-blue);
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-2-3-copy:hover {
  color: var(--poly-dark-orange);
}

.tab-link-tab-2-3-copy.w--current {
  border-color: var(--poly-dark-orange);
  color: var(--poly-dark-orange);
  background-color: #fff;
}

.image-16 {
  width: 24px;
  max-width: none;
}

.image-17 {
  width: 18px;
}

.cp-page-wrap {
  text-align: center;
  background-color: #ffe3e300;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  display: flex;
  overflow: visible;
}

.color-slider-2 {
  z-index: 1;
  background-image: linear-gradient(90deg, red, #f1ed00 18%, #0f1 33%, #00f7ff 52%, #0d00ff 68%, #ff0bd6 85%, #ff0004);
  border-radius: 20px;
  width: 100%;
  height: 5px;
  position: relative;
}

.color-handle-2 {
  cursor: grab;
  background-color: #fff;
  border: 3px solid red;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-left: -1em;
  transition: border-width .1s, width .1s, height .1s, box-shadow .1s;
  position: absolute;
  inset: -.6em auto auto 0%;
  box-shadow: 0 10px 20px #143a665c;
}

.color-handle-2:active {
  border-width: .25em;
  width: 2.3em;
  height: 2.3em;
  box-shadow: 0 3px 5px #143a665c;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: -3px;
  display: none;
}

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

.div-block-39 {
  background-color: var(--poly-dark-orange);
  border-radius: 8px;
  width: 60px;
  height: 50px;
}

.column-11-copy2 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-14, .text-block-15 {
  font-size: 18px;
  font-weight: 400;
}

.customize-cta-div {
  background-color: var(--poly-dark-blue);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding: 30px 40px 50px;
}

.tab-link-attachment {
  width: 100%;
  color: var(--poly-dark-blue);
  cursor: default;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-attachment:hover {
  color: var(--poly-dark-orange);
  border-color: #e0e0e0;
}

.tab-link-attachment.w--current {
  color: var(--poly-dark-blue);
  cursor: default;
  background-color: #fff;
  border-color: #e0e0e0;
  flex-flow: column;
  display: flex;
}

.tab-link-attachment.w--current:hover {
  color: var(--poly-dark-orange);
}

.code-embed-3 {
  font-size: 24px;
  line-height: 18px;
}

.columns-2-copy {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-2-copy {
  background-image: url('../images/Polyfyx---Customizable---Order-Samples.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-left: 0;
  display: flex;
}

.text-block-16 {
  font-size: 1.1vw;
}

.text-block-17 {
  font-size: 1.2vw;
}

.text-block-18, .text-block-19 {
  font-size: 14px;
}

.ms-space {
  width: 10px;
  height: 10px;
  display: none;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.has-left-icon {
  height: 42px;
  min-height: auto;
  box-shadow: none;
  color: var(--poly-dark-blue);
  cursor: pointer;
  border-width: 2px;
  border-color: #e0e0e0;
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 38px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 15px;
}

.ms-input.has-left-icon::placeholder {
  color: var(--poly-dark-blue);
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-margin-auto {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ms-color-swatch {
  z-index: 3;
  color: #12133140;
  background-color: #2962ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.ms-input-dropdown-wrap {
  cursor: pointer;
  width: 100%;
  display: block;
}

.ms-colorpicker-dropdown.w--open {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  box-shadow: 0 5px 10px -5px #0003;
}

.form-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.text-block-20 {
  display: none;
}

.form-2 {
  flex: 1;
}

.div-block-41 {
  align-items: stretch;
  display: flex;
}

.button-primary-heelhugs {
  font-family: var(--polyfyx-font);
  color: var(--white);
  letter-spacing: normal;
  text-transform: none;
  background-color: #293050;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
}

.button-primary-heelhugs:hover {
  color: var(--white);
  background-color: #3d466f;
}

.button-primary-heelhugs:active {
  color: var(--white);
  background-color: #293050;
}

.button-primary-heelhugs.technology {
  background-image: linear-gradient(315deg, var(--poly-dark-orange), var(--poly-yellow));
  margin-right: 15px;
  text-decoration: none;
  display: flex;
}

.button-primary-heelhugs.navbar {
  background-image: linear-gradient(315deg, var(--poly-dark-orange), var(--poly-yellow));
}

.button-primary-heelhugs.side {
  margin-right: 10px;
}

.button-primary-heelhugs.side.disabled {
  opacity: .4;
}

.nav-link-heelhugs {
  font-family: var(--polyfyx-font);
  color: #293050;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-heelhugs:hover {
  color: #3d466f;
  font-weight: 300;
}

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

.nav-link-heelhugs.white {
  color: var(--white);
  font-size: 16px;
}

.nav-link-heelhugs.white.dropdown, .nav-link-heelhugs.dropdown {
  margin-right: 0;
  padding-right: 0;
}

.dropdown-toggle-heelhugs {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.section-19 {
  margin-top: 107px;
  padding-top: 110px;
  overflow: hidden;
}

.heading-heelhugs {
  z-index: 11;
  width: 110%;
  font-family: var(--polyfyx-font);
  color: var(--poly-dark-blue);
  margin-top: 0;
  font-size: 57px;
  font-weight: 500;
  line-height: 70px;
  position: relative;
}

.heading-heelhugs.white {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 1.8em;
  font-weight: 500;
}

.heading-heelhugs.white.center {
  text-align: center;
  margin-bottom: 20px;
}

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

.spline-scene-15 {
  width: 52svw;
  height: 42svw;
  position: absolute;
  inset: auto 0% auto auto;
}

.div-block-42 {
  width: 500px;
  position: relative;
}

.image-18 {
  z-index: 10;
  width: 310px;
  position: absolute;
  left: 180px;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nature-nomad-block {
  background-color: #ff9d1b;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-19 {
  width: 82%;
  max-width: none;
  position: relative;
  top: -40px;
}

.heelhugs-product-title {
  font-family: var(--polyfyx-font);
  color: var(--white);
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}

.heelhugs-product-title.white {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 1.8em;
  font-weight: 500;
}

.heelhugs-product-title.white.center {
  text-align: center;
  margin-bottom: 20px;
}

.heelhugs-product-title.center {
  text-align: center;
}

.heelhugs-product-title.commuter {
  color: #262626;
}

.heelhugs-product-title.cozy {
  color: #834350;
}

.heelhugs-product-title.healthcare {
  color: #5d818b;
}

.heelhugs-product-title.buy {
  color: #293050;
  margin-top: 0;
}

.container-16 {
  width: 100%;
  max-width: 77svw;
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-44 {
  background-color: #fff;
  border-radius: 20px;
  padding: 55px 80px 70px;
  box-shadow: 0 2px 30px #0000001a;
}

.div-block-45 {
  opacity: 1;
  background-color: #ec751933;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.text-span-3, .text-span-4 {
  color: var(--poly-dark-orange);
  font-weight: 500;
}

.div-block-46 {
  align-items: center;
  margin-top: 30px;
  display: block;
}

.columns-7 {
  align-items: center;
  display: flex;
}

.number-opsomming {
  color: var(--poly-dark-orange);
  text-align: center;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.div-block-47 {
  background-color: #dfdfdf;
  height: 1px;
  margin-top: 30px;
}

.column-14 {
  background-color: var(--white);
  padding: 100px 120px;
}

.columns-8 {
  justify-content: center;
  align-items: stretch;
  display: flex;
  box-shadow: 0 2px 30px #0003;
}

.column-15 {
  background-image: url('../images/HeelHugs---Box---Table.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-20 {
  margin-top: 20px;
}

.comfy-commuter-block {
  background-color: #f1e7c7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.festival-frenzy-block {
  background-color: #60d2ef;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cozy-keeper-block {
  background-color: #f6c5cf;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.healthcare-hero-block {
  background-color: #c5dbe8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buy-block {
  background-color: #d5d8ea;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-18-copy {
  z-index: 10;
  position: absolute;
  top: 60px;
  left: -5px;
}

.text-block-21 {
  color: var(--poly-dark-orange);
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-21 {
  width: 950px;
  max-width: none;
  margin-top: 860px;
  margin-left: -390px;
  position: absolute;
}

.div-block-48 {
  background-color: var(--white);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 20px #00000014;
}

.form-block-warranty {
  font-family: var(--polyfyx-font);
}

.columns-6-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 400px;
  margin-bottom: 310px;
  display: block;
}

.column-12-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-19-copy {
  margin-top: 107px;
  padding-top: 110px;
  overflow: hidden;
}

.margin-bottom-24px-2-copy {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark);
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  list-style-type: disc;
}

.margin-bottom-24px-2-copy.white {
  color: var(--white);
  text-align: center;
}

.margin-bottom-24px-2-copy.white.center {
  color: var(--white);
}

.margin-bottom-24px-2-copy.center {
  text-align: center;
}

.margin-bottom-24px-2-copy-copy {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  list-style-type: disc;
}

.margin-bottom-24px-2-copy-copy.white {
  color: var(--white);
  text-align: center;
}

.margin-bottom-24px-2-copy-copy.white.center {
  color: var(--white);
}

.margin-bottom-24px-2-copy-copy.center {
  text-align: center;
}

.section-19-copy-copy {
  margin-top: 40px;
  padding-top: 110px;
  overflow: hidden;
}

.white-nav-background-heelhugs {
  background-color: var(--white);
  width: 100%;
  height: 100px;
  position: fixed;
  box-shadow: 0 2px 8px #00000026;
}

.container-12-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 77svw;
  margin: 10px auto 30px;
  display: flex;
}

.margin-bottom-24px-2-copy-copy-copy {
  font-family: var(--polyfyx-font);
  color: var(--poly-dark);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  list-style-type: disc;
}

.margin-bottom-24px-2-copy-copy-copy.white {
  color: var(--white);
  text-align: center;
}

.margin-bottom-24px-2-copy-copy-copy.white.center {
  color: var(--white);
}

.margin-bottom-24px-2-copy-copy-copy.center {
  text-align: center;
}

.div-block-50 {
  height: 50px;
}

.div-block-51 {
  display: flex;
}

.link-block-5 {
  text-decoration: none;
}

.image-23 {
  width: 160px;
}

.button-primary-callbuddy {
  font-family: var(--polyfyx-font);
  color: var(--white);
  letter-spacing: normal;
  text-transform: none;
  background-color: #335252;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
}

.button-primary-callbuddy:hover {
  color: var(--white);
  background-color: #436e6e;
}

.button-primary-callbuddy:active {
  color: var(--white);
  background-color: #264141;
}

.button-primary-callbuddy.technology {
  background-image: linear-gradient(315deg, var(--poly-dark-orange), var(--poly-yellow));
  margin-right: 15px;
  text-decoration: none;
  display: flex;
}

.button-primary-callbuddy.navbar {
  background-image: linear-gradient(315deg, var(--poly-dark-orange), var(--poly-yellow));
}

.button-primary-callbuddy.side {
  margin-right: 10px;
}

.button-primary-callbuddy.side.disabled {
  opacity: .4;
}

.nav-link-callbuddy {
  font-family: var(--polyfyx-font);
  color: #335252;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-callbuddy:hover {
  color: #335252;
  font-weight: 400;
}

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

.nav-link-callbuddy.w--current {
  color: #335252;
}

.nav-link-callbuddy.white {
  color: var(--white);
  font-size: 16px;
}

.nav-link-callbuddy.white.dropdown, .nav-link-callbuddy.dropdown {
  margin-right: 0;
  padding-right: 0;
}

.callbuddy-hero-section {
  background-image: linear-gradient(90deg, #f3ffff, #cadfdf);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.container-17 {
  max-width: 77vw;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 77vw;
  margin: 120px auto 100px;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.hero-split-4 {
  aspect-ratio: 1 / 1.2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 44%;
  max-width: 44%;
  display: flex;
  position: relative;
}

.margin-bottom-24px-5 {
  color: #335252;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.shadow-two-4 {
  opacity: 1;
  width: 450px;
  position: static;
  top: -80px;
}

.heading-6 {
  color: #335252;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 72px;
}

.container-19 {
  align-items: center;
  width: 100%;
  max-width: 77vw;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-6 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.section-20 {
  background-color: #335252;
  background-image: url('../images/Callbuddy-yourphone-background-stand.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 104vw;
  padding-left: 40px;
  padding-right: 40px;
}

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

.label-stand {
  color: #335252;
  text-transform: none;
  background-color: #a7e8e8;
  border-radius: 100px;
  margin-right: 15px;
  padding: 8px 20px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.shadow-two-4-copy {
  opacity: 0;
  width: 450px;
  position: absolute;
  box-shadow: 0 4px 24px #96a3b514;
}

.grid-6 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  max-width: 77vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.essentials-block {
  aspect-ratio: 1;
  background-color: #77a8a7;
  background-image: url('../images/Callbuddy-Satisfying-Click.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.click-block {
  aspect-ratio: 1;
  background-color: #333;
  background-image: url('../images/Callbuddy-Store-Essentials.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.callbuddy-carousel-image-1 {
  background-image: url('../images/Callbuddy-yourphone-stand.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.heading-7 {
  color: #fff;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}

.hero-wrapper-4-copy {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.callbuddy-carousel-image-2 {
  opacity: 0;
  background-image: url('../images/Callbuddy-yourphone-stream.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.label-stream {
  color: #fff;
  text-transform: none;
  background-color: #ffc8e800;
  border-radius: 100px;
  margin-right: 15px;
  padding: 8px 20px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.label-carry, .label-hang {
  color: #fff;
  text-transform: none;
  background-color: #a7e8e800;
  border-radius: 100px;
  margin-right: 15px;
  padding: 8px 20px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.stream-background {
  opacity: 0;
  background-image: url('../images/Callbuddy-yourphone-background-stream.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.div-block-54 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.callbuddy-carousel-image-3 {
  opacity: 0;
  background-image: url('../images/Callbuddy-yourphone-carry.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.carry-background {
  opacity: 0;
  background-image: url('../images/Callbuddy-yourphone-background-carry.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.hang-background {
  opacity: 0;
  background-image: url('../images/Callbuddy-yourphone-background-hang.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.callbuddy-carousel-image-4 {
  opacity: 0;
  background-image: url('../images/Callbuddy-yourphone-hang.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.callbuddy-one-case-section {
  background-image: linear-gradient(90deg, #fefbf1, #ebdece);
}

.container-20 {
  width: 100%;
  max-width: 77vw;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: stretch;
  min-width: 100%;
  display: flex;
}

.hero-split-5 {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 58%;
  max-width: 58%;
  display: flex;
  position: relative;
}

.hero-split-6 {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 38%;
  max-width: 38%;
  margin-top: 8vw;
  display: flex;
  position: relative;
}

.heading-8 {
  color: #335252;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}

.callbuddy-win-case {
  background-image: linear-gradient(90deg, #f3ffff, #cadfdf);
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 80px;
}

.container-21 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-emphasized {
  color: #5fa3ac;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.callbuddy-one-case-image {
  max-width: 270px;
  margin-top: 90px;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-24 {
  margin-top: 20px;
}

.container-22 {
  max-width: 530px;
  margin-top: 50px;
}

.callbuddy-short-form-field {
  border-radius: 20px;
  width: 100%;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.field-label-2 {
  display: block;
}

.callbuddy-form-label {
  color: #5fa3ac;
  padding-left: 15px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-weight: 500;
}

.callbuddy-form-field {
  color: #335252;
  background-color: #fff;
  border: 1px solid #cde2e2;
  border-radius: 20px;
  margin-bottom: 20px;
}

.submit-button {
  background-color: #335252;
  border-radius: 20px;
  width: 100%;
  margin-top: 30px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  display: block;
}

.form-3 {
  display: block;
}

.footer-light-2 {
  background-color: #335252;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-23 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.footer-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-2 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: #1a1b1fbf;
}

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
  display: none;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #fff;
}

.footer-social-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: block;
}

.footer-social-link-3 {
  margin-left: 12px;
}

.slide {
  background-image: url('../images/CallBuddy-Gadget-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2 {
  background-image: url('../images/CallBuddy-Gadget-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.left-arrow, .right-arrow {
  display: none;
}

.gadget-slider {
  background-color: #ddd0;
  width: 320px;
  height: 48vw;
  max-height: 760px;
}

.slide-nav {
  display: none;
}

.slide-3 {
  background-image: url('../images/CallBuddy-Gadget-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/CallBuddy-Gadget-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/CallBuddy-Gadget-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-span-5 {
  color: #4ebfce;
  font-weight: 500;
}

.code-embed-4 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.heading-7-copy {
  color: #fff;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 60px;
}

.heading-8-copy {
  color: #335252;
  margin-top: 0;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}

.white-nav-background-heelhugs-copy {
  background-color: var(--white);
  width: 100%;
  height: 115px;
  position: fixed;
  box-shadow: 0 2px 8px #00000026;
}

.hero-split-4-copy, .hero-split-4-copy-copy, .hero-split-4-copy-copy, .hero-split-4-copy-copy-copy {
  aspect-ratio: 1 / 1.2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 44%;
  max-width: 44%;
  display: flex;
  position: relative;
}

.margin-bottom-24px-6-copy, .margin-bottom-24px-6-copy-copy, .margin-bottom-24px-6-copy-copy {
  color: #fff;
  margin-bottom: 24px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

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

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 500;
}

.success-message-3 {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 6px #0003;
}

.text-block-22 {
  color: #345252;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-span-6, .text-span-7 {
  text-decoration: underline;
}

.text-block-23 {
  color: red;
}

.text-span-8 {
  font-size: 20px;
  font-weight: 500;
}

.text-span-9 {
  color: #94f2ff;
}

.link {
  text-decoration: none;
}

.link:hover {
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: underline #7dd1dd;
  text-decoration: underline #7dd1dd;
  text-decoration-thickness: 1px;
}

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

.label-callbuddy {
  color: #345252;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.checkbox-label {
  color: #345252;
  font-family: Made Tommy Soft Personal Use, sans-serif;
  font-weight: 400;
}

.bold-text-5 {
  color: #4dbece;
  -webkit-text-decoration: underline #4dbece;
  text-decoration: underline #4dbece;
}

.bold-text-6, .bold-text-7 {
  font-weight: 500;
}

.slide-6 {
  background-image: url('../images/CallBuddy-Gadget-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 100%;
    height: 290px;
    max-height: none;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .text-block-6, .text-block-7 {
    font-size: 1em;
  }

  .jeroen-picture, .koen-picture, .ivan-picture {
    background-position: 50% 30%;
  }

  .code-embed {
    width: 480px;
    height: 140px;
  }

  .div-block-23 {
    background-image: url('../images/HeelHugs---Ad---MM---Website-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .div-block-24 {
    background-image: url('../images/HeelHugs---Ad---MM---Website-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .div-block-25 {
    background-image: url('../images/HeelHugs---Ad---MM---Website-3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .div-block-26 {
    background-image: url('../images/HeelHugs---Ad---MM---Website-4.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .section-16 {
    height: 100%;
    min-height: 100%;
  }

  .div-block-27 {
    background-color: #ff7171;
    justify-content: center;
    align-items: center;
    width: 370px;
    min-height: 330px;
    margin-top: 270px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    transform: rotateX(.001deg)rotateY(0)rotateZ(0);
  }

  .spline-scene-10 {
    align-self: center;
    width: 970px;
    height: 640px;
    margin-left: -310px;
    margin-right: auto;
    position: absolute;
    inset: 0%;
  }

  .div-block-28 {
    z-index: 20;
    background-color: var(--poly-light-blue);
    width: 80px;
    height: 80px;
    margin-top: 210px;
    margin-left: 160px;
    position: absolute;
    transform: translate3d(0, 0, 111px);
  }

  .div-block-29 {
    background-color: var(--poly-dark-orange);
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 300px;
    height: 300px;
    display: flex;
    position: absolute;
    top: 250.195px;
    left: 866.359px;
    transform: rotateX(.001deg)rotateY(0)rotateZ(0);
  }

  .div-block-30 {
    z-index: 999999;
    background-color: var(--poly-light-blue);
    display: flex;
    position: absolute;
  }

  .spline-scene-13-copy-copy {
    height: 540px;
  }

  .code-embed-3 {
    font-size: 24px;
    line-height: 18px;
  }

  .spline-scene-15 {
    width: 61svw;
    height: 46svw;
    top: auto;
  }

  .container-12-copy {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .hero-wrapper-4, .hero-wrapper-4-copy, .hero-wrapper-5 {
    min-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--poly-dark-blue);
    text-align: left;
    border-radius: 16px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .nav-link.w--current, .nav-link.white {
    margin-bottom: 5px;
    display: flex;
  }

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

  .button-primary, .button-primary.navbar {
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

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

  .section {
    height: 90vh;
  }

  .hero-section {
    max-width: 728px;
  }

  .margin-bottom-24px {
    font-size: 1.5em;
  }

  .heading.dark.center {
    font-size: 3em;
  }

  .heading.hero {
    font-size: 3.2em;
  }

  .container-white-rounded {
    padding-top: 40px;
  }

  .container-4 {
    max-width: 86svw;
  }

  .hero-wrapper {
    background-size: 140%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

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

  .hero-split.left {
    margin-right: 60px;
  }

  .hero-split.right {
    display: none;
  }

  .margin-bottom-24px-2 {
    width: auto;
    font-size: 16px;
    line-height: 26px;
  }

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

  .heading-2.white.center {
    font-size: 3em;
  }

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

  .heading-3.color {
    font-size: 2em;
  }

  .heading-3.dark.right {
    font-size: 26px;
  }

  .paragraph {
    font-size: 1.3em;
  }

  .container-6 {
    max-width: 86svw;
  }

  .comparison-header-title {
    text-align: center;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .what-wrapper {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .business-wrapper {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .text-block-3 {
    font-size: 1.5em;
  }

  .section-7 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .section-8 {
    padding-top: 60px;
  }

  .container-9 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 100%;
    height: 190px;
  }

  .column {
    padding-left: 50px;
    padding-right: 40px;
  }

  .column-2 {
    background-position: 52%;
  }

  .field-label {
    font-size: 12px;
  }

  .container-10 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-link-two, .footer-link-two.w--current {
    font-size: 1.6em;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-copyright {
    font-size: 1.3em;
  }

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

  .spline-scene-4 {
    width: 620px;
    height: 490px;
    margin-top: -60px;
  }

  .container-11 {
    max-width: 86svw;
  }

  .hero-wrapper-2 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .hero-split-main {
    max-width: none;
    margin-top: -90px;
    margin-bottom: 40px;
  }

  .heading-benefits {
    font-size: 2em;
  }

  .fashion, .medical, .sports, .automotive, .electronics, .aviation, .military, .space, .construciton, .music, .packaging, .personal-care, .toys {
    min-height: 150px;
  }

  .hero-heading-right {
    margin-top: 50px;
  }

  .container-12 {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .text-block-6, .text-block-7 {
    font-size: 1.3em;
  }

  .wrapper-product-description {
    flex-flow: column-reverse wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .homepage-block {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-13 {
    max-width: 86svw;
  }

  .comparison-text {
    font-size: 1.3em;
  }

  .container-14 {
    max-width: 86svw;
    margin-bottom: 100px;
  }

  .container-8-copy-copy {
    max-width: 86svw;
  }

  .column-5 {
    flex-flow: column;
  }

  .icon {
    color: #fff;
  }

  .icon-2 {
    color: var(--poly-dark-orange);
  }

  .business-wrapper-uneven {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .business-wrapper-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .icon-3 {
    font-size: 16px;
  }

  .dropdown-toggle {
    padding-left: 0;
  }

  .dropdown-link, .dropdown-link.top {
    font-size: 16px;
  }

  .dropdown-list.w--open {
    margin-left: 10px;
  }

  .icon-3-copy {
    font-size: 16px;
  }

  .div-block-17, .spline-scene-7 {
    height: 200px;
  }

  .code-embed-2 {
    height: 27em;
  }

  .spline-scene-9 {
    height: 29em;
  }

  .hero-split-3-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .image-7 {
    width: 9em;
  }

  .hero-split-3-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: -40px;
    margin-left: 0;
  }

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

  .slider.no-perspective {
    width: 100%;
    height: 27em;
  }

  .label {
    font-size: 1.3em;
  }

  .spline-scene-12 {
    left: 10px;
  }

  .spline-scene-12-copy {
    left: 73.6vw;
  }

  .business-wrapper-even {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .column-10 {
    padding-left: 0;
  }

  .image-9 {
    max-width: 95%;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .div-block-34-copy, .gray-bar, .orange-bar {
    min-height: 13px;
  }

  .text-block-9-copy, .text-block-9-copy-copy {
    font-size: 14px;
  }

  .blue-bar {
    min-height: 13px;
  }

  .spline-scene-13-copy {
    height: 360px;
  }

  .spline-scene-13-copy2 {
    height: 230px;
  }

  .columns-6 {
    flex-flow: wrap;
    display: block;
  }

  .column-13 {
    padding-left: 0;
  }

  .column-10-copy {
    padding-left: 0;
    padding-right: 20px;
  }

  .column-11-copy-copy {
    padding-left: 20px;
  }

  .spline-scene-13-copy-copy {
    height: 360px;
  }

  .tabs-menu-2 {
    margin-bottom: 1em;
  }

  .secondary-button, .secondary-button.navbar {
    display: flex;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .heading-5 {
    font-size: 1.8em;
  }

  .helper-text-customizable {
    font-size: 1.3em;
  }

  .code-embed-3 {
    line-height: 18px;
  }

  .button-primary-heelhugs {
    width: auto;
    display: flex;
  }

  .button-primary-heelhugs.navbar {
    display: flex;
  }

  .nav-link-heelhugs {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .nav-link-heelhugs.w--current, .nav-link-heelhugs.white {
    margin-bottom: 5px;
    display: flex;
  }

  .dropdown-toggle-heelhugs {
    padding-left: 0;
  }

  .heading-heelhugs {
    width: 540px;
    font-size: 57px;
  }

  .heading-heelhugs.white.center {
    font-size: 3em;
  }

  .spline-scene-15 {
    width: 100%;
    height: 60svw;
    top: 0;
    left: 0;
  }

  .div-block-42 {
    width: auto;
  }

  .heelhugs-product-title {
    font-size: 22px;
    line-height: 28px;
  }

  .heelhugs-product-title.white.center {
    font-size: 3em;
  }

  .div-block-44 {
    padding: 40px 50px;
  }

  .margin-bottom-24px-2-copy {
    margin-left: 20px;
    font-size: 16px;
  }

  .column-14 {
    padding: 70px 60px;
  }

  .text-block-21 {
    width: 550px;
  }

  .image-21 {
    margin-top: 1890px;
    margin-left: -200px;
  }

  .div-block-48 {
    margin-top: 110px;
    margin-bottom: 260px;
  }

  .columns-6-copy {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .column-12-copy {
    margin-top: 210px;
  }

  .section-19-copy {
    margin-top: 140px;
    padding-top: 90px;
    padding-bottom: 400px;
  }

  .margin-bottom-24px-2-copy {
    width: auto;
    margin-left: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .margin-bottom-24px-2-copy-copy {
    margin-left: 20px;
    font-size: 16px;
  }

  .section-19-copy-copy {
    margin-top: 0;
  }

  .container-12-copy {
    width: auto;
    max-width: none;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-49 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .margin-bottom-24px-2-copy-copy-copy {
    margin-left: 0;
    font-size: 16px;
  }

  .button-primary-callbuddy {
    width: auto;
    display: flex;
  }

  .button-primary-callbuddy.navbar {
    display: flex;
  }

  .nav-link-callbuddy {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .nav-link-callbuddy.w--current, .nav-link-callbuddy.white {
    margin-bottom: 5px;
    display: flex;
  }

  .callbuddy-hero-section {
    justify-content: center;
    align-items: flex-start;
  }

  .container-18 {
    max-width: 77vw;
    margin-top: 100px;
  }

  .hero-wrapper-4 {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    aspect-ratio: auto;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-6 {
    font-size: 60px;
    line-height: 61px;
  }

  .container-19 {
    max-width: 77vw;
  }

  .margin-bottom-24px-6 {
    font-size: 18px;
  }

  .section-20 {
    height: 1190px;
  }

  .callbuddy-hero-image {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-6 {
    max-width: 77vw;
  }

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

  .label-hang {
    margin-right: 0;
  }

  .callbuddy-carousel-image-4 {
    aspect-ratio: auto;
  }

  .callbuddy-one-case-section {
    padding-top: 80px;
  }

  .container-20 {
    max-width: 77vw;
  }

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

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

  .hero-split-6 {
    max-width: 100%;
    margin: 0 auto 40px;
  }

  .container-21 {
    max-width: 77vw;
  }

  .container-23 {
    max-width: 728px;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

  .gadget-slider {
    width: 360px;
    height: 60vw;
  }

  .heading-7-copy {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .hero-split-4-copy {
    aspect-ratio: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .icon-2-copy {
    color: #345252;
  }

  .hero-split-4-copy {
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-split-4-copy-copy {
    aspect-ratio: auto;
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 400px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-split-4-copy-copy-copy {
    aspect-ratio: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-55 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px-6-copy, .margin-bottom-24px-6-copy-copy, .margin-bottom-24px-6-copy-copy {
    font-size: 14px;
  }

  .nav-menu-callbuddy {
    text-align: left;
    background-color: #fff;
    border-radius: 16px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: var(--poly-dark-blue);
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-link.w--current {
    display: flex;
  }

  .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;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .button-primary {
    display: flex;
  }

  .hero-stack, .hero-heading-left {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2 {
    font-size: 1.7em;
  }

  .heading-2 {
    font-size: 3em;
  }

  .comparison-feature {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .comparison-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Feature-Row Feature-Row Feature-Row";
  }

  .comparison-row.header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .comparison-item {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .comparison-header-title.feature {
    display: none;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .column {
    padding-left: 40px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .column-2 {
    background-position: 50%;
    height: 330px;
  }

  .div-block-8 {
    height: 400px;
  }

  .field-label {
    font-size: 1.3em;
  }

  .div-block-9 {
    min-width: 100%;
  }

  .div-block-10 {
    min-width: 100%;
    margin-left: 0;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link-two, .footer-link-two.w--current {
    font-size: 2em;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .spline-scene-4 {
    width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .icon-2 {
    color: var(--poly-dark-orange);
  }

  .list-item-2 {
    display: block;
  }

  .form {
    margin-bottom: 40px;
  }

  .label {
    font-size: 1.7em;
  }

  .spline-scene-12, .spline-scene-12-copy, .spline-scene-12-copy-copy {
    display: none;
  }

  .secondary-button {
    display: flex;
  }

  .helper-text-customizable {
    font-size: 1.7em;
  }

  .code-embed-3 {
    padding-top: 2px;
    line-height: 14px;
  }

  .columns-2-copy {
    flex-flow: column;
  }

  .div-block-8-copy {
    height: 400px;
  }

  .column-2-copy {
    height: 300px;
    padding-right: 0;
  }

  .spline-scene-14 {
    flex: 1;
  }

  .button-primary-heelhugs {
    display: flex;
  }

  .nav-link-heelhugs {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-link-heelhugs.w--current {
    display: flex;
  }

  .heading-heelhugs, .heelhugs-product-title {
    font-size: 3em;
  }

  .margin-bottom-24px-2-copy, .margin-bottom-24px-2-copy-copy, .margin-bottom-24px-2-copy, .margin-bottom-24px-2-copy-copy, .margin-bottom-24px-2-copy-copy-copy {
    font-size: 1.7em;
  }

  .button-primary-callbuddy {
    display: flex;
  }

  .nav-link-callbuddy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-link-callbuddy.w--current {
    display: flex;
  }

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

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

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-social-link-3 {
    margin-left: 20px;
  }

  .icon-2-copy {
    color: var(--poly-dark-orange);
  }

  .nav-menu-callbuddy {
    background-color: var(--poly-dark-blue);
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    max-width: 90svw;
  }

  .container {
    max-width: none;
  }

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

  .nav-link, .nav-link.w--current {
    color: var(--white);
  }

  .button-primary.technology {
    margin-bottom: 15px;
    margin-right: 0;
  }

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

  .section {
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .hero-section {
    max-width: none;
  }

  .hero-wrapper-two {
    max-width: 90svw;
  }

  .margin-bottom-24px {
    margin-bottom: 20px;
    font-size: 3.1em;
    line-height: 1.5em;
  }

  .heading.dark.center, .heading.center {
    font-size: 6em;
  }

  .heading.hero {
    width: 70vw;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 7em;
    line-height: 1.2em;
  }

  .container-white-rounded {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .columns {
    flex-flow: column-reverse;
    display: flex;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .container-4 {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-wrapper {
    background-size: 220%;
    flex-flow: wrap;
    padding: 30px 20px 50px;
  }

  .hero-split.left {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .margin-bottom-24px-2 {
    width: auto;
    font-size: 16px;
  }

  .shadow-two {
    align-self: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-2.white, .heading-2.white.center {
    font-size: 5em;
  }

  .heading-2.center {
    margin-top: 10px;
    margin-bottom: 0;
  }

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

  .heading-3.color {
    background-color: #3f3fe600;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    font-size: 5em;
  }

  .heading-3.dark.right {
    font-size: 22px;
    font-weight: 500;
  }

  .paragraph {
    font-size: 3em;
  }

  .usp-block {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .container-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    padding-top: 0;
  }

  .container-6 {
    width: auto;
    max-width: none;
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .comparison-feature {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .comparison-row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Feature-Row";
  }

  .comparison-item, .comparison-item.check {
    padding-top: 0;
    padding-bottom: 0;
  }

  .comparison-header-title {
    margin-left: -15px;
    font-size: 8px;
  }

  .comparison-header-title.feature {
    display: block;
  }

  .container-7 {
    max-width: none;
  }

  .section-3 {
    max-width: none;
    margin-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .what-wrapper {
    flex-flow: wrap-reverse;
  }

  .hero-split-what {
    width: auto;
    margin-bottom: 20px;
  }

  .container-8 {
    box-sizing: content-box;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .text-block-2 {
    font-size: 3.3em;
  }

  .business-wrapper {
    flex-flow: wrap-reverse;
  }

  .section-6 {
    margin-top: 140px;
  }

  .text-block-3 {
    font-size: 3em;
  }

  .section-7 {
    padding-top: 110px;
    padding-bottom: 30px;
  }

  .section-8 {
    padding-top: 50px;
  }

  .container-9 {
    max-width: none;
  }

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

  .team-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .team-member-image {
    height: 260px;
    margin-bottom: 10px;
  }

  .container-white-rounded-contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .column {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-8 {
    height: 260px;
  }

  .field-label {
    font-size: 12px;
  }

  .technology-spacer {
    height: 100px;
  }

  .compare-spacer {
    margin-top: 0;
  }

  .container-10 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-link-two, .footer-link-two.w--current {
    font-size: 4em;
  }

  .footer-bottom {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-block-two {
    margin: 0 auto 40px;
  }

  .products-wrapper {
    flex-flow: wrap-reverse;
    width: auto;
  }

  .spline-scene-4 {
    width: 120%;
    height: 72em;
    margin-top: -40px;
    margin-left: -11%;
  }

  .container-11 {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-split-main {
    align-items: stretch;
    margin-bottom: 60px;
  }

  .heading-benefits {
    font-size: 5em;
  }

  .fashion, .medical, .sports, .automotive, .electronics, .aviation, .military, .space, .construciton, .music, .packaging, .personal-care, .toys {
    min-height: 120px;
  }

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

  .container-12 {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-6, .text-block-7 {
    font-size: 2.7em;
  }

  .wrapper-product-description {
    flex-flow: column-reverse wrap;
    margin-top: 30px;
  }

  .tabs-menu {
    display: flex;
  }

  .list-item-extra {
    font-size: 4vw;
  }

  .container-8-copy {
    box-sizing: content-box;
    align-self: stretch;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    overflow: visible;
  }

  .heading-4 {
    font-size: 3em;
  }

  .all-terrain-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .pins-lips-slots {
    flex-flow: wrap-reverse;
    margin-top: 0;
  }

  .column-3 {
    padding: 30px 30px 10px;
  }

  .spline-scene-6 {
    height: 360px;
  }

  .customizable {
    flex-flow: column;
    margin-top: 0;
  }

  .column-3-copy {
    height: 360px;
  }

  .column-4-copy {
    padding: 30px 30px 10px;
  }

  .container-13 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .comparison-text {
    font-size: 2em;
  }

  .container-14 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-15 {
    width: auto;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-8-copy-copy {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-4 {
    max-width: 90%;
  }

  .image-5 {
    margin-left: -25px;
  }

  .icon-2 {
    color: #ec7519;
  }

  .business-wrapper-uneven, .business-wrapper-copy {
    flex-flow: wrap-reverse;
  }

  .image-6 {
    max-width: 90%;
  }

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

  .dropdown-link.top {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .dropdown-list.w--open {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-16 {
    background-position: 50% 80%;
    height: 230px;
  }

  .jeroen-picture, .koen-picture, .ivan-picture {
    background-position: 50% 40%;
  }

  .div-block-17, .spline-scene-7 {
    height: 190px;
  }

  .section-15 {
    flex-flow: column;
    max-width: 100%;
  }

  .code-embed-2 {
    height: 190px;
  }

  .spline-scene-9 {
    height: 41em;
  }

  .image-7 {
    width: 19em;
    margin-top: -40px;
  }

  .hero-split-3-copy-copy {
    margin-bottom: -50px;
  }

  .slider.no-perspective {
    height: 40em;
    margin-bottom: 120px;
  }

  .slider-thumb-wrap._1 {
    width: 60px;
    height: 40px;
  }

  .slider-thumb-wrap._2, .slider-thumb-wrap._3, .slider-thumb-wrap._4, .slider-thumb-wrap._5, .slider-thumb-wrap._6 {
    height: 40px;
  }

  .slider-navigation.default-no-perspective {
    opacity: 0;
    width: 100%;
  }

  .slider-navigation.no-perspective {
    height: 100px;
  }

  .label {
    font-size: 3em;
  }

  .heelhugs {
    flex-flow: wrap-reverse;
  }

  .lottie-animation-2 {
    min-width: 200vw;
  }

  .business-wrapper-even {
    flex-flow: wrap;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .heelhugs-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .section-18 {
    padding-top: 30px;
    padding-bottom: 110px;
    overflow: hidden;
  }

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

  .flexible-columns {
    flex-flow: wrap;
  }

  .spline-scene-13 {
    min-width: 364px;
    margin-bottom: 10px;
    margin-left: -50px;
    margin-right: auto;
  }

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

  .strength-columns {
    flex-flow: wrap-reverse;
  }

  .div-block-33 {
    min-height: 80px;
  }

  .image-9 {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .flexible {
    flex-flow: column;
    margin-top: 0;
  }

  .strength {
    flex-flow: wrap-reverse;
    margin-top: 0;
  }

  .spline-scene-6-copy, .column-3-copy-copy {
    height: 360px;
  }

  .pinlipsslots {
    flex-flow: wrap-reverse;
  }

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

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

  .customizable-columns {
    flex-flow: wrap;
  }

  .spline-scene-13-copy {
    min-width: auto;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
  }

  .spline-scene-13-copy2 {
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-33-copy-2 {
    min-height: 110px;
  }

  .image-10 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .column-12 {
    padding-right: 0;
  }

  .columns-6 {
    flex-flow: wrap-reverse;
    display: flex;
    overflow: visible;
  }

  .column-13 {
    padding-left: 0;
  }

  .heelhugs-container-1 {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heelhugs-columns-1 {
    flex-flow: wrap-reverse;
  }

  .div-block-33-copy {
    min-height: 80px;
  }

  .column-10-copy, .column-11-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-35 {
    height: 190px;
    margin-bottom: 20px;
  }

  .heelhugs-container-2 {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heelhugs-columns-2 {
    flex-flow: wrap;
  }

  .heelhugs-container-3 {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heelhugs-columns-3 {
    flex-flow: wrap-reverse;
  }

  .heelhugs-container-4 {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heelhugs-columns-4 {
    flex-flow: wrap;
  }

  .div-block-35-copy {
    height: 190px;
    margin-bottom: 20px;
  }

  .spline-scene-13-copy-copy {
    min-width: auto;
    height: 310px;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-35-copyyy, .div-block-35-copytt {
    height: 190px;
    margin-bottom: 20px;
  }

  .heelhugs-columns-5 {
    flex-flow: wrap-reverse;
  }

  .heelhugs-container-5 {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .lottie-animation-4 {
    width: 50%;
  }

  .hard-or-soft-container {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .hard-columns, .soft-columns {
    flex-flow: wrap;
  }

  .einde-loop-container {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .einde-loop-columns {
    flex-flow: wrap-reverse;
  }

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

  .attachment-columns {
    flex-flow: wrap;
  }

  .tabs-menu-2 {
    justify-content: space-between;
    margin-bottom: 3em;
    margin-left: 0%;
    display: flex;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .customizable-container-2 {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }

  .customizable-columns-2 {
    flex-flow: wrap;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    display: block;
  }

  .heading-5 {
    font-size: 3.9em;
  }

  .helper-text-customizable {
    font-size: 3em;
  }

  .tabs-menu-4 {
    grid-template-columns: 1fr;
  }

  .text-block-12, .text-block-13 {
    font-size: 3em;
  }

  .tabs-menu-5 {
    flex-flow: column;
  }

  .attachment-text {
    font-size: 15px;
  }

  .tabs-menu-4-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cp-page-wrap {
    justify-content: center;
    align-items: center;
    width: 70%;
  }

  .color-handle-2 {
    margin-left: -1em;
  }

  .div-block-37 {
    justify-content: center;
    display: none;
  }

  .div-block-39 {
    width: 50px;
  }

  .customize-cta-div {
    padding: 20px 20px 30px;
  }

  .code-embed-3 {
    padding-top: 1px;
  }

  .div-block-8-copy {
    height: 260px;
  }

  .tabs {
    flex-flow: row;
    display: block;
  }

  .div-block-40 {
    margin-bottom: 30px;
    display: block;
  }

  .button-primary-heelhugs {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary-heelhugs.technology {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .nav-link-heelhugs, .nav-link-heelhugs.w--current {
    color: var(--white);
  }

  .section-19 {
    margin-top: 0;
    padding-top: 160px;
    overflow: hidden;
  }

  .heading-heelhugs {
    width: 320px;
    font-size: 38px;
    line-height: 44px;
  }

  .heading-heelhugs.white, .heading-heelhugs.white.center {
    font-size: 5em;
  }

  .heading-heelhugs.center {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .spline-scene-15 {
    width: 100%;
    height: 300px;
    margin-top: 60px;
    margin-left: -20px;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0% auto auto;
    overflow: hidden;
  }

  .div-block-42 {
    width: 80%;
  }

  .image-18 {
    width: 210px;
    top: -2px;
    left: 118px;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .image-19 {
    top: -30px;
  }

  .heelhugs-product-title {
    width: 80%;
    margin-top: -20px;
    font-size: 24px;
    line-height: 28px;
  }

  .heelhugs-product-title.white, .heelhugs-product-title.white.center {
    font-size: 5em;
  }

  .heelhugs-product-title.center {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .heelhugs-product-title.buy {
    margin-bottom: 10px;
  }

  .section-19-copy {
    padding-top: 60px;
  }

  .container-16 {
    width: auto;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .div-block-44 {
    width: 100%;
    padding: 20px 20px 30px;
  }

  .div-block-45 {
    width: 24px;
    height: 24px;
  }

  .columns-7 {
    flex-flow: column;
  }

  .number-opsomming {
    font-size: 14px;
  }

  .margin-bottom-24px-2-copy {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 16px;
  }

  .column-14 {
    padding: 50px 50px 60px;
  }

  .columns-8 {
    flex-flow: wrap-reverse;
  }

  .column-15 {
    height: 420px;
  }

  .buy-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18-copy {
    width: 180px;
    top: 39px;
  }

  .text-block-21 {
    width: 100%;
  }

  .image-21 {
    width: 400px;
    margin-top: 1960px;
    margin-left: -98px;
  }

  .div-block-48 {
    margin-top: 200px;
    padding: 20px 20px 10px;
  }

  .margin-bottom-24px-2-copy-copy {
    font-size: 16px;
  }

  .column-12-copy {
    margin-top: -10px;
    padding-right: 0;
  }

  .column-16, .column-17, .column-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-19-copy {
    margin-top: 110px;
    padding-top: 160px;
  }

  .margin-bottom-24px-2-copy {
    width: auto;
    font-size: 16px;
  }

  .margin-bottom-24px-2-copy-copy {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 16px;
  }

  .section-19-copy-copy {
    padding-top: 60px;
  }

  .container-12-copy {
    max-width: none;
    margin: 160px 20px 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px-2-copy-copy-copy {
    font-size: 16px;
  }

  .div-block-52 {
    height: 30px;
    display: flex;
    overflow: visible;
  }

  .image-22 {
    width: 36.1875px;
    max-width: none;
    height: 7px;
  }

  .button-primary-callbuddy {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary-callbuddy.technology {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .nav-link-callbuddy {
    color: #345252;
  }

  .nav-link-callbuddy.w--current {
    color: var(--white);
  }

  .callbuddy-hero-section {
    min-height: 100vh;
  }

  .container-18 {
    max-width: 90svw;
  }

  .hero-wrapper-4 {
    margin-bottom: -50px;
  }

  .hero-split-4 {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-height: 270px;
    margin: 20px auto 0;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 48px;
  }

  .container-19 {
    min-width: 90vw;
    max-width: 90vw;
  }

  .section-20 {
    height: 410vw;
    max-height: 1610px;
    padding-left: 0;
    padding-right: 0;
  }

  .label-stand {
    margin-right: 5px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .callbuddy-hero-image {
    max-width: 90%;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    max-width: 90vw;
  }

  .heading-7 {
    font-size: 46px;
    line-height: 48px;
  }

  .label-stream, .label-carry {
    margin-right: 5px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .label-hang {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-20 {
    max-width: 90vw;
  }

  .heading-8 {
    font-size: 46px;
    line-height: 48px;
  }

  .callbuddy-win-case {
    padding-top: 90px;
  }

  .container-21, .container-22 {
    max-width: 90vw;
  }

  .container-23 {
    max-width: none;
  }

  .footer-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-2 {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .gadget-slider {
    height: 110vw;
  }

  .heading-8-copy {
    font-size: 46px;
    line-height: 48px;
  }

  .hero-split-4-copy {
    min-width: 100%;
    max-width: none;
    max-height: 260px;
    margin-bottom: 0;
  }

  .icon-2-copy {
    color: #335252;
  }

  .hero-split-4-copy {
    justify-content: center;
    align-items: center;
    width: 80%;
    min-width: auto;
    max-height: 270px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-split-4-copy-copy {
    justify-content: center;
    align-items: center;
    width: 80%;
    min-width: 100%;
    max-width: none;
    min-height: 350px;
    max-height: 260px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-split-4-copy-copy-copy {
    min-width: 100%;
    max-width: none;
    max-height: 260px;
    margin-bottom: 0;
  }

  .nav-menu-callbuddy {
    background-color: var(--white);
    flex-direction: column;
  }
}

#w-node-_9fa902df-a373-01c2-b0dc-224f1ed5cf5c-0d8b7573, #w-node-e865ec06-7f35-307b-498b-03deeb9f5fe6-0d8b7573, #w-node-_689b1ba5-3bc0-5689-1a10-3e287e8cc3c9-0d8b7573, #w-node-_43f9041d-d63d-6b21-f30a-ee5d7deb22f2-0d8b7573, #w-node-d531a66d-b66b-85b4-3d9f-f6d88c17ebf1-0d8b7573, #w-node-_882181e1-0674-493b-5225-6d032322dd0d-0d8b7573 {
  place-self: center;
}

#w-node-b4f1f692-052a-7dfc-7c96-0ee4fbc1422a-0d8b7573, #w-node-b4f1f692-052a-7dfc-7c96-0ee4fbc14239-0d8b7573, #w-node-_2bea98be-6554-b12c-1d9a-7de3b0ed7ca7-0d8b7573, #w-node-a70be186-ba09-3244-721a-cccbb33198ca-0d8b7573, #w-node-d5a666bd-cba0-a8cb-22e3-4a1dc30ed56c-0d8b7573, #w-node-_618e469b-d778-11cd-093f-fb5b3e5132a4-0d8b7573, #w-node-_5117956d-b14c-5215-56aa-0f046fe6ef47-0d8b7573, #w-node-_717ce4f1-824a-2847-2e81-f0b74fff5843-0d8b7573, #w-node-_607be250-c479-618c-64dc-329e9b3e4587-0d8b7573, #w-node-cc271594-c431-80ef-42eb-6c590d372f81-0d8b7573, #w-node-_4149d5c4-b65e-fc5a-088c-185b413959d1-0d8b7573, #w-node-_0eeb03e6-ff71-351f-556f-6304c724ef04-0d8b7573 {
  justify-self: start;
}

#w-node-_76500b5d-0b6d-ed6f-4a2b-c54beff11db1-eaa6cefd, #w-node-bc5b94ef-488b-ddb2-4271-6301d678b43c-eaa6cefd, #w-node-c96670c2-b6da-1a33-943f-8ee95f56c5d6-eaa6cefd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b4f1f692-052a-7dfc-7c96-0ee4fbc1422a-0d8b7573, #w-node-b4f1f692-052a-7dfc-7c96-0ee4fbc14239-0d8b7573, #w-node-_2bea98be-6554-b12c-1d9a-7de3b0ed7ca7-0d8b7573, #w-node-a70be186-ba09-3244-721a-cccbb33198ca-0d8b7573, #w-node-d5a666bd-cba0-a8cb-22e3-4a1dc30ed56c-0d8b7573, #w-node-_618e469b-d778-11cd-093f-fb5b3e5132a4-0d8b7573, #w-node-_5117956d-b14c-5215-56aa-0f046fe6ef47-0d8b7573, #w-node-_717ce4f1-824a-2847-2e81-f0b74fff5843-0d8b7573, #w-node-_607be250-c479-618c-64dc-329e9b3e4587-0d8b7573, #w-node-cc271594-c431-80ef-42eb-6c590d372f81-0d8b7573, #w-node-_4149d5c4-b65e-fc5a-088c-185b413959d1-0d8b7573, #w-node-_0eeb03e6-ff71-351f-556f-6304c724ef04-0d8b7573 {
    grid-area: Feature-Row;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e6452cfd-394e-a2ac-cd14-6a31c3e521f3-0d8b7573 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4f1f692-052a-7dfc-7c96-0ee4fbc14235-0d8b7573 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Made Tommy Soft Personal Use';
  src: url('../fonts/MADE-Tommy-Soft-Bold-PERSONAL-USE.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Tommy Soft Personal Use';
  src: url('../fonts/MADE-Tommy-Soft-Light-PERSONAL-USE.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Tommy Soft Personal Use';
  src: url('../fonts/MADE-Tommy-Soft-ExtraBold-PERSONAL-USE.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Tommy Soft Personal Use';
  src: url('../fonts/MADE-Tommy-Soft-Black-PERSONAL-USE.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Tommy Soft Personal Use';
  src: url('../fonts/MADE-Tommy-Soft-Medium-PERSONAL-USE.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Tommy Soft Personal Use';
  src: url('../fonts/MADE-Tommy-Soft-Thin-PERSONAL-USE.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Tommy Soft Personal Use';
  src: url('../fonts/MADE-Tommy-Soft-Regular-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}