@import url("https://use.typekit.net/laa5sqv.css");

.bodyTop {
  padding-top: 55px;
}
@media (min-width: 768px) {
  .bodyTop {
    padding-top: 65px;
  }
}
.navbar.navLight.navPinned,
.navbar.navDark {
  background: #FFF;
  box-shadow: 0 3px 6px rgb(0 0 0 / 24%);
  padding: 10px 1rem;
}
.navbar.navLight .nav-link {
  color: #FFF
}
.navbar.navLight.navPinned .nav-link,
.navbar.navDark .nav-link {
  color: #000;
}
.navbar.navLight.navPinned .logoFull {
  opacity: 1;
  transition: .5s;
}
.navbar.navLight.navPinned .logoWhite {
  opacity: 1;
  transition: .5s;
}
.navbar.navDark .nav-register svg path,
.navbar.navLight.navPinned .nav-register svg path {
  fill: #4cb15b;
  transition: .5s;
}
.navbar.navDark .nav-register a,
.navbar.navLight.navPinned .nav-register a {
  color: #4cb15b
}
.nav-register {
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .nav-register {
    margin-left: 25px;
  }
}

.navbar-expand-lg .navbar-nav .nav-register .nav-link {
  padding-right: 0;
}
.nav-register svg {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.logoFull {
  opacity: 1;
  max-width: 100px;
}
.logoFull img {
  width: 100px;
}
.logoWhite {
  background: url(/../img/MANTRA-colour-logo.svg) no-repeat center / contain; 
  height: 22px;
  width: 100px;
/*  height: 25px;
  width: 115px;*/
  position: absolute;
  top: 12px;
  left: 15px;
  opacity: 0;
}
.nav-twitter {
  padding: 0.5rem 0;
}
.nav-twitter a {
  border: none;
}
.nav-insta {
  padding: 0.5rem 0;
}
.nav-insta a {
  border: none;
}
.navbar-brand img {
  width: 100px;
  margin-top: -7px;
}
@media (min-width: 768px) {
  .logoWhite {
    top: 12px;
    left: 15px;
    width: 100px;
  }
  .logoFull {
    max-width: none
  }
  .navbar-brand img {
    width: 150px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .logoWhite {
    /*left: 0px;*/
    height: 32px;
    width: 125px;
  }
  .logoFull img {
    width: 150px;
  }
}

.mobileNavModal .modal-content {
  border: none;
  border-radius: 0;
  background: #4bb15c;
  height: 100vh;
}
.mobileNavModal .mobileLinks {
  padding: 20px 20px;
}
.mobileNavModal .mobileLinks li {
  padding: 10px 0;
}
.mobileNavModal .mobileLinks a {
  text-decoration: none;
  font-size: 22px;
  padding: 15px 0;
  font-weight: 500;
  color: #FFF !important;
}
.mobileNavModal .mobileLinks svg {
  margin-top: -4px;
  margin-right: 10px;
}
.mobileNavModal .mobileLinks svg path {
  fill: #fff !important;
}

@media (max-width: 991.98px) {
  .navbar.navDark {
    background: #FFF !important;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 6px !important;
  }
  body.bodyTopSm {
    margin-top: 60px
  }
  section.noPaddingTopSm {
    padding-top: 0
  }
}


section {
  padding: 50px 0;
  position: relative;
}
section.d-padding {
  padding: 100px 0;
}
section.l-padding {
  padding: 35px 0 65px;
}
section.l-padding-top {
  padding-top: 25px;
}
section.d-padding-bottom {
  padding: 45px 0 65px 0;
}
section.padding-bottom-125 {
  padding: 45px 0 65px 0;
}
@media (min-width: 992px) {
  section {
    padding: 100px 0;
  }
  section.d-padding {
    padding: 175px 0;
  }
  section.l-padding {
    padding: 60px 0 125px;
  }
  section.d-padding-bottom {
    padding: 100px 0 175px 0;
  }
  section.l-padding-top {
    padding-top: 60px;
  }
  section.padding-bottom-125 {
    padding: 45px 0 125px 0;
  }
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 15px;
}
.mt35 {
  margin-top: 25px;
}
.mt50 {
  margin-top: 35px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb35-sm {
  margin-bottom: 35px;
}
.size20 {
  font-size: 16px;
}
.size24 {
  font-size: 18px;
}
.green {
  color: #008830;
}
@media (min-width: 992px) {
  .mt25 {
    margin-top: 25px;
  }
  .mt35 {
    margin-top: 35px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mb35-sm {
    margin-bottom: 0px;
  }
  .size20 {
    font-size: 20px;
  }
  .size24 {
    font-size: 24px;
  }
}
.header {
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 540px;
  overflow: hidden;
  background-color: #ebebeb;
}
.header video {
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
/*	z-index: -1000; */
	overflow: hidden;
  mix-blend-mode: multiply;
}


.headerHeading {
  position: absolute;
  margin: 0 auto;
  top: 58%;
  transform: translateY(-55%);
  left: 0;
  text-align: center;
  right: 0;
  max-width: 875px;
  margin: 0 auto;
  color: #FFF;
  padding: 0 15px;
}
.headerOverlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: rgb(215 215 215);
  width: 100%;
}
.headerTitle {
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
}
.headerHeading p:not(.headerTitle) {
  /*padding: 0 15px;*/
  font-size: 17px;
}
.header.slimHeader {
  min-height: 480px;
}
@media (min-width: 768px) {
  .header {
    min-height: 650px;
  }
  .headerHeading {
    top: 50%;
    transform: translateY(-50%);
  }
  .headerHeading p:not(.headerTitle) {
    font-size: 18px;
    margin-bottom: 1.4rem;
  }
  .header.slimHeader {
    min-height: 460px;
  }
}
@media (min-width: 992px) {
  .headerHeading p:not(.headerTitle) {
    font-size: 20px;
  }
  .header.slimHeader {
    min-height: 540px;
  }
}
@media (min-width: 1200px) {
  .headerHeading p:not(.headerTitle) {
    font-size: 24px;
  }
  .headerHeading.headerHeading20 p:not(.headerTitle) {
    font-size: 20px;
  }
  .header {
    min-height: 700px;
  }
  .header.slimHeader {
    min-height: 570px;
  }
}
@media (min-width: 1350px) {
  .header {
    min-height: 810px;
  }
  .headerHeading p:not(.headerTitle) {
    font-size: 24px;
  }
  .headerHeading.headerHeading20 p:not(.headerTitle) {
    font-size: 20px;
  }
  .header.slimHeader {
    min-height: 570px;
  }
}
.sectionWrapper-top {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}
.sectionWrapper-bottom {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
@media (min-width: 820px) {
  .sectionWrapper-top {
    top: 0;
  }
  .sectionWrapper-bottom {
    bottom: 0;
  }
}

.homeIntro {
/*  background: url('/../img/virtuous-flower.jpg') no-repeat;
  background-size: 50%;
  background-position: 95% 50%;*/
}

.registerBlock {
  background: url('/../img/content/mantra-green-background.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
}
@media (min-width: 768px) {
  .homeIntro {
    background: url('/../img/virtuous-flower.jpg') no-repeat;
    background-size: 50%;
    background-position: 95% 50%;
  }
}
@media (min-width: 1200px) {
  .homeIntro {
    background-size: 46%;
    background-position: 90% 50%;
  }
}
@media (min-width: 1800px) {
  .homeIntro {
    background-size: 800px;
  }
}

.light {
  background: #F5F1E9;
}

/*About*/
.testimonial {
  max-width: 700px;
  margin: 0 auto;
}
.testimonial p.quote {
  color: #00B550;
  font-size: 30px;
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .testimonial p.quote {
    font-size: 42px;
    line-height: 1.4;
  }
}


/* News block */
.blockWrap {
  margin-bottom: 15px;
}
.block {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 6px;
}
.block .blockImage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 115px;
  border-top-right-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
}
.block .blockBody {
  padding: 15px;
  margin-left: 115px;
  line-height: 1.3;
  font-size: 15px;
  background: #FFF;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.block .blockTitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.block .blockBody p {
  margin-bottom: 0;
  font-size: 15px;
}
.blockBody a {
  color: #000;
  font-weight: 600;
}
.playBtn {
  width: 72px;
  height: 50px;
  background: url('/../img/icons/play.svg') no-repeat center / contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .blockWrap {
    margin-bottom: 30px;
  }
  .block .blockImage {
    width: 100%;
    position: relative;
    height: 240px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .block .blockBody {
    margin-left: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.resourceBody {
  padding: 25px 0 60px 0;
}
.resourceShare {
  margin-top: 50px;
}
.resourceShare .h3 {
  margin-bottom: 15px;
}
.at-style-responsive .at-share-btn, .emailIcon {
  margin: 0px 10px 0 !important;
}
@media (min-width: 768px) {
  .at-style-responsive .at-share-btn, .emailIcon {
    margin: 15px 7px 0 !important;
  }
  .resourceShare .h3 {
    margin-bottom: 5px;
  }
}
.moreResources {
  padding: 60px 0 125px;
}
.moreSlider {
  margin-top: 35px;
  margin-bottom: 15px;
}

.moreSlider .slick-slide {
  padding: 10px 0;
  margin: 0 10px;
}
.moreSlider .slick-list {
  margin: 0 -10px;
}

@media (min-width: 768px) {
  .resourceBody {
    padding: 25px 0 135px 0;
  }
  .moreSlider {
    margin-bottom: 35px;
  }

}

/*About*/
.aboutHeader {
  background: url('/../img/content/mantra-orange-background.jpg') no-repeat center / cover;
}
/*Workbook*/
.header.slimHeader.workbookHeader {
  background: url('/../img/content/mantra-blue-background.jpg') no-repeat center / cover;
  min-height: 360px;
}
.header.slimHeader.trainingHeader {
  background: url('/../img/content/mantra-green-background.jpg') no-repeat center / cover;
  min-height: 290px;
}
.header.slimHeader.onlineTrainingHeader {
  background: url('/../img/content/mantra-green-background.jpg') no-repeat center / cover;
}
.mantraBook {
  margin: 25px 0;
  max-width: 1050px;
}
@media (min-width: 992px) {
  .header.slimHeader.workbookHeader {
    min-height: 460px;
  }
  .mantraBook {
    margin: 15px auto;
  }
}
.text-wrap {
  max-width: 750px;
  margin: 0 auto;
}
.contentIntro {
  font-size: 20px;
  color: #F7422A;
  font-weight: 400;
}
.backWrap {
  margin-top: 20px;
  padding: 0 15px
}
.btn-back.btn {
  width: 75px;
  font-size: 12px;
  border-radius: 30px;
  min-width: auto;
  padding: 2px 3px 5px;
}
.bodyFormat {
  font-size: 18px;
  font-family: "sofia-pro", sans-serif !important;
  line-height: 1.4 !important;
  margin: 15px auto 0;
  max-width: 675px;
}
@media (min-width: 768px) {
  .backWrap {
    margin-top: 20px;
    padding: 0 25px
  }
  .btn-back.btn {
    font-size: 13px;
    padding: 3px 5px 6px;
  }
  .contentIntro {
    font-size: 24px;
  }
  .bodyFormat {
    margin: 35px auto 0;
  }
  .text-wrap p {
    margin-bottom: 1.4rem;
  }
}
/*Contact*/
.contactBlock {
  padding: 45px 0 65px 0;
}
.contactBlock .h2 {
  margin-bottom: 5px;
}
.contactBlock img {
  max-width: 150px;
  margin-bottom: 15px;
}
.form-control#who {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-color: #FDEBA1;
  background-image: url(/../img/icons/select-arrow.svg);
  background-position: 95% 60%;
  background-repeat: no-repeat;
  color: #000;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: none;
  margin-bottom: 20px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  font-size: 20px;
  border: 1px solid #000;
  padding: 0px 20px;
  border-radius: 30px;
  height: 55px;
  max-width: 470px;
  margin: 45px auto 0;
}
.helpOptions {
  margin-top: 50px;
}
.helpOptions li {
  color: #FD6249;
  margin-bottom: 10px;
}
.helpOptions li span {
  color:#000;
}
.helpOptions a,
.helpOptions a:hover {
  font-weight: 400;
  color: #FD6249;
  text-decoration: underline;
}
.helpOptions li a,
.helpOptions li a:hover {
  color: #000;
}
@media (min-width: 768px) {
  .contactBlock {
    padding: 60px 0 100px 0;
  }
  .contactBlock .h2 {
    margin-bottom: 25px;
  }
  .contactBlock img {
    max-width: 200px;
  }
}
.contactHeader {
  background: url('/../img/content/mantra-green-background.jpg') no-repeat center / cover;
  min-height: 460px;
}
.aboutHeader h1,
.contactHeader h1 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contactHeader {
    min-height: 540px;
  }
  .aboutHeader h1,
  .contactHeader h1 {
    margin-bottom: 35px;
  }
}
/*Resources*/
.resourceFilters {
  margin-top: 0px;
}
.resourceFilters span.title {
  font-size: 20px;
  font-weight: 400;
  margin-right: 15px;
  line-height: 3.5;
  float: left;
}
.resourceFilters .checkbox_search {
  padding: 5px 13px 8px;
  border: 1px solid #000;
  font-size: 14px;
  border-radius: 25px;
  margin: 0 7px 5px 0;
  transition: .2s all;
}
.resourceFilters .checkbox_search:hover,
.resourceFilters .checkbox_search.active {
  color: #000;
  background-color: #FDEBA1;
}
@media (min-width: 600px) {
  .resourceFilters {
    margin-top: 35px;
  }
  .resourceFilters span.title {
    font-size: 26px;
    margin-right: 25px;
    line-height: 1;
  }
  .resourceFilters a {
    padding: 5px 23px 8px;
    font-size: 15px;
    margin: 0 7px 5px;
  }
}
.checkbox_search {
  overflow: auto;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.checkbox_search label {
  margin-bottom: 0;
  cursor: pointer;
}
.checkbox_search label span {
  text-align: center;
  display: block;
  cursor: pointer;
}
.checkbox_search label span:after {
  display: inline-block;
  height: 8px;
  margin-left: 7px;
  content: "";
  background: url(/../img/icons/add.svg) no-repeat center / contain;
  width: 8px;
}
.checkbox_search label input {
  position:absolute;
  top:-20px;
}
.checkbox_search input:hover + span {
  background-color: #FDEBA1;
}
.checkbox_search input:checked + span {
  background-color: #FDEBA1;
  color: #000;
}
.checkbox_search input:checked:hover + span {
  background-color: #FDEBA1;
  color: #000;
}
.checkbox_search.active span:after {
  background: url(/../img/icons/remove.svg) no-repeat center / contain;
}
/*Register*/
.error-message {
  color: red;
  opacity: 1 !important;
  font-size: 16px !important;
  margin: 10px 0px;
}
.formWrapper {
  max-width: 470px;
  margin: 50px auto 0;
}
.has-float-label input,
.has-float-label textarea {
  padding-left: 15px;
  font-size: 18px;
}
.has-float-label {
  display: block;
  position: relative;
  margin: 30px 0 20px 0;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 15px;
  top: -22px;
  cursor: text;
  font-size: 13px;
  opacity: 1;
  transition: all .2s;
}
.has-float-label label.when-label {
  left: 45px;
}
.has-float-label input::placeholder,
.has-float-label textarea::placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label input:placeholder-shown:not(:focus)::placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus) + *,
.has-float-label textarea:placeholder-shown:not(:focus) + * {
  font-size: 18px;
  opacity: .5;
  top: .25em;
  width: 100%;
  text-align: left;
  pointer-events: none;
}
.has-float-label input,
.has-float-label input:focus,
.has-float-label textarea,
.has-float-label textarea:focus {
  outline: none!important;
}
.privacy h3 {
  margin: 25px 0 10px;
}
/*Login*/
.login {
  max-width: 430px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 25px 25px 20px;
}
.login h1 {
  font-size: 40px;
  margin-bottom: 15px;
} 
.login .btn {
  margin-top: 15px;
}

footer {
  padding: 75px 0 25px;
  font-size: 16px;
  position: relative;
  margin-top: 35px;
}
footer .footerLogos {
  margin: 50px 0 35px 0;
}
footer .footerLogos img {
  mix-blend-mode: multiply;
  margin: 0 15px 0;
}
footer .footerLogos img:first-child {
  display: block;
  margin: 0 auto 25px;
}
footer .footerLinks a {
  color: #000;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}
footer .twitter {
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
}
footer .twitter:before {
  position: absolute;
  left: 0px;
  display: inline-block;
  content: "";
  width: 24px;
  height: 20px;
  top: 3px;
  background: transparent url('/../img/footer/twitter.svg') no-repeat;
}
footer .register {
  max-width: 155px;
  position: relative;
  padding-left: 30px;
}
footer .register:before {
  position: absolute;
  left: 0px;
  display: inline-block;
  content: "";
  width: 24px;
  height: 20px;
  top: 3px;
  background: transparent url('/../img/footer/register.svg') no-repeat;
}
footer .copyright {
  font-size: 14px;
  font-weight: 300;
}
footer .copyright a {
  color: #000;
  text-decoration: underline;
}
footer .copyright p {
  margin-bottom: 15px;
}
footer .copyright span {
  padding-left: 0;
  padding-right: 15px;
  padding-top: 15px;
  display: inline-block;
}
@media (min-width: 576px) {
  footer .copyright span {
    padding-left: 15px;
    padding-top: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  footer .footerLogos img:first-child {
    display: inline-block;
    margin: 0 35px 0 0;
  }
}
@media (min-width: 992px) {
  footer {
    margin-top: 0;
    padding: 150px 0 35px;
  }

  footer .footerLogos img {
    margin: 0 35px 0 0;
    display: inline-block;
  }
  footer .register {
    float: right;
  }
  footer .copyright p {
    margin-bottom: 7px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden !important;
}
@-ms-viewport {
  width: device-width;
}
footer, header, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.4;
  color: #000;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden !important;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 20px;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
ol.text-list li,
ul.text-list li {
  margin-bottom: 1rem;
}
ol.text-list,
ul.text-list {
  margin-top: 20px;
}
ol.text-list li {
  font-weight: 600;
}
ol.text-list li span {
  font-weight: 300;
}
b,
strong {
  font-weight: 600;
}
.semi {
  font-weight: 400;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a.white,
a.white:hover {
  color: #FFF;
}
a.pink,
a.pink:hover {
  color: #F7422A;
}
a.text-underline,
a.text-underline:hover {
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  /*outline: 5px auto -webkit-focus-ring-color;*/
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 25px;
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  line-height: 1.4;
  color: inherit;
}
h1, .h1 {
  font-size: 40px;
  line-height: 1.05;
  margin-bottom: 15px;
}
h2, .h2 {
  font-size: 30px;
  line-height: 1.25;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 60px;
    margin-bottom: 25px;
  }
  h2, .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 70px;
  }
  h2, .h2 {
    font-size: 42px;
    margin-bottom: 25px;
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container, .container-sm, .container-register, .container-md, .container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-lg {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container, .container-lg {
    max-width: 100%;
  }
  .container-sm {
    max-width: 685px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg {
    max-width: 98%;
  }
  .container-register {
    max-width: 770px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg {
    max-width: 98%;
  }
  .container-md {
    max-width: 1015px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1260px;
  }
  .container-lg {
    max-width: 1340px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .l-gutters {
    margin-right: -25px;
    margin-left: -25px;
  }
  .l-gutters > .col,
  .l-gutters > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #6A6A6A;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #707070;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #6A6A6A;
  background-color: #fff;
  border-color: #707070;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.was-validated .form-control:valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback {
  display: block;
}
.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.3;
  min-width: 160px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .btn {
    font-size: 18px;
    padding: 14px 28px;
    min-width: 180px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #000;
  background-color: #FDEBA1;
  border-color: #000;
}
.btn-primary:hover {
  color: #000;
  background-color: #FAD953;
  border-color: #000;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-primary {
  color: #FFF;
  background-color: transparent;
  background-image: none;
  border-color: #FFF;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  height: 8px;
  margin-left: 3px;
  content: "";
  background: url(/../img/icons/dropdown.svg) no-repeat center / contain;
  width: 11px;
}
.navbar.navDark .dropdown-toggle::after,
.navbar.navDark.navPinned .dropdown-toggle::after,
.navbar.navLight.navPinned .dropdown-toggle::after {
  background: url(/../img/icons/dropdown-dark.svg) no-repeat center / contain;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: -1px 0px 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 6px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 15px;
  clear: both;
  font-weight: 400;
  color: #000 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #000;
  text-decoration: none;
  background-color: #F5F1E9;
}
.dropdown-menu.show {
  display: block;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-append .btn + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: 400;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  width: 100%;
  background: transparent;
  transition: .2s all;
  z-index: 100;
}
@media (min-width: 768px) {
  .navbar {
    padding: 1.25rem 1rem;
  }
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar.navDark.navPinned .navbar-toggler-icon,
.navbar.navLight.navPinned .navbar-toggler-icon,
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2829, 29, 90, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar.navLight .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 20px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header img {
  max-width: 100px;
}
.modal-header .close {
  padding: .6rem 0;
  margin: -1rem 0 -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
    margin: 0 auto;
    height: 90vh;
    top: 5%;
  }
}
.border {
  border: 1px solid #dee2e6 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-auto {
  margin: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-italic {
  font-style: italic !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}