@font-face {
  font-family: Tthoves;
  src: url('../fonts/TTHoves-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tthoves;
  src: url('../fonts/TTHoves-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tthoves;
  src: url('../fonts/TTHoves-ExtraBold.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tthoves;
  src: url('../fonts/TTHoves-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --slate-blue: #2945ff;
  --floral-white: #f6f1ea;
  --dark-blue: #0f24b6;
  --background: #f9efe4;
  --medium-aquamarine: #00d293;
  --medium-sea-green: #00af7b;
  --midnight-blue: #070d36;
}

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

body {
  background-color: var(--white);
  color: #333;
  font-family: Tthoves, sans-serif;
  font-size: 1vw;
  font-weight: 800;
  line-height: 1.8em;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 1em;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.2em;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35em;
}

p {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8em;
}

a {
  color: var(--slate-blue);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 18px;
  font-weight: 500;
  line-height: 32px;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

blockquote {
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 1.125rem;
  line-height: 1.8em;
}

.nav-menu {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.s-content {
  width: 100%;
}

.s-nav-details {
  flex-direction: column;
  display: flex;
}

._80 {
  background-color: #fff3;
  height: 40px;
}

.navbar {
  background-color: #0000;
  position: sticky;
  top: 0;
}

.s-colour-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s-layout {
  opacity: 1;
  display: flex;
  position: relative;
}

._20 {
  background-color: #fffc;
  height: 40px;
}

.container {
  width: 100%;
  max-width: 1600px;
  min-height: 100px;
  padding-left: 2em;
  padding-right: 2em;
}

.container.is--small {
  max-width: 1024px;
  padding-left: 8em;
  padding-right: 8em;
}

.container.medium {
  max-width: 800px;
}

.container.header {
  padding-top: 140px;
}

.container.plans {
  flex-direction: column;
  align-items: center;
  padding-left: 10em;
  padding-right: 10em;
  display: flex;
}

.container.contact {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.is--sim-plans, .container.is--features, .container.is--call-back {
  padding-left: 10em;
  padding-right: 10em;
}

.container.is-header-padding {
  justify-content: center;
  padding-top: 8em;
  display: flex;
}

.container.is--testimonial {
  padding-left: 10em;
  padding-right: 10em;
}

.s-nav-link {
  border-bottom: 2px solid var(--black);
  text-align: left;
  align-items: center;
  width: 100%;
  height: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.s-nav-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.small {
  color: var(--white);
  font-size: .875rem;
  line-height: 1.6em;
}

.small.light {
  color: var(--floral-white);
}

.s-row {
  border-bottom: 1px none var(--black);
  padding: 24px 0;
}

._10 {
  background-color: #ffffffe6;
  height: 40px;
}

._40 {
  background-color: #fff9;
  height: 40px;
}

.s-colour-card {
  width: 100%;
  color: var(--white);
  border-radius: 6px;
  overflow: hidden;
}

.s-colour-card.c1 {
  background-color: var(--slate-blue);
}

.s-colour-card.c3 {
  background-color: var(--black);
}

.s-colour-card.c2 {
  background-color: var(--dark-blue);
}

.s-colour-card.c4 {
  background-color: var(--background);
  color: var(--dark-blue);
}

.s-menu {
  border-right: 2px solid var(--black);
  background-color: #0000;
  width: 300px;
  position: static;
  top: 40px;
}

._60 {
  background-color: #fff6;
  height: 40px;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

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

.section.services {
  padding-top: 2em;
}

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

.section.s-section {
  border-bottom: 2px solid var(--black);
}

.section._0-padding-bottom {
  padding-bottom: 20px;
}

.section._0-padding-bottom._0-padding-top {
  padding-top: 0;
}

.section.top--padding {
  padding-top: 10em;
}

.s-name {
  border-bottom: 1px solid var(--black);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
}

.c-header {
  width: 100%;
  height: 280px;
  padding: 24px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.s-buttons-wrapper {
  grid-template-columns: 1fr;
}

.btn {
  background-color: var(--medium-aquamarine);
  width: auto;
  height: 52px;
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.btn:hover {
  background-color: var(--medium-sea-green);
}

.btn.large {
  height: 60px;
  padding-top: 10px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
}

.btn.large.cta {
  margin-top: 1em;
}

.btn.large.cta.is--hidden-mobile:hover {
  background-color: #0f24b6;
}

.btn.nav {
  margin-left: 24px;
}

.btn.nav:hover {
  background-color: var(--dark-blue);
}

.btn.nav.w--current {
  color: var(--white);
}

.btn.nav__btn-mobile {
  display: none;
}

.btn.is--top {
  background-color: var(--medium-aquamarine);
  background-image: url('../images/up.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 49px;
}

.btn.is--top:hover {
  background-color: var(--dark-blue);
}

.btn-secondary {
  border: 1px solid var(--slate-blue);
  background-color: var(--slate-blue);
  height: 52px;
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.btn-secondary:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
}

.btn-secondary.large {
  height: 60px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
}

.btn-link {
  color: var(--slate-blue);
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.btn-link.btn-card {
  background-image: url('../images/angle-right-regular.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding-left: 20px;
  position: absolute;
  inset: auto auto 24px 16px;
}

.btn-link.btn-card:hover {
  color: var(--dark-blue);
}

.s-row-card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-wrapper {
  background-color: var(--slate-blue);
  width: 100%;
  color: var(--white);
  border-radius: 8px;
  padding: 32px;
  overflow: hidden;
}

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

.text-field {
  border: 1px #000;
  border-radius: 4px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 400;
}

.stacked-form {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 24px;
  padding-bottom: 16px;
}

.submit {
  background-color: var(--medium-aquamarine);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 60px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.submit:hover {
  background-color: var(--midnight-blue);
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.nav-item {
  justify-content: center;
  align-items: center;
  height: 52px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-item:hover {
  background-color: var(--slate-blue);
  color: var(--white);
  border-radius: 4px;
}

.nav-item.is-hidden-desktop {
  display: none;
}

.nav-item.is--call {
  border: 2px solid var(--slate-blue);
  color: var(--dark-blue);
  background-image: url('../images/phone_dark.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-radius: 4px;
  margin-left: 20px;
  padding-left: 46px;
}

.nav-item.is--call:hover {
  color: var(--white);
  background-image: url('../images/phone_2.svg');
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.main-nav {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 10px -3px #000;
}

.brand {
  background-image: url('../images/geek_logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 180px;
  height: 60px;
  padding-bottom: 0;
}

.header {
  background-color: var(--background);
  background-image: url('../images/clouds.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 2.5em;
  display: flex;
}

.header-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 8px;
  display: flex;
}

.header-content.left {
  align-items: flex-start;
}

.header-content.is--home {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.service-cards {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px none var(--slate-blue);
  background-color: var(--slate-blue);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: grid;
  overflow: hidden;
  box-shadow: 0 10px 16px #00000026;
}

.card:hover {
  transform: scale(1.05);
}

.card.addons {
  background-color: var(--white);
  color: var(--black);
  padding: 32px 32px 24px;
}

.card.quote {
  background-color: var(--floral-white);
  border-style: none;
}

.card-header {
  z-index: 99;
  object-fit: fill;
  background-color: #0000;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 20em;
  max-height: 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.card-header.is--pages {
  min-height: 10em;
  max-height: 10px;
}

.card-content {
  border: 2px none var(--slate-blue);
  background-color: var(--white);
  border-radius: 10px;
  flex: 1;
  height: auto;
  padding: 32px 16px 64px;
  position: relative;
}

.card-content.team-card {
  z-index: 100;
  background-color: var(--white);
  color: var(--dark-blue);
  margin-top: -10px;
  padding-top: 16px;
  padding-bottom: 8px;
}

.card-content.price-card {
  background-color: var(--slate-blue);
  color: var(--white);
  text-align: left;
  border-style: none;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  display: flex;
}

.card-content.price-card.addon {
  background-color: var(--slate-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.card-content.addons {
  background-color: var(--background);
  color: var(--black);
  text-align: left;
  border-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.card-content.addons.addon {
  background-color: var(--slate-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.card-content.quote-card {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-style: none;
  padding: 32px;
}

.card-image {
  object-fit: fill;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% -16px;
}

.card-image.mobile {
  bottom: -45px;
  right: -25%;
}

.card-image.is--cloud {
  flex: 0 auto;
  align-self: auto;
  width: 18em;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 15% 33px 0;
  inset: auto 0% -1em;
}

.card-image.arm {
  inset: auto -20% -25% auto;
}

.card-image.is--laptop {
  width: 14em;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  bottom: -1em;
}

.card-image.is--spin {
  width: 8em;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  bottom: -1em;
}

.card-image.is-arm {
  width: 13em;
  max-width: none;
  inset: 0% 0% 0% auto;
}

.center {
  text-align: center;
}

.center.is--card-title {
  height: 2.2em;
  margin-top: .6em;
}

.pricing-cards {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-cards.three {
  flex: 0 auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  align-items: stretch;
  padding-top: 16px;
  position: static;
}

.pricing-cards.two {
  grid-column-gap: 40px;
  grid-template-columns: 1.25fr 1fr;
}

.image {
  object-fit: contain;
  border: 1px #000;
  width: 100%;
  height: 100%;
  position: static;
}

.price {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 36px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 44px;
}

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

.tick-list-wrapper {
  width: 100%;
  padding-top: 16px;
}

.tick-list {
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
}

.tick-item {
  background-image: url('../images/tick.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  list-style-type: none;
}

.tick-item.blue {
  color: var(--slate-blue);
  background-image: url('../images/bluetick.svg');
  background-position: 0 6px;
  background-size: 21px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.plan {
  color: var(--background);
  margin-top: 16px;
  margin-bottom: 0;
}

.addon-price-list {
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
}

.per {
  color: var(--black);
  font-size: 1.1rem;
  font-weight: 500;
}

.footer {
  color: var(--white);
  background-color: #000000a8;
  flex-direction: column;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.footer.cards {
  padding-top: 20px;
}

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

.footer-2 {
  color: #fff;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.list-item {
  text-decoration: none;
}

.footer-nav {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.logo__footer {
  width: 100%;
  max-width: 160px;
  margin-bottom: 24px;
  padding-top: 6px;
}

.footer-section {
  background-color: #19171d;
}

.footer-link {
  color: #fff;
  margin-bottom: 8px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

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

.footer-link.is--linkedin {
  background-image: url('../images/linked-in.svg');
  background-position: 0 -20%;
  background-repeat: no-repeat;
  background-size: auto 21px;
  padding-left: 36px;
}

.footer-link.is--twitter {
  background-image: url('../images/twitter.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 21px;
  padding-left: 36px;
}

.footer-link.is--facebook {
  background-image: url('../images/facebook.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 21px;
  padding-left: 36px;
}

.footer-link.is--email {
  background-image: url('../images/mail.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 21px;
  padding-left: 36px;
}

.footer-link.is--address {
  background-image: url('../images/location.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 21px;
  padding-left: 36px;
}

.footer-link.is--phone {
  background-image: url('../images/phone_2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-left: 36px;
}

.c3 {
  color: #01bbcb;
}

.small-2 {
  font-size: 15px;
}

.small-2.small-footer {
  text-align: center;
  border-top: 1px solid #ffffff4d;
  padding-top: 20px;
}

.inline-form {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 2.25fr 1fr;
  padding-bottom: 16px;
}

.text-boxes {
  border: 1px #000;
  border-radius: 4px;
  height: 200px;
  min-height: 200px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Tthoves, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.select-field {
  background-color: var(--white);
  border-radius: 4px;
  height: 60px;
  min-height: 60px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.dropdown-toggle {
  align-items: center;
  height: 52px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--black);
  background-color: #0000;
  border-radius: 4px;
}

.dropdown-toggle:focus, .dropdown-toggle.w--open {
  color: var(--black);
}

.dropdown {
  font-size: 16px;
  font-weight: 500;
}

.dropdown:hover {
  color: var(--white);
  background-color: #0000;
  border-radius: 4px;
}

.logo {
  background-image: url('../images/geek_logo.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 60px;
}

.feature-block {
  grid-column-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  padding-top: 3em;
  padding-bottom: 3em;
}

.feature-block.mirror {
  grid-column-gap: 5em;
  grid-template-columns: 1fr .75fr;
}

.header--side-by-side {
  grid-column-gap: 4em;
  grid-template-rows: auto;
}

.header--side-by-side.it-support {
  grid-template-columns: 1.25fr 1fr;
}

.heading-7 {
  white-space: normal;
}

.s-grid {
  position: fixed;
  inset: 0%;
}

.s-lines {
  border-bottom: 1px solid #0000000d;
  width: 100%;
  height: 16px;
}

.s-logo {
  width: 200px;
}

.s-logo.large {
  width: 600px;
  height: 300px;
  display: flex;
}

.nav-fixed {
  z-index: 9999;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.s-class {
  color: var(--dark-blue);
  font-weight: 800;
}

.nav-static {
  justify-content: center;
  width: 100%;
  display: flex;
}

.block-illustration {
  object-fit: fill;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  max-height: none;
  display: block;
}

.block-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.image-2 {
  object-fit: none;
  width: auto;
}

.image-3 {
  object-fit: contain;
  width: auto;
}

.image-4, .image-5 {
  object-fit: none;
  width: auto;
}

.heading-8 {
  font-size: 7.5em;
  line-height: 1em;
}

.heading-9 {
  font-size: 4.5rem;
  line-height: 1.2em;
}

.heading-10 {
  font-size: 7.4em;
}

.heading-11 {
  line-height: 1.2em;
}

.heading-12 {
  font-size: 2.6rem;
  line-height: 1.2em;
}

.heading-13 {
  font-size: 1.5rem;
  line-height: 1.3em;
}

.heading-14 {
  font-size: 1.125rem;
  line-height: 1.4em;
}

.paragraph-2 {
  line-height: 1.8em;
}

.strapline {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.3em;
}

.dropdown-list {
  background-color: var(--slate-blue);
}

.dropdown-list.w--open {
  color: var(--white);
  background-color: #0000;
  border-radius: 6px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
}

.dropdown-link {
  color: var(--white);
}

.dropdown-link:hover {
  background-color: var(--dark-blue);
}

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

.div-block {
  background-color: var(--slate-blue);
  border-radius: 4px;
  overflow: hidden;
}

.body {
  background-color: #f8faff;
  font-size: 16px;
}

.faq-answer {
  margin-bottom: 24px;
}

.faq-container {
  width: 100%;
  margin-bottom: 60px;
}

.marker {
  z-index: 0;
  width: 100%;
  margin-top: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.faq-answer-img {
  width: 100%;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.toggle-text {
  z-index: 2;
  position: relative;
}

.subtitle {
  color: #727272;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq {
  background-color: var(--slate-blue);
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.title {
  text-align: center;
}

.faq-body {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-p {
  background-color: var(--white);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.title-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.button {
  z-index: 3;
  border: 2px solid var(--slate-blue);
  background-color: var(--white);
  min-width: auto;
  min-height: 50px;
  color: var(--dark-blue);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-t {
  z-index: 4;
  color: var(--white);
  font-weight: 500;
  position: relative;
}

.button-cover {
  z-index: 3;
  background-color: var(--dark-blue);
  width: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.heading-16 {
  letter-spacing: -.04em;
}

.heading-17 {
  letter-spacing: -.03em;
}

.process {
  justify-content: center;
  display: flex;
}

.steps {
  grid-row-gap: 0px;
  grid-template-columns: 52px 1fr;
}

.number {
  background-color: var(--slate-blue);
  width: 52px;
  height: 52px;
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 5px 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.number-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 21px;
  display: flex;
}

.underline {
  background-image: url('../images/line2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
}

.section-header {
  margin-bottom: 32px;
}

.section-header.center.padding-bottom {
  padding-bottom: 16px;
}

.banner-img {
  padding-top: 24px;
}

.banner-img.cloud {
  padding-left: 24px;
}

.team {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

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

.team.two {
  grid-column-gap: 40px;
  grid-template-columns: 1.25fr 1fr;
}

.job-title {
  color: var(--black);
  margin-top: -16px;
  padding-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 400;
}

.companies {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 24px;
}

.company-logo-warpper {
  opacity: .6;
  display: flex;
}

.block-quote {
  padding-bottom: 52px;
  font-family: Tthoves, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4em;
}

.body-2 {
  background-color: var(--background);
}

.profile-image {
  filter: contrast(124%) grayscale();
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px #000;
  width: 100%;
  height: 100%;
  position: static;
}

.home_image {
  padding-left: 10em;
  padding-right: 10em;
}

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

.footer__nav {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.bloomindesign {
  color: var(--white);
  text-decoration: none;
}

.glasses {
  position: absolute;
  inset: 0%;
}

.glasses.is--lou:hover {
  background-image: url('../images/lousise2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.partner-logos {
  grid-column-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.parner-logo__wrapper {
  align-items: center;
  display: flex;
}

.price-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 6.4em;
  display: flex;
}

.price-wrapper.is--available {
  justify-content: center;
}

.available-on-request {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.body-3 {
  background-color: var(--white);
}

.testimonial-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.testimonial-slide {
  height: auto;
}

.testimonial-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px none var(--slate-blue);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  height: auto;
  margin: 24px 72px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
  box-shadow: 0 -1px 1px #0000001a, 0 10px 16px #00000026;
}

.testimonial-card.addons {
  background-color: var(--white);
  color: var(--black);
  padding: 32px 32px 24px;
}

.testimonial-card.quote {
  background-color: var(--floral-white);
  border-style: none;
}

.testimonial-card-content {
  padding: 32px;
}

.mask {
  flex: 0 auto;
  width: 100%;
  height: auto;
  position: static;
  overflow: hidden;
}

.icon-2, .icon-3 {
  color: var(--slate-blue);
  inset: 64px 0% auto;
}

.slide-nav {
  bottom: -32px;
}

.left-arrow, .right-arrow {
  height: auto;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 10vw;
  }

  h2 {
    font-size: 7.2vw;
  }

  h3 {
    font-size: 4.2vw;
  }

  .s-colour-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .s-layout {
    flex-direction: column;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .container.is--small {
    max-width: none;
    padding-left: 4em;
    padding-right: 4em;
  }

  .container.header {
    padding-top: 18vw;
    padding-left: 4em;
    padding-right: 4em;
  }

  .container.plans, .container.is--sim-plans, .container.is--features {
    padding-left: 4em;
    padding-right: 4em;
  }

  .container.is--testimonial {
    padding-left: 2em;
    padding-right: 2em;
  }

  .s-menu {
    width: 1005px;
    position: fixed;
    top: 0;
  }

  .btn.large.cta.is--hidden-mobile, .btn.large.cta.is--hidden-mobile:hover {
    background-color: var(--medium-sea-green);
  }

  .btn.large.cta.is--hidden-mobile:active {
    background-color: var(--dark-blue);
  }

  .btn.nav {
    height: 60px;
    margin-left: 0;
    font-size: 18px;
  }

  .btn.nav__btn-mobile {
    margin-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 52px;
    display: block;
  }

  .btn.nav__btn-mobile:active {
    background-color: var(--dark-blue);
  }

  .btn.nav__btn-mobile.w--current {
    color: var(--white);
  }

  .btn.is--top {
    background-color: var(--medium-sea-green);
  }

  .btn.is--top:hover {
    background-color: var(--medium-aquamarine);
  }

  .btn.is--top:active {
    background-color: var(--dark-blue);
  }

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

  .nav-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-left: 4em;
    padding-right: 4em;
    display: flex;
  }

  .nav-item {
    height: 60px;
    color: var(--black);
    border-radius: 4px;
    margin-bottom: 8px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 60px;
  }

  .nav-item:hover {
    background-color: var(--dark-blue);
  }

  .nav-item.is-hidden-desktop {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 60px;
    display: block;
  }

  .nav-item.is--call {
    margin-left: 0;
  }

  .nav-menu-2 {
    background-color: var(--background);
    padding: 2em;
  }

  .main-nav {
    position: fixed;
    box-shadow: 0 3px 10px -3px #000;
  }

  .header-content.is--home {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-cards {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr 1fr;
  }

  .card-header {
    min-height: 26em;
    max-height: 26px;
  }

  .card-header.is--pages {
    min-height: 20em;
    max-height: 20px;
  }

  .card-content.team-card {
    padding-bottom: 16px;
  }

  .card-image.mobile {
    right: -41%;
  }

  .card-image.is--cloud {
    width: 36em;
  }

  .card-image.is--laptop {
    width: 28em;
  }

  .card-image.is--spin {
    width: 16em;
  }

  .card-image.is-arm {
    width: 26em;
  }

  .center.is--card-title {
    height: 1em;
  }

  .pricing-cards.three {
    grid-template-columns: 1fr 1fr;
  }

  .price {
    font-size: 72px;
  }

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

  .small-2.small-footer {
    text-align: left;
  }

  .heading {
    font-size: 10vw;
    line-height: 10vw;
  }

  .heading-2 {
    font-size: 7.2vw;
    line-height: 8.8vw;
  }

  .heading-3, .heading-6 {
    font-size: 4.2vw;
    line-height: 4.8vw;
  }

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

  .dropdown-toggle {
    width: 100%;
    height: 60px;
    color: var(--white);
    justify-content: center;
    padding-right: 20px;
    font-size: 21px;
    display: none;
  }

  .dropdown-toggle:hover {
    background-color: var(--dark-blue);
    color: var(--white);
  }

  .dropdown {
    width: 100%;
  }

  .header--side-by-side {
    grid-template-columns: 1fr 1fr;
  }

  .nav-fixed {
    position: fixed;
    inset: 0% 0% auto;
  }

  .dropdown-list.w--open {
    padding-left: 0;
    position: static;
  }

  .dropdown-link {
    padding: 20px;
  }

  .div-block {
    margin-bottom: 8px;
  }

  .icon, .icon:hover {
    inset: 0% 0% 0% auto;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

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

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

  .job-title {
    margin-top: -9px;
  }

  .is--heading {
    font-size: 13.7vw;
  }

  .is--heading.is--team {
    font-size: 12.9vw;
  }

  .home_image {
    padding-left: 4em;
    padding-right: 4em;
  }

  .menu__icon {
    font-size: 2em;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open:focus {
    background-color: var(--slate-blue);
    color: var(--white);
    border-radius: 4px;
  }

  .partner-logos {
    grid-column-gap: 8em;
  }

  .price-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.125rem;
  }

  h5, p, blockquote {
    font-size: 1rem;
  }

  .s-colour-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .container.is--call-back {
    padding-left: 4em;
    padding-right: 4em;
  }

  .btn.large.cta.is--hidden-mobile {
    display: none;
  }

  .form-wrapper {
    padding: 0 16px 16px;
  }

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

  .nav-wrapper {
    align-items: center;
    height: 60px;
  }

  .header {
    background-size: 1286px;
  }

  .header-content.is--home {
    align-items: flex-start;
  }

  .card-header {
    min-height: 42em;
    max-height: 42px;
  }

  .pricing-cards.three {
    grid-template-columns: 1fr;
  }

  .image {
    object-position: 50% 0%;
    padding-top: 5em;
  }

  .tick-item.blue {
    font-size: 1rem;
  }

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

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

  .paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-5 {
    font-size: 16px;
    line-height: 23px;
  }

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

  .feature-block.mirror {
    grid-template-columns: 1fr .75fr;
  }

  .header--side-by-side {
    grid-template-columns: 1fr;
  }

  .s-logo.large {
    width: 100%;
  }

  .heading-15 {
    font-size: 1rem;
  }

  .strapline {
    text-align: left;
    font-size: 4.6em;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .faq-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .block-quote {
    font-size: 1.2rem;
  }

  .is--heading {
    text-align: left;
  }

  .price-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 12vw;
  }

  h2 {
    font-size: 8vw;
  }

  h3 {
    font-size: 6vw;
  }

  .s-colour-wrapper {
    grid-template-columns: 1fr;
  }

  .s-row {
    padding-left: 0;
    padding-right: 0;
  }

  .section._0-padding-bottom {
    padding-bottom: 0;
  }

  .btn.nav__btn-mobile {
    margin-left: 10px;
    padding-top: 10px;
    line-height: 15.5px;
  }

  .nav-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
    box-shadow: 0 1px 4px #000;
  }

  .main-nav {
    height: 60px;
  }

  .brand {
    background-position: 0%;
    background-size: contain;
    height: 40px;
    padding-bottom: 0;
    padding-left: 0;
    overflow: hidden;
  }

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

  .card-header {
    min-height: 90em;
    max-height: 90px;
  }

  .card-header.is--pages {
    min-height: 40em;
    max-height: 40px;
  }

  .card-image.is--cloud {
    width: 72em;
  }

  .card-image.is--laptop {
    width: 56em;
  }

  .card-image.is--spin {
    width: 32em;
  }

  .card-image.is-arm {
    width: 52em;
  }

  .pricing-cards.three, .footer-nav {
    grid-template-columns: 1fr;
  }

  .logo__footer {
    padding-bottom: 32px;
  }

  .footer-col {
    padding-bottom: 0;
  }

  .heading {
    font-size: 12vw;
    line-height: 12vw;
  }

  .heading-2 {
    font-size: 8.64vw;
  }

  .heading-3 {
    font-size: 7.2576vw;
    line-height: 8.2944vw;
  }

  .logo {
    width: 137px;
    height: 40px;
  }

  .feature-block, .feature-block.mirror {
    grid-template-columns: 1fr;
  }

  .nav-fixed {
    position: fixed;
    inset: 0% 0% auto;
  }

  .block-illustration {
    padding-left: 8em;
    padding-right: 8em;
  }

  .block-text {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: -4em;
  }

  .faq-img {
    display: none;
  }

  .faq-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .subtitle {
    font-size: 14px;
  }

  .title {
    font-size: 36px;
  }

  .number {
    clear: none;
  }

  .section-header.center {
    text-align: left;
  }

  .team, .team.three {
    grid-template-columns: 1fr;
  }

  .name {
    font-size: 7em;
  }

  .job-title {
    font-size: 5em;
  }

  .block-quote {
    padding-bottom: 32px;
  }

  .is--heading {
    font-size: 25vw;
  }

  .heading-18 {
    margin-top: .25em;
  }

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

  .header-anchor {
    height: 0;
  }

  .price-wrapper {
    height: 35em;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-card-content {
    padding: 24px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }
}

#w-node-_5d1e0007-b5fc-ea14-427f-4955a62062cc-3ffa32c5 {
  justify-self: end;
}

#name-3.w-node-_5e21d326-afa2-c725-f183-2248fbfa5978-fbfa596e {
  grid-area: 1 / 1 / 2 / 3;
}

#Business-name-2.w-node-_5e21d326-afa2-c725-f183-2248fbfa5979-fbfa596e, #Phone-number-2.w-node-_5e21d326-afa2-c725-f183-2248fbfa597a-fbfa596e, #email-2.w-node-_5e21d326-afa2-c725-f183-2248fbfa597b-fbfa596e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#comments-2.w-node-_5e21d326-afa2-c725-f183-2248fbfa597c-fbfa596e {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_5e21d326-afa2-c725-f183-2248fbfa597d-fbfa596e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5e21d326-afa2-c725-f183-2248fbfa5980-fbfa596e {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: end;
}

#w-node-b6398cbb-d05e-3b6d-69a8-8d65ffea4bc3-ffea4bbf {
  align-self: end;
}

#w-node-be6f683e-56e1-ce44-96aa-962fd75f1552-a6d1c8f5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-be6f683e-56e1-ce44-96aa-962fd75f1557-a6d1c8f5, #w-node-be6f683e-56e1-ce44-96aa-962fd75f1558-a6d1c8f5, #w-node-be6f683e-56e1-ce44-96aa-962fd75f1559-a6d1c8f5, #w-node-be6f683e-56e1-ce44-96aa-962fd75f155a-a6d1c8f5, #w-node-be6f683e-56e1-ce44-96aa-962fd75f155b-a6d1c8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0b889d-ca0a-b3e2-f498-45553998f31f-a6d1c8f5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-df0b889d-ca0a-b3e2-f498-45553998f324-a6d1c8f5, #w-node-df0b889d-ca0a-b3e2-f498-45553998f325-a6d1c8f5, #w-node-df0b889d-ca0a-b3e2-f498-45553998f326-a6d1c8f5, #w-node-df0b889d-ca0a-b3e2-f498-45553998f327-a6d1c8f5, #w-node-df0b889d-ca0a-b3e2-f498-45553998f328-a6d1c8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e95b633-c829-12a4-5ec4-41582cc88dca-a6d1c8f5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_1e95b633-c829-12a4-5ec4-41582cc88dcf-a6d1c8f5, #w-node-_1e95b633-c829-12a4-5ec4-41582cc88dd0-a6d1c8f5, #w-node-_1e95b633-c829-12a4-5ec4-41582cc88dd1-a6d1c8f5, #w-node-_1e95b633-c829-12a4-5ec4-41582cc88dd2-a6d1c8f5, #w-node-_1e95b633-c829-12a4-5ec4-41582cc88dd3-a6d1c8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7ebe124-1a23-dff1-9bf1-7d063a9ed384-a6d1c8f5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f7ebe124-1a23-dff1-9bf1-7d063a9ed389-a6d1c8f5, #w-node-f7ebe124-1a23-dff1-9bf1-7d063a9ed38a-a6d1c8f5, #w-node-f7ebe124-1a23-dff1-9bf1-7d063a9ed38b-a6d1c8f5, #w-node-f7ebe124-1a23-dff1-9bf1-7d063a9ed38c-a6d1c8f5, #w-node-f7ebe124-1a23-dff1-9bf1-7d063a9ed38d-a6d1c8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0b889d-ca0a-b3e2-f498-45553998f32b-a6d1c8f5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-df0b889d-ca0a-b3e2-f498-45553998f330-a6d1c8f5, #w-node-df0b889d-ca0a-b3e2-f498-45553998f331-a6d1c8f5, #w-node-df0b889d-ca0a-b3e2-f498-45553998f332-a6d1c8f5, #w-node-df0b889d-ca0a-b3e2-f498-45553998f333-a6d1c8f5, #w-node-df0b889d-ca0a-b3e2-f498-45553998f334-a6d1c8f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-b7651fbe-4aa0-dddb-b1e5-7627106b8e8a-a6d1c8f5, #comments.w-node-b5381c31-30bc-83dc-7949-f2356c65036b-a6d1c8f5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_68639288-ff29-ad93-acaa-7b464e562b73-a6d1c8f5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-ffb370ab-ed81-390c-35ef-1a7ced6b3a9b-a6d1c8f5, #w-node-_499b9e2e-9d41-a502-1685-0072835ac7f3-a6d1c8f5, #w-node-_974ad076-6c13-57c3-9399-7e8cc841e065-a6d1c8f5 {
  align-self: start;
}

#w-node-_44177587-4320-f54c-e369-459906b53666-a6d1c8f5, #w-node-_1cee82f3-87b8-0629-db81-340a7a4afbae-a6d1c8f5, #w-node-b6da7e51-5e5f-9c55-3e6e-d58065ec25fe-a6d1c8f5, #w-node-_7f399aa9-92cf-cab5-5ca5-4459afea2fbc-a6d1c8f5 {
  justify-self: end;
}

#w-node-dc8f9117-1086-5531-d43f-d3ce0b656692-a6d1c8f5, #w-node-dc8f9117-1086-5531-d43f-d3ce0b6566a3-a6d1c8f5 {
  justify-self: auto;
}

#w-node-_38fc558b-5d2f-8137-5434-be03d4e74bd8-097f36c3, #w-node-_8f0f20f3-4545-bb58-366d-e0dd3a2cf5c2-097f36c3 {
  place-self: center;
}

#w-node-_668ce48d-2285-c24d-7530-0eaa96e83d91-097f36c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_668ce48d-2285-c24d-7530-0eaa96e83d93-097f36c3, #w-node-_668ce48d-2285-c24d-7530-0eaa96e83d9d-097f36c3, #w-node-_668ce48d-2285-c24d-7530-0eaa96e83da7-097f36c3, #w-node-_668ce48d-2285-c24d-7530-0eaa96e83daf-097f36c3, #w-node-_668ce48d-2285-c24d-7530-0eaa96e83db7-097f36c3 {
  justify-self: end;
}

#w-node-c75657c9-ca3b-b015-06f5-bb96d116c5ce-4de37db4 {
  justify-self: auto;
}

#w-node-d5fe022c-4c2b-fcf8-927c-eab1dcd8a16e-4de37db4 {
  place-self: center;
}

#w-node-_52f1af1c-ee13-a4dc-af39-4e6894a36ef7-4de37db4 {
  justify-self: auto;
}

#w-node-_86be483b-c5a7-ca3a-aea3-6c0a4dc4c6aa-4de37db4 {
  place-self: center;
}

#w-node-e9f27ef9-a5e5-5698-0dc3-e20af6a9d854-4de37db4 {
  justify-self: auto;
}

#w-node-e9f27ef9-a5e5-5698-0dc3-e20af6a9d83e-4de37db4 {
  place-self: center;
}

#w-node-b9748815-24bb-f98f-ca47-594dd4881ada-4de37db4 {
  justify-self: auto;
}

#w-node-_4b7765eb-aeb8-4f9e-4727-f66131ea5f9e-4de37db4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b7765eb-aeb8-4f9e-4727-f66131ea5fa0-4de37db4, #w-node-_4b7765eb-aeb8-4f9e-4727-f66131ea5faa-4de37db4, #w-node-_4b7765eb-aeb8-4f9e-4727-f66131ea5fb4-4de37db4, #w-node-_5c48a475-ebc6-7eae-e7d7-02e6c39fb6dc-4de37db4, #w-node-_4b7765eb-aeb8-4f9e-4727-f66131ea5fbc-4de37db4, #w-node-_4b7765eb-aeb8-4f9e-4727-f66131ea5fc4-4de37db4 {
  justify-self: end;
}

#w-node-ed8f30d1-048e-c965-2f77-40b6f57c8aa9-5d5a4141 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8a2a918-9333-5d8e-85a9-91ccf82133f6-5d5a4141, #w-node-f8a2a918-9333-5d8e-85a9-91ccf82133ff-5d5a4141, #w-node-f8a2a918-9333-5d8e-85a9-91ccf8213408-5d5a4141, #w-node-f8a2a918-9333-5d8e-85a9-91ccf8213411-5d5a4141 {
  justify-self: end;
}

#w-node-ed4dde3d-2dae-9b45-7fbe-b429bff8af74-5d5a4141, #w-node-ed4dde3d-2dae-9b45-7fbe-b429bff8af81-5d5a4141 {
  align-self: start;
}

#w-node-_3dd4b17f-07cf-b834-c8b8-a6d11d835408-2b9dc3cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3dd4b17f-07cf-b834-c8b8-a6d11d83540a-2b9dc3cf, #w-node-_3dd4b17f-07cf-b834-c8b8-a6d11d835414-2b9dc3cf, #w-node-_3dd4b17f-07cf-b834-c8b8-a6d11d83541e-2b9dc3cf {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #email-2.w-node-_5e21d326-afa2-c725-f183-2248fbfa597b-fbfa596e, #comments-2.w-node-_5e21d326-afa2-c725-f183-2248fbfa597c-fbfa596e, #w-node-_5e21d326-afa2-c725-f183-2248fbfa597d-fbfa596e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e21d326-afa2-c725-f183-2248fbfa5980-fbfa596e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #email-2.w-node-_68639288-ff29-ad93-acaa-7b464e562b72-a6d1c8f5, #field.w-node-b7651fbe-4aa0-dddb-b1e5-7627106b8e8a-a6d1c8f5, #comments.w-node-b5381c31-30bc-83dc-7949-f2356c65036b-a6d1c8f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68639288-ff29-ad93-acaa-7b464e562b73-a6d1c8f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-db45b323-9d10-b0b3-7401-91f152d4eea7-a6d1c8f5 {
    align-self: end;
  }

  #w-node-cdf13eff-8905-665c-4e81-1c75c28c3231-4de37db4, #w-node-db5cd332-c4d4-1346-9f97-ad80e6dfde1b-5d5a4141, #w-node-_3bf2e85f-628d-69a8-e9dd-f11ac48a8329-2b9dc3cf {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d1e0007-b5fc-ea14-427f-4955a62062cc-3ffa32c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #name-3.w-node-_5e21d326-afa2-c725-f183-2248fbfa5978-fbfa596e, #Business-name-2.w-node-_5e21d326-afa2-c725-f183-2248fbfa5979-fbfa596e, #Phone-number-2.w-node-_5e21d326-afa2-c725-f183-2248fbfa597a-fbfa596e, #name-3.w-node-_68639288-ff29-ad93-acaa-7b464e562b70-a6d1c8f5, #name-2.w-node-_68639288-ff29-ad93-acaa-7b464e562b71-a6d1c8f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ec45d2f8-933a-2b3c-22a9-275598230424-097f36c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d1e0007-b5fc-ea14-427f-4955a62062cc-3ffa32c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-dc8f9117-1086-5531-d43f-d3ce0b6566a3-a6d1c8f5, #w-node-ec45d2f8-933a-2b3c-22a9-275598230424-097f36c3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_668ce48d-2285-c24d-7530-0eaa96e83d91-097f36c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_668ce48d-2285-c24d-7530-0eaa96e83d93-097f36c3, #w-node-_668ce48d-2285-c24d-7530-0eaa96e83d9d-097f36c3, #w-node-_668ce48d-2285-c24d-7530-0eaa96e83da7-097f36c3, #w-node-_668ce48d-2285-c24d-7530-0eaa96e83daf-097f36c3, #w-node-_668ce48d-2285-c24d-7530-0eaa96e83db7-097f36c3 {
    justify-self: start;
  }

  #w-node-c75657c9-ca3b-b015-06f5-bb96d116c5ce-4de37db4 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: auto;
  }

  #w-node-d5fe022c-4c2b-fcf8-927c-eab1dcd8a16e-4de37db4, #w-node-_52f1af1c-ee13-a4dc-af39-4e6894a36ef7-4de37db4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_52f1af1c-ee13-a4dc-af39-4e6894a36ef9-4de37db4 {
    justify-self: stretch;
  }

  #w-node-_86be483b-c5a7-ca3a-aea3-6c0a4dc4c6aa-4de37db4, #w-node-e9f27ef9-a5e5-5698-0dc3-e20af6a9d854-4de37db4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9f27ef9-a5e5-5698-0dc3-e20af6a9d84f-4de37db4 {
    justify-self: stretch;
  }

  #w-node-e9f27ef9-a5e5-5698-0dc3-e20af6a9d83e-4de37db4, #w-node-b9748815-24bb-f98f-ca47-594dd4881ada-4de37db4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b9748815-24bb-f98f-ca47-594dd4881adc-4de37db4 {
    justify-self: stretch;
  }

  #w-node-ed8f30d1-048e-c965-2f77-40b6f57c8aa9-5d5a4141 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8a2a918-9333-5d8e-85a9-91ccf82133f6-5d5a4141, #w-node-f8a2a918-9333-5d8e-85a9-91ccf82133ff-5d5a4141, #w-node-f8a2a918-9333-5d8e-85a9-91ccf8213408-5d5a4141, #w-node-f8a2a918-9333-5d8e-85a9-91ccf8213411-5d5a4141 {
    justify-self: start;
  }

  #w-node-_3dd4b17f-07cf-b834-c8b8-a6d11d835408-2b9dc3cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3dd4b17f-07cf-b834-c8b8-a6d11d83540a-2b9dc3cf, #w-node-_3dd4b17f-07cf-b834-c8b8-a6d11d835414-2b9dc3cf, #w-node-_3dd4b17f-07cf-b834-c8b8-a6d11d83541e-2b9dc3cf {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Tthoves';
  src: url('../fonts/TTHoves-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tthoves';
  src: url('../fonts/TTHoves-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tthoves';
  src: url('../fonts/TTHoves-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tthoves';
  src: url('../fonts/TTHoves-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}