@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,900&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,400;0,600;0,800;1,400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");

.cbd-page .rush-btn {
  background: linear-gradient(180deg, #fcda06 0, #ffb506 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  text-align: center;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  display: block;
  border-radius: 12px;
  letter-spacing: 0.02em;
  font-size: 18px;
  font-weight: 800;
  float: right;
  transition: all 0.5s;
  min-width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.cbd-page .red-rush-btn {
  color: #fff;
  background-color: #ee3c06;
  border: 1px solid #d04008;
  width: 250px;
  max-width: 100%;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 15px 10px;
  margin: 0 auto;
  border-radius: 10px;
  position: fixed;
  bottom: 2%;
  left: 0;
  right: 0;
  z-index: 9;
}

.cbd-page .home-btn {
  background: linear-gradient(180deg, #fcda06 0, #ffb506 100%);
  opacity: 80%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  text-align: center;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  display: block;
  border-radius: 12px;
  letter-spacing: 0.02em;
  font-size: 18px;
  font-weight: 800;
  transition: all 0.5s;
  min-width: 70%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.cbd-page .home-btn:hover {
  background: linear-gradient(180deg, #fcda06 0, #ffb506 100%);
  opacity: 100%;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.cbd-page .home-btn:active {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  background: #ffcf1c;
}

h1,
.text-90 {
  font-size: 90px;
}

h2,
.text-55 {
  font-size: 55px;
}

h3,
.text-36 {
  font-size: 36px;
}

.text-24 {
  font-size: 24px;
}

h5,
.text-17 {
  font-size: 17px;
}

h6,
.text-14 {
  font-size: 14px;
}

.text-12 {
  font-size: 12px;
}

.text-48 {
  font-size: 48px;
}

.text-46 {
  font-size: 46px;
}

.text-36 {
  font-size: 36px;
}

.text-24 {
  font-size: 24px;
}

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

.text-18 {
  font-size: 18px;
}

.text-16 {
  font-size: 16px;
}

.weight-9 {
  font-weight: 900;
}

.weight-8 {
  font-weight: 800;
}

.weight-7 {
  font-weight: 700;
}

.weight-6 {
  font-weight: 600;
}

.weight-5 {
  font-weight: 500;
}

.weight-4 {
  font-weight: 400;
}

.weight-3 {
  font-weight: 300;
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

.cbd-page .step-body .steps .orange-form {
  color: #f76d15;
}

.cbd-page .green-font {
  color: #03a800;
}

.cbd-page #lead-form .form-input {
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #989898;
  border-radius: 8px;
  color: #000;
  display: block;
  margin: 0 0 1rem;
  padding: 0.5rem 0.5rem;
  padding-right: 20px;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  line-height: normal;
}

.cbd-page #lead-form .form-input:focus {
  outline: #ffbd20 1px solid;
  border: 1px solid #ffbd20;
}

.cbd-page #lead-form .discount-wrapper {
  -webkit-text-fill-color: #04c500 !important;
  border: 2px solid #04c500 !important;
  color: #04c500 !important;
  font-weight: 700;
  opacity: 1 !important;
  display: block;
  margin: 0 0 1.2rem !important;
  padding: 0.5rem;
  padding-right: 20px;
  height: 2.4375rem;
  width: 100%;
  border-radius: 8px;
  line-height: normal;
}

.body-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 1280px) {
  .body-width {
    max-width: 100%;
  }
}

.cbd-header .fixed-header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
}

.cbd-header .verified-img {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  height: 112px;
  width: 112px;
}

.cbd-header .header-warning {
  background-color: #fff;
  padding: 4px 0px;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-top: 0px;
  width: 100%;
}

.cbd-header .header-warning .danger-red {
  color: red;
}

@media (max-width: 768px) {
  .cbd-header .header-warning {
    font-size: 12px;
    padding: 10px 10px;
  }
}

.cbd-header .header-main {
  background: linear-gradient(180deg, #7db640 0, #50a245 23.9%, #109447 40.81%, #0f9347 54.69%, #0f9347 75.52%, #17974e 100%);
  box-shadow: 0 4px 10px rgba(20, 149, 75, 0.25);
  width: 100%;
  height: 90px;
  position: relative;
}

@media (max-width: 768px) {
  .cbd-header .header-main {
    max-height: 70px;
    height: 70px;
  }
}

.cbd-header .header-main .col-height {
  max-height: 90px;
  height: 90px;
}

@media (max-width: 768px) {
  .cbd-header .header-main .col-height {
    max-height: 70px;
    height: 70px;
  }
}

.cbd-header .header-main .calms-logo img {
  margin-top: 15px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .cbd-header .header-main .calms-logo img {
    margin-top: 5px;
    max-height: 60px;
    height: 60px;
  }
}

.footer {
  padding-bottom: 50px;
}

.footer p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

.footer .terms-links {
  text-align: center;
}

.footer .terms-links li {
  display: inline-block;
}

.footer .terms-links li a {
  color: #a2d408 !important;
  font-size: 0.75rem;
  text-decoration: none;
}

.modal,
.modal a {
  color: #ffffff;
  text-decoration: none;
}

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

.fade {
  transition: opacity 0.15s linear;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem auto;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-content {
  background-color: transparent;
  border: none;
}

.modal a.close_btn {
  color: #cccccc !important;
  text-transform: uppercase !important;
  margin-top: 20px;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-body {
  background-color: white;
  padding: 40px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.modal-body .back_drop {
  background-image: url(/images/modal_bg.svg);
  background-size: cover;
  background-color: #000000;
}

.modal .back_drop h2 {
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.modal .back_drop h2 {
  color: #ffd900;
}

.modal .back_drop h1 {
  font-size: 80px;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.modal .back_drop h1 {
  color: #a2d408;
}

.modal .back_drop h2 {
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.modal .back_drop h2 {
  color: #ffd900;
}

.modal .back_drop p {
  font-size: 25px;
  color: #ffffff;
  line-height: 28px;
  padding-top: 15px;
}

.popup-modal {
  background: rgba(0, 0, 0, 0.4);
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.popup-content {
  border-radius: 10px;
  background: white;
  padding: 25px;
  color: #222;
  max-width: 800px;
  min-width: 500px;
  margin: 10px auto;
  position: relative;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
}

@media (max-width: 1024px) {
  .popup-content {
    min-width: unset;
    margin: 0px 10px;
  }
}

h1,
h2,
h3,
h4,
p,
ul {
  margin-bottom: 15px;
}

body,
p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #212529;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}