@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
.kSBKf {
  padding: 105px 0 15px;
  display: grid;
  min-height: calc(100vh - 130px);
}

.yL6ON {
  background: var(--bg-color);
  position: fixed;
  display: block;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  opacity: .8;
  transition: opacity 500ms ease-in-out 1200ms;
}

.KEunT {
  opacity: 1;
}

.i6DXs {
  z-index: 2;
  display: block;
  position: relative;
}

.i6DXs::after {
  content: '';
}
#DjqT0 {
  margin: 0 auto;
  padding: 1.5em 2em;
  height: 90px;
  position: fixed;
  width: 100%;
  z-index: 3;
  transition: all 400ms ease-in-out;
}

#DjqT0.fQ2HZ {
  transform: translateY(-90px);
}

#DjqT0 > .l317O {
  background: var(--bg-color);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 5px 30px rgba(0,0,0,.2);
}

#DjqT0 > .M6joy {
  background-color: var(--background-color);
  background-image: var(--background-image);
}

#DjqT0 > .l317O , #DjqT0 > .M6joy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

#DjqT0 > .l317O.RRmcG , #DjqT0 > .M6joy.RRmcG {
  opacity: .8;
}

#DjqT0 > .l317O.RRmcG.mTySr {
  opacity: 1;
}

#DjqT0>.Q9Btx {
  padding: 0;
  font-size: 2em;
}

#DjqT0 > .jMe4y {
  display: none;
}

#DjqT0 > .Q9Btx, #DjqT0 > .jMe4y > a {
  color: var(--font-color);
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: 1px 5px 8px black;
  transition: color 450ms ease;
  outline-width: 0;
}

#DjqT0 > .jMe4y > a::after {
  content: "";
  background: var(--bg-color-3);
  width: 15px;
  height: 2px;
  right: calc(0% + 7px);
  position: absolute;
  transform: translateY(-10px) scale(0);
  transform-origin: center right;
  transition: transform 500ms ease-in-out;
}

#DjqT0 > .jMe4y > a:hover {
  color: var(--bg-color-3);
}

#DjqT0 > .jMe4y > a:hover::after {
  transform: translateY(-10px) scale(1);
}

#DjqT0 > .Q9Btx > .VnW0U{
  color: var(--bg-color-3);
}

#DjqT0>.WrrDL>div>div {
  width: 35px;
  height: 3px;
  margin: 8px 0;
  background-color: var(--font-color);
}

#DjqT0>.WrrDL>div:active {
  background-color: var(--bg-color-2);
}

/* to desktop */

@media (min-width: 768px) { 
  #DjqT0>.jMe4y {
    display: inherit;
  }

  #DjqT0>.jMe4y>.m0JiV {
    color: var(--bg-color-3);
  }
  
  #DjqT0>.WrrDL {
    display: none;
  }
}

#aYaBG {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-color-2);
  padding: 25px 10px;
  height: 130px;
}

#aYaBG > .U2ceI {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-bottom: 10px;
}

#aYaBG > .U2ceI > a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--font-color);
}

#aYaBG > p {
  text-align: center;
  font-size: 1.2em;
  color: white;
}

#LvMYG {
  position: fixed;
  background-color: var(--background-color);
  background-image: var(--background-image);
  width: 100vw;
  height: 100vh;
  z-index: 3;

  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 500ms, opacity 500ms ease-in-out;
}

#LvMYG.oxmBO {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 500ms ease-in-out;
}

#LvMYG > .ZdQPU {
  display: grid;
  grid-template-rows: 10% 90%;
  background: var(--bg-color);
  height: 100%;
  opacity: .8;
}

#LvMYG > .ZdQPU > span:nth-child(1) {
  display: flex;
  justify-content: flex-end;
  padding: 1.5em 2em;
}

#LvMYG > .ZdQPU > span:nth-child(2) { 
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-transform: uppercase;
  text-align: center;  
}

#LvMYG > .ZdQPU > span:nth-child(2) > h1 {
  color: var(--font-color);
  text-transform: uppercase;
  text-shadow: 1px 1px 10px black;
}

#LvMYG > .ZdQPU > span:nth-child(2) > h1.KvV9k {
  color: var(--bg-color-3);
}

#LvMYG > .ZdQPU > span > .y3OUe > div {
  height: 5px;
  width: 50px;
  background-color: var(--font-color);
  position: relative;
  display: block;
  margin-top: 10px;
  border-radius: 8px;
}

#LvMYG > .ZdQPU > span > .y3OUe > div:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

