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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ffffff;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1a3e44;
  font-size: 58px;
  line-height: 106%;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1a3e44;
  font-size: 42px;
  line-height: 108%;
  font-weight: 700;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 23px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1a3e44;
  font-size: 36px;
  line-height: 111%;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 21px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1a3e44;
  font-size: 30px;
  line-height: 116%;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1a3e44;
  font-size: 24px;
  line-height: 120%;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 17px;
  font-family: Inter, sans-serif;
  color: #1a3e44;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
}

p {
  margin-bottom: 25px;
}

a {
  -webkit-transition: color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fe815f;
  text-decoration: underline;
}

a:hover {
  color: #fe815e;
}

ul {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 36px;
}

ol {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 25px;
  margin-left: 18px;
  padding: 0px 24px;
  border-left: 2px solid #fe815e;
  color: #fe815e;
  font-size: 18px;
  line-height: 165%;
  font-style: italic;
}

figure {
  margin-top: 37px;
  margin-bottom: 37px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
}

figcaption {
  margin-top: 0px;
  padding: 12px 5%;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
  font-size: 14px;
  line-height: 160%;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff8f7;
  color: #333333;
}

.block-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  background-color: transparent !important;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fe815f;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #ffffff;
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.nav-button:hover {
  background-color: #fff;
  color: #101010;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}



.logo {
  height: 50px;
}

@media screen and (max-width: 767px) {
  .logo {
    max-width: 20vh;
    height: auto;
  }
}

.dropdown {
  z-index: 0;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 25px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid hsla(0, 0%, 100%, 0.15);
  -webkit-transition: background-color 250ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 250ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.dropdown-icon {
  position: relative;
  margin-right: 0px;
  margin-left: 3px;
  font-size: 11px;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  background-color: #1e1e1e;
}

.dropdown-link {
  padding: 10px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #fff;
}

.dropdown-link.w--current {
  color: #fe815e;
}

.dropdown-list-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  color: #333333;
}

.heading-hero {

  position: relative;
  margin-bottom: 0px;
  text-align: center;
  color:black;
}

.heading-hero._2 {
  font-size: 44px;
}

.block-heading-hero {
  margin-bottom: 24px;
}

.yel {
  color: #fe815f;
}

.button {
  padding: 23px 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #fe815f;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94), color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94), color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #ffffff;
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

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

.button.orange {
  border-radius: 4px;
  background-color: #fe815e;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #343434;
  background-color: #ffffff;
  color: #333333;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2-columns {
  width: 100%;
  grid-column-gap: 4vmin;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  border-radius: 10px;
}

.image._1 {
  height: 100%;
  border-radius: 0px;
}

.border-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 4px;
}

.border-image.vid {
  width: 100%;
}

.text-subtitle {
  margin-right: 12px;
  margin-left: 12px;
  color: #fe815e;
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-subtitle {
  width: 26px;
  height: 2px;
  background-color: #fe815e;
}

.line-subtitle.short {
  width: 13px;
}

.heading {
  max-width: 690px;
  font-size: 50px;
}

.heading.black {
  color: #000;
}

.into-view-fill {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  height: 0%;
  margin-top: auto;
  background-color: #141414;
}

.into-view-fill.dark {
  background-color: #101010;
}

.paragraph {
  max-width: 470px;
  margin-bottom: 36px;
}

.paragraph.black {
  color: rgba(0, 0, 0, 0.65);
}

.paragraph._2 {
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
}

.section-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #343434;
  background-color: #ffffff;
  color: #333333;
}

.section-dark.white {
  background-color: #fff;
}

.block-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-heading.center {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grid-3-columns {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 4vmin;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.border-link {
  overflow: hidden;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 4px;
}

.image-services {
  width: 100%;
  height: 530px;
  -webkit-filter: grayscale(47%);
  filter: grayscale(47%);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-services:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.block-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-services {
  margin-bottom: 0px;
}

.link-services {
  text-decoration: none;
}

.services {
  position: relative;
}

.services.margin-50 {
  margin-top: 50px;
}

.services.margin-100 {
  margin-top: 100px;
}

.block-full {
  position: relative;
  padding: 130px 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-location {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7% 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
}

.link-image-shop {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}

.error-state {
  margin-top: 15px;
  padding: 14px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(248, 51, 51, 0.35);
  background-color: transparent;
}

.error-message {
  color: #f83333;
  font-size: 15px;
  line-height: 120%;
  font-weight: 500;
}

.grid-faq {
  width: 100%;
  max-width: 790px;
  margin-top: 10px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.accordion-item {
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 4px;
  background-color: #1e1e1e;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding 200ms cubic-bezier(.25, .46, .45, .94);
  transition: padding 200ms cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
  background-color: #f8f9fa;
  color: #333333;
}

.accordion-header:hover {
  padding-left: 34px;
}

.accordion-content {
  overflow: hidden;
  padding-right: 28px;
  padding-left: 28px;
  background-color: #f8f9fa;
  color: #333333;
}

.heading-accordion {
  margin-bottom: 0px;
}

.icon-accordion {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.block-cta {
  position: relative;
  padding-right: 20px;
  padding-bottom: 35px;
  padding-left: 20px;
  text-align: center;
}

.block-image-cta {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #343434;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.link-footer {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  color: black;
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-footer:hover {
  color: #fe815e;
}

.grid-footer-down {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-footer-down {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 3% 7.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid hsla(0, 0%, 100%, 0.15);
}

.block-footer-down.border-off {
  border-left-style: none;
}

.text-footer-down {
  margin-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #575757;
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.block-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero---b {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-top: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-hero---b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-hero---b {
  position: relative;
  z-index: 50;
  overflow: hidden;
  width: 100%;
  margin-top: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}

.block-hero---b {
  position: relative;
  z-index: 50;
  margin-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-services-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 5vmin;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* border-left: 1px solid#fe815f99; */
  -webkit-transition-property: background-color;
  transition-property: background-color;
  text-decoration: none;
  background: #f7f8fa;
  
}

.link-services-hero:hover {
  background-color:#fe815e;
  color:white !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.link-services-hero.border-off {
  border-left-style: none;
}

.block-services-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-services-hero {
  margin-bottom: 0px;
  color: rgb(0, 0, 0);
}

.link-services-hero:hover .heading-services-hero {
  color: rgb(233, 233, 233);
}

.paragraph-services-hero {
  max-width: 370px;
  margin-bottom: 0px;
  color: rgb(0, 0, 0);
}

.link-services-hero:hover .paragraph-services-hero {
  color: rgb(247, 247, 247);
}

.cta-simple {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-cta-simple {
  max-width: 800px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-size: 55px;
  line-height: 106%;
}

.section-cta-simple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #343434;
  background-color: #030611;
  background-image: url('../images/btc.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: fixed;
}

.section-full-dark {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #343434;
}

.section-full-dark.padding {
  padding: 8vmin;
  background-image: url('../images/faces.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}

.grid-image-2-columns {
  width: 100%;
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-right: 25px;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid black;
  background-color: rgba(255, 255, 255, 0.57);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  
}

@media (min-width: 992px) {
  .form-block {
    margin-left: 30px;
    border-radius: 10px;
  }
}

.form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field {
  height: 60px;
  margin-bottom: 0px;
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(248, 184, 51, 0.4);
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #111111;
  font-size: 16px;
  line-height: 140%;
}

.text-field:hover {
  border-color: #fe815e;
}

.text-field:focus {
  border-color: #000000;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 27%, 0.45);
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 13%, 0.45);
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 4%, 0.45);
}

.text-field::placeholder {
  color: hsla(0, 0%, 1%, 0.45);
}

.success-message {
  color: #fe815e;
  font-size: 15px;
  line-height: 120%;
  font-weight: 500;
}

.success-state {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(248, 184, 51, 0.35);
  background-color: transparent;
}

.submit-button {
  width: 100%;
  padding: 15px 20px 15px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fe815f;
  border-radius: 5px;
  background-color: #fe815f;
  background-position: 6% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  
}

.submit-button:hover {
  /* padding-left: 32px; */
  /* background-color: #fff;
  background-position: -30% 50%; */
  color: white;
}

.grid-membership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 330px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  background-color: #101010;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block {
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.video {
  width: 100%;
  border: 3px solid #000;
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.image-2 {
  width: 30%;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(10, 16, 29, 0.97);
  opacity: 0;
}

.link {
  text-decoration: none;
}

.slider {
  height: 420px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.hide {
  display: none;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

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

.text-block {
  margin-bottom: 4px;
  padding: 15px;
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.slider-2 {
  height: 100%;
  background-color: #000;
}

.arrow {
  opacity: 0.24;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.arrow:hover {
  opacity: 1;
}

.tab {
  margin-right: 5px;
  padding-left: 52px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #424242;
  background-image: url('../images/vid.svg');
  background-position: 6% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  color: #fff;
}

.tab:hover {
  background-color: #fe815e;
  color: #fff;
}

.tab.w--current {
  padding-left: 30px;
  background-color:#fe815f;
  background-image: none;
  color: #fff;
}

.vid {
  width: 25px;
  margin-right: 15px;
}

.txt1 {
  display: inline-block;
}

.or {
  color: #fe815e;
}

.vid1 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  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: #101010;
  }

  .dropdown-toggle {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    border-left-style: none;
  }

  .dropdown-list.w--open {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }

  .dropdown-link {
    text-align: center;
  }

  .menu-button {
    padding: 24px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.15);
    -webkit-transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
    transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
    color: hsla(0, 0%, 100%, 0.65);
    font-size: 20px;
    line-height: 100%;
  }

  .menu-button.w--open {
    background-color: #1e1e1e;
    color: #fff;
  }

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

  .yel {
    font-size: 27px;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .grid-2-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-2-columns._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .block-right {
    padding-top: 0px;
    padding-left: 0%;
  }

  .border-image {
    width: 50%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }

  .border-image.vid {
    width: 90%;
  }

  .heading {
    font-size: 40px;
  }

  .section-dark {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .section-dark.white {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-services {
    height: 400px;
  }

  .block-full {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .location {
    margin-bottom: 2%;
    padding: 2%;
  }

  .grid-footer-down {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-footer-down {
    border-top: 1px solid hsla(0, 0%, 100%, 0.15);
    border-left-style: none;
  }

  .block-footer-down.border-off {
    border-top-style: none;
  }

  .hero---b {
    padding-top: 116px;
  }

  .block-hero---b {
    margin-bottom: 100px;
  }

  .heading-services-hero {
    font-size: 27px;
  }

  .paragraph-services-hero {
    font-size: 15px;
  }

  .cta-simple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .heading-cta-simple {
    margin-right: 0px;
    margin-bottom: 13px;
    font-size: 26px;
  }

  .section-cta-simple {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section-full-dark.padding {
    padding: 5vmin;
  }

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

  .form-block {
    margin-right: 0px;
  }

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

  /* .text-field {
    height: 52px;
  } */

  .popup {
    display: none;
    opacity: 0;
  }

  .slider {
    height: 250px;
  }

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

@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 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 32px;
    line-height: 34px;
  }

  .yel {
    font-size: 23px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .block-right {
    padding-right: 7%;
    padding-bottom: 0px;
    padding-left: 7%;
  }

  .heading {
    font-size: 30px;
  }

  .section-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-3-columns {
    grid-row-gap: 4vmin;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-services {
    height: 120vw;
  }

  .services.margin-50 {
    margin-top: 0px;
  }

  .services.margin-100 {
    margin-top: 0px;
  }

  .block-full {
    padding: 80px 11%;
  }

  .block-footer-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .block-down {
    margin-right: 0px;
  }

  .hero---b {
    min-height: auto;
    padding-top: 110px;
  }

  .grid-hero---b {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-hero---b {
    margin-bottom: 80px;
  }

  .link-services-hero {
    padding: 7vmin;
    /* border-top: 1px solid hsla(0, 0%, 100%, 0.15); */
    border-left-style: none;
  }

  .link-services-hero.border-off {
    border-top-style: none;
  }

  .heading-cta-simple {
    font-size: 25px;
  }

  .section-cta-simple {
    padding: 70px 35px;
  }

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

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

  .slider {
    display: none;
  }

  .w {
    font-size: 26px;
  }
}

@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: 21px;
    line-height: 30px;
  }

  .heading-hero._2 {
    line-height: 14px;
  }

  .block-heading-hero {
    margin-bottom: 5px;
  }

  .yel {
    font-size: 26px;
  }

  .heading {
    max-width: 100%;
    font-size: 22px;
  }

  .block-full {
    padding: 10px 0%;
  }

  .text-footer-down {
    margin-right: 0px;
  }

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

  .block-hero---b {
    margin-bottom: 35px;
  }

  .cta-simple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .heading-cta-simple {
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .section-cta-simple {
    padding: 25px 10px;
  }

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

  .form {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-field {
    margin-bottom: 7px;
  }



  .grid-membership {
    padding-right: 15px;
    padding-left: 15px;
  }

  .utility-page-content {
    margin: 10px;
    padding: 10%;
  }

  .tab {
    padding: 5px 15px 5px 45px;
  }

  .tab.w--current {
    padding-left: 15px;
  }

  .txt1 {
    font-size: 13px;
  }

  .w {
    font-size: 19px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#First-Name-4.w-node-_1377fdfc-d19c-5368-5bec-3bcade73ec22-a38d1e9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Last-Name-4.w-node-_819b5877-8d3f-1304-d29b-476877f709cd-a38d1e9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Your-Email.w-node-_1377fdfc-d19c-5368-5bec-3bcade73ec23-a38d1e9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_1377fdfc-d19c-5368-5bec-3bcade73ec24-a38d1e9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#First-Name-5.w-node-_3ecc262f-403d-8423-2404-ae08f17b6e59-a38d1e9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Last-Name-5.w-node-_971c5e14-4a1f-84f9-7bca-8a66bd9b26dc-a38d1e9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Email-Membership.w-node-_971c5e14-4a1f-84f9-7bca-8a66bd9b26db-a38d1e9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_971c5e14-4a1f-84f9-7bca-8a66bd9b26dd-a38d1e9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Email-Membership.w-node-_2e4c2e8b-0b17-527a-d8a4-876b8da3253e-a38d1e9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Phone-Number-3.w-node-_2e4c2e8b-0b17-527a-d8a4-876b8da3253f-a38d1e9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2e4c2e8b-0b17-527a-d8a4-876b8da32540-a38d1e9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #First-Name-4.w-node-_1377fdfc-d19c-5368-5bec-3bcade73ec22-a38d1e9d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Last-Name-4.w-node-_819b5877-8d3f-1304-d29b-476877f709cd-a38d1e9d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Your-Email.w-node-_1377fdfc-d19c-5368-5bec-3bcade73ec23-a38d1e9d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #First-Name-5.w-node-_3ecc262f-403d-8423-2404-ae08f17b6e59-a38d1e9d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Last-Name-5.w-node-_971c5e14-4a1f-84f9-7bca-8a66bd9b26dc-a38d1e9d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Email-Membership.w-node-_971c5e14-4a1f-84f9-7bca-8a66bd9b26db-a38d1e9d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Email-Membership.w-node-_2e4c2e8b-0b17-527a-d8a4-876b8da3253e-a38d1e9d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Phone-Number-3.w-node-_2e4c2e8b-0b17-527a-d8a4-876b8da3253f-a38d1e9d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media (min-width:992px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="ad253ea1-b892-8f70-5ddb-e6f36e243df4"] {
    -webkit-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="6355f1f5-157c-b44f-978b-afd6805377a8"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.14, 1.14, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1.14, 1.14, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1.14, 1.14, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1.14, 1.14, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }
}

@media (max-width:991px) and (min-width:768px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="ad253ea1-b892-8f70-5ddb-e6f36e243df4"] {
    -webkit-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 110%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="6355f1f5-157c-b44f-978b-afd6805377a8"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.14, 1.14, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1.14, 1.14, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1.14, 1.14, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1.14, 1.14, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }
}