

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
 
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    font-family: "TT Hoves", -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}


@font-face {
    font-family: TT Hoves;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/TTHoves-Bold.woff2) format("woff2")
}

@font-face {
    font-family: TT Hoves;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/TTHoves-Regular.woff2) format("woff2")
}

@font-face {
    font-family: TT Hoves;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/TTHoves-Light.woff2) format("woff2")
}

@font-face {
    font-family: TT Hoves;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/TTHoves-DemiBold.woff2) format("woff2")
}

@font-face {
    font-family: TT Hoves;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/TTHoves-Medium.woff2) format("woff2")
}




.leftBox{
  flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(252, 252, 252);
    display: flex;
    height: 100%;
    overflow: hidden;
    min-width: 380px;
    max-width: 660px;
     width: 40vw;
    min-width: 380px;
    height: 100vh;
}

.leftBox svg{

      display: inline-block;
    width: 128px;
    height: auto;

}

.leftBox h1 {
  

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin: 0px 0px 10px;
    padding: 0px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: rgb(31, 31, 31);
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
      font-size: 60px;
    font-weight: bold;
    margin-top: 32px;
}

.rightBox{
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 3 1 0%;
    padding: 20px;
    background-color: rgb(244, 244, 244);
    background-image: url(../img/bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: local;
    background-size: 570px 570px;
    color: rgb(31, 31, 31);
    -webkit-box-align: center;
    align-items: center;
    overflow-y: auto;

}

.main{

    display: flex;
    width: 100%;
    height: 100vh;
}


.gifbox{
      display: flex;
    height: 122px;
    min-height: 122px;
    width: 360px;
    border-radius: 61px;
    padding: 10px;
    background: rgb(255, 255, 255);
    -webkit-box-align: center;
    align-items: center;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 0px;
    margin-bottom: 60px;
        color: rgb(31, 31, 31);
    font-size: 20px;
    font-weight: 500;
}

.gifbox span{

  display: flex;
    flex-direction: column;
    margin: 0px 32px;
    text-align: center;
    color: rgb(31, 31, 31);
    font-size: 20px;
    font-weight: 500;

}

.conn {
   display: flex;
      background: rgb(255, 255, 255);

    margin-bottom: 20px;
    border-radius: 16px;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 0px;


    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    padding: 24px 30px;
    max-width: 600px;
    width: 100%;


}

 .conn2 {



    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    padding: 24px 30px;
    background: transparent;
}



.green {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    padding: 9px 22px;
    transition: background 150ms ease-out 0s;
    color: rgb(255, 255, 255);
    font-weight: 600;

       background: rgb(0, 120, 55);

}

.green svg{
  fill: #ffff;
  margin: 0 10px;
}

.arrowBox{
      margin-right: 6px;
    margin-left: 28px;
    color: rgb(128, 128, 128);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.arrowBox svg{
  fill:  rgb(128, 128, 128);
  margin: 0 10px;
}

.set{
  position: absolute;

  top: 25px;
  right: 25px;
      height: 24px;
    line-height: 24px;
      fill:  rgb(128, 128, 128);
}

.flex{
  display: flex;
  align-items: center;
  justify-content: center;
}

.col {
  flex-direction: column;
  cursor: unset;
}

.t{
      font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: rgb(31, 31, 31);
    width: 100%;
}

.subTitle{

  color: rgb(128, 128, 128);
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
}

.subTitle span{

  text-decoration: underline;
  cursor: pointer;
}

.box{
  background-color: rgb(238, 238, 238);
  width: 100%;
  border-radius: 3px;
  border: 1px solid rgb(244, 244, 244);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.key{

  color: rgb(128, 128, 128);
  font-size: 14px;
  width: 30%;
}

.el{
  width: 100%;
  display: flex;
  margin: 5px 0;
}
.val{
 font-size: 14px;
 font-weight: 500;
}

.box svg{
  transform: rotate(180deg);
    fill: rgb(128, 128, 128);
}

.up{
  position: absolute;
      top: -50px;
}

.pos-r{
  position: relative;
}

.sd{
  display: flex;
  align-items: center;
  justify-content: space-between;
    color: rgb(128, 128, 128);
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0;

    padding: 20px 0;

    border-bottom: 5px solid rgb(244, 244, 244);
}

.sd svg{
  margin-right: 20px;
  width: 30px;
  height: 30px;
}

.clock{

  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: rgb(128, 128, 128);
    font-size: 12px;
    font-weight: 500;
}

.clock svg{
  fill:  rgb(128, 128, 128);
  margin-right: 5px;
}

.link{

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loader {
    background: rgb(244, 244, 244);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
}

.lamp {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    z-index: 49;
    bottom: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid rgb(232, 232, 232);
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 7px 0px, rgb(0 0 0 / 5%) 0px 2px 3px 0px;
    transition: opacity 0.3s ease 0.3s;
    opacity: 1;
}

.hddenScetion {
    overflow: hidden;
    opacity: 1;
    height: 207.594px;
    transition: 0.5s;
}
.hsContent {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-top: 1px solid rgb(232, 232, 232);
}
.erXySv {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.IyDgT {
    display: flex;
}
.iuswcO {
    margin-right: 8px;
    font-size: 16px;
    color: rgb(31, 31, 31);
}
.cZrOtd {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.kTDDpj {
    color: rgb(31, 31, 31);
    font-size: 14px;
    font-weight: 500;
}
.hiBnuz {
    color: rgb(128, 128, 128);
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
}

.pBox {
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 16px;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 0px;
    width: 100%;
     max-width: 600px;
}
.TroubleshootingTips__Item-a6cj8r-5 + .TroubleshootingTips__Item-a6cj8r-5 {
    margin-top: 16px;
}

.hide {
    overflow: hidden;
    opacity: 0 !important;
    height: 0px !important;
}