:root {
  --lime-green: #0ec756;
  --sky-blue: #202030;
  --dim-grey: #6e6e73;
  --second-dark: #9ca69b;
  --dark-grey: rgba(155, 155, 155, .25);
  --grey: #86868b;
  --cold-white: #fbfcfd;
  --gainsboro: #e7e7e7;
  --second-text: #646464;
  --white-smoke: whitesmoke;
  --steel-blue: #0072cf;
}

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

a {
  text-decoration: underline;
}

.home-hero {
  height: 85vh;
  min-height: 580px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-heading {
  max-width: 1200px;
  text-align: center;
  letter-spacing: -.035em;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
}

.home-herio-subheading {
  text-align: center;
  letter-spacing: .01em;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.4;
}

.text-color-sec {
  color: var(--dim-grey);
  font-family: Inter, sans-serif;
  line-height: 1.5;
}

.text-color-sec.dark {
  color: var(--second-dark);
}

.home-hero-cta-link {
  color: var(--lime-green);
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.material-icon {
  font-family: Material Icons Rounded, sans-serif;
  font-weight: 400;
}

.home-hero-cta {
  width: 320px;
  height: 56px;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-hero-cta-bg {
  width: 100%;
  height: 100%;
  background-color: var(--dark-grey);
  opacity: 0;
  border-radius: 10px;
  position: absolute;
}

.nav {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--sky-blue);
  background-color: rgba(255, 255, 255, .7);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  transition: background-color .2s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  height: 50px;
  object-fit: scale-down;
  display: inline-block;
  position: static;
}

.nav-container {
  max-width: 1200px;
  border-bottom: 1px solid rgba(32, 32, 48, .25);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.brand.w--current {
  position: absolute;
  left: 0%;
}

.nav-brand {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0;
}

.nav-heading {
  color: var(--sky-blue);
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.nav-menu {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--sky-blue);
  flex: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.nav-link:hover {
  background-color: var(--dark-grey);
  border-radius: 10px;
}

.nav-link.w--current {
  color: var(--sky-blue);
}

.nav-cta {
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  right: 0%;
}

.nav-cta-bg {
  width: 100%;
  height: 100%;
  background-color: var(--dark-grey);
  opacity: 0;
  border-radius: 10px;
  position: absolute;
}

.nav-cta-link {
  width: 100%;
  height: 100%;
  color: var(--lime-green);
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-benefits {
  background-color: var(--cold-white);
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.heading {
  color: var(--sky-blue);
  text-align: center;
  margin: 0 auto 5vh;
  font-size: 46px;
  font-weight: 600;
}

.container {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.benefits-grid-main {
  grid-template-rows: auto auto;
}

.benefits-card {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 2px 5px #e6e8eb;
}

.benefits-card.small {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.benefits-card-text {
  color: var(--sky-blue);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.benefits-card-text.benefits-second-text {
  color: var(--second-text);
  text-align: left;
  margin-top: 25px;
}

.home-question-icon {
  color: var(--lime-green);
  cursor: default;
  font-size: 50px;
  line-height: 1;
}

.home-question-icon.fa-solid {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 900;
  position: relative;
}

.fa-icon {
  font-family: "Fa 400", sans-serif;
}

.fa-brands {
  font-family: "Fa Brands 400", sans-serif;
}

.home-question-card-heading {
  color: var(--sky-blue);
  text-align: left;
  letter-spacing: .8px;
  margin-left: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.benefits-heading-wrapper {
  width: 100%;
  border-bottom: 2px solid var(--gainsboro);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.home-design {
  padding-top: 100px;
  padding-bottom: 100px;
}

.browser-button {
  width: .75rem;
  height: .75rem;
  background-color: #ed6a5e;
  border: .5px solid #ce5347;
  border-radius: 100%;
}

.browser-button.is-minimize {
  background-color: #f6be4f;
  border-color: #d6a243;
}

.browser-button.is-expand {
  background-color: #62c554;
  border-color: #58a942;
}

.browser-buttons-wrapper {
  width: auto;
  height: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px #000;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -.375rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
}

.browser_search-bar {
  width: 50%;
  background-color: #fff;
  background-image: linear-gradient(#fdfdfd, #f3f3f3);
  border: 1px rgba(0, 0, 0, .2);
  border-radius: .25rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem .5rem;
  display: flex;
}

.browser-search-text {
  color: #6e6e6e;
  text-shadow: none;
  align-self: center;
  margin-left: 2px;
  margin-right: 2px;
  font-size: .75rem;
  line-height: 1.2;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.browser-search-text.fa-solid.color-green {
  color: var(--lime-green);
}

.browser-top-bar {
  text-align: center;
  background-color: #b3b3b3;
  background-image: linear-gradient(#e6e5e5, #cdcdcc);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .375rem 1rem;
  display: block;
  position: relative;
  box-shadow: inset 0 1px rgba(255, 255, 255, .6), 0 1px #a8a7a7, 0 1px #bdbebe;
}

.browser-scroll-wrap {
  height: 200vh;
  position: relative;
}

.browser-scroll-trigger {
  z-index: -1;
  height: 200vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.browser-scroll-container {
  z-index: 1;
  min-height: 100vh;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.browser-scroll-ui {
  z-index: 2;
  width: 80vw;
  height: 80vh;
  margin-top: 0;
  margin-left: -40%;
  position: relative;
  left: 50%;
  overflow: hidden;
}

.browser-scroll-ui-inner {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 36px;
  bottom: 0;
  left: 0;
  right: 0;
}

.browser-ui-item {
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._w-hero {
  width: 80%;
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._w-hero-image {
  width: 45%;
}

._w-heading {
  flex-direction: column;
  justify-content: space-between;
  font-size: 36px;
  display: flex;
}

._w-headline {
  color: #000;
  letter-spacing: .015em;
  font-weight: 500;
}

.fa-solid {
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 900;
}

._w-subheadline {
  color: var(--grey);
  letter-spacing: -.055em;
  font-weight: 300;
}

.browser-container {
  width: 100%;
  height: 100%;
  background-color: var(--white-smoke);
  color: #000;
  border-radius: 14px;
  font-size: 14px;
  position: static;
  top: 0;
}

._w-cta {
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: block;
}

._w-cta-link {
  color: var(--lime-green);
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-development {
  color: #fff;
  background-color: #111;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.dev-heading {
  z-index: 10;
  background-image: linear-gradient(55deg, var(--lime-green), #77ffac);
  letter-spacing: -.015em;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.dev-apps {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dev-app-icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 10.36px;
  flex: none;
  margin-bottom: 10px;
  padding: 10px;
  position: static;
}

.dev-app-icon.webflow {
  background-color: #4353ff;
}

.dev-app-icon.dotnet {
  background-color: #512bd4;
}

.dev-app-icon.more {
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  display: flex;
}

.dev-app-icon.firebase {
  background-color: #1a73e8;
}

.dev-app-icon.go {
  background-color: #007d9c;
}

.dev-app-icon.appwrite {
  background-color: #19191d;
}

.dev-app-icon.java {
  background-color: #fff;
  padding-left: 15px;
}

.dev-app-icon-image {
  width: 100%;
  height: 100%;
  position: static;
}

.dev-app {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dev-app-name {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.custom-cursor {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 0;
}

.cursor {
  z-index: 1000;
  width: 20px;
  height: 20px;
  background-color: rgba(152, 152, 152, .7);
  border-radius: 20px;
  transition: opacity .2s;
  position: static;
}

.cursor-show {
  cursor: none;
}

.dev-heading-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.dev-heading-bg-blur {
  z-index: 1;
  opacity: .45;
  filter: blur(180px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dev-heading-bg-gradient {
  width: 50%;
  height: 50%;
  background-image: linear-gradient(to bottom, var(--lime-green), white);
}

.dev-pad {
  width: 100%;
  max-width: 980px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ipad-mockup {
  width: 100%;
  position: relative;
}

.ipad-landscape-screen {
  z-index: 3;
  width: 93.8%;
  height: 91.5%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 4%;
  left: 3%;
}

.ipad-shape {
  z-index: 2;
  width: 100%;
  position: relative;
}

.ipad-shadow {
  z-index: 0;
  width: 98%;
  height: 98%;
  margin-top: 1%;
  margin-left: 1%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ipad-landscape-bg {
  z-index: 1;
  width: 93.8%;
  height: 91.5%;
  background-color: var(--sky-blue);
  background-image: linear-gradient(138deg, var(--lime-green), var(--sky-blue) 19%, var(--sky-blue) 26%, var(--lime-green) 63%, var(--sky-blue) 94%);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  padding: 70px 50px;
  display: flex;
  position: absolute;
  top: 4%;
  left: 3%;
}

.dev-app-modal-wrapper {
  width: 100%;
  height: 100%;
  padding: 50px 50px 30px;
}

.dev-app-container {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: rgba(29, 29, 29, .7);
  border-radius: 13px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.dev-app-close {
  z-index: 50;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: rgba(29, 29, 29, .45);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 18px;
  bottom: auto;
  left: auto;
  right: 18px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .12);
}

.dev-app-close-item {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(46deg);
}

.modal-headline {
  margin-right: 5px;
  font-size: 48px;
  font-weight: 700;
  line-height: .8;
}

.modal-text {
  font-size: 18px;
  font-weight: 300;
}

.modal-image-webflow {
  z-index: 1;
  border-radius: 7px;
  margin-top: 10px;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 15px 2px rgba(0, 0, 0, .49);
}

.modal-image-dotnet {
  z-index: 1;
  width: 70%;
  border-radius: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: -3px 7px 15px rgba(0, 0, 0, .5);
}

.modal-image-dotnet-console {
  z-index: 1;
  width: 50%;
  border-radius: 7px;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 6px 6px 15px 2px rgba(0, 0, 0, .5);
}

.modal-image-dotnet-wpf {
  z-index: 1;
  width: 50%;
  border-radius: 7px;
  position: absolute;
  bottom: 30px;
  right: 80px;
  box-shadow: 6px 6px 15px 2px rgba(0, 0, 0, .5);
}

.dev-app-modal {
  width: 100%;
  height: 100%;
  opacity: 0;
  flex-direction: column;
  flex: none;
  padding: 20px;
  transition: opacity .5s linear;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.dev-app-modal.shopify {
  flex-direction: column;
  display: flex;
}

.dev-app-modal.webflow {
  flex-direction: column;
}

.dev-app-modal.flutter {
  opacity: 1;
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
}

.modal-image-shopify-code {
  z-index: 2;
  width: 70%;
  border-radius: 7px;
  position: absolute;
  bottom: 0;
  right: 20px;
  box-shadow: 13px 13px 15px 2px rgba(0, 0, 0, .25);
}

.modal-image-shopify {
  z-index: 1;
  width: 50%;
  border-radius: 7px;
  position: absolute;
  top: 20px;
  left: 0;
  box-shadow: -4px 7px 15px 2px rgba(0, 0, 0, .25);
}

.dev-app-more-icon {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
}

.dev-pad-heading {
  color: #fff;
  text-align: center;
  letter-spacing: .012em;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.17;
}

.modal-images {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-heading {
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.modal-tags {
  color: #979797;
  font-weight: 400;
}

.modal-image-flutter-1 {
  z-index: 2;
  height: 100%;
  border-radius: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.modal-image-flutter-2 {
  z-index: 1;
  height: 90%;
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-image-wordpress-1 {
  z-index: 1;
  width: 70%;
  border-radius: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: -3px 7px 15px rgba(0, 0, 0, .5);
}

.modal-image-wordpress-2 {
  z-index: 1;
  width: 50%;
  border-radius: 7px;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 6px 6px 15px 2px rgba(0, 0, 0, .5);
}

.modal-subheading {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 300;
}

.modal-more-apps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.modal-more-app {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.modal-more-cta {
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: block;
}

.modal-more-cta-link {
  color: var(--lime-green);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

._w-design {
  width: 90%;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._w-design-text {
  color: var(--second-text);
  text-align: left;
  letter-spacing: .012em;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

._w-design-text-container {
  width: 90%;
  height: 80%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

._w-design-image {
  max-height: 100%;
}

._w-cta-text {
  color: var(--second-text);
  letter-spacing: .012em;
  font-size: 22px;
}

.browser-dots {
  width: 120px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-grey);
  opacity: 0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dot {
  width: 16px;
  height: 16px;
  background-color: rgba(122, 122, 122, .75);
  border-radius: 10px;
}

.dot.dot-1 {
  width: 40px;
}

.browser-page-2 {
  margin-top: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.browser-page-1 {
  margin-top: 20vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.dev-pad-bg-blur {
  z-index: 1;
  opacity: .4;
  filter: blur(180px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dev-pad-bg-gradient {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--sky-blue), var(--lime-green) 70%);
}

.home-care {
  background-color: var(--white-smoke);
  color: #000;
  -webkit-text-stroke-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.care-heading {
  z-index: 10;
  letter-spacing: -.015em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.care-subheading {
  width: 80%;
  max-width: 720px;
  color: var(--grey);
  text-align: left;
  letter-spacing: .012em;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.17;
}

.text-color-black {
  color: #000;
}

.care-examples {
  width: 90%;
  max-width: 1200px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.care-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  font-size: 22px;
  display: flex;
}

.care-card-question {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: .012em;
  font-weight: 600;
  line-height: 1.2;
}

.care-cta-text {
  width: 70%;
  max-width: 980px;
  color: var(--grey);
  text-align: center;
  letter-spacing: .012em;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.17;
}

.care-cta {
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 22px;
  display: flex;
  position: relative;
}

.care-cta-bg {
  width: 100%;
  height: 100%;
  background-color: var(--dark-grey);
  opacity: 0;
  border-radius: 10px;
  position: absolute;
}

.care-cta-link {
  color: var(--lime-green);
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.design-headline {
  z-index: 10;
  color: #000;
  text-align: center;
  letter-spacing: -.015em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.home-footer {
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
}

.footer-actions {
  width: 90%;
  max-width: 1200px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #e6e8eb;
}

.footer-card.hidden {
  display: none;
}

.footer-card-text {
  color: var(--second-text);
  text-align: left;
  letter-spacing: .012em;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.footer-card-image {
  width: 50%;
  overflow: hidden;
}

.footer {
  width: 90%;
  max-width: 1200px;
  color: var(--second-text);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 14px;
  display: flex;
}

.footer-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.footer-link {
  color: var(--second-text);
  text-decoration: none;
}

.domains {
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.domains-heading {
  z-index: 10;
  letter-spacing: -.015em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.domains-subheading {
  color: var(--grey);
  text-align: left;
  letter-spacing: .012em;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.17;
}

.domains-price-table {
  width: 80%;
  max-width: 1200px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.domains-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 2px 5px #e6e8eb;
}

.domains-tld {
  width: 100px;
  text-align: left;
  letter-spacing: .025em;
  font-size: 28px;
  font-weight: 600;
}

.domains-price-tag {
  background-color: var(--lime-green);
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 18px;
}

.domains-price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.domains-price-table-heading {
  color: var(--grey);
  text-align: left;
  letter-spacing: .012em;
  margin-top: 100px;
  margin-bottom: 10px;
  font-weight: 200;
  line-height: 1.17;
}

.hosting {
  background-color: var(--cold-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.hosting-heading {
  z-index: 10;
  letter-spacing: -.015em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.hosting-subheading {
  color: var(--grey);
  text-align: left;
  letter-spacing: .012em;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.17;
}

.hosting-tabs {
  width: 80%;
  max-width: 1200px;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.tabs-link {
  background-color: var(--white-smoke);
  border-radius: 12px;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tabs-link.w--current {
  background-color: var(--gainsboro);
}

.tab-link-tab-2 {
  flex: 1;
}

.tabs-heading {
  text-align: center;
  letter-spacing: .015em;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
}

.tabs-content {
  background-color: #fff;
  border-radius: 12px;
  padding: 50px 30px;
}

.configurator {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.configurator-element {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.configurator-label {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.configurator-field {
  width: 100px;
  margin-bottom: 0;
}

.configurator-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.configurator-submit {
  align-self: flex-start;
}

.configurator-slider {
  margin-bottom: 0;
}

.nav-menu-container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.modal {
  z-index: 2;
  width: 100%;
  max-width: 560px;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.modal-card {
  background-color: #fff;
  border-radius: 18px;
  padding: 40px 50px;
  position: relative;
  overflow: hidden;
}

.modal-close {
  z-index: 50;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: rgba(29, 29, 29, .45);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 18px;
  bottom: auto;
  left: auto;
  right: 18px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .12);
}

.modal-close-item {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(46deg);
}

.modal-inner {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.modal-request-logo {
  width: 45%;
  max-width: 45%;
  margin-bottom: 35px;
}

.modal-request-headline {
  text-align: center;
  letter-spacing: .015em;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 600;
}

.modal-request-subheadline {
  color: var(--grey);
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.modal-request-button {
  width: 100%;
  background-color: var(--lime-green);
  text-align: center;
  letter-spacing: .015em;
  border-radius: 6px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
}

.modal-start {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .12s;
  display: flex;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.modal-request {
  display: none;
}

.cta-request.nav-cta {
  padding: 0;
}

.modal-wrap {
  z-index: 1000;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-form-wrap {
  width: 100%;
}

.modal-form-input {
  min-height: 42px;
  background-color: #f8f9fa;
  border: 1px solid #e6e8eb;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 18px;
}

.modal-form-input:hover {
  border-color: var(--grey);
}

.modal-form-input:focus {
  border-color: var(--lime-green);
  box-shadow: 0 0 0 1px var(--lime-green);
}

.modal-form-input.form-textarea {
  min-height: 150px;
}

.modal-from-label {
  letter-spacing: .01em;
  margin-bottom: 10px;
  font-weight: 500;
}

.modal-form-group {
  margin-bottom: 25px;
}

.modal-form-split {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.modal-form-radio {
  min-height: 42px;
  background-color: #f8f9fa;
  border: 1px solid #e6e8eb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 15px;
  transition: border-color .12s;
  display: flex;
  position: relative;
}

.modal-form-radio:hover {
  border-color: var(--grey);
}

.modal-form-radio-custom {
  z-index: 2;
  width: auto;
  height: auto;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.modal-form-radio-custom.radio-checked {
  border-color: var(--lime-green);
  box-shadow: 0 0 0 1px var(--lime-green);
  background-color: rgba(14, 199, 86, .25);
}

.modal-form-radio-btn {
  z-index: -1;
  display: none;
  position: absolute;
}

.modal-form-radio-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.modal-request-privacy {
  color: var(--grey);
  margin-bottom: 10px;
  font-size: 14px;
}

.modal-request-privacy-link {
  color: var(--grey);
  font-weight: 500;
  text-decoration: underline;
}

.modal-request-success {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.modal-request-heading {
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
}

.modal-request-description {
  color: var(--grey);
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
}

.modal-request-error {
  color: #fff;
  background-color: #f33b3b;
  border-radius: 8px;
}

.legal {
  min-height: 90vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.legal-container {
  width: 100%;
  max-width: 1200px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.heading-2 {
  letter-spacing: .012em;
  font-size: 56px;
  line-height: 1.2;
}

.legal-container-old {
  width: 100%;
  max-width: 1200px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .image {
    width: 60px;
  }

  .nav-heading {
    font-size: 26px;
  }
}

@media screen and (min-width: 1920px) {
  ._w-heading {
    font-size: 48px;
  }

  .dev-app-icon {
    border-radius: 13.8px;
  }

  .dev-app-name {
    font-size: 18px;
  }

  ._w-design {
    width: 80%;
  }

  ._w-design-text {
    font-size: 32px;
  }

  ._w-cta-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .home-hero-heading {
    font-size: 56px;
  }

  .text-color-sec {
    font-size: 18px;
  }

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

  .nav-container {
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: 100;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    align-items: flex-start;
  }

  .nav-link {
    border-bottom: 1px solid var(--grey);
    letter-spacing: .012em;
    background-color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
  }

  .nav-link:hover {
    background-color: #fff;
    border-radius: 0;
  }

  .nav-cta {
    right: 80px;
  }

  .heading {
    font-size: 38px;
  }

  .benefits-grid-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .dev-heading {
    font-size: 72px;
  }

  .dev-apps {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .ipad-landscape-screen, .ipad-landscape-bg {
    border-radius: 7px;
  }

  .dev-pad-heading {
    font-size: 18px;
  }

  .modal-heading {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .care-heading, .design-headline {
    font-size: 72px;
  }

  .nav-menu-button.w--open {
    color: var(--sky-blue);
    background-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .material-icon {
    font-size: 18px;
  }

  .nav-brand.w--current {
    padding-left: 0;
  }

  .nav-heading {
    font-size: 18px;
  }

  .nav-cta {
    right: 50px;
  }

  .browser_search-bar {
    width: 70%;
    padding: 5px 0;
  }

  .browser-scroll-wrap {
    height: auto;
  }

  .browser-scroll-trigger {
    display: none;
  }

  .browser-scroll-container {
    min-height: 0;
    position: static;
  }

  .browser-scroll-ui {
    width: 95%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
  }

  .browser-scroll-ui-inner {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    position: relative;
    top: 0;
  }

  ._w-hero {
    width: 90%;
    height: 200px;
    flex-direction: row-reverse;
  }

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

  .browser-container {
    position: relative;
  }

  ._w-cta-link {
    font-size: 22px;
  }

  .dev-pad.cursor-show {
    cursor: auto;
  }

  .ipad-landscape-screen {
    border-radius: 6px;
    position: relative;
  }

  .ipad-shape, .ipad-shadow.md {
    display: none;
  }

  .ipad-landscape-bg {
    border-radius: 6px;
    display: none;
  }

  .dev-app-modal-wrapper {
    height: 600px;
    padding: 10px;
  }

  .modal-text {
    font-size: 16px;
  }

  .modal-subheading {
    font-size: 24px;
  }

  .modal-more-apps {
    flex-wrap: wrap;
  }

  ._w-design-text {
    font-size: 18px;
  }

  ._w-design-text-container {
    height: 300px;
    margin-bottom: 20px;
    position: static;
    overflow: hidden;
  }

  ._w-design-image {
    display: none;
  }

  ._w-cta-text {
    font-size: 18px;
  }

  ._w-heading-w50 {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    display: flex;
  }

  .browser-dots {
    display: none;
  }

  .care-subheading {
    font-size: 22px;
  }

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

  .care-card-question {
    font-size: 18px;
  }

  .care-card-image {
    max-width: 90%;
  }

  .care-cta-text {
    font-size: 22px;
  }

  .care-cta-bg {
    font-size: 18px;
  }

  .footer-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
  }

  .footer-card-image {
    width: 70%;
  }

  .footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

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

  .modal-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-heading {
    font-size: 45px;
  }

  .material-icon.nav-hidden {
    display: none;
  }

  .nav {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    justify-content: flex-start;
  }

  .nav-brand {
    justify-content: flex-start;
    position: relative;
  }

  .nav-heading {
    width: 50%;
  }

  .nav-cta {
    padding-left: 5px;
    padding-right: 5px;
    position: static;
  }

  .heading {
    font-size: 36px;
  }

  .benefits-grid-1 {
    flex-direction: column;
    display: flex;
  }

  .benefits-card {
    padding: 15px 20px;
  }

  .benefits-card.small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
  }

  .benefits-card-text.benefits-second-text {
    margin-top: 15px;
    font-size: 16px;
  }

  .home-question-card-heading {
    font-size: 18px;
  }

  .benefits-heading-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .browser-buttons-wrapper {
    margin-top: 0;
    position: static;
  }

  .browser_search-bar {
    width: 100%;
  }

  .browser-search-text {
    line-height: 1;
    overflow: hidden;
  }

  .browser-top-bar {
    justify-content: flex-start;
    display: flex;
  }

  .dev-heading {
    font-size: 52px;
  }

  .dev-app-name {
    font-size: 14px;
  }

  .ipad-landscape-screen, .ipad-landscape-bg {
    border-radius: 4px;
  }

  .dev-app-modal-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .dev-app-container {
    overflow: visible;
  }

  .modal-subheading {
    margin-top: 20px;
  }

  .modal-more-apps {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .care-heading {
    font-size: 52px;
  }

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

  .design-headline {
    font-size: 52px;
  }

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

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

  .footer-links {
    justify-content: center;
  }

  .cta-request.nav-cta {
    position: relative;
    right: 0;
  }

  .heading-2 {
    overflow-wrap: anywhere;
  }
}

#w-node-_267eb21c-db5f-5762-1148-f4153fc8af49-93a26476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ac4d74a-df27-afaa-b7fd-1df93b5b0d73-93a26476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-a8177656-aff7-8ad8-a69c-b635c72808a4-93a26476, #w-node-_796756d3-bae7-9358-5a23-2bce4840ee2a-93a26476, #w-node-_2f1e1761-3946-6349-4866-3bf67d2da68f-93a26476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ff6f97b-fdf8-2544-9bac-e3d5a3e93fed-93a26476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-fe46fb24-677b-050e-b7e7-d514e745249b-93a26476, #w-node-bf084c45-ba72-dbae-8aea-825a7f29c3bb-93a26476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75a3a61e-0bd9-5f78-2660-0bf6281ca98b-93a26476 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_95d6b36d-aa4d-0c0d-bbd0-d84c4abda62c-93a26476, #w-node-_155c51fa-2b7b-f10a-2e0f-763c45fbc1fa-93a26476, #w-node-_2096ef58-6b9d-b724-7f1b-1f26e6d6a7a6-93a26476, #w-node-_97dd5e44-e2a0-03a1-47a4-2bc19d05ea90-93a26476, #w-node-_3977ef16-3d4e-0150-3995-3c5fed035d87-93a26476, #w-node-_1be6a254-a76e-489c-8a61-b2e0e516f38c-93a26476, #w-node-_48fcc764-34a9-8dc4-4fb3-79a136695af7-93a26476, #w-node-c4df5865-129c-94e7-e942-23cac68bb287-93a26476, #w-node-_03c211ad-bafa-7b91-4247-7eb23a071202-b0394f96, #w-node-_39dee41c-8a1f-4be0-1b79-769a963877bf-b0394f96, #w-node-_78210241-8ffe-3fd0-577d-037f010d0666-b0394f96, #w-node-c901bb67-1ed3-2e01-0728-27c9167af88b-b0394f96, #w-node-_7f6169b9-ce8b-2aa1-1a1c-031bed3ef2e2-b0394f96, #w-node-_2a5bb715-9b30-bde1-c34e-977051ddd200-b0394f96, #w-node-_21267b1b-30c8-f392-6e02-d95dfa367023-b0394f96, #w-node-_2a1cba17-8122-6868-ae18-e0157e9c31f3-b0394f96, #w-node-f8b49a80-499d-af30-4547-3f9c46308ecb-b0394f96, #w-node-_80b158db-e789-d18a-a79b-4a5ec08b098f-b0394f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-ExtraBold.ttf') format('truetype'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Material Icons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Material Icons Rounded';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}