:root {
  --dl-color-black-15: rgba(2, 3, 24, 0.15000000596046448);
  --dl-color-black-30: rgba(2, 3, 24, 0.30000001192092896);
  --dl-color-black-60: rgba(2, 3, 25, 0.6000000238418579);
  --dl-color-white-10: rgba(255, 255, 255, 0.10000000149011612);
  --dl-color-white-50: rgba(255, 255, 255, 0.5);
  --dl-color-white-60: rgba(255, 255, 255, 0.6000000238418579);
  --dl-color-black-100: rgba(2, 3, 25, 1);
  --dl-color-white-100: rgba(255, 255, 255, 1);
  --dl-color-light-text: rgba(95, 99, 103, 1);
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --dl-color-default-blue: rgba(2, 251, 253, 1);
  --dl-color-default-gray: rgba(226, 233, 236, 1);
  --dl-color-default-grid: rgba(2, 251, 253, 0.05000000074505806);
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --dl-color-main_black-30: rgba(29, 29, 29, 0.30000001192092896);
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-color-default-warning: rgba(255, 225, 0, 1);
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-default-darkblue: rgba(10, 53, 87, 1);
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --dl-color-background-mobile: rgba(101, 161, 196, 1);
  --dl-color-default-lightblue: rgba(242, 252, 255, 1);
  --dl-layout-space-threeunits: 48px;
  --dl-color-background-desktop: rgba(101, 161, 196, 1);
  --dl-color-default-bluebutton: #01d0fcff;
  --dl-color-main_neongreen-100: rgba(188, 239, 48, 1);
  --dl-color-theme-neutral-dark: #020319ff;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-default-frameborder: rgba(173, 173, 173, 1);
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-color-default-bluegradient: rgba(2, 251, 253, 1);
  --dl-layout-radius-buttonradius: 24px;
  --dl-color-light-framebackground: rgba(223, 225, 229, 1);
  --dl-color-light-frameforeground: rgba(255, 255, 255, 1);
  --dl-layout-space-oneandhalfunits: 24px;
  --dl-color-default-darkbluegradient: rgba(85, 150, 188, 1);
  --dl-color-light-urlfieldbackground: rgba(240, 243, 244, 1);
  --dl-color-light_colors-textprimary: rgba(0, 0, 0, 0.8956000208854675);
  --dl-color-light_shell_taskbar-fill: rgba(255, 255, 255, 0.5);
  --dl-color-light_colors-textsecondary: rgba(0, 0, 0, 0.6062999963760376);
}
 
.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
}
 
.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
  transform: none !important;
}
 
.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}
 
.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}
 
.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}
 
.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}
 
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}
 
.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.thq-icon-small {
  width: 24px;
  height: 24px;
}
 
.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}
 
.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.thq-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.thq-link:hover {
  background-position: 0 100%;
}
 
.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}
 
.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.thq-img-scale {
  transition: 0.3s;
}
 
.thq-img-scale:hover {
  scale: 1.05;
}
 
.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}
 
.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}
 
.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}
 
.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}
 
.input-field {
  fill: var(--dl-color-white-10);
  color: var(--dl-color-white-10);
  width: 100%;
  height: 53px;
  max-width: 550px;
  padding-top: 10px;
  border-color: var(--dl-color-white-10);
  border-width: 1px;
  padding-left: 15px;
  border-radius: 2px;
  padding-right: 15px;
  padding-bottom: 10px;
  background-color: var(--dl-color-white-10);
}
 