#LvMYG > .ZdQPU > span > .y3OUe > div:nth-child(2) {
  transform: rotate(-45deg);
}
#N_GZx {
  background: var(--bg-color-2);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 9;
}

h3 {
  position: absolute;
  font-family: 'Open Sans' !important;
  font-weight: 600;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rJwvZ {
  position: absolute;
  top: 50%;
  margin-left: -50px;
  left: 50%;
  animation: YnKEW .4s linear infinite;
}

.rJwvZ > span {
  height: 5px;
  width: 35px;
  background: #000;
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0;
}

.zd4SW > span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid #000;
  border-bottom: 6px solid transparent;
}

.zd4SW > span::before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: -110px;
  top: -16px;
}

.zd4SW > span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid #000;
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px;
}

.mZ0CN {
  position: absolute;
  height: 12px;
  width: 20px;
  background: #000;
  border-radius: 20px 20px 0 0;
  transform: rotate(-40deg);
  right: -125px;
  top: -15px;
}

.mZ0CN::after {
  content: "";
  height: 12px;
  width: 12px;
  background: #000;
  right: 4px;
  top: 7px;
  position: absolute;
  transform: rotate(40deg);
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px;
}

.rJwvZ > span > span:nth-child(1),
.rJwvZ > span > span:nth-child(2),
.rJwvZ > span > span:nth-child(3),
.rJwvZ > span > span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  animation: nNl8V .2s linear infinite;
}

.rJwvZ > span > span:nth-child(2) {
  top: 3px;
  animation: R_Bcs .4s linear infinite;
}

.rJwvZ > span > span:nth-child(3) {
  top: 1px;
  animation: vnSIu .4s linear infinite;
  animation-delay: -1s;
}

.rJwvZ > span > span:nth-child(4) {
  top: 4px;
  animation: mhmDq 1s linear infinite;
  animation-delay: -1s;
}

@keyframes nNl8V {
  0% {
    left: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}

@keyframes R_Bcs {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
    opacity: 0;
  }
}

@keyframes vnSIu {
  0% {
    left: 0;
  }
  100% {
    left: -50px;
    opacity: 0;
  }
}

@keyframes mhmDq {
  0% {
    left: 0;
  }
  100% {
    left: -150px;
    opacity: 0;
  }
}

@keyframes YnKEW {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.MUgw2 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.MUgw2 > span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: #000;
}

.MUgw2 > span:nth-child(1) {
  top: 20%;
  animation: a_8nA .6s linear infinite;
  animation-delay: -5s;
}

.MUgw2 > span:nth-child(2) {
  top: 40%;
  animation: e_H2l .8s linear infinite;
  animation-delay: -1s;
}

.MUgw2 > span:nth-child(3) {
  top: 60%;
  animation: NCT2A .6s linear infinite;
}

.MUgw2 > span:nth-child(4) {
  top: 80%;
  animation: uiAmm .5s linear infinite;
  animation-delay: -3s;
}

@keyframes a_8nA {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}

@keyframes e_H2l {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}

