@charset "UTF-8";
.hero_container {
  /*position: absolute;
  top: 0;
  left: 0;*/
  position: relative;
  width: 100vw;
  /*@media (min-width: 1024px) {
      height: 90vh;
  }
  @media (max-width: 1023px) {
      height: 78vh;
  }
      */
}
.hero_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(164deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 40%, rgba(255, 0, 221, 0.08) 50%, rgba(255, 0, 0, 0) 60%, rgba(255, 0, 0, 0) 100%);
  z-index: -1;
}
.hero_container .hero {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 42rem) {
  .hero_container .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
  }
  .hero_container .hero .texts {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .hero_container .hero .texts h1.main_header {
    font-size: 2.5rem;
    padding: 0 0.5rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
  }
  .hero_container .hero .texts ul.main_bullets {
    margin-bottom: 2rem;
  }
  .hero_container .hero .texts .cta_btn_container {
    margin-bottom: 1rem;
  }
  .hero_container .hero .visuals {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .hero_container .hero .visuals img.main {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    position: relative;
    left: 12%;
  }
}
@media (min-width: 42.01rem) {
  .hero_container .hero {
    height: calc(100vh - 8rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .hero_container .hero .texts {
    width: 50%;
    padding: 0 0.5rem 0rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 42.01rem) and (max-height: 25rem) {
  .hero_container .hero .texts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5rem;
  }
  .hero_container .hero .texts h1.main_header {
    font-size: 1.4rem;
    line-height: 1.6rem;
    max-width: 14rem;
  }
  .hero_container .hero .texts ul.main_bullets {
    max-width: 14rem;
    width: 100%;
  }
  .hero_container .hero .texts .cta_btn_container {
    max-width: 14rem;
    width: 100%;
  }
}
@media screen and (min-width: 42.01rem) and (min-height: 25.01rem) and (max-height: 44rem) {
  .hero_container .hero .texts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
  .hero_container .hero .texts h1.main_header {
    font-size: 2rem;
    line-height: 2.4rem;
    max-width: 22rem;
  }
  .hero_container .hero .texts ul.main_bullets {
    max-width: 22rem;
    width: 100%;
  }
  .hero_container .hero .texts .cta_btn_container {
    max-width: 22rem;
    width: 100%;
  }
}
@media screen and (min-width: 42.01rem) and (min-height: 44.01rem) {
  .hero_container .hero .texts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.5rem;
    margin-top: -10vh;
  }
  .hero_container .hero .texts h1.main_header {
    font-size: 3.6rem;
    line-height: 4rem;
    max-width: 30rem;
  }
  .hero_container .hero .texts ul.main_bullets {
    max-width: 30rem;
    width: 100%;
  }
  .hero_container .hero .texts .cta_btn_container {
    max-width: 30rem;
    width: 100%;
  }
}
@media (min-width: 42.01rem) {
  .hero_container .hero .visuals {
    width: 50%;
    overflow: hidden;
  }
  .hero_container .hero .visuals img.main {
    display: block;
    -o-object-position: left top;
       object-position: left top;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 42.01rem) and (max-height: 40rem) {
  .hero_container .hero .visuals img.main {
    width: 90%;
    height: auto;
  }
}
@media screen and (min-width: 42.01rem) and (min-height: 40.01rem) {
  .hero_container .hero .visuals img.main {
    width: auto;
    height: 100%;
  }
}
.hero_container .hero .texts h1.main_header {
  font-weight: 500;
  text-transform: uppercase;
  color: #860f93;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.hero_container .hero .texts ul.main_bullets {
  list-style: none;
}
.hero_container .hero .texts ul.main_bullets li {
  text-align: center;
  color: #646464;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.hero_container .hero .texts ul.main_bullets li::before {
  content: "•";
  color: #860f93;
  display: inline-block;
  width: 2em;
  margin-left: -1em;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
}
.hero_container .hero .texts .cta_btn_container button.cta_hero {
  display: block;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#d100e4), to(#651cb9));
  background: linear-gradient(90deg, #d100e4, #651cb9);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hero_container .hero .texts .cta_btn_container button.cta_hero:hover {
  background: -webkit-gradient(linear, left top, right top, from(#651cb9), to(#d100e4));
  background: linear-gradient(90deg, #651cb9, #d100e4);
}
.hero_container .hero .visuals * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 h2.subheader {
  color: #4b235d;
  font-size: 2.7rem;
  line-height: 2.5rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 .string_with_photos_container {
  margin: 0rem auto;
  width: 100%;
  max-width: 187rem;
  position: relative;
  padding: 8rem 0 12rem 0;
}
.section_2 .string_with_photos_container img.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  opacity: 0.9;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section_2 .string_with_photos_container img.string_with_photos {
  height: 25vh;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 29rem) {
  .section_2 .string_with_photos_container h2 {
    font-size: 4rem;
    line-height: 4.4rem;
  }
}
@media screen and (min-width: 29.01rem) {
  .section_2 .string_with_photos_container h2 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
.section_2 .string_with_photos_container h2 {
  position: relative;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  color: #ffffff;
  margin-top: 2rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 40rem) {
  .section_2 .products {
    margin-top: 3rem;
    margin-bottom: 10rem;
  }
  .section_2 .products .products_container .product_block {
    width: 100%;
    position: relative;
  }
  .section_2 .products .products_container .product_block:not(:last-child) {
    margin-bottom: 4rem;
    padding: 0 0 4rem 0;
  }
  .section_2 .products .products_container .product_block:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 2rem);
    height: 1px;
    background-color: rgb(220, 220, 220);
  }
}
@media screen and (min-width: 40.01rem) {
  .section_2 .products {
    padding-bottom: 4rem;
    padding-top: 5rem;
    position: relative;
  }
  .section_2 .products .products_container {
    gap: 1rem;
  }
  .section_2 .products .products_container .product_block {
    width: 20rem;
  }
}
.section_2 .products::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 2rem);
  max-width: 35rem;
  background-color: rgb(220, 220, 220);
}
.section_2 .products .header_products {
  padding: 1rem 0.7rem 2.5rem 0.7rem;
}
.section_2 .products .products_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section_2 .products .products_container .product_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1rem 0;
}
.section_2 .products .products_container .product_block .photo_preview_container {
  position: relative;
  width: 100%;
  padding-top: 90%;
}
.section_2 .products .products_container .product_block .photo_preview_container .photo_element {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0px 2px 14px -1px #d5c8d5;
          box-shadow: 0px 2px 14px -1px #d5c8d5;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section_2 .products .products_container .product_block .photo_preview_container .photo_element .photo_image_container {
  overflow: hidden;
  position: absolute;
}
.section_2 .products .products_container .product_block .photo_preview_container .photo_element .photo_image_container img.image_in_preview {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.section_2 .products .products_container .product_block .photo_preview_container .photo_element .most_favourite_info {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  /* font-weight: bold; */
  font-family: "Oswald";
  background-color: #f0083c;
  padding: 0.4rem 0.6rem;
  border-radius: 0.8rem;
  color: white;
  -webkit-transform: translate(0.4rem, 1rem) rotateZ(-8deg);
          transform: translate(0.4rem, 1rem) rotateZ(-8deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 .products .products_container .product_block .photo_preview_container .photo_element .size_info_flag {
  position: absolute;
  bottom: 7%;
  left: 0;
  -webkit-transform: translateX(calc(0px - 0.5rem));
          transform: translateX(calc(0px - 0.5rem));
  padding: 0 0.8rem 0 1.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#efc5ff), to(#d8b5ff));
  background: linear-gradient(90deg, #efc5ff, #d8b5ff);
  color: #5f5f5f;
  font-size: 0.84rem;
  line-height: 2.6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  clip-path: polygon(0 0.9rem, 0.5rem 0.6rem, 100% 0.6rem, 100% 2rem, 0.5rem 2rem, 0.5rem 100%, 0 2.3rem);
}
.section_2 .products .products_container .product_block .photo_preview_container .photo_element .size_info_flag::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(106, 106, 106, 0.11)), to(rgba(255, 255, 255, 0.42)));
  background: linear-gradient(90deg, rgba(106, 106, 106, 0.11), rgba(255, 255, 255, 0.42));
  clip-path: polygon(0 0, 0.5rem 0, 0.5rem 2rem, 0 2.3rem);
}
.section_2 .products .products_container .product_block .photo_preview_container .photo_element .size_info_flag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.5rem;
  background: linear-gradient(157deg, rgba(101, 101, 101, 0.32) 80%, rgba(0, 0, 0, 0.12) 100%);
  clip-path: polygon(0 2.3rem, 0.5rem 2rem, 0.5rem 100%);
}
.section_2 .products .products_container .product_block h3.header {
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  color: #4b235d;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  margin: 0.65rem 0 0.3rem;
  font-weight: 300;
  padding: 0 0.6rem;
}
.section_2 .products .products_container .product_block .price_kontainer {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0.25rem 0 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 .products .products_container .product_block .cta_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section_2 .products .products_container .product_block .cta_container button.cta_product {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  outline: none;
  border-radius: 0.3rem;
  margin-top: 1rem;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 10px -2px #e0e0e0;
          box-shadow: 2px 2px 10px -2px #e0e0e0;
}
.section_2 .products .products_container .product_block .cta_container button.cta_product.highlight {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#d100e4), to(#651cb9));
  background: linear-gradient(90deg, #d100e4, #651cb9);
  color: white;
}
.section_2 .products .products_container .product_block .cta_container button.cta_product:not(.highlight) {
  border: 1px solid rgb(220, 220, 220);
  background-color: rgb(240, 240, 240);
  color: rgb(111, 111, 111);
}
.section_2 .products .products_container .product_block .cta_container button.cta_product:hover {
  text-decoration: underline;
}
.section_2 .products .note_for_uploading_limits {
  text-align: center;
  font-size: 0.9rem;
  color: #787878;
  margin-top: 3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 0.5rem;
}
.section_2 .container_reasons {
  margin-bottom: 6rem;
}
.section_2 .container_reasons ul.reasons_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
  max-width: 90rem;
}
@media screen and (max-width: 45rem) {
  .section_2 .container_reasons ul.reasons_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 4rem auto;
  }
  .section_2 .container_reasons ul.reasons_list .section {
    width: 100%;
    background: linear-gradient(102deg, #fdeaff, rgba(255, 255, 255, 0.8392156863));
    margin-bottom: 5rem;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
  }
  .section_2 .container_reasons ul.reasons_list .section .part_texts h2 {
    margin-bottom: 0.6rem;
    padding-right: 0.4rem;
  }
  .section_2 .container_reasons ul.reasons_list .section .part_texts h2 .header_text {
    font-size: 2rem;
    line-height: 2rem;
  }
  .section_2 .container_reasons ul.reasons_list .section .part_texts h2 .header_text .describtion {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .section_2 .container_reasons ul.reasons_list .section .parts_visuals img.main_image {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 45.01rem) {
  .section_2 .container_reasons ul.reasons_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 9rem auto 3rem auto;
  }
}
@media screen and (min-width: 45.01rem) and (max-width: 85rem) {
  .section_2 .container_reasons ul.reasons_list {
    gap: 1.5rem;
  }
  .section_2 .container_reasons ul.reasons_list .section {
    width: calc(50% - 1.1rem);
  }
}
@media screen and (min-width: 45.01rem) and (min-width: 85.01rem) {
  .section_2 .container_reasons ul.reasons_list {
    gap: 2rem;
  }
  .section_2 .container_reasons ul.reasons_list .section {
    width: calc(33.333% - 1.6rem);
  }
}
@media screen and (min-width: 45.01rem) {
  .section_2 .container_reasons ul.reasons_list .section {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-shadow: 2px 2px 14px -1px #d5c8d5;
            box-shadow: 2px 2px 14px -1px #d5c8d5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1.5rem;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#fef2ff), to(rgba(255, 255, 255, 0.8392156863)));
    background: linear-gradient(90deg, #fef2ff, rgba(255, 255, 255, 0.8392156863));
    margin-bottom: 3rem;
  }
  .section_2 .container_reasons ul.reasons_list .section .part_texts {
    padding: 0.8rem 1rem 0.8rem 0.6rem;
    margin: auto 0;
  }
  .section_2 .container_reasons ul.reasons_list .section .part_texts h2 .header_text {
    font-size: 2.7rem;
    line-height: 2.5rem;
  }
  .section_2 .container_reasons ul.reasons_list .section .part_texts h2 .header_text .describtion {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
  .section_2 .container_reasons ul.reasons_list .section .parts_visuals {
    height: 26vh;
    overflow: hidden;
    min-height: 16rem;
  }
  .section_2 .container_reasons ul.reasons_list .section .parts_visuals img.main_image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_2 .container_reasons .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section_2 .container_reasons .section .part_texts h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 .container_reasons .section .part_texts h2 img.icon {
  width: 7rem;
  height: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  margin-right: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 .container_reasons .section .part_texts h2 .header_text {
  color: #4b235d;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 .container_reasons .section .part_texts h2 .header_text .describtion {
  text-align: left;
  display: block;
  line-height: 1.4rem;
  font-weight: 500;
  margin-top: 0.8rem;
  color: rgb(49, 49, 49);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 .container_reasons .section .parts_visuals img.main_image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 .how_it_works_section {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto 5rem auto;
  padding: 7rem 0rem 6rem 0rem;
  position: relative;
}
.section_2 .how_it_works_section .background_absolute_container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(0 1.8rem, 100% 0, 100% calc(100% - 0.4rem), 0 calc(100% - 1.8rem));
}
.section_2 .how_it_works_section .background_absolute_container img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.9;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
}
.section_2 .how_it_works_section .header_how_it_works {
  position: relative;
  color: white !important;
  padding: 0 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section_2 .how_it_works_section .how_it_works_block {
  position: relative;
  padding: 4rem 0.5rem 2rem 0.5rem;
}
.section_2 .how_it_works_section .how_it_works_block .main_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section_2 .how_it_works_section .how_it_works_block .main_row .icon_container {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#d100e4), to(#651cb9));
  background: linear-gradient(90deg, #d100e4, #651cb9);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section_2 .how_it_works_section .how_it_works_block .main_row .icon_container img.icon {
  width: 61%;
  height: 61%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 .how_it_works_section .how_it_works_block .main_row h3 {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0 0.5rem 0 0.9rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 .how_it_works_section .how_it_works_block .description_row {
  color: #ffffff;
  padding: 0.6rem 0.5rem 0 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 30rem) {
  .section_2 .transport_info {
    width: 137dvw;
    margin: 5rem 0;
  }
  .section_2 .transport_info .map_container img._3d_map {
    height: 90dvw;
    width: auto;
  }
  .section_2 .transport_info .texts {
    min-height: 90dvw;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .section_2 .transport_info .texts p.description {
    margin: 2rem 0.7rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 300;
  }
}
@media screen and (min-width: 30.01rem) {
  .section_2 .transport_info {
    max-width: 70rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 30.01rem) and (max-width: 38rem) {
  .section_2 .transport_info {
    width: 150dvw;
  }
  .section_2 .transport_info .texts {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 30.01rem) and (min-width: 38.01rem) {
  .section_2 .transport_info {
    width: 135dvw;
  }
  .section_2 .transport_info .texts {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 4rem;
  }
  .section_2 .transport_info .texts h2.subheader {
    padding-left: 2rem;
  }
  .section_2 .transport_info .texts p.description {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 30.01rem) {
  .section_2 .transport_info .map_container {
    width: 50%;
  }
  .section_2 .transport_info .map_container img._3d_map {
    height: 65vh;
    min-height: 40rem;
  }
  .section_2 .transport_info .texts {
    height: 65vh;
    min-height: 40rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section_2 .transport_info .texts h2.subheader {
    text-align: center;
  }
  .section_2 .transport_info .texts p.description {
    text-align: center;
    margin: 3rem 0;
  }
}
.section_2 .transport_info .map_container img._3d_map {
  float: right;
  --polygon_map: polygon(60% 4%, 100% 4%, 100% 100%, 19% 100%, 5% 94%, 1% 83%, 5% 66%, 14% 63%, 14% 61%, 10% 57%, 7% 50%, 9% 42%, 17% 38%, 18% 31%, 33% 31%, 36% 24%, 47% 9%, 53% 4%);
  shape-outside: var(--polygon_map);
  clip-path: var(--polygon_map);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 .transport_info .texts {
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section_2 .transport_info .texts h2.subheader {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section_2 .transport_info .texts p.description {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section_2 .section_ideas {
  width: 100%;
  max-width: 61rem;
  margin: 0 auto 4rem auto;
}
@media screen and (max-width: 38rem) {
  .section_2 .section_ideas .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .section_2 .section_ideas .block:not(:last-child) {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
  .section_2 .section_ideas .block:not(:last-child)::after {
    content: "";
    width: calc(100% - 8rem);
    height: 1px;
    background-color: rgb(220, 220, 220);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section_2 .section_ideas .block .image_container img.main_image {
    width: 100%;
    height: auto;
  }
  .section_2 .section_ideas .block .texts {
    padding: 0.6rem 0.5rem;
    text-align: center;
  }
  .section_2 .section_ideas .block .texts h3 {
    margin-bottom: 0.7rem;
  }
}
@media screen and (min-width: 38.01rem) {
  .section_2 .section_ideas .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 18rem;
    padding: 2rem 0;
  }
  .section_2 .section_ideas .block.img_left .image_container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section_2 .section_ideas .block.img_left .image_container img.main_image {
    clip-path: polygon(calc(100% - 4rem) 0%, 100% 100%, 0% 100%, 0% 0%);
  }
  .section_2 .section_ideas .block.img_left .texts {
    text-align: left;
    padding: 0rem 0.5rem 0rem 0.8rem;
  }
  .section_2 .section_ideas .block.img_left .texts::before {
    float: left;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    shape-outside: polygon(0% 0%, 100% 100%, 0% 100%);
  }
  .section_2 .section_ideas .block.img_right .image_container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section_2 .section_ideas .block.img_right .image_container img.main_image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    clip-path: polygon(4rem 0%, 100% 0%, 100% 100%, 0% 100%);
    position: relative;
    left: -4rem;
  }
  .section_2 .section_ideas .block.img_right .texts {
    text-align: right;
    padding: 0rem 0.8rem 0rem 0.5rem;
  }
  .section_2 .section_ideas .block.img_right .texts::before {
    float: right;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    shape-outside: polygon(100% 0%, 100% 100%, 0% 100%);
  }
  .section_2 .section_ideas .block .image_container {
    width: 50%;
  }
  .section_2 .section_ideas .block .image_container img.main_image {
    width: calc(100% + 4rem);
    height: 100%;
  }
  .section_2 .section_ideas .block .texts {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section_2 .section_ideas .block .texts::before {
    content: "";
    display: block;
    height: 100%;
    width: 4rem;
  }
  .section_2 .section_ideas .block .texts h3 {
    font-size: 1.2rem;
    line-height: 1.3rem;
    padding-top: 3rem;
  }
  .section_2 .section_ideas .block .texts p.description {
    line-height: 1.5rem;
    margin-top: 0.9rem;
  }
}
.section_2 .section_ideas h2.subheader {
  padding: 4rem 0.5rem 3rem 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section_2 .section_ideas .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_2 .section_ideas .block.img_left .texts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section_2 .section_ideas .block.img_right img.main_image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /*float: right;
  shape-outside: var(--path_in_right);
  clip-path: var(--path_in_right);*/
}
.section_2 .section_ideas .block.img_right .texts {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.section_2 .section_ideas .block .image_container img.main_image {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section_2 .section_ideas .block .texts h3 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section_2 .section_ideas .block .texts p.description {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}/*# sourceMappingURL=style.css.map */