body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  -webkit-perspective: 923px;
  perspective: 923px;
}

.logo {
  display: block;
  width: 30vw;
  height: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Monarch-Icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.text {
  height: 7vh;
  background-image: url('../images/Monarch-Text.svg');
}

.logo.icon {
  height: 14vh;
  margin-bottom: 1%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.copyright {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 3%;
  font-family: Montserrat, sans-serif;
  color: #898989;
  font-size: 0.7vw;
  line-height: 1vw;
  font-weight: 300;
  text-align: center;
}

.text-span {
  color: #e3e3e3;
}

.text-span-2 {
  font-weight: 400;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 33%);
  -ms-transform: translate(0px, 33%);
  transform: translate(0px, 33%);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .logo {
    width: 40vw;
    height: 40vh;
  }
  .copyright {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 60vw;
  }
  .logo.icon {
    height: 30vh;
  }
}

@media (max-width: 479px) {
  .main {
    padding-bottom: 48%;
  }
  .logo {
    width: 80vw;
    height: 40vh;
  }
  .logo.text {
    width: 90vw;
    height: 50px;
  }
  .logo.icon {
    width: 90vw;
    height: 14vh;
  }
  .copyright {
    color: #a7a6a6;
  }
}