@keyframes NCT2A {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

@keyframes uiAmm {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

.PqE_7 {
  position: absolute !important;
  filter: blur(5px);
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 200ms ease-out 500ms;
}

.PqE_7.BUDVr {
  opacity: 0;
}

.tgZhk {
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 700ms ease 0ms;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.tgZhk.lo2dh {
  opacity: 1;
}
.GazfC {
  width: 25px;
  height: 25px;
  border: 1.5px solid rgba(255,255,255,0.78039);
  border-radius: 50%;
  z-index: 4;
  pointer-events: none;
  top: 0px;
  left: 0px;
  transition: all 200ms ease-out;
  transform: translate(-50%, -50%);
  position: fixed;
  display: none;
}

.s2vJl {
  background: rgba(255,255,255,0.78039);
  height: 4px;
  width: 4px;
  border-radius: 50%;
  z-index: 4;
  top: 0px;
  left: 0px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  position: fixed;
  display: none;
}

/* to desktop */

@media (min-width: 769px) { 
  .GazfC, .s2vJl {
    display: block;
  }
}
#WmZvx {
  display: flex;
  flex: 1;
}

.tdFiY {
  color: red;
}

.QdcYO {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column-reverse;
  align-items: center;
  flex: 1;
}

.FTp1l {
  width: 240px;
  height: 264px;
  position: relative;
  display: block;
  overflow: hidden;
}

.FTp1l > span {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}

.QdcYO > ._P9VL > p:nth-child(1) {
  font-size: 4.5em;
  color: var(--font-color-2);
  font-weight: bold;
  margin: 0;
  text-shadow: 1px 1px 10px black;
}

.QdcYO > ._P9VL > p:nth-child(2) {
  font-size: 2.5em;
} 
.Yhn5D {
  display: grid;
  grid-gap: .25rem;
}

.Yhn5D > span {
  position: relative;
  cursor: zoom-in;
}

.Yhn5D > span > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* animation: bounce 1s .3s; */
  /* transform: scale(1); */
}

.LVqff {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: blur(5px);
}

.LVqff img {
  width: 10%;
  height: 10%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(11);
}

.Fy8Gq {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: zoom-out;
}

@keyframes mUuKI {
  0% { transform: scale(1.02); opacity: 1 }
  50% { transform: scale(1.04); opacity: .7; }
  60% { transform: scale(0.9); opacity: 1 }
  80% { transform: scale(1.01) }
  100% { transform: scale(1) }
}

/* * to tablet */

@media (min-width: 550px) { 
  .Yhn5D {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-template-rows: repeat(5, 200px);
    grid-auto-flow: dense;
  }

  .Yhn5D > span:nth-child(4n) {
    grid-column: span 4;
    grid-row: span 4;
  }
  
  .Yhn5D > span:nth-child(8n) {
    grid-column: span 3;
    grid-row: span 3;
  }
}

/* * to desktop */

@media (min-width: 768px) { 
  .Yhn5D {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-template-rows: repeat(6, 200px);
    grid-auto-flow: dense;
  }

  .Yhn5D > span:nth-child(4n) {
    grid-column: span 2;
    grid-row: span 2;
  }
  
  .Yhn5D > span:nth-child(8n) {
    grid-column: span 3;
    grid-row: span 3;
  }
}
#TuEiX {
  display: grid;
  align-items: center;
  margin-left: 0!important;
  margin-right: 0!important;
}

#TuEiX > .PhHPG {
  background: transparent;
  box-shadow: none;
  width: 100%;
  margin: 0 auto;
}

#TuEiX > .PhHPG > span > h2 {
  font-size: 4rem;
}

#TuEiX > .PhHPG > p {
  font-size: 1.5rem;
}

#TuEiX > .PhHPG, 
#TuEiX > .PhHPG > span > h2, 
#TuEiX > .Kvtz0 > h1  {
  color: var(--font-color);
}

#TuEiX > .Kvtz0 {
  background: var(--bg-color-2);
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  border-radius: .2rem;
  padding: 3em 0;
}

#TuEiX > .Kvtz0 > .QpKCc {
  text-align: center;
  position: relative;
  display: block;
  font-size: 3em;
  color: var(--font-color);
}

#TuEiX > .Kvtz0 > span {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

#TuEiX > .Kvtz0 > span > span {
  width: 110px;
}

#TuEiX > .Kvtz0 > span > span > svg {
  height: 120px;
  width: 120px;
  opacity: .8;
  transform: scale(.6);
  transform-origin: center;
  transition: all 300ms ease-in-out;
}

#TuEiX > .Kvtz0 > span > span > svg:hover {
  transform: scale(.8);
  opacity: 1;
}

/* to desktop */

@media (min-width: 768px) { 
  #TuEiX {
    margin-left: auto!important;
    margin-right: auto!important;
  }

  #TuEiX > .PhHPG { 
    width: 80%;
  }
}
#FN1s2 > .tpbd8 {
  text-align: center;
  font-size: 4rem;
  color: var(--font-color-2);
}

#FN1s2 > .eDxkG {
  text-align: center;
  color: var(--font-color);
  width: 100%;
  position: relative;
  display: block;
  padding: 2em;
  font-size: 1.5em;
}

#FN1s2 > .jNfB0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 2em;
  position: relative;
}

#FN1s2 > .jNfB0 > span {
  position: relative;
  display: block;
  margin: 0 0 3.5em;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
  width: 100%;
}

#FN1s2 .bQUYx{
  transform: translateZ(0);
  transition: transform .75s cubic-bezier(.2,1,.3,1)
}

#FN1s2 > .jNfB0 > span:hover > .bQUYx {
  transform: scale(1.3);
}

#FN1s2 > .jNfB0 > span::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--bg-color-3);
  opacity: .8;
  position: absolute;
  display: block;
  transform: scale(2) translateX(-75%) translateY(-75%) rotate(-28deg);
  transition: transform 2s cubic-bezier(.2,1,.3,1);
}

