:root {
  --textselected: #fff;
  --backgroundother: #00141b;
  --navbutton-unselected: #d5d5d5;
  --navbutton-second: #178e8d40;
  --backgroundhome: #033444;
  --navbutton-main: #178e8d;
  --textunselected: #a8a8a8;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h1 {
  color: var(--textselected);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.body {
  background-color: var(--backgroundother);
  mix-blend-mode: normal;
  min-height: 100px;
}

.body-2 {
  color: #000;
  background-color: #fff0;
}

.navbuttonmain {
  z-index: 0;
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--navbutton-unselected);
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: auto;
}

.navbuttonsecond {
  z-index: 0;
  float: none;
  background-color: var(--navbutton-second);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  inset: auto;
}

.navbuttonsecond:hover {
  width: 18px;
  height: 18px;
}

.homescreen {
  background-color: var(--backgroundhome);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.otherscreen {
  background-color: var(--backgroundother);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.otherscreen.contactus {
  height: auto;
}

.container-3 {
  cursor: default;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  min-height: 32px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-3.visbutton {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.navbuttonthird {
  z-index: 0;
  float: none;
  background-color: var(--navbutton-second);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  inset: auto;
}

.navbuttonthird:hover {
  width: 18px;
  height: 18px;
}

.navbuttonmain2 {
  z-index: 0;
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--navbutton-main);
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: auto;
}

.container-4 {
  cursor: default;
  flex-flow: column;
  width: 92px;
  max-width: 92px;
  height: 52px;
  display: flex;
}

.text-block {
  color: var(--textselected);
  text-align: center;
  letter-spacing: 1px;
  cursor: default;
  font-size: 16px;
  font-weight: 600;
}

.section-7 {
  z-index: 1000;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  perspective: 1000px;
  mix-blend-mode: normal;
  border: 0 solid #fff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 580px;
  max-width: 620px;
  height: auto;
  max-height: 68px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 0;
  padding: 8px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  box-shadow: inset 0 0 20px -4px #fff3;
}

.section-7:hover {
  border-width: 0;
  box-shadow: inset 0 0 20px -4px #ffffff8f;
}

.flex-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 52px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.container-8 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 540px;
  max-height: 52px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.heading {
  margin: 64px 32px 23px;
  font-family: Manrope, sans-serif;
  position: static;
}

.heading-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--textselected);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 32px 44px;
  font-size: 60px;
  line-height: 52px;
  display: flex;
  position: static;
}

.heading-2.servies {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.tea {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.heading-3 {
  color: var(--textselected);
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
}

.heading-3.grid {
  margin-bottom: 0;
}

.heading-3.grid.torchtext2 {
  color: var(--textselected);
}

.heading-3.services {
  text-align: left;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 20px;
  line-height: 24px;
}

.container-10 {
  flex-flow: row;
  align-items: stretch;
  width: auto;
  max-width: 1120px;
  height: 40%;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-flow: row;
  place-items: stretch start;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.textcontent {
  color: var(--textselected);
  letter-spacing: 1px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.textcontent.textcontainer {
  max-width: 1120px;
  margin-bottom: 24px;
  margin-left: 32px;
  margin-right: 32px;
  padding-left: 0;
}

.textcontent.textcontainer.contact-us {
  color: var(--textselected);
  text-align: center;
  max-width: 940px;
  margin-bottom: 36px;
}

.textcontent.card {
  text-align: left;
  margin-bottom: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.textcontent.card.services {
  text-align: left;
  letter-spacing: 0;
  margin-left: 16px;
  margin-right: 16px;
  line-height: 28px;
}

.textcontent.card.services.npi {
  text-align: center;
}

.textcontent.gridtext {
  grid-column-gap: 0px;
  color: var(--textselected);
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.svg-icon {
  color: var(--textselected);
  text-align: center;
  width: 2rem;
  height: 2rem;
  margin-top: 28px;
  margin-bottom: 16px;
}

.svg-icon:hover {
  cursor: pointer;
}

.svg-icon.tetorch {
  color: var(--textselected);
}

.div-block {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 28px;
  display: grid;
}

.container-11 {
  border: 2px solid var(--textselected);
  box-shadow: 0 0 32px -4px var(--navbutton-main);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-12 {
  perspective: 1000px;
  max-width: 980px;
  margin-left: 32px;
  margin-right: 32px;
  display: block;
}

.div-block-2 {
  grid-column-gap: 13px;
  grid-row-gap: 4px;
  grid-template-rows: 60px 60px 60px;
  grid-template-columns: .25fr 4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4 {
  grid-column-gap: 11px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.tickcontainer {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-13 {
  z-index: 5;
  max-width: 1120px;
  margin-bottom: 8px;
  margin-left: 32px;
  margin-right: 32px;
  position: relative;
}

.servicescardgrid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1120vw;
  display: grid;
}

.servicescardheading {
  color: var(--textselected);
  text-align: center;
  margin: 28px 12px 16px;
  font-size: 28px;
}

.contservcardgrid {
  max-width: 1120px;
  margin-left: 32px;
  margin-right: 32px;
}

.container-15 {
  border: 2px solid var(--textselected);
  box-shadow: 0 0 24px -4px var(--navbutton-main);
  border-radius: 8px;
  max-width: 990px;
  margin-left: 0;
  margin-right: 0;
}

.container-16 {
  justify-content: center;
  align-items: stretch;
  width: 75vw;
  height: 50%;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.container-17 {
  width: 25vw;
  max-width: 940vw;
}

.container-18 {
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  display: block;
}

.submit-button {
  background-color: var(--navbutton-main);
  border-radius: 10px;
  margin-bottom: 12px;
  margin-left: 10px;
}

.field-label {
  color: var(--textselected);
  margin-bottom: 4px;
  font-weight: 500;
}

.text-field {
  border: 2px solid var(--textselected);
  background-color: var(--backgroundother);
  box-shadow: 0 2px 16px -4px var(--navbutton-main);
  color: var(--textselected);
  border-radius: 20px;
  margin-bottom: 8px;
  font-weight: 500;
}

.text-field.message {
  resize: none;
  height: 100px;
  margin-bottom: 12px;
}

.grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  max-width: 940px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-19 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section-8 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.container-22 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  box-shadow: 0 2px 5px #000c;
}

.container-22.toggle {
  background-color: #000;
  width: 40px;
  height: 28px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 6px 0% 0% 8%;
}

.textoff {
  color: #fff;
  cursor: default;
  position: absolute;
  inset: 27% auto auto 15%;
}

.texton {
  color: #000;
  cursor: default;
  position: absolute;
  inset: 26% 17% auto auto;
}

.container-27 {
  opacity: 1;
  margin-top: 20px;
}

.container-27.tehome {
  opacity: 0;
}

.container-28 {
  justify-content: center;
  align-items: center;
  width: 75vw;
  height: 75vh;
  display: flex;
  overflow: hidden;
}

.image {
  display: block;
  position: static;
}

.container-29 {
  justify-content: center;
  align-items: center;
  width: 75vw;
  height: 75vh;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.div-block-5 {
  width: 100%;
  height: 300vh;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-6 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container-33 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: none;
  margin-bottom: 44px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.section-11 {
  background-color: var(--backgroundother);
}

.container-34 {
  background-color: var(--backgroundother);
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.text-block-3 {
  color: var(--navbutton-unselected);
  margin: 16px;
  font-weight: 500;
}

.container-35 {
  width: 100%;
  height: 100%;
}

.div-block-7, .code-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-36 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin: 20px 16px;
  display: flex;
}

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

.image-3 {
  position: relative;
}

.container-38 {
  display: none;
}

@media screen and (max-width: 991px) {
  .container-8 {
    flex-flow: row;
    display: flex;
  }

  .heading {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .heading-2 {
    margin-bottom: 28px;
    font-size: 32px;
  }

  .heading-3.services {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .textcontent {
    font-size: 12px;
  }

  .div-block {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .servicescardgrid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .servicescardheading {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .container-17 {
    width: 40vw;
  }

  .submit-button {
    margin-left: 145px;
  }

  .grid-2 {
    margin-left: 12px;
    margin-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .otherscreen {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .section-7 {
    display: none;
  }

  .heading {
    margin-top: 52px;
    margin-bottom: 16px;
  }

  .heading-2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .heading-3 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .grid {
    margin-bottom: 20px;
  }

  .textcontent.textcontainer {
    margin-bottom: 28px;
  }

  .textcontent.card {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .svg-icon {
    width: 4rem;
    height: 4rem;
    margin: 12px 12px 8px;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .container-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-13 {
    display: none;
  }

  .contservcardgrid {
    margin-bottom: 24px;
  }

  .container-16 {
    flex-flow: column;
    margin-top: 80px;
  }

  .container-17 {
    width: 50vw;
    margin-top: 24px;
  }

  .grid-2 {
    margin-bottom: 0;
  }

  .container-19 {
    display: flex;
  }

  .container-33 {
    margin-bottom: 20px;
  }

  .container-37 {
    display: none;
  }

  .container-38 {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    perspective: 1000px;
    border-radius: 8px;
    display: flex;
    box-shadow: inset 0 0 20px -4px #0003;
  }

  .container-39 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .otherscreen {
    width: auto;
    height: auto;
  }

  .section-7 {
    display: none;
  }

  .heading-3 {
    margin-right: 12px;
  }

  .grid {
    grid-template-columns: 2.5fr;
    place-items: stretch center;
    margin-bottom: 12px;
  }

  .textcontent.textcontainer.contact-us {
    margin-bottom: 20px;
  }

  .textcontent.card {
    display: none;
  }

  .svg-icon {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
  }

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

  .container-11 {
    flex-flow: row;
  }

  .container-12 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .contservcardgrid {
    margin-bottom: 20px;
  }

  .container-16 {
    align-items: center;
    margin-top: 24px;
  }

  .container-17 {
    width: 75vw;
    margin-top: 28px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2 {
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: stretch stretch;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-19 {
    display: flex;
  }

  .div-block-5 {
    height: 300vh;
  }

  .container-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .code-embed {
    display: none;
  }

  .container-36 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-37 {
    display: none;
  }

  .image-2 {
    position: static;
    top: 12px;
    left: -40px;
  }

  .container-38 {
    border-radius: 8px;
    display: flex;
  }

  .container-39 {
    display: none;
  }
}

#w-node-c983c437-706c-d1e3-9828-11d59d0693fd-4c2b76d1, #w-node-_5f706e7d-077c-bd52-387b-50bef2373961-4c2b76d1, #w-node-ba99ed45-55ae-6eed-675d-679297e90cd2-4c2b76d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e3f2850-6b2d-cb6f-9feb-dc2c27e6e422-4c2b76d1 {
  place-self: auto center;
}

#w-node-f4548e4b-c3f1-32f9-f773-1a684776fc06-4c2b76d1, #w-node-_9e64786d-dd83-dbb4-e44b-5cede329ec12-4c2b76d1, #w-node-_9e64786d-dd83-dbb4-e44b-5cede329ec16-4c2b76d1 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_3ae374fa-c9a0-b5c7-555f-12d26b0fe2e4-4c2b76d1 {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2e3f2850-6b2d-cb6f-9feb-dc2c27e6e422-4c2b76d1 {
    place-self: auto center;
  }

  #w-node-f4548e4b-c3f1-32f9-f773-1a684776fc06-4c2b76d1 {
    justify-self: start;
  }

  #w-node-_9e64786d-dd83-dbb4-e44b-5cede329ec12-4c2b76d1 {
    justify-self: center;
  }

  #w-node-_9e64786d-dd83-dbb4-e44b-5cede329ec16-4c2b76d1 {
    justify-self: start;
  }
}


