@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,700&display=swap");
@import url("csshake-slow.css");
input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:focus,
input.form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #040506 inset !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 16px !important;
  transition: none !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 400;
}

h2, .h2 {
  line-height: 2.6rem;
}

h5, .h5 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

h4, .h4 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

[class^=display-] {
  font-weight: normal;
}

.display-4 {
  font-size: 48px;
}

.display-3 {
  font-size: 56px;
}

body {
  background: #000;
  background: linear-gradient(348deg, black 0%, #030405 18%, #0d0e12 79%, #2f333f 100%);
  background: linear-gradient(175deg, #2F333F 0%, #0d0e12 400px, #030405 1600px, #000 2000px);
  font: 100% "Montserrat", Helvetica, sans-serif;
  color: #fff;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.bg-dark {
  background: #1d1e1f !important;
}

.text-muted {
  color: inherit !important;
  opacity: 0.7;
}

.text-lead {
  font-size: 18px;
  font-weight: bold;
  color: #fe5f01;
}

.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.link {
  color: #fe5f01;
}
.link:hover {
  color: #fe5f01;
}

.rotate-180 {
  transform: rotate(180deg);
}

.navbar .nav-item .nav-link {
  color: #fff;
}
.navbar .nav-item.active .nav-link {
  color: #fe5f01;
}

.plan-cards .plan-card {
  border: 1px solid #1d1e1f;
  width: 320px;
  height: 320px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: border 0.2s;
}
.plan-cards .plan-card .lead {
  font-size: 18px;
}
.plan-cards .plan-card.plan-popular {
  border-color: #fe5f01;
}
.plan-cards .plan-card.plan-popular::after {
  content: "Popular";
  text-transform: uppercase;
  position: absolute;
  background: #fe5f01;
  font-size: 12px;
  font-weight: bold;
  width: 138px;
  text-align: center;
  padding: 4px 0;
  transform: rotate(-45deg);
  left: -35px;
  top: 20px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.15);
}
.plan-cards.plan-cards-big .plan-card {
  width: 33.33%;
  height: 425px;
}
.plan-cards.plan-cards-big .plan-card .price {
  font-size: 64px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.plan-cards.plan-cards-big .plan-card .text-muted {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
}
.plan-cards.plan-cards-big .plan-card .btn-select {
  width: 90%;
  justify-content: center;
}
.plan-cards.plan-cards-big .plan-card .btn-deselect {
  display: none;
  width: 90%;
  border-radius: 4px;
}
.plan-cards.plan-cards-big .plan-card .btn-deselect:hover {
  background: rgba(60, 65, 80, 0.6);
  color: #fff;
}
.plan-cards.plan-cards-big .plan-card.selected {
  border-color: #fe5f01 !important;
}
.plan-cards.plan-cards-big .plan-card.selected .btn-select {
  display: none;
}
.plan-cards.plan-cards-big .plan-card.selected .btn-deselect {
  display: block;
}
.plan-cards.plan-cards-big .plan-card.plan-popular {
  border-color: #1d1e1f;
}

.form-group {
  position: relative;
  margin-bottom: 2.5rem;
}

.password-eye {
  background: url("../images/password-eyes.svg") no-repeat;
  width: 20px;
  height: 18px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}
.password-eye.visible {
  background-position: -20px 0;
}

textarea {
  resize: none;
}

.form-control {
  background: none;
  border-radius: 0;
  border: none;
  color: #fff !important;
  font-size: 16px;
  border-bottom: 1px solid #3B3E46;
  padding-left: 0;
  padding-right: 0;
}
.form-control + label {
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 0;
  user-select: none;
  cursor: text;
  transform-origin: 0 50%;
  transition: all 0.2s;
  color: #565d70;
}
.form-control:focus, .form-control:not(:placeholder-shown), .form-control:-webkit-autofill {
  background: none;
  border: none;
  border-bottom: 1px solid #fe5f01;
  box-shadow: none;
}
.form-control:focus + label, .form-control:not(:placeholder-shown) + label, .form-control:-webkit-autofill + label {
  transform: scale(0.8);
  color: #fe5f01;
  top: -13px;
}
.form-control::placeholder {
  color: transparent;
}

.label {
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 0;
  user-select: none;
  cursor: text;
  transform-origin: 0 50%;
  transition: all 0.2s;
  color: #565d70;
  transform: scale(0.8);
  color: #fe5f01;
  top: -13px;
}

.form-check {
  height: 35px;
  align-items: center;
  display: inline-flex;
}

.form-check-input,
.form-radio-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin-top: 0;
  cursor: pointer;
}
.form-check-input:focus,
.form-radio-input:focus {
  box-shadow: none !important;
  outline: none !important;
}
.form-check-input:focus::before,
.form-radio-input:focus::before {
  border-color: #fe5f01;
}
.form-check-input::before,
.form-radio-input::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #8c8c8c;
  transition: background-color 0.1s;
}
.form-check-input:checked::before,
.form-radio-input:checked::before {
  border-color: #fe5f01;
  background-color: #fe5f01;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMCA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2MSAoODk1ODEpIC0gaHR0cHM6Ly9za2V0Y2guY29tIC0tPgogICAgPHRpdGxlPlBhdGg8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkNoZWNrL0FjdGl2ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuMDAwMDAwLCAtNC4wMDAwMDApIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjRTUwQzI2IiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHBvaW50cz0iNC41IDguODMzMzMzMzMgNi42IDEwLjUgMTEuNSA1LjUiPjwvcG9seWxpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center center;
}
.form-check-input + label,
.form-radio-input + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-left: 5px;
}

