@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

:root {
  --color-1: #059aae;
  --color-2: #01ffa5;
  --color-3: #fe0047;
  --color-4: #fff;

  --color-1-rgb: 59, 169, 177;

  --gradient-2: var(--color-1) 30%, var(--color-2) 70%;
  --gradient-3: #f85d7f, #e100ff 36%, #6b81fa 68%, #a0fbcd;
  --gradient-4: #194fffe2, #ff38d9e2, #b723fce2;

  --font-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --font-primary: Poppins, var(--font-default);

  --border-1: 1px solid #333;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gt_languages a {
  color: #000;
}
.gt_switcher-popup {
  color: #fff;
}
.gt_switcher_wrapper {
  position: absolute !important;
}

iframe {
  width: 100% !important;
}

body {
  background: #000;
  color: #bbb;
  background: #111;
  font-family: var(--font-primary), var(--font-default);
  font-size: 14.5px;
  line-height: 2.3em;
  max-width: 70%;
  margin: 5em auto;
  overflow-wrap: break-word;
}
::-moz-selection {
  background-color: var(--color-1);
  color: #fff;
}
::selection {
  background-color: var(--color-1);
  color: #fff;
}
a {
  text-decoration: none;
  color: #fff;
}
main,
footer {
  max-width: 100%;
  margin: auto;
}

header {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: url(./assets/back.webp) no-repeat top center fixed;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  z-index: -1;
  text-align: center;
  overflow: hidden;
}

