@media screen and (min-width: 300px) and (max-width: 575px) {
  .btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 21%;
    line-height: 45px;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100% !important;
    background: transparent;
    margin-left: 45%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 19%;
    line-height: 45px;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100% !important;
    background: transparent;
    margin-left: 45%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 5%;
    line-height: 45px;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100% !important;
    background: transparent;
    margin-left: 45%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 39%;
    line-height: 45px;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100% !important;
    background: transparent;
    margin-left: 45%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 32%;
    line-height: 45px;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100% !important;
    background: transparent;
    margin-left: 45%;
  }
}

@media screen and (min-width: 1400px) {
  .btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 10%;
    line-height: 45px;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100% !important;
    background: transparent;
    margin-left: 45%;
    margin-bottom: 10%;
  }
}

.btn-circle_bak {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 800%;
  line-height: 45px;
  transition: background .3s ease-in-out;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100% !important;
  background: transparent;
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .brand-heading {
    margin-top: 40%;
    font-family: 'fonarto_xtregular';
    font-size: 45px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .brand-heading {
    margin-top: 35%;
    font-family: 'fonarto_xtregular';
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .brand-heading {
    margin-top: 20%;
    font-family: 'fonarto_xtregular';
    font-size: 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-heading {
    margin-top: 50%;
    font-family: 'fonarto_xtregular';
    font-size: 50px;
  }
}

@media screen and (min-width: 1400px) {
  .brand-heading {
    margin-top: 50%;
    font-family: 'fonarto_xtregular';
    font-size: 50px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand-heading {
    margin-top: 50%;
    font-family: 'fonarto_xtregular';
    font-size: 50px;
  }
}

.masthead-device-mockup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.device-wrapper {
  max-width: 1000px;
  width: 100%;
}

.device {
  position: relative;
  background-size: cover;
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .device::after {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: device0 2s forwards;
    animation-delay: 1s;
    left: 150%;
    top: -0%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .device::after {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: device0 2s forwards;
    animation-delay: 1s;
    left: 150%;
    top: 0%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .device::after {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: device0 2s forwards;
    animation-delay: 1s;
    left: 150%;
    top: -0%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .device::after {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: device 2s forwards;
    animation-delay: 1s;
    left: 150%;
    top: 78%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .device::after {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: device 2s forwards;
    animation-delay: 1s;
    left: 150%;
    top: 65%;
  }
}

@media screen and (min-width: 1400px) {
  .device::after {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: device 2s forwards;
    animation-delay: 1s;
    left: 150%;
    top: 65%;
  }
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .device .screen {
    position: absolute;
    animation: slide0 2s forwards;
    animation-delay: 1s;
    background-size: cover;
    pointer-events: auto;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .device .screen {
    position: absolute;
    animation: slide0 2s forwards;
    animation-delay: 1s;
    background-size: cover;
    pointer-events: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .device .screen {
    position: absolute;
    animation: slide0 2s forwards;
    animation-delay: 1s;
    background-size: cover;
    pointer-events: auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .device .screen {
    position: absolute;
    animation: slide 2s forwards;
    animation-delay: 1s;
    background-size: cover;
    pointer-events: auto;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .device .screen {
    position: absolute;
    animation: slide 2s forwards;
    animation-delay: 1s;
    background-size: cover;
    pointer-events: auto;
  }
}

@media screen and (min-width: 1400px) {
  .device .screen {
    position: absolute;
    animation: slide 2s forwards;
    animation-delay: 1s;
    background-size: cover;
    pointer-events: auto;
  }
}

.device .button {
  position: absolute;
  cursor: pointer;
}

.device[data-device="PC"][data-orientation="portrait"][data-color="black"] {
  padding-bottom: 58.9736399327%;
}

.device[data-device="PC"][data-orientation="portrait"][data-color="black"] .screen {
  top: -300%;
  left: 42%;
  width: 76%;
  height: 73%;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .device[data-device="PC"][data-orientation="portrait"][data-color="black"] .screen {
    top: 7%;
    left: 200%;
    width: 76%;
    height: 73%;
    text-align: center;
    z-index: 2;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .device[data-device="PC"][data-orientation="portrait"][data-color="black"] .screen {
    top: 7%;
    left: 200%;
    width: 76%;
    height: 73%;
    text-align: center;
    z-index: 2;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .device[data-device="PC"][data-orientation="portrait"][data-color="black"] .screen {
    top: 7%;
    left: 200%;
    width: 76%;
    height: 73%;
    text-align: center;
    z-index: 2;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .device[data-device="PC"][data-orientation="portrait"][data-color="black"] .screen {
    top: 85%;
    left: 200%;
    width: 76%;
    height: 73%;
    text-align: center;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .device[data-device="PC"][data-orientation="portrait"][data-color="black"] .screen {
    top: 72%;
    left: 200%;
    width: 76%;
    height: 73%;
    text-align: center;
    z-index: 2;
  }
}

@media screen and (min-width: 1400px) {
  .device[data-device="PC"][data-orientation="portrait"][data-color="black"] .screen {
    top: 72%;
    left: 200%;
    width: 76%;
    height: 73%;
    text-align: center;
    z-index: 2;
  }
}

.device[data-device="PC"][data-orientation="portrait"][data-color="black"] .button {
  display: none;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

@keyframes device {
  100% {
    left: 8%;
  }
}

@keyframes device0 {
  100% {
    left: 0%;
  }
}

@keyframes device1 {
  100% {
    left: 200%;
  }
}

@keyframes slide {
  100% {
    left: 20%;
  }
}

@keyframes slide0 {
  100% {
    left: 12%;
  }
}

@keyframes slide1 {
  100% {
    left: 200%;
  }
}

#VanillatoolShugo {

  height: auto;

  max-width: 140%;
  object-fit: cover;

}

#carouselExampleIndicators {
  width: 100%;
  height: 100%;
}

.carousel-inner {
  width: 100%;
  height: 100%;
}

.embed-responsive-item {
  width: 100%;
  height: 100%;
}

.carousel-item {
  width: 100%;
  height: 100%;
}

.subHeaderContainer {
  text-align: center;
}

.containDivsAionEU {
  text-align: center;
  display: flex;
  flex-direction: row;
  padding: 0px;
}

.containDivsAionEU > div {
  margin: 10px;
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .versionsHeader {
    font-size: 15px;
    margin-top: 10%;
	margin-bottom: 0%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .versionsHeader {
    font-size: 20px;
    margin-top: 10%;
	margin-bottom: 0%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .versionsHeader {
    font-size: 25px;
    margin-top: 10%;
	margin-bottom: 0%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .versionsHeader {
    font-size: 35px;
    margin-top: 10%;
	margin-bottom: 0%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .versionsHeader {
    font-size: 38px;
    margin-top: 10%;
	margin-bottom: 0%;
  }
}

@media screen and (min-width: 1400px) {
  .versionsHeader {
    font-size: 40px;
    margin-top: 10%;
	margin-bottom: 0%;
  }
}

.FaqRow {
  margin-top: -5%;
}

.requirementsRow {
  margin-top: 0%;
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .versionsHeader2 {
    font-size: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .versionsHeader2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .versionsHeader2 {
    font-size: 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .versionsHeader2 {
    font-size: 35px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .versionsHeader2 {
    font-size: 38px;
  }
}

@media screen and (min-width: 1400px) {
  .versionsHeader2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .versionsHeader3 {
    font-size: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .versionsHeader3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .versionsHeader3 {
    font-size: 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .versionsHeader3 {
    font-size: 35px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .versionsHeader3 {
    font-size: 38px;
  }
}

@media screen and (min-width: 1400px) {
  .versionsHeader3 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .header2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .Big-Heading {
    font-size: 44px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .Big-Heading {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .Big-Heading {
    font-size: 65px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .Big-Heading {
    font-size: 90px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .Big-Heading {
    font-size: 110px;
  }
}

@media screen and (min-width: 1400px) {
  .Big-Heading {
    font-size: 125px;
  }
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .versionsHeader0 {
    font-size: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .versionsHeader0 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .versionsHeader0 {
    font-size: 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .versionsHeader0 {
    font-size: 35px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .versionsHeader0 {
    font-size: 38px;
  }
}

@media screen and (min-width: 1400px) {
  .versionsHeader0 {
    font-size: 40px;
  }
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .versionsText {
    font-size: 13px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .versionsText {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .versionsText {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .versionsText {
    font-size: 27px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .versionsText {
    font-size: 33px;
  }
}

@media screen and (min-width: 1400px) {
  .versionsText {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .RowNaRetail {
    margin-top: 10%;
  }
}

@media (max-width: 576px) {
  .RowNaClassic {
    margin-top: 10%;
  }
}

@media (max-width: 576px) {
  .featuresContain {
    margin-top: 10%;
  }
}

.col1 {
  width: 16.66666667%;
}

@media (max-width: 576px) {
  .col1 {
    width: auto;
  }
}

.box {
  height: 96%;
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .requirementsText {
    font-size: 13px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .requirementsText {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .requirementsText {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .requirementsText {
    font-size: 27px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .requirementsText {
    font-size: 33px;
  }
}

@media screen and (min-width: 1400px) {
  .requirementsText {
    font-size: 35px;
  }
}

#FAQ {
  margin-top: 10%;
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .AnswersFaq {
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .AnswersFaq {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .AnswersFaq {
    font-size: 17px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .AnswersFaq {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .AnswersFaq {
    font-size: 19px;
  }
}

@media screen and (min-width: 1400px) {
  .AnswersFaq {
    font-size: 20px;
  }
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .QuestionsFaq {
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .QuestionsFaq {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .QuestionsFaq {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .QuestionsFaq {
    font-size: 25px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .QuestionsFaq {
    font-size: 28px;
  }
}

@media screen and (min-width: 1400px) {
  .QuestionsFaq {
    font-size: 30px;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 0px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
  background-size: cover;
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .masthead .intro-body .brand-heading {
    font-size: 45px;
    position: relative;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .masthead .intro-body .brand-heading {
    font-size: 70px;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .masthead .intro-body .brand-heading {
    font-size: 70px;
    position: relative;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .masthead .intro-body .brand-heading {
    font-size: 60px;
    position: relative;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .masthead .intro-body .brand-heading {
    font-size: 60px;
    position: relative;
  }
}

@media screen and (min-width: 1400px) {
  .masthead .intro-body .brand-heading {
    font-size: 100px;
    position: relative;
  }
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .intro-text {
    text-align: center;
    margin-top: 20%;
    position: relative;
  }
}

@media screen and (min-width: 300px) and (max-width: 575px) {
  .masthead .intro-body .intro-text {
    font-size: 20px;
    text-align: center;
    position: relative;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .masthead .intro-body .intro-text {
    font-size: 20px;
    text-align: center;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .masthead .intro-body .intro-text {
    font-size: 25px;
    text-align: center;
    position: relative;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .masthead .intro-body .intro-text {
    font-size: 20px;
    position: relative;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .masthead .intro-body .intro-text {
    font-size: 20px;
    text-align: center;
    position: relative;
  }
}

@media screen and (min-width: 1400px) {
  .masthead .intro-body .intro-text {
    font-size: 25px;
    text-align: center;
    margin-left: 20%;
    position: relative;
  }
}

#introTextSlide {
  left: -200%;
  position: relative;
  animation: introSlide 2s forwards;
  animation-delay: 1s;
}

@keyframes introSlide {
  100% {
    left: 0%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .FAQProb {
    margin-left: 0%;
  }
}

.downButtonCol {
  padding-bottom: 0%;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: rgb(44,45,46);
  border-color: #dee2e6 #dee2e6 #fff;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

body .modal-open {
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: scroll;
}

body {
  font-family: "Lora","Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #000;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: #fff;
  border: 1px solid #fff;
}

#MyWebWrapper {
  overflow-x: hidden;
}

#EmailTextInputPrivate30 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#EmailTextInput30 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#EmailTextInput90 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#EmailTextInput180 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#EmailTextInput365 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#TextInputPrivate30 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}

#TextInput30 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}

#TextInput90 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}

#TextInput180 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}

#TextInput365 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}

.getUnique {
  display: block;
  text-align: center;
}

#CopyrightModal {
  margin-left: 0;
  margin-right: auto;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(255,255,255,0.5);
}

.btn-default:focus, .btn-default:hover {
  color: #000;
  border: 1px solid #ffffff;
  outline: none;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 200px;
    padding-bottom: 0px;
  }
}

.content-section {
  padding-top: 150px;
  padding-bottom: 0;
}

