body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

a {
  color: #21212b;
  text-decoration: underline;
}

img {
  display: inline-block;
}

.main-information {
  position: fixed;
  left: 6%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 97vh;
  margin-top: 12px;
  padding-left: 0vw;
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  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;
}

.main-information.inner-page {
  height: 97vh;
  margin-top: 20px;
}

.marketplace-of-goods {
  width: 36vw;
  margin-top: 2vh;
  margin-bottom: 0px;
  font-family: Stem, sans-serif;
  color: #21212b;
  font-size: 2.8vh;
  line-height: 4vh;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-indent: 0px;
  white-space: normal;
}

.home-credit-bank {
  width: 60vw;
  margin-top: 6px;
  margin-bottom: 0px;
  font-family: Stem, sans-serif;
  color: #e61c41;
  font-size: 3.2vw;
  letter-spacing: 0.5px;
}

.market-digit {
  position: static;
  top: 0px;
  display: block;
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: 2vw;
  padding-top: 0px;
  padding-right: 29px;
  background-image: url('../images/scroll-down.svg');
  background-position: 99% 0%;
  background-size: 21px;
  background-repeat: no-repeat;
  font-family: Stem, sans-serif;
  color: #a9b7db;
  font-size: 0.9vw;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1.3px;
}

.market-digit.normal {
  display: block;
  margin-left: 3px;
  padding-top: 2px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.body {
  display: block;
  overflow: visible;
  height: 700vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.body.inner {
  height: 100vh;
}

.main-logo {
  width: 16vw;
  margin-top: 0px;
  cursor: pointer;
}

.phone-number {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  font-family: Stem, sans-serif;
  color: #21212b;
  font-size: 1.6vw;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
}

.phone-number:hover {
  color: #e61c41;
}

.main-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: default;
}

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #21212b;
}

.google-rating-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-left: 2.6vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
  font-family: Stem, sans-serif;
  font-size: 44px;
  font-weight: 200;
  white-space: normal;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-button-container {
  position: relative;
  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-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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
  cursor: pointer;
}

.main-button-container.stroke {
  position: static;
  margin-top: 80px;
}

.main-button-container.stroke.new {
  margin-top: 0px;
}

