@import url(https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/* normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
html {
  font-family: sans-serif /* 1 */;
  -ms-text-size-adjust: 100% /* 2 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block /* 1 */;
  vertical-align: baseline /* 2 */;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit /* 1 */;
  font: inherit /* 2 */;
  margin: 0 /* 3 */;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button /* 2 */;
  cursor: pointer /* 3 */;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0 /* 1 */;
  padding: 0 /* 2 */;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
#wpadminbar {
  display: none;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Titillium Web', sans-serif;
  margin: 0 !important;
}
p a {
  color: #4d34d0 !important;
  transition: all 0.2s linear !important;
  text-decoration: underline;
}
p a:hover {
  color: #cac2f1 !important;
  transition: all 0.2s linear;
}
.page-content {
  width: calc(100% - 160px);
  padding: 40px 210px 40px 230px;
}
@media screen and (max-width: 1024px) {
  .page-content {
    width: 100%;
    padding: 15px;
  }
}
.page-content .page-title {
  font-size: 32px;
  font-weight: 400;
}
.btn--rounded {
  margin-bottom: 0 !important;
}
.btn--rounded a {
  font-family: 'Poppins', sans-serif;
  padding: 9px 16px;
  box-shadow: 0px 4px 6px rgba(89,82,255,0.15);
  border-radius: 20px;
  border: 1px solid #aea3e9;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s linear;
}
.btn--rounded a:hover {
  transition: all 0.2s linear;
  transform: scale(1.1);
}
.flex-align-center .uagb-column__inner-wrap {
  display: flex;
  align-items: center;
}
.siteWrap {
  overflow: hidden;
}
.entry-title {
  text-align: center;
}
.title-underline {
  display: inline;
  border-bottom: 1px solid #808080;
}
.lessons-links-wrap .wp-block-group__inner-container {
  display: flex;
}
.lessons-links-wrap p.no-top-margin {
  display: inline-block;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.lessons-links {
  width: 50%;
}
.lessons-links a {
  text-align: left;
  padding: 0 7px;
}
.no-margin {
  margin: 0;
}
.no-top-margin {
  margin-top: 0;
}
.no-bottom-margin {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
.menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
.menu a {
  padding: 5 pxr 10 pxr;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s linear;
}
.secondMenu a {
  background-color: #ff3030;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  border: 2px solid #ff3030;
  margin-left: 20 pxr;
}
.secondMenu a:hover {
  background-color: #fff;
  color: #ff3030;
}
.redBtn {
  color: #ff3030;
  border-radius: 0.25rem;
  padding: 15 pxr 24 pxr;
  font-size: 18 pxr;
  border: 1px solid #ff3030;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: bold;
}
.redBtn:hover {
  color: #fff;
  background-color: #ff3030;
}
.siteTitle {
  font-size: 32 pxr;
  color: #423f42;
  text-align: center;
  font-weight: 600;
  padding: 70 pxr 0 pxr;
}
.-sr-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.-sr-list ul li {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16 pxr;
  line-height: 26 pxr;
  color: #423f42;
  margin-bottom: 10 pxr;
}
.-sr-list ul li:before {
  display: inline-block;
  margin: 0 10 pxr;
  content: '';
  width: 15 pxr;
  height: 15 pxr;
  color: #ff3030;
  background-image: url("/wp-content/themes/pure-framework/check.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.--regular {
  font-size: 18 pxr !important;
}
.top-menu-block {
  border: 1px solid #c0d2d6;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .top-menu-block {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-menu-block .uagb-icon-list__wrap {
    flex-direction: row !important;
  }
}
.top-menu-block .wp-block-uagb-icon-list {
  padding-top: 10px;
}
.top-menu-block .wp-block-uagb-icon-list .wp-block-uagb-icon-list-child:hover a {
  transition: all 0.2s linear;
  transform: scale(1.1) !important;
}
.top-menu-block .uagb-columns__inner-wrap,
.top-menu-block .uagb-column__inner-wrap,
.top-menu-block .uagb-columns__wrap {
  height: 100%;
}
.modalWindow {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}
.modal-content {
  background-color: #0b263a;
  width: 100%;
  height: auto; /* Could be more or less, depending on screen size */
}
.close {
  color: #f4f5f7;
  font-size: 40px;
  transition: all 0.2s linear;
  position: absolute;
  right: 65px;
  top: 20px;
  z-index: 200000;
}
.close:hover,
.close:focus {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s linear;
}
iframe {
  border: 0;
  width: 100%;
}
.vimeo-wrapper {
  display: none;
  padding-bottom: 60%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200000;
}
.vimeo-wrapper iframe {
  width: 100% !important;
  height: 100vh !important;
  position: absolute;
  top: 0;
  left: 0;
}
.charts_section {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 768px) {
  .charts_section {
    padding-top: 100px;
  }
}
.charts_section .chart_tooltip {
  opacity: 0;
  transition: opacity 0.5s ease;
  background-color: #e2e6ef;
  padding: 10px 12px;
  border: 1px solid rgba(11,38,58,0.15);
  box-shadow: 0px 0px 22px rgba(0,0,0,0.5);
  width: 374px;
  height: auto;
  position: absolute;
  top: -20px;
  right: -380px;
  z-index: 10;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #0b263a;
}
.charts_section .chart_tooltip p {
  margin-top: 0;
}
.charts_section .chart_tooltip ul {
  margin: 0;
  padding-left: 20px;
}
.charts_section .chart_block {
  border-radius: 4.25333px;
  box-shadow: 0px 6.38px 19.14px rgba(0,0,0,0.06);
}
.charts_section .chart_block.hovered .chart_tooltip {
  opacity: 1;
  visibility: visible;
}
.charts_section .chart_title-wrap {
  padding: 16px;
  border-bottom: 1px solid #ebeff2;
}
.charts_section .chart_title-wrap .wp-block-group__inner-container {
  position: relative;
  display: inline-block;
}
.charts_section .chart_img {
  padding: 0 16px 16px 16px;
}
.charts_section .chart_sub-title {
  display: inline-block;
  position: relative;
  color: #6d7d89;
}
.charts_section .chart_sub-title:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: inline-block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #6d7d89;
}
.charts_section .chart_title {
  margin: 0;
  position: relative;
  display: inline-block;
}
.charts_section .chart_info_icon {
  display: inline-block;
  margin: 0 10 pxr;
  position: relative;
  background-image: url("/wp-content/themes/pure-framework/img/chart_info.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15 pxr;
  height: 15 pxr;
}
.charts_section figure {
  margin: -20px;
  position: relative;
}
.charts_section .uagb-column__inner-wrap {
  z-index: auto;
}
.charts_section__left {
  overflow: inherit;
}
.charts_section__left .uagb-column__wrap {
  overflow: inherit;
}
.charts_section__left .uagb-column__inner-wrap {
  z-index: auto;
  padding-top: 0 !important;
}
.charts_section__left figure {
  margin-top: -10px;
}
.charts_section__right {
  background-color: #fff;
  border-radius: 4.25333px;
  max-height: 724px;
  box-shadow: 0px 6.38px 19.14px rgba(0,0,0,0.06);
}
@media screen and (max-width: 768px) {
  .charts_section__right {
    background-color: transparent;
    box-shadow: none;
  }
}
.charts_section__right .chart_block {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .charts_section__right .chart_block {
    background-color: #fff;
    box-shadow: 0px 6.38px 19.14px rgba(0,0,0,0.06);
  }
}
.charts_section__right .uagb-column__inner-wrap {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .charts_section__right .uagb-column__inner-wrap {
    padding: 20px !important;
  }
}
.charts_section__right .chart_info_icon {
  display: none;
}
body.logged-in .classes-wrap .uagb-section__inner-wrap {
  z-index: 20000000;
}
body.logged-in .classes-wrap .wp-block-uagb-section:first-of-type .uagb-section__inner-wrap {
  z-index: 20000001;
}
.classes-wrap {
  background-color: #0b263a;
  color: #fff;
  font-family: 'Open Sans';
  position: relative;
  z-index: 1;
}
.classes-wrap h1 {
  font-weight: 400;
}
.classes-wrap h2 {
  font-weight: 600;
  margin: 36px 0;
}
.classes-wrap .container {
  max-width: 1200px;
}
.classes-wrap .class {
  margin-bottom: 15px;
  position: relative;
}
.classes-wrap .class .fullScreenVideoBtn {
  transition: all 0.2s linear;
}
.classes-wrap .class .fullScreenVideoBtn:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}
.classes-wrap .class .quizLaunchBtn {
  display: flex;
  align-items: center;
  position: relative;
  bottom: auto !important;
  left: auto !important;
  font-weight: 700;
  padding: 4px 9px;
  transition: all 0.2s linear;
}
.classes-wrap .class .quizLaunchBtn:before {
  display: none;
}
.classes-wrap .class .quizLaunchBtn:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}
.classes-wrap .class .quizCompleted:before {
  width: 15px;
  height: 10px;
  display: inline-block;
  background-image: url("/wp-content/themes/pure-framework/img/checkbox_green.svg");
}
.classes-wrap .class .quizCompleted:hover {
  opacity: 1;
}
.classes-wrap .class__title-btn-wrap {
  display: flex;
  justify-content: space-between;
}
.classes-wrap .class__title-btn-wrap .class__title {
  width: 60%;
}
.classes-wrap .class__title-btn-wrap .quizLaunchBtn {
  height: 23px;
  margin-top: 20px;
}
.classes-wrap .class__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
  transition: all 0.2s linear;
  font-family: 'Bw Modelica';
}
.classes-wrap .class__descr {
  width: 63%;
  font-size: 14px;
  position: relative;
  margin-top: 0;
}
.classes-wrap .class__descr ol,
.classes-wrap .class__descr ul {
  padding-left: 10px;
  margin: 0;
}
.classes-wrap .class__descr .hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  background: #e2e7f0;
  border: 1px solid rgba(11,38,58,0.15);
  box-shadow: 0px 0px 22px rgba(0,0,0,0.6);
  color: #0b263a;
  font-size: 14px;
  padding: 12px;
  position: absolute;
  z-index: 11;
}
.classes-wrap .class__descr .readmore {
  margin: 0 5px;
  color: #a599e7 !important;
  transition: all 0.2s linear;
}
.classes-wrap .class__descr .readmore:hover {
  opacity: 0.7;
  transition: all 0.2s linear;
}
.classes-wrap .class__descr .readmore:hover + .hidden {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
}
.classes-wrap .class__img {
  position: relative;
  width: 100%;
  height: 204px;
  display: flex;
  justify-content: space-between;
}
.classes-wrap .class__img .img-wrap {
  width: 55%;
  height: 100%;
}
.classes-wrap .class__img .class__title {
  width: 40%;
  padding: 26px 3px 26px 26px;
  font-size: 22px;
  margin: 0;
  justify-content: center;
}
.classes-wrap .class__img img {
  width: 220px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.classes-wrap .class__modal-btn {
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 6.33668px;
  padding: 4px 14px;
  border: 0;
}
.classes-wrap .class__modal-btn.fullScreenVideoBtn {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}
.classes-wrap .class__modal-btn.fullScreenVideoBtn span {
  background-color: #1dbf73;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 6.33668px;
  border: none;
  padding: 4px 14px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.classes-wrap .class__modal-btn.fullScreenVideoBtn span:before {
  display: inline-block;
  margin-right: 6px;
  content: '';
  width: 8px;
  height: 10px;
  background-image: url("/wp-content/themes/pure-framework/img/play_icon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.site__section {
  display: flex;
  height: 100%;
  min-height: 100vh;
  font-family: 'Open Sans';
}
@media screen and (max-width: 1024px) {
  .site__section {
    flex-wrap: wrap;
  }
}
.site__page {
  width: calc(100% - 160px);
  padding: 40px 210px 40px 230px;
}
@media screen and (max-width: 1024px) {
  .site__page {
    width: 100%;
    padding: 15px;
  }
}
.site__side-dark {
  width: 180px;
  background-color: #0b263a;
  color: #fff;
  padding: 40px 14px;
  transition: visibility 0s, opacity 0.5s linear;
}
@media screen and (max-width: 1024px) {
  .site__side-dark {
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0;
    height: 0;
  }
  .site__side-dark.open {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
    height: auto;
  }
}
.filter--mobileBtn {
  background-color: transparent;
  display: none;
  border: 0;
  color: #fff;
  padding: 0;
  line-height: 1;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 16px;
}
.filter--mobileBtn:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 18px;
  content: '+';
  margin-right: 7px;
}
@media screen and (max-width: 1024px) {
  .filter--mobileBtn:before {
    display: block;
  }
  .filter--mobileBtn:before.open:before {
    content: '-';
  }
}
@media screen and (max-width: 1024px) {
  .filter--mobileBtn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 50px;
  }
}
.faq.faq-single {
  padding: 70px 15px;
}
.faq.faq-single .faq-single__back-btn {
  border-radius: 6.33668px;
  border: 0.792085px solid #1dbf73;
  color: #1dbf73;
  background-color: #fff;
  font-weight: 700;
  padding: 4px 9px;
  font-size: 11px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .faq.faq-single {
    padding: 0;
  }
  .faq.faq-single h3 {
    color: #4d34d0;
  }
}
@media screen and (max-width: 1024px) {
  .faq__filter .filterOptions {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .faq__filter .filterOptions {
    width: 50%;
  }
}
.faq .facetwp-counter {
  display: none;
}
.faq__resp {
  width: calc(100% - 160px);
  padding: 40px 210px 40px 230px;
}
@media screen and (max-width: 1024px) {
  .faq__resp {
    width: 100%;
    padding: 15px;
  }
}
.faq__resp .more-link {
  color: #1dbf73;
  transition: all 0.2s linear;
}
.faq__resp .more-link:hover {
  transition: all 0.2s linear;
  opacity: 0.7;
}
.faq__description ol,
.faq__description ul {
  padding-left: 25px;
  margin: 0;
}
.faq__description p {
  display: inline;
}
.faq__resp__search {
  width: 100%;
  padding: 0;
}
.faq__resp__search .container {
  max-width: 1200px;
}
.faq__reset,
.faq__mobileBtn {
  background-color: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  line-height: 1;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .faq__reset,
  .faq__mobileBtn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 50px;
  }
}
.faq__reset.open:before,
.faq__mobileBtn.open:before {
  content: '-';
}
.faq__mobileBtn {
  display: none;
  color: #0b263a;
  padding: 20px 20px 15px;
  border-bottom: 1px solid #0b263a;
}
.faq__mobileBtn:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 18px;
  content: '+';
  margin-right: 7px;
}
@media screen and (max-width: 1024px) {
  .faq__mobileBtn {
    display: block;
  }
}
.faq__archive-title {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .faq__archive-title {
    margin-top: 0;
  }
}
.faq__title {
  font-size: 18px;
  color: #4d34d0;
  font-weight: 700;
}
.faq__pagination {
  display: flex;
  padding-top: 40px;
}
.faq__pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 26px;
  height: 24px;
  margin-right: 10px;
}
.faq__pagination a {
  color: #0b263a;
}
.faq__pagination a.next,
.faq__pagination a.prev {
  transition: all 0.2s linear;
}
.faq__pagination a.next:hover,
.faq__pagination a.prev:hover {
  transition: all 0.2s linear;
  transform: scale(1.1);
}
.faq__pagination a.page-numbers:not(.next,
.faq__pagination .prev) {
  border: 1px solid #c4c4c4;
  color: #0b263a;
  transition: all 0.2s linear;
}
.faq__pagination a.page-numbers:not(.next:hover,
.faq__pagination .prev):hover {
  color: #fff;
  background-color: #0b263a;
  transition: all 0.2s linear;
}
.faq__pagination span.page-numbers {
  color: #fff;
  background-color: #0b263a;
  font-size: 16px;
  font-weight: 700;
}
.message_logged_out {
  height: calc(100vh - 170px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.message_logged_out .classes-wrap .class__modal-btn.fullScreenVideoBtn {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.classes-wrap .class__modal-btn.quizLaunchBtn {
  margin-right: 0;
  color: #1dbf73;
  border: 1px solid #1dbf73;
  background-color: transparent;
}
.hide {
  display: none;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue {
  background-color: #0b263a;
}
.wpProQuiz_button,
#quiz_continue_link {
  padding: 4px 14px !important;
  border-radius: 6.33668px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  background-color: #1dbf73 !important;
  transition: all 0.2s linear;
}
.wpProQuiz_button:hover,
#quiz_continue_link:hover {
  background-color: #1dbf73 !important;
  opacity: 0.7;
  transition: all 0.2s linear;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within {
  border-color: #1dbf73 !important;
}
.blocker {
  z-index: 99999999 !important;
}
.helpful-links-section .uagb-column__inner-wrap {
  padding: 0 !important;
}
.modal_quiz {
  padding: 0 !important;
  background: #1dbf73 !important;
}
.modal_quiz h2 {
  text-align: center !important;
  color: #fff;
  font-size: 32px;
  font-family: "Arial Hebrew", Arial, sans-serif;
}
.modal_quiz .wpProQuiz_question_text p {
  color: #5f49d5 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "Arial Hebrew", Arial, sans-serif;
}
.modal_quiz .learndash {
  padding: 15px 30px !important;
  background-color: #fff !important;
}
.modal_quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected,
.modal_quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within {
  border-color: #e2e7ed !important;
}
.modal_quiz .wpProQuiz_questionListItem label {
  display: flex !important;
  position: relative;
  font-size: 18px !important;
  font-family: Arial;
}
.modal_quiz .wpProQuiz_questionListItem label:before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #5f49d5;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.modal_quiz .wpProQuiz_questionListItem label.is-selected:after {
  display: inline-block;
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #5f49d5;
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
}
body.single-faq li.faq {
  background-color: #4d34d0;
}
body.single-faq li.faq a {
  color: #fff;
}
.ld-certificate-list-container {
  padding: 30px 0 100px;
}
@media screen and (max-width: 1024px) {
  .ld-certificate-list-container {
    padding: 20px 0 50px;
  }
}
.ld-certificate-list-container h2 {
  margin-bottom: 15px;
  color: #1dbf73;
}
.ld-certificate-list-container .ld_certificates_sub-title {
  font-size: 18px;
  color: #0b263a;
  margin-bottom: 59px;
}
.ld-certificate-list-container .ld-certificate-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.ld-certificate-list-container .ld-certificate-list--completed li {
  border: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .ld-certificate-list-container .ld-certificate-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ld-certificate-list-container .ld-certificate-list li {
  width: 156px;
  height: 156px;
  margin-right: 70px;
}
@media screen and (max-width: 1024px) {
  .ld-certificate-list-container .ld-certificate-list li {
    margin: 15px;
  }
}
.ld-certificate-list-container .ld-certificate-list li img {
  display: none;
}
.ld-certificate-list-container .ld-certificate-list li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  border: 2px dashed #9da8b0;
  border-radius: 50%;
  color: #9da8b0;
  padding: 15px;
  word-spacing: 100vw;
}
@media screen and (max-width: 1024px) {
  .ld-certificate-list-container .ld-certificate-list li span {
    padding: 10px;
  }
}
.ld-certificate-list-container .ld-certificate-list li:not(:first-of-type):last-of-type {
  margin-right: 0;
}
.ld-certificate-list-container .ld-certificate-list li.received span {
  display: none;
}
.ld-certificate-list-container .ld-certificate-list li.received img {
  display: inline-block;
}
.ld-certificate-list-container .ld-certificate-list li.passed span {
  display: none;
}
.ld-certificate-list-container .ld-certificate-list li.passed img {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .filter .filterOptions {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .filter .filterOptions {
    width: 50%;
  }
}
.filter .facetwp-checkbox {
  background: none;
  position: relative;
  padding-left: 30px;
}
.filter .facetwp-checkbox:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.6);
  margin-right: 10px;
}
.filter .facetwp-checkbox.checked {
  background-image: none;
}
.filter .facetwp-checkbox.checked:before {
  display: inline-block;
  content: '';
  background-image: url("/wp-content/themes/pure-framework/img/checkbox.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
body.blog .facetwp-template {
  width: calc(100% - 160px);
  padding: 68px;
}
@media screen and (max-width: 1024px) {
  body.blog .facetwp-template {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  body.search-results .posts {
    margin: 0 -170px;
  }
}
.posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.posts__pagination {
  display: flex;
  width: 100%;
}
.posts__pagination ul {
  list-style: none;
  margin: 0;
  padding: 50px 0 0 15px;
  display: flex;
}
.posts__pagination ul .page-numbers {
  width: 26px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #c4c4c4;
  margin-right: 10px;
  transition: all 0.2s linear;
}
.posts__pagination ul .page-numbers.next,
.posts__pagination ul .page-numbers.prev {
  border: none;
}
.posts__pagination ul .page-numbers:hover {
  transition: all 0.2s linear;
  opacity: 0.8;
}
.posts__pagination ul li span {
  width: 26px;
  height: 24px;
  color: #0b263a;
}
.posts__pagination ul li span.current {
  background-color: #0b263a;
  color: #fff;
  border: 1px solid #0b263a;
}
.posts .single-post {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 30%;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-shadow: 0px 4px 24px rgba(0,0,0,0.2);
  border-radius: 10px;
  margin: 15px;
}
@media screen and (max-width: 768px) {
  .posts .single-post {
    width: 100%;
  }
}
.posts .single-post img {
  width: 100%;
  height: 161px;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts .single-post__content {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 161px);
  padding: 20px 30px;
}
.posts .single-post__content h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  color: #0b263a;
}
.posts .single-post__link {
  width: 100%;
  transition: all 0.2s linear;
}
.posts .single-post__link:hover {
  transition: all 0.2s linear;
  opacity: 0.8;
}
.posts .single-post__date {
  display: flex;
  align-self: flex-end;
  color: rgba(11,38,58,0.6);
  font-size: 14px;
  font-weight: 600;
}
body.single-post h2,
body.single-post p {
  font-family: 'Bw Modelica';
}
body.single-post h2 {
  font-weight: 600;
  font-size: 24px;
}
body.single-post p {
  font-weight: 300;
  font-size: 18px;
}
body.single-post .post-quote {
  text-align: center;
  margin: 50px 30px;
}
body.single-post .post-quote p {
  font-family: 'Open Sans';
  font-size: 32px;
  font-weight: 600;
  margin: 30px;
  line-height: 40px;
}
body.single-post .post-category {
  display: inline-block;
  margin-bottom: 15px;
}
body.single-post .post-data {
  padding: 10px 0 50px;
  font-size: 18px;
}
body.single-post .post-data .post-author-name {
  display: inline-block;
  color: #0b263a;
  font-style: italic;
  margin-right: 60px;
  font-family: 'Open Sans';
}
body.single-post .post-data .post-date {
  color: #0b263a;
  opacity: 0.5;
  font-family: 'Open Sans';
}
body.single-post .custom-print-header {
  display: flex;
  visibility: hidden;
  height: 0;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: 1px solid rgba(11,38,58,0.5);
  padding-bottom: 20px;
  align-items: center;
}
body.single-post .custom-print-header .website-link {
  display: inline-block;
  font-size: 24px;
  margin-top: 25px;
}
body.single-post .post-key-points {
  display: flex;
  font-family: 'Open Sans';
}
@media screen and (max-width: 1024px) {
  body.single-post .post-key-points {
    flex-wrap: wrap;
  }
}
body.single-post .post-key-points h2 {
  display: inline-block;
  margin-top: 0;
  font-size: 18px;
  width: 10%;
}
@media screen and (max-width: 1024px) {
  body.single-post .post-key-points h2 {
    width: 100%;
  }
}
body.single-post .post-key-points ul {
  display: inline-block;
  width: 90%;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  body.single-post .post-key-points ul {
    width: 100%;
    padding-left: 15px;
    margin-top: 10px;
  }
}
body.single-post .post-key-points ul li {
  font-size: 18px;
  margin-bottom: 10px;
}
body.single-post .post-key-points ul li::marker {
  color: #1dbe73;
  font-size: 10px;
}
body.single-post .post-share {
  display: flex;
  border-top: 1px solid #0b263a;
  padding: 42px 0;
}
body.single-post .post-share .post-share-btn-wrap {
  margin-right: 24px;
}
body.single-post .post-share .post-share-btn span,
body.single-post .post-share img {
  display: inline-block;
  width: 100%;
}
body.single-post .post-share .post-share-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  text-align: center;
  color: #4d34d0;
  font-size: 14px;
  font-family: 'Open Sans';
  margin-top: 8px;
  cursor: pointer;
}
body.single-post .post-share .post-share-btn span {
  margin-top: 8px;
}
body.single-post .post-share img {
  max-width: 20px;
  height: 19px;
}
@media screen and (max-width: 1024px) {
  body.single-post #post-content {
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-post #post-content {
    padding: 15px 20px 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-post #post-content-wrap {
    padding: 0 275px 0 300px;
    margin: 0 auto;
    max-width: 1440px;
  }
}
body.single-post #post-content-wrap h1 {
  color: #4d34d0;
  font-size: 32px;
  font-weight: 400;
}
body.single-post.pdf .custom-print-header {
  visibility: hidden;
  height: 0;
}
.key_points {
  font-family: 'Open Sans';
  margin-bottom: 25px;
}
.key_points .uagb-column__inner-wrap {
  padding: 0 !important;
}
.key_points h2 {
  margin-top: 0;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 18px !important;
  line-height: 28px;
}
.key_points ul {
  margin: 0;
  padding-left: 30px;
}
.key_points ul li {
  font-size: 18px;
  margin-bottom: 10px;
}
.key_points ul li::marker {
  color: #1dbe73;
  font-size: 10px;
}
.nf-form-cont .nf-form-fields-required,
.nf-form-cont .ninja-forms-req-symbol {
  display: none;
}
.nf-form-cont .nf-field-label {
  margin-bottom: 3px !important;
}
.nf-form-cont .nf-field-label label {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  right: 0 !important;
  height: 49px !important;
  border-radius: 0 6px 6px 0;
}
.nf-form-cont input:not([type=button]),
.nf-form-cont textarea:not([type=button]),
.nf-form-cont select:not([type=button]) {
  background-color: #fff !important;
  border-radius: 6px !important;
}
.nf-form-cont input[type=button],
.nf-form-cont textarea[type=button],
.nf-form-cont select[type=button] {
  background-color: #1dbf73 !important;
  text-transform: uppercase;
  padding: 5px 50px;
  border-radius: 6px !important;
}
.nf-form-cont input[type=button]:hover,
.nf-form-cont textarea[type=button]:hover,
.nf-form-cont select[type=button]:hover {
  opacity: 0.7;
  color: #fff !important;
}
.cont {
  width: 71.25rem;
}
/*
 * Bootstrap Grid v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}
.col-12 {
  flex: 0 0 auto;
  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%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pl-5 {
  padding-left: 3rem !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;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !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;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !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;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !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;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
header.siteHeader {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 100000;
  left: 0;
  background-color: #fff;
}
.siteWrap {
  padding-top: 62px;
}
@media (min-width: 868px) {
  .siteWrap {
    padding-top: 62px;
  }
}
#menu-mob {
  display: none;
  z-index: 10;
  width: 3.4em;
  height: 3em;
  position: relative;
  margin-left: 0;
  right: -15px;
}
#menu-mob span,
#menu-mob span:before,
#menu-mob span:after {
  text-align: left;
  content: " ";
  position: absolute;
  width: 2.5em;
  height: 0.2em;
  background: #fff;
  transition: 500ms ease all;
}
#menu-mob span {
  display: block;
  margin: 0.625em 0 0 0;
}
#menu-mob span:before {
  margin: 0.8em 0 0 0;
  transition: 100ms ease all;
}
#menu-mob span:after {
  margin: 1.6em 0 0 0;
}
#menu-mob.toggled span {
  background: #fff;
  transform: rotate(135deg);
  margin: 1.481481481481481em 0 0 0;
}
#menu-mob.toggled span:before {
  background: #fff;
  opacity: 0;
}
#menu-mob.toggled span:after {
  background: #fff;
  transform: rotate(-270deg);
  margin: 0 0 0 0;
}
@media (max-width: 1024px) {
  .siteHeader .siteHeader__nav {
    padding: 0;
  }
  .siteHeader .siteHeader__nav nav {
    position: fixed;
    width: 315px;
    background-color: #0b263a;
    right: -330px;
    padding-top: 82px;
    transition: all 0.2s linear;
    height: 100%;
    padding-top: 0;
  }
  .siteHeader .siteHeader__nav nav.openMenu {
    right: 0rem;
    z-index: 1000000000;
    transition: all 0.2s linear;
  }
}
@media (max-width: 1024px) {
  .siteHeader__logo {
    background-color: #0b263a;
    padding: 18px;
  }
  .siteHeader__logo img.collapse {
    display: block;
  }
  .siteHeader__logo img.expand {
    display: none;
  }
  #menu-mob {
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
  }
  .siteHeader__nav {
    background-color: #0b263a;
    z-index: 10;
    transition: all 0.2s linear;
    padding: 70px 0;
    align-items: normal !important;
    display: flex;
    justify-content: flex-end !important;
  }
  .siteHeader__nav .menu-main-menu-container {
    padding: 30px 0;
  }
  .siteHeader__nav.openMenu {
    right: 0rem;
  }
  .siteHeader__nav .menu {
    flex-direction: column;
  }
  .siteHeader__nav ul {
    list-style-type: none;
    border-top: 1px solid #c0d2d6;
    padding: 10px 0;
  }
  .siteHeader__nav ul li {
    margin: 10px 0;
  }
  .siteHeader__nav ul li.collapseBtn {
    display: none;
  }
  .siteHeader__nav ul a {
    color: #fff;
    font-size: 1.125rem;
    padding: 18px 18px 18px 53px;
  }
  .siteHeader__nav__wrap {
    justify-content: space-between;
  }
}
.form-search {
  padding: 0 35px;
  width: 100%;
}
.form-search:before {
  display: inline-block;
  margin-right: 5px;
  content: '';
  width: 20px;
  height: 15px;
  background-image: url("/wp-content/themes/pure-framework/img/search.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 1024px) {
  .form-search {
    padding: 5px 15px;
  }
}
.form-search input[type=submit] {
  display: block;
  padding: 0;
  visibility: hidden;
  height: 0;
}
.form-search input[type=search] {
  width: calc(100% - 50px);
  border: 0;
  font-size: 16px;
}
.form-search input[type=search]:focus {
  outline: none;
}
@media (max-width: 1024px) {
  .form-search input[type=search] {
    background-color: transparent;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .form-search ::-webkit-input-placeholder {
    color: #fff;
  }
  .form-search ::-moz-placeholder {
    color: #fff;
  }
  .form-search :-ms-input-placeholder {
    color: #fff;
  }
  .form-search ::-ms-input-placeholder {
    color: #fff;
  }
  .form-search ::placeholder {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .siteHeader__nav {
    display: flex;
    height: 63px;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c0d2d6;
    padding-right: 65px;
  }
  .siteHeader__nav ul {
    align-items: flex-end;
  }
  .page-container {
    width: 100%;
  }
  footer {
    padding-left: 160px;
  }
  .top-menu {
    display: flex;
    transition: all 0.2s linear;
    justify-content: space-between;
  }
  .top-menu a.back-to-blog {
    margin-left: 29px;
  }
  .top-menu .siteHeader__logo {
    padding: 11px 14px;
    height: 63px;
    background-color: #f5f6f8;
    width: 180px;
    border-right: 1px solid #c0d2d6;
  }
  .top-menu .siteHeader__logo img {
    height: 100%;
  }
  .top-menu .siteHeader__logo img.collapse {
    display: none;
  }
  .top-menu ul.menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .top-menu.collapse {
    width: 65px;
    transition: all 0.2s linear;
  }
  .top-menu.collapse .collapseBtnIcon {
    background-image: url("/wp-content/themes/pure-framework/img/expandIcon.svg") !important;
  }
  .top-menu.collapse .siteHeader__logo {
    background-color: #0b263a;
  }
  .top-menu.collapse .siteHeader__logo img.expand {
    display: none;
  }
  .top-menu.collapse .siteHeader__logo img.collapse {
    display: block;
  }
  .top-menu.collapse ul {
    border-top: 1px solid #c0d2d6;
  }
  .top-menu.collapse ul li a {
    padding: 18px;
  }
  .top-menu.collapse ul li a span {
    visibility: hidden;
    opacity: 0;
    line-height: 1;
  }
  .top-menu nav {
    height: 100%;
    width: 100%;
  }
  .top-menu nav ul {
    display: block;
    height: 100%;
  }
  .top-menu nav ul li {
    transition: all 0.2s linear;
    position: relative;
    width: 146px;
    height: 100%;
  }
  .top-menu nav ul li span {
    width: 100%;
    text-align: center;
  }
  .top-menu nav ul li:before {
    content: '';
    display: inline-block;
    width: 0;
    background-color: #a599e7;
    position: absolute;
    transition: all 0.2s linear;
  }
  .top-menu nav ul li:hover {
    transition: all 0.2s linear;
    background-color: #4d34d0;
  }
  .top-menu nav ul li:hover a {
    color: #fff;
  }
  .top-menu nav ul li.collapseBtn {
    position: absolute;
    bottom: 0;
  }
  .top-menu nav ul li.collapseBtn a {
    font-size: 12px;
  }
  .top-menu nav ul li.collapseBtn a span {
    display: inline-block;
  }
  .top-menu nav ul li.collapseBtn a:focus {
    outline: none;
  }
  .top-menu nav ul li.current-menu-item {
    background-color: #4d34d0;
  }
  .top-menu nav ul li.current-menu-item a {
    color: #fff;
  }
  .top-menu nav ul li a {
    display: flex;
    align-items: center;
    color: #0b263a;
    font-family: 'Bw Modelica';
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 600;
    padding: 18px;
  }
}
.content-wrap {
  width: 100%;
}
.preventIcon,
.respondIcon,
.financialIcon,
.trainingIcon,
.settingsIcon,
.accountIcon,
.updatesIcon,
.collapseBtnIcon,
.homeIcon {
  background-repeat: no-repeat;
  background-position: 22px center;
}
.preventIcon:hover,
.respondIcon:hover,
.financialIcon:hover,
.trainingIcon:hover,
.settingsIcon:hover,
.accountIcon:hover,
.updatesIcon:hover,
.collapseBtnIcon:hover,
.homeIcon:hover {
  transition: all 0.2s linear;
}
.homeIcon {
  background-image: url("/wp-content/themes/pure-framework/img/homeIcon.svg");
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .homeIcon {
    background-position: 50px;
  }
}
.homeIcon a span {
  color: transparent;
}
.collapseBtnIcon {
  background-image: url("/wp-content/themes/pure-framework/img/expandIcon.svg");
}
.collapseBtnIcon:hover {
  background-image: url("/wp-content/themes/pure-framework/img/collapseIcon.svg");
}
.preventIcon {
  background-image: url("/wp-content/themes/pure-framework/img/preventIcon.svg");
}
.preventIcon:hover {
  background-image: url("/wp-content/themes/pure-framework/img/preventIconHover.svg");
}
.respondIcon {
  background-image: url("/wp-content/themes/pure-framework/img/respondIcon.svg");
}
.respondIcon:hover {
  background-image: url("/wp-content/themes/pure-framework/img/respondIconHover.svg");
}
.financialIcon {
  background-image: url("/wp-content/themes/pure-framework/img/financialIcon.svg");
}
.financialIcon:hover {
  background-image: url("/wp-content/themes/pure-framework/img/financialIconHover.svg");
}
.trainingIcon {
  background-image: url("/wp-content/themes/pure-framework/img/trainingIcon.svg");
}
.trainingIcon:hover {
  background-image: url("/wp-content/themes/pure-framework/img/trainingIconHover.svg");
}
.settingsIcon {
  background-image: url("/wp-content/themes/pure-framework/img/settingsIcon.svg");
}
.settingsIcon:hover {
  background-image: url("/wp-content/themes/pure-framework/img/settingsIconHover.svg");
}
.accountIcon {
  background-image: url("/wp-content/themes/pure-framework/img/accountIcon.svg");
}
.accountIcon:hover {
  background-image: url("/wp-content/themes/pure-framework/img/accountIconHover.svg");
}
.updatesIcon {
  background-image: url("/wp-content/themes/pure-framework/img/updatesIcon.svg");
}
.updatesIcon:hover {
  background-image: url("/wp-content/themes/pure-framework/img/updatesIconHover.svg");
}
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 0 !important;
  }
  .siteHeader {
    display: none;
  }
  .siteFooter {
    display: block;
  }
  .custom-print-header {
    visibility: visible !important;
    height: 100% !important;
  }
  .post-content-wrap {
    padding: 64px !important;
  }
  .post-share {
    display: none !important;
  }
}
.siteFooter__privacy {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 2.1875rem 0;
  color: #fff;
}
.siteFooter__privacy p {
  display: inline-block;
  margin: 0;
}
.singleCourse {
  padding-top: 4.375rem;
  padding-bottom: 6.25rem;
}
.singleCourse__content .ld-section-heading {
  text-align: right;
}
.singleCourse__content .ld-section-heading h2 {
  display: none;
}
.singleCourse__info-title {
  font-size: 2.25rem;
  line-height: 3.4375rem;
  color: #423f42;
}
.singleCourse__info-desc .item {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  color: #423f42;
  font-style: normal;
  display: flex;
  max-width: 20rem;
  justify-content: space-between;
  padding: 0.3125rem 0;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid rgba(66,63,66,0.1);
}
.singleCourse__info-desc .item--label {
  font-weight: 600;
}
.singleCourse__info-desc .item--value {
  font-weight: normal;
}
.singleCourse__info-footer {
  display: flex;
  padding: 2.1875rem 0;
  justify-content: space-between;
  align-items: center;
}
.--price {
  font-size: 22px;
  line-height: 33px;
  color: #ff3030;
}
.--price .label {
  font-style: normal;
  font-weight: normal;
}
.--price .value {
  font-weight: 600;
}
.--price .currency {
  font-weight: 600;
}
.--btn .btn-join {
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  color: #fff;
  background: #ff3030;
  border-radius: 4px;
  padding: 0.9375rem 1.5rem;
}
.--btn-red {
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  color: #fff;
  background: #ff3030;
  border-radius: 4px;
  padding: 0.9375rem 1.5rem;
}
.learndash-wrapper .ld-expand-button .ld-text {
  text-align: right;
  padding: 0;
}
.learndash-wrapper .ld-expand-button .ld-text:after {
  font-family: ld-icons;
  width: 0.5rem;
  height: 0.5rem;
  content: "\e915";
  display: inline-block;
  color: #ff3030;
  transition: all 0.2s linear;
  transform-origin: 100% 100%;
  margin-left: 0.625rem;
}
.learndash-wrapper .ld-expanded .ld-text:after {
  transform: rotate(180deg);
}
.learndash-wrapper .ld-item-list .ld-section-heading {
  justify-content: flex-end;
}
.ld-item-list-actions .ld-expand-button {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  color: #ff3030;
  background-color: rgba(0,0,0,0);
  margin-left: 0;
}
.ld-item-list-actions .ld-expand-button:hover {
  background-color: rgba(0,0,0,0);
}
.ld-item-list-actions .ld-icon-arrow-down.ld-icon {
  display: none;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components {
  display: none;
}
.learndash-wrapper .ld-table-list .ld-table-list-header {
  display: none !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item {
  border-radius: 0;
  border: 0px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
  padding-left: 1.25rem;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
  flex-direction: row-reverse;
  border-radius: 0;
  border: 0px;
  background-color: #e9e8e8;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
  color: #fff;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-icon {
  background-color: rgba(0,0,0,0);
  color: #423f42;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-expand-button .ld-text {
  display: none;
}
.learndash-not-available {
  color: #000;
}
.learndash-wrapper .ld-status-incomplete.ld-status-icon {
  border: 1px solid #ff3030;
  background-color: rgba(0,0,0,0);
}
.learndash-wrapper .ld-table-list .ld-table-list-item {
  border-bottom: 0px solid #e2e7ed;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item {
  margin: 0;
}
.learndash-not-available .ld-item-list-item-preview {
  position: relative;
}
.learndash-not-available .ld-item-list-item-preview:after {
  position: absolute;
  top: calc(50% - 7px);
  right: 2.5rem;
  content: '';
  display: inline-block;
  width: 0.8125rem;
  height: 1.125rem;
  background-image: url("/wp-content/themes/pure-framework/lock.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.learndash-not-available .ld-table-list-item {
  position: relative;
}
.learndash-not-available .ld-table-list-item:after {
  position: absolute;
  top: calc(50% - 7px);
  right: 1.25rem;
  content: 'Unlock Lesson';
  display: inline-block;
  width: auto;
  height: 1.125rem;
  padding-left: 1.25rem;
  background-image: url("/wp-content/themes/pure-framework/lock.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  text-transform: uppercase;
}
.learndash-wrapper .ld-table-list .ld-table-list-header,
.learndash-wrapper .ld-table-list .ld-table-list-item-preview {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #333;
  padding-left: 0.625rem;
}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon {
  margin-left: 0.9375rem;
}
.learndash-wrapper #learndash_mark_complete_button,
.learndash-wrapper .learndash_mark_complete_button {
  background-color: #ff3030;
}
.learndash-wrapper #learndash_mark_complete_button:hover,
.learndash-wrapper .learndash_mark_complete_button:hover {
  background-color: #fff;
  color: #ff3030;
}
.lessonsContent .learndash-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.lessonsContent .learndash-wrapper .ld-lesson-status {
  display: none !important;
}
.lessonsContent .learndash-wrapper .ld-topic-status {
  display: none !important;
}
.lessonsContent .learndash-wrapper .ld-course-step-back {
  color: #ff3030;
  text-decoration: underline;
  font-size: 1rem !important;
}
.lessonsContent .learndash-wrapper .ld-content-action {
  padding: 0;
  width: 50%;
  text-align: center;
}
.lessonsContent .learndash-wrapper .ld-content-action .ld-button {
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 2.125rem;
  color: #ff3030;
  padding: 0.625rem 1.5625rem;
}
.lessonsContent .learndash-wrapper .ld-content-action .ld-button:hover {
  color: #fff;
  background-color: #ff3030;
  opacity: 1;
}
.lessonsContent .learndash-wrapper .ld-content-actions {
  border-top: 0px solid #e2e7ed !important;
  border-bottom: 1px solid #e9e8e8;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lessonsCourse {
  margin-top: 1.25rem;
}
.lessonsCourse .ld-table-list-item-preview {
  display: flex;
  align-items: center !important;
}
.lessonsCourse .ld-table-list-item-preview:hover {
  color: #ff3030 !important;
}
.lessonsCourse__img {
  text-align: center;
}
.lessonsCourse .ld-item-details {
  display: none !important;
}
.lessonsCourse .learndash-wrapper .ld-table-list .ld-table-list-items {
  padding: 0 !important;
}
.lessonsCourse h2 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #423f42;
  text-align: center;
}
.lessonsCourse .ld-item-name {
  display: flex !important;
  align-items: center !important;
}
.lessonsCourse .ld-section-heading {
  display: none !important;
}
.lessonsCourse .ld-progress-steps {
  display: none !important;
}
.lessonsCourse .ld-progress-percentage {
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center !important;
  color: #ff3030 !important;
  text-align: center;
  font-weight: bold;
}
.lessonsCourse .ld-progress-percentage .light {
  font-weight: normal;
}
.learndash-wrapper .ld-progress.ld-progress-inline {
  flex-direction: column !important;
}
.learndash-wrapper .ld-status-complete {
  background-color: #ff3030;
  color: #fff;
}
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  background: #ff3030;
}
.ld-item-list-item-expanded {
  height: auto !important;
  max-height: auto !important;
}
.userCourses__search {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  text-align: center;
  max-width: 46.875rem;
  margin: 0 auto;
}
.userCourses .ld-progress-steps {
  display: none;
}
.courseCard__wrap {
  position: relative;
}
.courseCard__wrap .ld-progress-stats {
  position: absolute;
  bottom: 1.375rem;
  right: 0;
  text-align: right;
}
.courseCard__wrap .ld-progress-stats .ld-progress-percentage {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  color: #ff3030 !important;
}
.courseCard__wrap .ld-progress-stats .light {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #ff3030;
  display: block;
}
div.asl_w {
  border: 1px solid #cecece !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  box-shadow: 0 0px 0 0 #e4e4e4 !important;
  padding: 0.3125rem !important;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem !important;
  line-height: 1.5rem;
  color: rgba(66,63,66,0.6) !important;
}
.learndash-wrapper .ld-status-icon .ld-icon:before {
  color: #fff;
}
.learndash-wrapper #learndash_mark_complete_button,
.learndash-wrapper .learndash_mark_complete_button {
  margin: 0;
  border-radius: 0px;
  background-color: rgba(0,0,0,0);
  color: #ff3030;
  box-shadow: none;
  text-transform: none;
  font-family: inherit;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  max-width: 385px;
  white-space: normal;
  text-shadow: none;
  border: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  line-height: 1.25em;
  padding: 0px;
}
.learndash-wrapper #sfwd-mark-complete:after,
.learndash-wrapper .sfwd-mark-complete:after {
  color: #ff3030;
}
.learndash-wrapper .ld-login-modal .ld-login-modal-register {
  background: #423f42;
}
.featuredCourses .container {
  max-width: 76.875rem;
}
.featuredCourses__footer {
  text-align: center;
  margin: 5rem auto;
}
.courseCard {
  margin-bottom: 1.875rem;
}
.courseCard__wrap {
  padding: 1.5rem;
}
.courseCard__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.3125rem;
  color: #423f42;
  margin: 0;
}
.courseCard__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.courseCard__info-inner {
  display: flex;
  align-items: center;
}
.courseCard__info-price {
  color: #ff3030;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.3125rem;
  text-transform: uppercase;
}
.courseCard__info-photo {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.courseCard__info-name {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #333;
  padding-left: 0.625rem;
}
.courseCard__content {
  font-size: 1rem;
  line-height: 1.625rem;
  color: rgba(66,63,66,0.8);
}
.courseCard__img {
  border-radius: 0.25rem 0.25rem 0 0;
  overflow: hidden;
}

