body {
  color: #18214D;
}
.text-primary,
a.text-primary,
a.text-primary:focus,
a.text-primary:hover {
  color: #213053!important;
}

.bg-primary {
  background: #ffeebd!important;
}

.text-secondary,
.text-secondary:focus,
.text-secondary:hover {
  color: #fbd162!important;
}

.bg-alpha {
  background-color: #7852e7!important;
}
.bg-alpha-dark {
  background-color: #5F2FE1!important;
}
.text-alpha {
  color: #5F2FE1;
}
.text-alpha-light {
  color: #A697C6;
}
.btn-beta, .btn-beta:focus {
  color: #5f2ee0;
  background-color: #FCD3C8;
  border-color: #FCD3C8;
}
.btn-beta:hover {
  color: #7347e0;
  background-color: #fcece8;
  border-color: #fcece8;
}
.bg-beta {
  background-color: #FCD3C8!important;
}
.bg-beta-light {
  background-color: #FFEEEF;
}
.text-beta {
  color: #965c4e;
}

.bg-secondary {
  background-color: #fbd162!important;
}
.bg-secondary-dark {
  background-color: #347c64!important;
}

.btn-outline-primary:hover {
  background-color: #eeeeff;
}

.btn-secondary {
  color: black;
  background-color: #fbd162;
  border-color: #fbd162;
}

.btn-secondary:focus {
  color: black;
  background-color: #fff;
}

.bg-secondary-light {
  background-color: #f7f7ee;
}
.bg-secondary-lightest {
  background-color: #f8fbfa;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "Mazzard H", "Helvetica Neue"
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
@media (max-width: 1400px) {
  h1 {
      font-size: 30px;
  }
}
.card img {
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
      display: inline!important;
  }
}
@media (max-width: 768px) {
  .visible-xs-inline {
      display: inline!important;
  }
}

.border-top-master {
  border-top: 1px solid rgb(222, 222, 222);
}
.border-bottom-master {
  border-bottom: 1px solid rgb(222, 222, 222);
}

.header.light {
  border-bottom: 1px solid #f0f0f0;
  background-color: white;
}

/* List checkbox */
ul.checkbox-list li {
  color: #1D263A;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 500;
}

ul.checkbox-list li i {
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 25px;
  border-radius: 50%;
  color: #1D263A;
  background: #D6EBE4;
}

.avatar-image {
  border-radius: 10px;
  max-width: 200px;
}

.carousel-control-prev, .carousel-control-next {
  background: transparent;
  border: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background: #cfe4dc;
  border-radius: 100px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.visually-hidden, .visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 0px !important;
  height: 0px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.header.light .menu>li>a:not(.btn) {
  opacity: 1;
}
.header .menu>li>.classic ul>li {
  padding: 0px;
}
.header .menu>li>.classic ul>li {
  padding: 5px 10px;
  margin: 0px;
}
.header .menu>li>.classic:before {
  width: 100%;
}
.burger-menu-position {
  top: 0px;
}
.input-rounded-white,
.input-rounded-white:-webkit-autofill {
  border-radius: 15px;
  background: #fff;
  border: none;
  padding: 25px;
  color: #000!important;
  font-weight: bold;
  font-size: 16px;
}
.input-rounded-master,
.input-rounded-master:-webkit-autofill {
  border-radius: 15px;
  background: #EFF2F6;
  border: none;
  padding: 20px;
  color: #000!important;
}
.form-control[readonly] {
  background-color: #00000020;
  color: rgba(98,98,98,0.6);
}
.btn-border-bottom {
  border: none;
  background: none;
  border-bottom: 12px solid #f7bd66;
  line-height: 0.3;
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
.btn-border-bottom.border-default {
  border-bottom: 12px solid #b9b9b9;
}
.btn-border-bottom:hover {
  border-bottom: 12px solid #6AB99F;
}
.form-group-default {
  border-radius: 12px;
}
.rounded-icon {
  width: 35px;
  height: 35px;
  padding: 10px;
  background:#D7DBE1;
  border-radius: 100px;
  color: #18214D;
}
section.spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}
.rounded-lg {
  border-radius: 15px;
}
.rounded-md {
  border-radius: 10px;
}
.panel-group .panel-heading {
  padding: 20px 20px 7px;
}
.panel.panel-default {
  border: 1px solid rgba(0,0,0,.07);
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.panel-group .panel-heading .panel-title>a.collapsed:after {
  content: "\f067";
}
.panel-group .panel-heading .panel-title>a:after {
  content: "\f00d";
}
.panel .panel-heading .panel-title {
  text-transform: inherit;
}
.panel-group .panel-heading .panel-title>a {
  font-size: 16px;
}
table td, table th {
  vertical-align: top;
}
/* Cookie consent */
.cookie-consent {
  background: #fbd3c8;
  width: 100%;
}
.cookie-consent__agree {
  background: #5f2ee0;
  color: white!important;
  font-weight: bold;
  margin-left: 15px;
}
.grecaptcha-badge { 
  visibility: hidden!important;
}