input[type=radio]::before {
  border-radius: 16px;
}
input[type=radio]:checked::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjEgKDg5NTgxKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5SZWN0YW5nbGUgQ29weTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ2hlY2svTm9ybWFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4wMDAwMDAsIC00LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iQ2hlY2svQWN0aXZlIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHN0cm9rZT0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwLjEiIG9wYWNpdHk9IjAuNTUwMDAwMDEyIiB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iNy41Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHkiIHg9IjQiIHk9IjQiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHJ4PSI0Ij48L3JlY3Q+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
}

.btn {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  background: #fe5f01;
  border-color: #fe5f01;
  text-transform: uppercase;
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  letter-spacing: 1.2px;
}
.btn.btn-sm {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 12px;
  letter-spacing: 1px;
}
.btn.btn-big {
  height: 64px;
  line-height: 64px;
  padding: 0 40px;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 8px;
}
.btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-primary img {
  transition: all 0.2s;
}
.btn.btn-primary:hover img {
  transform: rotate(360deg);
}
.btn.btn-primary:hover img.rotate-180 {
  transform: rotate(-180deg);
}
.btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:focus {
  background: #cd0b22;
  border-color: #fe5f01;
  box-shadow: none;
}
.btn.btn-primary:active {
  transform: scale(0.98);
}
.btn.btn-secondary {
  background: rgba(60, 65, 80, 0.6);
  border-radius: 24px;
  border: none;
}
.btn.btn-secondary:hover {
  color: #292d38;
  background: #fff;
}

.dropdown {
  position: relative;
}
.dropdown .nav-link {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
}
.dropdown .nav-link::after {
  content: "";
  background: url("../images/icon-dropdown-arrow.svg");
  width: 9px;
  height: 5px;
  display: inline-block;
  background-size: 9px 5px;
  margin-left: 25px;
  border: none;
}
.dropdown .dropdown-menu {
  position: absolute;
  font-size: 12px;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
}

#userDropdown .nav-link::before {
  content: "";
  background: url("../images/icon-user.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 24px;
  margin-right: 15px;
}
#userDropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.toggle-btn {
  background: #fff;
  width: 160px;
  padding: 12px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #6f7175;
  font-size: 12px;
  border-radius: 4px;
  position: relative;
  transition: transform 0.05s, background 0.2s, color 0.2s;
}
.toggle-btn::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: #fff url("../images/icon-tic.svg") 50% 50% no-repeat;
  background-size: 14px auto;
  left: -10px;
  top: -10px;
  transform: scale(0);
  transition: transform 0.1s;
}
.toggle-btn.selected {
  background: #fe5f01;
  color: #fff;
}
.toggle-btn.selected .text-lead {
  color: #fff;
}
.toggle-btn.selected::after {
  transform: scale(1);
}
.toggle-btn.selected:hover {
  color: #fff !important;
}
.toggle-btn:hover {
  color: #000;
}
.toggle-btn:active {
  transform: scale(0.97);
}