#FN1s2 > .jNfB0 > span:hover::after {
  transform: scale(2) translateX(0) translateY(0) rotate(-28deg);
}

#FN1s2 > .jNfB0 > span > .omIYO {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  text-align: center;
  transform: translateY(-15%);
  opacity: 0;
  z-index: 1;
  transition: opacity .5s cubic-bezier(.2,1,.3,1), transform .5s cubic-bezier(.2,1,.3,1);
}

#FN1s2 > .jNfB0 > span:hover > .omIYO { 
  opacity: 1;
  transform: translateY(0);
}

#FN1s2 > .jNfB0 > span > .omIYO > span {
  font-size: 1.5em;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#FN1s2 > .jNfB0 > span > .omIYO > span > p {
  background: var(--bg-color-2);
  padding: 10px;
  position: relative;
  display: block;
  border-radius: 5px;
  text-transform: uppercase;
}

#FN1s2 > .jNfB0 > .MafTo {
  display: grid;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  width: 100%;
  height: calc(100% - 3.5em);
  margin: 0 0 3.5em;
}

#FN1s2 > .jNfB0 > .MafTo > span {
  color: var(--font-color);
  line-height: 1.1em;
  cursor: pointer;
}

#FN1s2 > .jNfB0 > .MafTo > span > i {
  color: var(--bg-color-3)
}

@media (min-width: 769px) { 
  #FN1s2 > .jNfB0 {
    margin: 0 5em;
  }

  #FN1s2 > .jNfB0 > span {
    width: calc(50% - 7em);
  }
}

/* to desktop */

@media (min-width: 1024px) { 
  #FN1s2 > .jNfB0 {
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    width: 100%;
    /* width: 70%; */
    margin: 0 auto;
  }
}
#vKXdQ {
  display: flex;
  align-items: center;
  justify-content: center;
}

#vKXdQ > .a91gW {
  display: grid;
  justify-content: center;
  text-align: center;
  grid-gap: 5px;
}

#vKXdQ > .a91gW > div {
  font-size: 4rem;
  font-weight: 900;
  color: var(--font-color-2);
}

#vKXdQ > .a91gW > p,
#vKXdQ > .a91gW > span > p {
  font-size: 1.5em;
  display: inline;
}

#vKXdQ > .a91gW > span > p.Ue1u5 {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: rgba(223, 224, 212, 0.69);
}

#vKXdQ > .a91gW > .bcmss {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

#vKXdQ > .a91gW > .bcmss > span > i {
  margin: 5px 0;
}

#vKXdQ > .a91gW > .bcmss > span > .vkEqb {
  font-size: 1.3em;
  padding: 8px;
}
#TQVL1 {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 10px;
}

#TQVL1 > .AO7KI {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.5em;
}

#TQVL1 > .AO7KI > span:nth-child(1),
#TQVL1 > .AO7KI > span:nth-child(3) {
  display: flex;
  font-size: 1.4em;
  cursor: pointer;
  font-weight: bold;
  transition: color 300ms ease-in-out;
}

#TQVL1 > .AO7KI > span:nth-child(1):hover,
#TQVL1 > .AO7KI > span:nth-child(3):hover {
  color: var(--bg-color-3);
}

#TQVL1 > .AO7KI > span:nth-child(3) > i {
  margin-left: .25rem;
}

#TQVL1 > .AO7KI > span:nth-child(1) {
  text-align: left;
  align-items: center;
}

#TQVL1 > .AO7KI > span:nth-child(3) {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

article > .nONTE {
  position: relative;
  height: 450px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
}

article > .nONTE, article > .St7oi {
  margin-bottom: 3em;
}

article > .nONTE > picture > img {
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

#TQVL1 > article > h1 {
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bolder;
  color: var(--font-color-2);
  text-align: center;
  margin-bottom: .5em;
}

article > .St7oi {  
  color: var(--font-color);
  font-size: 1.2em;
  line-height: 1.7rem;
}

#TQVL1 > .uKnz5 {
  background: var(--bg-color-2);
  border-radius: 5px;
  padding: 20px 0 0;
}

#TQVL1 > .uKnz5 > h2 {
  text-transform: uppercase;
  text-align: center;
  color: var(--font-color);
}

#TQVL1 > .uKnz5 > .tvpsi {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}

#TQVL1 > .uKnz5 > .tvpsi > span {
  width: 110px;
}

