:root {
  --black: #231f20;
  --gainsboro: #dedede;
  --crimson: #e01f2f;
  --white-smoke: #f1f1f1;
}
body {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 140%;
}
.navbar {
  z-index: 100;
  background-color: #fff;
  border-bottom: 20px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
}
.nav-div {
  border-bottom: 1px solid var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  width: 960px;
  max-width: 100%;
  height: 60px;
  display: flex;
}
.brand {
  background-color: var(--crimson);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  box-shadow: 0 1px #e01f2f;
}
.page-wrapper {
  flex-direction: column;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
}
.side-bar {
  display: none;
}
.side-link {
  color: #231f20e6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  text-decoration: none;
  display: flex;
}
.nav-link.w--current {
  border-bottom-color: var(--black);
  color: var(--black);
  overflow: hidden;
}
.side-link-icon {
  width: 14px;
  margin-right: 8px;
  display: none;
}
.side-link-div {
  align-items: center;
  display: flex;
}
.contact-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 860px;
  margin-top: 40px;
  display: flex;
}
.contact-name {
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 700;
}
.contact-block {
  color: #231f20cc;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}
.contact-icon {
  width: 30px;
  height: auto;
  margin-left: -5px;
  margin-right: 10px;
}
.nav-menu-btn {
  z-index: 20;
  cursor: pointer;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  transition: all .2s;
  display: flex;
  position: relative;
}
.nav-menu-line {
  background-color: var(--black);
  flex: none;
  width: 30px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.top-menu-wrp {
  z-index: 90;
  background-color: #fff;
  width: 100%;
  height: 0;
  display: flex;
  position: fixed;
  inset: 60px 0% auto;
  overflow: hidden;
}
.top-menu-div {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
  overflow: scroll;
}
.top-menu-block {
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}
.top-menu-title {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.top-link-new {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
}
.logo {
  width: 80px;
  height: auto;
}
.top-link {
  color: #231f20e6;
  background-image: url('../images/arrow-right-black.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 1px solid #231f201a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 45px;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}
.top-link:hover {
  background-size: 14px;
  padding-left: 22px;
}
.top-link.w--current {
  color: var(--crimson);
  background-image: url('../images/arrow-right-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 22px;
}
.content-wrapper {
  width: 1000px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.top-product-name-div {
  flex: 1;
  align-items: center;
  padding-left: 20px;
  display: flex;
}
.top-product-name-note {
  color: #231f2099;
  margin-top: 3px;
  font-size: 18px;
  line-height: 22px;
}
.top-product-name {
  flex: none;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.begin-trigger {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}
.trn-section-wrp {
  z-index: 3;
  width: 100%;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.trn-section-wrp.is-top-pd-0px {
  padding-top: 0;
}
.trn-contact {
  z-index: 3;
  width: 100%;
  padding: 80px 60px;
  position: relative;
}
.trn-section-title {
  z-index: 3;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}
.bottom-icon-to-top {
  width: 32px;
  height: auto;
}
.bottom-link-to-top {
  border: 1px solid var(--black);
  opacity: .3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 30px auto;
}
.bottom-link-to-top:hover {
  opacity: .6;
}
.product-btn {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #343434;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 100%;
  margin-left: 20px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 1px #343434;
}
.product-btn:hover {
  background-color: var(--crimson);
  box-shadow: 0 1px 0 0 var(--crimson);
  color: #fff;
}
.top-menu-column {
  width: 45%;
}
.offer {
  z-index: 50;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}
.offer.is-sale-hide {
  display: none;
}
.cookie-notification {
  z-index: 900;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  line-height: 140%;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}
.cookie-notification.cookie-hide {
  display: none;
}
.trn-sale-wrp {
  grid-column-gap: 20px;
  color: #fff;
  background-color: #719dd9;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 13px 20px;
  text-decoration: none;
  display: flex;
}
.trn-sale-title-div {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}
.trn-sale-title {
  letter-spacing: .4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}
.trn-sale-divider {
  background-color: #fff;
  width: 1px;
}
.trn-sale-txt-div {
  grid-column-gap: 5px;
  color: #fff;
  letter-spacing: .4px;
  flex-wrap: wrap;
  padding-top: 1px;
  font-size: 19px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}
.cookie-div {
  z-index: 80;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 420px;
  max-width: 100%;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 20px 30px 20px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 20px #3c485840;
}
.cookie-close {
  z-index: 10;
  background-color: #e6e6e6;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -10px -10px auto auto;
}
.icon-close {
  width: 14px;
  height: auto;
}
.cookie-accept {
  background-color: var(--black);
  color: #fff;
  border-radius: 40px;
  margin-top: 10px;
  padding: 8px 25px;
  text-decoration: none;
}
.cookies-link-pp {
  color: var(--black);
}
.footer {
  background-color: #231f20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}
.footer-wrp {
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-link-pp {
  color: #231f20cc;
  text-decoration: none;
}
.trn-seahorse-pro-s1 {
  background-color: #020612;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.trn-seahorse-pro-s1-wrp {
  z-index: 3;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}
.trn-seahorse-pro-heading {
  z-index: 3;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
  position: relative;
}
.trn-seahorse-pro-heading-span {
  border: 1px solid #ffffffe6;
  border-radius: 10px;
  margin-left: 15px;
  padding: 5px 20px;
  font-size: 40px;
  line-height: 1em;
  display: inline-block;
}
.trn-seahorse-pro-s1-subtitle {
  text-shadow: -1px -1px 5px #0092ff, 1px 1px 5px #0092ff;
  max-width: 24ch;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2em;
}
.trn-seahorse-pro-s1-txt {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 24px;
  display: flex;
}
.trn-seahorse-pro-s1-img {
  width: 100%;
  height: auto;
  margin-top: -200px;
}
.trn-seahorse-pro-s1-note {
  opacity: .8;
  color: #fff;
  text-align: right;
  width: 45%;
  margin-left: auto;
  padding-bottom: 60px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 1.4em;
  position: absolute;
  inset: auto 0% 0% auto;
}
.trn-seahorse-pro-s2 {
  color: #fff;
  background-color: #020612;
  width: 100%;
  overflow: hidden;
}
.trn-seahorse-pro-section-title {
  color: #fff;
  text-shadow: -1px -1px 5px #0092ff, 1px 1px 5px #0092ff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}
.trn-seahorse-pro-s2-txt-div {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}
.trn-seahorse-pro-s1-mob {
  display: none;
}
.trn-seahorse-pro-s2-icon-wrp {
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}
.trn-seahorse-pro-s2-icon-div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 32%;
  display: flex;
}
.trn-seahorse-pro-s2-icon-img {
  width: 170px;
  height: auto;
}
.trn-seahorse-pro-s3 {
  color: #fff;
  background-color: #020612;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.trn-seahorse-pro-img {
  width: 100%;
  height: auto;
}
.trn-seahorse-pro-img.is-s3-img {
  margin-top: -200px;
}
.trn-seahorse-pro-img.is-s5-img {
  margin-top: -60px;
}
.trn-seahorse-pro-img.is-s7-img {
  margin-top: -270px;
}
.trn-seahorse-pro-img.is-s8-img {
  margin-top: -100px;
}
.trn-seahorse-pro-img.is-s9-img {
  margin-top: -40px;
}
.trn-seahorse-pro-img.is-s12-img {
  width: 80%;
}
.trn-seahorse-pro-s4 {
  color: #fff;
  background-color: #020612;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.trn-seahorse-pro-section-suvtitle {
  color: #fff;
  text-shadow: -1px -1px 5px #0092ff, 1px 1px 5px #0092ff;
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
}
.trn-seahorse-pro-s5 {
  color: #fff;
  background-color: #020612;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.trn-seahorse-pro-s6 {
  color: #fff;
  background-color: #020612;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.trn-seahorse-pro-s7 {
  color: #fff;
  background-color: #020612;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.trn-seahorse-pro-note {
  opacity: .8;
  font-size: 20px;
}
.trn-seahorse-pro-note.is-s7-note {
  z-index: 2;
  margin-top: -100px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.trn-seahorse-pro-s8 {
  color: #fff;
  background-color: #0b0b0b;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.trn-seahorse-pro-s9 {
  color: #fff;
  background-color: #0b0b0b;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.trn-seahorse-pro-s10 {
  color: #fff;
  background-color: #0b0b0b;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.trn-seahorse-pro-s11 {
  color: #fff;
  background-color: #0b0b0b;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.trn-seahorse-pro-s11-title {
  font-size: 23px;
  font-weight: 500;
}
.trn-seahorse-pro-s11-div {
  border-bottom: 1px solid #fff3;
  width: 48%;
  padding-bottom: 20px;
}
.trn-seahorse-pro-s11-wrp {
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}
.trn-seahorse-pro-s12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .nav-div {
    width: 1260px;
  }
  .page-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 1300px;
    display: flex;
    position: relative;
  }
  .side-bar {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 20px;
    padding-right: 0;
    display: flex;
    position: relative;
  }
  .side-link {
    background-image: url('../images/arrow-right-black.svg');
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 0;
    border-bottom: 1px solid #dedede;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 8px 20px;
    font-size: 19px;
    line-height: 100%;
    transition: all .2s;
    display: flex;
  }
  .side-link:hover {
    background-size: 14px;
    padding-left: 32px;
  }
  .side-link.w--current {
    color: var(--crimson);
    background-image: url('../images/arrow-right-red.svg');
    background-size: 14px;
    padding-left: 32px;
  }
  .side-link-up {
    color: var(--black);
    text-transform: uppercase;
    align-items: flex-start;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }
  .side-links-wrp {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    width: 100%;
  }
  .side-title {
    color: var(--black);
    letter-spacing: .5px;
    align-items: flex-start;
    height: 50px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 500;
    display: flex;
  }
  .side-link-icon {
    perspective-origin: 0%;
    transform-origin: 0%;
    width: 14px;
    height: auto;
    margin-right: 8px;
    display: block;
  }
  .side-link-div {
    align-items: center;
    display: flex;
  }
  .side-link-new {
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 2px;
    font-size: 17px;
    font-weight: 700;
  }
  .side-sticky {
    padding-top: 0;
    padding-bottom: 100px;
    position: sticky;
    top: -3600px;
  }
  .side-link-up-icon {
    width: 14px;
    height: auto;
    margin-top: 6px;
    margin-right: 10px;
  }
  .side-link-up-underline {
    background-color: var(--black);
    height: 1px;
    margin-top: 4px;
    padding: 0;
  }
  .side-link-up-div {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
  .nav-menu-btn {
    display: none;
  }
  .top-menu-wrp {
    display: none;
  }
  .top-link-new {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
  }
  .top-link {
    color: var(--black);
    border-bottom: 1px solid #dedede;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 8px 20px 8px 10px;
    text-decoration: none;
    display: flex;
  }
  .top-product-name-div {
    flex: 0 auto;
    width: 790px;
    max-width: 100%;
    padding-left: 0;
  }
  .footer-wrp {
    max-width: 1300px;
  }
  .trn-seahorse-pro-s2-txt-div {
    align-items: center;
  }
  .trn-seahorse-pro-s2-icon-wrp {
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .nav-div {
    width: 1320px;
  }
  .page-wrapper {
    width: 1360px;
  }
  .side-link.w--current {
    color: var(--crimson);
  }
  .side-links-wrp {
    top: -560px;
  }
  .side-sticky {
    top: -3400px;
  }
  .footer-wrp {
    max-width: 1360px;
  }
}
@media screen and (max-width: 991px) {
  .top-link:hover {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }
  .content-wrapper {
    width: 100%;
  }
  .top-product-name-div {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-product-name-note {
    margin-top: 0;
  }
  .trn-section-wrp {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .trn-contact {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .trn-section-title {
    font-size: 36px;
  }
  .product-btn {
    min-width: 120px;
  }
  .trn-sale-wrp {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .trn-seahorse-pro-s1-wrp {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .trn-seahorse-pro-heading {
    font-size: 50px;
  }
  .trn-seahorse-pro-heading-span {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 30px;
  }
  .trn-seahorse-pro-s1-subtitle {
    font-size: 40px;
  }
  .trn-seahorse-pro-s1-txt {
    grid-row-gap: 5px;
    flex-flow: column;
    margin-bottom: 5px;
    font-size: 22px;
  }
  .trn-seahorse-pro-s1-divider {
    display: none;
  }
  .trn-seahorse-pro-s1-img {
    margin-top: -140px;
  }
  .trn-seahorse-pro-section-title {
    font-size: 34px;
  }
  .trn-seahorse-pro-s2-icon-wrp {
    grid-row-gap: 30px;
  }
  .trn-seahorse-pro-s2-icon-img {
    width: 150px;
  }
  .trn-seahorse-pro-img.is-s3-img {
    margin-top: -160px;
  }
  .trn-seahorse-pro-img.is-s5-img {
    margin-top: -40px;
  }
  .trn-seahorse-pro-img.is-s7-img {
    margin-top: -200px;
  }
  .trn-seahorse-pro-img.is-s8-img {
    margin-top: -40px;
  }
  .trn-seahorse-pro-img.is-s12-img {
    width: 100%;
  }
  .trn-seahorse-pro-section-suvtitle {
    font-size: 28px;
  }
  .trn-seahorse-pro-note.is-s7-note {
    margin-top: -60px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 19px;
  }
  .navbar {
    border-bottom-width: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .brand {
    box-shadow: none;
    width: 80px;
    height: 46px;
    margin-left: 10px;
  }
  .page-wrapper {
    padding-top: 60px;
  }
  .contact-div {
    margin-top: 40px;
  }
  .contact-name {
    font-size: 20px;
  }
  .contact-icon {
    margin-top: -3px;
    margin-bottom: 3px;
    margin-right: 8px;
  }
  .top-menu-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  .top-link-new {
    font-size: 16px;
  }
  .logo {
    width: 50px;
  }
  .top-link {
    max-width: 100%;
  }
  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .top-product-name-div {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
  }
  .top-product-name-note {
    margin-top: 0;
    display: none;
  }
  .top-product-name {
    font-size: 22px;
  }
  .trn-section-wrp {
    padding-top: 40px;
  }
  .trn-contact {
    padding-top: 40px;
  }
  .trn-section-title {
    font-size: 30px;
  }
  .bottom-link-to-top {
    right: 20px;
  }
  .product-btn {
    box-shadow: none;
    height: 46px;
  }
  .top-menu-column {
    width: 100%;
  }
  .trn-sale-title-div {
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .trn-sale-title {
    font-size: 18px;
  }
  .trn-sale-txt-div {
    align-items: center;
    font-size: 17px;
  }
  .cookie-div {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .trn-seahorse-pro-heading {
    font-size: 40px;
  }
  .trn-seahorse-pro-heading-span {
    margin-left: 10px;
    font-size: 24px;
  }
  .trn-seahorse-pro-s1-subtitle {
    font-size: 36px;
  }
  .trn-seahorse-pro-s1-img {
    margin-top: -100px;
  }
  .trn-seahorse-pro-s1-note {
    text-align: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    position: relative;
  }
  .trn-seahorse-pro-section-title {
    font-size: 32px;
  }
  .trn-seahorse-pro-s2-icon-wrp {
    grid-row-gap: 10px;
  }
  .trn-seahorse-pro-s2-icon-div {
    width: 48%;
  }
  .trn-seahorse-pro-s2-icon-img {
    width: 140px;
  }
  .trn-seahorse-pro-img.is-s3-img {
    margin-top: -100px;
  }
  .trn-seahorse-pro-img.is-s7-img {
    margin-top: -160px;
  }
  .trn-seahorse-pro-img.is-s9-img {
    margin-top: -20px;
  }
  .trn-seahorse-pro-section-suvtitle {
    font-size: 24px;
  }
  .trn-seahorse-pro-note.is-s7-note {
    margin-top: -40px;
  }
  .trn-seahorse-pro-s11-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .nav-menu-btn {
    margin-left: 0;
  }
  .top-product-name {
    display: none;
  }
  .trn-section-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }
  .trn-contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .trn-section-title {
    font-size: 26px;
  }
  .product-btn {
    margin-left: 10px;
    font-size: 14px;
  }
  .cookie-notification {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .trn-sale-wrp {
    flex-direction: column;
  }
  .trn-sale-title-div {
    margin-bottom: 5px;
  }
  .trn-sale-divider {
    display: none;
  }
  .cookie-div {
    width: 100%;
    margin-right: 0;
  }
  .cookies-link-pp {
    display: inline-block;
  }
  .trn-seahorse-pro-s1-wrp {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .trn-seahorse-pro-heading {
    font-size: 32px;
  }
  .trn-seahorse-pro-heading-span {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }
  .trn-seahorse-pro-s1-subtitle {
    font-size: 28px;
  }
  .trn-seahorse-pro-s1-txt {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
  }
  .trn-seahorse-pro-s1-divider {
    display: none;
  }
  .trn-seahorse-pro-s1-img {
    margin-top: -80px;
    display: none;
  }
  .trn-seahorse-pro-s1-note {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.2em;
  }
  .trn-seahorse-pro-section-title {
    font-size: 28px;
  }
  .trn-seahorse-pro-s2-txt-div {
    width: 100%;
  }
  .trn-seahorse-pro-s1-mob {
    width: 100%;
    height: auto;
    margin-top: -80px;
    display: block;
  }
  .trn-seahorse-pro-s2-icon-wrp {
    grid-row-gap: 0px;
    margin-left: -10px;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .trn-seahorse-pro-s2-icon-div {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .trn-seahorse-pro-s2-icon-img {
    width: 100px;
  }
  .trn-seahorse-pro-s3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .trn-seahorse-pro-img.is-s3-img {
    width: 120%;
    max-width: none;
    margin-top: -80px;
  }
  .trn-seahorse-pro-img.is-s5-img {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .trn-seahorse-pro-img.is-s7-img {
    margin-top: -100px;
  }
  .trn-seahorse-pro-img.is-s8-img {
    margin-top: 0;
  }
  .trn-seahorse-pro-img.is-s9-img {
    width: 140%;
    max-width: none;
  }
  .trn-seahorse-pro-img.is-s4-img {
    margin-top: 20px;
  }
  .trn-seahorse-pro-img.is-s6-img {
    margin-top: 20px;
  }
  .trn-seahorse-pro-section-suvtitle {
    font-size: 26px;
  }
  .trn-seahorse-pro-note {
    font-size: 18px;
  }
  .trn-seahorse-pro-note.is-s7-note {
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .trn-seahorse-pro-s9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .trn-seahorse-pro-s11-div {
    width: 100%;
    padding-bottom: 10px;
  }
  .trn-seahorse-pro-s11-wrp {
    grid-row-gap: 10px;
    flex-flow: column;
  }
  #w-node-_1162ec83-a385-c848-21d4-cf04749c1129-fa68a91f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
#w-node-_6a139d0c-387e-d563-04a2-1e96a7e84747-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b14a38a6-f9d5-1656-6326-4d9ef41b32e6-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_834be9c3-cfd7-7e05-7987-108545b8d326-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-db0b0857-85c7-a4a1-219c-5484a006c955-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_26a1d0c0-526c-436b-2002-c510887ce493-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f15983c4-cf39-fb56-1f6c-200ba267c9f1-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_56b70ad7-16da-0ceb-e9c0-c462b231565d-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_0fcb5ce7-efe8-8e3c-c68c-91099b9e4db1-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2435c35f-335f-cb30-448f-ff36490d2bf8-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_146911dc-5d3a-5a65-cd44-c1fdb3fa228d-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_802814ed-97e4-3dfe-a236-3f0e68779255-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_14fe8c6a-db82-8f64-f6fe-234275aa5037-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_5d72f570-c3e0-2709-0a67-b7ce7a9d76c3-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_53459a97-1798-c596-c3c8-7f42908a7516-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2e6262b5-c631-4941-ff63-1eb2d38b7e36-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_213da917-1ff5-7ae3-2516-a5fa165d126c-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9bd3d386-7301-6c09-1500-7bcf00b6a870-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_02e93a23-4ed1-f793-96ea-5eb7fd2f4cdf-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-be60e902-b95d-6cec-81d3-1cdc9e83f8a1-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e4b2b6e7-12f0-cc2a-3887-cee2097dfef7-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_59840533-58e8-453b-1643-3ff92830eed7-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8b12ac63-d58f-3837-7002-6a580075d849-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8185fe90-3b4d-0c0e-2c16-ebefdf365b0c-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_990837a9-906b-9aa5-1184-d18f671be9dd-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8a2f2ee5-b375-af48-7816-dc73bc2b787f-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ea54c8ad-6b83-7f4d-94cf-68f3342a151d-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_225724ab-1be2-9d24-7789-ab1693868931-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_96eddc70-7b0f-ca80-452b-ae6603676a32-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b60de51b-87d9-63a1-57ed-ce0a6ea4ee41-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_59b8f602-853e-b33f-8d19-e5df9c960fd7-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f2a6ee7a-6b66-151c-df47-0c7b40f89737-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2cd60e71-385f-b8c5-6250-b0248eb39003-ab379a89 {
  grid-area: Area;
}
#w-node-b92ba578-33b9-d2bd-9c4d-494c4ddab48b-ab379a89 {
  grid-area: Area-2;
}
#w-node-a8cbc7af-32ae-5184-d7cd-675b296ecbca-ab379a89 {
  grid-area: Area-3;
}
#w-node-_706934a3-7013-3d9f-a9fa-c21f4ddbcf80-ab379a89 {
  grid-area: Area-4;
}
#w-node-_18bd2418-ba38-7923-73bf-6bfbc961d731-ab379a89 {
  grid-area: Area-5;
}
#w-node-_8b5d6ded-2121-31f8-f5be-94cfdea7e958-ab379a89 {
  grid-area: Area-6;
}