.button-icon {
  width: 40px;
  height: 40px;
  border-width: 0px;
  background-size: contain;
  background-image: url("https://play.teleporthq.io/static/svg/placeholders/no-image.svg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.content {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  align-self: center;
  align-items: center;
  padding-top: 60px;
  padding-left: 230px;
  padding-right: 230px;
  padding-bottom: 60px;
  justify-content: center;
}
 
.window {
  gap: 20px;
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  max-width: 1465px;
  align-self: center;
  max-height: 1000px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.intrusion-center {
  gap: 45px;
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
  overflow: hidden;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
  padding-top: 45px;
  padding-left: 10vw;
  padding-right: 10vw;
  flex-direction: column;
  padding-bottom: 45px;
  justify-content: flex-start;
}
 
.phone {
  width: 100%;
  height: 100%;
  display: flex;
  max-height: 78vh;
  align-items: center;
  padding-top: 5%;
  padding-left: 3%;
  padding-right: 3%;
  flex-direction: column;
  padding-bottom: 5%;
  background-size: contain;
  justify-content: flex-start;
}
 
.main-area {
  gap: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 8px 0px rgba(29, 29, 29, 0.5);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.exit-reset {
  width: 100%;
  height: auto;
  display: flex;
  padding: 15px;
  position: relative;
  align-self: center;
  box-shadow: 5px 5px 8px 0px rgba(29, 29, 29, 0.5);
  justify-content: center;
}
 
.icon {
  width: 80px;
  z-index: 1;
  object-fit: cover;
}
 
.icon-secondary {
  width: 70px;
  z-index: 1;
  object-fit: cover;
}
 
.icon-settings {
  width: 45px;
  z-index: 1;
  object-fit: cover;
}
 
.section-title {
  fill: var(--dl-color-white-100);
  color: var(--dl-color-white-100);
  width: 100%;
  z-index: 1;
  max-width: 200px;
  text-align: center;
}
 
.timer {
  width: 100%;
  height: 250px;
  display: flex;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 8px 0px rgba(29, 29, 29, 0.5);
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-black-60);
}
 
.button-default {
  width: 250px;
  height: 53px;
  display: flex;
  align-items: center;
  background-size: contain;
  justify-content: center;
  background-color: transparent;
  background-image: url("public/button.svg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.button-ghost {
  fill: var(--dl-color-default-bluebutton);
  color: var(--dl-color-default-bluebutton);
  width: 250px;
  height: 53px;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-default-darkbluegradient);
  border-width: 0px;
  background-size: contain;
  justify-content: center;
  background-color: transparent;
  background-image: url("public/button-ghost.svg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.sections {
  gap: 10%;
  padding-left: 45px;
  padding-right: 45px;
  justify-content: flex-start;
}
 
.body {
  gap: 10%;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 45px;
  z-index: 1;
  align-items: center;
  flex-direction: column;
}
 
.button-phone {
  width: 50px;
  height: 32px;
  display: block;
  padding: 0px;
  background-size: contain;
  text-decoration: none;
  background-image: url("https://play.teleporthq.io/static/svg/placeholders/no-image.svg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.phone-background {
  top: 0px;
  left: 0px;
  right: 0px;
  width: auto;
  height: 100%;
  margin: auto;
  position: absolute;
  align-self: flex-start;
  max-height: 78vh;
  object-fit: cover;
}
 
.title-files {
  fill: var(--dl-color-default-darkblue);
  color: var(--dl-color-default-darkblue);
  z-index: 1;
}
 
.phone-content {
  top: 9%;
  left: 0px;
  right: 0px;
  width: 30vh;
  height: 100%;
  margin: auto;
  display: flex;
  z-index: 1;
  position: absolute;
  align-self: center;
  max-height: 85%;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
 
.input-darkweb {
  fill: var(--dl-color-main_neongreen-100);
  color: var(--dl-color-main_neongreen-100);
  width: 100%;
  height: 50px;
  box-shadow: 0px 0px 4px 0px #bcef30;
  padding-top: 10px;
  padding-left: 15px;
  border-radius: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  background-color: var(--dl-color-main_black-30);
}
 
.PhoneHeadline01 {
  font-size: 18px;
  font-family: Source Sans 3;
  font-weight: 600;
  letter-spacing: 0em;
}
 
.MobileButton {
  font-size: 16px;
  font-family: Source Code Pro;
  font-weight: 600;
  letter-spacing: 0em;
}
 
.BodyStandard {
  font-size: 16px;
  font-style: normal;
  font-family: Source Code Pro;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}
 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.PhoneCaption {
  font-size: 12px;
  font-style: normal;
  font-family: Source Sans 3;
  font-weight: 400px;
  letter-spacing: 0em;
}
 
.Subheadline {
  font-size: 18px;
  font-family: Source Code Pro;
  font-weight: 600;
  letter-spacing: 0em;
}
 
.Caption {
  font-size: 12px;
  font-style: normal;
  font-family: Source Code Pro;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}
 
.Headline01 {
  font-size: 32px;
  font-family: Source Code Pro;
  font-weight: 700;
  letter-spacing: 0em;
}
 
.BodySmall {
  font-size: 14px;
  font-style: normal;
  font-family: Source Code Pro;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}
 
.Headline02 {
  font-size: 26px;
  font-family: Source Code Pro;
  font-weight: 600;
  letter-spacing: 0em;
}
 
.Timer {
  font-size: 45px;
  font-family: Source Code Pro;
  font-weight: 500;
  letter-spacing: 0em;
}
 
.Highlight {
  font-size: 18px;
  font-style: normal;
  font-family: "Source Code Pro";
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: none;
  text-decoration: none;
}
 
.PhoneBodyStandard {
  font-size: 14px;
  font-family: Source Sans 3;
  font-weight: 400;
  letter-spacing: 0em;
}
 
.PhoneHeadline02 {
  font-size: 16px;
  font-family: Source Sans 3;
  font-weight: 600;
  letter-spacing: 0em;
}
 
.Headline03 {
  font-size: 20px;
  font-family: Source Code Pro;
  font-weight: 600;
  letter-spacing: 0em;
}
 
.Button {
  font-size: 18px;
  font-family: Source Code Pro;
  font-weight: 600;
  letter-spacing: 0em;
}
 
@media(max-width: 1600px) {
  .content {
    padding-top: 40px;
    padding-left: 130px;
    padding-right: 130px;
    padding-bottom: 40px;
  }
  .intrusion-center {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .phone {
    padding-top: 5%;
  }
  .icon {
    width: 70px;
  }
  .icon-secondary {
    width: 60px;
  }
  .button-phone {
    width: 35px;
  }
  .phone-content {
    top: 8%;
    width: 29vh;
    height: 100%;
    max-height: 63vh;
  }
}
 
@media(max-width: 1200px) {
  .content {
    padding-left: 90px;
    padding-right: 90px;
  }
  .window {
    flex: 1;
    height: 100%;
  }
  .phone {
    padding-top: 7%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .main-area {
    padding: 15px;
  }
  .icon {
    width: 60px;
  }
  .icon-secondary {
    width: 50px;
  }
  .icon-settings {
    width: 40px;
  }
  .section-title {
    font-size: 16px;
  }
}
 
@media(max-width: 991px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content {
    padding: 50px;
  }
  .phone {
    padding-top: 9%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .phone-content {
    max-height: 62vh;
  }
}
 
@media(max-width: 767px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
  .button-icon {
    width: 32px;
    height: 32px;
  }
  .content {
    padding: 30px;
  }
  .window {
    gap: 70px;
    max-height: 100%;
  }
  .intrusion-center {
    gap: 30px;
    padding-top: 35px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 35px;
  }
  .phone {
    padding-top: 10%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .timer {
    height: 30%;
  }
  .button-default {
    height: 40px;
    font-size: 16px;
    max-width: 200px;
  }
  .button-ghost {
    width: 200px;
    height: 40px;
    font-size: 16px;
  }
  .sections {
    gap: 100px;
  }
  .body {
    padding: 30px;
  }
  .title-files {
    width: 100%;
    font-size: 20px;
    max-width: 100%;
    min-width: 0px;
    overflow-wrap: break-word;
  }
  .phone-content {
    width: 30vh;
    height: 100%;
    max-height: 90%;
  }
}
 
@media(max-width: 479px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
  .content {
    padding: 25px;
  }
  .window {
    max-height: 100%;
  }
  .intrusion-center {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .phone {
    max-height: 74vh;
    padding-top: 20%;
    padding-left: 7%;
    padding-right: 7%;
  }
  .timer {
    height: 20%;
  }
  .body {
    padding: 20px;
  }
  .phone-background {
    left: 0px;
    right: 0px;
    width: auto;
    margin: auto;
  }
  .phone-content {
    top: 8%;
    width: 28vh;
    max-height: 90%;
    padding-bottom: 20px;
  }
}
