:root {
  --border-color: #e9e9e9;
  --footer-bg-color: #f9f9f9;
  --primary-font-family: "DM Sans", sans-serif;
  --text-color: #121212;
  --brand-color: #f40;
  --button-border-color: #a8a8a8;
  --tiny-text-color: #606060;
  --footer-policy-color: #3e3e3e;
  --secondary-color: #8faf38;
  --normal-font-size: 1.6rem;
}

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

.body {
  font-family: var(--primary-font-family);
  color: var(--text-color);
  font-size: 16px;
  line-height: 150%;
}

.section {
  padding: 64px;
}

.container {
  background-color: #fff;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  position: relative;
}

.text-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 150%;
}

.text-h2 {
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

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

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

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

/* top navbar section */
.section.top-nav-section {
  z-index: 100000;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.nav-content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.nav-logo {
  width: 200px;
  cursor: pointer;
}

a.nav-share-btn {
  background-color: var(--brand-color) !important;
  text-align: center;
  background-image: url('/resource/backerultriix/images/up-arrow-white.svg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10000px;
  width: 128px;
  padding: 11px 0;
  font-size: 1.1rem;
  transition: opacity .2s, box-shadow .2s;
}

a.nav-share-btn:hover {
  border: 1px solid var(--brand-color);
  box-shadow: 0 2px 8px 0 var(--brand-color);
}

a.nav-share-btn:active {
  box-shadow: none;
  background-color: #f40c;
}

.share-menu-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  align-items: center;
  width: 26%;
  display: flex;
  position: relative;
}

.share-menu-content {
  z-index: 100000;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding-top: 13px;
  padding-bottom: 19px;
  position: absolute;
  inset: 130% 0% auto auto;
  box-shadow: 0 2px 20px #0003;
}


.nav-share-icon-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  padding: 15px 17px;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, font-size .2s;
  display: flex;
}

.nav-share-icon-wrapper:hover {
  border-bottom: 0 #000;
  font-size: 1.3rem;
}

.nav-share-icon-wrapper:active {
  color: var(--tiny-text-color);
}

/* hero section */
.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;
}

._2-col-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
}

#node-_2c328895-cbea-94f6-8331-a3b9214e2a99-21739000 {
  justify-self: start;
}

.hero-content-left {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.hero-title-wrapper, .hero-detail-wrapper {
    width: 100%;
  }

 .hero-product-bg-shape {
    width: 82%;
    height: 196px;
    inset: 65% 0% 0% 18%;
  }

  .hero-product-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.hero-detail-wrapper {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  display: flex;
}

.text-point {
  width: 370px;
  font-size: 1rem;
  font-weight: 400;
}

.button {
  color: var(--brand-color);
  text-align: center;
  -webkit-text-stroke-color: var(--brand-color);
  text-transform: uppercase;
  background-color: #ff44001a;
  background-image: url('/resource/backerultriix/images/right-arrow-icon.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 100%;
  padding: 18px 0;
  font-size: 1.4rem;
  display: block;
  cursor: pointer;
  line-height: inherit;
  text-decoration: none;
}

  .button {
    background-position: 91%;
    font-size: 1.2rem;
    line-height: 100%;
  }
 
  

.hero-content-right {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}


/* cta section */

.section.cta-section {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--border-color);
  border-radius: 0;
  padding-bottom: 112px;
}

.cta-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
}

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

.cta-email-mix {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.cta-email-form {
  line-height: 100%;
}

.u-form {
  margin: 0 0 15px;
}


.form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

.layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.cta-email-form-content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 99%;
}

 .email-input-box {
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: var(--button-border-color);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 308px;
  max-width: 100%;
  height: 52px;
  max-height: 100%;
  margin-bottom: 0;
  padding-top: 11px;
  padding-left: 17px;
}

.email-input-box::placeholder {
  direction: ltr;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 1.1rem;
  text-decoration: none;
}

.email-input-btn {
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: var(--button-border-color);
  background-color: var(--brand-color);
  border-radius: 0 25px 25px 0;
  padding: 18px 20px;
  font-size: 1.2rem;
  line-height: 100%;
}

.tiny-text {
  color: var(--tiny-text-color);
  -webkit-text-stroke-color: var(--tiny-text-color);
  font-size: 1rem;
  line-height: 100%;
}


/* footer section */
.section.footer-section {
  background-color: var(--footer-bg-color);
  padding-bottom: 24px;
}

.container.footer-container {
  background-color: #0000;
}

.footer-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding-bottom: 86px;
  display: flex;
}

.follow-us-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.text-h4 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 100%;
}

