:root {
  --color-3: #99652a;
  --sky-blue: #68c3ea;
  --yellow-green: #79cb29;
  --medium-purple: #b068fb;
  --color-2: #ff057d;
  --color-4: #f3ebd6;
  --orange: #ffa633;
  --red: #ff0505;
  --color-8: #878787;
  --e5e5e5: #f6f1eb;
  --color-5: #535353;
  --color-6: var(--color-9);
  --color-10: white;
  --fdf359: var(--color-7);
  --color-9: black;
  --color: #ff915a;
  --color-7: var(--color-13);
  --color-11: #99652a;
  --color-12: #dcc7b7;
  --color-13: #76655a;
  --y: #fdf359;
}

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

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

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

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

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

.heading {
  color: #535353;
  text-align: center;
  margin: 40px 20px 5px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.image {
  margin: 10px 220px 140px 0;
}

.text-block {
  padding-left: 144px;
  font-family: PT Serif, serif;
  font-size: 0;
}

.image-2 {
  width: 250px;
  height: 380px;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-2 {
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.text-block-3 {
  margin-top: 11px;
  margin-left: 0;
  padding-bottom: 20px;
}

.button {
  margin-top: 3px;
  margin-bottom: 20px;
  margin-left: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.link-block {
  margin-left: -98px;
}

.link-block-2 {
  padding-left: 0;
  padding-right: 0;
}

.columns {
  margin-top: 34px;
  margin-left: 140px;
  padding-right: 29px;
}

.container {
  max-width: 840px;
  padding-left: 0;
}

.nav-link {
  color: #504f4f;
  background-color: #0000;
}

.nav-link.button {
  perspective: none;
  color: #f0e9e9;
  text-align: center;
  background-color: #535353;
  border: 0 solid #b87474;
  border-radius: 6px;
  width: 100px;
  padding-left: 8px;
  padding-right: 8px;
  top: 9px;
  transform: none;
}

.nav-link.button {
  perspective: none;
  color: #f0e9e9;
  text-align: center;
  background-color: #535353;
  border: 0 solid #b87474;
  border-radius: 6px;
  width: 100px;
  margin-left: 20px;
  padding-left: 8px;
  padding-right: 8px;
  top: 9px;
  transform: none;
}

.nav-link.button:hover {
  background-color: #ff057d;
}

.text-span {
  color: #111;
}

.navbar {
  background-color: #fff;
  max-width: 1422px;
}

.image-3 {
  margin-top: 20px;
}

.container-2 {
  text-align: center;
  background-color: #f3ebd6;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .45fr .55fr .45fr .45fr .45fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: -16px;
  padding-top: 0;
  padding-left: 138px;
  padding-right: 212px;
  display: grid;
}

.section {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.paragraph {
  color: #636363;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-block-4 {
  color: #535353;
  white-space: normal;
  max-width: 70px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.image-4 {
  text-align: center;
  max-width: 600px;
  margin-top: 12px;
  margin-bottom: 10px;
  margin-left: 70px;
}

.container-4 {
  text-align: left;
  max-width: 350px;
  margin-top: 20px;
  margin-bottom: -38px;
  padding-left: 6px;
  padding-right: 27px;
}

.image-5 {
  opacity: .7;
  margin: 8px 10px 4px 5px;
  padding-left: 5px;
}

.link-block-3 {
  text-align: left;
  margin-bottom: 0;
}

.image-6 {
  opacity: .7;
  margin-bottom: 4px;
  margin-left: -6px;
  margin-right: 0;
  padding-top: 9px;
  padding-left: 1px;
  padding-right: 0;
}

.image-7 {
  background-color: #f3ebd6;
}

.container-5 {
  color: #f3ebd6;
  background-color: #f3ebd6;
  max-width: 2000px;
  height: 500px;
  margin-bottom: 0;
}

.paragraph-2 {
  color: #535353;
}

.paragraph-3 {
  color: #535353;
  text-align: center;
  margin-top: -6px;
  margin-bottom: 21px;
}

.heading-2 {
  color: #535353;
  text-align: center;
  border: 0 solid #000;
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 45px;
  font-weight: 900;
}

.bold-text {
  object-fit: fill;
  font-size: 80px;
}

.image-8 {
  object-fit: cover;
  margin-top: -20px;
  margin-bottom: 20px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  margin-bottom: 20px;
}

.grid-2 {
  grid-column-gap: 31px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

.heading-4 {
  text-align: center;
  object-fit: cover;
  background-color: #79cb29;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-5 {
  margin-top: 10px;
  font-size: 18px;
}

.text-block-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-2 {
  text-align: left;
  background-color: #fff;
  border: 0 solid #535353;
  border-radius: 7px;
  width: 45%;
  margin: 20px;
  padding: 10px;
}

.heading-6 {
  margin-top: 10px;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 60px 20px 40px;
}

.text-block-6 {
  text-align: center;
  margin-top: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.paragraph-4 {
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.heading-7 {
  color: #79cb29;
  text-align: center;
  width: 100px;
  margin-top: -32px;
  margin-left: 39px;
  margin-right: 0;
  padding-left: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.div-block-3 {
  background-color: #fff;
  border: 2px solid #535353;
  border-radius: 10px;
  margin: 10px;
  padding: 10px 20px;
}

.image-9 {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
}

.image-10 {
  margin-top: 7px;
  margin-bottom: -5px;
  margin-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-4 {
  width: 150px;
  height: 50px;
  margin-bottom: 6px;
}

.paragraph-5 {
  color: #535353;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
}

.paragraph-6 {
  color: #535353;
  text-align: center;
  margin-top: 8px;
  font-family: Source Sans Pro, sans-serif;
}

.paragraph-7 {
  color: #333;
  text-align: center;
  margin-top: 35px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.div-block-5 {
  text-align: left;
  background-color: #fff;
  border: 0 solid #707070;
  border-radius: 10px;
  width: auto;
  margin-left: 10px;
  padding: 25px 10px 20px 20px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-8 {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.paragraph-9 {
  color: var(--color-3);
  text-align: left;
  width: 130px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 900;
  display: flex;
}

.paragraph-10 {
  text-align: left;
  margin-top: 5px;
  padding-right: 0;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.div-block-6 {
  display: flex;
}

.image-11 {
  margin-top: -40px;
  margin-left: 10px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: auto;
  margin-top: 60px;
  margin-left: 10px;
  margin-right: 0;
}

.div-block-7 {
  background-color: #bc1a1a00;
  margin: 0 1px 0 0;
  padding: 10px 0;
  display: inline-block;
}

.div-block-8 {
  margin-top: 20px;
  padding: 10px 20px;
}

.div-block-9 {
  background-color: #f3ebd6;
  height: 100px;
}

.div-block-10 {
  text-align: center;
  background-color: #97494900;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.container-6 {
  text-align: center;
  margin-top: 10px;
  padding-right: 0;
}

.div-block-11 {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.container-7 {
  text-align: center;
  margin-top: 20px;
}

.div-block-12 {
  display: inline-block;
}

.container-8 {
  text-align: center;
  margin-top: 10px;
}

.paragraph-11 {
  color: #636363;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.paragraph-12 {
  color: #535353;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.container-9 {
  text-align: left;
  margin-top: 10px;
  padding-left: 20px;
}

.container-10 {
  text-align: left;
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 0;
}

.container-11 {
  text-align: left;
  margin-top: 0;
  padding-left: 20px;
}

.text-span-2 {
  color: var(--sky-blue);
  width: 130px;
  font-size: 30px;
}

.text-span-3 {
  color: var(--yellow-green);
  width: 130px;
  font-size: 30px;
}

.text-span-4 {
  color: var(--medium-purple);
  width: 130px;
}

.text-span-5 {
  color: var(--color-2);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-span-6 {
  color: #535353;
}

.navbar-2 {
  float: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  max-width: none;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  color: red;
}

.container-12 {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px 0;
  display: inline-block;
  position: relative;
}

.paragraph-99 {
  color: #fff200;
  margin-top: 30px;
  margin-bottom: 5px;
  margin-left: 90px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.text-span-26 {
  min-height: 0;
  font-size: 45px;
  font-weight: 200;
}

.display-heading-copy {
  color: #535353;
  letter-spacing: -.04em;
  max-width: 500px;
  margin-top: 80px;
  margin-bottom: 10px;
  margin-left: 90px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: .95;
}

.hero-paragraph {
  color: #fff;
  text-align: left;
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 60px;
  margin-left: 110px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

.button-001 {
  background-color: #0000;
  background-image: linear-gradient(#f74c32, #f74c32);
  border: 1px solid #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: flex-start;
  max-width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 90px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Source Sans Pro, sans-serif;
  display: flex;
}

.button-001:hover {
  color: #5d3d3d;
  background-color: #fff;
}

.paragraph-99-copy {
  color: #f3f1f1;
  letter-spacing: 1px;
  margin-bottom: 70px;
  margin-left: 90px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.text-span-27 {
  color: #fff200;
  font-size: 36px;
}

.display-heading {
  color: #535353;
  letter-spacing: -.04em;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 80px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: .95;
}

.hero-paragraph-copy {
  color: #333;
  max-width: 500px;
  margin: 10px auto 10px 90px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.hero-paragraph-copy-copy {
  color: var(--color-2);
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 90px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.bold-text-2 {
  font-size: 18px;
}

.heading-8 {
  color: var(--color-2);
  max-width: 190px;
  margin-top: 40px;
  margin-left: 100px;
  font-size: 18px;
}

.bold-text-3 {
  color: var(--color-4);
  text-indent: 0;
  max-width: 500px;
  margin-left: 0;
}

.h2 {
  color: #b3b3b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-center {
  margin-bottom: 40px;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.text-span-28, .text-span-29 {
  color: #000;
  font-weight: 800;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

.container-13 {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.link {
  color: #5ab963;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.paragraph-100 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-100.cc-gray {
  color: #999;
}

.text-span-30 {
  color: #000;
  font-weight: 800;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

.h3 {
  background-color: #535353;
  background-image: linear-gradient(to bottom, var(--orange), var(--color-4));
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.container-14 {
  z-index: 1;
  text-align: center;
  width: auto;
  max-width: 2000px;
  position: relative;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.text-span-31 {
  color: #000;
  font-weight: 800;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.paragraph-101 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-101.cc-gray {
  color: #999;
}

.hero-section-7ccc {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--orange), var(--color-4));
  text-align: center;
  height: auto;
  min-height: 0;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  transition: opacity .2s;
}

.div-block-20 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.why-acme-block-copy {
  color: #ff3c73;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 15px;
  display: flex;
}

.support-top-details-412 {
  color: #535353;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
}

.why-acme-heading6-copy-copy {
  color: #353535;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 45px;
}

.why-acme-paragraph-6-copy-copy {
  color: #f9f9f9;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 16px;
}

.container-17, .container-18 {
  color: #445fba;
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.home-category-image-2 {
  width: 110px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  bottom: 17px;
  right: 21px;
}

.heading-18 {
  color: #443f3f;
  text-align: left;
  width: 190px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.home-category-info-2 {
  text-align: right;
  margin-right: 100px;
}

.heading-13 {
  color: #ff3c73;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
}

.home-category-info-1 {
  margin-left: 224px;
}

.home-category-image-1 {
  width: 220px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 26px;
  left: 15px;
}

.section-5 {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
}

.section-5.haze {
  background-color: var(--color-4);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 60px;
}

.wrapper-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 2000px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.home-categories {
  justify-content: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-category-card {
  color: #fff;
  background-color: #f9f9f9;
  border-radius: 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

.home-category-card.red {
  box-shadow: none;
  background-color: #f9f9f9;
  justify-content: flex-end;
  max-width: 400px;
}

.heading-19 {
  color: #443f3f;
  text-align: left;
  width: 190px;
  margin-top: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.heading-20 {
  color: var(--color-3);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 30px;
}

.home-category-info-3 {
  margin-left: 125px;
}

.home-category-image-3 {
  width: 110px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  bottom: 26px;
  left: 15px;
}

.container-19 {
  color: #445fba;
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.about-column-copy {
  text-align: center;
  width: auto;
  max-width: 750px;
  margin: 20px;
}

.paragraph-102 {
  text-align: center;
  max-width: 430px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.heading-21 {
  color: var(--red);
  text-align: left;
  max-width: 750px;
  margin: 10px auto 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.heading-16-copy {
  color: var(--color-2);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.about-columns-wrapper {
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  display: flex;
}

.about-column-2copy {
  text-align: center;
  width: auto;
  max-width: 430px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.container-20 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.paragraph-103 {
  color: #443f3f;
  text-align: center;
  max-width: 430px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.div-block-18 {
  background-color: var(--color-8);
  height: 1px;
  margin: 10px auto;
}

.body {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/top1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.container-2-copy {
  background-color: var(--e5e5e5);
  text-align: center;
  background-image: none;
  background-position: 100%;
  background-size: cover;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  background-color: var(--color-2);
  color: var(--color-4);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
}

.button-2 {
  border: 1px solid var(--color-5);
  background-color: var(--color-6);
  color: var(--color-5);
  border-radius: 24px;
  flex: 0 auto;
  margin: 7px 5px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button-2:hover {
  border-color: var(--color-2);
  background-color: var(--color-6);
  color: var(--color-2);
}

.button-3 {
  border-radius: 24px;
}

.bold-text-7, .bold-text-8 {
  text-align: center;
}

.paragraph-103-copy {
  color: #443f3f;
  text-align: left;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-102-copy {
  text-align: left;
  max-width: 430px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.about-column-copy-copy {
  text-align: center;
  width: auto;
  max-width: 430px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.section-5-copy {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
}

.section-5-copy.haze {
  background-color: var(--e5e5e5);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 60px;
}

.hero-section-6copy-copy-copy {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--orange), var(--color-4));
  text-align: center;
  height: 160px;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
  transition: opacity .2s;
}

.why-acme-heading6-copy-copy-copy {
  color: #353535;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 44px;
}

.why-acme-heading6-cc-copy {
  color: #353535;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 23px;
}

.about-columns-wrapper-copy {
  justify-content: center;
  margin: 0 40px 20px;
  display: flex;
}

.div-block-18-copy {
  background-color: var(--color-8);
  background-color: var(--color-8);
  height: 1px;
  margin: 15px auto 10px;
}

.image-12 {
  max-width: 80%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.hero-section-7ccc-copy {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--orange), var(--color-4));
  text-align: center;
  height: auto;
  min-height: 0;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  transition: opacity .2s;
}

.hero-section-7b-copy-copy {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--e5e5e5), var(--e5e5e5));
  text-align: center;
  height: auto;
  min-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
  transition: opacity .2s;
}

.heading-21-copy {
  color: var(--red);
  text-align: center;
  max-width: 750px;
  margin: 10px auto 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.hero__arrow {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 54px;
  height: 88px;
  position: absolute;
  inset: 5px auto auto 400px;
}

.header__logo {
  width: 100%;
  max-width: 120px;
}

.hero__mob-elemenents-wrap {
  display: none;
}

.hero__elem {
  z-index: 0;
  max-width: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
}

.hero__elem.mod--5 {
  transition-duration: .7s;
  inset: 314px -27px auto auto;
}

.hero__elem.mod--4 {
  inset: auto auto 167px 34px;
}

.hero__elem.mod--6 {
  inset: auto 101px 0 auto;
}

.hero__elem.mod--1 {
  transition-duration: 1s;
}

.hero__elem.mod--2 {
  max-width: 200px;
  transition-duration: .7s;
  inset: 0 auto auto 105px;
}

.hero__elem.mod--3 {
  background-image: url('../images/hero_elem-02.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 240px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 242px;
  height: 295px;
  padding-bottom: 28px;
  transition-duration: .8s;
  display: flex;
  inset: 216px -59px auto 630px;
}

.section-6 {
  padding: 75px 80px;
  position: relative;
}

.section-6.section--hero {
  background-color: #f2f1f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.hero__elem-card-title {
  color: #111;
  margin-bottom: 6px;
  font-weight: 700;
}

.hero__elements-wrap {
  z-index: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero__price-desc {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.header__login {
  color: #111;
  letter-spacing: .02em;
  background-image: url('../images/ico_login.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 44px;
  padding-left: 26px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn-cube__front {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  margin-top: 20px;
  padding: 22px 30px;
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: relative;
  top: 0;
}

.header__contact {
  color: #111;
  letter-spacing: .02em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link {
  color: #fff;
  letter-spacing: .02em;
  margin-left: 24px;
  margin-right: 24px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.hero__elem-card-desc {
  color: #11111180;
  letter-spacing: .02em;
  font-size: 12px;
}

.hero__over-heading {
  color: var(--color-10);
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 4px 6px #000;
  background-image: linear-gradient(#00000080, #00000080);
  margin-bottom: 0;
  margin-left: 20px;
  padding: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
}

.btn-cube__side {
  z-index: 0;
  background-color: #f5f5f5;
  border: 2px solid #000;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto;
}

.btn-cube__side.mod--2 {
  z-index: 1;
  width: 16px;
  inset: -7px -14px 7px auto;
  transform: skew(0deg, -45deg);
}

.btn-cube__side.mod--1 {
  height: 16px;
  top: -14px;
  left: 7.5px;
  right: -6px;
  transform: skew(-45deg);
}

.btn-cube__side.mod--3 {
  height: 16px;
  transition-duration: .2s;
  inset: auto -6px 14px 7.5px;
  transform: skew(45deg);
}

.hero__price {
  color: #111;
  letter-spacing: .01em;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 1em;
  position: relative;
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  position: relative;
}

.hero__elements {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 650px;
  height: 580px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.btn-cube {
  perspective: 2000px;
  flex: none;
  transition: all .2s;
  position: relative;
}

.hero__content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-left: 140px;
  display: flex;
  position: relative;
}

.hero__btn-wrap {
  perspective: 2000px;
  align-items: center;
  display: flex;
}

.hero__price-dollar {
  margin-top: -5px;
  margin-left: 10px;
  font-size: 34px;
  position: absolute;
}

.btn-cube-wrap {
  margin-bottom: -20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
}

.header__humburger-wrap {
  display: none;
}

.header {
  z-index: 90;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: 35px 0% auto;
}

.header__humburger {
  display: none;
}

.hero__price-wrap {
  flex-direction: column;
  align-items: center;
  margin-right: 110px;
  display: flex;
}

.solutions__img {
  z-index: 0;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.solutions__img.mod--hover {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.solutions__img.mod--hover:hover {
  opacity: 1;
}

.hero__heading-star {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  font-size: 45px;
  display: inline-block;
  position: relative;
  top: 15px;
}

.header__columns {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.service-cards-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-bottom: 80px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.service-card {
  text-align: center;
  background-color: #4454fe00;
  padding: 0;
  transition: all .4s;
}

.service-card:hover {
  background-color: #4454fe00;
}

.service-card-title {
  color: var(--color-4);
  text-align: center;
  background-color: #392f2f;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.service-card-paragraph {
  margin-bottom: 15px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.service-card-list {
  margin-bottom: 0;
  line-height: 1.7em;
}

.button-arrow {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.hero-content-conatiner {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 560px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.webflow-partner-text {
  position: absolute;
  inset: 0%;
}

.webflow-partner-badge {
  width: 200px;
  height: 200px;
  padding: 35px;
  position: relative;
}

.hero-paragraph-2 {
  color: var(--color-4);
  text-align: justify;
  margin: 0 auto 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-3 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  padding: 60px 10vw;
}

.button-text {
  color: var(--color-10);
  align-items: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.button-text:hover {
  font-weight: 400;
}

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--color-2);
  border-radius: 50px;
  align-items: center;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.button-content:hover {
  color: #fff;
}

.section-container {
  flex: 1;
  max-width: 1400px;
}

.section-container.hero {
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.button-4 {
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 15px;
  padding: 2px;
  text-decoration: none;
  transition-property: none;
}

.button-4:hover {
  background-color: var(--color-3);
  transform: scale(1.05);
}

.heading-22 {
  color: var(--color-6);
  text-shadow: 0 7px 11px #000;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.heading-22-copy {
  color: #fff;
  text-shadow: 0 4px 9px #000000fc;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 140px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.image-13 {
  max-width: 75%;
  margin-bottom: 0;
}

.image-14 {
  max-width: 300px;
}

.button-4-copy {
  background-image: linear-gradient(113deg, #a06f63, var(--fdf359));
  border-radius: 50px;
  margin-left: 0;
  padding: 2px;
  text-decoration: none;
  transition-property: none;
}

.button-4-copy:hover {
  transform: scale(1.05);
}

.button-4-copy-copy {
  background-color: #cdb49800;
  border: 1px solid #000;
  border-radius: 50px;
  margin-left: 0;
  padding: 2px;
  text-decoration: none;
  transition-property: none;
}

.button-4-copy-copy:hover {
  background-color: var(--color-10);
  transform: scale(1.05);
}

.button-text-copy {
  color: var(--color-5);
  align-items: center;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.image-15 {
  max-width: 85%;
}

.section-wrapper-copy.glow-3 {
  background-image: linear-gradient(#0000, #0000);
  border-top: 1px solid #000;
}

.hero-paragraph-2-copy {
  color: var(--color-5);
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.button-4-copy {
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 0;
  padding: 2px;
  text-decoration: none;
  transition-property: none;
}

.button-4-copy:hover {
  background-color: var(--color-3);
  transform: scale(1.05);
}

.image-15-copy {
  max-width: 60%;
  margin-top: 0;
}

.section-container-copy {
  flex: 1;
  max-width: 1400px;
}

.section-container-copy.hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-16 {
  max-width: 100%;
  margin-bottom: 0;
}

.image-17 {
  text-align: center;
  width: 500px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  text-align: center;
  margin-bottom: 60px;
}

.image-18 {
  margin-bottom: 0;
  display: block;
}

.link-block-5 {
  display: block;
}

.image-19 {
  opacity: .7;
  margin: 8px -5px 4px 5px;
  padding-left: 5px;
}

.image-20, .image-21 {
  opacity: .7;
  margin: 8px -5px 4px 10px;
  padding-left: 5px;
}

.button-5 {
  background-color: var(--color-4);
  color: var(--color-9);
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
  margin-left: 20px;
  padding: 10px 20px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.button-5:hover {
  background-color: var(--orange);
}

.grid-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: stretch;
  margin: 60px 140px;
}

.image-105 {
  max-width: 100%;
  margin-top: 60px;
}

.heading-23 {
  color: var(--color-4);
  margin-bottom: 30px;
  font-family: Source Sans Pro, sans-serif;
}

.content-copy {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  position: relative;
}

.section-6-copy {
  padding: 75px 80px;
  position: relative;
}

.section-6-copy.section--hero {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section-6-copy-copy {
  padding: 75px 80px;
  position: relative;
}

.section-6-copy-copy.section--hero {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section-6-copy-copy-copy {
  padding: 75px 80px;
  position: relative;
}

.section-6-copy-copy-copy.section--hero {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section-66-copy {
  padding: 75px 80px;
  position: relative;
}

.section-66-copy.section--hero {
  background-image: none;
  background-position: 0%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section-666-copy {
  padding: 75px 80px;
  position: relative;
}

.section-666-copy.section--hero {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.cover {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  position: relative;
}

.image-108 {
  min-width: 400px;
  max-width: none;
}

.image-106-copy {
  max-width: 50%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-6 {
  text-align: center;
}

.section-7-copy {
  padding: 75px 80px;
  position: relative;
}

.section-7-copy.section--hero {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section-77-copy {
  padding: 75px 80px;
  position: relative;
}

.section-77-copy.section--hero {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.cover-copy {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  position: relative;
}

.cover-copy-copy {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  position: relative;
}

.section-99-copy {
  padding: 75px 80px;
  position: relative;
}

.section-99-copy.section--hero {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.heading-222-copy-copy {
  color: #fff;
  text-shadow: 0 4px 9px #000000fc;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 140px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.link-block-6-copy {
  text-align: center;
}

.hero-paragraph-2-copy {
  color: var(--color-4);
  text-align: center;
  margin: 0 auto 40px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.hero-paragraph-23 {
  color: var(--color-4);
  text-align: center;
  margin: 400px auto 40px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.hero-paragraph-2-copy-copy {
  color: var(--color-4);
  text-align: justify;
  margin: 0 auto 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.image-188-copy {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.link-block-7 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  display: block;
}

.image-18-copy {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.text-span-32 {
  color: var(--red);
  font-size: 20px;
}

.link-block-13 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-6-copy-copy {
  text-align: center;
}

.section-wrapper-copy {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper-copy.glow-3 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  padding: 50px 10vw 0;
}

.image-106-copy-copy {
  max-width: 50%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.image-109 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-110 {
  margin-top: 5px;
  margin-right: 10px;
}

.section-7 {
  text-align: center;
}

.section-8 {
  height: 400px;
}

.wrapper-l {
  padding-top: 128px;
  padding-bottom: 128px;
}

.wrapper-l.st-p-0 {
  padding-top: 126px;
}

.is--yoga_item {
  align-items: center;
  display: flex;
}

.reviewratings {
  color: #145e67;
  text-align: left;
  font-weight: 700;
}

.is---reviews-ratings {
  display: flex;
}

.heading-24 {
  color: #073e3c;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.heading-24.xl {
  color: #145e67;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.hero-illustration {
  z-index: -1;
  margin-top: -89px;
  margin-left: -127px;
  position: relative;
}

.body-text {
  color: #3f6968;
  margin-top: 0;
}

.body-text.l {
  color: #778c90;
  font-size: 1.125rem;
  line-height: 1.75;
}

.is--hero_reviews.s-m-t-48 {
  border: 1px solid #f2f3f5;
  border-radius: 100vw;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 16px;
  display: flex;
}

.is--hero_profile {
  width: 48px;
  height: 48px;
}

.hero-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.wrapper-r {
  align-items: center;
  display: flex;
}

.reviewtitle {
  color: #145e67;
  font-weight: 400;
}

.container-21, .container_top {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 70px;
  display: grid;
}

.top1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top2 {
  width: auto;
  height: auto;
}

.heading-25 {
  color: #000;
  text-align: center;
  font-size: 40px;
}

.image-317 {
  text-align: left;
  max-width: 100%;
  padding: 20px 10px 10px;
  display: inline-block;
  position: static;
}

.grid-a1 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-a {
  background-color: #0000;
  border-radius: 20px;
}

.button-a {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.title-a1 {
  color: #fff;
  font-size: 30px;
}

.heading-27 {
  color: #000;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-a1 {
  background-color: #2598bee6;
  border-radius: 20px;
  max-width: 100%;
  margin: auto 10px 40px;
  padding: 40px 10px;
}

.subject_1 {
  color: #000;
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.line1 {
  color: #000;
  text-align: center;
  background-color: #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  height: 1px;
  margin: 0 15px 10px;
  text-decoration: none;
  display: block;
}

.heading-28 {
  color: #000;
  text-align: center;
  font-size: 40px;
  line-height: 56px;
}

.image-318 {
  text-align: left;
  max-width: 100%;
  padding: 20px 10px 10px;
  display: inline-block;
  position: static;
}

.heading-29 {
  color: #f6f1eb;
  text-align: center;
  background-color: #020202;
  margin-bottom: 40px;
  padding: 10px 20px;
}

.image-319 {
  text-align: left;
  max-width: 100%;
  padding: 20px 10px 10px;
  display: inline-block;
  position: static;
}

.heading-30 {
  color: #000;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-320 {
  text-align: left;
  max-width: 100%;
  padding: 20px 10px 10px;
  display: inline-block;
  position: static;
}

.heading-31 {
  color: #000;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  text-align: justify;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.div-block_1 {
  background-color: #fff;
  border-radius: 20px;
}

.container_1 {
  background-color: #7ec0d6;
  border-radius: 20px;
  max-width: 100%;
  margin: auto 10px 40px;
  padding: 40px 20px;
}

.grid_1 {
  background-color: #0000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.wrapper_1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.split-left_1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.title_p1 {
  box-shadow: 0 4px 24px #96a3b514;
}

.split-right_1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.button1 {
  color: #fff;
  text-align: center;
  background-color: #1c141e;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-23 {
  text-align: center;
}

.container_2 {
  background-color: #b3c573;
  border-radius: 20px;
  max-width: 100%;
  margin: auto 10px 40px;
  padding: 40px 20px;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  text-align: justify;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block_2 {
  background-color: #fff;
  border-radius: 20px;
}

.grid_2 {
  background-color: #0000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.wrapper_2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.split-left_4, .split-right_2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.container_3 {
  background-color: #ff9879;
  border-radius: 20px;
  max-width: 100%;
  margin: auto 10px 40px;
  padding: 40px 20px;
}

.grid_3 {
  background-color: #0000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.wrapper_3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.split-left_3, .split-right_3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.div-block_3 {
  background-color: #fff;
  border-radius: 20px;
}

.button_2, .button_3 {
  color: #fff;
  background-color: #1c141e;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.div-block_32, .div-block_22, .div-block_12 {
  text-align: center;
}

.container_4 {
  background-color: #fec343;
  border-radius: 20px;
  max-width: 100%;
  margin: auto 10px 40px;
  padding: 40px 20px;
}

.grid_4 {
  background-color: #0000;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.div-block_4 {
  background-color: #fff;
  border-radius: 20px;
}

.div-block_42 {
  text-align: center;
}

.button_4 {
  color: #fff;
  background-color: #1c141e;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.container_5 {
  background-color: #7ec0d6;
  border-radius: 20px;
  max-width: 100%;
  margin: auto 10px 40px;
  padding: 40px 20px;
}

.grid_5 {
  background-color: #0000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.wrapper_5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.split-left_5, .split-right_5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.div-block_5 {
  background-color: #fff;
  border-radius: 20px;
}

.div-block_52 {
  text-align: center;
}

.button_5 {
  color: #fff;
  background-color: #020202;
  border-radius: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.container_6 {
  background-color: #b3c573;
  border-radius: 20px;
  max-width: 100%;
  margin: auto 10px 40px;
  padding: 40px 20px;
}

.grid_6 {
  background-color: #0000;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.wrapper_6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.split_left6, .split_right6, .split-left_2, .split-right_4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.div-block_6 {
  background-color: #fff;
  border-radius: 20px;
}

.div-block_62 {
  text-align: center;
}

.button_6 {
  color: #fff;
  background-color: #020202;
  border-radius: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.container_7 {
  background-color: #ff9879;
  border-radius: 20px;
  max-width: 100%;
  margin: auto 10px 40px;
  padding: 40px 20px;
}

.grid_7 {
  background-color: #0000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.wrapper_7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.split-left_7, .split-right_7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.div-block_7 {
  background-color: #fff;
  border-radius: 20px;
}

.div-block_72 {
  text-align: center;
}

.button_7 {
  color: #fff;
  background-color: #1c141e;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.container_8 {
  background-color: #fec343;
  border-radius: 20px;
  max-width: 100%;
  margin: auto 10px 40px;
  padding: 40px 20px;
}

.grid_8 {
  background-color: #0000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.wrapper_8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.split-left_8, .split-right_8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.div-block_8 {
  background-color: #fff;
  border-radius: 20px;
}

.div-block_82 {
  text-align: center;
}

.button_8 {
  color: #fff;
  background-color: #1c141e;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.container_9 {
  background-color: #7ec0d6;
  border-radius: 20px;
  max-width: 100%;
  margin: auto 10px;
  padding: 40px 20px;
}

.grid_9 {
  background-color: #0000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.wrapper_9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.split-left_9, .split-right_9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.div-block_9 {
  background-color: #fff;
  border-radius: 20px;
}

.div-block_92 {
  text-align: center;
}

.button_9 {
  color: #fff;
  background-color: #1c141e;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.title_p3, .title_p2, .title-p4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-321, .title_p5 {
  margin-top: auto;
  padding-top: 0;
}

.title_p6, .title_p8, .title_p10, .title_p11, .title_p12 {
  box-shadow: 0 4px 24px #96a3b514;
}

.paragraph-19 {
  color: #262633;
  text-align: justify;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
}

.image-118 {
  text-align: center;
  flex: 1;
}

.container-note_bg {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-32 {
  color: #fff;
  text-align: left;
  background-color: #020202;
  padding-left: 20px;
  font-size: 30px;
}

.container-note {
  text-align: left;
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}

.text-span-33 {
  color: #ef3c5e;
  text-decoration: underline;
}

.container-43 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.link-2 {
  color: #ef3c5e;
}

.bold-text-12 {
  color: #fff;
}

.mobile_bg {
  max-width: 100%;
  padding-top: 0;
  display: none;
}

.container-42 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-119 {
  display: block;
}

.mobile_bg-2 {
  max-width: 100%;
  padding-top: 0;
  display: inline-block;
}

.container-44 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-322 {
  text-align: center;
  display: block;
}

.top3 {
  z-index: 3;
  width: 72vh;
  max-width: none;
  height: 28vh;
  padding-right: 0;
  position: absolute;
  bottom: 419px;
  right: 118.5px;
}

.div-block-25, .div-block_cat {
  text-align: right;
}

.image-323 {
  z-index: 2;
  width: 1200px;
  max-width: 70%;
  height: 800px;
  padding-left: 0;
  position: absolute;
  inset: -93px 0 auto 199px;
}

.image-324 {
  z-index: 2;
  position: absolute;
  inset: 62px 155px -219.438px auto;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: -4px 6px 134px 254px;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.cat {
  margin-top: -597px;
  margin-right: -12px;
  padding-top: 0;
}

.grid-a3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-33 {
  color: #000;
  text-align: center;
  font-size: 40px;
}

.image-325 {
  text-align: left;
  max-width: 100%;
  padding: 20px 10px 10px;
  display: inline-block;
  position: static;
}

.paragraph-a2 {
  color: #000;
  text-align: justify;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.grid-a1-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-a-2 {
  background-color: #0000;
  border-radius: 20px;
}

.heading-34 {
  color: #000;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-a1-2 {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1200px;
  margin-bottom: 40px;
  padding: 40px 20px;
}

.paragraph-a3 {
  color: #000;
  text-align: justify;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.container-a2 {
  background-color: #ffdf70cc;
  border-radius: 20px;
  max-width: 1200px;
  margin-bottom: 40px;
  padding: 40px 20px;
}

.section_3 {
  text-align: justify;
  background-color: #f6dfae;
  padding: 40px 20px 20px;
}

.grid-a2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-a3 {
  background-color: #ffdf70cc;
  border-radius: 20px;
  max-width: 1200px;
  margin-bottom: 40px;
  padding: 40px 20px;
}

.infographic-tab {
  width: 100%;
  height: 100%;
}

.button-a-1 {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 32rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-a-1.tab-button {
  color: #0000;
  background-color: #0000;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  bottom: 75%;
  right: 28%;
}

.buttonc1 {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 22rem;
  display: flex;
  position: absolute;
  inset: auto auto 12rem 0%;
}

.buttonc1.tab-button {
  color: #0000;
  background-color: #0000;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  bottom: 34%;
  left: 4%;
}

.section_2 {
  background-color: #1c141e;
  margin-top: -7px;
  padding-top: 0;
}

.infographic-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.button-a-2 {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 32rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-a-2.tab-button {
  color: #0000;
  background-color: #0000;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  bottom: 59%;
  right: 8%;
}

.outline {
  max-width: 1200px;
  margin-top: 0;
  padding: 20px;
  line-height: 22px;
}

.buttonb2 {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 12rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.buttonb2.tab-button {
  color: #0000;
  background-color: #0000;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  inset: auto 40% 4% auto;
}

.outline_2 {
  color: #fff;
  text-align: justify;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.infographic_buttons {
  z-index: 2;
  width: 100%;
  height: 100%;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.paragraph2 {
  color: #fff;
  text-align: justify;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.outline_1 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-huge {
  background-color: #fe676c;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}

.button-a-3 {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 22rem;
  display: flex;
  position: absolute;
  inset: auto auto 12rem 0%;
}

.button-a-3.tab-button {
  color: #0000;
  background-color: #0000;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  inset: auto 4% 35% auto;
}

.tabs_menu {
  display: none;
}

.container-46 {
  text-align: justify;
  max-width: 1200px;
  padding: 20px;
  line-height: 22px;
}

.buttonb1 {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 12rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.buttonb1.tab-button {
  color: #0000;
  background-color: #0000;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  inset: auto 16% 13% auto;
}

.infographic-wrapper {
  width: 50rem;
  height: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.buttonc3 {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 32rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.buttonc3.tab-button {
  color: #0000;
  background-color: #0000;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  inset: 5% auto auto 28%;
}

.tab-flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.buttonb3 {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 12rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.buttonb3.tab-button {
  color: #0000;
  background-color: #0000;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  inset: auto auto 13% 16%;
}

.buttonc2 {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 32rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.buttonc2.tab-button {
  color: #0000;
  background-color: #0000;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  inset: 21% auto auto 8%;
}

.bold-text-13 {
  color: #000;
}

.bold-text-14 {
  color: #fff;
}

.div-block-text {
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.bold-text_title {
  color: #264955;
}

.container_part1 {
  background-color: #0000;
  border: 5px dashed #1c141e;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: -90px auto auto;
  padding: 100px 40px 40px;
  display: flex;
}

.container-title {
  text-align: center;
  max-width: 100%;
  margin-top: -71px;
}

.image_book {
  text-align: center;
  padding: 0 10px;
}

.div-block-book_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-span-34 {
  color: red;
}

.link-block-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-113 {
  margin-top: 0;
  padding-top: 0;
  position: sticky;
}

.bold-text_color {
  color: #ef3c5e;
}

.bold-text_price {
  color: #306734;
}

.div-block-content {
  background-color: #fecd07;
  border: 5px #a1877a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: auto;
  height: 300px;
  min-height: 100px;
  text-decoration: none;
  display: flex;
}

.grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-span_bg {
  color: #306734;
  text-decoration: line-through;
}

.heading_title {
  color: #fff;
  background-color: #000;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 28px;
}

.paragraph_price {
  color: #000;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  text-decoration: none;
}

.text-block-7 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.product_1 {
  max-width: 100%;
  margin-top: 0;
  padding: 0 20px;
}

.div-block_title1 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.content_1-2 {
  color: #000;
  text-align: justify;
  flex-flow: column;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px 20px;
  text-decoration: none;
  display: block;
}

.content_1 {
  color: #1c141e;
}

.grid-more {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product_2 {
  max-width: 100%;
  margin-top: 0;
  padding: 0 20px;
}

.grid2 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container2 {
  background-color: #0088d6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin: 40px auto auto;
  padding: 20px;
  display: flex;
}

.div-block-product-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-title2 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.product_3 {
  max-width: 100%;
  margin-top: 0;
  padding: 0 20px;
}

.container3 {
  background-color: #0088d6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200%;
  height: 100%;
  margin: 40px auto auto;
  padding: 20px;
  display: flex;
}

.div-block-title3 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-product-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.product_4 {
  max-width: 100%;
  margin-top: 0;
  padding: 0 20px;
}

.button2 {
  color: #fff;
  text-align: center;
  background-color: #020202;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-product-1-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button3 {
  color: #fff;
  text-align: center;
  background-color: #020202;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.container4 {
  background-color: #0088d6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200%;
  height: 100%;
  margin: 40px auto auto;
  padding: 20px;
  display: flex;
}

.grid4 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-title4 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-product-4, .div-block-product-1-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button4 {
  color: #fff;
  text-align: center;
  background-color: #020202;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.product_5 {
  max-width: 100%;
  margin-top: 0;
  padding: 0 20px;
}

.container5 {
  background-color: #0088d6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200%;
  height: 100%;
  margin: 40px auto auto;
  padding: 20px;
  display: flex;
}

.grid5 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-title5 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-product-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.product_6 {
  max-width: 100%;
  margin-top: 0;
  padding: 0 20px;
}

.container6 {
  background-color: #0088d6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200%;
  height: 100%;
  margin: 40px auto auto;
  padding: 20px;
  display: flex;
}

.grid6 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-title6 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-product-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.product_7 {
  max-width: 100%;
  margin-top: 0;
  padding: 0 20px;
}

.container7 {
  background-color: #0088d6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200%;
  height: 100%;
  margin: 40px auto auto;
  padding: 20px;
  display: flex;
}

.grid7 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-title7 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-product-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.wrapper1 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split_left, .hero-split_right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.images {
  flex: 0 auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.part {
  max-width: 1200px;
  margin-top: 20px;
  padding: 20px;
  line-height: 22px;
}

.grid3 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button5 {
  color: #fff;
  text-align: center;
  background-color: #020202;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.button6 {
  color: #fff;
  text-align: center;
  background-color: #1c141e;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.button7 {
  color: #fff;
  text-align: center;
  background-color: #020202;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.nav-r_bg {
  display: flex;
}

.nav_r {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  aspect-ratio: auto;
  text-align: right;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: 8px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.link-block-22 {
  background-color: #58241800;
  text-decoration: none;
}

.div-block-95 {
  color: #fff;
  background-color: #000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.link-block-23, .link-block-24 {
  background-color: #58241800;
  text-decoration: none;
}

.link-block-25 {
  background-color: #695e4200;
  text-decoration: none;
}

.link-block-26 {
  background-color: #58241800;
}

.section_4 {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
}

.link-block-27, .link-block-28, .link-block-29 {
  background-color: #695e42;
}

.div-block-96 {
  color: #fff;
  background-color: #695e42;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-weight: 700;
  display: inline-block;
}

.section-13 {
  z-index: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: 8px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34 {
  background-color: #695e42;
}

.link-block-35, .link-block-35.w--current {
  background-color: #0000;
}

.link-block-36 {
  background-color: #695e42;
}

.div-block-97 {
  color: #fff;
  background-color: #1c141e;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 40px 10px 10px;
  font-weight: 700;
  display: inline-block;
}

.link-block-37, .link-block-38, .link-block-39, .link-block-40 {
  background-color: #695e42;
}

.section_5 {
  z-index: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: 8px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.section1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  display: grid;
}

.top1-2 {
  vertical-align: baseline;
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.div_top2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.top2-2 {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div_top3 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.top_3 {
  z-index: 4;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.top_1 {
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.title_bg {
  max-width: 1200px;
  margin-top: 0;
  padding: 40px 20px;
  line-height: 22px;
}

.title1 {
  color: #fff;
  text-align: justify;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.title_bold {
  color: #fff;
}

.div_top4 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-326, .top_2 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: inline-flex;
}

.top_4 {
  text-align: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-327 {
  height: 100%;
}

.topt_2 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: static;
}

.image-328 {
  text-align: center;
}

.part1 {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px;
}

.container_title1 {
  z-index: 3;
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  max-width: none;
  position: relative;
}

.part2 {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px;
}

.container_title2 {
  z-index: 3;
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  max-width: none;
  position: relative;
}

.container_part2 {
  background-color: #0000;
  border: 5px dashed #1c141e;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: -90px auto auto;
  padding: 100px 40px 40px;
  display: flex;
}

.grid_part2, .grid_part1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block_title2 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-book_2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.subject_2 {
  color: #000;
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.line2 {
  color: #000;
  text-align: center;
  background-color: #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  height: 1px;
  margin: 0 15px 10px;
  text-decoration: none;
  display: block;
}

.content_2-2 {
  color: #000;
  text-align: justify;
  flex-flow: column;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: block;
}

.button1-copy {
  color: #fff;
  text-align: center;
  background-color: #585a56;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.content_2-2 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.part3 {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px;
}

.container_title3 {
  z-index: 3;
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  max-width: none;
  position: relative;
}

.container_part3 {
  background-color: #0000;
  border: 5px dashed #1c141e;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: -90px auto auto;
  padding: 100px 40px 40px;
  display: flex;
}

.grid_part3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block_title3 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.content_2 {
  color: #1c141e;
}

.div-block-book_1-copy, .div-block-book_3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.subject_3 {
  color: #000;
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.part4 {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px;
}

.container_title4 {
  z-index: 3;
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  max-width: none;
  position: relative;
}

.container_part4 {
  background-color: #0000;
  border: 5px dashed #1c141e;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: -90px auto auto;
  padding: 100px 40px 40px;
  display: flex;
}

.grid_part4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-book_4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.line4, .line3, .line2-copy {
  color: #000;
  text-align: center;
  background-color: #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  height: 1px;
  margin: 0 15px 10px;
  text-decoration: none;
  display: block;
}

.content_3-2 {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px 20px;
}

.div-block_title4 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.subject_4 {
  color: #000;
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.content_4 {
  color: #fff;
}

.button_2-copy {
  color: #fff;
  background-color: #585a56;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.content_4-2 {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px 20px;
}

.part5 {
  background-color: #1c141e99;
  border-radius: 20px;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 30px 0;
}

.container_title5 {
  z-index: 3;
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  max-width: none;
  position: relative;
}

.title_bg5 {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: auto;
  padding: 10px 0;
  line-height: 22px;
  display: flex;
}

.title_bold5 {
  color: #fff;
}

.title5 {
  color: #585a56;
  text-align: justify;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-98 {
  justify-content: center;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.container_part5 {
  background-color: #0000;
  border: 5px #585a56;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: -120px auto auto;
  padding: 100px 40px 40px;
  display: flex;
}

.grid_part5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section_6 {
  text-align: justify;
  background-color: #ddac91;
  padding: 40px 20px 20px;
}

.part6 {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px;
}

.container_title6 {
  z-index: 3;
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  max-width: none;
  position: relative;
}

.container_part6 {
  background-color: #0000;
  border: 5px dashed #1c141e;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: -90px auto auto;
  padding: 100px 40px 40px;
  display: flex;
}

.grid_part6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block_title6 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.content_3 {
  color: #1c141e;
}

.subject_6 {
  color: #000;
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.div-block-book_6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.line6 {
  color: #000;
  text-align: center;
  background-color: #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  height: 1px;
  margin: 0 15px 10px;
  text-decoration: none;
  display: block;
}

.content_6-2 {
  color: #000;
  text-align: justify;
  flex-flow: column;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px 20px;
  text-decoration: none;
  display: block;
}

.part7 {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px;
}

.container_title7 {
  z-index: 3;
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  max-width: none;
  position: relative;
}

.container_part7 {
  background-color: #0000;
  border: 5px dashed #1c141e;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: -90px auto auto;
  padding: 100px 40px 40px;
  display: flex;
}

.grid_part7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-book_7, .div-block-book_2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block_title7 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.line7 {
  color: #000;
  text-align: center;
  background-color: #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  height: 1px;
  margin: 0 15px 10px;
  text-decoration: none;
  display: block;
}

.content_7-2 {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px 20px;
}

.line2-copy {
  color: #000;
  text-align: center;
  background-color: #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  height: 1px;
  margin: 0 15px 10px;
  text-decoration: none;
  display: block;
}

.subject_7 {
  color: #000;
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.part8 {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px;
}

.container_title8 {
  z-index: 3;
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  max-width: none;
  position: relative;
}

.container_part8 {
  background-color: #0000;
  border: 5px dashed #1c141e;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: -90px auto auto;
  padding: 100px 40px 40px;
  display: flex;
}

.grid_part8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block_title8 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.subject_8 {
  color: #000;
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.div-block-book_9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.line8 {
  color: #000;
  text-align: center;
  background-color: #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  height: 1px;
  margin: 0 15px 10px;
  text-decoration: none;
  display: block;
}

.div-block-book_8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.content_8-2 {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px 20px;
}

.part9 {
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px;
}

.container_title9 {
  z-index: 3;
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  max-width: none;
  position: relative;
}

.container_part9 {
  background-color: #0000;
  border: 5px dashed #1c141e;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: -90px auto auto;
  padding: 100px 40px 40px;
  display: flex;
}

.grid_part9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-book_4-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.line9 {
  border: 1px solid #000;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.content_9-2 {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px 20px;
}

.line4-copy {
  color: #000;
  text-align: center;
  background-color: #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 92%;
  height: 1px;
  margin: 0 15px 10px;
  text-decoration: none;
  display: block;
}

.content_9 {
  width: 92%;
}

.div-block_title9 {
  text-align: center;
}

.subject_9 {
  color: #000;
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.section_7 {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
}

.part10 {
  background-color: #1c141e99;
  border-radius: 20px;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 30px;
}

.container_title10 {
  z-index: 3;
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  max-width: none;
  position: relative;
}

.title_bg10 {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: auto;
  padding: 10px 0;
  line-height: 22px;
  display: flex;
}

.div-block5, .div-block10 {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.title10 {
  color: #585a56;
  text-align: justify;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.title_bold10 {
  color: #fff;
}

.div-block10-2 {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.title_bg11 {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: auto;
  padding: 10px 0;
  line-height: 22px;
  display: flex;
}

.div-block11 {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.title_bg12 {
  background-color: #f6dfae;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: auto;
  padding: 20px;
  line-height: 22px;
  display: flex;
}

.div-block12 {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.title11 {
  color: #585a56;
  text-align: justify;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.title12 {
  color: #fff;
  text-align: justify;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.title_bold12 {
  color: #1c141e;
  -webkit-text-stroke-color: #fff;
}

.text-span-35 {
  color: #1c141e;
  font-size: 30px;
}

.link-block-41 {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1280px) {
  .service-cards-wrapper {
    margin-bottom: 40px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .service-card {
    padding: 40px 0;
  }

  .service-card-title {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5em;
  }

  .hero-content-conatiner {
    margin-right: 0;
  }

  .hero-paragraph-2 {
    margin-top: 0;
    line-height: 30px;
  }

  .section-wrapper.glow-3 {
    flex-flow: column;
    padding: 60px 10vw;
  }

  .button-text {
    color: var(--color-6);
    font-size: 19px;
    font-weight: 600;
  }

  .button-text:hover {
    font-weight: 600;
  }

  .button-content {
    background-color: #ecdada;
    margin-left: 0;
  }

  .button-content:hover {
    background-color: var(--fdf359);
  }

  .section-container.hero {
    align-items: center;
  }

  .button-4 {
    border-color: #010101;
    margin-top: 10px;
    margin-left: 20px;
  }

  .button-4:hover {
    background-color: var(--fdf359);
    color: #171717;
  }

  .heading-22-copy {
    padding-right: 150px;
  }

  .section-container-copy.hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-21 {
    margin-bottom: 100px;
  }

  .image-18 {
    margin-bottom: 20px;
  }

  .button-5 {
    background-color: var(--color-4);
    color: #060606;
    border: 1px solid #000;
    border-radius: 0;
    margin-top: 10px;
    margin-left: 20px;
    padding: 10px 20px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .grid-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .image-105 {
    margin-top: 0;
  }

  .content-copy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-6-copy.section--hero {
    background-image: none;
  }

  .section-6-copy-copy.section--hero, .section-6-copy-copy-copy.section--hero {
    background-image: none;
    background-position: 50% 0;
  }

  .section-66-copy.section--hero {
    background-image: none;
  }

  .cover {
    background-image: none;
    background-position: 0 0;
    background-size: cover;
    max-width: none;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .image-106-copy {
    max-width: 50%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-7-copy.section--hero, .section-77-copy.section--hero {
    background-image: none;
  }

  .cover-copy {
    background-image: none;
    background-position: 0 0;
    background-size: cover;
    max-width: none;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cover-copy-copy {
    background-image: none;
    background-position: 0 0;
    background-size: cover;
    width: auto;
    max-width: none;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-99-copy.section--hero {
    background-image: none;
  }

  .heading-222-copy-copy {
    padding-right: 150px;
  }

  .hero-paragraph-2-copy {
    margin-top: 0;
  }

  .hero-paragraph-23 {
    margin-top: 500px;
  }

  .hero-paragraph-2-copy-copy {
    margin-top: 0;
    line-height: 30px;
  }

  .link-block-12 {
    width: auto;
    display: block;
  }

  .image-18-copy {
    margin-bottom: 20px;
  }

  .section-wrapper-copy.glow-3 {
    flex-flow: column;
    padding: 60px 10vw 20px;
  }

  .image-106-copy-copy {
    max-width: 50%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-7 {
    text-align: center;
  }

  .button1 {
    background-color: #1c141e;
  }

  .container_2 {
    background-color: #b3c573;
  }

  .button_2, .button_4, .button_7, .button_8, .button_9 {
    background-color: #1c141e;
  }

  .container_part1 {
    border-color: #1c141e;
  }

  .content_1 {
    color: #1c141e;
  }

  .button6 {
    background-color: #1c141e;
  }

  .link-block-35 {
    background-color: #0000;
  }

  .container_part2, .container_part3 {
    border-color: #1c141e;
  }

  .content_2 {
    color: #1c141e;
  }

  .container_part4 {
    border-color: #1c141e;
  }

  .content_4 {
    color: #1c141e;
  }

  .part5 {
    background-color: #1c141eb3;
    border-radius: 20px;
    margin-top: 40px;
  }

  .title_bg5 {
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title_bold5 {
    color: #fff;
  }

  .container_part6, .container_part7, .container_part8, .container_part9 {
    border-color: #1c141e;
  }

  .part10 {
    background-color: #1c141eb3;
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block5 {
    max-width: none;
  }

  .div-block10, .title_bold10 {
    color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    display: block;
  }

  .service-cards-wrapper {
    margin-bottom: 40px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .service-card {
    padding: 10px;
    font-size: 15px;
  }

  .service-card-title {
    font-size: 16px;
  }

  .service-card-paragraph {
    font-size: 15px;
  }

  .hero-content-conatiner {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    max-width: 620px;
    margin-right: 0;
  }

  .hero-title {
    font-size: 42px;
  }

  .webflow-partner-badge {
    width: 250px;
    height: 250px;
  }

  .hero-paragraph-2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 34px;
  }

  .button-content {
    font-size: 17px;
  }

  .section-container.hero {
    align-items: center;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hero-paragraph-2-copy {
    font-size: 18px;
  }

  .section-container-copy.hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-21 {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .button-5 {
    margin-top: 10px;
  }

  .grid-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .content-copy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-6-copy-copy.section--hero, .section-6-copy-copy-copy.section--hero, .section-66-copy.section--hero {
    background-image: none;
  }

  .cover, .cover-copy, .cover-copy-copy {
    max-width: none;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hero-paragraph-2-copy {
    margin-top: 0;
    font-size: 18px;
  }

  .hero-paragraph-23 {
    margin-top: 500px;
    font-size: 16px;
  }

  .hero-paragraph-2-copy-copy {
    margin-top: 0;
    font-size: 18px;
    line-height: 34px;
  }

  .section-7 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-a {
    text-align: center;
  }

  .container-a1 {
    background-color: #26a0c8cc;
  }

  .div-block_1 {
    text-align: center;
  }

  .container_1 {
    background-color: #7ec0d6;
  }

  .container_2 {
    background-color: #b3c573;
  }

  .div-block_2 {
    text-align: center;
  }

  .container_3 {
    background-color: #ff9879;
  }

  .div-block_3 {
    text-align: center;
  }

  .container_4 {
    background-color: #fec343;
  }

  .div-block_4 {
    text-align: center;
  }

  .container_5 {
    background-color: #7ec0d6;
  }

  .div-block_5 {
    text-align: center;
  }

  .container_6 {
    background-color: #b3c573;
  }

  .div-block_6 {
    text-align: center;
  }

  .container_7 {
    background-color: #ff9879;
  }

  .div-block_7 {
    text-align: center;
  }

  .container_8 {
    background-color: #fec343;
  }

  .div-block_8 {
    text-align: center;
  }

  .container_9 {
    background-color: #7ec0d6;
  }

  .div-block_9, .image-118 {
    text-align: center;
  }

  .cat {
    margin-top: -806px;
  }
}

@media screen and (min-width: 1920px) {
  .section-6.section--hero {
    background-image: none;
  }

  .service-cards-wrapper {
    grid-column-gap: 20px;
    justify-content: space-around;
    margin-bottom: 60px;
    margin-left: 220px;
    margin-right: 220px;
  }

  .service-card {
    padding: 10px 0;
  }

  .service-card-title {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5em;
  }

  .hero-content-conatiner {
    text-align: left;
    justify-content: flex-start;
  }

  .hero-paragraph-2 {
    margin-top: 0;
    line-height: 34px;
  }

  .section-wrapper.glow-3 {
    padding-right: 10vw;
  }

  .section-container.hero {
    align-items: center;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section-container-copy.hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-17 {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .button-5 {
    margin-top: 10px;
  }

  .grid-5 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin: 60px 250px;
  }

  .content-copy {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-6-copy-copy-copy.section--hero, .section-66-copy.section--hero {
    background-image: none;
  }

  .cover {
    background-size: cover;
    max-width: none;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-wrapper-copy.glow-3 {
    padding-right: 10vw;
  }

  .cover-copy {
    background-size: cover;
    max-width: none;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .cover-copy-copy {
    background-size: cover;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-99-copy.section--hero {
    background-position: 50%;
    background-size: cover;
  }

  .hero-paragraph-2-copy {
    margin-top: 0;
  }

  .hero-paragraph-23 {
    margin-top: 500px;
    line-height: 30px;
  }

  .hero-paragraph-2-copy-copy {
    margin-top: 0;
  }

  .section-wrapper-copy.glow-3 {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-right: 10vw;
  }

  .section_1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .top2 {
    vertical-align: baseline;
  }

  .container_1 {
    background-color: #7ec0d6;
  }

  .image-118 {
    text-align: center;
  }

  .container-45 {
    max-width: 1200px;
  }

  .cat {
    margin-top: -826px;
  }

  .container_part1 {
    margin-top: -90px;
  }

  .div-block-book_1 {
    background-color: #fff;
  }

  .div-block-content {
    background-color: #fecd07;
  }

  .grid1 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .product_1 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-more {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .product_2 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid2 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .container2 {
    margin-top: auto;
  }

  .div-block-product-2 {
    background-color: #fff;
  }

  .product_3 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container3 {
    margin-top: auto;
  }

  .div-block-product-3 {
    background-color: #fff;
  }

  .product_4 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-product-1-copy {
    background-color: #fff;
  }

  .container4 {
    margin-top: auto;
  }

  .grid4 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .div-block-product-4, .div-block-product-1-copy {
    background-color: #fff;
  }

  .product_5 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container5 {
    margin-top: auto;
  }

  .grid5 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .div-block-product-5 {
    background-color: #fff;
  }

  .product_6 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container6 {
    margin-top: auto;
  }

  .grid6 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .div-block-product-6 {
    background-color: #fff;
  }

  .product_7 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container7 {
    margin-top: auto;
  }

  .grid7 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .div-block-product-7 {
    background-color: #fff;
  }

  .grid3 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .nav-r_bg {
    display: flex;
  }

  .section_4 {
    padding-bottom: 0;
  }

  .part1 {
    background-image: none;
    margin-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .part2 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container_part2 {
    margin-top: -90px;
  }

  .grid_part2, .grid_part1 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .div-block-book_2 {
    background-color: #fff;
  }

  .part3 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container_part3 {
    margin-top: -90px;
  }

  .grid_part3 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .div-block-book_1-copy, .div-block-book_3 {
    background-color: #fff;
  }

  .part4 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container_part4 {
    margin-top: -90px;
  }

  .grid_part4 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .div-block-book_4 {
    background-color: #fff;
  }

  .part5 {
    background-image: none;
    margin-top: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container_part5 {
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid_part5 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .section_6 {
    padding-top: 10px;
  }

  .part6 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container_part6 {
    margin-top: -90px;
  }

  .grid_part6 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .div-block-book_6 {
    background-color: #fff;
  }

  .part7 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container_part7 {
    margin-top: -90px;
  }

  .grid_part7 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .div-block-book_7, .div-block-book_2-copy {
    background-color: #fff;
  }

  .part8 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container_part8 {
    margin-top: -90px;
  }

  .grid_part8 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .div-block-book_9, .div-block-book_8 {
    background-color: #fff;
  }

  .part9 {
    background-image: none;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container_part9 {
    margin-top: -90px;
  }

  .grid_part9 {
    grid-template-rows: auto;
    min-width: 100%;
    min-height: 500px;
  }

  .div-block-book_4-copy {
    background-color: #fff;
  }

  .part10 {
    background-image: none;
    margin-top: auto;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    font-size: 30px;
  }

  .columns {
    padding-right: 20px;
  }

  .container {
    max-width: 725px;
  }

  .image-3 {
    margin-top: 20px;
  }

  .container-2 {
    text-align: center;
    max-width: none;
    height: auto;
    margin-bottom: 40px;
    padding: 11px;
  }

  .container-3 {
    padding-left: 137px;
    padding-right: 204px;
  }

  .container-4 {
    padding-left: 9px;
  }

  .container-5 {
    height: 380px;
  }

  .paragraph-3 {
    margin-bottom: 10px;
  }

  .bold-text {
    font-size: 60px;
  }

  .image-8 {
    margin-top: 0;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-left: 95px;
    padding-right: 95px;
  }

  .heading-7 {
    width: 200px;
    padding-left: 70px;
  }

  .div-block-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-9 {
    margin-left: 155px;
  }

  .image-10 {
    margin-left: 90px;
  }

  .div-block-5 {
    margin-left: 20px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-left: 80px;
    margin-right: 80px;
  }

  .div-block-8 {
    margin-top: 10px;
    padding: 0;
  }

  .menu-button, .icon {
    color: #333;
  }

  .menu-button-2 {
    clear: right;
    color: #333;
    position: relative;
  }

  .nav-menu-2 {
    background-color: #fff2f2;
  }

  .container-12 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: auto;
    padding-bottom: 10px;
    padding-left: 60px;
  }

  .paragraph-99 {
    margin-top: 20px;
    margin-left: 20px;
    font-family: Roboto, sans-serif;
  }

  .text-span-26 {
    font-size: 35px;
  }

  .display-heading-copy {
    max-width: 350px;
    margin-top: 60px;
    margin-left: 10px;
    font-size: 30px;
  }

  .hero-paragraph {
    max-width: 400px;
    margin-top: 10px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 45px;
    line-height: 1.1;
  }

  .button-001 {
    max-width: 150px;
    margin-left: 20px;
  }

  .paragraph-99-copy {
    margin-bottom: 40px;
    margin-left: 20px;
    font-family: Roboto, sans-serif;
  }

  .text-span-27 {
    font-size: 30px;
  }

  .display-heading {
    max-width: 350px;
    margin-left: 10px;
    font-size: 14px;
  }

  .hero-paragraph-copy, .hero-paragraph-copy-copy {
    max-width: 350px;
    margin-top: 10px;
    margin-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 70px;
  }

  .heading-8 {
    color: #ff057d;
    text-align: left;
    max-width: 350px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .bold-text-3 {
    text-align: left;
  }

  ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  .container-14 {
    width: auto;
  }

  .h2-container {
    width: 80%;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-item-container {
    height: auto;
  }

  .hero-section-7ccc {
    background-image: linear-gradient(to bottom, var(--orange), var(--color-4));
    height: auto;
    min-height: auto;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-20 {
    display: flex;
  }

  .why-acme-block-copy {
    text-align: center;
    width: 80%;
  }

  .support-top-details-412 {
    margin-top: 20px;
  }

  .why-acme-heading6-copy-copy {
    margin-top: 5px;
  }

  .why-acme-paragraph-6-copy-copy {
    text-align: center;
    margin-right: 0;
  }

  .container-17, .container-18 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-category-image-2 {
    width: 120px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .heading-18 {
    margin-top: 10px;
  }

  .home-category-info-2 {
    margin-right: 140px;
  }

  .heading-13 {
    font-size: 20px;
  }

  .home-category-info-1 {
    margin-left: 176px;
  }

  .home-category-image-1 {
    width: 176px;
    left: 10px;
  }

  .section-5 {
    padding: 88px 8px;
  }

  .section-5.haze {
    padding-top: 0;
  }

  .wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .home-categories {
    flex-direction: column;
    max-width: 400px;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .home-category-card {
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 32px;
  }

  .home-category-card.red {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-19 {
    margin-top: 10px;
  }

  .heading-20 {
    font-size: 30px;
  }

  .home-category-info-3 {
    margin-left: 140px;
  }

  .home-category-image-3 {
    width: 120px;
    margin-bottom: 0;
    padding-bottom: 10px;
    left: 10px;
  }

  .container-19 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-column-copy {
    width: auto;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-102 {
    text-align: center;
    font-size: 14px;
  }

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

  .heading-16-copy {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .about-columns-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .about-column-2copy {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-103 {
    font-size: 14px;
  }

  .div-block-18 {
    background-color: var(--color-8);
    color: #878787;
  }

  .container-2-copy {
    text-align: center;
    background-image: none;
    background-position: 100%;
    background-size: cover;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    padding: 11px;
  }

  .bold-text-4 {
    font-size: 19px;
  }

  .bold-text-5 {
    font-size: 18px;
  }

  .bold-text-6 {
    font-size: 19px;
  }

  .paragraph-103-copy, .paragraph-102-copy {
    text-align: left;
    max-width: none;
    font-size: 14px;
  }

  .about-column-copy-copy {
    width: 42%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-5-copy {
    padding: 88px 8px;
  }

  .section-5-copy.haze {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero-section-6copy-copy-copy {
    background-image: linear-gradient(to bottom, var(--orange), var(--color-4));
    height: 40px;
    min-height: 150px;
    padding-top: 40px;
  }

  .why-acme-heading6-copy-copy-copy {
    margin-top: 5px;
  }

  .why-acme-heading6-cc-copy {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .about-columns-wrapper-copy {
    margin: 100px 0 40px;
  }

  .div-block-18-copy {
    background-color: var(--color-8);
    color: #878787;
    background-color: var(--color-8);
  }

  .image-12 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-section-7ccc-copy {
    background-image: linear-gradient(to bottom, var(--orange), var(--color-4) 26%);
    height: auto;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .hero-section-7b-copy-copy {
    background-image: linear-gradient(to bottom, var(--e5e5e5), var(--e5e5e5));
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .heading-21-copy {
    margin-top: 0;
    font-size: 24px;
  }

  .hero__arrow {
    left: 377px;
  }

  .header__nav {
    display: none;
  }

  .hero__elem.mod--5 {
    max-width: 60px;
    top: 238px;
  }

  .hero__elem.mod--4 {
    max-width: 70px;
    bottom: 97px;
    left: -70px;
  }

  .hero__elem.mod--6 {
    max-width: 70px;
    bottom: -39px;
  }

  .hero__elem.mod--1 {
    max-width: 400px;
  }

  .hero__elem.mod--2 {
    max-width: 130px;
    top: 31px;
    left: 37px;
  }

  .hero__elem.mod--3 {
    display: none;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6.section--hero {
    background-position: 50% 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .header__humburger-close {
    z-index: 2;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .btn-cube__front:hover {
    transform: none;
  }

  .hero__over-heading {
    color: #fff;
    margin-bottom: 0;
  }

  .btn-cube__side.mod--2 {
    width: 12px;
    inset: 5px auto -5px -10px;
  }

  .btn-cube__side.mod--1 {
    height: 12px;
    top: 10px;
    left: -5px;
    right: 5px;
    transform: skew(45deg);
  }

  .btn-cube__side.mod--3 {
    height: 12px;
    inset: auto 5px -10px -4px;
    transform: skew(-45deg);
  }

  .header__col.col--login {
    display: none;
  }

  .hero__elements {
    width: 38vw;
    height: 400px;
  }

  .btn-cube {
    margin-left: 12px;
  }

  .hero__content {
    margin-left: 40px;
  }

  .header__humburger-wrap {
    cursor: pointer;
    width: 24px;
    display: block;
    position: relative;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__humburger {
    z-index: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: block;
    position: relative;
  }

  .hero__price-wrap {
    margin-right: 80px;
  }

  .service-cards-wrapper {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .service-card {
    text-align: center;
    padding: 0;
  }

  .service-card:hover {
    background-color: #4454fe00;
  }

  .service-card-title {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.5em;
  }

  .service-card-paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .service-card-list {
    font-size: 12px;
  }

  .hero-content-conatiner {
    flex-flow: column;
    max-width: 1400px;
    margin-right: 0;
  }

  .webflow-partner-badge {
    width: 160px;
    height: 160px;
    padding: 20px;
  }

  .hero-paragraph-2 {
    text-align: justify;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
    display: flex;
  }

  .section-wrapper.glow-3 {
    padding-right: 10vw;
  }

  .section-container.hero {
    padding-top: 100px;
    padding-bottom: 60px;
    display: block;
  }

  .button-4:hover {
    transform: none;
  }

  .heading-22-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 100px;
    font-size: 14px;
    line-height: 26px;
  }

  .image-13 {
    max-width: 65%;
  }

  .button-4-copy-copy {
    margin-bottom: 20px;
  }

  .button-4-copy-copy:hover {
    transform: none;
  }

  .image-15 {
    max-width: 55%;
  }

  .hero-paragraph-2-copy {
    font-size: 15px;
    display: block;
  }

  .button-4-copy:hover {
    transform: none;
  }

  .image-15-copy {
    max-width: 40%;
  }

  .section-container-copy.hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-self: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-17 {
    width: 400px;
  }

  .div-block-21 {
    margin-bottom: 100px;
  }

  .image-18 {
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
  }

  .grid-5 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 40px;
  }

  .image-105 {
    max-width: 40%;
    margin-top: 40px;
  }

  .heading-23 {
    color: var(--color-4);
    margin-bottom: 20px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 30px;
  }

  .content-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-106 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .image-107 {
    order: 0;
    margin-bottom: 0;
  }

  .section-6-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6-copy.section--hero {
    background-position: 50% 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-6-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6-copy-copy.section--hero {
    background-image: none;
    background-position: 50% 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-6-copy-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6-copy-copy-copy.section--hero {
    background-image: none;
    background-position: 50% 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-66-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-66-copy.section--hero {
    background-position: 50% 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-666-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-666-copy.section--hero {
    background-position: 50% 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .cover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-106-copy {
    max-width: 70%;
    margin-top: 20px;
  }

  .link-block-6 {
    text-align: center;
  }

  .section-7-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7-copy.section--hero {
    background-position: 50% 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-77-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-77-copy.section--hero {
    background-image: none;
    background-position: 50% 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .cover-copy, .cover-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-99-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-99-copy.section--hero {
    background-image: none;
    background-position: 50% 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading-222-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 100px;
    font-size: 14px;
    line-height: 26px;
  }

  .link-block-6-copy {
    text-align: center;
  }

  .hero-paragraph-2-copy {
    text-align: center;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 26px;
    display: flex;
  }

  .hero-paragraph-23 {
    text-align: center;
    flex-flow: column;
    margin-top: 250px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 22px;
    display: flex;
  }

  .hero-paragraph-2-copy-copy {
    text-align: justify;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
    display: flex;
  }

  .image-188-copy {
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    display: block;
    overflow: hidden;
  }

  .link-block-7 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .link-block-8, .link-block-9, .link-block-10, .link-block-11 {
    display: block;
  }

  .image-18-copy {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
  }

  .link-block-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-6-copy-copy {
    text-align: center;
  }

  .image-106-copy-copy {
    max-width: 70%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .section-wrapper-copy.glow-3 {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 10vw;
  }

  .image-106-copy-copy {
    max-width: 70%;
    margin-top: 20px;
  }

  .image-110 {
    margin-top: 5px;
    margin-right: 10px;
  }

  .wrapper-l.st-p-0 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-right {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .is--yoga_item.s-m-b-64 {
    margin-bottom: 0;
  }

  .st-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-illustration {
    margin-top: 0;
    margin-left: 0;
  }

  .is--hero_reviews.s-m-t-48 {
    width: 40%;
  }

  .hero-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1.25fr;
  }

  .wrapper-r {
    flex-direction: column;
  }

  .container-21, .container_top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .line1 {
    color: #000;
    background-color: #000;
  }

  .container-22 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wrapper_1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .split-left_1, .split-right_1 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-23 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wrapper_2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .split-left_4, .split-right_2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wrapper_3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .split-left_3, .split-right_3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wrapper_5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .split-left_5, .split-right_5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wrapper_6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .split_left6, .split_right6, .split-left_2, .split-right_4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wrapper_7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .split-left_7, .split-right_7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wrapper_8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .split-left_8, .split-right_8 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .wrapper_9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .split-left_9, .split-right_9 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-note {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-45 {
    max-width: 728px;
  }

  .cat {
    margin-top: -370px;
  }

  .section_3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-a-1 {
    width: 28vw;
    height: 53vw;
  }

  .buttonc1 {
    width: 22vw;
    height: 50vw;
    bottom: 8vw;
  }

  .button-a-2 {
    width: 28vw;
    height: 53vw;
  }

  .outline {
    margin-top: 10px;
  }

  .buttonb2 {
    width: 45vw;
    height: 20vw;
    left: 18vw;
  }

  .outline_2 {
    text-align: left;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-a-3 {
    width: 22vw;
    height: 50vw;
    bottom: 8vw;
  }

  .buttonb1 {
    width: 45vw;
    height: 20vw;
    left: 18vw;
  }

  .infographic-wrapper {
    width: 90vw;
    height: 90vw;
  }

  .buttonc3 {
    width: 28vw;
    height: 53vw;
  }

  .buttonb3 {
    width: 45vw;
    height: 20vw;
    left: 18vw;
  }

  .buttonc2 {
    width: 28vw;
    height: 53vw;
  }

  .container_part1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-content {
    flex-flow: column;
  }

  .grid1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .product_1, .product_2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container2 {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product_3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product_4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-3 {
    flex: 0 auto;
  }

  .container-47 {
    max-width: 728px;
  }

  .product_5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product_6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product_7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container7 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper1 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split_left, .hero-split_right {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .images {
    flex: 0 auto;
  }

  .part {
    margin-top: 10px;
  }

  .grid3 {
    display: flex;
  }

  .link-block-35 {
    background-color: #0000;
  }

  .section1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .title_bg {
    margin-top: auto;
  }

  .title1 {
    text-align: left;
  }

  .topt_2 {
    display: block;
  }

  .part1, .part2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container_part2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .grid_part1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .line2 {
    color: #000;
    background-color: #000;
  }

  .part3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container_part3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .part4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container_part4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .line4, .line3, .line2-copy, .line2-copy {
    color: #000;
    background-color: #000;
  }

  .part5 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title_bg5 {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title5 {
    text-align: left;
  }

  .div-block-98 {
    max-width: 100%;
  }

  .container_part5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .section_6, .part6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container_part6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .line6 {
    color: #000;
    background-color: #000;
  }

  .part7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container_part7 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .line7, .line2-copy {
    color: #000;
    background-color: #000;
  }

  .part8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container_part8 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .line8 {
    color: #000;
    background-color: #000;
  }

  .part9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container_part9 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .line4-copy {
    color: #000;
    background-color: #000;
  }

  .part10 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title_bg10 {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block5, .div-block10 {
    max-width: 100%;
  }

  .title10 {
    text-align: left;
  }

  .div-block10-2 {
    max-width: 100%;
  }

  .title_bg11 {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block11 {
    max-width: 100%;
  }

  .title_bg12 {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block12 {
    max-width: 100%;
  }

  .title11, .title12 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    margin-top: 0;
    margin-bottom: -11px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 25px;
  }

  .columns {
    margin-left: 60px;
  }

  .container {
    max-width: 548px;
  }

  .image-3 {
    margin-top: 20px;
  }

  .container-2 {
    height: auto;
    padding-bottom: 0;
  }

  .container-3 {
    padding-left: 19px;
    padding-right: 98px;
  }

  .container-4 {
    padding-left: 8px;
    padding-right: 21px;
  }

  .container-5 {
    height: 280px;
  }

  .paragraph-3 {
    margin-top: -8px;
    margin-bottom: 0;
    font-size: 11px;
  }

  .bold-text {
    font-size: 45px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-7 {
    padding-left: 10px;
  }

  .image-9 {
    margin-left: 50px;
  }

  .image-10 {
    margin-left: 60px;
  }

  .paragraph-5 {
    margin-top: 20px;
    font-size: 20px;
  }

  .paragraph-7 {
    margin-top: 15px;
    font-size: 45px;
  }

  .div-block-5 {
    margin-left: 10px;
    margin-right: 5px;
  }

  .grid-4 {
    grid-column-gap: 0px;
    margin-top: 0;
    margin-left: -5px;
  }

  .div-block-8 {
    padding: 0;
  }

  .container-12 {
    -webkit-text-fill-color: inherit;
    object-position: 50% 50%;
    background-image: none;
    background-clip: border-box;
    height: auto;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
  }

  .paragraph-99 {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 14px;
  }

  .text-span-26 {
    font-size: 35px;
  }

  .display-heading-copy {
    max-width: 250px;
    margin-top: 50px;
    margin-left: 20px;
    font-size: 24px;
  }

  .hero-paragraph {
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 35px;
    line-height: 1.1;
  }

  .button-001 {
    max-width: 150px;
    margin: 15px 0 10px 10px;
    padding-top: 9px;
  }

  .paragraph-99-copy {
    margin-left: 10px;
    font-size: 11px;
  }

  .text-span-27 {
    font-size: 22px;
  }

  .display-heading {
    max-width: 250px;
    margin-top: 0;
    margin-left: 20px;
    font-size: 14px;
  }

  .hero-paragraph-copy, .hero-paragraph-copy-copy {
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-size: 60px;
    line-height: .9;
  }

  .heading-8 {
    max-width: 250px;
    margin-left: 20px;
  }

  ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 0;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-item-container {
    height: auto;
  }

  .hero-section-7ccc {
    background-image: linear-gradient(to bottom, var(--orange), var(--color-4));
    height: auto;
    min-height: auto;
    margin-top: 40px;
  }

  .why-acme-block-copy {
    text-align: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .support-top-details-412 {
    text-align: center;
    margin-top: 3px;
  }

  .why-acme-heading6-copy-copy {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 36px;
  }

  .why-acme-paragraph-6-copy-copy {
    text-align: center;
    line-height: 22px;
  }

  .home-category-image-2 {
    text-align: center;
    align-self: auto;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    inset: 0% 0% 0% auto;
  }

  .heading-18 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    line-height: 26px;
  }

  .heading-13 {
    margin-top: 0;
  }

  .home-category-image-1 {
    width: 170px;
    padding-right: 20px;
  }

  .section-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-5.haze {
    padding-bottom: 0;
  }

  .wrapper-2 {
    width: 80%;
  }

  .home-categories {
    max-width: 600px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-category-card {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .home-category-card.red {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .heading-19 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    line-height: 20px;
  }

  .heading-20 {
    margin-top: 0;
  }

  .home-category-info-3 {
    padding-top: 0;
  }

  .home-category-image-3 {
    width: 130px;
    margin-left: 20px;
    padding: 20px 0 0;
    inset: 0% auto 0% 0%;
  }

  .about-column-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: none;
    margin: 20px auto 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .paragraph-102 {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-21 {
    margin-top: 10px;
    line-height: 30px;
  }

  .heading-16-copy {
    margin-top: 0;
  }

  .about-columns-wrapper {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .about-column-2copy {
    text-align: left;
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .paragraph-103 {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-18 {
    background-color: #878787;
    width: 80%;
    height: 1px;
    margin-top: 10px;
  }

  .container-2-copy {
    height: auto;
    padding-bottom: 0;
  }

  .bold-text-4 {
    background-color: var(--color-2);
    color: var(--color-4);
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-103-copy, .paragraph-102-copy {
    text-align: left;
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .about-column-copy-copy {
    text-align: left;
    flex-direction: column;
    align-items: center;
    width: 80%;
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .section-5-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-5-copy.haze {
    padding-bottom: 20px;
  }

  .hero-section-6copy-copy-copy {
    height: 40px;
    min-height: 150px;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .why-acme-heading6-copy-copy-copy {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .why-acme-heading6-cc-copy {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .about-columns-wrapper-copy {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18-copy {
    background-color: #878787;
    width: auto;
    height: 1px;
  }

  .image-12 {
    width: 100%;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section-7ccc-copy {
    background-image: linear-gradient(to bottom, var(--orange), var(--color-4));
    height: auto;
    min-height: auto;
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .hero-section-7b-copy-copy {
    background-image: linear-gradient(to bottom, var(--e5e5e5), var(--e5e5e5));
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-21-copy {
    margin-top: 0;
    line-height: 30px;
  }

  .hero__mob-block {
    z-index: 2;
    background-color: #f5f5f5;
    border: 1px solid #000;
    border-left-width: 0;
    width: 25%;
    height: 20vw;
    padding: 0;
    position: relative;
  }

  .hero__mob-block.mod--single {
    justify-content: center;
    align-items: center;
    width: 20%;
    display: flex;
  }

  .hero__mob-block.mod--wite {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero__mob-smile {
    width: 60px;
    position: absolute;
    inset: -68px -60px auto auto;
  }

  .header__logo {
    max-width: 94px;
  }

  .hero__mob-elemenents-wrap {
    width: 100%;
    margin-top: 200px;
    display: block;
    position: relative;
  }

  .section-6 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-6.section--hero {
    background-position: 50% 0;
    padding-top: 40px;
  }

  .hero__elements-wrap {
    display: none;
  }

  .hero__price-desc {
    font-size: 9px;
    font-weight: 400;
  }

  .btn-cube__front {
    margin-top: 0;
  }

  .hero__mob-elem1 {
    width: 340px;
    max-width: none;
    position: absolute;
    inset: auto -130px 0 auto;
  }

  .hero__over-heading {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
  }

  .hero__price {
    margin-bottom: 0;
    font-size: 40px;
  }

  .hero__content {
    margin-left: 20px;
  }

  .hero__price-dollar {
    margin-left: 3px;
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: -7px;
  }

  .header {
    top: 22px;
  }

  .hero__price-wrap {
    margin-right: 80px;
    display: none;
  }

  .hero__price-wrap.mod--mob {
    margin-right: 0;
    display: flex;
  }

  .hero__mob-elem2 {
    width: 120px;
    position: absolute;
    inset: auto 20px 170px auto;
  }

  .hero__mob-elemenents {
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    position: relative;
  }

  .solutions__img {
    max-width: 60px;
    max-height: 60px;
  }

  .solutions__img.mod--hover {
    inset: auto;
  }

  .hero__mob-blocks {
    flex: 1;
    display: flex;
  }

  .service-cards-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .service-card {
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .service-card-title {
    background-color: #392f2f;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.5em;
  }

  .service-card-paragraph {
    font-size: 14px;
  }

  .service-card-list {
    font-size: 14px;
    line-height: 1.6em;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

  .hero-content-conatiner {
    grid-row-gap: 16px;
    max-width: 560px;
    margin-right: 0;
  }

  .webflow-partner-badge {
    display: none;
  }

  .hero-paragraph-2 {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
  }

  .section-wrapper.glow-3 {
    background-image: none;
    padding-top: 40px;
  }

  .button-content {
    padding: 16px 20px;
    font-size: 15px;
  }

  .section-container {
    max-width: 500px;
  }

  .section-container.hero {
    padding-top: 75px;
    padding-bottom: 75px;
    display: block;
  }

  .button-4 {
    padding: 1px;
  }

  .heading-22-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 60px;
    font-size: 12px;
    line-height: 22px;
  }

  .image-13 {
    max-width: 60%;
  }

  .button-4-copy-copy {
    margin-bottom: 20px;
    padding: 1px;
  }

  .image-15 {
    max-width: 65%;
  }

  .link-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-paragraph-2-copy {
    margin-bottom: 0;
    font-size: 14px;
  }

  .button-4-copy {
    padding: 1px;
  }

  .image-15-copy {
    max-width: 50%;
  }

  .section-container-copy {
    max-width: 500px;
  }

  .section-container-copy.hero {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .image-18 {
    text-align: center;
    margin-bottom: 20px;
  }

  .link-block-5 {
    text-align: center;
  }

  .grid-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin: 40px 60px;
  }

  .image-105 {
    max-width: 50%;
    margin-top: 20px;
  }

  .heading-23 {
    color: var(--color-4);
    margin-bottom: 20px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 24px;
  }

  .content-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-106 {
    margin-top: 20px;
  }

  .image-107 {
    margin-bottom: 20px;
  }

  .section-6-copy {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-6-copy.section--hero {
    background-position: 50% 0;
    padding-top: 40px;
  }

  .section-6-copy-copy {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-6-copy-copy.section--hero {
    background-image: none;
    background-position: 50% 0;
    padding-top: 40px;
  }

  .section-6-copy-copy-copy {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-6-copy-copy-copy.section--hero {
    background-image: none;
    background-position: 50% 0;
    padding-top: 40px;
  }

  .section-66-copy {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-66-copy.section--hero {
    background-image: none;
    background-position: 50% 0;
    padding-top: 40px;
  }

  .section-666-copy {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-666-copy.section--hero {
    background-position: 50% 0;
    padding-top: 40px;
  }

  .cover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-108 {
    min-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-106-copy {
    max-width: 90%;
    margin-top: 20px;
  }

  .link-block-6 {
    text-align: center;
  }

  .section-7-copy {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-7-copy.section--hero {
    background-position: 50% 0;
    padding-top: 40px;
  }

  .section-77-copy {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-77-copy.section--hero {
    background-image: none;
    background-position: 50% 0;
    padding-top: 40px;
  }

  .cover-copy, .cover-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-99-copy {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-99-copy.section--hero {
    background-image: none;
    background-position: 50% 0;
    padding-top: 40px;
  }

  .heading-222-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 60px;
    font-size: 12px;
    line-height: 22px;
  }

  .link-block-6-copy {
    text-align: center;
  }

  .hero-paragraph-2-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
  }

  .hero-paragraph-23 {
    text-align: center;
    margin-top: 220px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 22px;
  }

  .hero-paragraph-2-copy-copy {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
  }

  .image-188-copy {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
  }

  .image-18-copy {
    text-align: center;
    margin-bottom: 20px;
  }

  .link-block-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-6-copy-copy {
    text-align: center;
  }

  .section-wrapper-copy.glow-3 {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-106-copy-copy {
    max-width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-110 {
    margin-top: 5px;
    margin-right: 10px;
  }

  .is--yoga_item, .is--yoga_item.s-m-b-64 {
    flex-direction: column;
  }

  .heading-24.xl {
    margin-bottom: 12px;
  }

  .container-21, .container_top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-a1 {
    flex-flow: column;
    display: flex;
  }

  .div-block-a {
    text-align: center;
  }

  .line1 {
    color: #000;
    background-color: #000;
    width: auto;
    height: 1px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .div-block_1 {
    text-align: center;
  }

  .grid_1 {
    flex-flow: column;
    display: flex;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .div-block_2 {
    text-align: center;
  }

  .grid_2, .grid_3 {
    flex-flow: column;
    display: flex;
  }

  .div-block_3 {
    text-align: center;
  }

  .grid_4 {
    flex-flow: column;
    display: flex;
  }

  .div-block_4 {
    text-align: center;
  }

  .grid_5 {
    flex-flow: column;
    display: flex;
  }

  .div-block_5 {
    text-align: center;
  }

  .grid_6 {
    flex-flow: column;
    display: flex;
  }

  .div-block_6 {
    text-align: center;
  }

  .grid_7 {
    flex-flow: column;
    display: flex;
  }

  .div-block_7 {
    text-align: center;
  }

  .grid_8 {
    flex-flow: column;
    display: flex;
  }

  .div-block_8 {
    text-align: center;
  }

  .grid_9 {
    flex-flow: column;
    display: flex;
  }

  .div-block_9 {
    text-align: center;
  }

  .container-note {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .cat {
    margin-top: -281px;
  }

  .grid-a3, .grid-a1-2 {
    flex-flow: column;
    display: flex;
  }

  .div-block-a-2 {
    text-align: center;
  }

  .section_3 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-a2 {
    flex-flow: column;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container_part1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid1 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .product_1 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block_title1 {
    flex-flow: column;
  }

  .grid-more {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .product_2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid2 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .container2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-title2 {
    flex-flow: column;
  }

  .product_3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-title3 {
    flex-flow: column;
  }

  .product_4 {
    padding-left: 0;
    padding-right: 0;
  }

  .container4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid4 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block-title4 {
    flex-flow: column;
  }

  .hero-heading-right-2, .hero-heading-left {
    padding: 60px 15px;
  }

  .product_5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid5 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block-title5 {
    flex-flow: column;
  }

  .product_6 {
    padding-left: 0;
    padding-right: 0;
  }

  .container6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid6 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block-title6 {
    flex-flow: column;
  }

  .product_7 {
    padding-left: 0;
    padding-right: 0;
  }

  .container7 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid7 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block-title7 {
    flex-flow: column;
  }

  .grid3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .link-block-35 {
    background-color: #0000;
  }

  .section1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .title_bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .part1, .part2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container_part2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part2, .grid_part1 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block_title2 {
    flex-flow: column;
  }

  .line2 {
    color: #000;
    background-color: #000;
    width: auto;
    height: 1px;
  }

  .part3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container_part3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block_title3 {
    flex-flow: column;
  }

  .part4 {
    padding-left: 0;
    padding-right: 0;
  }

  .container_part4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part4 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .line4, .line3, .line2-copy {
    color: #000;
    background-color: #000;
    width: auto;
    height: 1px;
  }

  .div-block_title4 {
    flex-flow: column;
  }

  .line2-copy {
    color: #000;
    background-color: #000;
    width: auto;
    height: 1px;
  }

  .part5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container_part5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part5 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .section_6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .part6 {
    padding-left: 0;
    padding-right: 0;
  }

  .container_part6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part6 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block_title6 {
    flex-flow: column;
  }

  .line6 {
    color: #000;
    background-color: #000;
    width: auto;
    height: 1px;
  }

  .part7 {
    padding-left: 0;
    padding-right: 0;
  }

  .container_part7 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part7 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block_title7 {
    flex-flow: column;
  }

  .line7, .line2-copy {
    color: #000;
    background-color: #000;
    width: auto;
    height: 1px;
  }

  .part8 {
    padding-left: 0;
    padding-right: 0;
  }

  .container_part8 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part8 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .div-block_title8 {
    flex-flow: column;
  }

  .line8 {
    color: #000;
    background-color: #000;
    width: auto;
    height: 1px;
  }

  .part9 {
    padding-left: 0;
    padding-right: 0;
  }

  .container_part9 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_part9 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .line4-copy {
    color: #000;
    background-color: #000;
    width: auto;
    height: 1px;
  }

  .part10 {
    padding-left: 0;
    padding-right: 0;
  }

  .title_bg12 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-41 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    width: 250px;
    height: 180px;
    margin-bottom: 0;
    padding: 0 0 0 30px;
    font-size: 20px;
  }

  .text-block-2 {
    column-count: auto;
    white-space: normal;
    padding-right: 0;
  }

  .link-block-2 {
    margin-left: -98px;
  }

  .columns {
    margin-left: 30px;
  }

  .image-3 {
    margin-top: 20px;
    margin-left: 10px;
  }

  .container-2 {
    height: auto;
    padding-top: 10px;
  }

  .container-3 {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / .25fr .25fr .3fr .25fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    max-width: 400px;
    margin-top: 46px;
    padding-left: 35px;
    padding-right: 35px;
    overflow: auto;
  }

  .paragraph {
    max-width: 300px;
    margin-top: 0;
    margin-left: 9px;
    padding-left: 47px;
    padding-right: 38px;
  }

  .text-block-4 {
    clear: none;
  }

  .image-4 {
    margin-left: 53px;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 15px;
  }

  .container-5 {
    background-color: #f3ebd6;
    border: 0 solid #f3ebd6;
    height: 190px;
  }

  .paragraph-3 {
    margin-top: -148px;
    margin-bottom: -9px;
    font-size: 10px;
  }

  .bold-text {
    font-size: 35px;
  }

  .image-8 {
    margin-top: 20px;
  }

  .grid {
    margin-top: 0;
  }

  .div-block {
    font-size: 10px;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-7 {
    padding-left: 20px;
  }

  .div-block-3 {
    margin-left: -12px;
    margin-right: -12px;
    padding: 10px 0;
  }

  .image-9, .image-10 {
    margin-left: 65px;
  }

  .paragraph-5 {
    margin-top: 10px;
    font-size: 15px;
  }

  .paragraph-6 {
    margin-top: -5px;
    margin-bottom: 5px;
  }

  .paragraph-7 {
    margin-top: 5px;
    font-size: 35px;
  }

  .div-block-5 {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 0;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: 5px;
  }

  .div-block-7 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .div-block-8 {
    margin-top: 0;
    padding: 0;
  }

  .paragraph-11 {
    max-width: 300px;
    margin-top: 8px;
    margin-left: 9px;
    padding-left: 47px;
    padding-right: 38px;
  }

  .paragraph-12 {
    max-width: 300px;
    margin-top: 0;
    margin-left: 9px;
    padding-left: 0;
    padding-right: 38px;
  }

  .container-9 {
    padding-left: 10px;
  }

  .container-12 {
    height: 350px;
    margin-bottom: 0;
    padding: 10px 30px 0;
  }

  .paragraph-99 {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 10px;
  }

  .text-span-26 {
    font-size: 30px;
  }

  .display-heading-copy {
    max-width: 250px;
    margin: 20px auto 5px;
    font-size: 24px;
  }

  .hero-paragraph {
    margin: 10px auto 5px;
    font-size: 26px;
    line-height: 1.2;
  }

  .button-001 {
    justify-content: center;
    align-items: center;
    margin: 10px 110px 10px 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .paragraph-99-copy {
    margin-bottom: 200px;
    margin-left: 0;
    font-size: 8px;
    line-height: 10px;
  }

  .text-span-27 {
    font-size: 20px;
  }

  .display-heading {
    max-width: 250px;
    margin: 0 auto;
    font-size: 14px;
  }

  .hero-paragraph-copy, .hero-paragraph-copy-copy {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    line-height: 1;
  }

  .heading-8 {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-3 {
    color: var(--color-2);
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .container-14 {
    background-image: linear-gradient(to bottom, var(--color-4), var(--color-4));
  }

  .hero-section-7ccc {
    background-image: linear-gradient(to bottom, var(--orange), var(--color-4));
    height: 5px;
    min-height: 150px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .why-acme-block-copy {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .support-top-details-412 {
    margin-top: 10px;
  }

  .why-acme-heading6-copy-copy {
    margin-top: 5px;
    font-size: 32px;
  }

  .why-acme-paragraph-6-copy-copy {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 22px;
  }

  .home-category-image-2 {
    margin-top: 0;
    margin-bottom: 12px;
    margin-right: 0;
    padding-bottom: 0;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .heading-18 {
    line-height: 26px;
  }

  .home-category-info-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .heading-13 {
    margin-top: 0;
  }

  .home-category-info-1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .home-category-image-1 {
    width: 80%;
    margin-top: -48px;
    margin-bottom: 16px;
    margin-left: -8px;
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
  }

  .section-5.haze {
    background-color: var(--color-4);
    padding-bottom: 0;
  }

  .home-categories {
    margin-top: 0;
    padding-top: 0;
  }

  .home-category-card {
    flex-direction: column;
    width: 235px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-category-card.red {
    width: 235px;
    margin-top: 40px;
    padding-top: 0;
  }

  .heading-19 {
    line-height: 20px;
  }

  .heading-20 {
    margin-top: 0;
  }

  .home-category-info-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .home-category-image-3 {
    width: 130px;
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
  }

  .about-column-copy {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .paragraph-102 {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-21 {
    color: var(--color-2);
    text-align: left;
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-16-copy {
    color: var(--red);
    margin-top: 0;
    font-size: 26px;
  }

  .about-columns-wrapper {
    flex-direction: row;
    align-items: center;
    margin: 20px 10px 0;
    padding-bottom: 0;
    display: flex;
  }

  .about-column-2copy {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin: 20px 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .container-20 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-103 {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-18 {
    background-color: var(--color-8);
    width: 200px;
    margin-top: 10px;
    font-weight: 400;
  }

  .body {
    background-position: 0 0;
    background-size: cover;
  }

  .container-2-copy {
    background-image: none, none;
    background-position: 50%, 50% 0;
    background-size: cover, cover;
    height: auto;
    padding-top: 10px;
  }

  .bold-text-4 {
    background-color: var(--color-2);
    color: var(--color-4);
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-5, .bold-text-6 {
    background-color: var(--color-2);
  }

  .button-2 {
    margin-bottom: 5px;
  }

  .paragraph-103-copy, .paragraph-102-copy {
    text-align: left;
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .about-column-copy-copy {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin: 10px 0 40px;
    display: flex;
  }

  .section-5-copy.haze {
    padding-bottom: 0;
  }

  .hero-section-6copy-copy-copy {
    background-image: linear-gradient(to bottom, var(--orange), var(--color-4));
    height: 5px;
    margin-top: 20px;
    padding-top: 40px;
  }

  .why-acme-heading6-copy-copy-copy {
    margin-top: 5px;
    font-size: 32px;
  }

  .why-acme-heading6-cc-copy {
    color: var(--color-3);
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .about-columns-wrapper-copy {
    flex-direction: row;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-18-copy {
    background-color: var(--color-8);
    background-color: var(--color-8);
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
  }

  .image-12 {
    width: 100%;
    max-width: none;
    margin: 10px auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-7ccc-copy {
    background-image: linear-gradient(to bottom, var(--orange), var(--color-4));
    height: 5px;
    min-height: 150px;
    margin-top: 20px;
    padding-top: 40px;
  }

  .hero-section-7b-copy-copy {
    background-image: linear-gradient(to bottom, var(--e5e5e5), var(--e5e5e5));
    color: var(--color-5);
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-9 {
    color: var(--red);
    font-weight: 700;
  }

  .bold-text-10 {
    color: var(--color-5);
  }

  .heading-21-copy {
    color: var(--color-2);
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 26px;
  }

  .hero__mob-block {
    height: 25vw;
  }

  .hero__mob-block.mod--single {
    width: 25%;
    margin-bottom: -1px;
  }

  .hero__arrow {
    background-size: 28px;
    width: 30px;
    height: 42px;
    left: 245px;
  }

  .hero__mob-elemenents-wrap {
    margin-top: 180px;
  }

  .section-6.section--hero {
    -webkit-text-fill-color: inherit;
    background-color: #f2f1f0;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), none;
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto;
    background-clip: border-box;
    justify-content: space-between;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .btn-cube__front {
    padding: 12px 16px;
    font-size: 14px;
  }

  .hero__mob-elem1 {
    width: 360px;
  }

  .hero__over-heading {
    margin-left: 10px;
    font-size: 13px;
    line-height: 15px;
  }

  .content {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__content {
    margin-top: 40px;
    margin-left: 0;
  }

  .solutions__img {
    max-width: 40px;
    max-height: 40px;
  }

  .hero__heading-star {
    width: 15px;
    height: 15px;
    left: 0;
  }

  .hero__mob-blocks {
    flex: 0 auto;
    width: 100%;
  }

  .service-cards-wrapper {
    margin-bottom: 60px;
  }

  .service-card {
    padding: 0;
  }

  .service-card-title {
    background-color: #392f2f;
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.5em;
  }

  .service-card-paragraph {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .service-card-list {
    font-size: 13px;
  }

  .hero-content-conatiner {
    flex-flow: column;
    margin-right: 0;
  }

  .hero-title {
    font-size: 34px;
    font-weight: 700;
  }

  .hero-paragraph-2 {
    text-align: justify;
    margin: 0 auto 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-wrapper.glow-3 {
    padding-top: 40px;
    padding-left: 10vw;
  }

  .button-content {
    padding-left: 20px;
  }

  .section-container.hero {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .button-4 {
    margin-left: 10px;
  }

  .heading-22 {
    font-size: 66px;
    line-height: 66px;
  }

  .heading-22-copy {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 20px;
  }

  .image-13 {
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .button-4-copy-copy {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .image-15 {
    max-width: 100%;
  }

  .hero-paragraph-2-copy {
    margin-bottom: 0;
  }

  .button-4-copy {
    margin-left: 10px;
  }

  .image-15-copy {
    max-width: 70%;
  }

  .section-container-copy.hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-17 {
    width: 500px;
    max-width: 90%;
    padding-left: 20px;
  }

  .div-block-21 {
    margin-bottom: 60px;
  }

  .image-18 {
    margin-bottom: 10px;
  }

  .button-5 {
    margin-top: 10px;
    margin-left: 0;
  }

  .button-5:hover {
    background-color: var(--orange);
  }

  .div-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin: 20px;
  }

  .image-105 {
    max-width: 70%;
    margin-top: 20px;
  }

  .heading-23 {
    color: var(--color-4);
    margin-left: 0;
    font-family: Source Sans Pro, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .content-copy {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .image-106 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .image-107 {
    margin-bottom: 20px;
  }

  .section-6-copy.section--hero {
    background-image: none;
    background-position: 0 0;
    background-size: auto, cover;
    justify-content: space-between;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-6-copy-copy.section--hero, .section-6-copy-copy-copy.section--hero, .section-66-copy.section--hero, .section-666-copy.section--hero {
    background-image: none;
    background-position: 0 0;
    justify-content: space-between;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cover {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .section-wrapper-copy.glow-3 {
    padding-top: 40px;
    padding-left: 10vw;
  }

  .image-108 {
    min-width: 250px;
    margin: 20px auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-106-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-7-copy.section--hero, .section-77-copy.section--hero {
    background-image: none;
    background-position: 0 0;
    justify-content: space-between;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cover-copy, .cover-copy-copy {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .section-99-copy.section--hero {
    background-image: none;
    background-position: 50%;
    justify-content: space-between;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading-222-copy-copy {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 20px;
  }

  .hero-paragraph-2-copy {
    text-align: center;
    margin: 0 auto 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .hero-paragraph-23 {
    text-align: center;
    margin: 330px auto 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 22px;
  }

  .hero-paragraph-2-copy-copy {
    text-align: justify;
    margin: 0 auto 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .image-188-copy {
    width: auto;
    margin-bottom: 10px;
  }

  .link-block-12 {
    display: block;
  }

  .image-18-copy {
    margin-bottom: 10px;
  }

  .link-block-13 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-106-copy-copy {
    max-width: 100%;
    margin: 20px 0;
  }

  .section-wrapper-copy {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-wrapper-copy.glow-3 {
    padding: 20px 0 30px;
  }

  .image-106-copy-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-110 {
    margin-top: 5px;
    margin-right: 10px;
  }

  .section-7 {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .is--hero_reviews.s-m-t-48 {
    width: 100%;
  }

  .section_1 {
    display: none;
  }

  .grid-a1 {
    display: inline-block;
  }

  .line1 {
    color: #000;
    background-color: #000;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 400;
  }

  .container-22 {
    max-width: none;
  }

  .grid_1 {
    display: inline-block;
  }

  .container-23 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .grid_2, .grid_3 {
    display: inline-block;
  }

  .button_2, .button_3 {
    text-align: center;
  }

  .grid_4 {
    display: inline-block;
  }

  .button_4 {
    text-align: center;
  }

  .grid_5, .grid_6, .grid_7 {
    display: inline-block;
  }

  .button_7 {
    text-align: center;
  }

  .grid_8 {
    display: inline-block;
  }

  .button_8 {
    text-align: center;
  }

  .grid_9 {
    display: inline-block;
  }

  .button_9 {
    display: block;
  }

  .paragraph-19 {
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
  }

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

  .container-note {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-12 {
    font-size: 19px;
  }

  .mobile_bg {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .image-119 {
    position: static;
  }

  .mobile_bg-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-45 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .grid-a3 {
    display: inline-block;
  }

  .grid-a1-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-a-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .section_3 {
    padding: 0 10px 10px;
  }

  .grid-a2 {
    display: inline-block;
  }

  .outline {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .outline_2 {
    margin-bottom: 10px;
  }

  .infographic_buttons {
    width: 90vw;
    height: 90vw;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .infographic-wrapper {
    height: auto;
  }

  .tab-flex {
    grid-row-gap: 2rem;
    flex-flow: column wrap;
  }

  .container_part1 {
    flex-flow: column;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 20px;
    display: flex;
  }

  .image_book {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-book_1 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-content {
    text-align: left;
    object-fit: fill;
    flex-flow: column;
    width: 100%;
    height: 100%;
    min-height: auto;
  }

  .grid1 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .heading_title {
    text-align: left;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph_price {
    text-align: left;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .product_1 {
    padding: 20px 0;
  }

  .div-block_title1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .grid-more {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .product_2 {
    padding: 20px 0;
  }

  .grid2 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .container2 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-product-2 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-title2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .product_3 {
    padding: 20px 0;
  }

  .container3 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-title3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-product-3 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .product_4 {
    padding: 20px 0;
  }

  .div-block-product-1-copy {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container4 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid4 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-title4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-product-4, .div-block-product-1-copy {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-47 {
    max-width: none;
  }

  .product_5 {
    padding: 20px 0;
  }

  .container5 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid5 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-title5 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-product-5 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .product_6 {
    padding: 20px 0;
  }

  .container6 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid6 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-title6 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-product-6 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .product_7 {
    padding: 20px 0;
  }

  .container7 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid7 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-title7 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-product-7 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .wrapper1 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -45px;
  }

  .images {
    vertical-align: baseline;
    position: static;
  }

  .part {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid3 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-r_bg {
    background-color: #a7d058;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .nav_r {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    text-align: right;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    position: static;
  }

  .div-block-95 {
    text-align: right;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .link-block-35 {
    background-color: #0000;
    position: relative;
  }

  .section_5 {
    z-index: 5;
  }

  .section1 {
    display: none;
  }

  .title_bg {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title1 {
    margin-bottom: 10px;
  }

  .part1, .part2 {
    margin-bottom: 10px;
    padding: 10px 0 20px;
  }

  .container_part2 {
    flex-flow: column;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 10px 20px;
    display: flex;
  }

  .grid_part2, .grid_part1 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .div-block_title2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-book_2 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .line2 {
    color: #000;
    background-color: #000;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 400;
  }

  .part3 {
    margin-bottom: 10px;
    padding: 0 0 20px;
  }

  .container_part3 {
    flex-flow: column;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 20px;
    display: flex;
  }

  .grid_part3 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .div-block_title3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-book_1-copy, .div-block-book_3 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .part4 {
    margin-bottom: 10px;
    padding: 10px 0 20px;
  }

  .container_part4 {
    flex-flow: column;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 20px;
    display: flex;
  }

  .grid_part4 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .div-block-book_4 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .line4, .line3, .line2-copy {
    color: #000;
    background-color: #000;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 400;
  }

  .div-block_title4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .line2-copy {
    color: #000;
    background-color: #000;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 400;
  }

  .part5 {
    margin-bottom: auto;
    padding: 20px 0;
  }

  .title_bg5 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title5 {
    margin-bottom: 10px;
  }

  .container_part5 {
    flex-flow: column;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 10px;
    display: flex;
  }

  .grid_part5 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .section_6 {
    padding: 10px;
  }

  .part6 {
    margin-bottom: 10px;
    padding: 20px 0;
  }

  .container_part6 {
    flex-flow: column;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    display: flex;
  }

  .grid_part6 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .div-block_title6 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-book_6 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .line6 {
    color: #000;
    background-color: #000;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 400;
  }

  .part7 {
    margin-bottom: 10px;
    padding: 10px 0 20px;
  }

  .container_part7 {
    flex-flow: column;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 10px 20px;
    display: flex;
  }

  .grid_part7 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .div-block-book_7, .div-block-book_2-copy {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block_title7 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .line7, .line2-copy {
    color: #000;
    background-color: #000;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 400;
  }

  .part8 {
    margin-bottom: 10px;
    padding: 10px 0 20px;
  }

  .container_part8 {
    flex-flow: column;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    display: flex;
  }

  .grid_part8 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .div-block_title8 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-book_9 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .line8 {
    color: #000;
    background-color: #000;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 400;
  }

  .div-block-book_8 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .part9 {
    margin-bottom: 10px;
    padding: 10px 0 20px;
  }

  .container_part9 {
    flex-flow: column;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 10px 10px;
    display: flex;
  }

  .grid_part9 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .div-block-book_4-copy {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .line4-copy {
    color: #000;
    background-color: #000;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 400;
  }

  .part10 {
    margin-bottom: 10px;
    padding: 20px 0;
  }

  .title_bg10 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title10 {
    margin-bottom: 10px;
  }

  .title_bg11 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title_bg12 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title11, .title12 {
    margin-bottom: 10px;
  }
}

#w-node-_99e31ced-a1c9-c6c3-557b-00e56ccab633-61f4e91d {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: auto;
}

#w-node-_99e31ced-a1c9-c6c3-557b-00e56ccab634-61f4e91d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_99e31ced-a1c9-c6c3-557b-00e56ccab636-61f4e91d, #w-node-d606dfdd-c3a5-f1b2-367c-7bc63cc57912-61f4e91d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4c98b18d-eb30-f776-470f-03140e52a0af-61f4e91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4c98b18d-eb30-f776-470f-03140e52a0b6-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0bc-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0c7-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0cd-61f4e91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4c98b18d-eb30-f776-470f-03140e52a0d3-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0df-61f4e91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4c98b18d-eb30-f776-470f-03140e52a0e6-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0ec-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0f7-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0fd-61f4e91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4c98b18d-eb30-f776-470f-03140e52a103-61f4e91d, #w-node-_8c116f5d-7fb6-0da8-053d-408c2bd70a70-61f4e91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8c116f5d-7fb6-0da8-053d-408c2bd70a7b-61f4e91d, #w-node-_3e7b1226-293f-a3c7-4743-af2c10f3e3ba-61f4e91d, #w-node-_3c31067c-5eca-e1c3-4814-e2704aad0f82-61f4e91d, #w-node-_3c31067c-5eca-e1c3-4814-e2704aad0f88-61f4e91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_397af91b-e3cf-ea6a-9d95-9236de59d6df-61f4e91d, #w-node-_6fae9339-bd8a-6b5f-5e6a-6e3abbbf4dcf-61f4e91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6fae9339-bd8a-6b5f-5e6a-6e3abbbf4dd6-61f4e91d, #w-node-_6fae9339-bd8a-6b5f-5e6a-6e3abbbf4ddc-61f4e91d, #w-node-a2933821-f1ef-ed18-5977-3147d1160df5-61f4e91d, #w-node-a2933821-f1ef-ed18-5977-3147d1160dfb-61f4e91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_5114bad0-5f85-6f63-d47a-c26f1757a9c5-61f4e91d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4c98b18d-eb30-f776-470f-03140e52a0af-61f4e91d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c98b18d-eb30-f776-470f-03140e52a0b6-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0bc-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0c7-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0cd-61f4e91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_4c98b18d-eb30-f776-470f-03140e52a0d3-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0df-61f4e91d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c98b18d-eb30-f776-470f-03140e52a0e6-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0ec-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0f7-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0fd-61f4e91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_4c98b18d-eb30-f776-470f-03140e52a103-61f4e91d, #w-node-_8c116f5d-7fb6-0da8-053d-408c2bd70a70-61f4e91d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8c116f5d-7fb6-0da8-053d-408c2bd70a7b-61f4e91d, #w-node-_3e7b1226-293f-a3c7-4743-af2c10f3e3ba-61f4e91d, #w-node-_3c31067c-5eca-e1c3-4814-e2704aad0f82-61f4e91d, #w-node-_3c31067c-5eca-e1c3-4814-e2704aad0f88-61f4e91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_397af91b-e3cf-ea6a-9d95-9236de59d6df-61f4e91d, #w-node-_6fae9339-bd8a-6b5f-5e6a-6e3abbbf4dcf-61f4e91d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6fae9339-bd8a-6b5f-5e6a-6e3abbbf4dd6-61f4e91d, #w-node-_6fae9339-bd8a-6b5f-5e6a-6e3abbbf4ddc-61f4e91d, #w-node-a2933821-f1ef-ed18-5977-3147d1160df5-61f4e91d, #w-node-a2933821-f1ef-ed18-5977-3147d1160dfb-61f4e91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_5114bad0-5f85-6f63-d47a-c26f1757a9c5-61f4e91d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c98b18d-eb30-f776-470f-03140e52a0cd-61f4e91d, #w-node-_4c98b18d-eb30-f776-470f-03140e52a0fd-61f4e91d, #w-node-_3c31067c-5eca-e1c3-4814-e2704aad0f88-61f4e91d, #w-node-a2933821-f1ef-ed18-5977-3147d1160dfb-61f4e91d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