.paragraph-4 {
  margin-top: 0.3vh;
  margin-bottom: 0px;
  font-family: Stem, sans-serif;
  color: #fff;
  font-size: 0.85vw;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.paragraph-4.red {
  color: #e61c40;
}

.paragraph-4.inner {
  color: #e61c40;
}

.image-4 {
  display: none;
  width: 1.8vw;
  height: 1.8vh;
  margin-bottom: 0px;
  margin-left: 0.1vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.main-button-stroke {
  position: static;
  left: 0vw;
  top: 0vh;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-left: -205px;
  padding: 18px 32px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 1px solid #a5b5df;
  border-radius: 1px;
}

.main-button-stroke.stroke {
  margin-left: -120px;
  padding-top: 16px;
  padding-right: 30px;
  padding-bottom: 15px;
}

.main-button-stroke.stroke.last {
  margin-left: -132px;
  padding-right: 36px;
  padding-left: 36px;
}

.card-01 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25vw;
  height: 100vh;
  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-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;
  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;
  background-color: #fff;
  box-shadow: -9px 0 11px -8px #edf2ff;
}

.pic-div {
  position: static;
  left: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 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-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;
  -ms-grid-row-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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 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;
  background-color: #e3edff;
  background-image: url('../images/pic1-5.png');
  background-position: 10px -10px;
  background-size: 290px;
  background-repeat: no-repeat;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  cursor: default;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pic-div.pic2 {
  background-image: url('../images/pic2.png');
  background-position: 50% 48%;
  background-size: 306px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.pic-div.pic3 {
  background-image: url('../images/pic3-4.png');
  background-position: 6px -30px;
  background-size: 308px;
  background-repeat: no-repeat;
}

.pic-div.pic4 {
  background-image: url('../images/pic7-3.png');
  background-position: 4px -20px;
  background-size: 308px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.pic-div.pic5 {
  background-image: url('../images/pic5.png');
  background-position: 50% 50%;
  background-size: 314px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.pic-div.pic6 {
  background-image: url('../images/pic6.png');
  background-position: 50% 50%;
  background-size: 308px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.pic-div.pic7 {
  background-image: url('../images/pic7_1.png'), url('../images/PIC7.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.pic-div.pic8 {
  background-image: url('../images/pic8_1.png'), url('../images/PIC8.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.pic-div.pic9 {
  background-image: url('../images/pic9.png');
  background-position: 20px 0%;
  background-size: 291px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.card-p01 {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -3px;
  -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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Stem, sans-serif;
  color: #c9d4f0;
  font-size: 4vh;
  font-weight: 200;
  letter-spacing: 1px;
}

.card-01-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 93%;
  margin-top: 2%;
  margin-left: 2vw;
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: 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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.phone-number-div {
  display: block;
  height: 36px;
  margin-top: 0vh;
  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;
  opacity: 1;
  text-decoration: none;
}

.arrow-normal {
  position: relative;
  top: 40px;
  display: block;
}

.cards-container {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 3000px;
  height: 200vh;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  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;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-6 {
  position: relative;
  left: -1px;
  z-index: 2;
  display: block;
  width: 280px;
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Stem, sans-serif;
  color: #21212b;
  font-size: 1.8vw;
  line-height: 2vw;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.heading-6.h2 {
  width: 280px;
  line-height: 2vw;
}

.appstore-rating-link-block {
  position: static;
  z-index: 2;
  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-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;
  text-decoration: none;
}

.logo-link {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.small-left-sidebar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 777;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vw;
  height: 100vh;
  -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-right: 1px solid #e9e9e9;
  background-color: #fff;
}

.circle-arrow {
  position: relative;
  left: -1px;
  z-index: 1;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}

.arrow-hover {
  position: static;
  bottom: 40px;
  display: block;
}

.paragraph-5 {
  position: relative;
  z-index: 1;
  width: 20vw;
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Stem, sans-serif;
  color: #8695bc;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.paragraph-5.p2 {
  width: 304px;
}

.paragraph-5.p1 {
  bottom: 0em;
  width: 20vw;
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
}

.main-information-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  background-color: #e3eeff;
}

.main-information-container.page1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.main-information-container.main-page {
  position: fixed;
  background-color: #fff;
}

.main-information-container.page2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.main-information-container.page3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 100vh;
}

.main-information-container.page4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.main-information-container.page5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.main-information-container.page6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.main-information-container.page7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.marketplace-small-container {
  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-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;
}

.main-heading-container {
  margin-top: -12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main-button {
  position: relative;
  left: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 36px 20px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e61b40;
}

.main-button.stroke {
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e61c40;
  border-radius: 1px;
  background-color: #fff;
  text-decoration: none;
}

.main-button.button-stroke {
  left: -204px;
  top: 5px;
  z-index: 0;
  padding-right: 34px;
  padding-bottom: 18px;
  padding-left: 31px;
  border: 1px solid #a5b5df;
  background-color: rgba(230, 27, 64, 0);
}

.main-button.button-stroke.inner {
  left: -128px;
  top: 7px;
  padding-left: 34px;
  border-color: #a5b5df;
}

.main-button.inner {
  border: 1px solid #e61b40;
}

.main-button.inner2 {
  border: 1px solid #e61b40;
  background-color: #fff;
}

.main-button-container-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}

.pic-div-container {
  display: block;
  overflow: visible;
  width: 105%;
  height: 50%;
  margin-top: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-object-fit: fill;
  object-fit: fill;
}

.pic-div-container.pic-div2 {
  margin-top: 1.85vh;
}

.card-bg-mask {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26.1vw;
  height: 100vh;
  -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: 0px solid #000;
  background-color: #fff;
}

.card-bg-fill {
  position: relative;
  left: 1px;
  bottom: 16px;
  display: block;
  width: 60%;
  height: 20%;
  -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: #e3edff;
}

.sidebar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96vh;
  -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;
}

.pdf-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0vh;
  margin-left: 0.2vw;
  -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;
  cursor: pointer;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.image-20 {
  position: absolute;
  width: 2.1vw;
}

.image-21 {
  width: 2.1vw;
}

.mail-link-new {
  width: 2vw;
  height: 30vh;
  margin-top: 0.5vh;
  margin-left: 1vw;
  background-image: url('../images/marketpartner2.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms cubic-bezier(.39, .575, .565, 1);
  transition: opacity 200ms cubic-bezier(.39, .575, .565, 1);
  cursor: pointer;
}

.mail-link-new:hover {
  background-image: url('../images/marketpartner2red.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-23 {
  position: static;
  z-index: 0;
  width: 13vw;
  height: 5vh;
}

.image-24 {
  width: 13vw;
  height: 5vh;
  opacity: 1;
}

.image-25 {
  position: absolute;
  width: 13vw;
  height: 5vh;
  opacity: 1;
}

.image-26 {
  position: absolute;
  width: 13vw;
  height: 5vh;
}

.link-block-2 {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  text-decoration: none;
}

.heading-7 {
  font-family: Stem, sans-serif;
  color: #a9b7db;
  font-size: 32px;
  font-weight: 300;
}

.imagebg {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 41vw;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #e2edff;
  background-image: url('../images/pic1-5.png');
  background-position: 160px 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.imagebg.image2 {
  background-image: url('../images/pic2.png');
  background-position: 120px 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.imagebg.image3 {
  background-image: url('../images/pic3-4.png');
  background-position: 110px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.imagebg.image4 {
  background-image: url('../images/pic7_1.png');
  background-position: 220px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.imagebg.image5 {
  background-image: url('../images/pic5.png');
  background-position: 280px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.imagebg.image6 {
  background-image: url('../images/pic6.png');
  background-position: -60% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.imagebg.image7 {
  background-image: url('../images/pic7_1.png');
  background-position: 260px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.imagebg.image9 {
  background-image: url('../images/pic9.png');
  background-position: 150px 120px;
  background-size: 490px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-34 {
  margin-top: -6vh;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 150vh;
  -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;
}

.section.section7 {
  height: 850px;
}

.section.section2 {
  height: 1400px;
}

.section.section3 {
  height: 1550px;
}

.section.section4 {
  height: 1650px;
}

.section.section5 {
  height: 1370px;
}

.section.section6 {
  height: 1500px;
}

.section.section1 {
  height: 1350px;
}

.heading-8 {
  font-family: Stem, sans-serif;
  color: #e61c41;
  font-size: 70px;
  line-height: 68px;
  font-weight: 200;
}

.heading-8.little {
  margin-bottom: 4px;
  font-size: 64px;
  line-height: 68px;
}

.heading-8.small {
  width: 520px;
  margin-bottom: 4px;
  font-size: 52px;
  line-height: 54px;
}

.heading-8.small2 {
  margin-bottom: -2px;
  font-size: 36px;
  line-height: 40px;
}

.item1 {
  width: 600px;
  margin-bottom: 120px;
}

.item1.last {
  margin-bottom: 0px;
}

.item1.wo-mrgn {
  margin-bottom: 40px;
}

.item1.little-margin {
  margin-bottom: 80px;
}

.item1.last2 {
  margin-bottom: 0px;
}

.paragraph-7 {
  width: 40vw;
  margin-top: 20px;
  font-family: Stem, sans-serif;
  color: #8c9bc3;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.paragraph-7.black {
  width: 36vw;
  margin-top: 0px;
  margin-bottom: 4px;
  color: #21212b;
  line-height: 26px;
  font-weight: 300;
}

.paragraph-7.black.small {
  font-size: 18px;
  line-height: 24px;
}

.paragraph-7.hidden {
  width: 350px;
}

.paragraph-7.hidden.black {
  width: 240px;
  margin-top: 12px;
  line-height: 28px;
  font-weight: 400;
}

.paragraph-7.long {
  margin-top: 0px;
  color: #21212b;
}

.paragraph-7.last {
  margin-top: 0px;
}

.paragraph-7.inner {
  width: 40vw;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-7.inner.little {
  width: 24vw;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-7.inner.last {
  width: 33vw;
}

.content-cont {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  margin-top: 120px;
  margin-bottom: 200px;
  margin-left: 384px;
  -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;
}

.content-cont.graph-cont {
  margin-top: 9vh;
  margin-left: 40vw;
}

.content-cont.banner {
  margin-left: 43vw;
}

.content-cont.left-align {
  width: 440px;
  margin-bottom: 0px;
  margin-left: 385px;
}

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

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

.text-span-3 {
  font-weight: 500;
}

.text-span-4 {
  line-height: 26px;
  font-weight: 500;
}

.text-span-5 {
  font-weight: 500;
}

.text-span-6 {
  font-weight: 500;
}

.div-block-35 {
  width: 100px;
  height: 40px;
  background-color: red;
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 54px;
  background-image: url('../images/close_icon.svg');
  background-position: 50% 50%;
  background-size: 100px;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
}

.close-button:hover {
  position: static;
  background-image: url('../images/close_icon.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-attachment: scroll;
}

.close-button.hover {
  background-image: url('../images/close_icon_hover.svg');
  background-position: 21% 42%;
  background-size: contain;
}

.close-button.hover:hover {
  background-image: url('../images/close_icon_hover.svg');
  background-position: 50% 48px;
  background-size: 53px;
  background-attachment: scroll;
}

.close-buton-link-block {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 777;
  margin-top: 20px;
  margin-right: 20px;
}

.gradient-fixed {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 120px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.gradient-fixed.bottom {
  z-index: 1;
  height: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(54%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 54%);
}

.gradient-fixed.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 140px;
  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);
}

.pagination {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin-left: 45vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-36 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 200px;
  background-color: #ff0e0e;
}

.pagination-digits {
  position: relative;
  top: 3px;
  margin-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  font-family: Stem, sans-serif;
  color: #b0bfe4;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.pagination-digits:hover {
  color: #e61c40;
  font-size: 20px;
}

.pagination-digits.active-page {
  top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #e61c40;
  font-size: 32px;
}

.hidden {
  text-decoration: none;
}

.div-block-37 {
  width: 74px;
  height: 62px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/close_icon.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-attachment: scroll;
}

.div-block-38 {
  width: 650px;
  height: 560px;
  background-image: url('../images/graph.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link {
  margin-top: 10px;
  margin-bottom: 50px;
  border: 0px none #000;
  font-family: Stem, sans-serif;
  color: #e61c40;
  font-size: 20px;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.div-block-39 {
  width: 690px;
  height: 490px;
  margin-top: -50px;
  margin-bottom: 20px;
  margin-left: 0px;
  background-image: url('../images/banner.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}

.div-block-40.last {
  margin-bottom: 0px;
}

.div-block-41 {
  width: 160px;
  height: 160px;
  border-radius: 100px;
  background-color: #e1ebff;
  background-image: url('../images/Mansur.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.div-block-41.second {
  background-image: url('../images/Kirill.jpg');
  background-position: 0px -46px;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-7-copy {
  width: 40vw;
  margin-top: 20px;
  font-family: Stem, sans-serif;
  color: #8c9bc3;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.paragraph-7-copy.black {
  margin-top: 0px;
  color: #21212b;
  font-weight: 300;
}

.paragraph-7-copy.hidden {
  width: 330px;
}

.paragraph-7-copy.long {
  margin-top: 0px;
  color: #21212b;
}

.heading-9 {
  font-family: Stem, sans-serif;
  color: #21212b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.heading-9.margin {
  margin-bottom: 72px;
}

.div-block-42 {
  margin-top: 8px;
  margin-left: 28px;
}

.text-span-7 {
  font-weight: 400;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.div-block-44 {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  background-image: url('../images/mail-icon.svg');
  background-position: 0px 0px;
  background-size: contain;
  -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
}

.div-block-44:hover {
  background-image: url('../images/mail-icon-hover.svg'), url('../images/mail-icon.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: contain, contain;
}

.div-block-45 {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  background-image: url('../images/telegram-icon.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 250ms cubic-bezier(.39, .575, .565, 1);
  transition: opacity 250ms cubic-bezier(.39, .575, .565, 1);
}

.div-block-45:hover {
  background-image: url('../images/telegram-icon-hover.svg'), url('../images/telegram-icon.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.div-block-46 {
  width: 36px;
  height: 36px;
  background-image: url('../images/facebook-icon.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
}

.div-block-46:hover {
  background-image: url('../images/facebook-icon-hover.svg'), url('../images/facebook-icon.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

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

.text-span-9 {
  line-height: 26px;
}

.progressbar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100%;
  height: 4px;
  background-color: #e61c40;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.progressbar1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 777;
  width: 100%;
  height: 5px;
  background-color: #e61c40;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.progressbar2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 777;
  width: 100%;
  height: 5px;
  background-color: #e61c40;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.scrollbar3 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 777;
  width: 100%;
  height: 5px;
  background-color: #e61c40;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.scrollbar4 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 777;
  width: 100%;
  height: 5px;
  background-color: #e61c40;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.scrollbar5 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 777;
  width: 100%;
  height: 5px;
  background-color: #e61c40;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.scrollbar6 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 777;
  width: 100%;
  height: 5px;
  background-color: #e61c40;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.scrollbar7 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 777;
  width: 100%;
  height: 5px;
  background-color: #e61c40;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.button {
  margin-top: 32px;
  padding: 2.6vh 2.5vw 2.5vh;
  background-color: #e61c41;
  -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  font-family: Stem, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.button:hover {
  background-color: #da1136;
}

.button.secondary {
  margin-top: 80px;
  border: 1px solid #e61c41;
  background-color: #fff;
  color: #e61c40;
}

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

.button.hidden {
  display: none;
}

.progress1 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 777;
  width: 100%;
  height: 5px;
  background-color: #e61c40;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.blank-div {
  width: 200px;
  height: 0px;
}

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

.scroll-section {
  position: fixed;
  display: block;
  width: 2000px;
  height: 2000px;
}

.horizontal-scroll-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
  width: 100vw;
  background-color: transparent;
}

.horizontal-scroll-content {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240vw;
  margin-left: 0px;
  padding-left: 0px;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.horizontal-scroll-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  height: 700vh;
}

.fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .main-information.inner-page {
    height: 96vh;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .marketplace-of-goods {
    font-size: 3.5vh;
  }

  .home-credit-bank {
    margin-top: 6px;
  }

  .market-digit.normal {
    padding-top: 0px;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .market-digit.normal:hover {
    font-weight: 400;
  }

  .phone-number {
    font-size: 1.5vw;
  }

  .main-button-stroke {
    margin-left: -184px;
    padding-right: 30px;
    padding-left: 29px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .main-information-container.page4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-7 {
    font-size: 32px;
  }

  .section.section3 {
    height: 1650px;
  }

  .section.section4 {
    height: 1750px;
  }

  .section.section5 {
    height: 1370px;
  }

  .section.section6 {
    height: 1500px;
  }

  .section.section1 {
    height: 1300px;
  }

  .heading-8 {
    font-size: 70px;
    line-height: 68px;
  }

  .heading-8.numbers {
    font-size: 72px;
  }

  .paragraph-7.black {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-7.hidden.black {
    width: 300px;
    margin-top: 16px;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-7.inner {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-7.inner.last {
    width: 30vw;
  }

  .div-block-44 {
    width: 44px;
    height: 44px;
    margin-right: 16px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .div-block-45 {
    width: 44px;
    height: 44px;
    margin-right: 16px;
  }

  .div-block-46 {
    width: 44px;
    height: 44px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
}

@media screen and (min-width: 1440px) {
  .main-information {
    height: 98vh;
    margin-top: 12px;
  }

  .main-information.inner-page {
    height: 100vh;
    margin-top: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .marketplace-of-goods {
    width: 32vw;
    font-size: 3.5vh;
    line-height: 4.5vh;
  }

  .home-credit-bank {
    margin-top: 6px;
  }

  .market-digit.normal {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .main-logo {
    width: 16vw;
  }

  .phone-number {
    font-size: 1.5vw;
  }

  .main-section {
    height: 1600px;
  }

  .main-button-stroke {
    margin-left: -196px;
    padding-top: 19px;
    padding-bottom: 18px;
    padding-left: 29px;
  }

  .pic-div {
    height: 100%;
    background-position: 100% 50%;
  }

  .pic-div.pic3 {
    background-position: 100% 50%;
  }

  .pic-div.pic4 {
    background-position: 100% 50%;
  }

  .pic-div.pic5 {
    background-position: 100% 50%;
  }

  .pic-div.pic6 {
    background-position: 100% 50%;
  }

  .pic-div.pic9 {
    background-position: 100% 50%;
  }

  .cards-container {
    margin-left: 2200px;
  }

  .paragraph-5 {
    width: 20vw;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-5.p1 {
    font-size: 18px;
    line-height: 22px;
  }

  .marketplace-small-container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .heading-7 {
    font-size: 36px;
    font-weight: 200;
  }

  .imagebg {
    background-position: -500% 50%;
    background-size: cover;
  }

  .imagebg.image2 {
    background-position: 20% 50%;
    background-size: contain;
  }

  .imagebg.image9 {
    background-position: 20% 70%;
    background-size: cover;
  }

  .section.section7 {
    height: 850px;
  }

  .section.section2 {
    height: 1500px;
  }

  .section.section3 {
    height: 1650px;
  }

  .section.section4 {
    height: 1850px;
  }

  .section.section5 {
    height: 1400px;
  }

  .section.section6 {
    height: 1600px;
  }

  .section.section1 {
    height: 1400px;
  }

  .heading-8 {
    font-size: 72px;
  }

  .heading-8.small {
    width: 600px;
    font-size: 52px;
    line-height: 56px;
  }

  .heading-8.small2 {
    width: 470px;
    font-size: 40px;
    line-height: 62px;
  }

  .item1 {
    margin-bottom: 140px;
  }

  .paragraph-7.black {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-7.hidden.black {
    width: 410px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-7.hidden.black.visible {
    width: 350px;
  }

  .paragraph-7.inner {
    width: 41vw;
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-7.inner.last {
    width: 30vw;
    line-height: 26px;
  }

  .content-cont {
    margin-top: 140px;
  }

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

  .gradient-fixed.bottom {
    width: 90%;
  }

  .pagination-digits {
    font-size: 20px;
  }

  .pagination-digits:hover {
    font-size: 20px;
  }

  .pagination-digits.active-page {
    font-size: 36px;
  }

  .div-block-37 {
    width: 90px;
    height: 80px;
    background-size: 110px;
  }

  .div-block-40 {
    margin-top: 0px;
  }

  .div-block-40.last {
    margin-top: 40px;
  }

  .div-block-41 {
    width: 170px;
    height: 170px;
  }

  .div-block-41.second {
    background-position: 50% 100%;
  }

  .div-block-42 {
    margin-top: 10px;
  }

  .div-block-44 {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .div-block-45 {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }

  .div-block-46 {
    width: 40px;
    height: 40px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .progressbar {
    height: 0.7vh;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .progressbar1 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 777;
    width: 100%;
    height: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #e61c40;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .progressbar2 {
    height: 0.7vh;
  }

  .scrollbar3 {
    height: 0.7vh;
  }

  .scrollbar4 {
    height: 0.7vh;
  }

  .scrollbar5 {
    height: 0.7vh;
  }

  .scrollbar6 {
    height: 0.7vh;
  }

  .scrollbar7 {
    height: 0.7vh;
  }

  .button {
    margin-top: 40px;
    padding: 24px 32px 22px;
    background-color: #e61c41;
    font-family: Stem, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
  }

  .progress1 {
    height: 0.7vh;
  }

  .horizontal-scroll-content {
    margin-left: 0px;
  }
}

@media screen and (min-width: 1920px) {
  .main-information {
    height: 93%;
    margin-top: 2vw;
  }

  .main-information.inner-page {
    height: 95vh;
    margin-top: 40px;
  }

  .marketplace-of-goods {
    width: 800px;
    margin-top: 2vh;
    font-size: 3.8vh;
  }

  .home-credit-bank {
    margin-top: 3vh;
    font-size: 6.3vh;
  }

  .market-digit {
    padding-right: 54px;
    background-size: 40px;
    font-size: 1vw;
    line-height: 43px;
  }

  .market-digit.normal {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.5vw;
    font-weight: 400;
  }

  .main-section {
    height: 7800px;
  }

  .rating {
    margin-top: 100px;
  }

  .paragraph-4 {
    font-size: 1vw;
    letter-spacing: 2px;
  }

  .main-button-stroke {
    margin-left: -300px;
    padding: 33px 45px 33px 42px;
  }

  .main-button-stroke.stroke {
    margin-left: -180px;
    padding-top: 34px;
    padding-right: 44px;
    padding-bottom: 34px;
  }

  .card-01 {
    width: 25vw;
    margin-left: 0px;
  }

  .pic-div {
    background-position: 100% 50%;
    background-size: cover;
  }

  .pic-div.pic2 {
    background-position: 100% 48%;
    background-size: 500px;
  }

  .pic-div.pic3 {
    background-position: 100% 50%;
    background-size: 500px;
  }

  .pic-div.pic4 {
    background-position: 100% 50%;
    background-size: 500px;
  }

  .pic-div.pic5 {
    background-position: 100% 50%;
    background-size: 500px;
  }

  .pic-div.pic6 {
    background-position: 100% 50%;
    background-size: 500px;
  }

  .pic-div.pic9 {
    background-position: 100% 50%;
    background-size: 500px;
  }

  .phone-number-div {
    height: 36px;
  }

  .arrow-normal {
    position: relative;
    top: 70px;
    width: 70px;
    height: 70px;
  }

  .cards-container {
    width: 5000px;
    margin-left: 1600px;
  }

  .heading-6 {
    width: 500px;
    margin-top: 24px;
  }

  .small-left-sidebar {
    border-style: none solid none none;
    border-width: 1px;
    border-color: #000 rgba(176, 191, 228, 0.5) #000 #000;
    border-radius: 0px;
  }

  .arrow-hover {
    width: 70px;
    height: 70px;
  }

  .paragraph-5 {
    width: 540px;
    font-size: 32px;
    line-height: 42px;
  }

  .paragraph-5.p2 {
    width: 540px;
  }

  .paragraph-5.p1 {
    width: 540px;
    font-size: 32px;
    line-height: 42px;
  }

  .marketplace-small-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-button {
    padding: 34px 46px 34px 42px;
  }

  .main-button.stroke {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .main-button-container-margin.inner {
    margin-top: 8vh;
  }

  .sidebar-container {
    height: 95%;
  }

  .mail-link-new {
    margin-top: 1vh;
  }

  .heading-7 {
    padding-top: 6px;
    font-size: 60px;
    font-weight: 200;
  }

  .imagebg {
    background-position: -300% 50%;
    background-size: cover;
  }

  .imagebg.image6 {
    background-position: -1200% 50%;
    background-size: 1000px;
  }

  .imagebg.image9 {
    background-position: 120% 120%;
    background-size: 1000px;
  }

  .section.section7 {
    height: 1600px;
  }

  .section.section2 {
    height: 2700px;
  }

  .section.section3 {
    height: 3000px;
  }

  .section.section4 {
    height: 3200px;
  }

  .section.section5 {
    height: 2650px;
  }

  .section.section6 {
    height: 2900px;
  }

  .section.section1 {
    height: 2400px;
  }

  .heading-8 {
    width: 710px;
    margin-bottom: 30px;
    font-size: 140px;
  }

  .heading-8.small {
    width: 1000px;
    font-size: 100px;
    line-height: 95px;
  }

  .heading-8.small2 {
    width: 630px;
    font-size: 70px;
  }

  .heading-8.numbers {
    margin-bottom: 60px;
    font-size: 140px;
  }

  .item1 {
    margin-bottom: 250px;
  }

  .item1.last {
    margin-bottom: 0px;
  }

  .paragraph-7.black {
    width: 40vw;
    margin-top: 44px;
    margin-bottom: 0px;
    font-size: 44px;
    line-height: 50px;
  }

  .paragraph-7.hidden.black {
    width: 700px;
    margin-top: 26px;
    font-size: 44px;
    line-height: 56px;
  }

  .paragraph-7.hidden.black.visible {
    width: 490px;
  }

  .paragraph-7.inner {
    width: 42vw;
    margin-top: 40px;
    font-size: 40px;
    line-height: 52px;
    font-weight: 200;
  }

  .paragraph-7.inner.little {
    width: 600px;
    margin-top: 20px;
    font-size: 34px;
    line-height: 44px;
  }

  .paragraph-7.inner.last {
    width: 35vw;
    line-height: 50px;
  }

  .paragraph-7.inner.paragraph3 {
    margin-top: 16px;
  }

  .content-cont {
    margin-top: 250px;
    margin-left: 348px;
  }

  .text-span-4 {
    line-height: 40px;
  }

  .close-buton-link-block {
    margin-top: 30px;
    margin-right: 32px;
  }

  .pagination-digits {
    font-size: 40px;
  }

  .pagination-digits:hover {
    font-size: 40px;
  }

  .pagination-digits.active-page {
    font-size: 60px;
  }

  .div-block-37 {
    width: 140px;
    height: 140px;
    background-size: 200px;
  }

  .div-block-40 {
    margin-bottom: 80px;
  }

  .div-block-41 {
    width: 320px;
    height: 320px;
    border-radius: 160px;
  }

  .div-block-41.second {
    background-size: cover;
  }

  .heading-9.margin {
    width: 810px;
    margin-bottom: 140px;
    font-size: 44px;
    line-height: 52px;
  }

  .div-block-42 {
    margin-top: 40px;
    margin-left: 50px;
  }

  .div-block-44 {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    -webkit-transition: opacity 250ms cubic-bezier(.39, .575, .565, 1);
    transition: opacity 250ms cubic-bezier(.39, .575, .565, 1);
  }

  .div-block-44:hover {
    background-image: url('../images/mail-icon-hover.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-block-45 {
    width: 80px;
    height: 80px;
    margin-right: 30px;
  }

  .div-block-46 {
    width: 80px;
    height: 80px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .progressbar {
    height: 0.7vh;
  }

  .progressbar2 {
    height: 0.7vh;
  }

  .scrollbar3 {
    height: 0.7vh;
  }

  .scrollbar4 {
    height: 0.7vh;
  }

  .scrollbar5 {
    height: 0.7vh;
  }

  .scrollbar6 {
    height: 0.7vh;
  }

  .scrollbar7 {
    height: 0.7vh;
  }

  .button {
    margin-top: 80px;
    padding: 46px 56px 44px 54px;
    font-size: 24px;
    letter-spacing: 2px;
  }

  .button.secondary {
    margin-top: 120px;
  }

  .progress1 {
    height: 0.7vh;
  }

  .div-block-48 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .horizontal-scroll-content {
    width: 240vw;
    margin-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .main-information {
    height: 43%;
    margin-top: 0px;
    padding-left: 3vw;
  }

  .main-information.inner-page {
    height: 96vh;
    margin-top: 20px;
    padding-left: 1vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .marketplace-of-goods {
    width: 510px;
    margin-top: 2vh;
    font-size: 28px;
    line-height: 32px;
  }

  .home-credit-bank {
    width: 470px;
    font-size: 42px;
  }

  .market-digit {
    width: 36px;
    margin-top: 14px;
    margin-left: 4vw;
    padding-top: 0px;
    padding-right: 156px;
    font-size: 13px;
    letter-spacing: 0.2vw;
  }

  .market-digit.normal {
    line-height: 22px;
    letter-spacing: 0.1vw;
  }

  .body {
    height: 700vh;
  }

  .main-logo {
    width: 25vw;
  }

  .phone-number {
    display: inline;
    font-size: 20px;
  }

  .phone-number:hover {
    color: #21212b;
  }

  .main-section {
    height: 1650px;
  }

  .rating {
    margin-top: 4vh;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .google-rating-link-block {
    margin-top: 0vh;
    margin-left: 4vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-4 {
    font-size: 11px;
    letter-spacing: 0.2vw;
  }

  .image-4 {
    display: none;
    margin-left: 0.5vw;
  }

  .main-button-stroke {
    margin-top: 4px;
    margin-left: -184px;
    padding: 17px 28px;
  }

  .main-button-stroke.stroke {
    margin-top: 6px;
    margin-left: -113px;
    padding-right: 29px;
  }

  .card-01 {
    width: 30.6vw;
    height: 55vh;
    margin-left: 0px;
  }

  .pic-div {
    width: 100%;
    background-size: contain;
  }

  .pic-div.pic2 {
    background-size: contain;
  }

  .pic-div.pic3 {
    background-position: 100% 50%;
    background-size: contain;
  }

  .pic-div.pic4 {
    background-position: 100% 50%;
    background-size: contain;
  }

  .pic-div.pic5 {
    background-position: 100% 50%;
    background-size: contain;
  }

  .pic-div.pic6 {
    background-position: 100% 50%;
    background-size: contain;
  }

  .pic-div.pic9 {
    background-position: 100% 50%;
    background-size: contain;
  }

  .card-p01 {
    font-size: 4vh;
  }

  .phone-number-div {
    height: 37px;
    margin-top: 0vh;
  }

  .arrow-normal {
    top: 42px;
    overflow: hidden;
    width: 0px;
    height: 0px;
  }

  .cards-container {
    width: 4100px;
    margin-left: 1880px;
  }

  .heading-6 {
    width: 213px;
    margin-top: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-6.h2 {
    width: 216px;
    margin-top: 12px;
    line-height: 20px;
  }

  .appstore-rating-link-block {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-link.hidden {
    display: none;
  }

  .small-left-sidebar {
    width: 3.4vw;
    height: 100vh;
  }

  .arrow-hover {
    overflow: visible;
    width: 36px;
    height: 36px;
  }

  .paragraph-5 {
    width: 210px;
    margin-top: 6px;
    font-size: 15px;
    line-height: 19px;
  }

  .paragraph-5.p2 {
    width: 27vw;
    margin-top: 8px;
    line-height: 19px;
  }

  .paragraph-5.p1 {
    bottom: 0em;
    width: 214px;
    margin-top: 6px;
    font-size: 15px;
    line-height: 18px;
  }

  .main-information-container.main-page {
    height: 100vh;
  }

  .main-heading-container {
    margin-top: 0px;
  }

  .main-button {
    padding: 18px 28px;
  }

  .main-button.button-stroke {
    left: -182px;
    padding-top: 16px;
    padding-right: 28px;
    padding-left: 27px;
  }

  .main-button-container-margin {
    margin-top: 5vh;
  }

  .pic-div-container {
    width: 111%;
    margin-top: -15vh;
  }

  .pic-div-container.pic-div2 {
    margin-top: -15vh;
  }

  .card-bg-fill {
    width: 20%;
    height: 0%;
  }

  .sidebar-container {
    height: 94%;
  }

  .div-block-29 {
    height: 100%;
    margin-top: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-20 {
    display: none;
    width: 3.8vw;
  }

  .image-21 {
    width: 3vw;
  }

  .mail-link-new {
    width: 20px;
    height: 234px;
    margin-left: 0.8vw;
    background-image: url('../images/marketpartner2.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .mail-link-new:hover {
    background-image: url('../images/marketpartner2.svg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .image-23 {
    display: block;
    overflow: visible;
    width: 21vw;
    height: 5vh;
  }

  .image-24 {
    display: block;
    width: 22vw;
    height: 5vh;
  }

  .image-25 {
    position: static;
    display: none;
    overflow: visible;
    width: 22vw;
    height: 5vh;
  }

  .image-26 {
    position: static;
    display: none;
    width: 22vw;
    height: 5vh;
  }

  .link-block-2 {
    height: 60vh;
  }

  .imagebg {
    width: 44vw;
    background-position: 7vw 50%;
  }

  .imagebg.image2 {
    background-position: 110px 0px;
  }

  .imagebg.image3 {
    background-position: 20px 0px;
  }

  .imagebg.image4 {
    background-position: 0px 0px;
  }

  .imagebg.image5 {
    background-position: 160px 0px;
  }

  .imagebg.image6 {
    background-position: 0% 50%;
  }

  .imagebg.image9 {
    background-position: -50px 120px;
  }

  .section.section7 {
    height: 750px;
  }

  .section.section2 {
    height: 1100px;
  }

  .section.section3 {
    height: 1400px;
  }

  .section.section4 {
    height: 1600px;
  }

  .section.section5 {
    height: 1200px;
  }

  .section.section6 {
    height: 1250px;
  }

  .section.section1 {
    height: 1100px;
  }

  .heading-8 {
    margin-bottom: 0px;
    font-size: 56px;
    line-height: 68px;
  }

  .heading-8.small {
    width: 370px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
  }

  .heading-8.small2 {
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-8.numbers {
    margin-bottom: 16px;
    font-size: 64px;
  }

  .item1 {
    width: 380px;
    margin-bottom: 80px;
  }

  .paragraph-7 {
    width: 260px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-7.black {
    width: 360px;
    margin-top: -8px;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-7.hidden.black {
    width: 220px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }

  .paragraph-7.inner {
    width: 350px;
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-7.inner.little {
    width: 29vw;
    font-size: 16px;
    line-height: 22px;
  }

  .content-cont {
    width: 350px;
    margin-bottom: 160px;
    margin-left: 42vw;
  }

  .content-cont.left-align {
    margin-left: 42vw;
  }

  .text-span-2 {
    font-size: 20px;
    line-height: 12px;
  }

  .close-buton-link-block {
    z-index: 1;
  }

  .pagination {
    margin-left: 46vw;
  }

  .pagination-digits {
    font-size: 16px;
  }

  .pagination-digits:hover {
    font-size: 16px;
  }

  .pagination-digits.active-page {
    font-size: 28px;
  }

  .div-block-40 {
    margin-bottom: 72px;
  }

  .div-block-40.last {
    margin-bottom: 10px;
  }

  .div-block-41 {
    width: 100px;
    height: 100px;
  }

  .div-block-41.second {
    background-position: -6px -35px;
    background-size: 110px;
  }

  .paragraph-7-copy {
    width: 260px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-7-copy.black {
    margin-top: 10px;
  }

  .div-block-42 {
    margin-top: -8px;
    margin-left: 22px;
  }

  .div-block-43 {
    margin-top: 12px;
  }

  .div-block-44 {
    margin-right: 16px;
  }

  .div-block-45 {
    margin-right: 16px;
  }

  .text-span-10 {
    display: block;
    margin-top: -16px;
  }

  .button {
    margin-top: 20px;
    padding: 20px 30px 18px 28px;
    font-size: 12px;
  }

  .button.secondary {
    margin-top: 40px;
  }

  .button.secondary.page1 {
    margin-top: 60px;
  }

  .text-span-11 {
    font-weight: 500;
  }

  .text-span-12 {
    font-weight: 500;
  }

  .div-block-48 {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .horizontal-scroll-wrapper {
    position: fixed;
    left: -38%;
    top: auto;
    right: 0%;
    bottom: 56%;
    width: 100vw;
  }

  .horizontal-scroll-content {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 250vw;
    margin-top: 0px;
    margin-left: 0px;
    border-top: 1px solid #eff5ff;
  }

  .horizontal-scroll-section {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 700vh;
  }

  .fullscreen {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-information {
    left: 15px;
    display: block;
    height: 20%;
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 12px;
  }

  .main-information.inner-page {
    height: 36%;
    margin-top: 16px;
    padding-left: 12px;
  }

  .marketplace-of-goods {
    width: 480px;
    margin-top: 16px;
    font-size: 24px;
    line-height: 28px;
  }

  .marketplace-of-goods.screen2 {
    width: 360px;
  }

  .home-credit-bank {
    width: 470px;
    margin-top: 6px;
    font-size: 47px;
  }

  .market-digit {
    display: block;
    margin-left: 3vw;
  }

  .market-digit.normal {
    display: block;
    padding-top: 3px;
  }

  .body.inner {
    height: 100vh;
  }

  .main-logo {
    width: 188px;
    font-size: 13px;
  }

  .phone-number {
    font-size: 18px;
  }

  .main-section {
    height: 1120px;
  }

  .rating {
    margin-top: 20px;
    -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;
  }

  .google-rating-link-block {
    margin-top: 0vh;
    margin-left: 7vw;
  }

  .main-button-container {
    display: block;
  }

  .paragraph-4 {
    letter-spacing: 0.3vw;
  }

  .image-4 {
    display: none;
    width: 2.5vw;
    height: 2.6vh;
    margin-left: 0.7vw;
  }

  .main-button-stroke {
    position: relative;
    left: 4px;
    top: -54px;
    margin-top: 4px;
    margin-left: 0px;
    padding: 15px 23px 15px 24px;
  }

  .main-button-stroke.stroke {
    margin-top: 7px;
    margin-left: 0px;
    padding: 14px 20px 13px 25px;
  }

  .main-button-stroke.stroke.last {
    margin-left: 0px;
    padding-right: 24px;
  }

  .card-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 210px;
    height: 59vh;
    margin-left: 5px;
    border-top: 1px solid rgba(233, 235, 241, 0.5);
  }

  .pic-div {
    background-color: #e2eeff;
    background-position: 50% 50%;
    background-size: contain;
    background-attachment: scroll;
  }

  .card-p01 {
    font-size: 26px;
  }

  .card-01-container {
    height: 93%;
    margin-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .phone-number-div {
    display: block;
    width: 182px;
    height: 36px;
    margin-top: 58px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
  }

  .arrow-normal {
    top: 0px;
  }

  .cards-container {
    width: 2000px;
    height: 85vh;
    margin-top: 330px;
    margin-left: 2250px;
    border: 1px none #000;
  }

  .heading-6 {
    width: 140px;
    margin-top: 11px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.4px;
  }

  .heading-6.h2 {
    width: 137px;
    line-height: 18px;
  }

  .logo-link {
    display: none;
  }

  .logo-link.inner {
    display: block;
  }

  .small-left-sidebar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 6vh;
    border-style: solid;
    border-width: 1px;
    border-color: #e9ebf1 #fffdfd #fff #fff;
  }

  .circle-arrow {
    position: relative;
    top: -31px;
    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;
  }

  .arrow-hover {
    width: 32px;
    height: 32px;
  }

  .paragraph-5 {
    display: none;
    width: 193px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-5.p2 {
    width: 190px;
  }

  .main-information-container {
    position: static;
    left: 4px;
    height: 0vh;
    margin-top: 0px;
    margin-left: 0px;
  }

  .main-information-container.page1 {
    height: 42vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .main-information-container.page2 {
    height: 42vh;
  }

  .main-information-container.page3 {
    height: 42vh;
  }

  .main-information-container.page4 {
    height: 42vh;
  }

  .main-information-container.page5 {
    height: 42vh;
  }

  .main-information-container.page6 {
    height: 42vh;
  }

  .main-information-container.page7 {
    height: 42vh;
  }

  .marketplace-small-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-heading-container {
    margin-top: 0px;
  }

  .main-button {
    position: relative;
    display: block;
    padding: 16px 24px 16px 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main-button.stroke {
    padding-top: 14px;
    padding-right: 8px;
    padding-bottom: 14px;
  }

  .main-button.button-stroke {
    display: none;
    padding-right: 22px;
  }

  .main-button-container-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 63px;
    margin-top: 18px;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-button-container-margin.inner {
    margin-top: 38px;
  }

  .pic-div-container {
    margin-top: -106px;
  }

  .pic-div-container.pic-div2 {
    margin-top: -12vh;
  }

  .card-bg-mask {
    height: 82%;
  }

  .sidebar-container {
    display: block;
    width: 94%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pdf-container {
    position: static;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 0vh;
    margin-left: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .div-block-29 {
    width: 410px;
    height: 96%;
    margin-top: 6px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-21 {
    display: block;
    width: 27px;
  }

  .mail-link-new {
    position: static;
    z-index: 999;
    display: inline-block;
    width: 228px;
    height: 20px;
    margin-top: 16px;
    margin-left: 2px;
    padding-top: 0px;
    background-image: url('../images/marketpartner2-mobile.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
    transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  }

  .mail-link-new:hover {
    background-image: url('../images/marketpartner2-mobile.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .image-23 {
    width: 25vw;
    height: 5vh;
  }

  .image-24 {
    width: 26vw;
    height: 5vh;
  }

  .image-25 {
    width: 25vw;
  }

  .image-26 {
    width: 26vw;
  }

  .link-block-2 {
    height: 100%;
    margin-top: 0px;
  }

  .heading-7 {
    font-size: 32px;
  }

  .imagebg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    display: block;
    width: 100vw;
    height: 100%;
    background-position: 44vw 50%;
    background-size: 310px;
  }

  .imagebg.image2 {
    background-position: 220px -80px;
    background-size: 340px;
  }

  .imagebg.image3 {
    background-position: 290px -30px;
    background-size: 280px;
  }

  .imagebg.image4 {
    background-position: 100% 50%;
    background-size: 290px;
  }

  .imagebg.image5 {
    background-position: 300px -40px;
    background-size: 270px;
  }

  .imagebg.image6 {
    background-position: 110% 50%;
    background-size: 340px;
  }

  .imagebg.image9 {
    background-position: 100% 50%;
    background-size: 400px;
  }

  .div-block-34 {
    margin-top: 0vh;
    margin-left: 0px;
  }

  .section.section7 {
    height: 1050px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.section2 {
    height: 1400px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.section3 {
    height: 1750px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.section4 {
    height: 1950px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.section5 {
    height: 1550px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.section6 {
    height: 1550px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.section1 {
    height: 1450px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-8.small {
    width: 460px;
    margin-bottom: 12px;
  }

  .item1 {
    margin-bottom: 80px;
  }

  .item1.last {
    margin-bottom: 0px;
  }

  .item1.last2 {
    margin-bottom: -76px;
  }

  .paragraph-7 {
    width: 310px;
    margin-top: 7px;
    font-size: 16px;
  }

  .paragraph-7.black {
    width: 320px;
  }

  .paragraph-7.hidden {
    display: inline-block;
  }

  .paragraph-7.hidden.black {
    display: block;
    width: 330px;
  }

  .paragraph-7.inner {
    width: 60vw;
    line-height: 24px;
  }

  .paragraph-7.inner.little {
    width: 60vw;
  }

  .paragraph-7.inner.last {
    width: 50vw;
  }

  .content-cont {
    position: static;
    margin-top: 48vh;
    margin-bottom: 25vh;
    margin-left: 28px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-cont.left-align {
    margin-left: -8vw;
  }

  .close-button {
    width: 56px;
    height: 48px;
    background-size: 83px;
  }

  .close-button:hover {
    background-size: 83px;
  }

  .close-buton-link-block {
    z-index: 777;
    margin-top: 14px;
    margin-right: 9px;
  }

  .pagination {
    width: 93vw;
    margin-bottom: 36px;
    margin-left: 1vw;
  }

  .hidden {
    display: none;
  }

  .div-block-40.last {
    margin-bottom: 0px;
  }

  .div-block-41 {
    width: 120px;
    height: 120px;
  }

  .div-block-41.second {
    background-position: 50% 100%;
    background-size: cover;
  }

  .paragraph-7-copy {
    width: 310px;
    margin-top: 7px;
    font-size: 16px;
  }

  .paragraph-7-copy.black {
    width: 320px;
  }

  .button {
    display: inline-block;
    overflow: visible;
    margin-top: 12px;
    padding: 18px 28px 16px 24px;
    font-size: 11px;
  }

  .button:hover {
    display: inline-block;
    background-color: #e61c41;
  }

  .button.secondary {
    -webkit-transition: all 250ms cubic-bezier(.39, .575, .565, 1);
    transition: all 250ms cubic-bezier(.39, .575, .565, 1);
  }

  .button.secondary:hover {
    display: block;
    background-color: #e61c40;
  }

  .button.secondary.page1:hover {
    background-color: #fff;
    color: #e61c40;
  }

  .div-block-48 {
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .horizontal-scroll-wrapper {
    left: -33%;
    bottom: 60%;
  }

  .horizontal-scroll-content {
    width: 190vw;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .main-information {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32%;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 12px;
    -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;
  }

  .main-information.inner-page {
    height: 36%;
    margin-top: 10px;
    padding-left: 18px;
  }

  .marketplace-of-goods {
    width: 359px;
    margin-top: 0px;
    font-size: 22px;
    line-height: 24px;
  }

  .home-credit-bank {
    width: 398px;
    margin-top: 3px;
    font-size: 34px;
    letter-spacing: 0.2px;
  }

  .market-digit {
    display: block;
    margin-top: 14px;
    margin-left: 0vw;
    padding-top: 0px;
    padding-right: 164px;
    background-position: 100% -20%;
    background-size: 20px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3vw;
  }

  .market-digit.normal {
    top: 0px;
    padding-top: 0px;
  }

  .body {
    height: 620vh;
  }

  .main-logo {
    width: 180px;
  }

  .phone-number {
    display: inline;
    font-size: 24px;
    line-height: 37px;
  }

  .main-section {
    height: 141vh;
    margin-left: 0px;
  }

  .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .google-rating-link-block {
    margin-left: 4vw;
  }

  .main-button-container.stroke {
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .paragraph-4 {
    font-size: 12px;
    letter-spacing: 0.4vw;
  }

  .image-4 {
    margin-left: 0vw;
  }

  .main-button-stroke {
    left: 4px;
    top: -58px;
    margin-top: 8px;
    margin-left: 0px;
    padding: 13px 24px 17px 23px;
  }

  .main-button-stroke.stroke {
    margin-top: 11px;
    margin-bottom: 70px;
    padding-bottom: 14px;
  }

  .main-button-stroke.stroke.last {
    margin-bottom: 70px;
  }

  .card-01 {
    width: 100%;
    height: 80vh;
    margin-left: 0px;
    padding-right: 4vw;
    padding-left: 4vw;
    -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;
  }

  .pic-div {
    background-position: 100% 50%;
    background-size: contain;
  }

  .pic-div.pic2 {
    background-position: 100% 50%;
    background-size: contain;
  }

  .pic-div.pic3 {
    background-position: 100% 50%;
    background-size: contain;
  }

  .pic-div.pic4 {
    background-position: 100% 50%;
    background-size: contain;
  }

  .pic-div.pic5 {
    background-position: 100% 50%;
    background-size: contain;
  }

  .pic-div.pic6 {
    background-position: 100% 50%;
    background-size: contain;
  }

  .pic-div.pic9 {
    background-position: 100% 50%;
    background-size: contain;
  }

  .card-p01 {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 32px;
    letter-spacing: 0px;
  }

  .card-01-container {
    width: 100%;
    height: 100%;
    margin-top: 0%;
    margin-left: 0px;
    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: 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;
  }

  .phone-number-div {
    width: 270px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1px;
  }

  .arrow-normal {
    top: 0px;
  }

  .cards-container {
    height: 85vh;
    margin-top: 260px;
    margin-left: 2052px;
  }

  .heading-6 {
    width: 350px;
    margin-top: 13px;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-6.h2 {
    width: 360px;
    font-size: 24px;
    line-height: 26px;
  }

  .logo-link {
    display: block;
  }

  .logo-link.inner {
    margin-top: 0px;
    margin-left: 0px;
  }

  .logo-link.hidden {
    display: none;
  }

  .small-left-sidebar {
    height: 36px;
  }

  .circle-arrow {
    top: 0px;
    display: block;
    margin-top: 90px;
  }

  .arrow-hover {
    width: 40px;
    height: 40px;
  }

  .main-information-container {
    position: fixed;
    left: 0px;
    display: block;
    width: 100%;
    height: 240px;
    margin-left: 0px;
    background-color: #e3eeff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/pic1-5.png');
    background-position: 0px 0px, 170px 0px;
    background-size: 125px, contain;
    background-repeat: repeat, no-repeat;
  }

  .main-information-container.page1 {
    height: 230px;
    background-image: url('../images/pic1-5.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .main-information-container.main-page {
    width: 100vw;
    margin-top: 0px;
    background-color: rgba(227, 238, 255, 0);
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .main-information-container.page2 {
    height: 230px;
    background-image: url('../images/pic2.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .main-information-container.page3 {
    height: 230px;
    background-image: url('../images/pic3.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .main-information-container.page4 {
    height: 230px;
    background-image: url('../images/pic4.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .main-information-container.page5 {
    height: 230px;
    background-image: url('../images/pic5.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .main-information-container.page6 {
    height: 230px;
    background-image: url('../images/pic6.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .main-information-container.page7 {
    height: 230px;
    background-image: url('../images/pic9.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .marketplace-small-container {
    margin-top: -7px;
  }

  .main-heading-container {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-button {
    margin-top: 18px;
    padding: 16px 24px 17px 23px;
  }

  .main-button-container-margin {
    height: 80px;
    margin-top: -9px;
  }

  .main-button-container-margin.inner {
    margin-top: 2px;
  }

  .pic-div-container {
    width: 100%;
    margin-top: 14px;
  }

  .pic-div-container.pic-div2 {
    margin-top: -25px;
  }

  .card-bg-mask {
    height: 40%;
  }

  .div-block-29 {
    display: block;
    width: 394px;
    height: 220px;
    margin-top: 0px;
    font-size: 12px;
  }

  .image-21 {
    width: 23px;
  }

  .mail-link-new {
    width: 194px;
    height: 15px;
    margin-top: 11px;
    margin-left: 7px;
  }

  .image-23 {
    width: 40vw;
    height: 5.5vh;
  }

  .image-24 {
    width: 47vw;
    height: 5.5vh;
  }

  .image-25 {
    width: 40vw;
    height: 5.5vh;
  }

  .image-26 {
    width: 47vw;
    height: 5.5vh;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .heading-7 {
    font-size: 24px;
  }

  .imagebg {
    display: none;
    height: 40%;
    background-position: 32vw 50%;
  }

  .imagebg.image2 {
    background-position: 90px -80px;
  }

  .imagebg.image3 {
    background-position: 50px -30px;
  }

  .imagebg.image4 {
    background-position: 130px -22px;
    background-size: 270px;
  }

  .imagebg.image5 {
    background-position: 100px -40px;
    background-size: 280px;
  }

  .imagebg.image6 {
    height: 320px;
  }

  .imagebg.image9 {
    background-position: 70px 6px;
    background-size: 250px;
  }

  .div-block-34 {
    margin-top: 16px;
    margin-left: 0px;
  }

  .section {
    height: 150vh;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.section7 {
    height: 1130px;
  }

  .section.section3 {
    height: 1400px;
  }

  .section.section4 {
    height: 1620px;
  }

  .section.section5 {
    height: 1200px;
  }

  .section.section6 {
    height: 1180px;
  }

  .section.section1 {
    height: 1070px;
  }

  .heading-8 {
    font-size: 48px;
  }

  .heading-8.small {
    width: 290px;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.2px;
  }

  .heading-8.small2 {
    font-size: 32px;
  }

  .item1 {
    width: 290px;
    margin-bottom: 40px;
    color: #e61c40;
    text-decoration: none;
  }

  .item1.last {
    display: block;
    margin-bottom: 0px;
  }

  .item1.little-margin {
    margin-bottom: 60px;
  }

  .item1.last2 {
    margin-bottom: -10px;
  }

  .paragraph-7 {
    display: block;
    width: 310px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-7.black {
    width: 290px;
    margin-top: -11px;
    margin-bottom: 14px;
    font-size: 22px;
  }

  .paragraph-7.hidden {
    display: none;
  }

  .paragraph-7.hidden.black {
    display: none;
    width: 309px;
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-7.hidden.black.visible {
    display: inline-block;
  }

  .paragraph-7.inner {
    width: 87vw;
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-7.inner.little {
    margin-top: -12px;
    font-size: 14px;
    line-height: 20px;
  }

  .content-cont {
    display: block;
    width: 320px;
    margin-top: 260px;
    margin-bottom: 160px;
    margin-left: 18px;
    padding-bottom: 0px;
  }

  .content-cont.left-align {
    margin-top: 45vh;
    margin-bottom: 160px;
    margin-left: 0px;
  }

  .close-button {
    z-index: 777;
  }

  .close-buton-link-block {
    margin-top: 6px;
    margin-right: 2px;
  }

  .pagination {
    margin-bottom: 24px;
    margin-left: 3vw;
  }

  .pagination-digits.active-page {
    font-size: 24px;
  }

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

  .div-block-40.last {
    margin-bottom: 40px;
  }

  .div-block-41 {
    width: 130px;
    height: 130px;
  }

  .paragraph-7-copy {
    display: block;
    width: 310px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-7-copy.black {
    width: 290px;
    margin-top: 6px;
  }

  .paragraph-7-copy.hidden {
    display: none;
  }

  .div-block-42 {
    margin-top: 12px;
    margin-left: 0px;
  }

  .div-block-44 {
    width: 56px;
    height: 56px;
  }

  .div-block-44:hover {
    background-image: url('../images/mail-icon.svg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .div-block-45 {
    width: 56px;
    height: 56px;
  }

  .div-block-45:hover {
    background-image: url('../images/telegram-icon.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-block-46 {
    width: 56px;
    height: 56px;
  }

  .div-block-46:hover {
    background-image: url('../images/facebook-icon.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .button {
    margin-top: 14px;
    padding: 21px 30px 18px 26px;
    font-size: 14px;
  }

  .button.secondary.page1 {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .button.secondary.page1:hover {
    display: inline-block;
  }

  .div-block-47 {
    background-color: #000;
  }

  .blank {
    height: 200px;
  }

  .blank-div {
    height: 150px;
  }

  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .horizontal-scroll-wrapper {
    position: static;
    left: 0%;
    bottom: 0%;
    margin-top: 55vh;
  }

  .horizontal-scroll-content {
    position: static;
    width: 100vw;
    -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;
  }

  .horizontal-scroll-section {
    height: 620vh;
  }

  .fullscreen {
    height: 100%;
  }
}

@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem hairline';
  src: url('../fonts/Stem-Hairline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Stem';
  src: url('../fonts/Stem-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}