.footer-social-icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-2-col-grid {
  color: var(--footer-policy-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  font-size: .9rem;
}

.copyright-wrapper {
  -webkit-text-stroke-color: var(--footer-policy-color);
}

.footer-policy-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-text-stroke-color: var(--footer-policy-color);
  justify-content: center;
  font-size: .8rem;
  display: inline-flex;
}

.privacy-policy-wrapper {
  color: var(--footer-policy-color);
  text-decoration: none;
}


.privacy-policy {
  color: var(--footer-policy-color);
  text-decoration: none;
}

.policy-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

/* privacy policy page */
.policy-section {
  margin-top: 18px;
}

.policy-section.policy-last-section {
  height: 300px;
}

.policy-title-wrapper {
  text-align: center;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.policy-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.policy-container.policy-last-container {
  padding-bottom: 0;
}

.policy-title-wrapper {
  text-align: center;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.policy-content-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 69px;
  padding-right: 69px;
  display: flex;
}

.policy-content-wrapper.policy-last-part {
  padding-bottom: 0;
}

.text-point.policy-normal-text {
  text-align: left;
  width: 100%;
}

.policy-last-title-h2 {
  font-size: 19px;
}

@media screen and (max-width: 991px) {
    /* top navbar section */
    .section.top-nav-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

   .nav-share-btn {
    width: 128px;
  }

  /* hero section */
    ._2-col-grid {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    grid-template-columns: 1fr;
  }

}

@media screen and (max-width: 767px) {
    /* top navbar section */
.nav-logo {
    width: 169px;
  }

 .share-menu-content {
    width: 165%;
    padding-bottom: 13px;
    left: -38px;
  }

   .nav-share-btn {
    text-align: center;
    background-position: 78px;
    width: 100px;
    padding-right: 0;
    font-size: 1rem;
  }
  

    /* hero section */
     ._2-col-grid {
    position: relative;
  }

  .hero-content-right {
    transition: all .2s;
  }

  /* footer section */
   .footer-content {
    justify-content: flex-start;
    align-items: center;
  }

   .text-h4 {
    text-align: center;
    width: 100%;
  }

  .footer-social-icon-wrapper {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
  }

  .footer-2-col-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template: "Area"
    / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-content: space-around center;
    place-items: center start;
    display: flex;
  }

   .policy-wrapper {
    order: -1;
  }

}

@media screen and (max-width: 479px) {
    .container {
    max-width: 100%;
  }

  .section {
    max-width: 100%;
    padding: 22px 25px 11px;
  }
  /* top navbar section */
   .nav-logo {
    width: 83px;
  }


.nav-share-btn {
    text-align: center;
    background-position: 86%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    width: 79px;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: .8rem;
    line-height: 100%;
  }

   .share-menu-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

   .share-menu-content {
    z-index: 100000;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: 543px;
    margin-top: 6px;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    left: -123px;
  }

   .nav-share-icon-wrapper {
    width: 100%;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-right: 17px;
    font-size: .9rem;
  }

   .text-block-2 {
    padding-right: 0;
  }


  /* hero section */

  ._2-col-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    max-width: 100%;
  }

   .text-h1 {
    font-size: 1.5rem;
  }
/* hero setion */
  .hero-content-right {
    justify-content: center;
    align-items: flex-end;
  }

  .hero-product-title {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .product-model-icon {
    width: 25px;
  }

   .text-h2 {
    width: 100%;
    font-size: 1rem;
  }

  .text-point {
    width: 100%;
  }

   .hero-title-wrapper, .hero-detail-wrapper {
    width: 100%;
  }


  .button {
    background-position: 91%;
    font-size: 1.2rem;
    line-height: 100%;
  }

  /* cta section */
  .cta-wrapper {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .text-h3 {
    text-align: center;
    flex: 0 auto;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .cta-email-mix {
    width: 100%;
  }

  .cta-email-form, .cta-email-form-wrapper {
    width: 100%;
  }

  .cta-email-form-content {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

 .email-input-box {
    border-left-style: solid;
    border-right-width: 1px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 100%;
  }
   .email-input-btn {
    border-left-width: 1px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 16px 15px;
    font-size: 1rem;
  }

  /* footer section */
  .footer-content {
    justify-content: center;
    align-items: center;
  }

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

   .footer-social-icon-wrapper {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
  }

   .copyright-wrapper {
    order: 1;
  }

  .footer-policy-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    place-items: center;
    width: 100%;
    display: grid;
  }

  /* privacy policy page */
   .text-block-4 {
    font-size: 13px;
  }

   .policy-content-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

   .policy-last-title-h2 {
    text-align: left;
    font-size: 18px;
    line-height: 120%;
  }

  .bold-text-2 {
    text-align: left;
    font-size: 17px;
  }

}

