.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;
}

.brand {
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
}

.nav-link {
  padding-left: 20px;
}

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

.cass-new-nav {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

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

.navbar {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 0;
  margin-bottom: -70px;
  padding-top: 0;
  padding-bottom: 0;
}

.navigation {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.navigation-container {
  width: 100%;
  height: 90px;
  max-width: 1600px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.nav-link-2 {
  color: #fff;
  flex: 1;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.nav-link-2.w--current {
  color: #fff;
}

.image-3 {
  margin-bottom: -63px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.subscribe-form {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.centered-container {
  text-align: center;
  flex: 1;
  margin-top: 0;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}

.subscribe-form-input {
  width: 300px;
  height: 50px;
  color: #3898ec;
  border: 2px solid #3898ec;
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.footer {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.button {
  width: 300px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 14px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  overflow: visible;
}

.button:hover {
  filter: brightness(125%);
}

.select-field {
  height: 50px;
  color: #000;
  background-color: #fff;
  border: 3px solid #3898ec;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.select-field-2 {
  height: 50px;
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.button-2 {
  font-family: Prompt, sans-serif;
}

.heading {
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 0;
  margin-right: 0;
}

.navbar-2 {
  background-color: #002313;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  cursor: pointer;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.nav-link-3:hover {
  filter: brightness(82%);
}

.nav-link-3.w--current {
  filter: brightness(200%);
}

.nav-link-4, .nav-link-5 {
  color: #fff;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.paragraph {
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.section {
  background-color: #e7e7e7;
}

.heading-2 {
  padding-left: 20px;
}

.image-4 {
  max-width: 80%;
  white-space: normal;
  padding-top: 16px;
}

.subscribe-form-2 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.subscribe-form-flex-2 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.submit-button {
  height: 50px;
  background-color: #08f;
  border-radius: 10px;
  margin-left: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.heading-3 {
  font-family: Prompt, sans-serif;
}

.feature-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.tabs-menu {
  text-align: center;
  border-radius: 10px;
  margin-right: 0;
}

.tab-link-tab-1 {
  height: 50px;
  color: #fff;
  background-color: #3898ec;
  border-radius: 10px;
  margin: 10px;
  padding-top: 14px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.tab-link-tab-1:hover {
  filter: brightness(120%);
}

.tab-link-tab-2 {
  height: 50px;
  filter: contrast(180%);
  color: #fff;
  cursor: pointer;
  background-color: #3b8bd1;
  border-radius: 10px;
  margin: 10px;
  padding-top: 14px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.tab-link-tab-2:hover {
  filter: brightness(120%);
  color: #fff;
  background-color: #08f;
}

.tab-link-tab-2:active {
  color: #fff;
  background-color: #2a8add;
}

.tab-link-tab-2:focus {
  background-color: #3b8bd1;
}

.tab-link-tab-2:visited {
  filter: contrast(200%);
  background-color: #3b8bd1;
}

.tab-link-tab-3 {
  border-radius: 10px;
}

.tab-link-tab-3.w--current, .tab-link-tab-4, .tab-link-tab-5, .tab-link-tab-6, .tab-link-tab-7, .tab-link-tab-8 {
  margin: 10px;
}

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

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

.text-block {
  cursor: pointer;
}

.text-block:hover {
  filter: contrast(200%);
}

.text-block:active {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu-2 {
  width: auto;
  height: 80px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: stretch;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: scroll;
}

.tab-link-tab-1-2 {
  margin-left: 10px;
}

.tab-link-tab-1-2.w--current {
  border-radius: 10px;
  margin-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.tabcard {
  height: 55px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #856f00;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  display: flex;
}

.tabcard.w--current {
  height: 55px;
  max-width: 100%;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #dbd09a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.tab-link-tab-3-2 {
  color: #000;
  cursor: pointer;
  background-color: #3b8bd1;
  border-radius: 10px;
  margin: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.slide {
  height: 800px;
  max-height: 800px;
  min-height: 800px;
  background-image: url('../images/177283345_1378056015893593_4360421546388188622_n.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.slide-2 {
  height: 1000px;
  background-image: url('../images/1587727331588.jpg');
  background-position: 0 0;
  background-size: auto;
}

.text-block-2 {
  text-align: center;
  line-height: 24px;
}

.text-block-3 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.text-block-4 {
  text-align: center;
  line-height: 24px;
}

.text-block-5, .text-block-6 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.text-block-7 {
  text-align: center;
  line-height: 24px;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.text-block-12 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  display: block;
  overflow: visible;
}

.text-block-13, .text-block-14 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.columns {
  text-align: right;
  align-items: center;
  margin-right: -42px;
  padding-right: 115px;
  display: flex;
}

.text-block-15 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider {
  height: 400px;
}

.slide-3 {
  cursor: pointer;
  background-image: url('../images/banner_web1.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 0;
}

.slide-4 {
  cursor: pointer;
  background-image: url('../images/banner_web2_1.png');
  background-position: 50%;
  background-size: cover;
}

.paragraph-2 {
  font-family: Prompt, sans-serif;
  font-weight: 400;
}

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

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #999;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr;
  justify-content: center;
  align-items: start;
  justify-items: start;
  padding: 5px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #08f;
  border-radius: 10px;
  flex: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-16 {
  color: #000;
  text-align: center;
  font-family: Prompt, sans-serif;
  line-height: 16px;
}

.text-block-17 {
  font-family: Prompt, sans-serif;
}

.bold-text {
  line-height: 15px;
}

.grid-5 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  grid-template-rows: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  display: block;
}

.form-block {
  margin-bottom: 0;
}

.stickerblock {
  margin-top: 0;
}

.div-block-5 {
  margin-top: 20px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
}

.tabs1 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  display: block;
}

.list {
  padding-left: 0;
}

.grid-6 {
  grid-row-gap: 6px;
  grid-template-columns: 1fr;
}

.text-span {
  color: #fc0404;
  font-weight: 700;
}

.div-block-6 {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.column-3 {
  justify-content: flex-end;
  display: flex;
}

.columns-2 {
  display: inline-block;
}

.grid-7 {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: stretch;
  margin: 0 0 20px;
  display: block;
}

.aboutus-content {
  text-align: left;
  margin: 0;
  font-family: Prompt, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 35px;
}

.button-4 {
  text-align: center;
  background-color: #45b241;
  border-radius: 10px;
  padding: 15px 20px;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

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

.text-span-3 {
  font-size: 18px;
  line-height: 30px;
}

.text-span-4 {
  color: #fa0202;
}

.text-block-18 {
  color: #0b5cad;
  font-family: Prompt, sans-serif;
  font-size: 16px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-7 {
  border: 1px solid #1e414e;
}

.div-block-8 {
  background-color: #e9f8ff;
}

.heading-6 {
  color: #333;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Prompt, sans-serif;
  font-weight: 700;
}

.heading-7 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.text-span-5 {
  font-size: 30px;
}

.text-span-8 {
  font-size: 28px;
}

.text-span-10 {
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
}

.text-span-11 {
  font-size: 26px;
  font-weight: 300;
  line-height: 20px;
}

.text-span-13 {
  font-weight: 300;
}

.text-span-14, .text-span-15, .text-span-16 {
  font-size: 24px;
  font-weight: 300;
}

.text-span-17 {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23 {
  font-size: 24px;
  font-weight: 300;
}

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

.section-2 {
  text-align: center;
  margin-bottom: 0;
  margin-left: 110px;
  margin-right: 110px;
  padding-top: 20px;
}

.text-span-28 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.text-span-29 {
  font-size: 28px;
  font-weight: 500;
}

.text-block-19 {
  text-align: center;
  margin-top: 0;
}

.div-block-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-10 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-8 {
  font-family: Prompt, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 35px;
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 100px;
  margin-right: 100px;
  padding: 10px;
}

.text-span-30 {
  font-weight: 300;
}

.heading-9 {
  font-family: Prompt, sans-serif;
}

.heading-10 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
}

.text-span-31 {
  font-weight: 700;
}

.text-block-20 {
  text-align: center;
  background-color: #d4f2ff;
  border: 2px solid #03a3ff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.text-span-32, .text-span-33 {
  font-weight: 700;
}

.text-span-35 {
  font-size: 20px;
}

.text-span-37, .text-span-38 {
  font-weight: 700;
}

.text-span-39 {
  font-size: 15px;
}

.text-block-21 {
  color: #fff;
  background-color: red;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 12px;
  padding-left: 0;
}

.facebook {
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.text-span-41 {
  padding-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-10 {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  margin: 0 0 20px;
  display: block;
}

.section-3 {
  margin-left: 0;
  margin-right: 0;
}

.columns-3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.column-4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tagsroom {
  background-color: #b1b1b1;
  border-radius: 8px;
  margin-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
}

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

.columns-4 {
  flex-flow: row;
  align-content: center;
  justify-content: flex-end;
  align-items: stretch;
  display: inline-block;
}

.grid-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.column-6 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-6 {
  background-color: #3898ec;
  border-radius: 5px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.text-block-22 {
  text-align: center;
  background-color: #d8d8d8;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.nav-menu-3 {
  text-align: left;
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.allroom {
  background-color: #3898ec;
  border-radius: 8px;
  margin-right: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  position: static;
}

.grid-13 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(76px, .25fr) .5fr .25fr;
}

.column-7 {
  justify-content: flex-end;
  display: flex;
}

.follow {
  color: #00a2ff;
  text-align: center;
  background-color: #fff;
  border: 2px solid #00a2ff;
  border-radius: 10px;
  justify-content: flex-start;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.image-5 {
  border-radius: 20px;
  margin-right: 0;
}

.heading-11 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.columns-5 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.text-block-23 {
  text-align: left;
  margin-left: 10px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.section-4 {
  text-align: center;
  margin-top: 10px;
  margin-right: 20px;
}

.field-label {
  text-align: center;
  font-family: Prompt, sans-serif;
  font-size: 24px;
}

.text-field {
  width: 300px;
  height: 50px;
  color: #ccc;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.column-8 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-9 {
  display: flex;
}

.columns-6 {
  margin-top: 0;
  padding-left: 200px;
}

.grid-14 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  position: -webkit-sticky;
  position: sticky;
}

.submit-button-2 {
  height: 50px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-span-42 {
  color: #00a2ff;
}

.text-span-43 {
  color: #f08b8b;
}

.grid-15 {
  width: 1000px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: .25fr 1fr .25fr;
  justify-items: end;
  margin-left: 0;
  padding-left: 0;
}

.text-block-24 {
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.feature-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.div-block-13 {
  text-align: left;
  flex: 0 auto;
}

.columns-7 {
  margin-bottom: 10px;
}

.menu {
  background-color: #3898ec;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  position: static;
}

.text-block-25 {
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 35px;
}

.grid-16 {
  grid-template-rows: auto;
}

.select-field-3 {
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-7 {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/speech7-7_1speech7-7.png');
  background-position: 0 0;
  background-size: cover;
}

.button-7:hover {
  filter: brightness(71%);
}

.image-17 {
  max-width: none;
}

.tab-pane-practice1 {
  width: auto;
  height: auto;
}

.text-block-26 {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Prompt, sans-serif;
  font-size: 22px;
  line-height: 24px;
  display: flex;
}

.select-handsign {
  height: 55px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.search-handsign {
  height: 55px;
  background-image: url('../images/Search.svg');
  background-position: 98%;
  background-repeat: repeat-y;
  background-size: 30px 60px;
  background-attachment: scroll;
  border-radius: 10px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.grid-dvva-3 {
  width: 1240px;
  height: 100px;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 10px;
  display: grid;
}

.div-block-33 {
  height: 70px;
  text-align: left;
  border: 3px solid #08f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Prompt, sans-serif;
  font-size: 30px;
  line-height: 35px;
  display: flex;
}

.form-block-4 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 10px;
}

.link-2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.text-span-64 {
  font-size: 40px;
  line-height: 40px;
}

.function2-3 {
  text-align: left;
  background-color: #08f;
  background-image: url('../images/4iconwork_14iconwork.png');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.function2-3:hover {
  background-color: #5cb3ff;
}

.function2-3:visited {
  background-color: #08f;
}

.text-span-58 {
  font-size: 18px;
}

.function2-2 {
  text-align: left;
  background-color: #5cb3ff;
  background-image: url('../images/dfamily1_1dfamily1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.function2-2:hover {
  background-color: #5cb3ff;
}

.function2-2:visited {
  background-color: #08f;
}

.buttomshort3 {
  width: 60px;
  height: 60px;
  min-height: 0;
  min-width: 0;
  color: #fff;
  text-align: center;
  background-color: #f60;
  border-radius: 10px;
  flex: 0 auto;
  margin: 5px 5px 5px 10px;
  padding: 15px 5px 10px 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  line-height: 32px;
  position: absolute;
}

.buttomshort3:active {
  background-color: #ff8839;
}

.form-handsign {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .5fr) minmax(200px, .5fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-link-practice {
  width: 125px;
  height: 70px;
  color: #fff;
  background-color: #08f;
  border-radius: 10px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
  line-height: 14px;
  display: flex;
}

.tab-link-practice.w--current {
  width: 125px;
  height: 70px;
  color: #fff;
  background-color: #5cb3ff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.tabs-menu-practice {
  width: 370px;
  height: 1045px;
  flex-flow: wrap;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
  overflow: scroll;
}

.grid-36 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
  align-content: center;
  justify-content: center;
}

.text-span-78 {
  color: #727272;
}

.tabs-content-practice {
  width: 100%;
  height: auto;
}

.headsublern {
  height: 65px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Prompt, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.grid-31 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 3fr minmax(10px, .25fr);
  align-content: center;
  align-items: stretch;
  justify-items: center;
}

.block-practice {
  text-align: left;
  background-color: #ffe9db;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.header-practice {
  margin-bottom: 10px;
}

.readbymouth {
  color: #fff;
  text-align: center;
  background-color: #f60;
  border-radius: 0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  margin-left: 10px;
  display: grid;
}

.handsign-block-search {
  margin-top: 0;
}

.function2-1 {
  text-align: left;
  background-color: #08f;
  background-image: url('../images/dvva1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.function2-1:hover {
  background-color: #5cb3ff;
}

.function2-1:visited {
  background-color: #08f;
}

.div-block-35 {
  text-align: center;
  background-color: #fff;
  border: 10px solid #ff8400;
  border-radius: 0;
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 130px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.text-span-61 {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.handsign-header {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 24px;
}

.form-block-search {
  margin-bottom: 0;
}

.tabs-practice {
  align-items: flex-start;
  display: flex;
}

.grid-37 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.grid-38 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.grid-39 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  display: block;
}

.text-span-79 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.button-8 {
  color: #000;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border: 2px solid #3898ec;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  padding: 5px 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
  position: static;
}

.grid-40 {
  grid-template-rows: auto;
}

.div-block-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr .75fr;
  grid-auto-columns: .75fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 0;
  margin-bottom: 10px;
  display: grid;
}

.div-block-37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.box1 {
  color: #000;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  padding: 5px 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: block;
  position: static;
}

.boxsale1 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #00a2ff;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  padding: 5px 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: block;
  position: static;
}

.color2 {
  color: #000;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  position: static;
}

.color2:hover {
  border-color: #3898ec;
}

.color1 {
  color: #000;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border: 2px solid #3898ec;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  display: flex;
  position: static;
}

.total_hide {
  color: #000;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  padding: 5px 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
  position: static;
}

.total_hide:hover {
  border-color: #3898ec;
}

.boxsale1_hide {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #c2c2c2;
  border: 0 solid #e6e6e6;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  padding: 5px 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: block;
  position: static;
}

.boxsale1_hide:hover {
  background-color: #00a2ff;
  border-color: rgba(0, 0, 0, 0);
}

.text-span-80 {
  font-size: 20px;
  font-weight: 300;
}

.submit-button-3 {
  width: 100%;
  border-radius: 10px;
  padding: 15px 20px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  display: block;
}

.form {
  display: block;
}

.buy {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: red;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-right: 0;
  padding: 15px 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  display: block;
  position: static;
}

.buy:hover {
  background-color: #ff6c6c;
}

.product_slide {
  height: 700px;
}

.product1 {
  cursor: pointer;
  background-image: url('../images/04.jpg');
  background-position: 50%;
  background-size: cover;
  margin-right: 0;
}

.product2 {
  cursor: pointer;
  background-image: url('../images/044.jpg');
  background-position: 0 0;
  background-size: cover;
}

.product-price {
  text-align: center;
  background-color: #fce1e1;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin: 0;
  padding: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.div-block-38 {
  max-width: none;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.youtube {
  justify-content: center;
  align-items: center;
  display: block;
}

.product_text1 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #00a2ff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.product-textdetail {
  font-size: 20px;
}

.activities-text {
  margin: 0;
  font-family: Prompt, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 20px;
}

.image-18, .image-19 {
  text-align: center;
  margin-top: 20px;
}

.body {
  text-align: center;
}

.part-text {
  text-align: left;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.product-detail1 {
  text-align: left;
  margin: 10px 0;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.product-detail2 {
  text-align: center;
  margin: 0 0 5px;
  padding-top: 10px;
  font-family: Prompt, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 20px;
}

.product-detail3 {
  text-align: left;
  margin: 0 0 5px;
  font-family: Prompt, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 35px;
}

.text-price {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.image-20 {
  border: 1px solid #856f00;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product-front {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
}

.product-front-text {
  font-family: Prompt, sans-serif;
}

.product-home-link {
  color: #fff;
  text-align: center;
  background-color: #08f;
  border-radius: 10px;
  flex: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.section-5 {
  padding-top: 0;
}

.home-text {
  padding-bottom: 20px;
  display: block;
}

.section2 {
  text-align: center;
  margin-bottom: 0;
  margin-left: 110px;
  margin-right: 110px;
  padding-top: 0;
}

.section3 {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
}

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

.grid-41 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .25fr) minmax(143px, 2.5fr);
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-27 {
  text-align: left;
  font-family: Prompt, sans-serif;
  font-size: 24px;
}

.text-block-28 {
  font-family: Prompt, sans-serif;
  font-size: 24px;
}

.grid-42 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid red;
  border-radius: 0 0 10px 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  padding: 5px;
}

.product-price2 {
  text-align: center;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin: 0;
  padding: 10px;
  font-family: Prompt, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.textarea {
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  line-height: 26px;
  overflow: scroll;
}

.product-price-list {
  text-align: center;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin: 0;
  padding: 10px;
  font-family: Prompt, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.confirm-text {
  color: red;
  font-family: Prompt, sans-serif;
  font-size: 24px;
}

.back-text {
  text-align: left;
  background-color: #eee;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  padding: 10px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.detail-text {
  margin: 0;
  font-family: Prompt, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 35px;
}

.grid-43 {
  grid-template-rows: auto;
}

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

.bold-text-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.bold-text-3, .bold-text-4 {
  font-size: 18px;
  font-weight: 600;
}

.bold-text-5 {
  font-weight: 600;
}

.addtocart {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #00a2ff;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  display: block;
  position: static;
}

.addtocart:hover {
  background-color: #4dbeff;
}

.bordercart {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid #00a2ff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 5px;
}

.product-price-cart {
  text-align: center;
  background-color: #e4f5ff;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin: 0;
  padding: 10px;
  font-family: Prompt, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.grid-44 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-top: 20px;
  padding-top: 0;
}

.form-block-5 {
  margin-bottom: 0;
}

.bold-text-7 {
  font-size: 16px;
  font-weight: 500;
}

.text-block-29 {
  font-family: Prompt, sans-serif;
}

.total-text1 {
  background-color: #fce1e1;
  border-radius: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
}

.total-text-w {
  font-family: Prompt, sans-serif;
  font-size: 16px;
}

.cart-text1 {
  background-color: #dcf0fc;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
}

.delete {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: red;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  display: block;
  position: static;
}

.delete:hover {
  background-color: #ff6c6c;
}

.totalprice {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid red;
  border-radius: 0 0 10px 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  margin-bottom: 10px;
  padding: 5px;
}

.home-text1 {
  margin-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.menu-home {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: stretch;
  margin: 0;
  display: block;
}

.link-block {
  width: 80px;
  height: 50px;
  color: #fff;
  background-color: red;
  border: 1px solid red;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-30 {
  font-weight: 500;
}

.button-9, .button-9.w--current {
  display: none;
}

.buy-product {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: stretch;
  margin: 0 0 20px;
  display: block;
}

.grid-45 {
  grid-template-rows: auto;
}

.contact {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #038f0c;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-right: 0;
  padding: 15px 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  display: block;
  position: static;
}

.contact:hover {
  background-color: #50bb57;
}

.section-6 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.div-block-40 {
  width: 1000px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

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

.register-text {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.form-2 {
  width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.form-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-2, .text-field-3, .text-field-4 {
  border-radius: 10px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-field-5 {
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.grid-46 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  justify-content: start;
  justify-items: start;
}

.checkbox-field {
  text-align: left;
  padding-left: 20px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
}

.submit-button-4 {
  background-color: #00a2ff;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.or {
  color: red;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.or2 {
  text-align: center;
  margin: 0 0 5px;
  padding-top: 0;
  font-family: Prompt, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 20px;
}

.section-7 {
  padding-top: 20px;
}

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

.grid-47 {
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
}

.buy-product-copy {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: stretch;
  margin: 0 0 20px;
  display: block;
}

.hoe-logo {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.image-11 {
  width: 250px;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
  display: block;
}

.form-block-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form-4 {
  width: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.text-field-6 {
  width: 575px;
  height: 50px;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.select-field-5 {
  width: 250px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.submit-button-5 {
  background-color: #08f;
  border-radius: 5px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
}

.submit-button-5:hover {
  background-color: #379ddc;
}

.grid-48 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fdfdfd;
}

.text-block-31 {
  color: #fff;
  align-items: center;
  margin-top: 22px;
  font-family: Prompt, sans-serif;
  font-size: 26px;
  font-weight: 600;
  display: flex;
}

.body-2 {
  background-color: #002313;
}

.table-date {
  text-align: center;
  background-color: #856f00;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0 0 10px 10px;
  padding: 8px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.bold-text-10 {
  font-weight: 600;
}

.button-10 {
  width: 500px;
  background-color: #08f;
  border-radius: 5px;
  justify-content: center;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  display: flex;
}

.div-block-41 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.body-3 {
  background-color: #014b9b;
}

.product-front-text-right {
  text-align: right;
  font-family: Prompt, sans-serif;
}

.image-23 {
  width: 20px;
}

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

.slider-2 {
  width: auto;
  height: auto;
}

.div-block-42 {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 140px;
  display: flex;
}

.slide-5 {
  background-image: url('../images/maxresdefault-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/maxresdefault.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask {
  width: 1300px;
  height: 500px;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-weight: 500;
}

.grid-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.form-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: block;
}

.form-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.select-field-6, .select-field-7 {
  border-radius: 5px;
  margin-bottom: 0;
  padding: 2px;
  font-family: Prompt, sans-serif;
}

.section-8 {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body-2-copy {
  background-color: #fff;
}

.body-2-copy-copy {
  background-color: #014b9b;
}

.slider-3 {
  height: 450px;
}

.slide-7 {
  background-image: url('../images/maxresdefault.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/maxresdefault-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-11 {
  width: 300px;
  color: #252525;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.slider-4 {
  width: 1000px;
  height: 340px;
  padding-bottom: 0;
}

.slide-9 {
  background-image: url('../images/banner1.png');
  background-position: 50% 0;
  background-size: cover;
}

.tabs3menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 10px;
  display: flex;
}

.back-next {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  grid-template-rows: auto;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 20px;
}

.tabs2, .tabs3 {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.tabcard-main {
  width: 150px;
  height: 55px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #08f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  display: flex;
}

.tabcard-main.w--current {
  width: 150px;
  height: 55px;
  max-width: 100%;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #cde7ff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.success-message {
  padding-bottom: 20px;
}

.section-10 {
  justify-content: center;
  display: flex;
}

.text-block-32 {
  text-align: right;
  font-family: Prompt, sans-serif;
}

.text-block-33 {
  font-family: Prompt, sans-serif;
}

.slide-11 {
  background-image: url('../images/banner_web2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/banner_web2_2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.field-label-2 {
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.submit-button-6 {
  height: 50px;
  background-color: #08f;
  border-radius: 10px;
  margin-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-field-7 {
  height: 50px;
  border-radius: 10px;
  margin-bottom: 0;
}

.form-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #424242;
  border-radius: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.grid-53 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.bold-text-18 {
  font-weight: 500;
}

.grid-54 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  justify-items: center;
}

.login {
  width: 1000px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

.slider-5 {
  width: 1000px;
  height: 340px;
}

.slide-13 {
  background-image: url('../images/banner1.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/banner2.png');
  background-position: 0 0;
  background-size: cover;
}

.body-4 {
  background-color: #014b9b;
}

.section-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  line-height: 35px;
  display: block;
}

.button-12 {
  background-color: #ff6f01;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.div-block-44 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-45 {
  background-color: #ddd;
}

.div-bottom-menu {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.menu-2 {
  width: auto;
  height: 75px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  justify-items: center;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.b-home {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/i-home.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 45px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  display: flex;
}

.b-home.w--current {
  color: #fff;
  background-color: #2378c2;
  background-image: url('../images/i-home2.png'), linear-gradient(rgba(0, 0, 0, 0), #0f4a7e);
  background-position: 50% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 45px, auto;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  display: flex;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .6);
}

.b-card {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/i-learn.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 45px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  display: flex;
}

.b-card.w--current {
  color: #fff;
  background-color: #2378c2;
  background-image: url('../images/i-learn2.png'), linear-gradient(rgba(0, 0, 0, 0), #0f4a7e);
  background-position: 50% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 45px, auto;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  display: flex;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .6);
}

.b-market {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/i-talk.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 45px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  display: flex;
}

.b-market.w--current {
  color: #fff;
  background-color: #2378c2;
  background-image: url('../images/i-talk2.png'), linear-gradient(rgba(0, 0, 0, 0), #0f4a7e);
  background-position: 50% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 45px, auto;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  display: flex;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .6);
}

.b-biz {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/i-tv.png');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: 45px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  display: flex;
}

.b-biz.w--current {
  color: #fff;
  background-color: #2378c2;
  background-image: url('../images/i-tv2.png'), linear-gradient(rgba(0, 0, 0, 0), #0f4a7e);
  background-position: 50% 15%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 45px, auto;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  display: flex;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .6);
}

.b-member {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/i-member.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 45px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  display: flex;
}

.b-member.w--current {
  color: #fff;
  background-color: #2378c2;
  background-image: url('../images/i-member2.png'), linear-gradient(rgba(0, 0, 0, 0), #0f4a7e);
  background-position: 50% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 45px, auto;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 12px;
  display: flex;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .6);
}

.buttom-upload {
  height: 50px;
  background-color: #a5a5a5;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.div-block-46 {
  width: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #376dc9;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: 10px;
  padding: 40px 20px;
  display: grid;
}

.text-block-35 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-47 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-link-tab-1-3 {
  color: #fff;
  text-align: center;
  background-color: #5885fc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.tab-link-tab-1-3.w--current {
  color: #fff;
  text-align: center;
  background-color: #274999;
  border-top-right-radius: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.tab-link-tab-2-2 {
  color: #fff;
  text-align: center;
  background-color: #4a86fd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.tab-link-tab-3-3 {
  color: #fff;
  background-color: #4a86fd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.tabs-menu-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-36 {
  text-align: center;
}

.text-premium {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Prompt, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.button-13 {
  background-color: #3587fe;
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px 40px;
  font-family: Prompt, sans-serif;
  font-size: 20px;
}

.text-block-37 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 28px;
}

.text-block-38 {
  line-height: 24px;
}

.image-24 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabs {
  width: 100%;
  display: block;
}

.div-memer {
  width: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #376dc9;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-bottom: 10px;
  padding: 20px;
  display: grid;
}

.div-register {
  width: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #376dc9;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: 10px;
  padding: 40px 20px;
  display: grid;
}

.div-block-49 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 20px;
  display: grid;
}

.form-block-8 {
  margin-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .footer {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
  }

  .select-field {
    height: 70px;
    font-size: 24px;
    line-height: 28px;
  }

  .grid {
    margin-left: 220px;
    margin-right: 220px;
  }

  .navbar-2 {
    background-color: #424242;
  }

  .nav-link-3, .nav-link-3.w--current {
    font-size: 24px;
    line-height: 28px;
  }

  .tabs-menu-2 {
    height: 90px;
    flex-flow: column wrap;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabcard {
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .tabcard.w--current {
    height: 70px;
    font-size: 24px;
    line-height: 28px;
  }

  .slider {
    height: 500px;
    justify-content: space-around;
    align-items: stretch;
    margin-left: 0;
    display: block;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 10px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 28px;
  }

  .tabs1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-3 {
    width: 100%;
    max-width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .grid-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-4 {
    padding: 20px;
    font-size: 30px;
  }

  .heading-5 {
    color: #000;
  }

  .heading-7 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
  }

  .section-2 {
    margin-left: 220px;
    margin-right: 220px;
  }

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

  .text-span-26 {
    font-size: 26px;
    font-weight: 300;
    line-height: 25px;
  }

  .text-span-27 {
    font-size: 24px;
    font-weight: 500;
  }

  .div-block-9 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-span-41 {
    align-items: flex-start;
    line-height: 35px;
    display: flex;
  }

  .section-4 {
    margin-left: 0;
    margin-right: 220px;
  }

  .tabs-menu-practice {
    height: 1028px;
  }

  .headsublern {
    padding-bottom: 0;
  }

  .grid-31 {
    align-items: stretch;
  }

  .block-practice {
    padding-bottom: 10px;
  }

  .readbymouth {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .grid-38 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
  }

  .button-8, .box1 {
    font-size: 18px;
  }

  .boxsale1 {
    background-color: #00a2ff;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
    font-size: 18px;
  }

  .color2, .color1, .total_hide, .boxsale1_hide {
    font-size: 18px;
  }

  .boxsale1_hide:hover {
    background-color: #00a2ff;
  }

  .buy {
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
  }

  .product_slide {
    height: 750px;
    justify-content: space-around;
    align-items: stretch;
    margin-left: 0;
    display: block;
  }

  .product_text1 {
    color: #fff;
    background-color: #00a2ff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
  }

  .image-18, .image-19 {
    width: 100%;
    max-width: none;
  }

  .product-detail1 {
    line-height: 40px;
  }

  .product-detail2, .product-detail3 {
    margin-bottom: 5px;
  }

  .text-price {
    font-size: 18px;
  }

  .product-front-text {
    font-size: 16px;
    line-height: 26px;
  }

  .section2 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .section3 {
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-4 {
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-42 {
    grid-template: "."
                   "."
                   "."
                   / 4.25fr 3.5fr 1.75fr minmax(48px, .25fr) minmax(500px, 1fr);
  }

  .textarea {
    border-radius: 10px;
    font-family: Prompt, sans-serif;
  }

  .grid-43 {
    grid-template-rows: auto;
  }

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

  .addtocart {
    background-color: #00a2ff;
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 0;
    font-weight: 500;
  }

  .addtocart:hover {
    background-color: #3ab5fc;
  }

  .bordercart {
    border-color: #00a2ff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-price-cart {
    background-color: #e4f5ff;
    font-size: 18px;
  }

  .grid-44 {
    width: 1400px;
    grid-column-gap: 20px;
    grid-template-columns: minmax(500px, 8.25fr) minmax(430px, 2.25fr);
    margin-top: 20px;
    padding-top: 0;
  }

  .delete {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 8px;
    font-weight: 600;
  }

  .totalprice {
    grid-template: "."
                   "."
                   "."
                   / minmax(100px, 2fr) minmax(100px, 2fr) minmax(100px, 2fr) minmax(50px, .5fr);
  }

  .home-text1 {
    padding-top: 20px;
  }

  .menu-home, .buy-product {
    margin-left: 0;
    margin-right: 0;
  }

  .contact {
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
  }

  .section-6 {
    grid-template-rows: auto auto auto auto auto;
  }

  .div-block-40 {
    width: 1000px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .register-text {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
  }

  .or2 {
    margin-bottom: 5px;
  }

  .bold-text-8 {
    font-size: 16px;
    font-weight: 600;
  }

  .bold-text-9 {
    font-size: 22px;
    font-weight: 600;
  }

  .buy-product-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .hoe-logo {
    padding-top: 0;
  }

  .image-11 {
    width: 300px;
    margin-bottom: 40px;
  }

  .form-block-3 {
    grid-template-columns: 2.25fr .5fr;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .form-4 {
    width: auto;
    grid-template-columns: 2.25fr .75fr;
  }

  .text-field-6 {
    width: 800px;
    height: 70px;
    border-radius: 5px;
    padding-left: 12px;
    font-family: Prompt, sans-serif;
    font-size: 24px;
    line-height: 28px;
  }

  .select-field-5 {
    width: auto;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 22px;
    line-height: 35px;
  }

  .submit-button-5 {
    height: 70px;
    border-radius: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .grid-48 {
    font-size: 18px;
  }

  .text-block-31 {
    margin-top: 18px;
    font-size: 36px;
    line-height: 35px;
  }

  .body-2 {
    display: block;
  }

  .table-date {
    padding: 7px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .text-span-65 {
    font-family: Prompt, sans-serif;
    font-size: 18px;
    line-height: 26px;
  }

  .button-10 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 26px;
  }

  .product-front-text-right {
    font-size: 16px;
    line-height: 26px;
  }

  .slider-2 {
    height: auto;
  }

  .mask {
    width: 1600px;
    height: 650px;
  }

  .slider-4 {
    width: 1500px;
    height: 500px;
    display: block;
  }

  .tabs3menu {
    margin-left: 0;
    margin-right: 0;
  }

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

  .tabs3 {
    margin-left: 0;
    margin-right: 0;
  }

  .tabcard-main, .tabcard-main.w--current {
    width: 150px;
    height: 70px;
    font-size: 24px;
    line-height: 28px;
  }

  .section-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-33 {
    font-size: 18px;
  }

  .field-label-2 {
    background-color: #fff;
    border-width: 2px;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }

  .submit-button-6 {
    height: 70px;
    border-radius: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .text-field-7 {
    height: 70px;
    border-radius: 10px;
  }

  .form-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-34 {
    font-size: 22px;
  }

  .grid-54 {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 40px;
  }

  .login {
    width: 1000px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider-5 {
    width: 1300px;
    height: 450px;
  }

  .div-bottom-menu {
    display: none;
  }

  .menu-2 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .buttom-upload {
    height: 70px;
    border-radius: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-35 {
    margin-bottom: 10px;
  }

  .text-premium {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-left: 2px;
    padding-right: 10px;
  }

  .nav-menu {
    background-color: #5ab963;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  }

  .nav-link-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .menu-button:active, .menu-button.w--open {
    background-color: #5ab963;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-3 {
    text-align: center;
    background-color: #0363b6;
  }

  .nav-link-3:hover {
    background-color: #013a6b;
  }

  .image-4 {
    max-width: 85%;
    padding-top: 15px;
  }

  .tabs-menu-2 {
    height: 65px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .tabcard, .tabcard.w--current {
    padding: 5px 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-3, .text-block-5, .text-block-6, .text-block-8, .text-block-9, .text-block-10 {
    line-height: 20px;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-12, .text-block-13, .text-block-14 {
    line-height: 20px;
  }

  .slider {
    height: 250px;
  }

  .slide-3 {
    background-position: 50%;
    background-size: cover;
  }

  .menu-button-2.w--open {
    background-color: #0362b6;
  }

  .grid-3 {
    grid-column-gap: 13px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-5 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .icon-3 {
    color: #fff;
  }

  .container-3 {
    margin-left: 20px;
    margin-right: 0;
  }

  .grid-7 {
    margin: 0 0 10px;
  }

  .aboutus-content {
    margin-right: 0;
  }

  .heading-5 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-9 {
    margin-right: 0;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-span-35 {
    font-size: 20px;
  }

  .text-span-41 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .grid-dvva-3 {
    width: auto;
  }

  .tab-link-practice.w--current {
    margin-bottom: 5px;
  }

  .tabs-menu-practice {
    width: 185px;
    height: 723px;
  }

  .grid-31 {
    grid-template-columns: 2.25fr minmax(14px, .25fr);
  }

  .block-practice {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-38 {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .button-8 {
    font-size: 14px;
  }

  .div-block-37 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1.25fr 1fr 1fr 1fr;
  }

  .box1 {
    font-size: 14px;
  }

  .boxsale1 {
    font-size: 14px;
    line-height: 20px;
  }

  .color2, .color1 {
    margin-right: 0;
    font-size: 15px;
  }

  .total_hide {
    font-size: 14px;
  }

  .boxsale1_hide {
    font-size: 14px;
    line-height: 20px;
  }

  .product_slide {
    height: 350px;
  }

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

  .product-price {
    margin-right: 0;
    line-height: 20px;
  }

  .product_text1 {
    background-color: #000;
    margin-right: 0;
  }

  .product-textdetail {
    font-size: 18px;
  }

  .activities-text {
    margin-right: 0;
  }

  .product-detail1 {
    margin-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .product-detail2, .product-detail3 {
    margin-right: 0;
  }

  .text-price {
    font-size: 14px;
    line-height: 20px;
  }

  .home-text {
    padding-bottom: 10px;
    line-height: 35px;
  }

  .section2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .section3 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
  }

  .div-block-39 {
    padding-left: 0;
    padding-right: 20px;
  }

  .grid-41 {
    padding-left: 10px;
  }

  .product-price2 {
    margin-right: 0;
  }

  .product-price-list {
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .detail-text {
    margin-right: 0;
  }

  .bold-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .bordercart {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-price-cart {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .grid-44 {
    grid-template-columns: .75fr .5fr;
  }

  .text-block-29 {
    font-family: Prompt, sans-serif;
  }

  .total-text1 {
    background-color: #fce1e1;
    border-radius: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .total-text-w {
    font-family: Prompt, sans-serif;
    font-size: 14px;
  }

  .cart-text1 {
    background-color: #fce1e1;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .home-text1 {
    margin-top: 10px;
    padding-bottom: 10px;
    line-height: 35px;
  }

  .menu-home, .buy-product {
    margin: 0 0 10px;
  }

  .section-6 {
    padding: 40px 20px 0;
  }

  .register-text {
    margin-left: 0;
    margin-right: 0;
  }

  .or2 {
    margin-right: 0;
  }

  .buy-product-copy {
    margin: 0 0 10px;
  }

  .hoe-logo {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-11 {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .form-block-3 {
    margin-bottom: 0;
  }

  .form-4 {
    width: auto;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .5fr;
  }

  .text-field-6 {
    width: 400px;
  }

  .select-field-5 {
    width: auto;
  }

  .submit-button-5 {
    height: 50px;
  }

  .table-date {
    font-size: 16px;
  }

  .mask {
    width: 800px;
    height: 400px;
  }

  .slider-4 {
    height: 265px;
  }

  .tabs3menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .back-next {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .tabs3 {
    margin-left: 0;
    margin-right: 0;
  }

  .tabcard-main, .tabcard-main.w--current {
    padding: 5px 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .tabs-content {
    display: flex;
  }

  .grid-54 {
    grid-template-rows: auto;
  }

  .slider-5 {
    width: 700px;
    height: 240px;
  }

  .tabs-content-2 {
    padding-top: 5px;
  }

  .div-bottom-menu {
    display: block;
  }

  .menu-2 {
    height: 70px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .text-premium {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    margin-bottom: -20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 36px;
  }

  .subscribe-form {
    margin-top: 0;
    margin-left: 0;
    padding: 0 5px;
  }

  .footer {
    margin-top: 0;
    padding: 10px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .button {
    width: 250px;
    font-size: 18px;
  }

  .heading {
    margin-top: 0;
  }

  .grid {
    width: 0;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .subscribe-form-2 {
    padding: 0 0 20px;
  }

  .div-block {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu-2 {
    height: 90px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .tabcard {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tabcard.w--current {
    height: 50px;
    padding: 5px;
  }

  .text-block-3, .text-block-5, .text-block-6, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
    font-size: 16px;
    line-height: 20px;
  }

  .slider {
    height: 200px;
  }

  .grid-3 {
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-5 {
    grid-template-columns: 1fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    margin-left: 20px;
  }

  .grid-7 {
    display: block;
  }

  .heading-7 {
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .text-span-41 {
    font-size: 18px;
    line-height: 24px;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .image-17 {
    max-width: 100%;
  }

  .grid-dvva-3 {
    width: auto;
    height: auto;
  }

  .function2-3, .function2-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .tab-link-practice {
    margin-right: 0;
  }

  .tab-link-practice.w--current {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .tabs-menu-practice {
    width: 145px;
    height: 600px;
  }

  .grid-31 {
    grid-template-columns: 1.75fr minmax(14px, .25fr);
  }

  .readbymouth {
    margin-top: 5px;
    padding-bottom: 5px;
  }

  .function2-1 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .grid-38 {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-36 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-37 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .buy {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .product_slide {
    height: 500px;
  }

  .product-price {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product_text1 {
    background-color: #eeebeb;
  }

  .product-textdetail {
    font-size: 18px;
  }

  .product-detail1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .product-detail2 {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .product-detail3 {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-front-text {
    font-size: 12px;
  }

  .home-text {
    font-size: 24px;
    line-height: 30px;
  }

  .section2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .section3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-39 {
    padding-left: 0;
    padding-right: 10px;
    font-size: 12px;
  }

  .grid-41 {
    padding-left: 10px;
  }

  .product-price2, .product-price-list {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-43 {
    grid-template-columns: 1fr;
  }

  .addtocart {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .product-price-cart {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-44 {
    grid-template-columns: 1fr;
  }

  .total-text1 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .delete {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .home-text1 {
    font-size: 24px;
    line-height: 30px;
  }

  .menu-home {
    display: block;
  }

  .button-9 {
    display: none;
  }

  .buy-product {
    display: block;
  }

  .contact {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .section-6 {
    padding: 10px 10px 0;
  }

  .div-block-40 {
    padding-bottom: 0;
  }

  .register-text {
    font-size: 24px;
  }

  .or2 {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .buy-product-copy {
    display: block;
  }

  .hoe-logo {
    padding-top: 0;
  }

  .image-11 {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .form-block-3 {
    padding-left: 0;
  }

  .form-4 {
    width: 500px;
  }

  .text-field-6 {
    width: auto;
  }

  .product-front-text-right {
    font-size: 12px;
  }

  .mask {
    width: 550px;
    height: 350px;
  }

  .button-11 {
    width: auto;
  }

  .slider-4 {
    width: 700px;
    height: 240px;
  }

  .tabs3menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .back-next {
    grid-template-columns: .5fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs3 {
    margin-left: 0;
    margin-right: 0;
  }

  .tabcard-main {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tabcard-main.w--current {
    height: 50px;
    padding: 5px;
  }

  .field-label-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .submit-button-6 {
    font-size: 20px;
  }

  .form-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-54 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .login {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .slider-5 {
    width: 600px;
    height: 200px;
  }

  .div-bottom-menu {
    display: block;
  }

  .menu-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .buttom-upload {
    font-size: 20px;
  }

  .div-block-46 {
    width: 100%;
  }

  .text-premium {
    font-size: 24px;
  }

  .div-memer, .div-register {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 253px;
  }

  .navigation-container {
    height: 60px;
  }

  .image-3 {
    margin-bottom: 0;
  }

  .subscribe-form {
    padding: 0 5px;
    display: block;
  }

  .centered-container {
    text-align: left;
    margin-bottom: 0;
  }

  .subscribe-form-flex {
    margin-bottom: 20px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer {
    text-align: center;
    margin-top: 0;
    padding: 20px 10px 10px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .button {
    width: 280px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .select-field {
    height: 50px;
    float: right;
    border-width: 2px;
    border-radius: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 12px;
    font-size: 18px;
    line-height: 15px;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .grid {
    grid-template-columns: .25fr;
    align-items: center;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-2 {
    height: auto;
    background-color: #424242;
  }

  .nav-link-3 {
    text-align: center;
    background-color: #014b9b;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 0;
  }

  .nav-link-4, .nav-link-5 {
    text-align: center;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
  }

  .paragraph {
    text-align: center;
  }

  .image-4 {
    max-width: 100%;
    padding-top: 15px;
  }

  .subscribe-form-2 {
    text-align: center;
    padding: 0;
  }

  .centered-container-2 {
    text-align: left;
  }

  .submit-button {
    margin-right: 10px;
  }

  .div-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .tabs-menu-2 {
    height: 62px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    justify-items: stretch;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    display: flex;
    position: static;
    overflow: scroll;
  }

  .tabcard {
    height: 50px;
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px;
    font-size: 20px;
    display: flex;
  }

  .tabcard.w--current {
    height: 50px;
    text-align: center;
    background-color: #dbd09a;
    border-radius: 10px;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px;
    font-size: 20px;
    position: static;
  }

  .text-block-2 {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    display: block;
  }

  .text-block-3 {
    flex: 1;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-4 {
    flex: 1;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-5 {
    flex: 1;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-6 {
    height: 25px;
    text-align: center;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  .text-block-7 {
    flex: 1;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-8, .text-block-9 {
    flex: 1;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-10 {
    text-align: center;
    flex: 1;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-11 {
    height: 25px;
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-12 {
    text-align: center;
    object-fit: fill;
    flex-direction: row-reverse;
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  .text-block-13 {
    flex: 1;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-14 {
    text-align: center;
    flex: 1;
    font-size: 16px;
    line-height: 20px;
  }

  .columns {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-15 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    height: 355px;
    display: block;
    overflow: visible;
  }

  .slide-3 {
    background-image: url('../images/banner_mobile1.png');
    background-position: 50%;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/banner_mobile2.png');
    background-position: 50%;
    background-size: cover;
  }

  .menu-button-2 {
    height: 50px;
    cursor: pointer;
    padding-top: 12px;
  }

  .menu-button-2:hover {
    background-color: #08f;
  }

  .menu-button-2.w--open {
    background-color: #0296ff;
  }

  .nav-menu-2 {
    text-align: center;
    background-color: #1a7bdb;
    font-family: Prompt, sans-serif;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .grid-4 {
    grid-column-gap: 6px;
    grid-template-columns: .25fr .75fr;
  }

  .button-3 {
    font-size: 18px;
  }

  .text-block-16 {
    font-size: 11px;
  }

  .text-block-17 {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .bold-text {
    font-size: 10px;
    font-weight: 400;
  }

  .grid-5 {
    grid-column-gap: 6px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    grid-template-columns: 1fr 1fr;
    margin: 5px 10px;
    padding: 0;
  }

  .form-block {
    margin-bottom: -20px;
  }

  .stickerblock {
    max-width: 100%;
    margin-top: 0;
    font-size: 12px;
    display: block;
  }

  .heading-4 {
    height: auto;
    text-align: left;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .tabs1 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-3 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .container-3 {
    height: auto;
    margin-left: 0;
    display: block;
  }

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

  .grid-7 {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .aboutus-content {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .button-4 {
    padding-top: 13px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 28px;
  }

  .text-span-3 {
    font-size: 10px;
    font-weight: 300;
  }

  .text-block-18 {
    font-size: 13px;
    line-height: 18px;
  }

  .heading-5 {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 10px;
    font-size: 22px;
    line-height: 25px;
  }

  .heading-6 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }

  .heading-7 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .text-span-5 {
    font-size: 20px;
  }

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

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

  .text-span-8 {
    font-family: Prompt, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

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

  .text-span-10 {
    font-size: 20px;
    line-height: 22px;
  }

  .text-span-12 {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
  }

  .text-span-14 {
    font-size: 18px;
  }

  .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23 {
    font-size: 20px;
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-9 {
    margin-top: 20px;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 30px;
  }

  .text-span-34 {
    font-size: 10px;
    font-weight: 300;
  }

  .text-span-35 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }

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

  .text-span-40 {
    font-size: 14px;
  }

  .text-block-21 {
    border: 1px solid rgba(0, 0, 0, 0);
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 5px;
  }

  .grid-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-41 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }

  .grid-10 {
    display: none;
  }

  .columns-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tagsroom {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .column-6 {
    display: none;
  }

  .allroom {
    margin-bottom: 5px;
  }

  .follow {
    width: 80px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-5 {
    width: 60px;
  }

  .columns-5 {
    padding-left: 0;
    display: flex;
  }

  .text-block-23 {
    padding-right: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-4 {
    margin-right: 0;
  }

  .text-field {
    width: 250px;
    border-radius: 8px;
    flex: 1;
    margin-bottom: 0;
    padding-left: 12px;
  }

  .column-8 {
    justify-content: flex-start;
    padding-left: 0;
  }

  .column-9 {
    display: none;
  }

  .columns-6 {
    padding-left: 0;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-15 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: .5fr 1fr 1fr;
    align-items: center;
    justify-items: end;
  }

  .text-block-24 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .columns-7 {
    object-fit: fill;
    overflow: visible;
  }

  .column-11 {
    padding-right: 0;
  }

  .column-12 {
    z-index: 20;
    clear: none;
    flex-direction: row-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-left: 0;
    display: block;
    position: relative;
    left: 0;
    right: 0;
  }

  .menu {
    margin-bottom: 5px;
  }

  .button-7 {
    width: 50px;
    height: 50px;
    background-image: url('../images/speech7-7_1speech7-7.png');
    padding-left: 0;
    padding-right: 0;
  }

  .image-17 {
    max-width: 100%;
  }

  .text-block-26 {
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 15px;
    line-height: 18px;
  }

  .select-handsign {
    width: auto;
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 10px;
  }

  .search-handsign {
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 15px;
  }

  .grid-dvva-3 {
    width: auto;
    height: auto;
    grid-column-gap: 5px;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: stretch;
    padding: 5px;
  }

  .div-block-33 {
    height: 50px;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .form-block-4 {
    margin-bottom: 0;
    padding: 5px;
  }

  .link-2 {
    color: #ff8400;
    font-size: 12px;
    line-height: 18px;
  }

  .text-span-64 {
    color: #333;
    font-size: 22px;
    line-height: 20px;
  }

  .function2-3 {
    background-image: url('../images/4iconwork_14iconwork.png');
    background-position: 98%;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-span-58 {
    font-size: 16px;
  }

  .function2-2 {
    background-position: 100%;
    background-size: contain;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .buttomshort3 {
    width: 50px;
    height: 50px;
    background-color: #f60;
    margin: 5px 5px 0;
    padding: 8px 0 6px;
    font-size: 19px;
    line-height: 35px;
  }

  .form-handsign {
    width: auto;
    max-width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    align-items: center;
    justify-items: stretch;
  }

  .tab-link-practice {
    width: 80px;
    height: auto;
    margin-right: 10px;
    padding: 8px 2px;
    font-size: 18px;
    line-height: 15px;
    display: flex;
  }

  .tab-link-practice.w--current {
    width: 80px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 8px 2px;
    line-height: 13px;
    display: flex;
  }

  .tabs-menu-practice {
    width: 350px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0);
    flex-flow: row;
    margin-right: 0;
    padding-right: 0;
    line-height: 24px;
    overflow: scroll;
  }

  .html-embed {
    width: auto;
  }

  .grid-36 {
    grid-row-gap: 5px;
    align-content: start;
  }

  .headsublern {
    height: 55px;
    color: #777;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 0;
    padding: 5px 5px 0 60px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
  }

  .grid-31 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 0;
    grid-template-columns: 2fr .25fr;
  }

  .block-practice {
    text-align: center;
    background-color: #ffe9db;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    margin: 0;
    padding: 5px;
  }

  .header-practice {
    margin-bottom: 5px;
  }

  .readbymouth {
    text-align: center;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .div-block-14 {
    width: auto;
    float: none;
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    background-color: #fff;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: grid;
  }

  .handsign-block-search {
    margin-left: 0;
    margin-right: 0;
  }

  .function2-1 {
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-35 {
    background-color: #fff9f2;
    border-width: 5px;
    margin-top: 0;
    padding-top: 33px;
    padding-bottom: 32px;
    font-size: 14px;
  }

  .text-span-61 {
    font-size: 16px;
    line-height: 18px;
  }

  .handsign-header {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
  }

  .form-block-search {
    margin-bottom: 0;
  }

  .tabs-practice {
    flex-direction: column;
  }

  .brand-2 {
    width: 250px;
    padding-left: 12px;
  }

  .grid-38 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    overflow: visible;
  }

  .grid-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-79 {
    font-size: 16px;
    line-height: 16px;
  }

  .button-8 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: block;
  }

  .div-block-36 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-37 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: flex;
  }

  .box1 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: block;
  }

  .boxsale1 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .color2 {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .color1 {
    height: 45px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
  }

  .total_hide {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .boxsale1_hide {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .buy {
    background-color: red;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    position: static;
  }

  .product_slide {
    width: auto;
    height: 320px;
    border: 0 solid rgba(0, 0, 0, 0);
    display: block;
    overflow: visible;
  }

  .product1 {
    background-image: url('../images/04.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    border: 0 solid rgba(0, 0, 0, 0);
  }

  .product2 {
    background-image: url('../images/044.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .product-price {
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }

  .product_text1 {
    color: #000;
    background-color: #eeebeb;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }

  .product-textdetail {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .activities-text {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

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

  .image-19 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .part-text {
    border: 1px solid rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
  }

  .product-detail1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .product-detail2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 0 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

  .product-detail3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 0 5px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .text-price {
    font-size: 14px;
    line-height: 30px;
  }

  .image-20 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
  }

  .product-front-text {
    text-align: left;
    font-size: 10px;
    line-height: 18px;
  }

  .product-home-link {
    font-size: 18px;
  }

  .section-5 {
    padding-top: 0;
    display: none;
  }

  .home-text {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .section2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    overflow: visible;
  }

  .section3 {
    padding-top: 0;
  }

  .div-block-39 {
    padding-left: 0;
    padding-right: 10px;
  }

  .grid-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr .75fr;
    grid-auto-columns: 1fr;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    display: grid;
  }

  .text-block-27 {
    font-size: 16px;
  }

  .text-block-28 {
    font-size: 16px;
    display: inline;
  }

  .grid-42 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr .25fr;
    padding-top: 5px;
  }

  .product-price2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .textarea {
    margin-bottom: 0;
    font-size: 16px;
  }

  .product-price-list {
    background-color: #fff;
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }

  .confirm-text {
    color: red;
    font-size: 16px;
    display: inline;
  }

  .back-text {
    font-size: 16px;
  }

  .detail-text {
    background-color: #e7f6ff;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .text-span-40-copy, .detail-text2, .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 14px;
  }

  .addtocart {
    background-color: #00a2ff;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    position: static;
  }

  .addtocart:hover {
    background-color: #42baff;
  }

  .bordercart {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-color: #00a2ff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 5px;
  }

  .product-price-cart {
    background-color: #e4f5ff;
    border-radius: 5px;
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .grid-44 {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
  }

  .form-block-5 {
    margin-bottom: 10px;
  }

  .bold-text-6 {
    font-weight: 600;
  }

  .bold-text-7 {
    font-weight: 500;
  }

  .total-text1 {
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
  }

  .total-text-w {
    font-size: 12px;
    line-height: 16px;
  }

  .cart-text1 {
    background-color: #dcf0fc;
    border-radius: 5px;
    font-size: 12px;
  }

  .delete {
    background-color: red;
    border-radius: 5px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    position: static;
  }

  .totalprice {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr .25fr;
    padding-top: 5px;
  }

  .home-text1 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }

  .menu-home {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block {
    width: 60px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .button-9 {
    text-align: center;
    background-color: #00a2ff;
    border-radius: 10px;
    margin: 5px 10px 10px;
    font-family: Prompt, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .buy-product {
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact {
    background-color: #038f0c;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    position: static;
  }

  .section-6 {
    padding: 10px 10px 0;
  }

  .div-block-40 {
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .register-text {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }

  .text-field-3, .text-field-4, .text-field-5 {
    margin-bottom: 0;
  }

  .grid-46 {
    grid-template-columns: 1.5fr;
  }

  .submit-button-4 {
    margin-top: 10px;
  }

  .or {
    font-weight: 500;
  }

  .or2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 0 5px;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
  }

  .bold-text-8 {
    font-family: Prompt, sans-serif;
    font-size: 10px;
    font-weight: 600;
  }

  .grid-47 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .buy-product-copy {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-22 {
    margin-bottom: 10px;
  }

  .hoe-logo {
    height: 0px;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
  }

  .image-11 {
    width: 180px;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .form-block-3 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-4 {
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-6 {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 0;
    font-family: Prompt, sans-serif;
    font-size: 18px;
  }

  .select-field-5 {
    width: auto;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Prompt, sans-serif;
    font-size: 18px;
  }

  .submit-button-5 {
    height: 50px;
    background-color: #08f;
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .grid-48 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr;
  }

  .text-block-31 {
    margin-top: 12px;
    font-family: Prompt, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
  }

  .body-2 {
    background-color: #424242;
  }

  .table-date {
    background-color: #856f00;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-span-65 {
    font-family: Prompt, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .bold-text-10 {
    font-size: 12px;
  }

  .button-10 {
    width: 100%;
    background-color: #08f;
  }

  .body-3 {
    background-color: #014b9b;
  }

  .product-front-text-right {
    text-align: right;
    font-size: 10px;
    line-height: 18px;
  }

  .image-23 {
    width: 20px;
  }

  .slider-2 {
    height: auto;
  }

  .div-block-42 {
    margin-bottom: 0;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-5 {
    background-image: url('../images/500x500.jpg');
  }

  .slide-6 {
    background-image: url('../images/aHR0cDovL2ltYWdlLmpvb3guY29tL0pPT1hjb3Zlci8wLzYyMjlkYzQ0YWI2OTM3ODQvNjQwLmpwZw.jpg');
  }

  .mask {
    width: auto;
    height: 350px;
  }

  .bold-text-11 {
    font-size: 10px;
    font-weight: 500;
  }

  .bold-text-12, .bold-text-13, .bold-text-14 {
    font-size: 12px;
    font-weight: 500;
  }

  .form-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .select-field-6, .select-field-7 {
    padding: 5px 2px;
    font-size: 16px;
  }

  .body-2-copy {
    background-color: #0060a7;
  }

  .body-2-copy-copy {
    background-color: #014b9b;
    margin-top: 0;
  }

  .slider-3 {
    height: 150px;
  }

  .slide-7 {
    background-image: url('../images/maxresdefault.jpg');
  }

  .slide-8 {
    background-image: url('../images/aHR0cDovL2ltYWdlLmpvb3guY29tL0pPT1hjb3Zlci8wLzYyMjlkYzQ0YWI2OTM3ODQvNjQwLmpwZw.jpg');
  }

  .grid-52 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
  }

  .button-11 {
    width: auto;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-family: Prompt, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .section-9 {
    margin-top: 0;
    padding: 5px 10px 0;
  }

  .slider-4 {
    width: 450px;
    height: 140px;
  }

  .slide-9 {
    background-image: url('../images/banner_web2_1.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .slide-10 {
    background-image: url('../images/banner_web2.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .tabs3menu {
    height: 55px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    justify-items: stretch;
    margin: 10px 0 0;
    padding: 0 10px;
    display: grid;
    overflow: visible;
  }

  .back-next {
    grid-column-gap: 6px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    grid-template-columns: .5fr .5fr;
    margin: 5px 10px;
    padding: 0;
  }

  .tabs2, .tabs3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabcard-main {
    width: auto;
    height: 50px;
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px;
    font-size: 20px;
    display: flex;
  }

  .tabcard-main.w--current {
    width: auto;
    height: 50px;
    text-align: center;
    background-color: #cde7ff;
    border-radius: 10px;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px;
    font-size: 20px;
    position: static;
  }

  .tabs-content {
    align-items: flex-start;
  }

  .bold-text-17 {
    font-weight: 500;
  }

  .text-block-32 {
    text-align: right;
    font-family: Prompt, sans-serif;
    font-size: 12px;
  }

  .text-block-33 {
    font-family: Prompt, sans-serif;
    font-size: 12px;
  }

  .form-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-53 {
    grid-template-columns: 2fr .25fr;
  }

  .text-span-82 {
    font-size: 14px;
    line-height: 16px;
  }

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

  .login {
    width: 100%;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .slider-5 {
    width: 100%;
    height: 130px;
  }

  .slide-13 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 380px;
  }

  .slide-14 {
    background-position: 50% 0;
    background-size: 380px;
  }

  .tabs-content-2 {
    padding-top: 0;
  }

  .body-4 {
    background-color: #014b9b;
  }

  .div-bottom-menu {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-2 {
    height: 60px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
    position: static;
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
  }

  .b-home {
    background-position: 50% 20%;
    background-size: 35px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    line-height: 18px;
  }

  .b-home.w--current {
    background-position: 50% 20%, 0 0;
    background-size: 33px, auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }

  .b-card {
    background-image: url('../images/d-ecard-a.png');
    background-position: 50% 10%;
    background-size: 38px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    line-height: 18px;
  }

  .b-card.w--current {
    background-position: 50% 20%, 0 0;
    background-size: 35px, auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }

  .b-market {
    background-image: url('../images/d-shopping-a.png');
    background-position: 50% 10%;
    background-size: 38px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    line-height: 18px;
  }

  .b-market.w--current {
    background-position: 50% 30%, 0 0;
    background-size: 35px, auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }

  .b-biz {
    background-image: url('../images/d-contact-a.png');
    background-position: 50% 10%;
    background-size: 38px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    line-height: 18px;
  }

  .b-biz.w--current {
    background-position: 50% 15%, 0 0;
    background-size: 35px, auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }

  .b-member {
    background-position: 50% 15%;
    background-size: 37px;
    border-radius: 10px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    line-height: 18px;
  }

  .b-member.w--current {
    background-position: 50% 20%, 0 0;
    background-size: 35px, auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }

  .buttom-upload {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-46 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1-3 {
    border-top-right-radius: 10px;
    font-size: 15px;
  }

  .tab-link-tab-1-3.w--current {
    font-size: 15px;
  }

  .text-premium {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }

  .button-13 {
    line-height: 28px;
  }

  .text-block-37 {
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-48 {
    height: 80px;
  }

  .div-memer {
    padding: 10px;
  }

  .div-register {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-49 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#w-node-_0f2e8067-1509-dbd8-05fe-d1ba44ccee0a-948db36f, #w-node-_3539d67c-de1d-0833-8056-536ca50c5d2a-948db36f {
  align-self: auto;
}

#name-2.w-node-_3539d67c-de1d-0833-8056-536ca50c5d40-948db36f {
  align-self: auto;
  justify-self: stretch;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5d5a-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5d5b-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d268965a-0f7f-ecaf-7018-6d5954c8fbc2-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_552a8989-600d-7045-fae3-a185863b78cc-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a47cc1d-de66-ab0b-32ee-8bd03e66743a-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89d5db98-5e47-94f0-c6d6-a167aad72fd8-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b10ef744-8064-cc63-63fd-e883d1ab463b-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2ace1e-dae0-7cb3-7670-3e2928af419f-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_905de74c-b34c-861c-e651-fa5706be380b-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ace0b68-f979-ce93-f622-5598a2998f91-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_700be324-83c1-d092-e89e-d3e20b51b88d-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_333e63bc-ec63-6ced-1130-f787d1ac3ede-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e766dff4-c178-0cd3-8306-b97d477d08c1-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55e4e216-233c-1368-a7f8-83502e88194f-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad232714-4ed2-f360-c78b-405ae478a5b0-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_319a506f-dfe9-ef03-b3fe-9719a2ba5f5d-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c966fd1f-80c9-e8ff-2430-2ba8c6ebc4bf-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7070001f-daca-46d6-2e8c-972354b7d662-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a58eb725-7f36-8372-10e4-f6284538aa7c-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_390b055d-620c-22c4-a7f1-9a16de449879-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e952f8c9-8a03-9f32-d53e-1906ef50ee4c-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecbab719-c507-c2c5-e1a8-9eb41f4965c5-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2579bf87-df04-f8d9-1e06-d8d261fc4d24-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2228fcf6-924f-7a84-41e9-2153e32491e4-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49109841-5c20-2bf7-8366-b9ab2ca4dad1-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fda44e23-0c00-7db3-4437-2a9538bf5c9e-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b50442c8-7417-f4e7-7708-2189a67766ba-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a613e302-c2f2-2c97-8d81-dd52d4ece969-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1cc8eade-fcf4-e113-298d-479b1396b63b-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e7825a2-fee1-84a6-bf03-38cda9f25efc-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_135dc412-223b-9191-70bf-35d7e4c04baf-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ca58f38-32de-8726-f5da-5c5207e0cac3-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#name-2.w-node-_3539d67c-de1d-0833-8056-536ca50c5e6c-948db36f {
  align-self: auto;
  justify-self: stretch;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5e86-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5e87-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5e97-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5e98-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5ea6-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5ea7-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5eb5-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5eb6-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5ec4-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5ec5-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5ed3-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5ed4-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5ee2-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5ee3-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5ef1-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5ef2-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f00-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f01-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f0f-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f10-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f1e-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f1f-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f2d-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f2e-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f3c-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f3d-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f4b-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f4c-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f5a-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f5b-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f69-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f6a-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f78-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f79-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f87-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3539d67c-de1d-0833-8056-536ca50c5f88-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09b2-948db36f {
  align-self: auto;
}

#name-2.w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09c2-948db36f {
  align-self: auto;
  justify-self: stretch;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09dc-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09dd-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09e7-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09e8-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09f2-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09f3-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09fc-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09fd-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a07-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a08-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a12-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a13-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a1d-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a1e-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a28-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a29-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a33-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a34-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a3e-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a3f-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a49-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a4a-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a54-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a55-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a5f-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a60-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a6a-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a6b-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a75-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a76-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a80-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a81-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#name-2.w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a8d-948db36f {
  align-self: auto;
  justify-self: stretch;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0aa7-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0aa8-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0ab8-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0ab9-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0ac7-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0ac8-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0ad6-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0ad7-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0ae5-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0ae6-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0af4-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0af5-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b03-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b04-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b12-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b13-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b21-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b22-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b30-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b31-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b3f-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b40-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b4e-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b4f-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b5d-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b5e-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b6c-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b6d-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b7b-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b7c-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b8a-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b8b-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b99-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0b9a-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0ba8-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0ba9-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e3892a-948db36f {
  align-self: auto;
}

#name-2.w-node-_78f9ae45-00df-1d6d-744f-9201a8e38940-948db36f {
  align-self: auto;
  justify-self: stretch;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e3895a-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e3895b-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38965-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38966-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38970-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38971-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e3897b-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e3897c-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38986-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38987-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38991-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38992-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e3899c-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e3899d-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389a7-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389a8-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389b2-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389b3-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389bd-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389be-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389c8-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389c9-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389d3-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389d4-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389de-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389df-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389e9-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389ea-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389f4-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389f5-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e389ff-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a00-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#name-2.w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a0c-948db36f {
  align-self: auto;
  justify-self: stretch;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a26-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a27-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a37-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a38-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a46-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a47-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a55-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a56-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a64-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a65-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a73-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a74-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a82-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a83-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a91-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a92-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38aa0-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38aa1-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38aaf-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38ab0-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38abe-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38abf-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38acd-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38ace-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38adc-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38add-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38aeb-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38aec-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38afa-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38afb-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38b09-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38b0a-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38b18-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38b19-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38b27-948db36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f9ae45-00df-1d6d-744f-9201a8e38b28-948db36f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_521ebcfb-4b2a-cf8a-057a-69fd3fe59ea3-a0ade600, #w-node-_2afc0a9d-a106-436a-8f01-8281b3a6407c-ae6827b6, #w-node-_0a0bcb86-d9cd-e53c-bc10-68d02dbe7b40-ae6827b6, #w-node-_6bfc5410-4dbe-74e0-973a-4dd019f717f3-ae6827b6, #w-node-de83cc8c-bccb-f733-e0aa-e580a8950234-ae6827b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc35eef1-d3f5-769e-b950-6504152f1d5f-ae6827b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_5d55f847-c771-252e-7b23-5a675adae510-ae6827b6, #w-node-_10fdac09-9bab-31a2-0bf6-aa8000b96bc9-ae6827b6, #w-node-_7fdf8f5d-9d81-1ce9-6c20-720d2c51e3dd-ae6827b6, #w-node-_78691a50-b1be-6840-9558-30ba2af349f4-ae6827b6, #w-node-_380b434b-6074-39ae-88f7-a1a6b3543f57-ae6827b6, #w-node-_380b434b-6074-39ae-88f7-a1a6b3543f58-ae6827b6, #w-node-_380b434b-6074-39ae-88f7-a1a6b3543f5c-ae6827b6, #w-node-_380b434b-6074-39ae-88f7-a1a6b3543f68-ae6827b6, #w-node-_380b434b-6074-39ae-88f7-a1a6b3543f80-ae6827b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #name-2.w-node-_3539d67c-de1d-0833-8056-536ca50c5d40-948db36f, #name-2.w-node-_3539d67c-de1d-0833-8056-536ca50c5e6c-948db36f, #name-2.w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09c2-948db36f, #name-2.w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a8d-948db36f, #name-2.w-node-_78f9ae45-00df-1d6d-744f-9201a8e38940-948db36f, #name-2.w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a0c-948db36f {
    align-self: auto;
  }

  #w-node-_01b77da3-57ad-c38b-17e6-2755d200cce0-8e8db374, #w-node-_380b434b-6074-39ae-88f7-a1a6b3543f76-ae6827b6, #w-node-_380b434b-6074-39ae-88f7-a1a6b3543f90-ae6827b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b6a1e4fd-4ecd-b6de-94bb-22c408d931ae-8e8db374 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0f2e8067-1509-dbd8-05fe-d1ba44ccee0a-948db36f, #w-node-_3539d67c-de1d-0833-8056-536ca50c5d2a-948db36f {
    align-self: auto;
  }

  #w-node-b50a4d12-ad2d-5898-183a-4d07e5fab3e8-948db36f, #w-node-d4b0b4a1-4938-bb82-1be8-9cfcc3101e94-948db36f, #w-node-d268965a-0f7f-ecaf-7018-6d5954c8fbc2-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_552a8989-600d-7045-fae3-a185863b78cc-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d268965a-0f7f-ecaf-7018-6d5954c8fbc6-948db36f, #w-node-d268965a-0f7f-ecaf-7018-6d5954c8fbc8-948db36f, #w-node-_7a47cc1d-de66-ab0b-32ee-8bd03e66743a-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89d5db98-5e47-94f0-c6d6-a167aad72fd8-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a47cc1d-de66-ab0b-32ee-8bd03e66743e-948db36f, #w-node-_7a47cc1d-de66-ab0b-32ee-8bd03e667440-948db36f, #w-node-b10ef744-8064-cc63-63fd-e883d1ab463b-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a2ace1e-dae0-7cb3-7670-3e2928af419f-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b10ef744-8064-cc63-63fd-e883d1ab463f-948db36f, #w-node-b10ef744-8064-cc63-63fd-e883d1ab4641-948db36f, #w-node-_905de74c-b34c-861c-e651-fa5706be380b-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ace0b68-f979-ce93-f622-5598a2998f91-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_905de74c-b34c-861c-e651-fa5706be380f-948db36f, #w-node-_905de74c-b34c-861c-e651-fa5706be3811-948db36f, #w-node-_700be324-83c1-d092-e89e-d3e20b51b88d-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_333e63bc-ec63-6ced-1130-f787d1ac3ede-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_700be324-83c1-d092-e89e-d3e20b51b891-948db36f, #w-node-_700be324-83c1-d092-e89e-d3e20b51b893-948db36f, #w-node-e766dff4-c178-0cd3-8306-b97d477d08c1-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55e4e216-233c-1368-a7f8-83502e88194f-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e766dff4-c178-0cd3-8306-b97d477d08c5-948db36f, #w-node-e766dff4-c178-0cd3-8306-b97d477d08c7-948db36f, #w-node-ad232714-4ed2-f360-c78b-405ae478a5b0-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_319a506f-dfe9-ef03-b3fe-9719a2ba5f5d-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad232714-4ed2-f360-c78b-405ae478a5b4-948db36f, #w-node-ad232714-4ed2-f360-c78b-405ae478a5b6-948db36f, #w-node-c966fd1f-80c9-e8ff-2430-2ba8c6ebc4bf-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7070001f-daca-46d6-2e8c-972354b7d662-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c966fd1f-80c9-e8ff-2430-2ba8c6ebc4c3-948db36f, #w-node-c966fd1f-80c9-e8ff-2430-2ba8c6ebc4c5-948db36f, #w-node-a58eb725-7f36-8372-10e4-f6284538aa7c-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_390b055d-620c-22c4-a7f1-9a16de449879-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a58eb725-7f36-8372-10e4-f6284538aa80-948db36f, #w-node-a58eb725-7f36-8372-10e4-f6284538aa82-948db36f, #w-node-e952f8c9-8a03-9f32-d53e-1906ef50ee4c-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ecbab719-c507-c2c5-e1a8-9eb41f4965c5-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e952f8c9-8a03-9f32-d53e-1906ef50ee50-948db36f, #w-node-e952f8c9-8a03-9f32-d53e-1906ef50ee52-948db36f, #w-node-_2579bf87-df04-f8d9-1e06-d8d261fc4d24-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2228fcf6-924f-7a84-41e9-2153e32491e4-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2579bf87-df04-f8d9-1e06-d8d261fc4d28-948db36f, #w-node-_2579bf87-df04-f8d9-1e06-d8d261fc4d2a-948db36f, #w-node-_49109841-5c20-2bf7-8366-b9ab2ca4dad1-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fda44e23-0c00-7db3-4437-2a9538bf5c9e-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_49109841-5c20-2bf7-8366-b9ab2ca4dad5-948db36f, #w-node-_49109841-5c20-2bf7-8366-b9ab2ca4dad7-948db36f, #w-node-b50442c8-7417-f4e7-7708-2189a67766ba-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a613e302-c2f2-2c97-8d81-dd52d4ece969-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b50442c8-7417-f4e7-7708-2189a67766be-948db36f, #w-node-b50442c8-7417-f4e7-7708-2189a67766c0-948db36f, #w-node-_1cc8eade-fcf4-e113-298d-479b1396b63b-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e7825a2-fee1-84a6-bf03-38cda9f25efc-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1cc8eade-fcf4-e113-298d-479b1396b63f-948db36f, #w-node-_1cc8eade-fcf4-e113-298d-479b1396b641-948db36f, #w-node-_135dc412-223b-9191-70bf-35d7e4c04baf-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ca58f38-32de-8726-f5da-5c5207e0cac3-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_135dc412-223b-9191-70bf-35d7e4c04bb3-948db36f, #w-node-_135dc412-223b-9191-70bf-35d7e4c04bb5-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09b2-948db36f {
    align-self: auto;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09e0-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09e2-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09e7-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09e8-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09eb-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09ed-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09f2-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09f3-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09f5-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09f7-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09fc-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e09fd-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a00-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a02-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a07-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a08-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a0b-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a0d-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a12-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a13-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a16-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a18-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a1d-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a1e-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a21-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a23-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a28-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a29-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a2c-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a2e-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a33-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a34-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a37-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a39-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a3e-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a3f-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a42-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a44-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a49-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a4a-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a4d-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a4f-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a54-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a55-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a58-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a5a-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a5f-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a60-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a63-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a65-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a6a-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a6b-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a6e-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a70-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a75-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a76-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a79-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a7b-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a80-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a81-948db36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a84-948db36f, #w-node-_6a6859f1-58df-5e6d-b5bf-256e447e0a86-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78f9ae45-00df-1d6d-744f-9201a8e3892a-948db36f {
    align-self: auto;
  }

  #w-node-_78f9ae45-00df-1d6d-744f-9201a8e3895e-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38960-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38965-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38969-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e3896b-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38970-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38974-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38976-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e3897b-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e3897f-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38981-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38986-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e3898a-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e3898c-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38991-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38995-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38997-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e3899c-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389a0-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389a2-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389a7-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389ab-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389ad-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389b2-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389b6-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389b8-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389bd-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389c1-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389c3-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389c8-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389cc-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389ce-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389d3-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389d7-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389d9-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389de-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389e2-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389e4-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389e9-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389ed-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389ef-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389f4-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389f8-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389fa-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e389ff-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a03-948db36f, #w-node-_78f9ae45-00df-1d6d-744f-9201a8e38a05-948db36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a0bcb86-d9cd-e53c-bc10-68d02dbe7b3c-ae6827b6, #w-node-_0a0bcb86-d9cd-e53c-bc10-68d02dbe7b40-ae6827b6, #w-node-de83cc8c-bccb-f733-e0aa-e580a8950234-ae6827b6, #w-node-_380b434b-6074-39ae-88f7-a1a6b3543f58-ae6827b6 {
    justify-self: stretch;
  }

  #w-node-da79251a-038b-1db1-4515-d3ccee100c6b-ae6827b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


