body,
html {
  font-family: "Comfortaa", cursive;
}

a {
  color: #f6af05 !important;
  text-decoration: underline;
}

.section {
  color: #fff;
}

.brand-logo {
  height: 64px;
}

.brand-logo img {
  height: 100%;
  padding: 5px 0;
}

.blue-dark {
  background-color: #46445a;
}

.dark {
  background-color: #383548;
}

.very-dark {
  background: #272636;
}

nav.blue-dark .active {
  background-color: #305299;
}

.chip {
  height: auto;
}

.green-dark {
  background-color: #f6af05;
}

.green-light-text {
  color: #ccef67;
}

.btn-signuptwo {
  height: 50px;
  width: 100%;
}

.btn-flat-border {
  width: 100%;
  background-color: transparent !important;
  border: 2px solid #ccef67;
  color: #ccef67;
  height: 62px;
  line-height: 62px;
}

.parallax-container {
  height: 100%;
}

#signup-one .input-field > label {
  color: #ffffff;
}

#signup-one input.valid[type="email"]:not(.browser-default),
#signup-one input.valid[type="text"]:not(.browser-default),
#signup-one input.valid[type="password"]:not(.browser-default),
#signup-two input.valid[type="email"]:not(.browser-default),
#signup-two input.valid[type="text"]:not(.browser-default),
#signup-two input.valid[type="password"]:not(.browser-default) {
  border-bottom: 1px solid #ccef67;
  -webkit-box-shadow: 0 1px 0 0 #ccef67;
  box-shadow: 0 1px 0 0 #ccef67;
}

.sliders {
  display: flex;
}

.sliders__coll {
  flex: 1;
  padding: 0 20px;
}

#result {
  text-align: center;
}

#img img {
  width: 100%;
}

.result-trade .text-capitalize {
  text-transform: capitalize !important;
}

footer {
  font-size: 0.8rem;
}

footer a {
  text-decoration: underline;
}

form .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
form .agree {
  width: 100%;
}
.signals form .agree {
  padding-top: 10px;
  padding-bottom: 20px;
}
form .row .col.m4 {
  margin-left: 0;
}
form .agree input {
  margin-right: 10px;
  opacity: 1 !important;
  pointer-events: all !important;
  position: relative !important;
}
.thank {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.thank .parallax-container {
  min-height: 550px;
  height: calc(100vh - 64px - 234px);
}

.order {
  width: 65px;
  height: 24px;
  border-radius: 1rem;
  margin: 0 auto;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.long {
  background: #01c1a3;
  color: #037862;
}

.short {
  background: #ff5f5f;
  color: #972828;
}

.collapsible {
  border: none !important;
  box-shadow: none !important;
}

.collapsible li {
  margin-bottom: 0.5rem;
}

.collapsible-body {
  border: none !important;
}

.collapsible-header {
  border-bottom: none !important;
  border-radius: 1rem;
}

.testimonial_item {
  background: #fff;
  border-radius: 1rem;
  margin: 0 !important;
}

.testimonial_item__name {
  color: #01d8c9;
  font-weight: bold;
  font-size: 24px;
}

.testimonial_item__name > span {
  font-weight: normal;
  font-size: 14px;
}

.navigation {
  width: 100%;
  height: auto;
  margin-top: 5rem;
}

.navigation .wrapper {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.navigation .wrapper img {
  cursor: pointer;
}

.site-form {
  float: none !important;
  margin: 0 auto;
}

.site-form input {
  background: #fff !important;
  border-radius: 0.5rem !important;
  color: #000;
  padding-left: 0.5rem !important;
}

[type="checkbox"] {
  background-color: #272636 !important;
  accent-color: #272636;
  font-weight: bold;
}

input[type="checkbox"]:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  padding: 1px;
  background-color: #272636;
}

input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
  font-weight: bold;
}

ol{
  padding-left: 1rem;
}

.header-info > h3{
  font-size: 50px
}

.header-info > p{
  font-size: 1.68rem
}

.header-info > ol{
  font-size: 1.68rem
}

.testimonial-container{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
}

@media only screen and (max-width: 769px) {
  .signals .v-dialog {
    width: calc(100vw - 48px);
    top: 58px;
    left: 0;
  }

  .signals .nav-mobile,
  .signals #sidenav-left,
  #ascrail2000,
  .nicescroll-cursors,
  .signals nav .sidenav-trigger {
    display: none !important;
  }

  .signals nav.navbar,
    .signals .v-overlay,
    .signals .v-dialog__content
    /*.signals ,
    .signals ,
    .signals */ {
    width: 100vw;
  }

  form .row {
    flex-direction: column;
  }

  .header-info > h3{
    font-size: 44px
  }

  .header-info > p{
    font-size: 18px
  }

  .header-info > ol{
    font-size: 14px
  }

  .testimonial-container{
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: stretch;
    gap: 10px;
    padding: .5rem;
  }

  .testimonial_item{
    margin: 1rem 1rem;
  }
}

@media screen and (max-width: 480px){
  .header-info > h3{
    font-size: 42px !important
  }

  .header-info > p{
    font-size: 20px !important
  }

  .header-info > ol{
    font-size: 18px
  }

}