main {
  position: relative;
}
main > .main-nav {
  top: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 76px;
  position: sticky;
  z-index: 10;
  transition: all 0.3s;
  font-weight: bold;
}
main > .main-nav.scrolled {
  background: rgba(0, 0, 0, 0.8);
}
main > footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
main > footer .copyright {
  text-align: center;
  color: #464B5d;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}

.top-notification {
  height: 40px;
  padding: 9px 50px;
  position: relative;
  text-align: center;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  transition: margin 0.5s;
}
.top-notification.hidden {
  margin-top: -40px;
}
.top-notification .close-bt {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

section.full-height {
  height: 100vh;
  margin-top: -116px;
}

.countdown .title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
.countdown .number {
  background: rgba(7, 7, 10, 0.7);
  border-radius: 13px;
  font-size: 56px;
  width: 104px;
  height: 104px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.countdown .number:not(:first-child) {
  margin-left: 30px;
}
.countdown .number:not(:first-child)::before {
  content: ":";
  font-size: 33px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -14px;
}

#jumbotron {
  height: 100vh;
  background-image: url("../images/jumbotron-hand.png");
  background-repeat: no-repeat;
  background-size: 600px auto;
  background-position: right center;
  display: flex;
  align-items: center;
}
#jumbotron > .wrapper {
  margin-top: -100px;
}
#jumbotron > .wrapper .h1 {
  font-size: 56px;
  letter-spacing: 1px;
}

section:not(#jumbotron):not(:last-of-type) {
  margin-bottom: 100px;
}

section.lead-paragraph {
  min-height: 0;
  font-size: 28px;
  line-height: 34px;
  height: auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.lead-paragraph p {
  max-width: 1050px;
}

#section-1 {
  background: url("../images/s1-bg.png") calc(100% - 60px) calc(50% + 60px) no-repeat;
  background-size: 620px auto;
  height: 500px;
}

#section-2 {
  height: 560px;
  overflow: hidden;
}
#section-2 .planets-bg {
  position: absolute;
  margin-top: -250px;
  z-index: 0;
  top: 50%;
  left: 10%;
  width: 500px;
  height: 500px;
}
#section-2 .planets-bg + div {
  z-index: 1;
  position: relative;
}
#section-2 .planets-bg div {
  width: 500px;
  height: 500px;
  border-radius: 500px;
  position: absolute;
  border: 1px solid white;
  opacity: 0.07;
}
#section-2 .planets-bg div:nth-child(3),
#section-2 .planets-bg div:nth-child(6) {
  border: 1px solid #fe5f01;
  opacity: 1;
}
#section-2 .planets-bg div:nth-child(3)::after,
#section-2 .planets-bg div:nth-child(6)::after {
  content: "";
  position: absolute;
  background: #fe5f01;
  border-radius: 10px;
  border: 1px solid #000;
}
#section-2 .planets-bg div:nth-child(1),
#section-2 .planets-bg div:nth-child(2) {
  border: 1px dashed white;
  opacity: 0.15;
  animation: spin 200s linear infinite;
}
#section-2 .planets-bg div:nth-child(2) {
  width: 440px;
  height: 440px;
  left: 30px;
  top: 30px;
  animation: spin 130s linear infinite;
}
#section-2 .planets-bg div:nth-child(3) {
  animation: spin 60s linear infinite;
  width: 380px;
  height: 380px;
  left: 60px;
  top: 60px;
  opacity: 0.8;
}
#section-2 .planets-bg div:nth-child(3)::after {
  top: 50px;
  right: 50px;
  width: 10px;
  height: 10px;
}
#section-2 .planets-bg div:nth-child(4) {
  width: 320px;
  height: 320px;
  left: 90px;
  top: 90px;
}
#section-2 .planets-bg div:nth-child(5) {
  width: 260px;
  height: 260px;
  left: 120px;
  top: 120px;
}
#section-2 .planets-bg div:nth-child(6) {
  animation: spin 30s linear infinite;
  width: 200px;
  height: 200px;
  left: 150px;
  top: 150px;
  opacity: 0.8;
}
#section-2 .planets-bg div:nth-child(6)::after {
  width: 8px;
  height: 8px;
  top: 24px;
  left: 24px;
}
#section-2 .planets-bg div:nth-child(7) {
  width: 140px;
  height: 140px;
  left: 180px;
  top: 180px;
}
#section-2 .planets-bg div:nth-child(8) {
  width: 80px;
  height: 80px;
  left: 210px;
  top: 210px;
}
#section-2 .main-paragraph > div {
  max-width: 500px;
}

#section-4 {
  background: url("../images/s4-bg.png") calc(100% - 100px) 50% no-repeat;
  background-size: 550px auto;
  height: 650px;
}