a.logo {
  display: block;
  color: var(--color-2);
  font-size: calc(0.8vw + 1.5em);
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 1px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: calc(0.2vw + 13px);
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 2em;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav::-webkit-scrollbar {
  display: none;
}

nav a {
  border: 1px solid #333;
  margin: 0 5px;
  max-width: 200px;
  width: 200px;
  height: 3.5em;
  line-height: 3.5em;
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

nav a:hover {
  border-color: var(--color-2);
}
nav a svg {
  fill: #fff;
  stroke: none;
  margin: 0;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}

.head-wrap {
  -webkit-backdrop-filter: brightness(0.8) blur(5px);
  backdrop-filter: brightness(0.8) blur(5px);
}
.show-img {
  max-width: calc(4vw + 6em);
  margin: 0 auto;
}
.show p {
  font-size: calc(0.2vw + 1em);
  margin: 10px 0;
  color: #fff;
  text-align: center;
  line-height: 1.8em;
}
.show li::before {
  content: "\25B6  ";
}

main p a::before,
li a::before {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--color-1);
  width: 0;
  bottom: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
main p a:hover::before,
li a:hover::before {
  width: 100%;
}

main p a,
li a {
  position: relative;
  color: var(--color-1);
  font-weight: bold;
  border-bottom: 1px dashed #8d8d8d;
}

main p a:hover,
li a:hover {
  opacity: 1;
  border-color: var(--color-1);
}

main {
  padding: 2em;
  background-color: #000;
}
p {
  margin: 26px 0;
  padding: 0;
  color: #ccc;
  font-size: 15px;
  line-height: 2.5em;
}
.bg-info {
  color: #bbb;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 30px;
  text-align: left !important;
  border-left: 5px solid #333;
  -webkit-box-shadow: rgb(0 0 0 / 50%) 0 0 13px 0;
  box-shadow: rgb(0 0 0 / 50%) 0 0 13px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ddd;
  font-weight: 500;
  margin: 0.4em 0;
  line-height: 1.5em;
  text-align: center;
}
h3 {
  font-size: calc(0.6vw + 1em);
}
h4:not(.faq) {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: calc(0.5vw + 0.8em);
}
h1.title {
  padding: 0.4em 0;
  text-align: center;
  font-size: calc(0.8vw + 1.5em);
  overflow-wrap: break-word;
  color: #eee;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0.5em 0;
}

.whats-new {
  display: block;
}

.toc {
  display: block;
  border: var(--border-1);
  margin: 1em 0;
  padding: 10px 1em;
  -webkit-box-shadow: rgb(0 0 0 / 19%) 0 0 13px 0;
  box-shadow: rgb(0 0 0 / 19%) 0 0 13px 0;
}
.toc li {
  margin: 0 1em;
  list-style-type: square;
}
.toc a {
  font-weight: 500;
  color: var(--color-3);
  border-bottom: 1px dashed #333;
}
.toc a:hover {
  text-decoration: none;
  border-color: var(--color-3);
}
hr {
  margin: 1em auto;
  width: 60%;
  height: 2px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#48252d), color-stop(36%, #6a3171), color-stop(68%, #37427f), to(#2a6548));
  background: -o-linear-gradient(left, #48252d, #6a3171 36%, #37427f 68%, #2a6548);
  background: linear-gradient(90deg, #48252d, #6a3171 36%, #37427f 68%, #2a6548);
}
.install-img {
  max-width: 40%;
}
.text-glow {
  display: block;
  background: -o-linear-gradient(60deg, var(--gradient-2));
  background: linear-gradient(30deg, var(--gradient-2));
  color: #fff;
  font-weight: 700;
  margin: auto;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: calc(1vw + 1em);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-variant-caps: titling-caps;
  text-shadow: var(--color-1) 0px 5px 20px;
}
.typewrite {
  margin: 0;
}
.typewrite .wrap {
  border-right: 0.1em solid #ffffff31;
}

.dl-wrapper {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 2em 0;
}
.dl-wrapper p {
  margin: 0.2em 0;
}
.downloading {
  font-weight: bold;
  padding: 0 1em;
  font-size: calc(0.5vw + 1.5rem);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #eee;
  border-radius: 50px;
  animation: blink 1s infinite;
  -webkit-animation: blink 1s infinite;
}
@-webkit-keyframes blink {
  0% {
    color: #777777;
  }
  50% {
    color: #333;
  }
  100% {
    color: #777777;
  }
}
@keyframes blink {
  0% {
    color: #777777;
  }
  50% {
    color: #333;
  }
  100% {
    color: #777777;
  }
}

.small-caps {
  font-variant-caps: small-caps;
}

.fh-sm {
  font-weight: 600;
  margin: 1em auto;
  font-size: calc(0.3vw + 1em);
}

.fh {
  font-weight: bold;
  margin: 1em auto;
  font-size: calc(0.5vw + 1.3rem);
}
.fhcen {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
}

.fh-1 {
  display: block;
  background: -o-linear-gradient(60deg, var(--gradient-2));
  background: linear-gradient(30deg, var(--gradient-2));
  color: #fff;
  margin: 1em auto;
  padding: 0 1em;
  border-radius: 5px;
  font-size: calc(1vw + 1.3em);
  line-height: 2;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.fh-2 {
  color: #eee;
  font-size: calc(0.5vw + 1.3rem);
  background: #111;
  display: inline-block;
  padding: 5px 20px;
  -webkit-box-shadow: 0 0 7px #00000040;
  box-shadow: 0 0 7px #00000040;
  border: var(--border-1);
  border-left: 5px dashed var(--color-1);
  letter-spacing: 1px;
  font-variant-caps: all-small-caps;
  font-weight: 500;
}
.fh-3 {
  display: block;
  position: relative;
  font-size: calc(1vw + 1.5em);
  font-weight: bold;
  background-image: -o-linear-gradient(0deg, var(--gradient-2));
  background-image: -o-linear-gradient(bottom, var(--gradient-2));
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-2)));
  background-image: linear-gradient(0deg, var(--gradient-2));
  padding: 0 0.5em;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

footer {
  color: #fff;
  padding: 20px 40px;
  border-radius: 0 0 30px 30px;
  letter-spacing: 1px;
  line-height: 3.5em;
  color: #fff;
  font-size: 13px;
  text-align: center;

  background-color: #15192a;
}
footer p {
  color: #aaa;
  font-size: 11px;
}
footer a,
footer a:hover {
  color: #fff;
}
.links a {
  font-size: 11px;
  padding: 0 5px;
  display: inline-block;
}
.links a:hover {
  opacity: 0.7;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
ul {
  margin: 1em 0 1em 2.5em;
  list-style-type: "\279C   ";
}
li {
  margin: 6px 0;
}

img {
  display: block;
  margin: 1em auto;
  max-width: 100%;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.block-img {
  max-width: 50%;
}

table {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
}
th {
  font-weight: 700;
  background-color: #ffe60059;
}
td,
th {
  text-align: left;
  padding: 6px 5px;
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #e4e4e44d;
}
a.btn {
  border: 1px solid #ffffff;
  font-size: calc(0.2vw + 1em);
  font-weight: 600;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  user-select: none;
  padding: 15px 20px;
  margin: 0.6em auto;
  color: #fff;
  font-variant-caps: all-small-caps;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 10px 0px #00000052;
  box-shadow: 0px 5px 10px 0px #00000052;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
a.btn:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  border-color: #ffffffa9;
  opacity: unset;
}
a.download {
  font-size: 22px;
  border: 3px solid var(--color-1);
  border-radius: 50px;
  padding: 15px 20px;
  background: #000;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
a.download:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  border-color: #4e3f23;
  color: var(--color-1);
}
.faq-list {
  list-style-type: none;
  margin: auto;
  text-align: center;
  max-width: 70%;
}

.faq-box {
  opacity: 0;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  margin: 2em 0;
  padding: 0 5px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ans-box {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  background: #111;
}
.faq {
  cursor: pointer;
  position: relative;
  text-align: left;
  font-weight: 700;
  font-size: calc(0.4vw + 0.9em);
  margin: 0;
  border-bottom: 2px solid;
  -o-border-image: -o-linear-gradient(left, var(--gradient-4)) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-4))) 1;
  border-image: linear-gradient(to right, var(--gradient-4)) 1;
  color: var(--color-1);
  font-weight: 600;
  padding: 10px 20px;
  display: block;
  background: #000000;
}

.faq::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 9' fill='none' style='transform:rotateX(0deg)'%3E%3Crect x='12' y='3' width='3' height='3' transform='rotate(90 12 3)' fill='%23ae3b41'%3E%3C/rect%3E%3Crect x='15' width='3' height='3' transform='rotate(90 15 0)' fill='%23ae3b41'%3E%3C/rect%3E%3Crect x='9' y='6' width='3' height='3' transform='rotate(90 9 6)' fill='%23ae3b41'%3E%3C/rect%3E%3Crect x='6' y='3' width='3' height='3' transform='rotate(90 6 3)' fill='%23ae3b41'%3E%3C/rect%3E%3Crect x='3' width='3' height='3' transform='rotate(90 3 0)' fill='%23ae3b41'%3E%3C/rect%3E%3C/svg%3E");
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.ans {
  display: block;
  text-align: left;
  padding: 2em;
  margin: 0;
  border-top: 0;
  -webkit-box-shadow: 0px 2px 15px 0px #00000017;
  box-shadow: 0px 2px 15px 0px #00000017;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ans::before {
  content: "\01F644  -  ";
}

.faq.active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.ans-box.active {
  max-height: 1200px;
}

.share {
  text-align: center;
  overflow: hidden;
  max-width: 50%;
  margin: 0 auto;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.share a {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  margin: 1%;
  padding: 7px 0;
  color: #fff;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: none;
}
.share a svg {
  fill: #fff;
  stroke: none;
  margin: 0;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}
.whatsapp {
  background-color: #25d366;
}
.facebook {
  background-color: #3b5998;
}
.twitter {
  background-color: #55acee;
}
.telegram {
  background-color: #08c;
}
.email {
  background-color: #5a5a5a;
}
.share a:hover {
  color: #fff;
  opacity: 0.9;
}

.boxdiv {
  margin: 4em 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1.5em;
  row-gap: 2em;
}
.box {
  background: transparent;
  border-bottom: 2px solid #222;
  padding: 1em;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0px 2px 15px 0px #00000017;
  box-shadow: 0px 2px 15px 0px #00000017;
  opacity: 0;
  -webkit-transform: scale(0.8) rotateZ(10deg);
  -ms-transform: scale(0.8) rotateZ(10deg);
  transform: scale(0.8) rotateZ(10deg);
}

.box:hover {
  border-color: var(--color-1);
  -webkit-transform: scale(1.01) translateY(-5px);
  -ms-transform: scale(1.01) translateY(-5px);
  transform: scale(1.01) translateY(-5px);
}
.box p {
  margin: 0;
}
.boxtxt {
  display: block;
  background: -o-linear-gradient(60deg, var(--gradient-3));
  background: -o-linear-gradient(30deg, var(--gradient-3));
  background: linear-gradient(60deg, var(--gradient-3));
  color: #ccc;
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
  border-radius: 5px;
  font-size: calc(0.5vw + 1em);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.box-icon svg {
  width: 70px;
  height: 70px;
  fill: #eee;
  -webkit-transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
a svg {
  margin: -7px 0;
}

.btn-svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.ytbox {
  border: 1px solid #222;
  padding: 1em;
  margin: 1em 0;
}
.ytbox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5em 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-scroll-snap-type: x proximity;
  scroll-snap-type: x proximity;
  overflow-x: scroll;
}
.ss img {
  max-width: 20em;
  margin: 0 1em;
  pointer-events: none;
  scroll-snap-align: center;
}
#countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #222;
  background: #000;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: inherit;
  margin: 1em auto;
  text-align: center;
  width: 100px;
  height: 100px;
  font-size: 40px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#hidden-cnt {
  display: none;
}

/* 
blog posts
*/

.cards {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 400px));
  grid-gap: 2em 2em;
  place-content: center;
  place-items: center;
  margin: 2em auto;
}
.card {
  width: 100%;
  height: calc(4vw + 150px);
  border-radius: 2px;
  border: 1px solid rgb(77, 77, 77);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
.card-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0;
}
.card-desc {
  text-align: center;
  z-index: 3;
}
.card-title {
  position: absolute;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  bottom: 50%;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 1em;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: calc(0.3vw + 1em);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ccc;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-shadow: 0px 0px 10px #000000fa;
  background: #00000077;
  z-index: 2;
}
.card:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -o-linear-gradient(top, #00000050, #000000dc);
  background: -webkit-gradient(linear, left top, left bottom, from(#00000050), to(#000000dc));
  background: linear-gradient(to bottom, #00000050, #000000dc);
  z-index: 1;
}

.card:hover .card-thumb {
  -webkit-transform: scale(1.07) rotateZ(2deg);
  -ms-transform: scale(1.07) rotate(2deg);
  transform: scale(1.07) rotateZ(2deg);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.card:hover .card-title {
  background: #000000d7;
}

.item-appear {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  body,
  main,
  img,
  footer,
  .show-cnt,
  .install-img,
  .block-img,
  .share,
  .faq-list {
    max-width: 100%;
    margin: auto;
  }
  .gt_switcher_wrapper {
    top: 0 !important;
    right: 0 !important;
  }
}
