.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.973059664258%;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px;
  border-color: #dee3e9;
  border-radius: 3px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  line-height: 25px;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.container {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-tiny {
  margin-top: -5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-style: italic;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: uppercase;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.button {
  margin-top: 13px;
  padding: 23px 25px;
  border-radius: 3px;
  background-color: #ff0004;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.logo-link {
  z-index: 1;
}

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

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

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

.heading-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.top-ddesign {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  min-height: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff0200;
  box-shadow: 13px 13px 30px 0 rgba(46, 53, 71, 0.15);
}

.div-block-3 {
  min-height: 100vh;
  margin: 0px;
  padding: 47px 20px 60px;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-side at 100% 100%, #dee3e9, #fff);
  font-weight: 500;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0%;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.column-4 {
  position: -webkit-sticky;
  position: sticky;
  padding: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(302deg, #eff0f2, #eeeff1 42%, rgba(255, 55, 54, 0.13));
  box-shadow: 0 -1px 4px 0 rgba(116, 138, 161, 0.09);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
}

.bold-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1px;
}

.image-6 {
  display: block;
  overflow: visible;
  margin: -1px auto 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.column-5 {
  padding-right: 50px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
}

.bold-text-2 {
  display: block;
  width: 100%;
  min-width: auto;
  padding-right: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.column-8 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-article-title-wrapper {
  width: 100%;
}

.countdownrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.countdownrapper.mobile {
  display: block;
  width: auto;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.counter-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 59px;
  margin: auto 4px;
  padding: 1vh 3px 0.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f7f7;
  border-radius: 5px;
  background-color: transparent;
}

.number-3 {
  margin-bottom: -3px;
  color: #f7f7f7;
  font-size: 18px;
  line-height: 24px;
}

.counter-text-2 {
  font-family: Montserrat, sans-serif;
  color: #f7f7f7;
  font-size: 8px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.order-form-style {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 12px 0 rgba(46, 53, 71, 0.13);
}

.order-form-style:hover {
  border-color: #ff3735;
}

.order-form-style:focus {
  border-color: #ff3735;
}

.order-form-style.bump-offer {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  border-style: dashed;
  border-width: 2px;
  border-color: #ff3735;
  background-color: #fff;
}

.order-form-style.select-product {
  padding-bottom: 0px;
  border-style: none;
}

.order-form-style.select-product:hover {
  border: 0px none transparent;
}

.order-form-style.select-product:focus {
  border-color: #ff3735;
}

.short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  color: #636363;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.third-party-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 5px;
  margin-bottom: 13px;
  margin-left: 5px;
  padding: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #3d5a99;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.08);
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: none;
}

.third-party-box:hover {
  border-width: 0px;
  background-color: #fff;
  box-shadow: none;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.get-started-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo-2 {
  width: 11%;
  height: auto;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 23px;
}

.logo-2.fb {
  width: 13%;
}

.external-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #2e3547;
  font-size: 19px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.3px;
}

.text-fields {
  height: 47px;
  margin-bottom: 12px;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.product-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(17, 18, 18, 0.06);
}

.text-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 90%;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin: 10px 0px;
  padding: 11px 25px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #ff3735;
  box-shadow: -1px 8px 12px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3px;
}

.btn:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3735;
  background-color: #ff0200;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 16px;
  max-width: none;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-right: 9px;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #dee3e9;
  border-radius: 10px;
  background-color: rgba(46, 53, 71, 0.07);
}

.progress-50 {
  width: 50%;
  height: 16px;
  border-radius: 10px;
  background-color: #ff3735;
  background-image: url('../images/White-crosshatch_1White crosshatch.png');
  background-position: 0px 0px;
  background-size: 56px;
}

.order-form-text-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 27px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-16-copy-1 {
  display: inline-block;
  max-width: none;
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #2e3547;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
  color: #ff3735;
  font-size: 11px;
  line-height: 15px;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 31px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.order-form-style-copy {
  position: static;
  z-index: 2;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 21px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(99, 99, 99, 0.3);
  border-radius: 5px;
  background-color: #f7f7f7;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  margin: 23px -30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #dee3e9;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: auto;
  margin-bottom: 22px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  margin-top: 9px;
  margin-bottom: 40px;
}

.tabs.order-form-style-copy.tab-syle-1 {
  margin-bottom: 30px;
  padding: 0px;
  background-color: transparent;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  max-width: none;
  min-width: auto;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px 8px 0px 0px;
  background-color: transparent;
}

.tab-link-tab-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 13%;
  min-width: 50%;
  margin-bottom: 0px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none transparent;
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: transparent;
}

.text-block-4 {
  font-family: 'Open Sans', sans-serif;
  color: rgba(46, 53, 71, 0.62);
  font-size: 95%;
  line-height: 120%;
  text-align: center;
}

.order-form-style-copy {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 0px 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.order-form-style-copy:hover {
  border-color: #ff3735;
}

.order-form-style-copy:focus {
  border-color: #ff3735;
}

.text-block-5 {
  margin-right: 11px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(46, 53, 71, 0.38);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
}

.radio-button {
  position: absolute;
  left: 25px;
  top: 7px;
  right: 0px;
  bottom: 0px;
  z-index: 30;
  width: 3%;
  height: 65px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 36px;
  padding-right: 31px;
  padding-bottom: 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-form-style-copy {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding: 30px 30px 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none transparent;
  border-radius: 5px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
  box-shadow: 0 5px 12px 0 rgba(46, 53, 71, 0.13);
}

.order-form-style-copy:hover {
  border-width: 0px;
  border-color: transparent;
}

.order-form-style-copy:focus {
  border-color: #ff3735;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.form-field {
  width: 100%;
  height: 45px;
  min-width: auto;
  margin-top: 5px;
  margin-bottom: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(321deg, hsla(0, 0%, 100%, 0.46), #fff);
  font-family: 'Open Sans', sans-serif;
  color: #2e3547;
  font-size: 17px;
  font-weight: 400;
}

.form-field:active {
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
}

.form-field.select {
  margin-top: 0px;
  margin-bottom: 0px;
}

.form-field-copy {
  width: 94%;
  min-width: auto;
  margin-top: 5px;
  margin-bottom: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.form-field-copy:active {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3735;
}

.lottie-animation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 30px;
  min-width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block-5-copy {
  margin-bottom: -6px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(46, 53, 71, 0.38);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
}

.form-field-copy {
  width: 94%;
  height: 45px;
  min-width: auto;
  margin-top: 5px;
  margin-right: -7px;
  margin-bottom: 11px;
  padding-right: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(321deg, hsla(0, 0%, 100%, 0.46), #fff);
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.form-field-copy:active {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3735;
}

.form-field-copy.form-field {
  margin-right: 13px;
  padding-right: 0px;
  border-width: 1px;
  box-shadow: none;
}

.text-block-5-copy {
  margin-top: 13px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(46, 53, 71, 0.38);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
}

.text-block-5-copy.copy {
  margin-top: 27px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  padding-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #2e3547;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  margin-right: -7px;
  margin-left: -7px;
  padding: 8px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fcd600;
}

.lottie-animation-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  position: relative;
  width: auto;
  margin-bottom: 0px;
  margin-left: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: none;
  cursor: pointer;
}

.checkbox {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 30px;
  height: 82%;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-14 {
  padding: 30px;
  border: 1px none #000;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: 23px;
  margin-bottom: 19px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricecopy-copy {
  display: block;
  width: auto;
  max-width: none;
  min-width: auto;
  margin-right: 11px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #ff3735;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: line-through;
  -o-object-fit: fill;
  object-fit: fill;
}

.price {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.title-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 32px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.priving-styling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 6px;
  margin-bottom: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.price-2 {
  display: block;
  width: auto;
  max-width: none;
  min-width: auto;
  margin-right: 19px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #ff3735;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: line-through;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-16 {
  margin-top: 40px;
  margin-bottom: 11px;
}

.text-16-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 90%;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: auto;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0%;
  max-width: none;
  margin-right: 12px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.dec-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  text-align: right;
  text-transform: none;
}

.dec-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #748aa1;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.div-block-17 {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 2px;
  border-color: rgba(116, 138, 161, 0.43);
  border-radius: 5px;
  background-color: rgba(46, 53, 71, 0.06);
}

.uploadproof {
  padding: 3px 9px;
  border-radius: 5px;
  background-color: #748aa1;
  box-shadow: -1px 4px 5px 0 rgba(0, 0, 0, 0.3);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
}

.uploadproof:hover {
  background-color: rgba(116, 138, 161, 0.7);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0px;
}

.heading-3.cimbtxt {
  color: #fff;
}

.heading-3.cimbtxt {
  color: #fff;
}

.div-block-19 {
  margin-top: 12px;
  margin-left: 0px;
  padding: 14px 19px;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.desc2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 6px 0px 9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
  text-transform: none;
}

.div-block-8-copy1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  margin: 10px -19px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #dee3e9;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin: 10px 0px;
  padding: 11px 25px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #ff3735;
  box-shadow: -1px 8px 12px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3px;
}

.btn-copy:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3735;
  background-color: #ff0200;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-copy:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.image-11 {
  margin-top: -12px;
  margin-left: 23px;
}

.image-10-copy {
  margin-left: -6px;
  padding-left: 0px;
}

.image-10-copy.cimb {
  display: block;
}

.button-3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  line-height: 22px;
}

.button-3:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.button-3.profile-contact-big-button {
  display: block;
  margin-right: 13px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ff3735;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  font-family: Roboto, sans-serif;
}

.button-3.default-button {
  display: block;
  width: 150px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(222, 227, 233, 0.31);
  background-color: #f7f7f7;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #5b697a;
  font-size: 14px;
}

.button-3.default-button:hover {
  border-color: #dee3e9;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
  color: #213d63;
}

.button-3.default-button.default-button-with-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #748aa1;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #748aa1;
  font-size: 16px;
  text-align: center;
}

.button-3.default-button.default-button-with-line:hover {
  border-color: #c5d0de;
  background-color: #dee3e9;
  box-shadow: none;
}

.button-3.default-button.default-button-with-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #748aa1;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #748aa1;
  font-size: 16px;
  text-align: center;
}

.button-3.default-button.default-button-with-line:hover {
  border-color: #c5d0de;
  background-color: #dee3e9;
  box-shadow: none;
}

.button-3.default-button {
  display: block;
  width: 150px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(222, 227, 233, 0.31);
  background-color: #f7f7f7;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #5b697a;
  font-size: 14px;
}

.button-3.default-button:hover {
  border-color: #dee3e9;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
  color: #213d63;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.tagline-promo-40 {
  margin-bottom: 0px;
  margin-left: 21px;
  font-family: Montserrat, sans-serif;
  color: rgba(116, 138, 161, 0.47);
  line-height: 22px;
  text-align: left;
  letter-spacing: 1px;
}

.sellername {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
}

.actions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.actions-wrapper.button-style-2 {
  display: block;
  padding-top: 0px;
}

.profile-card-big {
  display: block;
  margin-top: 188px;
  margin-bottom: 30px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(116, 138, 161, 0.21);
  border-radius: 8px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.profile-card-big-avatar {
  width: 90px;
  height: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-image: url('../images/Funnelevo-badge.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-card-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 20vh;
  margin: 10px 0px 35px;
  padding: 0px 25px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f7f7f7;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.11);
}

.product-price {
  margin-top: 0px;
  margin-right: 11px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #ff3735;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.product-name-title {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}

.order-top-bar-countdown {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(207deg, #f65f00, #ff1716);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
}

.structure-page-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.structure-pagename-h1 {
  display: block;
  overflow: visible;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  clear: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.bump-offer {
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bump-offer.cards-lbl {
  display: block;
  width: 100%;
  margin: 25px auto;
  padding: 15px 30px;
  border: 1px dashed #1991eb;
  background-color: #f4f9fe;
  opacity: 1;
  color: #1991eb;
  text-align: center;
}

.text-16-2 {
  display: inline-block;
  margin: 0px 10px 0px 3px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.text-16-2.text-16-60 {
  margin: 31px 0px 0px;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.order-total-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 15px 22px;
  padding-top: 0px;
  padding-bottom: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(17, 18, 18, 0.06);
}

.field-label-2 {
  margin-bottom: 12px;
  padding-top: 4px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.socialmediaorderform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 350px;
  min-height: 56px;
  margin: auto 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-color: transparent;
  color: #201b3d;
  font-size: 16px;
  text-decoration: none;
}

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.31);
  box-shadow: 0 3px 5px 0 rgba(79, 94, 120, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-media:hover {
  border-width: 1px;
  border-color: #dee3e9;
  background-color: #fff;
}

.social-media.flowbase-padremove {
  margin-right: 0px;
}

.flowbase-cta {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 8px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(46, 53, 71, 0.5);
  font-size: 11px;
  line-height: 20px;
  text-align: left;
  letter-spacing: -0.2px;
}

.slider-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 60px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ff3735;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: right;
}

.slider-right:hover {
  background-color: #ff0200;
  color: #fff;
}

.checkbox-title {
  display: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5b3acc;
  font-size: 14px;
}

.field-label-4 {
  margin-bottom: 8px;
  color: #617283;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.checkbox-text-wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.price-field {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 16px;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.slider-left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: auto;
  min-height: 60px;
  min-width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.slider-left:hover {
  background-color: rgba(21, 28, 52, 0.15);
}

.arrow {
  margin-right: auto;
  margin-left: auto;
}

.text-field-4 {
  position: relative;
  min-height: 60px;
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 16px;
}

.text-field-4:focus {
  border-width: 1.3px;
  border-color: #ff3735;
}

.text-field-4::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-4:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-4::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-4::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.checkbox-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 0px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1.2px;
  border-color: #dee3e9;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(46, 53, 71, 0.09);
}

.checkbox-base.contact-seller {
  border-style: none;
  border-color: #dee3e9;
  background-color: rgba(222, 227, 233, 0.34);
  box-shadow: none;
}

.checkbox-text {
  color: #5b617c;
  font-weight: 400;
}

.slide {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.checkbox-icon {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: rgba(91, 58, 204, 0.05);
}

.form-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.checkbox-h4.title {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  border-radius: 1px;
}

.icon {
  width: 25px;
}

.success-message-2 {
  padding: 50px;
  letter-spacing: 1px;
}

.dot {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 100px;
  background-color: rgba(91, 97, 124, 0.1);
}

.dot.active-dot {
  background-color: #5b617c;
}

.checkbox-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 0px;
  border-color: #dee3e9;
  border-radius: 10px;
  background-color: #2e2e2e;
  opacity: 0;
  text-align: left;
  cursor: pointer;
}

.checkbox-3:active {
  border: 1px solid #000;
}

.slide-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  margin-bottom: 99px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.button-wrap.padding {
  padding-right: 5vw;
  padding-bottom: 10px;
  padding-left: 5vw;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.orderheadline {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.orderheadline.center {
  display: none;
  margin: 25px 0px 20px;
  text-align: center;
}

.orderheadline.center.mobile {
  display: block;
  margin-top: 20px;
  font-size: 38px;
  line-height: 1.3em;
}

.form-section-title-2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0a1f44;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.form-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 390px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-counter {
  color: rgba(91, 97, 124, 0.45);
  font-size: 18px;
}

.line-bottom {
  height: 1px;
  background-color: #c5c7ca;
}

.form-title-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 1px;
  display: none;
}

.form-full {
  display: block;
  min-height: 60vh;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.next {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: 600px;
  margin: 0px auto 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.details-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-input {
  width: 100%;
  min-height: 45px;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(62, 52, 200, 0.04);
  border-radius: 6px;
  background-color: transparent;
  color: rgba(0, 0, 55, 0.75);
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::-webkit-input-placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.field-input:-ms-input-placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.field-input::-ms-input-placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.field-input::placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.slider-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.field-title {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 0px;
  background-color: transparent;
  color: #000037;
  font-size: 14px;
  font-weight: 400;
}

.orderslide {
  position: static;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.paragraph-4 {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  color: #5b617c;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}

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

.previous {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.previous:hover {
  opacity: 1;
}

.text-block-23 {
  color: #5055f5;
  font-weight: 500;
  text-align: left;
}

.step-1-select-product {
  overflow: auto;
  height: auto;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 2vh;
  padding-bottom: 0vh;
}

.slider-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.form-wrap-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrow-3 {
  width: 16px;
  margin-right: 8px;
}

.mask-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-order-checkout-form {
  display: block;
  width: 100%;
  min-height: auto;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: transparent;
}

.content-order-checkout-form.final {
  margin-bottom: 0px;
}

.content-order-checkout-form.product {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-order-checkout-form.product2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.content-order-checkout-form.payment-page {
  margin-top: 20px;
  padding-left: 0px;
}

.title-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-left: 0px;
}

.form07_legal {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(16, 28, 46, 0.54);
  font-size: 14px;
}

.form-field-copy {
  width: 100%;
  height: 45px;
  min-width: auto;
  margin-top: 5px;
  margin-bottom: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(321deg, hsla(0, 0%, 100%, 0.46), #fff);
  font-family: 'Open Sans', sans-serif;
  color: #2e3547;
  font-size: 17px;
  font-weight: 400;
}

.form-field-copy:active {
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
}

.products2-image {
  position: relative;
  height: 270px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.products2-image.products2-image1 {
  display: block;
  width: 150px;
  height: auto;
  max-height: none;
  min-height: 210px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('../images/telegram-cloud-photo-size-5-6332285660379064689-y.png');
  background-position: 50% 50%;
  background-size: cover;
}

.products2-image.products2-image1.img2 {
  min-height: 210px;
  background-image: url('../images/png.png');
}

.products2-pricetag {
  position: absolute;
  left: 0px;
  top: 20px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 4px 4px 0px;
  background-color: hsla(0, 0%, 100%, 0.88);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.28)), to(#fff));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.28), #fff);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.22);
  color: #111212;
  text-align: center;
}

.new-product-price {
  margin: 28px 10px 20px 30px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.new-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-price.step-2.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-price.bump-offer {
  opacity: 1;
}

.original-price {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 13px;
  font-weight: 300;
  text-decoration: line-through;
}

.columns-8 {
  margin: 60px;
}

.image-12 {
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: #2e3547;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.16);
}

.new-counter {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.column-14 {
  display: block;
  padding-right: 68px;
  padding-left: 0px;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dividergray {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 0px;
  border-top: 1px dashed #dee3e9;
  background-color: transparent;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.top-heading {
  margin-top: 27px;
  margin-bottom: 27px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #2d3958;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1px;
}

.newsub2 {
  font-family: Roboto, sans-serif;
  color: #7b88a8;
  font-size: 12px;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.start-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #5055f5;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.pricing-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.pricing-line-break-top {
  height: 60px;
  margin-top: 20px;
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 6px;
  color: #000;
}

.new-price-features {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
}

.pricing-table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.pricing-line-break {
  height: 81px;
  margin-top: 20px;
  padding-top: 44px;
  padding-right: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #8c54ff;
}

.priceh6 {
  opacity: 0.5;
  font-family: Roboto, sans-serif;
  color: #748aa1;
  font-size: 19px;
  letter-spacing: 2px;
  text-transform: none;
}

.title-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pricing-top {
  position: relative;
  height: 250px;
  max-height: none;
  min-height: auto;
  padding-top: 0px;
  padding-right: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #8c54ff;
  background-color: #fff;
}

.priceh1 {
  margin-right: 141px;
  margin-left: 141px;
  font-family: Roboto, sans-serif;
  color: #2e3547;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.check {
  width: 38px;
  opacity: 0.5;
}

.help-icon {
  width: 18px;
}

.grid-top-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.help {
  margin-left: 10px;
  opacity: 0.3;
}

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

.toggle-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.toggle-text-2 {
  width: 152px;
  font-family: Roboto, sans-serif;
  color: #748aa1;
  text-transform: uppercase;
}

.toggle-text-2.monthly-toggle {
  width: 138px;
  font-family: Roboto, sans-serif;
  color: #748aa1;
  letter-spacing: 1px;
}

.toggle-dot-2 {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #748aa1;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, #a7bed6, #748aa1);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.19);
}

.toggle-contain-2 {
  position: relative;
  width: 70px;
  height: 34px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 50px;
  background-color: #dee3e9;
}

.container-6 {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.pricing-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-box-row.monthly-row {
  margin-top: 76px;
}

.faq-section-2 {
  margin-top: -40px;
  padding-top: 120px;
  padding-bottom: 20px;
  background-color: #dee3e9;
}

.newh2 {
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 900;
}

.faq-row {
  margin-right: -20px;
  margin-bottom: 80px;
  margin-left: -20px;
}

.faq-column {
  padding-right: 20px;
  padding-left: 20px;
}

.faq-h3 {
  margin-top: 60px;
  font-family: Roboto, sans-serif;
}

.brand-link {
  margin-right: 20px;
}

.discount-label {
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #fcd600;
  font-family: 'Roboto Condensed', sans-serif;
  color: #2e3547;
  font-size: 12px;
  line-height: 20px;
}

.price-4 {
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #2e3547;
  font-size: 38px;
  font-weight: 900;
}

.price-4.free {
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.upgrade-button {
  padding: 15px 22px;
  border-radius: 5px;
  background-color: #254054;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, 0.36);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.upgrade-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px rgba(24, 16, 99, 0.36);
}

.upgrade-button.full-upgrade-button {
  display: block;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button {
  width: 100%;
  padding: 16px 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #5055f5;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, 0.18);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
  background-color: #fcd600;
  box-shadow: 0 10px 10px -5px rgba(24, 16, 99, 0.18);
  color: #2e3547;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button.platinum {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fcd600;
  color: #2e3547;
  font-size: 14px;
  line-height: 17px;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button.platinumhighlight {
  background-color: #fcd600;
  color: #2e3547;
}

.price-text {
  margin-bottom: 15px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #748aa1;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.price-duration {
  margin-right: 15px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #748aa1;
  font-size: 16px;
  font-weight: 500;
}

.heading-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  color: #2e3547;
  text-align: left;
}

.newpricecategory {
  font-family: Roboto, sans-serif;
  color: #2e3547;
  font-size: 23px;
  text-align: left;
  letter-spacing: 1px;
}

.price-paragraph {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.select-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 50px;
  margin-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #748aa1;
  border-radius: 5px;
  background-color: rgba(222, 227, 233, 0.36);
}

.image-13 {
  margin: 10px;
  padding-right: 0px;
}

.pricepercentage {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  font-family: Roboto, sans-serif;
  color: #2e3547;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  line-height: 30px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  line-height: 34px;
}

.toggle-text {
  width: 152px;
}

.toggle-text.monthly-toggle {
  color: #2e3547;
}

.toggle-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #378ae8;
}

.toggle-contain {
  position: relative;
  width: 70px;
  height: 34px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 50px;
  background-color: #fff;
}

.dummy {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.toggle-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 57px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.form-block {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-order-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 12px;
  padding-right: 52px;
  padding-left: 23px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-clone {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #f1f4f6;
  box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.11);
  -o-object-fit: cover;
  object-fit: cover;
}

.no-margin {
  margin-bottom: 0px;
}

.buttons-sideflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.order-marketing-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 80px;
  min-width: auto;
  margin-top: 78px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #ff3735;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  transition: transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  text-align: center;
}

.order-marketing-button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.order-marketing-button.small {
  min-height: 50px;
  min-width: 145px;
  padding-top: 12px;
  padding-bottom: 12px;
}

._15px-spacer {
  width: 15px;
  height: 15px;
}

.productimageposte {
  position: static;
  left: -20%;
  top: 0%;
  right: auto;
  bottom: -18px;
  width: auto;
  height: 330px;
  margin: 0px;
  border-radius: 8px;
  background-color: #2e3547;
  background-image: url('../images/telegram-cloud-photo-size-5-6332285660379064689-y.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.16);
}

.order-btn-txt-h1 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.order-btn-txt-h2 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.sellercard2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 107px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-6 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.footerorderform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 30px;
  padding-top: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dee3e9;
}

.orderh6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 13px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(46, 53, 71, 0.5);
  font-size: 11px;
  line-height: 18px;
  text-align: left;
  letter-spacing: -0.2px;
}

.ordersellercard {
  display: block;
  margin: 30px 30px 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ordermultipleform {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.ordermultipleform.s1product {
  display: block;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.order-dskaunt {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 0px;
  margin-left: 3px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.logo-box.white {
  width: 50px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 7px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
}

.logo-box.mastercard {
  width: 60px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #f3f3f3;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
}

.logo-box.visa {
  width: 60px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #1b226f;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
}

.logo-box.maybank {
  width: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 2px;
  background-color: #ffc300;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
}

.logo-box.cimb {
  width: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 2px;
  background-color: #850107;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
}

.logo-box.ambank {
  width: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 2px;
  background-color: #ee1c25;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
}

.payment-logo {
  position: relative;
  height: 44px;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.payment-logo.whatsapp {
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.payment-logo.whatsapp-copy {
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.payment-logo.whatsapplogo {
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paymentassets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.payment-logo-2 {
  height: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.iconordermore {
  display: block;
  margin-left: 15px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.27;
}

.sellerprofilecrd {
  position: fixed;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 15%;
  display: block;
  max-width: 30%;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #748aa1;
  border-radius: 8px;
  background-color: transparent;
  background-image: linear-gradient(13deg, rgba(229, 230, 232, 0.46), rgba(244, 244, 245, 0.91) 28%, #f7f7f7);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  text-align: center;
}

.paymentbase {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 0px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1.2px;
  border-color: #dee3e9;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(46, 53, 71, 0.09);
  -webkit-transition: background-color 200ms cubic-bezier(.825, .015, .25, 1);
  transition: background-color 200ms cubic-bezier(.825, .015, .25, 1);
}

.paymentbase:hover {
  background-color: #f7f7f7;
}

.paymentbase.basewhatsapp {
  background-color: #e6fae8;
}

.paymentbase.basewhatsapp:hover {
  background-color: #d7f6da;
}

.paymentbase.billplzbase {
  background-color: #3784f4;
}

.paymentbase.toyyibpaybase {
  background-color: #604798;
}

.paymentbase.paywhatsappbase {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #53ce5f;
}

.paymentbase.maybankbase {
  display: block;
  height: auto;
  padding: 20px 0px 0px;
  border-color: transparent;
  background-color: #fcd600;
}

.paymentbase.cimbbase {
  display: block;
  height: auto;
  padding: 20px 0px 0px;
  border-color: transparent;
  background-color: #f13628;
}

.orderformwrapper {
  overflow: auto;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-select-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 18vh;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0px 25px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 4px 11px 0 rgba(0, 0, 0, 0.11);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sticky-footr {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: block;
  height: auto;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px dashed rgba(116, 138, 161, 0.35);
  background-color: transparent;
  background-image: linear-gradient(146deg, rgba(254, 231, 231, 0.43), #efeff1 29%, #efeff2);
  box-shadow: 0 -5px 20px 0 rgba(116, 138, 161, 0.17);
}

.sticky-footr.hide {
  border-top-style: none;
  background-image: none;
  box-shadow: none;
}

.text-16-allign-right {
  display: inline-block;
  margin: 7px 3px 0px 0px;
  padding-right: 0px;
  float: right;
  clear: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: right;
}

.text-16-allign-right.white {
  position: static;
  margin-top: 0px;
  color: #f7f7f7;
  font-size: 12px;
  line-height: 19px;
}

.text-16-allign-right.dark {
  margin-top: 0px;
  margin-right: 0px;
  color: #2e3547;
  font-size: 14px;
}

.pricefooter {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 30px;
  line-height: 34px;
}

.dummywhatpph1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.dummywhatpph2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  text-transform: none;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.onlinedummy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.31);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.order-account-holder {
  display: block;
  margin: 0px 0px 0px 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none none none solid;
  border-width: 1px;
  border-color: rgba(46, 53, 71, 0.52);
  border-radius: 0px;
  text-align: right;
}

.order-account-holder.cimbstylepay {
  border-left-color: #fff;
}

.order-account-holder.cimbstylepay {
  border-left-color: #fff;
}

.orderbanknumber {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.orderbanknumber.cimbtxt {
  color: #fff;
}

.accholdername {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.accholdername.cimbtext {
  color: #fff;
}

.accholdername.cimbtext {
  color: #fff;
}

.uploadreceipt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 30px 22px 67px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(265deg, rgba(46, 53, 71, 0), hsla(0, 0%, 47.8%, 0.16) 17%, rgba(112, 113, 115, 0.16) 90%, rgba(46, 53, 71, 0));
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.uploadreceipt.maybank {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.uploadreceipt.maybank.white {
  color: #fff;
}

.lottie-animation-4 {
  width: 40px;
  min-width: auto;
  margin-right: 15px;
  padding: 5px 0px 5px 10px;
}

.form-block-2 {
  margin-right: 30px;
  margin-left: 30px;
}

.uploadreceiptcimb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 30px 22px 67px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(265deg, rgba(46, 53, 71, 0), hsla(0, 0%, 47.8%, 0.16) 17%, rgba(112, 113, 115, 0.16) 90%, rgba(46, 53, 71, 0));
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orderheadlineh4-copy {
  display: block;
  margin: 30px 30px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: none;
}

.paymenttotal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 15px;
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none dashed;
  border-width: 1px 1px 2px;
  border-color: #2e3547 #2e3547 rgba(46, 53, 71, 0.19);
}

.text-16-allign-center {
  display: inline-block;
  margin: 0px;
  padding-right: 0px;
  float: right;
  clear: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.total-cash-paid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding: 17px 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #f7f7f7;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  line-height: 26px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.headline-payment {
  font-size: 16px;
  line-height: 20px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btnarrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  min-width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
}

.multipleformcheckout {
  display: block;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 0px;
  background-color: transparent;
}

.slide-nav-2 {
  display: none;
}

.mask-3 {
  height: auto;
  max-height: 90vh;
  min-height: auto;
  padding: 30px;
}

.hidden {
  display: block;
}

.footer-button {
  position: relative;
  left: 91px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #748aa1;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.footer-button:hover {
  background-color: #ff0200;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.23);
  color: #fff;
}

.footer-button.main {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 6vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: linear-gradient(99deg, #fe2114, #f75703);
}

.footer-button.button-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 6vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: linear-gradient(99deg, #fe2114, #f75703);
}

.footer-button.yelloow {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 6vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: linear-gradient(35deg, #ff3735 39%, #e96564);
  color: #2e3547;
}

.order-total-payment-footer-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 30px 0px 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 5px;
  background-color: transparent;
}

.login-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  max-width: 740px;
  min-height: auto;
  margin: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 80px 10px rgba(56, 62, 147, 0.2);
}

.overlay-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.64);
}

.popup-step-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup-step-2.unhide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topbarorder {
  display: none;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#1991eb), to(#5fbbff));
  background-image: linear-gradient(90deg, #1991eb, #5fbbff);
}

.stocksleft {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none #000;
  border-radius: 3px;
  background-color: #ff3735;
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
}

.heaadline-dialog-box {
  font-family: Montserrat, sans-serif;
  color: #ff3735;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1px;
}

.div-block-37 {
  margin-left: 26px;
}

.hideicon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 16px;
  margin-right: 17px;
  float: none;
  clear: none;
  -webkit-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  transform: rotate(47deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.discountoff {
  margin: 0px 0px 0px 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  font-family: Montserrat, sans-serif;
  color: #ff3735;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.price-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0px 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.priceproductnow {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 31px;
  line-height: 34px;
  font-weight: 600;
}

.lottie-animation-5 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.current-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 29px;
  background-color: rgba(46, 53, 71, 0.07);
}

.paragraph-7 {
  display: block;
}

.counter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.offerendsin {
  display: none;
  width: auto;
  margin-top: 0px;
  margin-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.tob-bar {
  display: block;
  height: auto;
  min-height: 10px;
  padding: 1vh 5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(207deg, #f65f00, #ff1716);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
}

.tob-bar.mobile {
  display: none;
}

.tob-bar.step-2 {
  display: block;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.multiplestepbase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-14 {
  position: static;
  margin-right: auto;
  margin-left: auto;
}

.paymentassets1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.exiticon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: block;
  margin-top: 16px;
  margin-right: 17px;
  float: none;
  clear: none;
  -webkit-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  transform: rotate(47deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.exiticon:hover {
  opacity: 0.54;
}

.googlelogin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.3px;
}

.googlelogin.google {
  color: #2e3547;
}

.socialloginwrapper {
  width: 85%;
}

.socialloginbasebtn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 13px;
  margin-bottom: 13px;
  margin-left: 13px;
  padding: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #3d5a99;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.08);
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: none;
}

.socialloginbasebtn.google {
  padding-right: 3%;
  padding-left: 3%;
  border-style: solid;
  border-color: rgba(116, 138, 161, 0.27);
  background-color: #fff;
}

.socialmediatitle {
  margin-top: 10px;
  margin-bottom: -16px;
  padding-top: 0px;
  padding-left: 0px;
  background-color: #fff;
  color: #748aa1;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.whatappwrapper {
  display: block;
}

.slide-22 {
  background-color: transparent;
}

.footer-button-login {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ff3735;
  background-image: linear-gradient(81deg, #ff3735, #f66001);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.footer-button-login:hover {
  background-color: #ff0200;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.23);
  color: #fff;
}

.container-7 {
  display: none;
  padding: 40px;
  background-color: #f7f7f7;
}

.dummywhatpph2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  text-transform: none;
}

.dummywhatpph1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.orderbanknumber-2 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.orderbanknumber-2.cimbtxt {
  color: #fff;
}

.paymentbase-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 0px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1.2px;
  border-color: #dee3e9;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(46, 53, 71, 0.09);
  -webkit-transition: background-color 200ms cubic-bezier(.825, .015, .25, 1);
  transition: background-color 200ms cubic-bezier(.825, .015, .25, 1);
}

.paymentbase-3:hover {
  background-color: #f7f7f7;
}

.paymentbase-3.maybankbase {
  display: block;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 0px 0px;
  border-color: transparent;
  background-color: #fcd600;
  cursor: pointer;
}

.paymentbase-3.paywhatsappbase {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #53ce5f;
}

.paymentbase-3.cimbbase {
  display: block;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 0px 0px;
  border-color: transparent;
  background-color: #f13628;
}

.paymentbase-3.basewhatsapp {
  background-color: #e6fae8;
}

.paymentbase-3.basewhatsapp:hover {
  background-color: #d7f6da;
}

.dividergray-3 {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 20px;
  border-top: 1px dashed #dee3e9;
  background-color: transparent;
}

.total-cash-paid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 10px;
  padding: 8px 14px 8px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: hsla(0, 0%, 96.9%, 0.48);
  line-height: 26px;
}

.total-cash-paid-2.white {
  background-color: hsla(0, 0%, 96.9%, 0.73);
  color: #fff;
}

.form-button-proceed {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 25px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ff3735;
  background-image: linear-gradient(81deg, #ff3735, #f66001);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.form-button-proceed:hover {
  background-color: #ff0200;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.23);
  color: #fff;
}

.form-button-proceed.login {
  margin-top: 10px;
}

.uploadproof-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 3px 9px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 3px;
  background-color: #748aa1;
  box-shadow: -1px 4px 5px 0 rgba(0, 0, 0, 0.3);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 17px;
}

.uploadproof-2:hover {
  background-color: rgba(116, 138, 161, 0.7);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
}

.pricefooter-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 41px;
  line-height: 34px;
}

.left-arrow-3 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.step-name {
  font-size: 20px;
}

.step-name.fade {
  color: #2e3547;
}

.button-bump-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  margin-right: -3px;
  margin-bottom: -3px;
  margin-left: -3px;
  padding: 8px 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 5px 5px;
  background-color: #ff3735;
  background-image: linear-gradient(65deg, #ff3735, #fc5c00);
}

.bump-offer-h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 90%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #ff3735;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.bump-offer-paragraph {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.bump-offer-wrapper {
  width: auto;
  margin: 40px 20px 37px;
  padding: 0px;
  border-style: dashed;
  border-width: 3px;
  border-color: #ff3735;
  border-radius: 5px;
}

.content-bump-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  width: 20%;
  height: 100%;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.12);
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.original-price-3 {
  display: block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 100%;
  font-weight: 300;
  text-decoration: line-through;
}

.stocksleft-2 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 2px 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px none #000;
  border-radius: 3px;
  background-color: #ff3735;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
}

.price-wrapper.strike {
  width: auto;
  margin-right: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.price-wrapper.bump {
  margin-right: 0px;
  letter-spacing: 0px;
}

.cusrrency-bump-offer {
  display: inline-block;
  margin: 0px 3px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #ff3735;
  font-size: 14px;
  line-height: 20px;
}

.cusrrency-bump-offer.dark {
  color: #2e3547;
  font-size: 12px;
}

.cusrrency-bump-offer.dark.underline {
  text-decoration: none;
}

.cusrrency-bump-offer.dark.underline.discount {
  margin-right: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  color: #ff3735;
}

.cusrrency-bump-offer.dark.final {
  font-weight: 600;
}

.cusrrency-bump-offer.white {
  color: #2e3547;
  font-size: 12px;
}

.cusrrency-bump-offer.white.final {
  font-weight: 600;
}

.pricep-bump-offer {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #ff3735;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
}

.pricep-bump-offer.dark {
  color: #2e3547;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.pricep-bump-offer.dark.strike {
  text-decoration: none;
}

.pricep-bump-offer.dark.strike.discount {
  margin-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: none;
  color: #ff3735;
  text-decoration: line-through;
}

.pricep-bump-offer.dark.final {
  font-size: 18px;
  font-weight: 700;
}

.pricep-bump-offer.dark.small {
  margin-left: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.pricep-bump-offer.dark.small.right {
  position: static;
  width: auto;
}

.pricep-bump-offer.white {
  color: #2e3547;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.pricep-bump-offer.white.final {
  font-size: 18px;
  font-weight: 700;
}

.discountoff-bump-offer {
  display: block;
  margin: 0px 7px 0px 0px;
  padding: 2px 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3735;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  color: #ff3735;
  font-size: 73%;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}

.original-price-bump-offer {
  display: block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid rgba(0, 0, 0, 0.28);
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: line-through;
}

.checkout-product-list {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.04) #000 #000;
}

.order-form-headine {
  display: block;
  width: auto;
  margin: 0px 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  text-transform: none;
}

.remove-product {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 4%;
  height: 4%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 10px;
  float: none;
  clear: none;
  -webkit-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  transform: rotate(47deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 50px;
  margin-top: 0px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #748aa1;
  border-radius: 5px;
  background-color: rgba(222, 227, 233, 0.36);
}

.toogle-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.headline-task {
  color: #2e3547;
  font-size: 21px;
  font-weight: 700;
}

.headline-task.headline {
  margin-bottom: 18px;
}

.headline-task.summary {
  margin-bottom: 10px;
}

.headline-task.payment-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.headline-task.payment-page {
  margin-top: 0px;
  padding-top: 20px;
}

.headline-task.space {
  margin-bottom: 10px;
}

.headline-task.payment-page-method {
  margin-top: 0px;
  margin-bottom: -3px;
  padding-top: 32px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.stocksleft-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 2px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px none #000;
  border-radius: 3px;
  background-color: #ff3735;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
}

.stocksleft-3.nump {
  margin-left: 10px;
  font-size: 10px;
  letter-spacing: 0px;
  text-transform: none;
}

.bump-offerorderformwrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: auto;
  min-height: auto;
  margin: 0px 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-1 {
  width: 50%;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-1.right {
  position: static;
  margin-right: 0px;
  margin-left: 10px;
  padding-left: 0px;
}

.form-field-2 {
  width: 100%;
  height: 6vh;
  min-width: auto;
  margin-top: 5px;
  margin-bottom: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(321deg, hsla(0, 0%, 100%, 0.46), #fff);
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 16px;
  font-weight: 400;
}

.form-field-2:active {
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
}

.form-field-2:focus {
  border-color: #ff3735;
}

.form-field-2::-webkit-input-placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.form-field-2:-ms-input-placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.form-field-2::-ms-input-placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.form-field-2::placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.form-field-2.phone {
  width: 50%;
}

.form-field-2.phone.full {
  width: auto;
}

.form-field-2.country-code {
  width: 15%;
  margin-right: 10px;
}

.form-field-2.country-code.full {
  width: 26%;
  font-size: 14px;
}

.form-field-copy-2 {
  width: 94%;
  height: 45px;
  min-width: auto;
  margin-top: 5px;
  margin-right: -7px;
  margin-bottom: 11px;
  padding-right: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(321deg, hsla(0, 0%, 100%, 0.46), #fff);
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.form-field-copy-2:active {
  border-style: solid;
  border-width: 1px;
  border-color: #ff3735;
}

.form-field-copy-2.form-field {
  width: 100%;
  margin-top: 0px;
  margin-right: 20px;
  padding-right: 0px;
  border-width: 1px;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.form-field-copy-2.form-field.full {
  height: 6vh;
}

.form-column {
  display: block;
  width: 40%;
  margin-top: -13px;
  margin-bottom: -6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-column.left {
  width: 60%;
  margin-top: -13px;
  margin-right: 17px;
  margin-bottom: -6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paymentbase-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 14vh;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 10px 20px 10px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1.2px;
  border-color: #dee3e9;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(46, 53, 71, 0.09);
  -webkit-transition: background-color 200ms cubic-bezier(.825, .015, .25, 1);
  transition: background-color 200ms cubic-bezier(.825, .015, .25, 1);
  text-decoration: none;
  cursor: pointer;
}

.paymentbase-4:hover {
  background-color: #f7f7f7;
}

.paymentbase-4.basewhatsapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 14vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e6fae8;
}

.paymentbase-4.basewhatsapp:hover {
  background-color: #d7f6da;
}

.description-ayment-help {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}

.description-ayment-help.des {
  margin-bottom: 0px;
}

.choose-payment-headline {
  display: block;
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.one-column-style {
  margin: 0px auto 40px;
  padding: 20px 60px 60px;
  border-radius: 8px;
  background-color: transparent;
  background-image: linear-gradient(355deg, transparent, #fff 41%, #fff);
}

.div-block-46 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.imageproductstyle2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19vh;
  height: auto;
  min-height: 19vh;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px 0px 0px 5px;
  background-image: url('../images/Sample-Product.png');
  background-position: 50% 50%;
  background-size: cover;
}

.imageproductstyle2.no-img {
  width: 0vh;
}

.poster-column-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0px;
  width: auto;
  height: 42vh;
  margin: 0px;
  border-radius: 8px;
  background-color: #2e3547;
  background-image: url('../images/Banner-Kuasa-Ejen-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 6px 6px 0 rgba(0, 0, 0, 0.19);
}

.price-show-style-2 {
  display: block;
  margin: 25px 0px 20px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.new-product-price-style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 30px 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-name-title-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}

.product-name-title-copy.style-2 {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 23px;
  line-height: 28px;
}

.sticky-badge-saleskip {
  position: fixed;
  left: 0%;
  top: 65vh;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 0px 5px 5px 0px;
  background-color: transparent;
  background-image: linear-gradient(120deg, #e0e0fd, #fff);
  box-shadow: -5px 3px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.made_with {
  max-width: 400px;
  margin-right: 0px;
  margin-bottom: -4px;
  font-family: Roboto, sans-serif;
  color: rgba(46, 53, 71, 0.57);
  font-size: 9px;
  line-height: 15px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.logobadge {
  width: 25px;
  height: 25px;
  margin-right: 4px;
  margin-left: auto;
}

.saleskip_text {
  direction: rtl;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.badhetext {
  margin-left: 2px;
}

.dialog-wrapper {
  margin-top: 10px;
  margin-bottom: 20px;
}

.priceproductnow-style-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
}

.currencyoriprice {
  display: inline-block;
  margin: 0px 3px 0px 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.sales-ribbon {
  position: absolute;
  left: 0%;
  top: -6%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.5vh;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 14px;
  padding: 3px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 55, 54, 0.78)), to(#ff3735));
  background-image: linear-gradient(180deg, rgba(255, 55, 54, 0.78), #ff3735);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.22);
  color: #111212;
  text-align: center;
}

.sales-txt {
  position: relative;
  display: block;
  width: 73px;
  margin-right: 3px;
  margin-bottom: 0px;
  margin-left: 3px;
  padding-right: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.sold {
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1px;
}

.sold-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-18 {
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-3 {
  min-height: 100vh;
  margin-bottom: 0px;
  padding-top: 52px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
}

.checkout-subtext-copy {
  margin-left: 20px;
  padding-left: 0px;
  border: 1px none #000;
  color: rgba(46, 53, 71, 0.55);
  font-size: 16px;
  font-weight: 400;
}

.checkout-subtext-copy.white {
  color: #fff;
}

.checkout-wrapperr {
  overflow: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.column-16 {
  position: -webkit-sticky;
  position: sticky;
  padding-left: 40px;
  border-radius: 6px;
  background-color: transparent;
}

.column-17 {
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 0vh 7vh 1vh;
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 8px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
  box-shadow: 1px -1px 35px 0 rgba(46, 53, 71, 0.15);
}

.column-17.prooduct {
  padding-right: 3vh;
  padding-bottom: 0vh;
  padding-left: 3vh;
}

.payment-method-copy {
  margin: 0px 20px 40px;
  padding-top: 20px;
  padding-right: 20px;
}

.payment-method-copy.payment-page {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.ordersellercard-style-2 {
  display: block;
  margin: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sellercard3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seller_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerorderform-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0px 0px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dee3e9;
}

.seller_card {
  display: none;
  margin-top: 0px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 8px;
}

.currency-now {
  display: inline-block;
  margin: 0px 3px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.priceproductnow-checkout {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.productname {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.product-qty-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84px;
  height: 30px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #748aa1;
  border-radius: 5px;
  background-color: rgba(222, 227, 233, 0.36);
  cursor: pointer;
}

.minus-plus-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.selected-product-step-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  margin-bottom: 27px;
  padding-top: 0px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none none solid;
  border-width: 0px 1px 1px;
  border-color: #dee3e9;
}

.select-product {
  display: block;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px;
  border-color: #dee3e9;
  border-radius: 8px;
}

.price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-50 {
  display: block;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.qty-remove-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.total-payment-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.total-payment-wraper.total {
  margin-top: 16px;
  padding-top: 12px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #dee3e9 #000 #000;
}

.subtext1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 14px 0px 0px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.subtext1.final {
  font-size: 16px;
  font-weight: 600;
}

.subtext1.small {
  font-size: 12px;
}

.image-19 {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.verified-seller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-6 {
  width: 20px;
  margin-right: 10px;
  margin-bottom: -8px;
  margin-left: 10px;
}

.columns-9 {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 100px;
}

.div-block-53 {
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
}

.order-btn-txt-h1-4 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.sticky-footr-orange {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px none hsla(0, 0%, 100%, 0.19);
  background-color: transparent;
  background-image: linear-gradient(324deg, #f55f01, rgba(255, 55, 54, 0.9) 29%, #ff3735);
  box-shadow: 0 -5px 20px 0 rgba(116, 138, 161, 0.17);
}

.button-for-proceed-payment {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 59%;
  min-height: 3.3em;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.button-for-proceed-payment:hover {
  background-color: #ff0200;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.23);
  color: #fff;
}

.button-for-proceed-payment.next {
  position: static;
  width: 99%;
  min-height: 3.2em;
  margin: 20px 10px 49px 0px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-color: #29cb97;
  text-decoration: none;
  cursor: pointer;
}

.button-for-proceed-payment.next:hover {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.23);
}

.button-for-proceed-payment.next.payment {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-27-copy-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 11px;
  color: #fff;
}

.discount {
  display: block;
  margin: 0px 7px 0px 0px;
  padding: 2px 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 88%;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}

.pricefooter-white {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 34px;
}

.bg-ribbon {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 10px;
  padding: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(46, 53, 71, 0.31);
  border-radius: 4px;
  background-color: transparent;
  color: #2e3547;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.discount-copy {
  display: block;
  margin: 0px;
  padding: 0px 4px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #2e3547;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.toogle_hidden {
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
}

.column-19 {
  position: -webkit-sticky;
  position: sticky;
  left: 6px;
  top: 44px;
  padding-right: 0px;
  padding-left: 0px;
}

.discountoff-bump-offer-2 {
  display: block;
  margin: 0px 7px 0px 0px;
  padding: 2px 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3735;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  color: #ff3735;
  font-size: 88%;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.socialmediatitle-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  background-color: #fff;
  color: #748aa1;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.socialloginbasebtn-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 13px;
  margin-left: 13px;
  padding: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #3d5a99;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: none;
}

.socialloginbasebtn-2.google {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3%;
  padding-left: 3%;
  border-style: solid;
  border-color: rgba(116, 138, 161, 0.27);
  background-color: #fff;
  box-shadow: none;
}

.googlelogin-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.3px;
}

.googlelogin-2.google {
  color: #2e3547;
}

.modal-popup-login {
  position: static;
  z-index: 99;
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-popup-bg {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 740px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 80px 10px rgba(56, 62, 147, 0.2);
}

.orderformwrapper-copy {
  overflow: auto;
  height: auto;
  min-height: auto;
  margin: 0px;
  padding: 1vh 80px 5vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-2 {
  margin-right: 20px;
  margin-left: 20px;
}

.step-block-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-block-2.middle {
  margin-top: 32px;
  margin-bottom: 0px;
}

.step-count-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #8897a0;
}

.step-count-2._1 {
  margin-right: 20px;
  background-color: #ff3735;
}

.step-count-2._3 {
  margin-right: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.26);
  background-color: #ff3735;
}

.step-count-2._2 {
  margin-right: 20px;
  background-color: #ff3735;
  font-size: 16px;
  font-weight: 300;
}

.steps-line-2 {
  position: static;
  left: 16px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 4vh;
  margin-bottom: -32px;
  margin-left: 16px;
  border-style: dashed;
  border-width: 1px;
  border-color: #f7f7f7;
  background-color: #748aa1;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.steps-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.step-number-2 {
  color: #fff;
}

.step-number-2._2 {
  color: #fff;
}

.price-wrpper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 27px 0px 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 5px;
  background-color: transparent;
}

.text {
  display: inline-block;
  margin: 7px 3px 0px 0px;
  padding-right: 0px;
  float: right;
  clear: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: right;
}

.image-21 {
  display: none;
}

.sub-total-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-total-wrapper.horizontal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message-3 {
  float: right;
  clear: right;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.lottie-animation-7 {
  width: 9%;
  margin-right: 5px;
}

.text-block-25 {
  font-size: 15px;
  text-align: center;
}

.error-message-2 {
  border: 1px solid #000;
  background-color: rgba(255, 222, 222, 0);
}

.slider-left-2 {
  position: relative;
  left: 5px;
  bottom: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(21, 28, 52, 0.06);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.slider-left-2:hover {
  background-color: rgba(21, 28, 52, 0.15);
}

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

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #dee3e9;
}

.return-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 65px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(21, 28, 52, 0.06);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.return-back:hover {
  background-color: rgba(21, 28, 52, 0.15);
}

.paragraph-8 {
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 20px;
}

.upload-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: rgba(46, 53, 71, 0.11);
}

.poster-full {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0px;
  width: auto;
  height: 470px;
  margin: -470px 0px 0px;
  border-radius: 0px;
  background-color: #2e3547;
  background-image: url('../images/thought-catalog-V5BGaJ0VaLU-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-10 {
  padding: 0vh 5vw 10vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(64%, hsla(0, 0%, 100%, 0.9)), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.9) 64%, hsla(0, 0%, 100%, 0) 93%);
}

.bg-blur-effect {
  height: 50vh;
  background-color: #2e3547;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.bg-blur-effect.overlay {
  position: relative;
  left: -10%;
  top: -16%;
  right: -9%;
  bottom: -7%;
  width: 120%;
  height: 140%;
  background-color: transparent;
  background-image: url('../images/thought-catalog-V5BGaJ0VaLU-unsplash-1.jpg');
  background-position: 60% 60%;
  background-size: 150% 130%;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-blur-effect.overlay.sad {
  position: absolute;
}

.bg-poster {
  overflow: hidden;
  width: auto;
  height: 470px;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.text-promo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phone-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  margin-bottom: -3px;
}

.selectfile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.submit-proof-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 3px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px 5px 5px 0px;
  background-color: #2e3547;
  box-shadow: -1px 4px 5px 0 rgba(0, 0, 0, 0.3);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 19px;
}

.submit-proof-btn:hover {
  background-color: rgba(46, 53, 71, 0.65);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  line-height: 16px;
}

.arrow-right {
  display: block;
  width: 9px;
  margin-left: 10px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.44;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bump {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bump-ooffer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-ump {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.sylain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bump-offer-cart {
  display: block;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-popup-field {
  width: 100%;
  height: 7vh;
  min-width: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(321deg, hsla(0, 0%, 100%, 0.46), #fff);
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 16px;
  font-weight: 400;
}

.modal-popup-field:active {
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
}

.modal-popup-field:focus {
  border-color: #ff3735;
}

.modal-popup-field::-webkit-input-placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.modal-popup-field:-ms-input-placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.modal-popup-field::-ms-input-placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.modal-popup-field::placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.modal-popup-field.phone {
  width: 50%;
}

.modal-popup-field.country-code {
  display: none;
  width: 15%;
  margin-right: 10px;
}

.modal-popup-field.shade {
  background-color: #dee3e9;
}

.modal-popup-field.phone--optin {
  width: 80%;
}

.div-block-70 {
  margin-right: -2px;
}

.right {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 50%;
  margin-left: 10px;
  text-align: right;
}

.details-block {
  position: relative;
  top: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 195px;
  margin-bottom: 40px;
  padding-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #dee3e9;
  background-color: transparent;
}

.left-2 {
  position: absolute;
  left: auto;
  top: 10%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 50%;
  margin-right: 20px;
}

.heading-3 {
  color: #17293b;
  font-size: 24px;
  font-weight: 700;
}

.horizontal-line {
  position: absolute;
  left: 0%;
  top: 30px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 140px;
  padding-left: 90px;
}

.address {
  color: #4a5568;
  font-size: 18px;
  line-height: 26px;
}

.payment-details {
  display: block;
  margin: 0px 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.payment-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 40px 5vh 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.tob-bar-copy {
  display: block;
  height: auto;
  min-height: 10px;
  padding: 1vh 5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(207deg, #f65f00, #ff1716);
}

.payment-page-container {
  padding: 0vh 0vw 10vh;
  border-radius: 10px;
  background-color: #fff;
}

.details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: -82px;
  margin-left: 0px;
  padding: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 2px;
  border-color: rgba(116, 138, 161, 0.28);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 18px 20px 0 rgba(0, 0, 0, 0.12);
}

.price-large {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 6px;
  font-size: 35px;
  line-height: 1.5em;
  font-weight: 700;
}

.currency-large {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 30px;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-22 {
  margin-right: auto;
  margin-left: auto;
}

.price-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 0px none #000;
}

.section-middle {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(46, 53, 71, 0.07);
}

.container-main-payment {
  padding-top: 70px;
  padding-right: 10vh;
  padding-left: 10vh;
}

.hidden-payment-options {
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
}

.profile-pic {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  background-image: url('../images/Human-Icon.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.qty-payment-ppd {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 15px;
  line-height: 30px;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-details {
  color: rgba(46, 53, 71, 0.41);
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;
}

.mobile-step {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #8897a0;
}

.mobile-line {
  position: static;
  left: 16px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 1px;
  height: 4vh;
  margin-bottom: -32px;
  margin-left: 16px;
  border-style: dashed;
  border-width: 1px;
  border-color: #f7f7f7;
  background-color: #748aa1;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap._w-custom.structure-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap._w-custom.hero6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap._w-custom.home-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap.body-overlap-with-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1400px;
  margin-top: -200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w80-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w50 {
  width: auto;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 10px;
  background-color: #ff3735;
  background-image: linear-gradient(86deg, #f65f00, hsla(0, 0%, 100%, 0));
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.tagline-2 {
  opacity: 0.6;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-sections-text-wrap {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._4-col {
  display: inline-block;
  width: 33.3333%;
  margin-right: 3vw;
}

.featured-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
  margin-bottom: 40px;
  padding-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(17, 18, 18, 0.06);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.home-landing-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 8px 8px 0px 0px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(17, 18, 18, 0.06);
  -o-object-fit: cover;
  object-fit: cover;
}

.home-landing-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: 0.6;
  font-size: 14px;
  line-height: 1.6em;
}

.home-landing--contet {
  display: block;
  margin-bottom: 40px;
  padding: 15px 25px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 0px 0px 8px 8px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(17, 18, 18, 0.06);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.sticky-poster {
  position: static;
  left: -20%;
  top: 0%;
  right: auto;
  bottom: -18px;
  width: auto;
  height: 330px;
  margin: 0px;
  border-radius: 8px;
  background-color: #2e3547;
  background-image: url('../images/telegram-cloud-photo-size-5-6332285660379064689-y.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.16);
}

.top-bar-homepage {
  border-bottom: 1px solid rgba(222, 227, 233, 0.08);
  background-color: #272727;
}

.structure-menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.structure-menu {
  width: 100%;
  background-color: transparent;
}

.structure-menu-link {
  display: block;
  margin-bottom: 12px;
  -webkit-transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 300;
  cursor: pointer;
}

.structure-menu-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.structure-menu-link:active {
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: hsla(0, 0%, 100%, 0.9);
}

.structure-menu-link.w--current {
  color: #fff;
  font-weight: 400;
}

.sections-menu-headline {
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.structure-cards-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.structure-link {
  display: inline-block;
  -webkit-transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.structure-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: hsla(0, 0%, 100%, 0.8);
}

.structure-link.structure-menu-link {
  margin-right: 30px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
}

.gradient-top-bar {
  height: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3735), to(#fc2a00));
  background-image: linear-gradient(180deg, #ff3735, #fc2a00);
}

._6-col {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
}

._6-col._6-col-last {
  margin-right: 0px;
}

.text-12 {
  font-size: 12px;
  line-height: 18px;
}

.text-12.text-12-60 {
  opacity: 0.6;
}

.image {
  width: 460px;
  height: 460px;
}

.footer-cta {
  background-color: #111212;
  color: #fff;
}

.hero6-headline-wrap {
  margin-top: -20px;
  padding-right: 80px;
}

.hero1-wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.93)), to(rgba(31, 31, 31, 0.94))), url('../images/tmp.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.93), rgba(31, 31, 31, 0.94)), url('../images/tmp.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.hero6-buttons-wrap {
  margin-top: 20px;
  margin-bottom: 10px;
}

.btn-big {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  float: none;
  border-radius: 4px;
  background-color: #ff3735;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.btn-big:hover {
  border-color: #0c6eb8;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-big:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.h1-jumbo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 54px;
  line-height: 1.2em;
  font-weight: 300;
}

.body-content {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: rgba(46, 53, 71, 0.07);
}

.cta4-headline-wrap {
  display: inline-block;
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta4-headline-extrajumbo {
  margin-top: 10px;
  font-size: 54px;
  line-height: 1.3em;
  font-weight: 100;
}

.cta4-action-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-banner {
  background-color: #111212;
  color: #fff;
}

.wrap-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 35px;
  max-width: 180px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.divider-dark-wrap {
  display: block;
  height: 1px;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111212;
}

.divider-dark {
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.06);
}

.home-footer-socicons-wrap {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.home-footer-socicon {
  border-radius: 2px;
  opacity: 0.6;
}

.home-footer-socicon:hover {
  opacity: 1;
}

.home-footer-socicon:active {
  opacity: 0.85;
}

.section-dark-2 {
  background-color: #111212;
  color: #fff;
}

.home-footer-socicon-wrap {
  margin-right: 20px;
}

.home-footer-socicon-wrap.home-footer-socicon-wrap-last {
  margin-right: 0px;
}

.wrap-banner-other-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-9 {
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 600;
}

.featured-img----order-form {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.home-landing-image-wrap-duplicate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500px;
  height: 330px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px 0px 0px 8px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(17, 18, 18, 0.06);
  -o-object-fit: cover;
  object-fit: cover;
}

.hero6-headline-wrap--orderpage {
  margin-top: -20px;
}

.featured--order-form-heading {
  line-height: 1.3em;
  font-weight: 700;
}

.wrap-banner-others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.form3-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-16-3 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

.text-16-3.text-16-60 {
  margin-top: 10px;
  opacity: 0.6;
  font-size: 20px;
}

.form3-success {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #49d1de;
  color: #fff;
}

.form3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._3-col {
  width: 100%;
  margin-right: 20px;
}

._3-col._3-col-last {
  margin-right: 0px;
}

.form3-error {
  padding: 15px;
  border-radius: 4px;
  background-color: #f85359;
}

.btn-big-2 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.btn-big-2:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-big-2:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.form3-input {
  height: 58px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  font-size: 16px;
  line-height: 26px;
}

.form3-input:hover {
  border-color: rgba(25, 145, 235, 0.5);
}

.form3-input:focus {
  border-color: #1991eb;
}

.form3-form {
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.text--headline-wrapper {
  margin-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.section-2-copy {
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: rgba(46, 53, 71, 0.07);
}

.container-10-copy {
  padding: 0vh 5vw 10vh;
  background-color: #fff;
}

.optin-headline {
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 800;
}

.container-optin {
  padding-top: 0vh;
  background-color: #ff3735;
}

.section-4 {
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #eff0f1;
}

.div-block-53-copy {
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
}

.popup-slide-up {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  margin: auto auto 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup-slide-up.unhide {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
}

.optin-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  min-height: auto;
  margin: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 20px 80px 10px rgba(56, 62, 147, 0.2);
}

.optin-form {
  overflow: auto;
  height: auto;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.optin-form-wrap {
  overflow: auto;
  width: 100%;
  height: auto;
  max-width: 740px;
  min-height: auto;
  margin: 0px;
  padding: 1vh 80px 5vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-3-optin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.optin-form-heading {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0a1f44;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
}

.heading-optin-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 740px;
  margin-top: 23px;
  margin-bottom: -15px;
  padding-right: 52px;
  padding-left: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-2---optin {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(46, 53, 71, 0.07);
}

.container---optin {
  padding: 0vh 5vw 10vh;
  background-color: #fff;
}

.description-headline---optin {
  display: inline-block;
  opacity: 0.7;
  font-size: 20px;
  line-height: 1.4em;
}

.description-headline---optin.text-16-60 {
  margin-top: 10px;
  opacity: 0.6;
  font-size: 20px;
}

.wrapoptin {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 41px 60px;
  border-radius: 10px;
  background-color: #ff3735;
  background-image: linear-gradient(76deg, #f65f00, #ff3735);
  box-shadow: 4px 20px 30px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}

.wrapoptin._w-custom.structure-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapoptin._w-custom.hero6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapoptin._w-custom.home-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapoptin.body-overlap-with-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1400px;
  margin-top: -200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapoptin.w80-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapoptin.w50 {
  width: auto;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 10px;
  background-color: #ff3735;
  background-image: linear-gradient(86deg, #f65f00, hsla(0, 0%, 100%, 0));
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.sub-text-optin-style {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.sub-text-optin-style.center {
  display: none;
  margin: 25px 0px 20px;
  text-align: center;
}

.sub-text-optin-style.center.mobile {
  display: block;
  font-size: 38px;
  line-height: 48px;
}

.tob-bar----style-2 {
  display: block;
  height: auto;
  min-height: 10px;
  padding-right: 5vh;
  padding-left: 5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(207deg, #f65f00, #ff1716);
  box-shadow: none;
}

.tob-bar----style-2.mobile {
  display: none;
}

.tob-bar----style-2.step-2 {
  display: block;
}

.top-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vh 1.5vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(46, 53, 71, 0.09);
  color: #fff;
}

.headline--optin-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.col--optin {
  padding: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}

.col-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78))), url('../images/sincerely-media-CXYPfveiuis-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url('../images/sincerely-media-CXYPfveiuis-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-editor {
  margin-top: 50px;
}

.div-block-77 {
  width: 100.106639%;
}

.wrap-optin {
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #868686;
  border-radius: 10px;
  background-color: #f7f7f7;
  box-shadow: 4px 9px 20px 0 rgba(0, 0, 0, 0.1);
}

.div-block-53-copy-copy {
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
}

.container-style-optin {
  padding: 5vh 4vw;
  background-color: #fff;
}

.tob-bar----style-2-copy {
  display: block;
  height: auto;
  min-height: 10px;
  padding-right: 5vh;
  padding-left: 5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(207deg, #f65f00, #ff1716);
  box-shadow: none;
}

.tob-bar----style-2-copy.mobile {
  display: none;
}

.tob-bar----style-2-copy.step-2 {
  display: block;
}

.tob-bar----style-2---optin {
  display: block;
  height: auto;
  min-height: 10px;
  padding-right: 5vh;
  padding-left: 5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(207deg, #f65f00, #ff1716);
  box-shadow: none;
}

.tob-bar----style-2---optin.mobile {
  display: none;
}

.tob-bar----style-2---optin.step-2 {
  display: block;
}

.optin--headline {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 800;
  text-align: center;
}

.optin--headline.center {
  display: none;
  margin: 25px 0px 20px;
  text-align: center;
}

.optin--headline.center.mobile {
  display: block;
  margin-top: 20px;
  font-size: 38px;
  line-height: 1.3em;
}

.image-optin {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.blur-effect {
  width: 140%;
  background-color: rgba(46, 53, 71, 0.55);
  -webkit-filter: blur(17px);
  filter: blur(17px);
}

.div-block-78 {
  text-align: left;
}

.button--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bg-poster-copy {
  overflow: hidden;
  width: auto;
  height: 470px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: none;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    margin-left: 30px;
  }
  .navigation-wrap {
    background-color: #fff;
  }
  .navigation {
    padding: 25px 30px;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-items {
    background-color: #fff;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .heading-2 {
    font-size: 16px;
  }
  .div-block-3 {
    padding: 46px 27px;
  }
  .columns-4 {
    padding: 10px 0px 10px 12px;
  }
  .div-block-4 {
    margin-bottom: -2px;
    padding: 10px;
  }
  .bold-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
  .column-5 {
    padding-right: 30px;
    padding-left: 0px;
  }
  .column-6 {
    padding: 0px;
  }
  .bold-text-2 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
  }
  .counter-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 39px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .number-3 {
    font-size: 16px;
    line-height: 20px;
  }
  .counter-text-2 {
    padding-top: 4px;
    font-size: 7px;
    line-height: 13px;
    letter-spacing: 0.2px;
  }
  .order-form-style {
    margin-top: 10px;
    padding: 27px 20px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .short {
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
  }
  .third-party-box {
    margin-right: 0px;
    margin-bottom: 9px;
    margin-left: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 17px;
    line-height: 29px;
  }
  .title {
    font-size: 14px;
  }
  .logo-2 {
    height: 22px;
    margin-right: 14px;
  }
  .external-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    line-height: 120%;
  }
  .product-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .text-16 {
    font-size: 16px;
  }
  .btn {
    font-size: 15px;
    letter-spacing: 0px;
  }
  .progress-bar {
    width: 83%;
  }
  .order-form-text-style {
    margin-bottom: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-16-copy-1 {
    margin-left: 3px;
    font-size: 12px;
  }
  .text-block-2 {
    min-width: 12px;
    font-size: 55%;
    line-height: 100%;
  }
  .column-12 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-13 {
    position: static;
    display: block;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .columns-7 {
    padding-bottom: 26px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .order-form-style-copy {
    padding: 18px;
  }
  .tabs-menu {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .text-block-4 {
    font-size: 78%;
    line-height: 116%;
    text-align: center;
  }
  .order-form-style-copy {
    padding: 18px;
  }
  .text-block-6 {
    font-size: 18px;
  }
  .radio-button {
    left: 14px;
    top: 8px;
    width: 5%;
    height: 58px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .order-form-style-copy {
    margin-top: 10px;
    padding: 20px;
  }
  .form-field {
    min-width: 40px;
    margin-left: 0px;
    font-size: 14px;
  }
  .form-field.select {
    margin-left: -6px;
  }
  .form-field-copy {
    min-width: 40px;
    font-size: 13px;
  }
  .form-field-copy {
    min-width: 40px;
    font-size: 13px;
  }
  .form-field-copy.form-field {
    font-size: 14px;
  }
  .text-block-5-copy.copy {
    font-size: 13px;
    line-height: 18px;
  }
  .paragraph-3 {
    padding-top: 10px;
    color: #2e3547;
  }
  .lottie-animation-3 {
    width: 9%;
    height: auto;
    margin-right: 10px;
  }
  .checkbox-field {
    padding-left: 6px;
  }
  .checkbox-label {
    position: static;
    margin-left: 0%;
    font-size: 12px;
    line-height: 14px;
  }
  .checkbox {
    position: static;
    width: 28px;
    height: 90%;
    margin-right: 8px;
    margin-left: 0px;
  }
  .div-block-14 {
    padding: 20px;
  }
  .div-block-15 {
    margin-bottom: 6px;
    padding-bottom: 0px;
  }
  .pricecopy-copy {
    width: auto;
    margin-right: 8px;
    font-size: 12px;
  }
  .price {
    margin-left: -6px;
  }
  .title-form-2 {
    font-size: 14px;
  }
  .priving-styling {
    width: auto;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .price-2 {
    width: auto;
    margin-right: 10px;
    font-size: 12px;
  }
  .text-16-copy-2 {
    font-size: 16px;
  }
  .text-payment {
    margin-left: 4px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    text-align: left;
    letter-spacing: 0.2px;
  }
  .dec-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
  }
  .dec-1-copy {
    font-size: 11px;
    line-height: 15px;
    font-weight: 300;
  }
  .div-block-18 {
    margin-left: 0px;
  }
  .uploadproof {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .uploadproof:hover {
    background-color: #b31d1c;
    color: #fff;
  }
  .heading-3 {
    width: 50%;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 9px;
    line-height: 14px;
  }
  .div-block-19 {
    margin-left: 0px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .desc2 {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
  }
  .div-block-8-copy1 {
    margin-right: -12px;
    margin-left: -12px;
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .btn-copy {
    font-size: 15px;
    letter-spacing: 0px;
  }
  .image-11 {
    margin-left: 15px;
  }
  .image-10-copy {
    margin-left: 4px;
    padding-left: 10px;
  }
  .button-3.default-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 118px;
    margin-top: -2px;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
  }
  .button-3.default-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 118px;
    margin-top: -2px;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
  }
  .tagline.tagline-promo-40 {
    font-size: 10px;
    text-align: center;
  }
  .sellername {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
  }
  .profile-card-big-avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-card-description {
    min-height: 20vh;
    margin: 25px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-name-title {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .order-top-bar-countdown {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .structure-page-name {
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .structure-pagename-h1 {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    line-height: 24px;
  }
  .bump-offer.cards-lbl {
    text-align: center;
  }
  .text-16-2 {
    margin-right: 4px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .text-16-2.text-16-60 {
    width: 100%;
  }
  .socialmediaorderform {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flowbase-cta {
    margin-top: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .checkbox-base {
    height: auto;
    min-height: 100px;
  }
  .checkbox-h4 {
    font-size: 17px;
    line-height: 22px;
  }
  .button-wrap.padding {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .orderheadline.center {
    font-size: 30px;
    line-height: 40px;
  }
  .content-order-checkout-form {
    padding-right: 10px;
    padding-left: 10px;
  }
  .form-field-copy {
    min-width: 40px;
    margin-left: 0px;
    font-size: 14px;
  }
  .products2-image.products2-image1 {
    width: 120px;
    min-height: 160px;
  }
  .products2-image.products2-image1.img2 {
    min-height: 162px;
  }
  .products2-pricetag {
    padding-right: 5px;
    padding-left: 5px;
  }
  .new-product-price {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .new-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .new-price.bump-offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
  .original-price {
    font-size: 11px;
  }
  .new-counter {
    font-size: 9px;
    letter-spacing: 0.2px;
  }
  .column-14 {
    padding-right: 41px;
  }
  .start-link {
    height: 240px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pricing-top {
    height: 240px;
  }
  .priceh1 {
    margin-top: 9px;
  }
  .toggle-contain-2 {
    margin-right: 14px;
    margin-left: 14px;
  }
  .container-6 {
    max-width: 1200px;
  }
  .faq-section-2 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .price-4 {
    font-size: 32px;
  }
  .upgrade-button.full-upgrade-button.primary-upgrade-button.platinum {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .upgrade-button.full-upgrade-button.primary-upgrade-button.platinumhighlight {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fcd600;
    color: #2e3547;
    font-size: 14px;
  }
  .upgrade-button.full-upgrade-button.primary-upgrade-button.platinumhighlight:hover {
    background-color: #ffdf29;
  }
  .price-text {
    margin-bottom: 2px;
  }
  .select-qty {
    width: 80px;
    height: 40px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .image-13 {
    margin: 4px;
  }
  .heading-7 {
    font-size: 16px;
    line-height: 26px;
  }
  .heading-order-form {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .productimageposte {
    height: 270px;
  }
  .order-btn-txt-h1 {
    font-size: 18px;
  }
  .sellercard2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-6 {
    margin-bottom: -6px;
    font-size: 10px;
    line-height: 16px;
    text-align: justify;
  }
  .footerorderform {
    display: block;
  }
  .orderh6 {
    margin-top: -6px;
    margin-bottom: -8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .order-dskaunt {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }
  .sellerprofilecrd {
    left: 0%;
    z-index: 6;
    display: block;
    max-width: 270px;
  }
  .paymentbase {
    height: auto;
    min-height: 80px;
  }
  .orderformwrapper {
    margin-right: 10px;
    margin-left: 10px;
  }
  .product-select-wrapper {
    padding-right: 20px;
  }
  .sticky-footr {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .text-16-allign-right.white {
    position: static;
    margin-right: 5px;
  }
  .pricefooter {
    font-size: 26px;
    line-height: 36px;
  }
  .dummywhatpph1 {
    font-size: 16px;
  }
  .dummywhatpph2 {
    font-size: 15px;
  }
  .onlinedummy {
    line-height: 20px;
  }
  .orderbanknumber {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
  }
  .accholdername {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
  }
  .uploadreceipt.maybank {
    padding-right: 20px;
    padding-left: 50px;
  }
  .lottie-animation-4 {
    margin-right: 5px;
  }
  .div-block-35 {
    margin-right: 0px;
  }
  .btnarrow {
    width: 29px;
  }
  .footer-button.yelloow {
    padding-right: 10px;
    padding-left: 10px;
  }
  .login-box {
    max-width: 600px;
  }
  .overlay-section {
    padding-top: 0vh;
  }
  .popup-step-2 {
    display: none;
  }
  .topbarorder {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .stocksleft {
    margin-left: 9px;
    font-size: 9px;
    line-height: 13px;
  }
  .heaadline-dialog-box {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
  }
  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .discountoff {
    margin-left: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .priceproductnow {
    font-size: 21px;
    line-height: 34px;
  }
  .lottie-animation-5 {
    width: 25px;
    margin-right: 6px;
  }
  .current-price-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .section-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-7 {
    font-size: 14px;
    line-height: 25px;
  }
  .tob-bar {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .tob-bar.mobile {
    display: none;
  }
  .div-block-39 {
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    letter-spacing: 0px;
  }
  .multiplestepbase {
    display: block;
  }
  .paymentassets1 {
    margin-left: -4px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .googlelogin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    line-height: 120%;
  }
  .socialloginbasebtn {
    width: 50%;
    margin-right: 5px;
    margin-bottom: 9px;
    margin-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 17px;
    line-height: 29px;
  }
  .footer-button-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dummywhatpph2-2 {
    font-size: 15px;
  }
  .dummywhatpph1-2 {
    font-size: 16px;
  }
  .orderbanknumber-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
  }
  .paymentbase-3 {
    height: auto;
    min-height: 80px;
  }
  .form-button-proceed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-button-proceed.login {
    height: 45px;
    margin-top: 15px;
  }
  .uploadproof-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .uploadproof-2:hover {
    background-color: #b31d1c;
    color: #fff;
  }
  .step-name {
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 18px;
  }
  .step-name.fade {
    margin-bottom: 0px;
  }
  .button-bump-offer {
    margin-left: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bump-offer-h1 {
    width: auto;
    max-width: none;
    font-size: 16px;
  }
  .bump-offer-paragraph {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #2e3547;
    font-size: 12px;
    line-height: 18px;
  }
  .content-bump-offer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-17 {
    position: relative;
    left: 0px;
    top: 0px;
    clear: none;
  }
  .original-price-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 11px;
    line-height: 27px;
  }
  .stocksleft-2 {
    margin-left: 5px;
    font-size: 9px;
    line-height: 13px;
  }
  .price-wrapper {
    width: 30%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .price-wrapper.strike {
    width: auto;
    margin-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .price-wrapper.bump {
    width: auto;
  }
  .cusrrency-bump-offer {
    margin-right: 3px;
    margin-left: 4px;
    font-size: 12px;
    line-height: 20px;
  }
  .cusrrency-bump-offer.dark.underline.discount {
    margin-right: 0px;
  }
  .pricep-bump-offer {
    font-size: 15px;
    line-height: 25px;
  }
  .pricep-bump-offer.dark.final {
    font-size: 20px;
  }
  .pricep-bump-offer.white.final {
    font-size: 20px;
  }
  .discountoff-bump-offer {
    margin-left: 0px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 60%;
  }
  .original-price-bump-offer {
    font-size: 12px;
  }
  .product-qty {
    width: 100px;
    height: 40px;
    margin-left: 13px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .headline-task.payment-headline {
    font-size: 18px;
    text-align: left;
  }
  .stocksleft-3 {
    width: auto;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 8px;
    line-height: 10px;
  }
  .stocksleft-3.nump {
    font-size: 9px;
    line-height: 11px;
  }
  .bump-offerorderformwrapper-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-1 {
    margin-right: 10px;
  }
  .form-field-2 {
    height: 6vh;
    min-width: auto;
    margin-top: 5px;
    margin-left: 0px;
    font-size: 14px;
  }
  .form-field-2:active {
    height: auto;
  }
  .form-field-2.phone {
    width: 50%;
  }
  .form-field-2.phone.full {
    width: 75%;
  }
  .form-field-2.country-code {
    width: 15%;
    margin-right: 10px;
  }
  .form-field-2.country-code.full {
    width: 25%;
    font-size: 12px;
  }
  .form-field-copy-2 {
    min-width: 40px;
    font-size: 13px;
  }
  .form-field-copy-2.form-field {
    font-size: 14px;
  }
  .form-field-copy-2.form-field.full {
    height: 6vh;
  }
  .form-column {
    width: 35%;
    margin-bottom: -5px;
  }
  .form-column.left {
    width: 60%;
    margin-top: -12px;
    margin-right: 10px;
    margin-bottom: -1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .paymentbase-4 {
    height: auto;
    min-height: 20vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .paymentbase-4.basewhatsapp {
    padding-top: 20px;
  }
  .description-ayment-help {
    padding-top: 10px;
    color: #2e3547;
  }
  .choose-payment-headline {
    width: auto;
    margin-bottom: 13px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .one-column-style {
    padding-right: 30px;
    padding-left: 30px;
  }
  .imageproductstyle2 {
    margin-right: 25px;
    background-position: 50% 50%;
  }
  .poster-column-2 {
    height: 30vh;
  }
  .price-show-style-2 {
    display: block;
    width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .new-product-price-style-2 {
    display: block;
    width: 60%;
    margin: 20px 10px 10px 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .product-name-title-copy {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .product-name-title-copy.style-2 {
    font-size: 18px;
  }
  .sticky-badge-saleskip {
    position: fixed;
    left: 0%;
    top: 15%;
    right: auto;
    bottom: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .priceproductnow-style-2 {
    font-size: 16px;
    line-height: 31px;
  }
  .currencyoriprice {
    margin-right: 1px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .sales-ribbon {
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 3px;
    font-size: 12px;
  }
  .sales-txt {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
  }
  .sold {
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
  }
  .image-18 {
    margin-right: 5px;
  }
  .section-3 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-17.prooduct {
    padding-right: 2vh;
    padding-left: 2vh;
  }
  .payment-method-copy {
    padding-right: 17px;
  }
  .sellercard3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .seller_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footerorderform-3 {
    display: block;
  }
  .currency-now {
    margin-right: 4px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .priceproductnow-checkout {
    font-size: 16px;
    line-height: 34px;
  }
  .productname {
    font-size: 14px;
  }
  .product-qty-small {
    width: 90px;
    height: 40px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .selected-product-step-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .subtext1 {
    margin-right: 10px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .subtext1.final {
    margin-right: 10px;
    font-size: 16px;
  }
  .columns-9 {
    margin-bottom: 0px;
  }
  .div-block-53 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .order-btn-txt-h1-4 {
    font-size: 17px;
  }
  .sticky-footr-orange {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .button-for-proceed-payment {
    min-height: 2.3em;
  }
  .button-for-proceed-payment.next {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
  }
  .button-for-proceed-payment.next:hover {
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.23);
  }
  .button-for-proceed-payment.next.payment {
    width: 100%;
    margin-right: 0px;
  }
  .discount {
    margin-left: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .pricefooter-white {
    font-size: 30px;
    line-height: 40px;
  }
  .bg-ribbon {
    margin-top: 0px;
    margin-right: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .discount-copy {
    margin-right: 0px;
    margin-left: 5px;
    padding: 0px;
    font-size: 12px;
  }
  .discountoff-bump-offer-2 {
    margin-left: 0px;
    padding-left: 5px;
    font-size: 9px;
  }
  .select-qty-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .socialmediatitle-2 {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .socialloginbasebtn-2 {
    width: 50%;
    margin-right: 5px;
    margin-bottom: 9px;
    margin-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 17px;
    line-height: 29px;
  }
  .socialloginbasebtn-2.google {
    margin-right: 6px;
  }
  .googlelogin-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    line-height: 120%;
  }
  .modal-popup-login {
    display: none;
  }
  .modal-popup-bg {
    max-width: 600px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .orderformwrapper-copy {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .form-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 26px;
    padding-left: 26px;
  }
  .step-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .step-block-2.middle {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .step-block-2._3 {
    margin-top: 40px;
  }
  .step-count-2 {
    margin-right: 0px;
  }
  .step-count-2._1 {
    position: relative;
    z-index: 1;
  }
  .steps-line-2 {
    left: 16px;
    top: 34px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    width: 1px;
    height: 6vh;
    margin-bottom: -40px;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .steps-container-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .text {
    margin-top: 0px;
    font-size: 12px;
  }
  .sub-total-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-wrap-3 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .return-back {
    width: 20%;
    min-width: auto;
  }
  .paragraph-8 {
    margin-right: 0px;
  }
  .poster-full {
    height: 364px;
    margin-top: -364px;
  }
  .container-10 {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .bg-poster {
    height: 364px;
  }
  .text-promo-wrapper {
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .phone-field-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -6px;
    margin-bottom: -6px;
    padding-top: 0px;
  }
  .submit-proof-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .submit-proof-btn:hover {
    background-color: rgba(46, 53, 71, 0.65);
    color: #fff;
  }
  .button-4 {
    width: 80%;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 13px;
  }
  .div-block-67 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container-12 {
    padding-right: 10px;
    padding-left: 20px;
  }
  .bump-ooffer {
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    letter-spacing: 0px;
  }
  .sylain {
    margin-right: 0px;
  }
  .modal-popup-field {
    height: 6vh;
    min-width: auto;
    margin-top: 5px;
    margin-left: 0px;
    font-size: 14px;
  }
  .modal-popup-field:active {
    height: auto;
  }
  .modal-popup-field.phone {
    width: 50%;
  }
  .modal-popup-field.country-code {
    width: 15%;
    margin-right: 10px;
  }
  .modal-popup-field.phone--optin {
    width: 50%;
  }
  .heading-3 {
    font-size: 22px;
  }
  .payment-container {
    padding-right: 3vh;
    padding-left: 3vh;
  }
  .tob-bar-copy {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .payment-page-container {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .details-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .price-large {
    font-size: 25px;
  }
  .currency-large {
    font-size: 16px;
  }
  .price-wrapper-copy {
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-middle {
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px;
  }
  .container-main-payment {
    padding-right: 8vh;
    padding-left: 8vh;
  }
  .qty-payment-ppd {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-details {
    border-bottom: 1px none #000;
  }
  .mobile-step {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .payment-step {
    margin-right: 0px;
  }
  .mobile-line {
    left: 16px;
    top: 34px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    width: 1px;
    height: 6vh;
    margin-bottom: -40px;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  .wrap {
    width: 645px;
  }
  .wrap._w-custom.structure-nav {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrap._w-custom.hero6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap.body-overlap-with-hero {
    padding-bottom: 0px;
  }
  .wrap.w80-spcbetween {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-sections-text-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    text-align: left;
  }
  ._4-col {
    display: inline-block;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .featured-form {
    height: 230px;
    margin-bottom: 20px;
    padding-right: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .home-landing-wrap {
    margin-left: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .text-14.text-14-60 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home-landing--contet {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .sticky-poster {
    height: 270px;
  }
  .structure-cards2-menu-btn {
    margin-right: 30px;
    padding: 0px;
    background-color: transparent;
  }
  .structure-cards2-menu-btn:active {
    background-color: transparent;
  }
  .structure-cards2-menu-btn.w--open {
    margin-right: 30px;
    background-color: transparent;
  }
  ._6-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._6-col._6-col-last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .image {
    display: block;
    margin-top: 20px;
  }
  .footer-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero6-headline-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .hero1-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.9)), to(#121212)), url('../images/tmp.jpg');
    background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.9), #121212), url('../images/tmp.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .btn-big {
    padding: 10px 20px;
    background-image: linear-gradient(79deg, #ff3735, #f50);
  }
  .h1-jumbo {
    line-height: 1.3em;
  }
  .body-content {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta4-headline-wrap {
    width: 100%;
    text-align: center;
  }
  .cta4-headline-extrajumbo {
    font-size: 54px;
  }
  .hero-banner {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-footer-socicons-wrap {
    margin-top: 20px;
  }
  .section-dark-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrap-banner-other-page {
    width: 645px;
  }
  .heading-9 {
    font-size: 20px;
  }
  .home-landing-image-wrap-duplicate {
    width: 340px;
    height: 100%;
  }
  .hero6-headline-wrap--orderpage {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .featured--order-form-heading {
    font-size: 20px;
  }
  .wrap-banner-others {
    width: 645px;
  }
  .text-16-3.text-16-60 {
    width: 100%;
  }
  ._3-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .form3-input {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .form3-form {
    margin-top: -10px;
  }
  .text--headline-wrapper {
    width: auto;
  }
  .section-2-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .container-10-copy {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .optin-headline {
    font-size: 35px;
  }
  .container-optin {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .section-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-53-copy {
    margin-right: 20px;
    margin-left: 20px;
  }
  .optin-box {
    max-width: 600px;
  }
  .optin-form-wrap {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .form-3-optin {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 26px;
    padding-left: 26px;
  }
  .heading-optin-form {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-2---optin {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container---optin {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .description-headline---optin.text-16-60 {
    width: 100%;
  }
  .wrapoptin {
    width: 645px;
  }
  .wrapoptin._w-custom.structure-nav {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrapoptin._w-custom.hero6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrapoptin.body-overlap-with-hero {
    padding-bottom: 0px;
  }
  .wrapoptin.w80-spcbetween {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sub-text-optin-style.center {
    font-size: 30px;
    line-height: 40px;
  }
  .tob-bar----style-2 {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .tob-bar----style-2.mobile {
    display: none;
  }
  .top-bar-container {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  }
  .text-editor {
    margin-top: 40px;
  }
  .div-block-53-copy-copy {
    margin-right: 20px;
    margin-left: 20px;
  }
  .container-style-optin {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .tob-bar----style-2-copy {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .tob-bar----style-2-copy.mobile {
    display: none;
  }
  .tob-bar----style-2---optin {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .tob-bar----style-2---optin.mobile {
    display: none;
  }
  .optin--headline {
    font-size: 35px;
  }
  .optin--headline.center {
    font-size: 30px;
    line-height: 40px;
  }
  .bg-poster-copy {
    height: 364px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.cc-cta {
    padding: 15px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 20px 30px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .heading-2 {
    font-size: 16px;
  }
  .columns-4 {
    padding: 9px 20px;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px auto;
  }
  .bold-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 19px;
  }
  .column-5 {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .bold-text-2 {
    padding-right: 11px;
    text-align: left;
  }
  .countdownrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2px;
    margin-right: auto;
    margin-bottom: 1px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .countdownrapper.mobile {
    display: block;
    min-height: auto;
    margin-right: 0px;
    padding-top: 0.5vh;
    padding-bottom: 1vh;
  }
  .counter-wrap-2 {
    width: auto;
    min-height: auto;
    min-width: 28px;
    margin: 0px 2px;
    padding: 2px 3px;
    font-size: 13px;
  }
  .number-3 {
    margin-bottom: -1px;
    font-size: 12px;
    line-height: 20px;
  }
  .counter-text-2 {
    display: none;
    font-size: 8px;
    line-height: 15px;
  }
  .order-form-style {
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 30px 10px;
  }
  .order-form-style.bump-offer {
    margin-bottom: 36px;
  }
  .short {
    margin-bottom: 0px;
    padding-right: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .third-party-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .title {
    font-size: 19px;
  }
  .logo-2 {
    margin-right: 0px;
  }
  .external-label {
    font-size: 18px;
  }
  .text-16 {
    width: 90%;
    margin-bottom: 3px;
    font-size: 17px;
  }
  .btn {
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 5px;
  }
  .progress-bar {
    width: 90%;
    margin-top: 0px;
  }
  .order-form-text-style {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-16-copy-1 {
    margin-left: 0px;
    font-size: 14px;
  }
  .column-12 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .order-form-style-copy {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 4% 30px 10%;
  }
  .text-block-4 {
    font-size: 101%;
    line-height: 120%;
  }
  .order-form-style-copy {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 4% 30px 10%;
  }
  .radio-button {
    width: 4%;
    height: 64px;
    margin-right: 12px;
    padding-top: 10px;
    padding-right: 38px;
    padding-bottom: 10px;
  }
  .order-form-style-copy {
    width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
  }
  .form-field {
    width: 100%;
    min-width: 60px;
    font-size: 16px;
  }
  .form-field.postcode {
    width: 30%;
  }
  .form-field-copy {
    min-width: 60px;
    font-size: 16px;
  }
  .lottie-animation-2 {
    width: 15%;
    margin-right: 30px;
    margin-left: 0px;
  }
  .form-field-copy {
    min-width: 60px;
    font-size: 16px;
  }
  .form-field-copy.form-field {
    width: 70%;
    margin-right: 19px;
  }
  .paragraph-3 {
    padding-top: 0px;
    text-align: left;
  }
  .lottie-animation-3 {
    width: 8%;
  }
  .checkbox {
    width: 6%;
    height: 90%;
  }
  .pricecopy-copy {
    width: auto;
    min-width: auto;
    margin-right: 10px;
    font-size: 14px;
    text-align: left;
  }
  .price {
    font-size: 18px;
  }
  .title-form-2 {
    margin-bottom: 15px;
    padding-top: 47px;
    font-size: 18px;
  }
  .price-2 {
    width: auto;
    min-width: auto;
    margin-right: 13px;
    padding-right: 0px;
    font-size: 14px;
    text-align: left;
  }
  .text-16-copy-2 {
    width: 90%;
    margin-bottom: 3px;
    font-size: 17px;
  }
  .tab-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-payment {
    width: auto;
    margin-bottom: 3px;
    margin-left: -1px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 17px;
    text-align: left;
  }
  .dec-1 {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 17px;
  }
  .dec-1-copy {
    width: auto;
    max-width: none;
    margin-bottom: 3px;
    font-size: 12px;
    text-align: center;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-18 {
    margin-top: 11px;
    margin-left: 0px;
  }
  .uploadproof {
    padding-left: 2px;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 0px;
  }
  .uploadproof:hover {
    background-color: #2e3547;
  }
  .heading-3 {
    width: 70%;
    text-align: left;
  }
  .div-block-19 {
    margin-left: 0px;
    padding-right: 26px;
    padding-bottom: 7px;
    padding-left: 26px;
  }
  .desc2 {
    width: auto;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
  }
  .div-block-8-copy1 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btn-copy {
    margin-right: 22px;
    margin-left: 22px;
    border-radius: 5px;
  }
  .image-10-copy {
    width: 40%;
    padding-left: 0px;
  }
  .product-card-description {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 20px;
  }
  .order-top-bar-countdown {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 30px;
  }
  .structure-page-name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .structure-pagename-h1 {
    width: auto;
    margin-right: 0px;
    margin-bottom: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 24px;
  }
  .socialmediaorderform {
    margin-top: 0px;
  }
  .social-media {
    width: 30px;
    height: 30px;
  }
  .flowbase-cta {
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 10px;
  }
  .slider-right {
    margin-left: 10px;
  }
  .slider-left {
    width: 60px;
    min-width: auto;
    margin-right: 20px;
  }
  .checkbox-base {
    min-height: 80px;
  }
  .form-item-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .button-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button-wrap.padding {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .orderheadline {
    font-size: 25px;
    line-height: 34px;
  }
  .orderheadline.center {
    display: none;
  }
  .orderheadline.center.mobile {
    display: block;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 28px;
  }
  .form-section-title-2 {
    font-size: 20px;
  }
  .text-counter {
    width: auto;
    font-size: 14px;
  }
  .mobile-nav-bottom {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: block;
    height: 100px;
    border-top: 1px solid rgba(131, 149, 177, 0.15);
    background-color: #fff;
  }
  .next {
    position: fixed;
    z-index: 6;
  }
  .previous {
    position: fixed;
    z-index: 6;
  }
  .step-1-select-product {
    width: 90vw;
    margin-bottom: 0px;
    padding-top: 0vh;
  }
  .content-order-checkout-form {
    width: 100%;
  }
  .form-field-copy {
    width: 100%;
    min-width: 60px;
    font-size: 16px;
  }
  .new-product-price {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .new-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
  .new-price.step-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .new-price.step-2.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-8 {
    margin-top: 0px;
  }
  .new-counter {
    font-size: 8px;
    line-height: 15px;
  }
  .column-14 {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .column-15 {
    padding-right: 49px;
    padding-left: 49px;
  }
  .pricing-wrapper {
    display: none;
  }
  .priceh1 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 40px;
    line-height: 50px;
  }
  .help {
    display: none;
  }
  .toggle-row {
    margin-bottom: 30px;
  }
  .container-6 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .faq-section-2 {
    margin-top: 0px;
    padding-top: 69px;
    padding-bottom: 5px;
  }
  .newh2 {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 30px;
  }
  .faq-h3 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .discount-label {
    letter-spacing: 1px;
  }
  .price-4 {
    font-size: 26px;
  }
  .price-text {
    font-size: 11px;
    line-height: 1.5em;
  }
  .dummy {
    padding-right: 3%;
    padding-left: 3%;
  }
  .toggle-row-2 {
    margin-bottom: 30px;
  }
  .productimageposte {
    max-height: 568px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .order-btn-txt-h1 {
    font-size: 16px;
    line-height: 19px;
  }
  .order-btn-txt-h2 {
    font-size: 10px;
    line-height: 18px;
  }
  .sellercard2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paragraph-6 {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  .footerorderform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .orderh6 {
    margin-top: 0px;
    margin-bottom: 0px;
    clear: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 11px;
    text-align: right;
  }
  .logo-box.white {
    width: 50px;
    height: 30px;
  }
  .logo-box.mastercard {
    width: 50px;
    height: 30px;
  }
  .logo-box.visa {
    width: 50px;
    height: 30px;
  }
  .logo-box.maybank {
    height: 35px;
  }
  .logo-box.cimb {
    height: 35px;
  }
  .logo-box.ambank {
    height: 35px;
  }
  .payment-logo {
    padding-right: 0px;
  }
  .payment-logo-2 {
    padding-right: 0px;
  }
  .sellerprofilecrd {
    position: static;
    left: 0px;
    bottom: 140px;
    display: block;
    max-width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .paymentbase {
    min-height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .paymentbase.toyyibpaybase {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paymentbase.paywhatsappbase {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paymentbase.maybankbase {
    padding-top: 20px;
  }
  .product-select-wrapper {
    min-height: auto;
    padding-right: 0px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sticky-footr {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 30px;
    background-image: linear-gradient(337deg, rgba(254, 231, 231, 0.43), #efeff1 29%, #efeff2);
  }
  .text-16-allign-right {
    display: none;
    font-size: 10px;
    line-height: 13px;
    text-align: left;
  }
  .text-16-allign-right.white {
    position: static;
    top: 0px;
    clear: none;
  }
  .pricefooter {
    font-size: 25px;
    line-height: 35px;
  }
  .dummywhatpph1 {
    font-size: 15px;
    line-height: 28px;
  }
  .onlinedummy {
    height: auto;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .order-account-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-left: 10px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .order-account-holder.cimbstylepay {
    padding-left: 10px;
  }
  .order-account-holder.cimbstylepay {
    padding-left: 10px;
  }
  .orderbanknumber {
    width: 100%;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    text-align: left;
  }
  .accholdername {
    width: auto;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
  }
  .lottie-animation-4 {
    width: 28px;
  }
  .div-block-35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-button {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: linear-gradient(81deg, #ff3735, #fc312f 77%, #f66001);
  }
  .order-total-payment-footer-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .login-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 0px;
  }
  .popup-step-2 {
    display: none;
  }
  .topbarorder {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 30px;
  }
  .heaadline-dialog-box {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 19px;
  }
  .div-block-37 {
    margin-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hideicon {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
  }
  .price-show {
    margin-bottom: 0px;
  }
  .section-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }
  .paragraph-7 {
    margin-top: 10px;
  }
  .counter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .offerendsin {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
    font-size: 8px;
    line-height: 16px;
    text-align: center;
  }
  .tob-bar {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1vh 30px;
    background-image: linear-gradient(207deg, #f65f00, #fe1e14 40%, #ff1716);
  }
  .tob-bar.mobile {
    display: block;
  }
  .exiticon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: auto;
    display: block;
    margin-top: 30px;
    margin-right: 30px;
    clear: none;
  }
  .googlelogin {
    font-size: 18px;
  }
  .socialloginbasebtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .form {
    width: 100%;
  }
  .footer-button-login {
    background-image: linear-gradient(81deg, #ff3735, #fc312f 77%, #f66001);
  }
  .dummywhatpph1-2 {
    font-size: 15px;
    line-height: 28px;
  }
  .orderbanknumber-2 {
    width: 100%;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    text-align: left;
  }
  .paymentbase-3 {
    min-height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .paymentbase-3.maybankbase {
    padding-top: 20px;
  }
  .paymentbase-3.paywhatsappbase {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-button-proceed {
    background-image: linear-gradient(81deg, #ff3735, #fc312f 77%, #f66001);
  }
  .form-button-proceed.login {
    height: 50px;
    margin-top: 17px;
  }
  .uploadproof-2 {
    padding-left: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 0px;
  }
  .uploadproof-2:hover {
    background-color: #2e3547;
  }
  .pricefooter-2 {
    font-size: 33px;
  }
  .step-name {
    font-size: 12px;
  }
  .bump-offer-h1 {
    width: 90%;
    margin-bottom: 3px;
    font-size: 17px;
  }
  .bump-offer-paragraph {
    padding-top: 0px;
    text-align: left;
  }
  .bump-offer-wrapper {
    margin-top: 24px;
  }
  .original-price-3 {
    font-size: 13px;
  }
  .price-wrapper {
    width: auto;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .price-wrapper.strike {
    width: auto;
    margin-right: 5px;
    margin-bottom: -2px;
  }
  .pricep-bump-offer.dark.strike.discount {
    padding-right: 0px;
  }
  .pricep-bump-offer.dark.small {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 19px;
  }
  .pricep-bump-offer.dark.small.right {
    padding-left: 10px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  }
  .discountoff-bump-offer {
    margin-left: 0px;
  }
  .remove-product {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
  }
  .toogle-parent {
    height: 70px;
  }
  .headline-task {
    font-size: 16px;
  }
  .headline-task.headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    text-align: center;
  }
  .headline-task.payment-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 29px;
    text-align: left;
  }
  .headline-task.payment-page {
    padding-top: 10px;
  }
  .headline-task.payment-page-method {
    margin-bottom: -12px;
    padding-top: 22px;
    font-size: 14px;
    line-height: 24px;
  }
  .stocksleft-3 {
    display: block;
    width: auto;
    margin-right: 37px;
    margin-left: 0px;
    font-size: 9px;
    line-height: 14px;
  }
  .stocksleft-3.nump {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 8px;
    line-height: 12px;
  }
  .stocksleft-3.front {
    margin-right: auto;
  }
  .form-field-2 {
    width: 100%;
    height: 40px;
    min-width: 60px;
    font-size: 16px;
  }
  .form-field-2.phone.full {
    width: 80%;
  }
  .form-field-2.country-code.full {
    width: 20%;
  }
  .form-field-copy-2 {
    min-width: 60px;
    font-size: 16px;
  }
  .form-field-copy-2.form-field {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
  }
  .form-field-copy-2.form-field.full {
    height: 40px;
  }
  .form-column {
    width: 37%;
    margin-bottom: -7px;
  }
  .form-column.left {
    width: 57%;
    margin-bottom: -2px;
  }
  .paymentbase-4 {
    min-height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .description-ayment-help {
    padding-top: 0px;
    text-align: left;
  }
  .one-column-style {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .imageproductstyle2 {
    width: 100%;
    min-height: 81vw;
    margin-right: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .imageproductstyle2.no-img {
    width: 100%;
    min-height: 0vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .poster-column-2 {
    max-height: 568px;
    margin: 0px;
    border-radius: 0px;
  }
  .price-show-style-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .new-product-price-style-2 {
    width: 85%;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .product-name-title-copy.style-2 {
    margin-bottom: 0px;
  }
  .sticky-badge-saleskip {
    top: 15vh;
    z-index: 2;
  }
  .priceproductnow-style-2 {
    font-size: 30px;
  }
  .sales-ribbon {
    top: -9px;
    font-size: 10px;
  }
  .sales-txt {
    font-size: 12px;
  }
  .sold {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 19px;
  }
  .section-3 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .checkout-subtext-copy {
    font-size: 14px;
  }
  .checkout-subtext-copy.white {
    color: #fff;
  }
  .checkout-wrapperr {
    width: 100%;
    margin-bottom: 20px;
  }
  .column-16 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-17.prooduct {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 2vw;
    padding-left: 2vw;
    border-radius: 0px;
  }
  .payment-method-copy {
    width: auto;
    margin-right: 0px;
  }
  .sellercard3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .seller_info {
    margin-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footerorderform-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .selected-product-step-2 {
    width: 100.05569%;
  }
  .div-block-50 {
    margin-right: 0px;
  }
  .qty-remove-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .total-payment-wraper {
    margin-right: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .subtext1.small {
    display: none;
    margin-top: -2px;
    margin-bottom: 8px;
    font-size: 9px;
    line-height: 18px;
  }
  .div-block-53 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .order-btn-txt-h1-4 {
    font-size: 17px;
    line-height: 24px;
  }
  .sticky-footr-orange {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 231, 231, 0.43)), color-stop(29%, #efeff1), to(#efeff2));
    background-image: linear-gradient(180deg, rgba(254, 231, 231, 0.43), #efeff1 29%, #efeff2);
  }
  .button-for-proceed-payment {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: linear-gradient(81deg, #ff3735, #fc312f 77%, #f66001);
  }
  .button-for-proceed-payment.next {
    background-image: none;
  }
  .button-for-proceed-payment.next.payment {
    height: 46px;
    font-size: 18px;
    line-height: 26px;
  }
  .pricefooter-white {
    font-size: 33px;
  }
  .bg-ribbon {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff;
  }
  .div-block-56 {
    width: 100%;
  }
  .column-19 {
    left: 0px;
    top: 0px;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.14);
  }
  .socialmediatitle-2 {
    margin-bottom: 0px;
  }
  .socialloginbasebtn-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .googlelogin-2 {
    font-size: 16px;
  }
  .googlelogin-2.google {
    font-size: 16px;
  }
  .modal-popup-login {
    position: static;
    display: none;
  }
  .modal-popup-bg {
    position: fixed;
    width: 90%;
    max-width: none;
  }
  .orderformwrapper-copy {
    margin: -10px 0px 0px;
    padding: 0px 26px 40px;
  }
  .form-2 {
    width: 100%;
    padding-top: 8px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .step-block-2 {
    margin: 0px 10px 0px 20px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .step-block-2.middle {
    margin: 0px;
  }
  .step-block-2._3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .step-count-2._1 {
    width: 25px;
    height: 25px;
    margin-right: 0px;
  }
  .step-count-2._1.toogle {
    margin-right: 10px;
  }
  .step-count-2._3 {
    width: 25px;
    height: 25px;
    margin-right: 0px;
  }
  .step-count-2._2 {
    width: 25px;
    height: 25px;
    margin-right: 0px;
  }
  .step-count-2._2.toogle {
    margin-right: 10px;
  }
  .steps-line-2 {
    left: 43px;
    top: 17px;
    right: 0px;
    width: 4.6em;
    height: 1px;
    margin: -25px -11px 0px -22px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: dashed;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .steps-line-2._2 {
    margin-right: -27px;
    margin-left: -12px;
  }
  .steps-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price-wrpper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text {
    display: none;
    font-size: 10px;
    line-height: 13px;
    text-align: left;
  }
  .paragraph-8 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #2e3547;
  }
  .poster-full {
    position: static;
    height: 284px;
    max-height: 568px;
    margin: 0px;
    border-radius: 0px;
  }
  .bg-poster {
    display: none;
  }
  .text-promo-wrapper {
    margin-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .submit-proof-btn {
    width: 30%;
    padding-left: 2px;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 0px;
  }
  .submit-proof-btn:hover {
    background-color: rgba(46, 53, 71, 0.65);
  }
  .button-4 {
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-67 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sylain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bump-offer-cart {
    margin-right: 0px;
  }
  .modal-popup-field {
    width: 100%;
    height: 40px;
    min-width: 60px;
    font-size: 16px;
  }
  .details-block {
    height: 180px;
  }
  .horizontal-line {
    width: 90%;
    padding-right: 140px;
  }
  .address {
    font-size: 16px;
  }
  .payment-details {
    margin-right: 5px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .payment-container {
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tob-bar-copy {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5vh 20px 1vh;
    border-radius: 0px;
    background-image: linear-gradient(207deg, #f65f00, #fe1e14 40%, #ff1716);
  }
  .column-21 {
    padding-left: 0px;
  }
  .price-wrapper-copy {
    width: auto;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-middle {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }
  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-74 {
    display: block;
  }
  .contact-details {
    font-size: 12px;
    line-height: 20px;
  }
  .mobile-step {
    display: none;
    margin: 0px 10px 0px 20px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mobile-line {
    left: 43px;
    top: 17px;
    right: 0px;
    width: 4.6em;
    height: 1px;
    margin: -25px -11px 0px -22px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: dashed;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrap._w-custom.structure-nav {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrap._w-custom.hero6 {
    padding-bottom: 0px;
  }
  .wrap._w-custom.home-footer {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap.body-overlap-with-hero {
    padding-bottom: 40px;
  }
  .home-sections-text-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
  }
  ._4-col {
    width: 90vw;
  }
  .featured-form {
    width: 90vw;
    height: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-landing-image-wrap {
    height: 50vw;
  }
  .home-landing-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-landing--contet {
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .sticky-poster {
    max-height: 568px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .top-bar-homepage {
    position: relative;
    z-index: 20;
  }
  .structure-menu-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, 0.06);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
    background-color: #1a1a1a;
    text-align: center;
  }
  .structure-menu {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .structure-project-menu {
    z-index: 9;
    text-align: left;
  }
  .sections-menu-headline {
    margin-bottom: 16px;
  }
  .structure-cards-menu {
    width: 90%;
    height: 50px;
  }
  .structure-link {
    margin-left: 30px;
  }
  .structure-link.structure-menu-link {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
  }
  .structure-cards2-menu-btn {
    margin-top: -4px;
    margin-right: 0px;
    padding: 0px;
  }
  .structure-cards2-menu-btn.w--open {
    margin-top: -4px;
  }
  ._6-col {
    margin-right: 0px;
  }
  .h1-jumbo {
    font-size: 44px;
  }
  .body-content {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }
  .cta4-headline-extrajumbo {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 38px;
  }
  .divider-dark-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-footer-socicons-wrap {
    margin-top: 20px;
  }
  .wrap-banner-other-page {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-landing-image-wrap-duplicate {
    width: 90vw;
    height: 50vw;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .wrap-banner-others {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .text--headline-wrapper {
    margin-bottom: 0px;
  }
  .section-2-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }
  .optin-headline {
    font-size: 25px;
  }
  .section-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }
  .div-block-53-copy {
    margin-right: 20px;
    margin-left: 20px;
  }
  .optin-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 0px;
  }
  .optin-form {
    width: 90vw;
    margin-bottom: 0px;
    padding-top: 0vh;
  }
  .optin-form-wrap {
    margin: -10px 0px 0px;
    padding: 0px 26px 40px;
  }
  .form-3-optin {
    width: 100%;
    padding-top: 8px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .optin-form-heading {
    font-size: 20px;
  }
  .section-2---optin {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }
  .description-headline---optin {
    margin-top: 10px;
    font-size: 17px;
  }
  .wrapoptin {
    width: 100%;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .wrapoptin._w-custom.structure-nav {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrapoptin._w-custom.hero6 {
    padding-bottom: 0px;
  }
  .wrapoptin._w-custom.home-footer {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapoptin.body-overlap-with-hero {
    padding-bottom: 40px;
  }
  .sub-text-optin-style {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .sub-text-optin-style.center {
    display: none;
  }
  .sub-text-optin-style.center.mobile {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 28px;
    line-height: 38px;
  }
  .tob-bar----style-2 {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1vh 30px;
    background-image: linear-gradient(207deg, #f65f00, #fe1e14 40%, #ff1716);
  }
  .tob-bar----style-2.mobile {
    display: block;
  }
  .headline--optin-wrapper {
    margin-top: 0px;
  }
  .flex-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col--optin {
    padding: 32px 32px 20px;
  }
  .col-image {
    width: 100%;
    height: 356px;
    border-radius: 10px 10px 0px 0px;
  }
  .text-editor {
    margin-top: 30px;
  }
  .div-block-53-copy-copy {
    margin-right: 20px;
    margin-left: 20px;
  }
  .tob-bar----style-2-copy {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1vh 30px;
    background-image: linear-gradient(207deg, #f65f00, #fe1e14 40%, #ff1716);
  }
  .tob-bar----style-2-copy.mobile {
    display: block;
  }
  .tob-bar----style-2---optin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: linear-gradient(207deg, #f65f00, #fe1e14 40%, #ff1716);
  }
  .tob-bar----style-2---optin.mobile {
    display: block;
  }
  .optin--headline {
    margin-top: 0px;
    font-size: 25px;
  }
  .optin--headline.center {
    display: none;
  }
  .optin--headline.center.mobile {
    display: block;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 28px;
  }
  .bg-poster-copy {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .heading-2 {
    padding-bottom: 0px;
    line-height: 22px;
  }
  .div-block-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .columns-4 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-4 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }
  .bold-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
  }
  .column-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
  }
  .bold-text-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }
  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .big-article-title-wrapper {
    display: block;
  }
  .countdownrapper {
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .countdownrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 1vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .counter-wrap-2 {
    min-width: 27px;
    padding: 2px 3px;
    line-height: 21px;
  }
  .number-3 {
    margin-bottom: 0px;
    font-size: 11px;
  }
  .order-form-style {
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 20px;
    border-color: #dee3e9;
  }
  .order-form-style.bump-offer {
    margin-top: 40px;
    padding: 20px;
  }
  .order-form-style.select-product {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .short {
    font-size: 15px;
  }
  .third-party-box {
    padding-right: 3%;
    padding-left: 3%;
  }
  .title {
    font-size: 18px;
  }
  .logo-2 {
    width: 16px;
    height: auto;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
  }
  .logo-2.fb {
    width: 19%;
    margin-right: 2px;
    margin-left: 0px;
  }
  .external-label {
    min-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    text-align: left;
  }
  .product-style {
    text-align: left;
  }
  .text-16 {
    width: 100%;
    text-align: left;
  }
  .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    font-size: 16px;
    text-align: center;
  }
  .text-16-copy-1 {
    width: auto;
    max-width: none;
    margin-left: 0px;
    font-size: 13px;
    text-align: left;
  }
  .text-block-2 {
    font-size: 63%;
  }
  .column-13 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order-form-style-copy {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-block-8 {
    margin-right: -21px;
    margin-left: -21px;
  }
  .radio-button-field {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tabs.order-form-style-copy.tab-syle-1 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .tab-link-tab-2.w--current {
    height: auto;
  }
  .tabs-menu {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-block-4 {
    font-size: 94%;
    line-height: 120%;
    text-align: center;
  }
  .order-form-style-copy {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .radio-button {
    position: static;
    left: 4%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 6%;
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
  }
  .radio-button.cimb {
    height: 55px;
    margin-top: -13px;
  }
  .order-form-style-copy {
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-color: #dee3e9;
  }
  .form-field {
    min-width: 50px;
  }
  .form-field-copy {
    min-width: 50px;
  }
  .lottie-animation-2 {
    display: none;
    margin-right: 0px;
    -webkit-transform: rotateX(-43deg) rotateY(0deg) rotateZ(117deg);
    transform: rotateX(-43deg) rotateY(0deg) rotateZ(117deg);
  }
  .form-field-copy {
    min-width: 50px;
  }
  .text-block-5-copy {
    text-align: left;
  }
  .text-block-5-copy.copy {
    margin-top: 25px;
  }
  .paragraph-3 {
    margin-top: 11px;
    margin-bottom: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #2e3547;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    text-align: left;
  }
  .lottie-animation-3 {
    width: 12%;
    margin-left: -9px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .checkbox-label {
    margin-left: 5px;
    line-height: 17px;
  }
  .checkbox {
    position: static;
    width: 11%;
    height: 90%;
    margin-right: 5px;
  }
  .div-block-14 {
    padding-top: 29px;
  }
  .pricecopy-copy {
    width: auto;
  }
  .price {
    font-size: 14px;
  }
  .title-form-2 {
    font-size: 16px;
  }
  .priving-styling {
    margin-bottom: 16px;
  }
  .price-2 {
    width: auto;
    min-width: auto;
    margin-right: 10px;
    font-size: 13px;
  }
  .div-block-16 {
    margin-top: 20px;
  }
  .text-16-copy-2 {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .tab-2 {
    display: block;
    margin-bottom: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-payment {
    margin-left: -3px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .dec-1 {
    display: block;
    width: auto;
  }
  .dec-1-copy {
    font-size: 12px;
  }
  .div-block-17 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-18 {
    margin-right: 11px;
    margin-bottom: 12px;
    margin-left: 11px;
    padding: 7px 8px;
  }
  .uploadproof {
    padding: 6px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.28);
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0px;
  }
  .heading-3 {
    display: block;
    width: 100%;
    margin-top: -3px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 7px;
    line-height: 12px;
    text-align: center;
  }
  .div-block-19 {
    margin-left: 0px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
  }
  .desc2 {
    display: block;
    max-width: none;
    text-align: center;
  }
  .div-block-8-copy1 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .div-block-20 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .btn-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
    text-align: center;
  }
  .image-10-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 78%;
    margin-right: auto;
    margin-left: 24px;
    padding-left: 10px;
  }
  .image-10-copy.cimb {
    width: 80%;
    margin-top: -12px;
  }
  .button-3.profile-contact-big-button {
    display: block;
    margin-right: 0px;
  }
  .button-3.default-button.default-button-with-line {
    display: block;
    margin-top: 0px;
  }
  .button-3.default-button.default-button-with-line {
    display: block;
    margin-top: 0px;
  }
  .sellername {
    text-align: left;
  }
  .actions-wrapper {
    display: block;
    width: 100%;
    padding-top: 0px;
    text-align: center;
  }
  .profile-card-big {
    padding: 30px;
  }
  .product-card-description {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0px;
    padding-bottom: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
  }
  .product-name-title {
    font-size: 18px;
  }
  .order-top-bar-countdown {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .structure-page-name {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .structure-pagename-h1 {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .text-16-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }
  .order-total-payment {
    text-align: left;
  }
  .socialmediaorderform {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flowbase-cta {
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  .slider-right {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 11;
    width: 80%;
    margin-right: 0px;
    clear: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    text-align: left;
  }
  .slider-left {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }
  .arrow {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-field-4 {
    min-height: 50px;
  }
  .checkbox-base {
    margin-bottom: 15px;
  }
  .form-item-wrapper {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkbox-h4 {
    width: 100%;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .orderheadline {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 33px;
    text-align: left;
  }
  .orderheadline.center.mobile {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
  .form-section-title-2 {
    width: auto;
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .text-counter {
    position: relative;
    right: 0px;
    width: auto;
    min-width: auto;
    margin-left: 0px;
    font-size: 14px;
    text-align: left;
  }
  .slider-2 {
    height: auto;
  }
  .previous {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }
  .step-1-select-product {
    display: block;
    overflow: visible;
    margin-bottom: 0px;
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider-content-wrap {
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mask-2 {
    position: static;
    height: 100%;
  }
  .content-order-checkout-form {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-order-checkout-form.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-order-checkout-form.product2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .content-order-checkout-form.payment-page {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .form-field-copy {
    min-width: 50px;
  }
  .products2-image.products2-image1 {
    width: 100%;
    border: 1px none #000;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .products2-image.products2-image1.img2 {
    border-style: none;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .new-product-price {
    margin: 20px 20px 0px;
  }
  .new-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .new-price.step-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-price.step-2.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .new-price.bump-offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .original-price {
    font-size: 13px;
  }
  .column-15 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .dividergray {
    margin-top: 43px;
  }
  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .priceh1 {
    font-size: 36px;
    line-height: 45px;
  }
  .toggle-text-2.monthly-toggle {
    display: none;
  }
  .toggle-contain-2 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .faq-section-2 {
    padding-top: 60px;
  }
  .newh2 {
    font-size: 22px;
  }
  .faq-row {
    margin-bottom: 30px;
  }
  .discount-label {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .select-qty {
    width: 110px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .image-13 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .heading-7 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .toggle-text.monthly-toggle {
    display: none;
  }
  .toggle-text.monthly-toggle {
    display: none;
  }
  .toggle-contain {
    margin-right: 15px;
    margin-left: 15px;
  }
  .heading-order-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-order-form.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .buttons-sideflex {
    margin-left: 5px;
  }
  .order-marketing-button {
    min-width: 150px;
  }
  ._15px-spacer {
    display: none;
  }
  .productimageposte {
    height: 260px;
  }
  .order-btn-txt-h1 {
    margin-right: 0px;
    font-size: 16px;
  }
  .order-btn-txt-h2 {
    margin-right: 0px;
    letter-spacing: 0.1px;
  }
  .paragraph-6 {
    text-align: center;
  }
  .footerorderform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .orderh6 {
    display: none;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ordersellercard {
    margin: 10px;
  }
  .ordermultipleform {
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ordermultipleform.s1product {
    margin: 0px -10px 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .order-dskaunt {
    font-size: 12px;
  }
  .logo-box.white {
    width: 40px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .logo-box.mastercard {
    width: 40px;
    height: 20px;
  }
  .logo-box.visa {
    width: 40px;
    height: 20px;
  }
  .logo-box.maybank {
    width: 30px;
    height: 25px;
  }
  .logo-box.cimb {
    width: 30px;
    height: 25px;
    margin-right: 3px;
    margin-left: 3px;
  }
  .logo-box.ambank {
    width: 30px;
    height: 25px;
  }
  .payment-logo {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 40px;
    margin-right: auto;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    clear: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .payment-logo.whatsapp {
    height: 32px;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .payment-logo.whatsapp-copy {
    height: 50px;
    margin-top: -10px;
    margin-right: 0px;
    margin-bottom: -4px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .payment-logo.whatsapplogo {
    height: 32px;
    margin-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paymentassets {
    position: absolute;
    right: 15px;
    display: block;
    margin-top: 0px;
    margin-left: -6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .iconordermore {
    position: static;
    top: auto;
    right: 20px;
    margin-right: -8px;
    margin-left: 5px;
  }
  .sellerprofilecrd {
    margin-right: 0px;
    margin-bottom: 12px;
    padding: 10px;
    box-shadow: none;
  }
  .paymentbase {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 90px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .paymentbase.billplzbase {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .paymentbase.paywhatsappbase {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    margin-top: 9px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .paymentbase.maybankbase {
    padding-top: 10px;
  }
  .orderformwrapper {
    position: static;
    overflow: visible;
    height: 70vh;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-select-wrapper {
    width: 90vw;
    min-height: 20vh;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sticky-footr {
    padding: 5px 15px;
    background-image: linear-gradient(216deg, rgba(254, 231, 231, 0.43), #efeff1 29%, #efeff2);
    box-shadow: 0 -5px 20px 0 rgba(116, 138, 161, 0.39);
  }
  .text-16-allign-right {
    display: none;
  }
  .pricefooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
  }
  .dummywhatpph1 {
    max-width: none;
    margin-right: 0px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
  }
  .dummywhatpph2 {
    max-width: none;
    margin-left: 5px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
  }
  .div-block-31 {
    display: block;
    max-width: 90%;
  }
  .onlinedummy {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .order-account-holder {
    width: auto;
    margin-top: 10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: dashed none none;
    border-color: rgba(0, 0, 0, 0.14);
    border-top-width: 2px;
    border-radius: 0px;
    text-align: left;
  }
  .order-account-holder.cimbstylepay {
    padding-top: 5px;
  }
  .order-account-holder.cimbstylepay {
    padding-top: 5px;
  }
  .orderbanknumber {
    display: block;
    width: auto;
    margin-top: 7px;
    padding-top: 0px;
    font-size: 20px;
    line-height: 28px;
  }
  .accholdername {
    display: block;
    max-width: none;
    font-style: italic;
    text-align: center;
  }
  .uploadreceipt {
    padding: 10px 20px;
  }
  .uploadreceipt.maybank {
    padding-top: 0px;
    padding-left: 20px;
    background-image: none;
  }
  .lottie-animation-4 {
    width: 18%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .form-block-2 {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .uploadreceiptcimb {
    padding: 10px 20px;
  }
  .orderheadlineh4-copy {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 26px;
  }
  .paymenttotal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-bottom: 9px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    text-align: left;
  }
  .text-16-allign-center {
    padding-top: 0px;
    border: 1px none #000;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
  }
  .text-16-allign-center.mmobilehide {
    display: none;
  }
  .text-16-allign-center.mobile-hidden {
    display: none;
  }
  .total-cash-paid {
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(116, 138, 161, 0.12);
    border-radius: 5px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.09);
  }
  .headline-payment {
    display: block;
    font-size: 13px;
  }
  .div-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btnarrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14%;
    margin-right: 0px;
    margin-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .multipleformcheckout {
    width: 100%;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 10px;
  }
  .mask-3 {
    overflow: auto;
    height: auto;
    max-height: 91vh;
    margin-left: 10px;
    padding: 10px 10px 0px 0px;
  }
  .hidden {
    display: none;
  }
  .footer-button {
    width: 80%;
    padding: 5px 10px 5px 20px;
  }
  .footer-button.button-2 {
    width: 100%;
  }
  .footer-button.yelloow {
    width: 100%;
  }
  .order-total-payment-footer-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }
  .login-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100%;
    max-width: none;
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    border-radius: 0px;
  }
  .overlay-section {
    overflow: visible;
    height: 100vh;
    max-height: none;
    min-height: auto;
    padding: 0px;
  }
  .popup-step-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: none;
    overflow: auto;
    width: auto;
    height: 100%;
    max-height: none;
    max-width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .topbarorder {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .stocksleft {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
  .heaadline-dialog-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 1.6vh;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
  }
  .div-block-37 {
    margin-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hideicon {
    position: relative;
    left: auto;
    top: -21px;
    right: -92%;
    bottom: 0%;
    margin-bottom: -25px;
  }
  .hideicon.popup {
    margin-top: 11px;
    margin-right: 7px;
  }
  .discountoff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 15px;
  }
  .priceproductnow {
    margin-left: 3px;
    font-size: 24px;
  }
  .lottie-animation-5 {
    width: 26px;
    height: 30px;
  }
  .current-price-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-2 {
    padding-top: 0px;
  }
  .paragraph-7 {
    margin-top: 10px;
  }
  .counter-wrapper {
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .offerendsin {
    display: block;
    margin-top: -6px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 9px;
  }
  .tob-bar {
    display: none;
    margin-right: 0px;
    margin-bottom: 0vh;
    margin-left: 0px;
    padding: 1.65vh 20px 1.5vh;
  }
  .tob-bar.mobile {
    display: block;
  }
  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .multiplestepbase {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .multiplestepbase.cod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .multiplestepbase.whatsapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-14 {
    position: relative;
    left: auto;
    top: 0px;
    right: auto;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  .image-15 {
    margin-bottom: -2px;
    margin-left: -9px;
    padding-bottom: 0px;
  }
  .image-16 {
    margin-bottom: -3px;
    margin-left: -7px;
    padding-bottom: 0px;
  }
  .paymentassets1 {
    position: static;
    right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-left: -6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .exiticon {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    margin-top: 2vh;
    margin-right: 10px;
    margin-bottom: -3574285418548013px;
  }
  .slide-4 {
    overflow: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .googlelogin {
    min-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    text-align: left;
  }
  .socialloginwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .socialloginbasebtn {
    padding-right: 3%;
    padding-left: 3%;
  }
  .socialloginbasebtn.google {
    border-style: solid;
    border-color: rgba(116, 138, 161, 0.36);
  }
  .socialmediatitle {
    margin-bottom: -15px;
  }
  .whatappwrapper {
    display: block;
    max-width: 82%;
  }
  .div-block-41 {
    display: block;
    max-width: 90%;
  }
  .footer-button-login {
    width: 100%;
    height: 50px;
    padding: 5px 10px 5px 20px;
  }
  .dummywhatpph2-2 {
    max-width: none;
    margin-left: 5px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
  }
  .dummywhatpph1-2 {
    max-width: none;
    margin-right: 0px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
  }
  .orderbanknumber-2 {
    display: block;
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 20px;
    line-height: 28px;
  }
  .paymentbase-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 90px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .paymentbase-3.maybankbase {
    padding-top: 10px;
  }
  .paymentbase-3.paywhatsappbase {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    margin-top: 9px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .dividergray-3 {
    margin-top: 20px;
    padding-top: 10px;
  }
  .total-cash-paid-2 {
    width: 100%;
    min-height: auto;
    margin-top: 10px;
    margin-bottom: -2px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none;
    border-width: 1px;
    border-color: rgba(116, 138, 161, 0.12);
    border-radius: 5px;
    background-color: transparent;
  }
  .total-cash-paid-2.white {
    background-color: transparent;
    color: #fff;
  }
  .form-button-proceed {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 10px 5px 20px;
  }
  .form-button-proceed.login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 20px;
  }
  .uploadproof-2 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 7px;
    padding: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.28);
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0px;
  }
  .pricefooter-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
  .left-arrow-3 {
    width: 40px;
  }
  .right-arrow-3 {
    width: 40px;
  }
  .step-name {
    font-size: 10px;
    line-height: 22px;
  }
  .button-bump-offer {
    margin-left: -3px;
  }
  .bump-offer-h1 {
    width: 100%;
    max-width: 100%;
    margin-top: 7px;
    text-align: left;
  }
  .bump-offer-paragraph {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    color: #2e3547;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    text-align: left;
  }
  .bump-offer-wrapper {
    display: block;
    margin: 30px 10px 40px;
    border-width: 3px;
    border-color: rgba(255, 55, 54, 0.24);
  }
  .content-bump-offer {
    display: block;
    padding: 15px;
  }
  .image-17 {
    width: 100%;
  }
  .div-block-42 {
    width: 100.09153%;
    margin-top: 10px;
  }
  .original-price-3 {
    font-size: 13px;
    line-height: 23px;
  }
  .original-price-3.bump {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }
  .stocksleft-2 {
    margin-bottom: 9px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
  .price-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price-wrapper.strike {
    margin-bottom: 0px;
  }
  .price-wrapper.bump {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cusrrency-bump-offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
  }
  .cusrrency-bump-offer.dark.underline.discount {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cusrrency-bump-offer.bump {
    margin-left: 0px;
  }
  .cusrrency-bump-offer.white.final {
    color: #fff;
  }
  .pricep-bump-offer {
    margin-right: 0px;
    margin-left: 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
  }
  .pricep-bump-offer.dark {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 22px;
  }
  .pricep-bump-offer.dark.strike.discount {
    margin-left: 6px;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pricep-bump-offer.dark.final {
    font-size: 20px;
    line-height: 30px;
  }
  .pricep-bump-offer.dark.small {
    margin-bottom: 0px;
    font-weight: 400;
  }
  .pricep-bump-offer.dark.small.right {
    width: auto;
    padding-top: 0px;
    padding-left: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-left: 1px solid hsla(0, 0%, 100%, 0.23);
    border-top-style: none;
  }
  .pricep-bump-offer.white {
    line-height: 22px;
  }
  .pricep-bump-offer.white.final {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
  }
  .discountoff-bump-offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
    line-height: 15px;
  }
  .original-price-bump-offer {
    border-style: none solid none none;
    border-width: 1px;
    border-color: #000 rgba(46, 53, 71, 0.22) #000 #000;
    font-size: 13px;
  }
  .order-form-headine {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 26px;
  }
  .remove-product {
    position: relative;
    left: auto;
    top: -21px;
    right: -92%;
    bottom: 0%;
    margin-bottom: -25px;
  }
  .product-qty {
    width: 110px;
    margin-left: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .toogle-parent {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .headline-task {
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .headline-task.headline {
    margin-bottom: 0px;
  }
  .headline-task.payment-headline {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    text-align: left;
  }
  .headline-task.payment-page {
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
  .headline-task.space {
    margin-top: 5px;
    line-height: 1.5em;
  }
  .headline-task.payment-page-method {
    margin-right: 0px;
    margin-bottom: -3px;
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
  }
  .stocksleft-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 5px 0px 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 17px;
  }
  .stocksleft-3.nump {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
  }
  .stocksleft-3.front {
    font-size: 8px;
    line-height: 11px;
  }
  .bump-offerorderformwrapper-copy {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column-1 {
    width: auto;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-1.right {
    width: auto;
    margin-bottom: 23px;
    padding-top: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(0, 0, 0, 0.16);
  }
  .form-field-2 {
    height: 45px;
    min-width: auto;
    margin-bottom: 23px;
  }
  .form-field-2:active {
    height: 6vh;
  }
  .form-field-2.phone {
    width: 80%;
  }
  .form-field-2.phone.full {
    width: 77%;
  }
  .form-field-2.country-code {
    width: 24%;
    height: 45px;
    margin-bottom: 0px;
  }
  .form-field-2.country-code.full {
    width: 23%;
    font-size: 14px;
  }
  .form-field-copy-2 {
    min-width: 50px;
  }
  .form-field-copy-2.form-field {
    width: 100%;
    min-width: auto;
    margin-bottom: 0px;
  }
  .form-field-copy-2.form-field.full {
    height: 45px;
  }
  .form-column {
    width: 40%;
    margin-top: -20px;
    margin-right: 10px;
    margin-bottom: -14px;
  }
  .form-column.left {
    margin-top: -20px;
    margin-right: 10px;
    margin-bottom: -14px;
  }
  .paymentbase-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 90px;
    margin-bottom: 15px;
    padding-top: 14px;
    padding-right: 19px;
    padding-bottom: 14px;
  }
  .description-ayment-help {
    margin-top: 4px;
    margin-bottom: 14px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    color: #2e3547;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    text-align: left;
  }
  .one-column-style {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .imageproductstyle2 {
    width: 90vw;
    min-height: 90vw;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }
  .imageproductstyle2.no-img {
    width: 100%;
    min-height: 0vh;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .poster-column-2 {
    height: 19vh;
  }
  .price-show-style-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .new-product-price-style-2 {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .product-name-title-copy {
    font-size: 18px;
  }
  .product-name-title-copy.style-2 {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .product-name-title-copy.style-2.img {
    padding-top: 10px;
  }
  .sticky-badge-saleskip {
    left: auto;
    top: 34%;
    right: 0%;
    bottom: auto;
    margin-right: -27px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    -webkit-transform: rotate(27090deg);
    -ms-transform: rotate(27090deg);
    transform: rotate(27090deg);
  }
  .made_with {
    margin-bottom: -1px;
    font-size: 8px;
  }
  .saleskip_text {
    margin-top: -6px;
    font-size: 13px;
    line-height: 20px;
  }
  .dialog-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .priceproductnow-style-2 {
    margin-left: 5px;
    font-size: 23px;
    line-height: 34px;
  }
  .currencyoriprice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }
  .sales-ribbon {
    left: 0%;
    top: 0%;
    margin-top: -8px;
    margin-left: 15px;
  }
  .sales-txt {
    font-size: 12px;
  }
  .sold {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 8px;
    line-height: 14px;
    font-weight: 400;
    text-align: left;
  }
  .sold-items {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .section-3 {
    min-height: 100vh;
  }
  .checkout-subtext-copy {
    position: relative;
    right: 0px;
    width: auto;
    min-width: auto;
    margin-left: 0px;
    padding-left: 10px;
    border: 1px none #000;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
  }
  .checkout-subtext-copy.white {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .checkout-wrapperr {
    display: block;
    overflow: visible;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-16 {
    padding-top: 0px;
  }
  .column-17.prooduct {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .payment-method-copy {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 14px;
    padding-bottom: 20px;
  }
  .payment-method-copy.payment-page {
    position: relative;
    z-index: 10;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .ordersellercard-style-2 {
    margin: 10px;
  }
  .seller_info {
    margin-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footerorderform-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .currency-now {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }
  .priceproductnow-checkout {
    margin-left: 3px;
    font-size: 16px;
    line-height: 26px;
  }
  .productname {
    font-size: 14px;
    line-height: 21px;
  }
  .product-qty-small {
    width: 100px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .selected-product-step-2 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .selected-product-step-2.paymen {
    padding-right: 0px;
    padding-left: 0px;
  }
  .select-product {
    margin-right: 0px;
    margin-left: 0px;
  }
  .price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-50 {
    margin-right: 0px;
  }
  .qty-remove-wrap {
    width: auto;
    margin-top: 13px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .total-payment-wraper {
    margin-bottom: 2px;
    padding-top: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .total-payment-wraper.total {
    margin-top: 10px;
    padding-top: 10px;
  }
  .total-payment-wraper.total.payment-page {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subtext1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
  }
  .subtext1.final {
    font-size: 16px;
    line-height: 20px;
  }
  .subtext1.small {
    display: none;
    margin-top: 0px;
    margin-right: 7px;
    margin-bottom: 0px;
    font-size: 8px;
  }
  .image-19 {
    margin-bottom: 10px;
  }
  .div-block-53 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
  }
  .order-btn-txt-h1-4 {
    margin-right: 0px;
    font-size: 16px;
  }
  .sticky-footr-orange {
    padding: 10px 15px;
    background-image: linear-gradient(216deg, rgba(254, 231, 231, 0.43), #efeff1 29%, #efeff2);
    box-shadow: 0 -5px 20px 0 rgba(116, 138, 161, 0.39);
  }
  .button-for-proceed-payment {
    width: 80%;
    padding: 5px 10px 5px 20px;
  }
  .button-for-proceed-payment.next {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .button-for-proceed-payment.next.payment {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .div-block-27-copy-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .discount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 15px;
  }
  .pricefooter-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
  .bg-ribbon {
    margin-right: 0px;
    margin-bottom: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 15px;
  }
  .discount-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 70%;
    line-height: 15px;
  }
  .div-block-56 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .toogle_hidden {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-19 {
    display: block;
    padding-top: 10px;
    padding-bottom: 7px;
  }
  .discountoff-bump-offer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 15px;
    text-transform: none;
  }
  .discountoff-bump-offer-2.bump-offer-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
  }
  .title-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .select-qty-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .socialmediatitle-2 {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .socialloginbasebtn-2 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .socialloginbasebtn-2.google {
    border-style: solid;
    border-color: rgba(116, 138, 161, 0.36);
  }
  .googlelogin-2 {
    min-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    text-align: left;
  }
  .modal-popup-login {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: block;
    overflow: auto;
    width: auto;
    max-height: 100vh;
    max-width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .modal-popup-bg {
    overflow: visible;
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    border-radius: 0px;
  }
  .orderformwrapper-copy {
    position: static;
    overflow: visible;
    height: auto;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .form-2 {
    height: 100%;
    padding-top: 0px;
  }
  .step-block-2 {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .step-block-2.middle {
    margin-left: 0px;
  }
  .step-count-2._1.toogle {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  .step-count-2._2.toogle {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  .steps-line-2 {
    left: 74%;
    top: 13px;
    width: 29%;
    margin-top: -17px;
    margin-right: -26px;
    margin-left: -34px;
    border-style: solid;
  }
  .steps-line-2._2 {
    margin-right: -38px;
    margin-left: -24px;
    border-style: solid;
  }
  .steps-container-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .price-wrpper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }
  .text {
    display: none;
  }
  .sub-total-wrapper {
    margin-top: 39px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-61 {
    margin-right: -20px;
    margin-bottom: -20px;
    margin-left: -20px;
    padding-top: 0px;
  }
  .return-back {
    width: 34%;
    margin-right: 0px;
  }
  .paragraph-8 {
    width: auto;
    margin-right: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 80%;
    line-height: 100%;
  }
  .upload-wrapper {
    width: 80%;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: rgba(46, 53, 71, 0.17);
  }
  .poster-full {
    height: 180px;
  }
  .container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bg-poster {
    display: none;
  }
  .container-11 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .text-promo-wrapper {
    display: block;
    width: auto;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .phone-field-wrapper {
    margin-bottom: -16px;
  }
  .bold-text-3 {
    font-size: 100%;
    line-height: 100%;
  }
  .selectfile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .submit-proof-btn {
    width: 34%;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.28);
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0px;
  }
  .submit-proof-btn:hover {
    background-color: rgba(46, 53, 71, 0.65);
  }
  .button-4 {
    padding-bottom: 4px;
  }
  .arrow-right {
    position: static;
    top: auto;
    right: 20px;
    margin-right: 10px;
    margin-left: 5px;
  }
  .div-block-66 {
    display: block;
    margin-top: -31px;
  }
  .div-block-67 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .bump {
    display: block;
    width: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-68 {
    display: block;
  }
  .bump-ooffer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .image-ump {
    width: 100%;
    margin-bottom: 18px;
  }
  .sylain {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .bump-offer-cart {
    margin-right: 0px;
  }
  .div-block-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .modal-popup-field {
    height: 40px;
    min-width: auto;
    margin-bottom: 16px;
  }
  .modal-popup-field:active {
    height: 6vh;
  }
  .modal-popup-field.phone {
    width: 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .modal-popup-field.country-code {
    width: 24%;
    height: 40px;
    margin-bottom: 0px;
  }
  .modal-popup-field.phone--optin {
    width: 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .right {
    position: static;
    width: auto;
    margin-left: 55px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px none #000;
    text-align: left;
  }
  .details-block {
    left: 0px;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 52px;
    padding-top: 0px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #dee3e9;
  }
  .left-2 {
    position: static;
    overflow: hidden;
    width: auto;
    margin-right: 5px;
    margin-bottom: 22px;
    margin-left: 55px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .horizontal-line {
    left: -41%;
    top: 43%;
    right: auto;
    bottom: 0%;
    display: none;
    width: 70%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .address {
    overflow: hidden;
    width: auto;
    margin: 0px 10px 0px 0px;
    padding-bottom: 0px;
    line-height: 20px;
  }
  .payment-details {
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px none #000;
  }
  .payment-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tob-bar-copy {
    display: block;
    margin-right: 0px;
    margin-bottom: 0vh;
    margin-left: 0px;
    padding: 1.65vh 0px 1.5vh;
  }
  .payment-page-container {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .details-wrapper {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px 20px 10px;
    border-radius: 10px;
  }
  .price-large {
    font-size: 22px;
  }
  .currency-large {
    font-size: 14px;
  }
  .column-21 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-22 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .price-wrapper-copy {
    margin-top: 0px;
    margin-right: 0px;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;
  }
  .section-middle {
    padding-top: 0px;
  }
  .container-main-payment {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hidden-payment-options {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .profile-pic {
    margin-right: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .qty-payment-ppd {
    margin-top: -30px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
  }
  .columns-10 {
    display: block;
    margin-right: 10px;
    padding-right: 0px;
  }
  .div-block-74 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact-details {
    display: block;
    overflow: hidden;
    width: auto;
    margin: 4px 10px 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 1px none #000;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
  }
  .mobile-step {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .payment-step {
    position: absolute;
    background-color: #cccdcf;
  }
  .mobile-line {
    position: absolute;
    left: 47%;
    top: 0px;
    right: auto;
    bottom: 0%;
    z-index: 6;
    display: block;
    width: 1px;
    height: 90px;
    margin: auto auto -91px;
    background-color: #cccdcf;
  }
  .wrap._w-custom.home-footer {
    padding-bottom: 20px;
  }
  .wrap.w50 {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 0px;
  }
  .tagline-2 {
    margin-bottom: -10px;
  }
  .home-sections-text-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-landing-image-wrap {
    height: 50vw;
  }
  .home-landing--contet {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sticky-poster {
    height: 260px;
  }
  .structure-menu-items {
    width: 100vw;
  }
  .structure-cards2-menu-btn {
    margin-right: 0px;
  }
  .structure-cards2-menu-btn.w--open {
    margin-right: 0px;
  }
  .image {
    height: auto;
  }
  .hero1-wrap {
    background-position: 0px 0px, 50% 50%;
  }
  .hero6-buttons-wrap {
    margin-top: 30px;
  }
  .btn-big {
    display: block;
    padding: 14px 25px;
    text-align: center;
  }
  .h1-jumbo {
    font-size: 38px;
  }
  .body-content {
    padding-top: 0px;
  }
  .cta4-headline-extrajumbo {
    width: 100%;
  }
  .home-landing-image-wrap-duplicate {
    height: 50vw;
  }
  .text-16-3.text-16-60 {
    margin-top: 10px;
    font-size: 18px;
  }
  .btn-big-2 {
    display: block;
    padding: 14px 25px;
    text-align: center;
  }
  .form3-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .form3-form {
    width: 100%;
  }
  .text--headline-wrapper {
    text-align: center;
  }
  .section-2-copy {
    padding-top: 0px;
  }
  .container-10-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 0px 0px 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .optin-headline {
    font-size: 25px;
    line-height: 1.3em;
  }
  .container-optin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 0px 0px 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-4 {
    padding-top: 0px;
  }
  .div-block-53-copy {
    width: 100vw;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .popup-slide-up {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    overflow: auto;
    width: auto;
    height: 100%;
    max-height: none;
    max-width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .optin-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100%;
    max-width: none;
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    border-radius: 0px;
  }
  .optin-form {
    display: block;
    overflow: visible;
    margin-bottom: 0px;
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .optin-form-wrap {
    position: static;
    overflow: visible;
    height: auto;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .form-3-optin {
    height: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .optin-form-heading {
    width: auto;
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 25px;
    text-align: center;
  }
  .heading-optin-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .heading-optin-form.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section-2---optin {
    padding-top: 0px;
  }
  .container---optin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .description-headline---optin.text-16-60 {
    margin-top: 10px;
    font-size: 18px;
  }
  .wrapoptin {
    width: 100vw;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
  }
  .wrapoptin._w-custom.home-footer {
    padding-bottom: 20px;
  }
  .wrapoptin.w50 {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 0px;
  }
  .sub-text-optin-style {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .sub-text-optin-style.center.mobile {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
  .tob-bar----style-2 {
    display: none;
    margin-right: 0px;
    margin-bottom: 0vh;
    margin-left: 0px;
    padding: 1.65vh 20px 1.5vh;
  }
  .tob-bar----style-2.mobile {
    display: block;
  }
  .top-bar-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .headline--optin-wrapper {
    margin-bottom: 0px;
    text-align: center;
  }
  .col--optin {
    padding: 20px 20px 0px;
    text-align: left;
  }
  .col-image {
    height: auto;
  }
  .text-editor {
    margin-top: 10px;
  }
  .div-block-53-copy-copy {
    width: 100vw;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-style-optin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 40px 20px 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tob-bar----style-2-copy {
    display: none;
    margin-right: 0px;
    margin-bottom: 0vh;
    margin-left: 0px;
    padding: 1.65vh 20px 1.5vh;
  }
  .tob-bar----style-2-copy.mobile {
    display: block;
  }
  .tob-bar----style-2---optin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .tob-bar----style-2---optin.mobile {
    display: block;
  }
  .optin--headline {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .optin--headline.center.mobile {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
  .bg-poster-copy {
    display: none;
  }
}

#w-node-edff98eab0f1-ee2e6f12 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-3d84610e2022-362e6f13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-3d84610e2027-362e6f13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3d84610e2033-362e6f13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3d84610e203f-362e6f13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cce70866e0c8-362e6f13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cce70866e0cd-362e6f13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cce70866e0d9-362e6f13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cce70866e0e5-362e6f13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