#TQVL1 > .uKnz5 > .tvpsi > span > svg {
  height: 120px;
  width: 120px;
  transform: scale(.5);
}

#TQVL1 > article > .u1zle {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#TQVL1 > article > .u1zle > a {
  width: auto;
  height: 50px;
  background: var(--bg-color-2);
  color: white;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 3px;
  margin: 0 1em;
  padding: 0 1em;
  font-weight: bolder;
  transition: all 300ms ease-in-out;
}

#TQVL1 > article > .u1zle > a:hover {
  background: var(--bg-color-3);
  color: var(--bg-color-2);
}
#GtJ3G {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-width: 250px;
  width: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#GtJ3G .y_ntH {
  font-size: 2.5em;
}
/* DEFAULTS [S] */

:root {
  --bg-color: rgb(53, 57, 64);
  --bg-color-2: rgb(62, 146, 163);
  --font-color: rgb(223, 224, 212);
  --font-color-2: rgb(62, 146, 163);
  --bg-color-3: rgb(250, 110, 112);
  --background-color: #708090;
  --background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%27 height=%27100%27 viewBox=%270 0 200 200%27%3E%3Cdefs%3E%3ClinearGradient id=%27a%27 gradientUnits=%27userSpaceOnUse%27 x1=%27100%27 y1=%2733%27 x2=%27100%27 y2=%27-3%27%3E%3Cstop offset=%270%27 stop-color=%27%23000%27 stop-opacity=%270%27/%3E%3Cstop offset=%271%27 stop-color=%27%23000%27 stop-opacity=%271%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27b%27 gradientUnits=%27userSpaceOnUse%27 x1=%27100%27 y1=%27135%27 x2=%27100%27 y2=%2797%27%3E%3Cstop offset=%270%27 stop-color=%27%23000%27 stop-opacity=%270%27/%3E%3Cstop offset=%271%27 stop-color=%27%23000%27 stop-opacity=%271%27/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill=%27%235f6d7a%27 fill-opacity=%270.6%27%3E%3Crect x=%27100%27 width=%27100%27 height=%27100%27/%3E%3Crect y=%27100%27 width=%27100%27 height=%27100%27/%3E%3C/g%3E%3Cg fill-opacity=%270.5%27%3E%3Cpolygon fill=%27url%28%23a%29%27 points=%27100 30 0 0 200 0%27/%3E%3Cpolygon fill=%27url%28%23b%29%27 points=%27100 100 0 130 0 100 200 100 200 130%27/%3E%3C/g%3E%3C/svg%3E");
}

html, body {
  height: 100% !important;
}

body {
  background-color: #708090 !important;
  background-color: var(--background-color) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%27 height=%27100%27 viewBox=%270 0 200 200%27%3E%3Cdefs%3E%3ClinearGradient id=%27a%27 gradientUnits=%27userSpaceOnUse%27 x1=%27100%27 y1=%2733%27 x2=%27100%27 y2=%27-3%27%3E%3Cstop offset=%270%27 stop-color=%27%23000%27 stop-opacity=%270%27/%3E%3Cstop offset=%271%27 stop-color=%27%23000%27 stop-opacity=%271%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27b%27 gradientUnits=%27userSpaceOnUse%27 x1=%27100%27 y1=%27135%27 x2=%27100%27 y2=%2797%27%3E%3Cstop offset=%270%27 stop-color=%27%23000%27 stop-opacity=%270%27/%3E%3Cstop offset=%271%27 stop-color=%27%23000%27 stop-opacity=%271%27/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill=%27%235f6d7a%27 fill-opacity=%270.6%27%3E%3Crect x=%27100%27 width=%27100%27 height=%27100%27/%3E%3Crect y=%27100%27 width=%27100%27 height=%27100%27/%3E%3C/g%3E%3Cg fill-opacity=%270.5%27%3E%3Cpolygon fill=%27url%28%23a%29%27 points=%27100 30 0 0 200 0%27/%3E%3Cpolygon fill=%27url%28%23b%29%27 points=%27100 100 0 130 0 100 200 100 200 130%27/%3E%3C/g%3E%3C/svg%3E") !important;
  background-image: var(--background-image) !important;
  color: rgb(223, 224, 212) !important;
  color: var(--font-color) !important;
}

.ui.modals.dimmer {
  background-color: rgba(0, 0, 0, 0.7);
}

/* to desktop */

@media (min-width: 769px) { 
  /* html, body {
    cursor: none;
  } */
}

/* DEFAULTS [E] */