#section-5 {
  background: url("../images/s5-bg.png") calc(50% - 350px) calc(50% + 30px) no-repeat;
  background-size: 364px auto;
  height: 550px;
  margin-bottom: 100px;
}

#section-6 {
  margin-bottom: 60px;
  padding-bottom: 50px;
}

#section-contact {
  padding-bottom: 200px;
  background: url("../images/bg-planet.png") right 120px no-repeat;
  background-size: 1000px auto;
}

#section-userInfo {
  padding-bottom: 300px;
  background: url("../images/bg-moon.png") center bottom no-repeat;
  background-size: 1000px auto;
}

#section-login {
  background: url("../images/bg-login2.png") calc(100% + 70px) calc(50% + 90px) no-repeat;
}

#section-congratulations {
  background: url("/media/themachine/images/bg-planet.png") right 120px no-repeat;
  background-blend-mode: screen;
  background-size: 1000px auto;
}

#section-404 {
  background: url("../images/bg-space.jpg") right center no-repeat;
  background-size: cover;
}

#section-promos-header {
  background: url("../images/bg-promos.jpg") right center no-repeat;
}

form.main-form {
  max-width: 860px;
  font-size: 16px !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1281px) {
  #jumbotron > .wrapper {
    margin-top: -100px;
  }
  #jumbotron > .wrapper .h1 {
    font-size: 40px;
  }

  #section-1 {
    background-size: 40% auto;
    background-position: calc(100% - 60px) calc(50% + 30px);
  }

  #section-4 {
    background-size: 40% auto;
    background-position: calc(100% - 60px) 50%;
  }

  #section-5 {
    background-size: 30% auto;
    background-position: 10% calc(50% + 30px);
  }

  #section-6 .img-computer {
    width: calc(100% - 30px);
  }
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (max-width: 1025px) and (min-width: 768px) {
  .plan-cards {
    width: 100% !important;
  }
  .plan-cards .plan-card {
    width: 33.33% !important;
  }
  .plan-cards .plan-card .lead {
    font-size: 15px !important;
  }
  .plan-cards.plan-cards-big .plan-card {
    height: 375px;
  }
  .plan-cards.plan-cards-big .plan-card h4 {
    font-size: 18px;
  }
  .plan-cards.plan-cards-big .plan-card .text-muted {
    font-size: 15px;
    line-height: 23px;
    margin-top: 20px;
  }
  .plan-cards.plan-cards-big .plan-card .price {
    font-size: 44px;
  }

  #section-login {
    background: none;
  }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }

  .top-notification {
    height: 60px;
  }
  .top-notification.hidden {
    margin-top: -60px;
  }

  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }

  .main-nav .main-menu {
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  .main-nav .main-menu.visible {
    opacity: 1;
    pointer-events: all;
  }
  .main-nav .main-menu a:not(.close-menu-btn),
.main-nav .main-menu .title {
    font-size: 26px !important;
    color: #000 !important;
  }
  .main-nav .main-menu a:not(.close-menu-btn).contact-btn,
.main-nav .main-menu .title.contact-btn {
    background: none;
    border: none;
  }
  .main-nav .main-menu a:not(.close-menu-btn).contact-btn img,
.main-nav .main-menu .title.contact-btn img {
    display: none;
  }
  .main-nav .main-menu .title {
    color: #fe5f01 !important;
  }
  .main-nav .main-menu .close-menu-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 38px;
    right: 30px;
  }
  .main-nav .toggle-menu-btn {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 24px;
    height: 24px;
  }

  #jumbotron {
    max-height: 300px;
    background: none;
  }
  #jumbotron > .wrapper {
    margin-top: 100px;
  }

  section.lead-text {
    font-size: 20px;
  }

  section:not(#jumbotron) {
    padding-bottom: 40px;
  }

  #section-1,
#section-4,
#section-5 {
    background: none;
    height: auto;
  }

  #section-2 {
    height: auto;
  }
  #section-2 .main-paragraph {
    order: -1;
  }
  #section-2 .main-paragraph > div {
    max-width: 100%;
  }

  .plan-cards {
    width: 100% !important;
  }
  .plan-cards .plan-card {
    width: 100% !important;
  }

  #section-login {
    background: none;
  }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (max-width: 575px) {
  .btn.btn-big {
    font-size: 15px;
    padding: 0 20px;
  }
  #section-404 .display-4 {
    font-size: 35px;
  }
  #section-404 .lead {
    font-size: 1.2rem;
  }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

/*# sourceMappingURL=style.css.map */
