html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}



h1 {
  margin: .67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

iframe {
  height: 100%;
  width: 100%;
  min-height: 300px;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col-6 {
  width: 50%;
}

@media screen and (max-width: 767px) {

  .w-row {
    margin-left: 0;
    margin-right: 0;
  }


}

@media screen and (max-width: 479px) {

  .w-col {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-dyn-bind-empty {
  display: none !important;
}

:root {
  --background: #101010;
  --paragraphs: rgb(255, 255, 255);
  --white: white;
  --accent: #eb7a3e;
  --border: rgba(255, 255, 255, .15);
  --dark-hover: #1e1e1e;
  --additional-background: #141414;
}

.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;
}

body {
  background-color: var(--background);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 106%;
}

h2 {
  color: var(--white);
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 108%;
}

h3 {
  color: var(--white);
  letter-spacing: -.6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 111%;
}

h4 {
  color: var(--white);
  letter-spacing: -.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 116%;
}

h5 {
  color: var(--white);
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-bottom: 25px;
}

a {
  color: var(--white);
  text-decoration: underline;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

a:hover {
  color: var(--accent);
}

ul {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

.navbar {
  background-color: rgb(0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.block-navbar {
  width: 100%;
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-link {
  border-left: 1px solid var(--border);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 25px 32px;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav-link:hover {
  background-color: var(--dark-hover);
  color: var(--white);
}

.nav-button {
  background-color: var(--accent);
  color: var(--background);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 25px 32px;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav-button:hover {
  background-color: var(--white);
  color: var(--background);
}

.brand {
  border-right: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  transition-property: background-color;
  transition-duration: .2s;
  display: flex;
}

.brand:hover {
  background-color: var(--dark-hover);
}

.logo {
  height: 50px;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-hero {
  margin-bottom: 0;
  font-size: 80px;
  position: relative;
}

.overflow {
  overflow: hidden;
}

.block-heading-hero {
  margin-bottom: 24px;
}

.block-heading-hero.margin-0 {
  margin-bottom: 0;
}

.paragraph-hero {
  max-width: 520px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 175%;
}

.text-accent {
  color: var(--accent);
  text-decoration: none;
}

.button {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 23px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  background-color: var(--white);
  color: var(--background);
}

.button.small {
  padding: 13px 26px;
}

.block-paragraph-hero {
  margin-bottom: 40px;
}

.section {
  background-color: var(--additional-background);
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 20px;
  display: flex;
}

.content {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content.full {
  max-width: 84vmax;
}

.grid-2-columns {
  width: 100%;
  grid-column-gap: 4vmin;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.block-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10%;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.border-image {
  width: 100%;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  max-height: fit-content;
}

.border-image.full {
  border-top-style: none;
  border-bottom-style: none;
}

.text-subtitle {
  color: var(--accent);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.subtitle {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.line-subtitle {
  width: 26px;
  height: 2px;
  background-color: var(--accent);
}

.line-subtitle.short {
  width: 13px;
}

.heading {
  max-width: 560px;
}

.into-view-fill {
  z-index: 100;
  width: 100%;
  height: 0%;
  background-color: var(--additional-background);
  margin-top: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.into-view-fill.dark {
  background-color: var(--background);
}

.paragraph {
  max-width: 470px;
  margin-bottom: 36px;
}

.section-dark {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  display: flex;

  & .overflow {
    margin-top: 30px;
  }
}

.block-heading {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.block-heading.center {
  text-align: center;
  align-items: center;
  margin-right: 0;
}

.grid-3-columns {
  width: 100%;
  grid-column-gap: 4vmin;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.grid-3-columns.margin-10 {
  grid-auto-columns: 1fr;
  margin-top: 10px;
}

.block-services {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 16px;
  display: flex;
}

.block-services.margin-44 {
  margin-top: 44px;
}

.block-services.margin-0 {
  margin-top: 0;
}

.heading-services {
  margin-bottom: 0;
}

.services {
  position: relative;
}

.section-full {
  background-color: var(--additional-background);
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-full {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.block-full {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 130px 16%;
  display: flex;
  position: relative;
}

.paragraph-large {
  max-width: 500px;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 175%;
}

.testimonial {
  width: 100%;
  border: 1px solid var(--border);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14% 10%;
  position: relative;
  overflow: hidden;
}

.icon-star {
  width: fit-content;
  height: 24px;
  margin-left: 2px;
  margin-right: 2px;
}

.stars {
  margin-bottom: 16px;
}

.name-testimonial {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.paragraph-testimonial {
  margin-bottom: 18px;
}

.grid-location {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.location {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7% 8%;
  display: flex;
}

.paragraph-location {
  margin-bottom: 20px;
}

.collection-list-wrapper-shop {
  width: 100%;
  margin-top: 50px;
}

.collection-list-shop {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.collection-item-shop {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;

  & .overflow {
    width: 100%;
    margin-top: auto;
  }

  & .overflow {
    width: 100%;
    margin-top: auto;
  }
}

.link-image-shop {
  width: 100%;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.image-shop {
  width: 100%;
  object-fit: cover;
}

.block-shop {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

.heading-shop {
  margin-bottom: 0;
}

.link-shop {
  margin-bottom: 4px;
  text-decoration: none;
}

.price {
  color: var(--accent);
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
 font-weight: 700;
  line-height: 120%;
  display: inline-block;
}

.compare-at-price {
  color: rgba(255, 255, 255, .3);
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: line-through;
  display: inline-block;
}

.product-information {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
}

.description-shop {
  margin-bottom: 30px;
}

.block-price {
  margin-bottom: 14px;
}

.grid-faq {
  width: 100%;
  max-width: 790px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 10px;
}

.accordion-item {
  border: 1px solid var(--border);
  background-color: var(--dark-hover);
  position: relative;
  overflow: hidden;
}

.accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  transition: padding .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.accordion-header:hover {
  padding-left: 34px;
}

.accordion-content {
  padding-left: 28px;
  padding-right: 28px;
  overflow: hidden;
}

.heading-accordion {
  margin-bottom: 0;
}

.icon-accordion {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-left: auto;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.cta {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 130px;
  display: flex;
  position: relative;
}

.image-cta {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.block-cta {
  text-align: center;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.heading-cta {
  max-width: 800px;
  margin-bottom: 30px;
  font-size: 58px;
  line-height: 106%;
}

.block-image-cta {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-footer {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  display: flex;
  transform: perspective(1000px);

  & .logo {
    margin-bottom: 30px;
    height: 70px;
  }
}

.grid-footer {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.block-footer {
  border-left: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14% 15% 24%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-footer.border-off {
  border-left-style: none;
}

.link-footer {
  color: rgba(255, 255, 255, 0.759);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.link-footer:hover {
  color: var(--white);
}

.heading-footer {
  margin-bottom: 24px;
}

.grid-footer-down {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.block-footer-down {
  border-left: 1px solid var(--border);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3% 7.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-footer-down.border-off {
  border-left-style: none;
}

.block-down {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.hero---b {
  width: 100%;
  min-height: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-hero---b {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block-hero---b {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto 10% 130px;
  display: flex;
  position: relative;
}

.block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.grid-group {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 25px;
}

.group {
  border-left: 1px solid var(--border);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: relative;
}

.group.border-off {
  border-left-style: none;
}

.heading-group {
  margin-bottom: 14px;
}

.icon-group {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
}

.paragraph-group {
  margin-bottom: 0;
}

.collection-list-blog {
  width: 100%;
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.collection-list-wrapper-blog {
  width: 100%;
  margin-top: 10px;
}

.collection-item-blog {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.link-image-blog {
  width: 100%;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  height: 100%;
}

.image-blog {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-blog {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 9% 10% 10%;
  display: flex;
  height: 100%;

  & .button {
    margin-top: auto;
  }
}

.link-blog {
  margin-bottom: 24px;
  text-decoration: none;
}

.heading-blog {
  margin-bottom: 0;
}

.date-blog {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.cta-simple {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.heading-cta-simple {
  max-width: 800px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 58px;
  line-height: 106%;
}

.section-cta-simple {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.section-full-dark {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;

  & .block-heading {
    margin-bottom: 40px;
  }
}

.section-full-dark.padding {
  padding: 30px 20px;
}

.hero---page {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 170px 7% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-hero---page {
  z-index: 50;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.columns-services {
  width: 100%;
}

.column-1-services {
  margin-top: -80px;
  padding-left: 0;
  padding-right: 4vmin;
}

.column-2-services {
  padding-left: 4vmin;
  padding-right: 0;
}

.grid-services---a {
  grid-column-gap: 0px;
  grid-row-gap: 8vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-services---c {
  width: 100%;
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.services---c {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-image-services---c {
  width: 100%;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.image-services---c {
  width: 100%;
  object-fit: cover;
}

.block-services---c {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.grid-image-3-columns {
  width: 100%;
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-paragraph-center {
  width: 100%;
  max-width: 840px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-large-page {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 175%;
}

.grid-image-2-columns, .grid-about---c {
  width: 100%;
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.about---c {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-image-about---c {
  width: 100%;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.image-about---c {
  width: 100%;
  height: 28vw;
  object-fit: cover;
}

.block-about---c {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 4vmin 15px;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
  position: relative;
}

.form {
display: flex;
flex-direction: column;
row-gap: 30px;
}

.text-field {
  height: 57px;
  border: 1px solid #fff;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 140%;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--white);
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .45);
}

.textarea {
  max-height: 400px;
  max-width: 100%;
  min-height: 180px;
  min-width: 100%;
  border: 1px solid #fff;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 140%;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-color: var(--white);
}

.textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, .45);
}

.collection-list-wrapper-shop-page {
  width: 100%;
}

.collection-list-shop-page {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

@media screen and (max-width: 991px) {
  .grid-group {
    grid-template-columns: 1fr 1fr;
  }
  .button {
    padding: 20px;
  }
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 39px;
  }

  h3 {
    font-size: 33px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 23px;
  }

  h6 {
    font-size: 17px;
  }

  .nav-menu {
    background-color: var(--background);
  }

  .nav-link {
    border-bottom: 1px solid var(--border);
    border-left-style: none;
  }

  .menu-button {
    border-left: 1px solid var(--border);
    color: var(--paragraphs);
    padding: 24px;
    font-size: 20px;
    line-height: 100%;
    transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
  }

  .heading-hero {
    font-size: 58px;
  }

  .section, .section-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .block-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta {
    padding-top: 80px;
  }

  .heading-cta {
    font-size: 50px;
  }

  .grid-footer {
    border-bottom-style: none;
    grid-template-columns: 1fr 1fr;
  }

  .block-footer {
    border-bottom: 1px solid var(--border);
  }

  .block-footer.border-off {
    border-left-style: solid;
  }

  .grid-footer-down {
    grid-template-columns: 1fr;
  }

  .block-footer-down {
    border-top: 1px solid var(--border);
    border-left-style: none;
  }

  .block-footer-down.border-off {
    border-top-style: none;
  }

  .hero---b {
    padding-top: 160px;
  }

  .block-hero---b {
    margin-bottom: 100px;
  }

  .heading-cta-simple {
    font-size: 50px;
  }

  .section-cta-simple {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero---page {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .grid-services---c {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 22px;
  }

  .heading-hero {
    font-size: 50px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .block-right {
    padding-bottom: 0;
    padding-left: 7%;
    padding-right: 7%;
  }

  .border-image.full {
    border-bottom-style: solid;
  }

  .section-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-3-columns {
    grid-row-gap: 4vmin;
    grid-template-columns: 1fr;
  }

  .grid-full {
    grid-template-columns: 1fr;
  }

  .block-full {
    padding: 80px 11%;
  }

  .testimonial {
    padding: 10% 7%;
  }

  .collection-list-shop {
    grid-template-columns: 1fr;
  }

  .cta {
    padding-top: 80px;
  }

  .heading-cta {
    font-size: 46px;
  }

  .block-footer-down {
    text-align: center;
    flex-direction: column;
  }

  .block-down {
    margin-right: 0;
  }

  .hero---b {
    min-height: auto;
    padding-top: 140px;
  }

  .block-hero---b {
    margin-bottom: 80px;
  }

  .block-left {
    padding-bottom: 0;
  }

  .grid-group {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .group {
    border-top: 1px solid var(--border);
    border-left-style: none;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .group.border-off {
    border-top-style: none;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .heading-cta-simple {
    font-size: 46px;
  }

  .section-cta-simple {
    padding: 70px 35px;
  }

  .hero---page {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  

  .column-2-services {
    padding-left: 0;
  }

  .grid-services---c {
    grid-template-columns: 1fr;
  }

  .block-services---c {
    padding-left: 7%;
    padding-right: 7%;
  }

  .grid-image-3-columns, .grid-image-2-columns, .grid-about---c {
    grid-template-columns: 1fr;
  }

  .image-about---c {
    height: 60vw;
  }

  .block-about---c {
    padding-left: 7%;
    padding-right: 7%;
  }

  .collection-list-shop-page {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .heading-hero {
    font-size: 46px;
  }

  .button.small {
    justify-content: center;
    margin-left: 0;
  }

  .heading-cta {
    font-size: 42px;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

  .block-footer {
    border-left-style: none;
    align-items: center;
    padding-bottom: 14%;
  }

  .block-footer.border-off {
    border-left-style: none;
  }

  .block-down {
    flex-direction: column;
  }

  .cta-simple {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .heading-cta-simple {
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 42px;
  }

  .form {
    grid-template-columns: 1fr;
  }
}

#w-node-_052525de-e16b-77ed-081a-b83599f98121-86338daa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_5bab72ae-ea48-60d2-a9ca-ca7dc4495667-b8e36d31, #w-node-_83c1aa20-1dda-4f31-3f56-bc53587b21e5-17bc0a00 {
    order: -9999;
  }

  #w-node-_375a2e75-0a51-e190-89b4-2488490aa1cb-22d095e3 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_052525de-e16b-77ed-081a-b83599f98121-86338daa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
  }

  .nav-link {
    width: 100%;
  }
  
  .nav-open {
    max-height: 500px;
  }
  
  .w-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
  }
  
  .overlay-active {
    display: block;
  }

  .menu-icon {
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  
  .menu-icon .bar {
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
  }

  .w-nav-button {
    display: block;
  }
}

.avatar-testimonial {
  border-radius: 50%;
  margin-bottom: 20px;
  max-width: 150px;
}

.home-service {
  padding-bottom: 80px;
}

.section-schedule {
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;

}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #111;
  font-family: sans-serif;
}

.schedule-table th,
.schedule-table td {
  padding: 14px 18px;
  text-align: center;
  border: 1px solid #333;
}

.schedule-table thead {
  background-color: #111;
  color: #FFA500;
  text-transform: uppercase;
  font-weight: bold;
}

.schedule-table tbody tr:nth-child(even) {
  background-color: #fef6ee; 
}

.schedule-table tbody tr:hover {
  background-color: #ffe3c0; 
}

.schedule-table td {
  color: #222;
}

.schedule-table td:first-child {
  font-weight: bold;
  background-color: #f9f9f9;
  color: #000;
}

.classes-subscriptions {
  & .collection-item-shop {
    flex-direction: row;
  }

  & .collection-list-shop-page {
    grid-template-columns: 1fr;
  }
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1em;
  box-sizing: border-box;
}

.accordion-item.active .accordion-content {

  padding-bottom: 1em;
}

.accordion-header {
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header:hover {
  opacity: 0.8;
}

.icon-accordion {
  transition: transform 0.3s ease;
  transform: rotate(0);
}

.accordion-item.active .icon-accordion {
  transform: rotate(45deg); 
}

.checkbox-container {
  margin: 12px 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #ffffff;
}

.checkbox-container input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.checkbox-container label {
  cursor: pointer;
  user-select: none;
}

.checkbox-container a {
  color: #007bff;
  text-decoration: underline;
}

.checkbox-container a:hover {
  color: #0056b3;
  text-decoration: none;
}

.legal {
 & .grid-2-columns {
    grid-template-columns: 1fr;
    max-width: 1000px;
  }

  & .heading {
    max-width: 100%;
  }

  & .paragraph {
    max-width: 100%;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 25px;
  }
}

.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;

  h1 {
      margin-bottom: 30px;
      line-height: 150%;
      font-size: 50px;
      color: #ffffff;
      font-weight: 600;
  }

  h2 {
      margin-bottom: 40px;
      line-height: 150%;
      font-size: 25px;
      color: #ffffff;
  }

  p {
      max-width: 1000px;
      line-height: 150%;
      color: #ffffff;
  }

 

  a {
      color: #ffffff;
  }

 

  @media screen and (max-width: 479px) {
    .products-grid {
      grid-template-columns: 1fr;
    }

      padding: 150px 30px;

      h1 {
          font-size: 30px;
      }

      h2 {
          font-size: 20px;
      }
  }
  
  .button {
    max-width: fit-content;
    margin: 0 auto;
  }
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.home-hero {
  position: relative;
  overflow: hidden;
}

.home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.69);
  pointer-events: none;
  z-index: 1;
}

.home-class {
  margin-bottom: 50px;
 background-image: 
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.673)),
      url(../images/photo-3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .dop-style {
   
    h1 {
      
        font-size: 30px;
  }
}
.services---c {
  flex-direction: row;
}
  .paragraph {
    max-width: 100%;
  }
  .image-shop,
  .image {
    max-height: 500px;
  }

  

  .grid-3-columns.margin-10 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-blog {
    flex-direction: row;
  }

  .cta-simple {
    flex-direction: column;
    text-align: center;

    & .heading-cta-simple {
      margin-bottom: 40px;
    }
  }
.image-shop {
  height: 100%;
  max-height: 100%;
}

.link-image-shop {
 height: 100%;
}

.image-services---c {
  height: 100%;
}

.collection-item-shop {
  flex-direction: row;
}
}


@media screen and (max-width: 479px) {
& .services---c {
  flex-direction: column;
}

.grid-3-columns.margin-10 {
  grid-template-columns: 1fr;
}

.collection-item-blog {
  flex-direction: column;
}

.classes-subscriptions {
  & .collection-item-shop {
    flex-direction: column;
  }
}

.heading-hero {
  font-size: 40px;
}

.heading-cta,
.heading-cta-simple {
  font-size: 35px;
}

h1 {
  font-size: 35px;
}
.legal {
  h2 {

    
    font-size: 20px;
  }
  h1  {
    font-size: 25px;
  }
}

.collection-item-shop {
  flex-direction: column;
}
}