@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600);
@charset "UTF-8";
* {
  box-sizing: inherit;
}

*::before, *::after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

/** Links */
a {
  color: #242527;
  text-decoration: none;
}

/** Lists */
ul, ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.encounter-builder-app {
  font-size: 13px;
  line-height: 1.4;
}
.encounter-builder-app textarea {
  font-family: Roboto, Open Sans, Helvetica, sans-serif;
  border: 1px solid #ddd;
}

.encounter-builder-app.encounter-builder-page #site-main .container {
  max-width: none !important;
}

/** Breadcrumbs */
.ddb-page-header__breadcrumbs {
  margin-bottom: 24px;
}

.b-breadcrumb-a {
  font-size: 13px;
  line-height: 19.5px;
  font-family: Roboto, Helvetica, sans-serif;
  clear: both;
  margin: 10px 0;
  text-align: left;
}
.b-breadcrumb-a .b-breadcrumb-item {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 275px;
}
.b-breadcrumb-a .b-breadcrumb-item + .b-breadcrumb-item:before {
  content: "--";
  padding: 0 0.2em;
}

@media (min-width: 1024px) {
  .b-breadcrumb-a {
    display: block;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 5px 15px;
  }
  .b-breadcrumb-a > a {
    color: #242527;
  }
  .b-breadcrumb-a .b-breadcrumb-item {
    float: left;
  }
  .b-breadcrumb-a .b-breadcrumb-item a, .b-breadcrumb-a .b-breadcrumb-item span {
    text-transform: uppercase;
    font-family: "Roboto Condensed", Roboto, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #222;
  }
  .b-breadcrumb-a .b-breadcrumb-item:first-child a span {
    display: none;
  }
  .b-breadcrumb-a .b-breadcrumb-item:first-child a::before {
    content: "";
    display: inline-block;
    background: url(https://www.dndbeyond.com/content/skins/waterdeep/images/dnd-beyond-b-red.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    vertical-align: top;
  }
  .b-breadcrumb-a .b-breadcrumb-item:last-child span {
    color: #a5afba;
  }
  .b-breadcrumb-a .b-breadcrumb-item + .b-breadcrumb-item::before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    height: 15px;
    width: 15px;
    background: url(https://www.dndbeyond.com/content/skins/waterdeep/images/icons/breadcrumb-chevron.svg) no-repeat;
    background-size: contain;
    margin-left: 12px;
  }
}
.b-breadcrumb.theme--dark {
  background: #10161a;
  color: #fff;
}
.b-breadcrumb.theme--dark span {
  color: #fff;
}

.header-wrapper {
  position: relative;
  z-index: 2;
}

nav a {
  text-decoration: none;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.nav-list__item {
  position: relative;
}
.nav-list__item__label {
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.nav-list__item > ul {
  position: absolute;
  left: -9999px;
  background: #242527;
  display: block;
  padding: 3px 0;
  width: 200px;
  z-index: 1000;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}
.nav-list__item > ul li a {
  padding: 10px;
}
.nav-list__item > ul li a span {
  text-align: left;
}
.nav-list__item:hover > ul {
  left: auto;
  text-indent: 0;
}

form.responsive-sign-out {
  display: none;
}

.search-form-container {
  display: none;
}

.search-form {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  border: 1px solid #d3d5dc;
  height: 50px;
  position: relative;
  margin-bottom: 0;
  padding: 0;
}
.search-form__query {
  border: 0;
  color: #242527;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 18px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px 0 0;
  margin: 0;
  padding: 10px;
  height: 100%;
}

.search-open .search-form-container {
  display: block;
  position: fixed;
  top: 47px;
  left: 0;
  right: 0;
  background-color: #090809;
  padding: 10px;
  box-shadow: 0;
}

@media screen and (max-width: 1023px) {
  .site-logo {
    height: 31px;
    padding: 8px;
  }

  body.burger-open header.main {
    transform: translate3d(-275px, 0, 0);
  }

  header.main {
    position: fixed;
    top: 0;
    width: 100%;
    height: 47px;
    background: #090809;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    padding: 0;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #e40712;
    transition: 0.25s transform cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }
  header.main nav {
    margin-top: 46px;
    backface-visibility: hidden;
    perspective: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: 275px;
    height: calc(100vh - 47px);
    background: #090809;
    transform: translate3d(275px, 0, 0);
    overflow-y: auto;
    box-shadow: none;
    z-index: 1000;
    left: auto;
    border-bottom: 0;
    clear: none;
  }
  header.main nav .nav-list {
    padding: 0;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
  }
  header.main nav .nav-list--nested {
    display: none;
    background: #454545;
    padding: 0;
    box-shadow: none;
    position: inherit;
    width: 100%;
    border-top: 1px solid #686868;
    transform: translate(0);
    left: auto;
    top: auto;
    border-width: 1px 0 0 0;
  }
  header.main nav .nav-list--nested .nav-list__item {
    border-bottom: 1px solid #686868;
  }
  header.main nav .nav-list--nested .nav-list__item__label {
    color: #d3d3d3;
  }
  header.main nav .nav-list--nested .nav-list--nested {
    background: #5f5f5f;
    left: 0;
    border-top: 1px solid #828282;
  }
  header.main nav .nav-list--nested .nav-list--nested .nav-list__item {
    border-bottom: 1px solid #828282;
  }
  header.main nav .nav-list--nested .nav-list--nested .nav-list__item__label {
    color: #ececec;
  }
  header.main nav .nav-list__item {
    border-bottom: 1px solid #353535;
    display: list-item;
    float: none;
    background: none !important;
  }
  header.main nav .nav-list__item a {
    padding: 0 3rem !important;
    display: block;
    color: #b9b9b9;
    text-decoration: none;
    box-shadow: none;
    background: 0;
    text-align: left;
    border: none !important;
    text-transform: inherit;
    margin: 0;
    height: auto;
  }
  header.main nav .nav-list__item--section > a {
    position: relative;
  }
  header.main nav .nav-list__item--section > a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg) translateY(-50%);
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    top: 50%;
    left: 25px;
  }
  header.main nav .nav-list__item--section.subnav-open > a::before {
    border-bottom: 0;
    border-left: none;
    border-right: 1px solid #b9b9b9;
    border-top: 1px solid #b9b9b9;
  }
  header.main nav .nav-list__item--section.subnav-open > ul {
    display: block;
    left: 0;
    box-shadow: none;
  }

  form.responsive-sign-out {
    display: block;
    margin-bottom: 0;
  }
  form.responsive-sign-out button {
    background: #353535;
    border: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    line-height: 50px;
    padding: 0;
    border-top: 1px solid #555;
  }

  i {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: right;
    padding: 14px;
    position: relative;
    width: 45px;
    height: 45px;
  }
  i.search-button {
    box-shadow: -1px 0 0 #353535;
  }
  i.search-button::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #b9b9b9;
    border-radius: 14px;
    top: 14px;
    left: 14px;
    z-index: 2;
  }
  i.search-button::after {
    content: "";
    position: absolute;
    border-radius: 2px;
    height: 2px;
    width: 9px;
    background: #b9b9b9;
    bottom: 17px;
    right: 14px;
    transform: rotate(45deg);
  }
  i.menu-button {
    box-shadow: -1px 0 0 #353535;
  }
  i.menu-button::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    background: #b9b9b9;
    width: 18px;
    height: 2px;
    box-shadow: 0 8px 0 0 #b9b9b9, 0 16px 0 0 #b9b9b9;
  }
}
@media (min-width: 1024px) {
  .site-logo {
    height: 45px;
    padding: 8px;
  }

  header.main {
    background-color: #090809;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: auto;
  }
  header.main nav {
    margin: 0 auto;
    height: 50px;
    width: 1200px;
    max-width: 1200px;
    padding: 0 10px;
  }

  .nav-list {
    display: flex;
    padding: 0 5px;
  }
  .nav-list span::selection {
    background: transparent;
  }
  .nav-list__item {
    display: block;
  }
  .nav-list__item__label {
    font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  }
  .nav-list__item:hover > a {
    color: #fff;
  }
  .nav-list--primary {
    margin-top: 0;
  }
  .nav-list--primary > li:not(:first-of-type) {
    margin-left: 30px;
  }
  .nav-list--primary .nav-list__item__label {
    font-size: 15px;
    font-weight: 400;
  }
  .nav-list--primary .nav-list__item--section > a .nav-list__item__label:after {
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: baseline;
    width: 0;
    border-top: 5px solid #585a64;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 6px;
  }
  .nav-list--primary .nav-list__item--section .nav-list--nested .nav-list__item--section > a .nav-list__item__label:after {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 6px;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: baseline;
    width: 0;
    border-left: 6px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: 6px;
  }
  .nav-list--primary .nav-list__item--section .nav-list--nested .nav-list__item:hover .nav-list--nested {
    left: 100%;
    top: 0;
  }
  .nav-list--nested {
    background-color: #242528;
    color: #979AA4;
  }
  .nav-list--nested .nav-list__item {
    height: auto;
  }
  .nav-list--nested .nav-list__item a {
    justify-content: left;
  }
  .nav-list--nested .nav-list__item__label {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  .nav-list--nested .nav-list__item:not(:last-child) {
    border-bottom: 1px solid #34353a;
  }
  .nav-list--nested .nav-list__item a {
    padding: 10px;
  }
  .nav-list--nested .nav-list__item .nav-list__item__label {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 25px;
    font-family: "Roboto Condensed", "Open Sans", Helvetica, sans-serif;
  }
  .nav-list--nested .nav-list__item.spacer .label {
    background-color: #34353a;
    padding: 3px 0 0 0;
  }
  .nav-list--nested .nav-list--nested .nav-list__item__label {
    color: #fff;
  }
  .nav-list > li {
    height: 50px;
    cursor: pointer;
    border-top: 1px solid transparent;
  }
  .nav-list > li ul > li.nav-list__item--section {
    position: relative;
  }
  .nav-list > li > a {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a5afba;
  }
  .nav-list > li:hover > ul {
    position: absolute;
    top: 49px;
  }
  .nav-list > li:hover > a {
    background: transparent !important;
  }
  .nav-list > li:hover > a:hover {
    background: transparent !important;
  }
}
@media (min-width: 1168px) {
  .nav-list #nav-articles {
    display: inline;
  }
}
footer {
  box-sizing: border-box;
  background: none;
  line-height: 1.2;
}
@media print {
  footer {
    height: auto !important;
    min-height: 0 !important;
  }
}

.ddb-footer {
  display: flex;
  flex-direction: column;
  background-color: #242527;
  padding-top: 25px;
}
@media (min-width: 600px) {
  .ddb-footer {
    padding-top: 30px;
  }
}
.ddb-footer-wrapper-upper, .ddb-footer-wrapper-lower {
  width: 100%;
}
.ddb-footer-wrapper-lower {
  background-color: rgba(0, 0, 0, 0.3);
}
.ddb-footer-upper {
  padding: 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .ddb-footer-upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
  }
}
.ddb-footer-lower {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .ddb-footer-lower {
    flex-direction: row;
    justify-content: space-between;
  }
}
.ddb-footer-lower-links {
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .ddb-footer-lower-links {
    padding-top: 0;
  }
}
.ddb-footer-lower-links-item, .ddb-footer-lower-links-item:hover, .ddb-footer-lower-links-item:focus, .ddb-footer-lower-links-item:active, .ddb-footer-lower-links-item:visited {
  color: #979AA4 !important;
  font-family: "Roboto Condensed", Roboto, Helvetica, sans-serif;
  font-size: 12px !important;
  line-height: 16px;
}
.ddb-footer-lower-links-item + .ddb-footer-lower-links-item::before {
  content: "•";
  margin: 0 5px;
}
.ddb-footer-copyright-site, .ddb-footer-copyright-wotc {
  color: #979AA4;
  font-family: "Roboto Condensed", Roboto, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.ddb-footer-copyright-site {
  padding-bottom: 10px;
}
@media (min-width: 600px) {
  .ddb-footer-links {
    width: 100%;
    max-width: 600px;
    padding-left: 40px;
  }
}
.ddb-footer-links-list {
  flex: 0 0 33.3333333333%;
  padding: 5px;
}
.ddb-footer-links-list-wrapper {
  display: flex;
  margin: -5px;
}
.ddb-footer-links-list-label {
  color: #979AA4;
  font-family: "Roboto Condensed", Roboto, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.4;
}
.ddb-footer-links-list-item .link {
  font-family: "Roboto Condensed", Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.ddb-footer-links-list-item .link, .ddb-footer-links-list-item .link:hover, .ddb-footer-links-list-item .link:focus, .ddb-footer-links-list-item .link:active, .ddb-footer-links-list-item .link:visited {
  color: #fff !important;
}
.ddb-footer-links-list-item .link:hover {
  color: #979AA4 !important;
}
.ddb-footer-links-list-item + .ddb-footer-links-list-item {
  padding-top: 5px;
}
.ddb-footer-newlogo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .ddb-footer-newlogo {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ddb-footer-newlogo-container {
    margin-top: 15px;
    margin-left: 112px;
    display: flex;
  }
}
@media (min-width: 1048px) {
  .ddb-footer-newlogo-container {
    margin-top: 15px;
    margin-left: 126px;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .ddb-footer-newlogo-container {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.ddb-footer-newlogo-image {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTcuNDEgMTU0LjQxIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZhMDA1YTt9LmNscy0ye2ZpbGw6I2ZmYzUwMDt9LmNscy0ze2ZpbGw6I2Y5ZWRkODt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDI8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDc4LjYsNzEuOTQsNDA3LjQyLjc4YTIuNjMsMi42MywwLDAsMC00LjQ5LDEuODVWNjIuNDdMMzgxLjM3LDQwLjkzYTIuNjMsMi42MywwLDAsMC00LjQ5LDEuODZ2NjEuNzlBMTQuNjcsMTQuNjcsMCwwLDAsMzgxLjE5LDExNUw0MDkuMjQsMTQzYTE0Ljc3LDE0Ljc3LDAsMCwwLDEwLjQsNC4zaDIwLjUzYTE0LjcyLDE0LjcyLDAsMCwwLDEwLjM5LTQuM0w0NzguNjEsMTE1YTE0LjY2LDE0LjY2LDAsMCwwLDQuMy0xMC4zOVY4Mi4zNEExNC42NywxNC42NywwLDAsMCw0NzguNiw3MS45NFoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00NTYuODksOThhNC40Miw0LjQyLDAsMCwxLTEuMjksMy4xMUw0MzMsMTIzLjc5YTQuNCw0LjQsMCwwLDEtNi4yNSwwbC0yMi41NS0yMi43MUE0LjQyLDQuNDIsMCwwLDEsNDAyLjksOThWODkuMzRhNC40MSw0LjQxLDAsMCwxLDEuMy0zLjEybDguMTItOC4xMmE0LjQyLDQuNDIsMCwwLDEsNi4yNCwwbDExLjM1LDExLjM2TDQ0MS4yNCw3OC4xYTQuNDIsNC40MiwwLDAsMSw2LjI0LDBsOC4xMSw4LjEyYTQuNDEsNC40MSwwLDAsMSwxLjMsMy4xMloiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik01ODYuMTcsNTYuMjloMGEyNS43NSwyNS43NSwwLDAsMC0xNiw1LjU4bC0zLjYzLDNhMy4xNCwzLjE0LDAsMCwxLTMuODUsMGwtMy42NC0zYTI1Ljc1LDI1Ljc1LDAsMCwwLTE2LTUuNThoLS42N2MtOC43NSwwLTE2LjQzLDQuNzgtMjAuNywxM2EuODQuODQsMCwwLDEtMS41OS0uMzdWNTkuNzFhMi43NywyLjc3LDAsMCwwLTIuNzctMi43N0g0OTguMDlhMi43OSwyLjc5LDAsMCwwLTIuNzgsMi43OXY3NS45YTIuODEsMi44MSwwLDAsMCwyLjgxLDIuODFoMTkuMTZhMi44MSwyLjgxLDAsMCwwLDIuODEtMi44MVY5MC4zNWE5LjQ3LDkuNDcsMCwwLDEsOS40OC05LjQ4aDQuODVhOS40OCw5LjQ4LDAsMCwxLDkuNDksOS40OGwuMDYsNDUuMjlhMi44LDIuOCwwLDAsMCwyLjgxLDIuOGgxOS4xNmEyLjgxLDIuODEsMCwwLDAsMi44MS0yLjgxVjkwLjM1YTkuNDgsOS40OCwwLDAsMSw5LjQ4LTkuNDhoNC44NmE5LjQ3LDkuNDcsMCwwLDEsOS40OCw5LjQ4bC4wNyw0NS4yOWEyLjgsMi44LDAsMCwwLDIuOCwyLjhoMTkuMTdhMi44LDIuOCwwLDAsMCwyLjgtMi44MVY4OEEzMS4zMSwzMS4zMSwwLDAsMCw1ODYuMTcsNTYuMjlaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMzYwLDI3LjQ4LDM0Mi4yLDkuNjhhMi43MywyLjczLDAsMCwwLTQuNjcsMS45M1Y2MC4wOWExLjYsMS42LDAsMCwxLTIuNSwxLjMyLDI1LjgxLDI1LjgxLDAsMCwwLTE1LTQuNDVIMzA4Ljg0YTMxLjYsMzEuNiwwLDAsMC0zMS42MSwzMS42djkuNTNoMHY4Ljg1YTMxLjYxLDMxLjYxLDAsMCwwLDMxLjYxLDMxLjYxaDYuMjJjOC43NSwwLDE2LjQzLTQuNzgsMjAuNy0xM2EuODQuODQsMCwwLDEsMS41OS4zN3Y5Ljg0YTIuNzcsMi43NywwLDAsMCwyLjc3LDIuNzdoMTkuMjNhMi43OSwyLjc5LDAsMCwwLDIuNzgtMi43OFYzMi42MUE3LjI3LDcuMjcsMCwwLDAsMzYwLDI3LjQ4Wm0tNTguMDksNzhWMTAyaDBWOTBhOS40OSw5LjQ5LDAsMCwxLDkuNDgtOS40OGgxNS45M0E5LjQ4LDkuNDgsMCwwLDEsMzM2LjgsOTB2OS4wOGgwdjYuNGE5LjQ4LDkuNDgsMCwwLDEtOS40OCw5LjQ5SDMxMS4zOUE5LjQ5LDkuNDksMCwwLDEsMzAxLjkxLDEwNS40OVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNjIuNDIsNTdIMTQzLjJhMi43NywyLjc3LDAsMCwwLTIuNzcsMi43N3Y5LjgzYS44NC44NCwwLDAsMS0xLjU5LjM3Yy00LjI3LTguMi0xMi0xMy0yMC43LTEzaC02LjIzYTMxLjYsMzEuNiwwLDAsMC0zMS42LDMxLjZ2MTguMzhhMzEuNiwzMS42LDAsMCwwLDMxLjYsMzEuNjFoNi4yM2M4Ljc0LDAsMTYuNDMtNC43OCwyMC43LTEzYS44NC44NCwwLDAsMSwxLjU5LjM3djkuODRhMi43NywyLjc3LDAsMCwwLDIuNzcsMi43N2gxOS4yMmEyLjc4LDIuNzgsMCwwLDAsMi43OC0yLjc4di03NkEyLjc3LDIuNzcsMCwwLDAsMTYyLjQyLDU3Wm0tMjIuNTQsNDguNTNhOS40OSw5LjQ5LDAsMCwxLTkuNDksOS40OUgxMTQuNDdhOS40OSw5LjQ5LDAsMCwxLTkuNDktOS40OVY5MGE5LjQ5LDkuNDksMCwwLDEsOS40OS05LjQ4aDE1LjkyQTkuNDksOS40OSwwLDAsMSwxMzkuODgsOTBaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjMxLjc4LDU3SDIzMGMtOC43NCwwLTE2LjQzLDQuNzctMjAuNywxM2EuODQuODQsMCwwLDEtMS41OS0uMzdWNTkuNzNBMi43NywyLjc3LDAsMCwwLDIwNC45NCw1N0gxODUuNzJhMi43NywyLjc3LDAsMCwwLTIuNzgsMi43OHY3NS45MWEyLjgsMi44LDAsMCwwLDIuOCwyLjhoMTkuMTdhMi44LDIuOCwwLDAsMCwyLjgtMi44TDIwNy43OCw5MWE5LjQ4LDkuNDgsMCwwLDEsOS40OC05LjQ4aDExLjhBOS40OSw5LjQ5LDAsMCwxLDIzOC41NCw5MWwuMDYsNDQuNjRhMi44MSwyLjgxLDAsMCwwLDIuODEsMi44aDE5LjE2YTIuOCwyLjgsMCwwLDAsMi44MS0yLjhWODguNTZBMzEuNiwzMS42LDAsMCwwLDIzMS43OCw1N1oiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNi4yMyw0MC4zNEExNi4yNCwxNi4yNCwwLDAsMCwwLDU2LjU4djczLjE1YTkuNzgsOS43OCwwLDAsMCwyLjg2LDYuOTFsMTYuOTEsMTYuOWEyLjkzLDIuOTMsMCwwLDAsNS0yLjA3VjExNGEyLjczLDIuNzMsMCwwLDEsMi43My0yLjczSDU2YTMuNjQsMy42NCwwLDAsMCwzLjQ3LTIuNTRsNS4zNy0xN2EzLjA3LDMuMDcsMCwwLDAtMi45Mi00SDI3LjVBMi43MiwyLjcyLDAsMCwxLDI0Ljc3LDg1VjY2LjQ1YTIuNzIsMi43MiwwLDAsMSwyLjczLTIuNzJINzEuMjRBMy42MywzLjYzLDAsMCwwLDc0LjcsNjEuMmw1LjQxLTE2Ljg2YTMuMDcsMy4wNywwLDAsMC0yLjkyLTRaIi8+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 28px;
  width: 92px;
}
.ddb-footer-newlogo-text {
  font-family: "Roboto Condensed", Roboto, Helvetica, sans-serif;
  font-size: 14px;
  color: #979AA4;
  padding-left: 6px;
  padding-top: 8px;
}
@media (min-width: 1024px) {
  .ddb-footer-newlogo-text {
    padding-top: 5px;
  }
}
@media (min-width: 1048px) {
  .ddb-footer-newlogo-text {
    padding-top: 8px;
  }
}
@media (max-width: 1024px) {
  .ddb-footer-newlogo-text {
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
}
.ddb-footer-newlogo-textlink {
  font-family: "Roboto Condensed", Roboto, Helvetica, sans-serif;
  font-size: 14px;
  color: #979AA4;
  padding-top: 4px;
}
.ddb-footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .ddb-footer-logo {
    padding-bottom: 0;
  }
}
.ddb-footer-logo-image {
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOTkuNSAxMjYuNyI+PHBhdGggZD0iTTE3OC41IDM4YzAtLjYuMS0xLjYuMy0zLjMuMi0xLjcgMS4zLTYuNyA1LjctOS41LS4yIDAtLjUtLjEtLjctLjEtLjYgMC0yLjQtLjEtNC45LjggMS0xLjUgNC43LTQgNi4xLTQuNy4xLS4xLjMtLjIuNC0uMi0xLjYtNS4xLTUtOS4zLTkuOC0xMS44LTMtMS42LTYuMS0yLjQtMTAuMy0yLjVoLTguNGMtNi43IDAtOS44LS4xLTEyLjItLjYtMi0uNS0zLjgtMS42LTMuOC0xLjZsLS41LS4zLjEuNmMwIC4yLjUgNC43IDUuOSA4LjcgMSAuOCAxLjggMS41IDEuOCA0LjF2MjQuMmMwIDIuNi0uNSAzLjMtMS43IDQtMS4zLjgtNCAyLjMtNCAyLjRsLS45LjVoMjEuOWM2LjEgMCAxMC0xIDE0LjEtMy44LjgtLjUgMS41LTEuMSAyLjEtMS42LS40LTMuMS4xLTUuOS41LTcuNSAwLS4xLTEuMS45LTEuNyAyLjJ6bS0xNCAuNWgtNC43VjE2LjloNC43YzYuMiAwIDkuNyAzLjkgOS43IDEwLjhzLTMuNSAxMC44LTkuNyAxMC44em02MC43IDUuNGMuNC0uOC42LTEuOC42LTIuOCAwLTEtLjMtMi0uNy0yLjhsMS4yLjJjLjguMSAyLjMgMS4xIDIuMyAyLjYgMCAxLjgtMS44IDIuNi0zLjQgMi44em0yMy4yIDFjLTQuMiAyLjgtOCAzLjgtMTQuMSAzLjhoLS4yYzEtMS4yIDEuNS0yLjggMS41LTQuNCAwLTIuMy0xLjEtNC40LTIuOS01LjhoMi42YzYuMiAwIDkuNy0zLjkgOS43LTEwLjhzLTMuNS0xMC44LTkuNy0xMC44aC00Ljd2Mi43Yy0uNy0uMS0xLjMtLjItMi0uMi0xLjEgMC0yLjQuMi0yLjcuNCAxLjMtMS4xIDIuOC0xLjYgMy44LTEuOC00LjQtMS04LjUgMS41LTkuMSAyLjIuNS0xLjEgMS41LTIuMSAyLjItMi44LTEuNC41LTIuNyAxLjItMy44IDEuOXYtMS44YzAtMi43LS43LTMuNC0xLjgtNC4xLTUuNC0zLjktNS45LTguNS01LjktOC43bC0uMS0uNi41LjNzMS44IDEuMiAzLjggMS42YzIuMy41IDUuNS42IDEyLjIuNmg4LjRjNC4yLjIgNy4zLjkgMTAuMyAyLjUgNi44IDMuNSAxMC44IDEwLjQgMTAuOCAxOC40IDAgNC45LTEuNiA5LjctNC40IDEzLjEtMS4xIDEuNy0yLjYgMy4xLTQuNCA0LjN6bS0yMS4yLTguM2MtMS41IDAtMy4xLjMtMy4xLjMtLjMtLjMtMi4zLTEuOC0zLjItMiAxLjYgMS43IDEuMSAzLjUuNyA0LjEtLjMuNS0uOS44LTEuNC44LS40IDAtLjgtLjEtMS4yLS40di05LjhjLjQtLjUuOC0xLjEgMS4zLTEuNiAxLjEtMS4zIDIuOS0yLjEgNC43LTIuMSAxLjEgMCAyLjIuMyAyLjkuOWwuNi40LjUtLjVjLjMtLjMgMS0uNiAxLjctLjl2MTEuNWMtMS4xLS41LTIuMi0uNy0zLjUtLjd6bS0yLTEzLjZjLTMuNy0uNS05LjQgMi0xMi4zIDUuNi42LTIuNCAzLjItNi4zIDYuNC04LjEgMCAwLTEuNiAyLS45IDIuMyAxIC41IDMuNi0zLjYgNy0zLjcgMCAwLTIuNSAxLjItMiAyLjEuNC42IDIuMS0uOCA1LS44IDMuNiAwIDYuOCAyLjIgOC4zIDMuOS0yLjUtLjctNy4yLjUtOC42IDEuNy0yLjEtMS42LTYuMi0xLjQtOC41IDEuMy0yLjkgMy4zLTQuNyA3LjItNS4yIDguNC0xLS44LTEuOS0xLjUtMi41LTItLjUtLjQtMS0uNi0xLjUtLjggMi43LTMuOCA4LjMtOS42IDE0LjgtOS45em0tMzktMTEuMmMtLjQtNC43IDEuOC03LjMgMi44LTguNCAyLjItMi4zIDUuMi0zLjYgOS43LTMuNCA3IC40IDEwLjQgNS4yIDEwLjQgMTAuMyAwIDIuNy0xLjQgNi4zLTMuNCA4LjZsLS40LS40Yy0xLjMtMS4yLTMuMi0yLjctNC40LTQuNSAyLjQtMy41IDEuNC05LTIuOS05LTIuNyAwLTQuOSAyLjgtNCA2LjItLjQgMS41LS42IDMuNS0uMyA1LTMuMS0xLjYtNC4xLTMuNy00LjctNS42LS44IDEuNi0xLjMgMy44LS43IDUuOSAwIC4yLTEuOC0xLjQtMi4xLTQuN3ptMS44IDguNWMtLjMgMS4xLTQuNCAyLjMtNi40IDQuMyAzLS42IDQuNC0uMSA0LjkgMS4xLjMuOS0uMSAyLjEtLjMgMy41IDEtMS4xIDQuNC0zLjQgNi45LTMuOS0uNi0uMi0yLjEtLjUtMi43LS41IDEuOC0yLjEgNS44LTIuOCA4LTIuMy0xLjQtLjEtNC4yLjctNS4zIDEuNiAxIC4yIDEuOS40IDIuNy43LTEuMy41LTMgMi4xLTMuNiAzLjggMS43LTEuMiA1LjItLjkgNS44IDEuNi40IDEuNy0uOCAzLjItMS40IDMuNS41LjEgMS43IDAgMi4yLS4zLS4yLjctMS4yIDEuOS0xLjkgMi4xIDEuOCAwIDQuNC0xLjIgNS4xLTIuOSAwIDAtMS4xLjQtMS42LS4xcy4yLTIuNy4yLTIuNy0uNy45LTEuMy40Yy0uNi0uNi4yLTIuNi41LTMtLjYtLjItMi4yLS40LTIuOS0uMyAyLS43IDYuNS0xLjEgNy0uMi40LjctLjYgMi4xLS42IDIuMS44LS4xIDMuMSAwIDMuOS45LjggMSAuMyAyLjMuMyAyLjMgMS44LS45IDMuNC0zLjcgMy02LjUtLjIuNi0xIDEuNS0xLjggMS43LjEtLjktLjYtMS40LTEuMi0xLjYuMy0xLjctLjQtMy45LTIuOS02LjMtMi4xLTIuMS02LjEtNC45LTUuOS04LjYtLjYuOC0xLjEgMy4xLS41IDQuNCAxLjcgMiA1LjQgNC4yIDYuMyA3LjYtMS42LTQtOS40LTcuMS05LjEtMTIuNi0xIDEtMS42IDQuOS0uOCA2LjkgMS41LjkgMi44IDIuNCAzIDMuOC0xLjQtMy4yLTcuMS0zLjgtOC43LTcuNi0uNCAxLjQtLjIgMy4xLjYgNC4yIDAgMC0xLjQtLjUtNC40LS40IDEgLjQgMy4xIDIuMiAyLjkgMy4zem0xNi4yIDQuNmMtMS43IDAtMi4yLTEuMy0yLjYtMi43IDIgLjggMi42IDIuNyAyLjYgMi43ek0yMjYgNTFjMS4yIDEuMSA0LjEgMS45IDUuNiAxLjItLjkgMS42LTUuMSAzLjgtOSAyLjgtMy43LTEtNS40LTQuNS01LjQtNi44LTEuOCAxLjgtMS4zIDQuNiAwIDUuOC0xLjQtLjQtMy42LTEuOS00LTQuNi0uMy0yLjMgMS01LTEuNC03LjEtMS40LTEuMy0zLjctMy4xLTUuMS00LjItMy0yLjMtMS45LTQuMS0yLjUtNS4zLS41LTEtMS44LTEuNS0yLjUtMi40LS44LS45LS43LTIuMi0uMy0yLjktLjEgMSAuNiAxLjggMS42IDIuMiAxLjEuNCAyIC4xIDMgLjYgMS4xLjcuNiAyLjQgMS40IDMuMS43LjUgMi42LS4yIDQuMSAxLjEgMS42IDEuMyA1LjEgNC4yIDYuNiA1LjQgMi43IDIuMiA1LjUtLjMgNC42LTIuOSAyLjggMS42IDMuMSA2LjIuOCA3LjggMi4yLjUgNi4xLS41IDYuMS0zLjYgMC0xLjktMS44LTMuMy0zLTMuNSA0LjUtLjQgOC40IDIuNyA4LjQgNi43LS4yIDQtNC4zIDcuMi05IDYuNnptLTE0LjktOC4ybC4zLjNjLTIuNCA0LjktNi45IDExLjItMTUuNSAxMS4yLTMuMSAwLTUuOS0xLjEtNy45LTIuNi0uNy0uNS0xLjMtMS4xLTEuOC0xLjgtLjMtLjQtLjYtLjctLjktMS4xLS40LS41LS43LS41LS45LS4yLS40LjYuMyAyLjUuMyAyLjUtNi44LTYuNC0zLjMtMTUuOC0zLjItMTYuMi40LTEuMiAwLTEuNC0uNC0xLjItLjYuMi0xLjMgMS4yLTEuMyAxLjIuNS01LjcgNS44LTkuMiA1LjgtOS4ybC4xLjFjLjYuOS0uMyAyLS40IDUuNiAxLTEuNCA0LjktNC4xIDcuMS00LjktLjcuOS0xLjMgMi4yLTEuMyA0LjEgMCAwIDEuNi0xLjggMy42LTEuOC41IDAgMSAuMSAxLjQuMy03LjYgNy40LTQuNCAxNi42IDIgMTYuNiAzLjYgMCA3LjItNCA4LjctNi43IDEuMSAxLjEgMyAyLjcgNC4zIDMuOHoiIGZpbGw9IiNlNDA3MTIiLz48cGF0aCBkPSJNMjIxLjMgNjQuN2MtMTcuNyAwLTM1LjUgMTIuMS0zNS41IDMxLjQgMCAyMCAxNy43IDMwLjYgMzUuMyAzMC42IDE3LjggMCAzNS42LTEwLjUgMzUuNi0zMC42IDAtMTkuOC0xNy43LTMxLjQtMzUuNC0zMS40em0tLjIgNDguNGMtNy44IDAtMTcuNC01LjktMTcuNC0xNyAwLTExLjQgOS0xNy41IDE3LjUtMTcuNSA3LjggMCAxNy43IDUuNCAxNy43IDE3LjcgMCAxMS43LTkuOSAxNi44LTE3LjggMTYuOHptODEuNi00Ni41aDI0LjVsLTQuNiA1LjJWMTI1aC0xMy4zYy0yLjUtNy45LTI4LTI4LjEtMzAuMy0zNC43aC0uMnYyOS42bDQuNiA1LjFoLTI0LjNsNC41LTUuMnYtNDhsLTQuNi01LjNoMTkuN2MxLjggNS45IDI0LjggMjIuOCAyOC4yIDMxLjhoLjJWNzEuOGwtNC40LTUuMnptNTkuMS0xLjNjLTEyLjkgMC0yNSAuOC0zMS40IDEuM2w0LjYgNS4xdjQ4LjJsLTQuNiA1LjFjNi41LjUgMTkuMyAxLjMgMzIuMiAxLjMgMjYuMyAwIDM2LjktMTIuOSAzNi45LTMwLjUgMC0xOC4zLTE0LjUtMzAuNS0zNy43LTMwLjV6bS42IDQ3LjdjLTQgMC03LjYtLjItMTAtLjVWNzkuMmMyLjctLjMgNC44LS42IDkuMi0uNiAxMS4zIDAgMjAgNC44IDIwIDE3IDAgMTEuNy03LjkgMTcuNC0xOS4yIDE3LjR6bS0xOTguMiA2LjhsNC41IDUuMWgtMjYuNmw0LjgtNS4xLS4xLTEyLjEtMjcuNS00MS4xaDI4bC00IDQuNSAxMy4xIDIzLjJoLjJsMTIuOC0yMy4yLTMuOC00LjVoMjZsLTI3LjUgNDEuM3ptLTM5LjQtOC4xbC04LjggMTMuMmguMS01MC44bDQuNi01LjFWNzEuN2wtNC42LTUuMSA0NS45LS4xdi4xbDguOCAxMy4xSDg3LjNWODloMjMuMmwtOC44IDEzLjJ2LjFsLTE0LjQtLjF2OS42em0tNjYtMTIuNGMtMi4yLTIuMS01LjEtMy43LTguOS00LjggMS41LS40IDIuOS0xIDQuMi0xLjggMS4zLS44IDIuMy0xLjYgMy4yLTIuNi45LTEgMS42LTIgMi0zLjEuNS0xIC43LTIgLjctM3YtMS45YzAtMi4zLS41LTQuNS0xLjYtNi40LTEuMS0xLjktMi42LTMuNi00LjYtNC45LTItMS40LTQuOC0yLjQtNy42LTMuMi0yLjgtLjctNS45LTEuMS05LjMtMS4xaC0zNWw1LjIgNS40djE4LjRIMGw3LjEgOS4xdjIwLjFsLTUuMiA1LjRoMzYuOGM2LjkgMCAxMi45LTEuMiAxNy4xLTMuNyA0LjItMi41IDYuMi02LjEgNi4yLTExdi0zLjNjMC0zLTEuMS01LjUtMy4yLTcuNnptLTM0LjctMjJoOS40YzIuNyAwIDQuOS40IDYuNiAxLjIgMS43LjggMi41IDIuMyAyLjUgNC41djEuOWMwIDEuNy0uNiAzLTEuOSA0LTEuMyAxLTMgMS41LTUuMiAxLjVIMjQuMVY3Ny4zem0yMC41IDMxLjJjMCAxLjItLjIgMi4yLS43IDIuOS0uNS43LTEuMSAxLjMtMS45IDEuOC0uOC40LTEuNy43LTIuOC45LTEuMS4xLTIuMi4yLTMuMy4ySDI0LjF2LTE0LjFIMzZjMi4yIDAgNC4xLjUgNS45IDEuNSAxLjcgMSAyLjYgMi4zIDIuNiA0djIuOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 64px;
  width: 200px;
}
.ddb-footer-logo-byline {
  text-transform: uppercase;
  font-family: "Roboto Condensed", Roboto, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #979AA4;
}
@media print {
  .ddb-footer {
    margin-top: 20px;
    padding-top: 0;
    background: none;
  }
  .ddb-footer-wrapper-upper, .ddb-footer-lower-links {
    display: none;
  }
  .ddb-footer-wrapper-lower {
    background: none;
  }
  .ddb-footer-lower {
    padding: 0 !important;
  }
}

.hero__content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
.hero__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 24px;
}
@media screen and (min-width: 1024px) {
  .hero__content {
    padding: 165px 24px;
    width: 50vw;
  }
}
.hero__text-wrapper {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 570px;
  padding: 24px;
}
.hero__title {
  color: #FFFFFF !important;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 68px;
  font-weight: 900;
  margin: 24px;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero__title {
    font-size: 36px;
  }
}
.hero__title-follow {
  color: #FFFFFF;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 1.875;
  padding: 0 40px;
  text-align: center;
}
.hero__from-subtext {
  color: #fff;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  padding: 0 40px;
  text-align: center;
  text-transform: uppercase;
}
.hero__button-wrapper {
  margin: 16px;
  margin-top: 48px;
}
.hero__button-follow {
  color: #8A9BA8;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 1.875;
  padding: 0 40px;
  text-align: center;
}

.center-feature {
  align-items: center;
  background-color: #10161A;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 80px 16px;
}
.center-feature__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 525px;
}
.center-feature__header-text {
  color: #FFFFFF !important;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .center-feature__header-text {
    font-size: 28px;
  }
}
.center-feature__body-text {
  color: #FFFFFF;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.5px;
  margin: 8px;
  text-align: center;
}
.center-feature__image {
  margin: 16px;
  max-width: 100%;
}
.center-feature__button-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 16px;
}

.side-feature {
  align-items: center;
  background-color: #10161A;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 80px 16px;
}
.side-feature__content {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1200px;
}
.side-feature__content--reverse {
  flex-direction: row-reverse;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .side-feature__content {
    flex-direction: column-reverse;
    padding: 8px 16px;
  }
}
.side-feature__image {
  margin: 16px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .side-feature__image {
    width: 50%;
  }
}
.side-feature__video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.side-feature__video-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .side-feature__video-wrapper {
    width: 100%;
  }
}
.side-feature__video-wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  .side-feature__video-wrapper {
    padding: 8px;
  }
}
.side-feature__text {
  display: flex;
  flex-direction: column;
  padding: 48px 16px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .side-feature__text {
    padding: 24px 8px;
    text-align: center;
    width: 100%;
  }
}
.side-feature__header-text {
  color: #FFFFFF !important;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .side-feature__header-text {
    font-size: 28px;
  }
}
.side-feature__body-text {
  color: #FFFFFF;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.5px;
  margin: 8px;
  text-align: center;
}

.callout {
  align-items: center;
  background-color: #182026;
  display: flex;
  flex-direction: column;
  padding: 48px;
}
.callout__main-text {
  color: #FFFFFF;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 16px;
  text-align: center;
  text-transform: uppercase;
}
.callout__main-text--calm {
  text-transform: none;
}
.callout__button-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 16px;
}
.callout__secondary-text {
  color: #A7B6C2;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.25px;
  margin: 16px;
  text-align: center;
}

.encounter-builder-app.encounter-builder-page .combat-tracker__app-container {
  max-width: none !important;
}

/* Hacky Overrides */
.combat-tracker .hero--combat-tracker {
  background-color: #10161A;
  background-image: url(/app/images/Content/images/feature-pages/ct/combat-tracker-hero-background-desktop.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .combat-tracker .hero--combat-tracker {
    padding-top: 60vh;
  }
}
.combat-tracker .side-feature--start {
  background-image: url(/app/images/Content/images/feature-pages/ct/combat-tracker-feature-background-1.jpg);
}
.combat-tracker .center-feature--initiative {
  background-image: url(/app/images/Content/images/feature-pages/ct/combat-tracker-preorder-bonuses-background.jpg);
}
.combat-tracker .side-feature--organize {
  background-image: url(/app/images/Content/images/feature-pages/ct/combat-tracker-feature-background-2.jpg);
}

.encounter-builder-app.encounter-builder-page .encounter-builder__app-container {
  max-width: none !important;
}

.encounter-builder {
  line-height: 1.4;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
}
.encounter-builder--dark-bg {
  background-color: #121212;
}
@media screen and (max-width: 1024px) {
  .encounter-builder {
    text-align: center;
  }
}
.encounter-builder__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .encounter-builder__container {
    padding: 40px;
  }
}
.encounter-builder__header {
  color: #FFFFFF;
  font-size: 48px;
  margin: 20px 0;
}
.encounter-builder__header--large {
  color: #FFFFFF;
  font-size: 48px;
  margin: 20px 0;
  font-size: 74px;
  font-weight: 800;
  line-height: 1em;
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .encounter-builder__header--large {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .encounter-builder__header--large {
    font-size: 56px;
  }
}
.encounter-builder__button {
  display: block;
  background-color: #1B9AF0;
  color: white;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  padding: 20px;
  max-width: 320px;
  margin: 0 auto;
  transition: all 400ms ease;
}
.encounter-builder__button:hover {
  transform: scale(1.05);
}
.encounter-builder__text {
  color: #A2ACB6;
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
}
.encounter-builder__text--beta {
  text-decoration: underline;
  text-decoration-color: #1B9AF0;
}
.encounter-builder__link {
  color: #1B9AF0;
}
.encounter-builder__image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.encounter-builder__hero {
  background-image: linear-gradient(180deg, rgba(18, 18, 18, 0.7) 0%, #121212 100%), url(/app/images/Content/images/feature-pages/eb/encounter-builder-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
.encounter-builder__hero .encounter-builder__container {
  padding-top: 0px;
}
@media screen and (max-width: 1024px) {
  .encounter-builder__hero {
    background-size: cover;
    background-position: center;
  }
}
.encounter-builder__images {
  background-color: #121212;
  text-align: center;
}
.encounter-builder__promo {
  background-color: #121212;
}
.encounter-builder__promo-feature {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .encounter-builder__promo-feature {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.encounter-builder__promo-feature:last-child {
  margin-bottom: 75px;
}
.encounter-builder__promo-feature-content {
  flex: 0 1 500px;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .encounter-builder__promo-feature-content {
    order: 0;
    flex: 0 1 auto;
  }
}
.encounter-builder__promo-feature-media {
  flex: 0 1 600px;
  max-width: 100%;
  object-fit: contain;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .encounter-builder__promo-feature-media {
    order: 1;
    flex: 0 1 auto;
  }
}
.encounter-builder__info {
  background-color: black;
  text-align: center;
}
.encounter-builder__info-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .encounter-builder__info-container {
    flex-direction: column;
  }
}
.encounter-builder__info-card {
  flex: 0 1 320px;
  max-width: 320px;
}
@media screen and (max-width: 1024px) {
  .encounter-builder__info-card {
    margin: 0 auto -50px auto;
  }
}
.encounter-builder__info-icon {
  width: 45px;
  padding: 15px;
}
.encounter-builder__info-icon-wrapper {
  width: 75px;
  height: 75px;
  background-color: #1F1F21;
  border-radius: 50%;
  margin: 0 auto -50px auto;
  position: relative;
  z-index: 1;
}
.encounter-builder__info .encounter-builder__text {
  font-size: 16px;
  background-color: #19191A;
  padding: 30px;
  border-radius: 5px;
}
.encounter-builder__call-to-action {
  background-color: #121212;
  text-align: center;
}
.encounter-builder__call-to-action .encounter-builder__text {
  margin: 40px auto;
}

.hero-bg {
  background-image: url(/app/images/Content/images/feature-pages/cs/character-sheet-hero-background-tablet.jpg);
  background-size: cover;
  background-position: center;
}

.hero__text-wrapper_cs {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 570px;
  padding: 24px;
}

.hero__content_cs {
  padding: 165px 24px;
  width: 50vw;
}

.side-feature-bg1 {
  background-image: url(/app/images/Content/images/feature-pages/cs/character-sheet-feature-background-1-desktop.jpg);
  background-position: center;
}

.center-feature-bg {
  background-image: url(/app/images/Content/images/feature-pages/cs/character-sheet-feature-background-2-desktop.jpg);
  background-position: center;
}

.center-feature__header-text {
  color: #FFFFFF !important;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin: 16px;
  text-align: center;
}

.key-highlights {
  align-items: center;
  background-color: #10161A;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 80px 16px;
  padding-top: 252px;
}

.key-highlights__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
}

.key-highlights__header {
  color: #FFFFFF !important;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin: 16px;
  text-align: center;
}

.key-highlights__highlights-wrapper {
  display: flex;
  justify-content: center;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .key-highlights__highlights-wrapper {
    align-items: center;
    flex-direction: column;
  }
}
.key-highlights__button-wrapper {
  margin: 24px;
}

.highlight {
  align-items: center;
  background-color: #182026;
  display: flex;
  flex-direction: column;
  margin: 16px;
  padding: 48px 24px;
  position: relative;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .highlight {
    margin-top: 50px;
    width: 100%;
  }
}
.highlight__icon-wrapper {
  align-items: center;
  background-color: #30404D;
  box-sizing: content-box;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 16px;
  position: absolute;
  top: -47px;
  width: 50px;
}

.highlight__icon-wrapper svg {
  height: 40px;
  width: 40px;
}

.highlight__header {
  color: #FFFFFF;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1.25;
  margin: 8px;
  min-height: 70px;
  text-align: center;
}

.highlight__text {
  color: #FFFFFF;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.875;
  text-align: center;
}

.custompath path {
  fill: #1B9AF0;
}

.dice-bg {
  background-color: #10161A;
  background-image: url(/app/images/Content/images/feature-pages/dice/digital-dice-hero-background-desktop.jpg);
  background-size: cover;
}

.hero__text-wrapper_dice {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 570px;
  padding: 24px;
}

/* Hacky Overrides */
.player-app {
  line-height: 1.4;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
}
.player-app .hero--player-app {
  background-color: #10161A;
  background-image: url(/app/images/Content/images/feature-pages/pa/hero-bg-large.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .player-app .hero--player-app {
    margin-top: -4vh;
  }
}
.player-app .hero__button-wrapper {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.player-app .hero__text-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
}
.player-app .adventure-container {
  background-image: url(/app/images/Content/images/feature-pages/pa/video-bg-large.png);
}
.player-app .highlights-container {
  background-image: url(/app/images/Content/images/feature-pages/pa/highlight-bg-large.png);
}
.player-app .video-feature {
  background-color: #10161A;
  background-position: center;
  background-size: cover;
}
.player-app .video-feature__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 900px;
  padding: 48px;
}
.player-app .video-feature__video-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.player-app .video-feature__video-wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  .player-app .video-feature__video-wrapper {
    padding: 8px;
  }
}
.player-app .video-feature__video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.player-app .app-store-link {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.player-app .app-store-link__text {
  text-indent: -99999px;
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}
.player-app .app-store-link--apple {
  width: 120px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTkuNjY0IiBoZWlnaHQ9IjQwIj48cGF0aCBkPSJNMTEwLjEzNSAwSDkuNTM1Yy0uMzY3IDAtLjczIDAtMS4wOTUuMDAyLS4zMDYuMDAyLS42MS4wMDgtLjkxOS4wMTNBMTMuMjE1IDEzLjIxNSAwIDAwNS41MTcuMTlhNi42NjUgNi42NjUgMCAwMC0xLjkuNjI3IDYuNDM4IDYuNDM4IDAgMDAtMS42MiAxLjE4QTYuMjU4IDYuMjU4IDAgMDAuODIgMy42MTdhNi42MDEgNi42MDEgMCAwMC0uNjI1IDEuOTAzIDEyLjk5MyAxMi45OTMgMCAwMC0uMTc5IDIuMDAyYy0uMDEuMzA3LS4wMS42MTUtLjAxNS45MjFWMzEuNTZjLjAwNS4zMS4wMDYuNjEuMDE1LjkyMWExMi45OTIgMTIuOTkyIDAgMDAuMTggMi4wMDIgNi41ODggNi41ODggMCAwMC42MjQgMS45MDVBNi4yMDggNi4yMDggMCAwMDEuOTk4IDM4YTYuMjc0IDYuMjc0IDAgMDAxLjYxOCAxLjE3OSA2LjcgNi43IDAgMDAxLjkwMS42MyAxMy40NTUgMTMuNDU1IDAgMDAyLjAwNC4xNzdjLjMxLjAwNy42MTMuMDExLjkxOS4wMTEuMzY2LjAwMi43MjguMDAyIDEuMDk1LjAwMmgxMDAuNmMuMzYgMCAuNzI0IDAgMS4wODQtLjAwMi4zMDQgMCAuNjE3LS4wMDQuOTIyLS4wMWExMy4yNzkgMTMuMjc5IDAgMDAyLS4xNzggNi44MDQgNi44MDQgMCAwMDEuOTA4LS42M0E2LjI3NyA2LjI3NyAwIDAwMTE3LjY2NiAzOGE2LjM5NSA2LjM5NSAwIDAwMS4xODItMS42MTQgNi42MDQgNi42MDQgMCAwMC42MTktMS45MDUgMTMuNTA2IDEzLjUwNiAwIDAwLjE4NS0yLjAwMmMuMDA0LS4zMS4wMDQtLjYxLjAwNC0uOTIxLjAwOC0uMzY0LjAwOC0uNzI1LjAwOC0xLjA5NFY5LjUzNmMwLS4zNjYgMC0uNzMtLjAwOC0xLjA5MiAwLS4zMDYgMC0uNjE0LS4wMDQtLjkyYTEzLjUwNyAxMy41MDcgMCAwMC0uMTg1LTIuMDAzIDYuNjE4IDYuNjE4IDAgMDAtLjYyLTEuOTAzIDYuNDY2IDYuNDY2IDAgMDAtMi43OTgtMi44IDYuNzY4IDYuNzY4IDAgMDAtMS45MDgtLjYyNyAxMy4wNDQgMTMuMDQ0IDAgMDAtMi0uMTc2Yy0uMzA1LS4wMDUtLjYxOC0uMDExLS45MjItLjAxMy0uMzYtLjAwMi0uNzI1LS4wMDItMS4wODQtLjAwMnoiIGZpbGw9IiNhNmE2YTYiLz48cGF0aCBkPSJNOC40NDUgMzkuMTI1Yy0uMzA1IDAtLjYwMi0uMDA0LS45MDQtLjAxYTEyLjY4NyAxMi42ODcgMCAwMS0xLjg3LS4xNjQgNS44ODQgNS44ODQgMCAwMS0xLjY1Ni0uNTQ4IDUuNDA2IDUuNDA2IDAgMDEtMS4zOTctMS4wMTYgNS4zMiA1LjMyIDAgMDEtMS4wMi0xLjM5NyA1LjcyMiA1LjcyMiAwIDAxLS41NDQtMS42NTcgMTIuNDE0IDEyLjQxNCAwIDAxLS4xNjYtMS44NzVjLS4wMDctLjIxLS4wMTUtLjkxMy0uMDE1LS45MTN2LTIzLjFzLjAwOS0uNjkyLjAxNS0uODk1YTEyLjM3IDEyLjM3IDAgMDEuMTY1LTEuODcyIDUuNzU1IDUuNzU1IDAgMDEuNTQ0LTEuNjYyIDUuMzczIDUuMzczIDAgMDExLjAxNS0xLjM5OCA1LjU2NSA1LjU2NSAwIDAxMS40MDItMS4wMjMgNS44MjMgNS44MjMgMCAwMTEuNjUzLS41NDRBMTIuNTg2IDEyLjU4NiAwIDAxNy41NDMuODg3bC45MDItLjAxMmgxMDIuNzY5bC45MTMuMDEzYTEyLjM4NSAxMi4zODUgMCAwMTEuODU4LjE2MiA1LjkzOCA1LjkzOCAwIDAxMS42NzEuNTQ4IDUuNTk0IDUuNTk0IDAgMDEyLjQxNSAyLjQyIDUuNzYzIDUuNzYzIDAgMDEuNTM1IDEuNjQ5IDEyLjk5NSAxMi45OTUgMCAwMS4xNzQgMS44ODdjLjAwMy4yODMuMDAzLjU4OC4wMDMuODkuMDA4LjM3NS4wMDguNzMyLjAwOCAxLjA5MnYyMC45MjljMCAuMzYzIDAgLjcxOC0uMDA4IDEuMDc1IDAgLjMyNSAwIC42MjMtLjAwNC45M2ExMi43MzEgMTIuNzMxIDAgMDEtLjE3IDEuODUzIDUuNzM5IDUuNzM5IDAgMDEtLjU0IDEuNjcgNS40OCA1LjQ4IDAgMDEtMS4wMTYgMS4zODYgNS40MTMgNS40MTMgMCAwMS0xLjQgMS4wMjIgNS44NjIgNS44NjIgMCAwMS0xLjY2OC41NSAxMi41NDIgMTIuNTQyIDAgMDEtMS44NjkuMTYzYy0uMjkzLjAwNy0uNi4wMTEtLjg5Ny4wMTFsLTEuMDg0LjAwMnoiLz48ZyBkYXRhLW5hbWU9IiZsdDtHcm91cCZndDsiPjxnIGRhdGEtbmFtZT0iJmx0O0dyb3VwJmd0OyIgZmlsbD0iI2ZmZiI+PHBhdGggZGF0YS1uYW1lPSImbHQ7UGF0aCZndDsiIGQ9Ik0yNC43NjkgMjAuM2E0Ljk0OSA0Ljk0OSAwIDAxMi4zNTYtNC4xNTEgNS4wNjYgNS4wNjYgMCAwMC0zLjk5LTIuMTU4Yy0xLjY4LS4xNzYtMy4zMDggMS4wMDUtNC4xNjQgMS4wMDUtLjg3MiAwLTIuMTktLjk4OC0zLjYwOC0uOTU4YTUuMzE1IDUuMzE1IDAgMDAtNC40NzMgMi43MjhjLTEuOTM0IDMuMzQ4LS40OTEgOC4yNjkgMS4zNjEgMTAuOTc2LjkyNyAxLjMyNSAyLjAxIDIuODA1IDMuNDI4IDIuNzUzIDEuMzg3LS4wNTggMS45MDUtLjg4NSAzLjU4LS44ODUgMS42NTggMCAyLjE0NC44ODUgMy41OS44NTIgMS40ODktLjAyNSAyLjQyNi0xLjMzMiAzLjMyLTIuNjdhMTAuOTYyIDEwLjk2MiAwIDAwMS41Mi0zLjA5MiA0Ljc4MiA0Ljc4MiAwIDAxLTIuOTItNC40ek0yMi4wMzcgMTIuMjFhNC44NzIgNC44NzIgMCAwMDEuMTE1LTMuNDkgNC45NTcgNC45NTcgMCAwMC0zLjIwOCAxLjY2QTQuNjM2IDQuNjM2IDAgMDAxOC44IDEzLjc0YTQuMSA0LjEgMCAwMDMuMjM3LTEuNTN6Ii8+PC9nPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik00Mi4zMDIgMjcuMTRIMzcuNTdsLTEuMTM3IDMuMzU2aC0yLjAwNWw0LjQ4NC0xMi40MThoMi4wODNsNC40ODMgMTIuNDE4aC0yLjAzOXptLTQuMjQzLTEuNTVoMy43NTJsLTEuODUtNS40NDZoLS4wNTF6TTU1LjE2IDI1Ljk3YzAgMi44MTMtMS41MDYgNC42Mi0zLjc3OSA0LjYyYTMuMDcgMy4wNyAwIDAxLTIuODQ4LTEuNTgzaC0uMDQzdjQuNDg0SDQ2LjYzVjIxLjQ0MmgxLjh2MS41MDZoLjAzM2EzLjIxMiAzLjIxMiAwIDAxMi44ODMtMS42YzIuMjk4IDAgMy44MTMgMS44MTYgMy44MTMgNC42MjJ6bS0xLjkxIDBjMC0xLjgzMy0uOTQ4LTMuMDM4LTIuMzkzLTMuMDM4LTEuNDIgMC0yLjM3NSAxLjIzLTIuMzc1IDMuMDM4IDAgMS44MjQuOTU1IDMuMDQ2IDIuMzc1IDMuMDQ2IDEuNDQ1IDAgMi4zOTMtMS4xOTcgMi4zOTMtMy4wNDZ6TTY1LjEyNSAyNS45N2MwIDIuODEzLTEuNTA2IDQuNjItMy43NzkgNC42MmEzLjA3IDMuMDcgMCAwMS0yLjg0OC0xLjU4M2gtLjA0M3Y0LjQ4NGgtMS44NTlWMjEuNDQyaDEuNzk5djEuNTA2aC4wMzRhMy4yMTIgMy4yMTIgMCAwMTIuODgzLTEuNmMyLjI5OCAwIDMuODEzIDEuODE2IDMuODEzIDQuNjIyem0tMS45MSAwYzAtMS44MzMtLjk0OC0zLjAzOC0yLjM5My0zLjAzOC0xLjQyIDAtMi4zNzUgMS4yMy0yLjM3NSAzLjAzOCAwIDEuODI0Ljk1NSAzLjA0NiAyLjM3NSAzLjA0NiAxLjQ0NSAwIDIuMzkyLTEuMTk3IDIuMzkyLTMuMDQ2ek03MS43MSAyNy4wMzZjLjEzOCAxLjIzMiAxLjMzNCAyLjA0IDIuOTcgMi4wNCAxLjU2NiAwIDIuNjkzLS44MDggMi42OTMtMS45MTkgMC0uOTY0LS42OC0xLjU0LTIuMjktMS45MzZsLTEuNjA5LS4zODhjLTIuMjgtLjU1LTMuMzM5LTEuNjE3LTMuMzM5LTMuMzQ4IDAtMi4xNDIgMS44NjctMy42MTQgNC41MTktMy42MTQgMi42MjQgMCA0LjQyMyAxLjQ3MiA0LjQ4MyAzLjYxNGgtMS44NzZjLS4xMTItMS4yMzktMS4xMzYtMS45ODctMi42MzQtMS45ODdzLTIuNTIxLjc1Ny0yLjUyMSAxLjg1OGMwIC44NzguNjU0IDEuMzk1IDIuMjU1IDEuNzlsMS4zNjguMzM2YzIuNTQ4LjYwMyAzLjYwNiAxLjYyNiAzLjYwNiAzLjQ0MyAwIDIuMzIzLTEuODUgMy43NzgtNC43OTMgMy43NzgtMi43NTQgMC00LjYxNC0xLjQyLTQuNzM0LTMuNjY3ek04My4zNDYgMTkuM3YyLjE0MmgxLjcyMnYxLjQ3MmgtMS43MjJ2NC45OTFjMCAuNzc2LjM0NSAxLjEzNyAxLjEwMiAxLjEzN2E1LjgwOCA1LjgwOCAwIDAwLjYxMS0uMDQzdjEuNDYzYTUuMTA0IDUuMTA0IDAgMDEtMS4wMzIuMDg2Yy0xLjgzMyAwLTIuNTQ4LS42ODktMi41NDgtMi40NDV2LTUuMTg5aC0xLjMxNnYtMS40NzJoMS4zMTZWMTkuM3pNODYuMDY1IDI1Ljk3YzAtMi44NDkgMS42NzgtNC42MzkgNC4yOTQtNC42MzkgMi42MjUgMCA0LjI5NSAxLjc5IDQuMjk1IDQuNjM5IDAgMi44NTYtMS42NjEgNC42MzgtNC4yOTUgNC42MzgtMi42MzMgMC00LjI5NC0xLjc4Mi00LjI5NC00LjYzOHptNi42OTUgMGMwLTEuOTU0LS44OTUtMy4xMDgtMi40MDEtMy4xMDhzLTIuNCAxLjE2Mi0yLjQgMy4xMDhjMCAxLjk2Mi44OTQgMy4xMDYgMi40IDMuMTA2czIuNDAxLTEuMTQ0IDIuNDAxLTMuMTA2ek05Ni4xODYgMjEuNDQyaDEuNzczdjEuNTQxaC4wNDNhMi4xNiAyLjE2IDAgMDEyLjE3Ny0xLjYzNSAyLjg2NiAyLjg2NiAwIDAxLjYzNy4wNjl2MS43MzhhMi41OTggMi41OTggMCAwMC0uODM1LS4xMTIgMS44NzMgMS44NzMgMCAwMC0xLjkzNyAyLjA4M3Y1LjM3aC0xLjg1OHpNMTA5LjM4NCAyNy44MzdjLS4yNSAxLjY0My0xLjg1IDIuNzcxLTMuODk4IDIuNzcxLTIuNjM0IDAtNC4yNjktMS43NjQtNC4yNjktNC41OTUgMC0yLjg0IDEuNjQ0LTQuNjgyIDQuMTktNC42ODIgMi41MDYgMCA0LjA4IDEuNzIgNC4wOCA0LjQ2NnYuNjM3aC02LjM5NHYuMTEyYTIuMzU4IDIuMzU4IDAgMDAyLjQzNiAyLjU2NCAyLjA0OCAyLjA0OCAwIDAwMi4wOS0xLjI3M3ptLTYuMjgyLTIuNzAyaDQuNTI2YTIuMTc3IDIuMTc3IDAgMDAtMi4yMi0yLjI5OCAyLjI5MiAyLjI5MiAwIDAwLTIuMzA2IDIuMjk4eiIvPjwvZz48L2c+PGcgZGF0YS1uYW1lPSImbHQ7R3JvdXAmZ3Q7Ij48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMzcuODI2IDguNzMxYTIuNjQgMi42NCAwIDAxMi44MDggMi45NjVjMCAxLjkwNi0xLjAzIDMuMDAyLTIuODA4IDMuMDAyaC0yLjE1NVY4Ljczem0tMS4yMjggNS4xMjNoMS4xMjVhMS44NzYgMS44NzYgMCAwMDEuOTY3LTIuMTQ2IDEuODgxIDEuODgxIDAgMDAtMS45NjctMi4xMzRoLTEuMTI1ek00MS42OCAxMi40NDRhMi4xMzMgMi4xMzMgMCAxMTQuMjQ4IDAgMi4xMzQgMi4xMzQgMCAxMS00LjI0NyAwem0zLjMzNCAwYzAtLjk3Ni0uNDM5LTEuNTQ3LTEuMjA4LTEuNTQ3LS43NzMgMC0xLjIwNy41NzEtMS4yMDcgMS41NDcgMCAuOTg0LjQzNCAxLjU1IDEuMjA3IDEuNTUuNzcgMCAxLjIwOC0uNTcgMS4yMDgtMS41NXpNNTEuNTczIDE0LjY5OGgtLjkyMmwtLjkzLTMuMzE3aC0uMDdsLS45MjcgMy4zMTdoLS45MTNsLTEuMjQyLTQuNTAzaC45MDJsLjgwNiAzLjQzNmguMDY3bC45MjYtMy40MzZoLjg1MmwuOTI2IDMuNDM2aC4wN2wuODAzLTMuNDM2aC44ODl6TTUzLjg1NCAxMC4xOTVoLjg1NXYuNzE1aC4wNjZhMS4zNDggMS4zNDggMCAwMTEuMzQ0LS44MDIgMS40NjUgMS40NjUgMCAwMTEuNTU5IDEuNjc1djIuOTE1aC0uODg5di0yLjY5MmMwLS43MjQtLjMxNC0xLjA4NC0uOTcyLTEuMDg0YTEuMDMzIDEuMDMzIDAgMDAtMS4wNzUgMS4xNDF2Mi42MzVoLS44ODh6TTU5LjA5NCA4LjQzN2guODg4djYuMjZoLS44ODh6TTYxLjIxOCAxMi40NDRhMi4xMzMgMi4xMzMgMCAxMTQuMjQ3IDAgMi4xMzQgMi4xMzQgMCAxMS00LjI0NyAwem0zLjMzMyAwYzAtLjk3Ni0uNDM5LTEuNTQ3LTEuMjA4LTEuNTQ3LS43NzMgMC0xLjIwNy41NzEtMS4yMDcgMS41NDcgMCAuOTg0LjQzNCAxLjU1IDEuMjA3IDEuNTUuNzcgMCAxLjIwOC0uNTcgMS4yMDgtMS41NXpNNjYuNCAxMy40MjRjMC0uODEuNjA0LTEuMjc4IDEuNjc2LTEuMzQ0bDEuMjItLjA3di0uMzg5YzAtLjQ3NS0uMzE1LS43NDQtLjkyMi0uNzQ0LS40OTcgMC0uODQuMTgyLS45MzkuNWgtLjg2Yy4wOS0uNzczLjgxOC0xLjI3IDEuODQtMS4yNyAxLjEyOCAwIDEuNzY1LjU2MyAxLjc2NSAxLjUxNHYzLjA3N2gtLjg1NXYtLjYzM2gtLjA3YTEuNTE1IDEuNTE1IDAgMDEtMS4zNTMuNzA3IDEuMzYgMS4zNiAwIDAxLTEuNTAxLTEuMzQ4em0yLjg5NS0uMzg0di0uMzc3bC0xLjEuMDdjLS42Mi4wNDItLjkuMjUzLS45LjY1IDAgLjQwNS4zNTEuNjQuODM0LjY0YTEuMDYyIDEuMDYyIDAgMDAxLjE2Ni0uOTgzek03MS4zNDggMTIuNDQ0YzAtMS40MjMuNzMyLTIuMzI0IDEuODctMi4zMjRhMS40ODQgMS40ODQgMCAwMTEuMzguNzloLjA2N1Y4LjQzN2guODg4djYuMjZoLS44NTF2LS43MWgtLjA3YTEuNTYzIDEuNTYzIDAgMDEtMS40MTUuNzg1Yy0xLjE0NSAwLTEuODY5LS45MDEtMS44NjktMi4zMjh6bS45MTggMGMwIC45NTUuNDUgMS41MyAxLjIwMyAxLjUzLjc1IDAgMS4yMTItLjU4MyAxLjIxMi0xLjUyNiAwLS45MzgtLjQ2OC0xLjUzLTEuMjEyLTEuNTMtLjc0OCAwLTEuMjAzLjU4LTEuMjAzIDEuNTI2ek03OS4yMyAxMi40NDRhMi4xMzMgMi4xMzMgMCAxMTQuMjQ3IDAgMi4xMzQgMi4xMzQgMCAxMS00LjI0NyAwem0zLjMzMyAwYzAtLjk3Ni0uNDM4LTEuNTQ3LTEuMjA4LTEuNTQ3LS43NzIgMC0xLjIwNy41NzEtMS4yMDcgMS41NDcgMCAuOTg0LjQzNSAxLjU1IDEuMjA3IDEuNTUuNzcgMCAxLjIwOC0uNTcgMS4yMDgtMS41NXpNODQuNjcgMTAuMTk1aC44NTV2LjcxNWguMDY2YTEuMzQ4IDEuMzQ4IDAgMDExLjM0NC0uODAyIDEuNDY1IDEuNDY1IDAgMDExLjU1OSAxLjY3NXYyLjkxNWgtLjg4OXYtMi42OTJjMC0uNzI0LS4zMTQtMS4wODQtLjk3Mi0xLjA4NGExLjAzMyAxLjAzMyAwIDAwLTEuMDc1IDEuMTQxdjIuNjM1aC0uODg5ek05My41MTUgOS4wNzR2MS4xNDFoLjk3NnYuNzQ5aC0uOTc2djIuMzE1YzAgLjQ3Mi4xOTQuNjc5LjYzNy42NzlhMi45NjcgMi45NjcgMCAwMC4zMzktLjAyMXYuNzRhMi45MTYgMi45MTYgMCAwMS0uNDg0LjA0NmMtLjk4OCAwLTEuMzgxLS4zNDgtMS4zODEtMS4yMTZ2LTIuNTQzaC0uNzE1di0uNzQ5aC43MTVWOS4wNzR6TTk1LjcwNSA4LjQzN2guODh2Mi40ODFoLjA3YTEuMzg2IDEuMzg2IDAgMDExLjM3NC0uODA2IDEuNDgzIDEuNDgzIDAgMDExLjU1IDEuNjc5djIuOTA3aC0uODg5VjEyLjAxYzAtLjcyLS4zMzUtMS4wODQtLjk2My0xLjA4NGExLjA1MiAxLjA1MiAwIDAwLTEuMTM0IDEuMTQydjIuNjNoLS44ODh6TTEwNC43NjEgMTMuNDgyYTEuODI4IDEuODI4IDAgMDEtMS45NSAxLjMwMyAyLjA0NSAyLjA0NSAwIDAxLTIuMDgxLTIuMzI1IDIuMDc3IDIuMDc3IDAgMDEyLjA3Ni0yLjM1MmMxLjI1MyAwIDIuMDA5Ljg1NiAyLjAwOSAyLjI3di4zMWgtMy4xOHYuMDVhMS4xOSAxLjE5IDAgMDAxLjIgMS4yOSAxLjA4IDEuMDggMCAwMDEuMDctLjU0NnptLTMuMTI2LTEuNDUxaDIuMjc1YTEuMDg2IDEuMDg2IDAgMDAtMS4xMDktMS4xNjcgMS4xNTIgMS4xNTIgMCAwMC0xLjE2NiAxLjE2N3oiLz48L2c+PC9nPjwvc3ZnPg==);
}
.player-app .app-store-link--google {
  background-image: url(/app/images/Content/images/google-play-badge.png);
  width: 134px;
}
.player-app .callout__main-text {
  text-transform: none;
}
.player-app .callout__secondary-text a {
  color: #1B9AF0;
}
.player-app .callout__button-wrapper {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.player-app .key-highlights {
  align-items: center;
  background-color: #10161A;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 80px 16px;
  padding-top: 252px;
}
.player-app .key-highlights__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
}
.player-app .key-highlights__header {
  color: #FFF;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin: 16px;
  text-align: center;
}
.player-app .key-highlights__highlights-wrapper {
  display: flex;
  justify-content: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .player-app .key-highlights__highlights-wrapper {
    align-items: center;
    flex-direction: column;
  }
}
.player-app .key-highlights__button-wrapper {
  margin: 24px;
}
.player-app .highlight {
  align-items: center;
  background-color: #182026;
  display: flex;
  flex-direction: column;
  margin: 16px;
  padding: 48px 24px;
  position: relative;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .player-app .highlight {
    margin-top: 50px;
    width: 100%;
  }
}
.player-app .highlight__icon-wrapper {
  align-items: center;
  background-color: #30404D;
  box-sizing: content-box;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 16px;
  position: absolute;
  top: -47px;
  width: 50px;
}
.player-app .highlight__icon-wrapper img {
  height: 40px;
  width: 40px;
}
.player-app .highlight__header {
  color: #FFF;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1.25;
  margin: 8px;
  min-height: 70px;
  text-align: center;
}
.player-app .highlight__text {
  color: #FFF;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.875;
  text-align: center;
}

.twitch-extension {
  color: #fff;
  line-height: 1.4;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif;
  text-align: center;
}
.twitch-extension__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 72px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.twitch-extension__hero {
  position: static;
  z-index: 1;
  overflow: visible;
  height: 690px;
  background-image: -webkit-linear-gradient(270deg, rgba(19, 21, 22, 0.59), rgba(19, 21, 22, 0.59)), url(/app/images/Content/images/feature-pages/te/bg.jpg);
  background-image: linear-gradient(180deg, rgba(19, 21, 22, 0.59), rgba(19, 21, 22, 0.59)), url(/app/images/Content/images/feature-pages/te/bg.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.twitch-extension__header--large {
  font-size: 74px;
  line-height: 100px;
  margin-top: 7%;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .twitch-extension__header--large {
    font-size: 47px;
    line-height: 55px;
  }
}
.twitch-extension__button {
  position: relative;
  margin-top: 48px;
  margin-bottom: 58px;
  padding: 15px;
  background-color: #e30512;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .twitch-extension__button {
    font-size: 11px;
  }
}
.twitch-extension__text {
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  width: 58%;
}
@media screen and (max-width: 1024px) {
  .twitch-extension__text {
    font-size: 13px;
    width: 78%;
  }
}
.twitch-extension__features {
  overflow: visible;
  margin-bottom: 0px;
  background-color: #000;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .twitch-extension__features {
    text-align: center;
  }
}
.twitch-extension__features-header--medium {
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  font-size: 31px;
}
.twitch-extension__features-feature {
  position: static;
  display: flex;
  overflow: visible;
  width: 71%;
  margin-top: 28px;
  margin-left: 0px;
  padding-left: 0px;
  clear: none;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .twitch-extension__features-feature {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.twitch-extension__features-feature-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 25px;
}
@media screen and (max-width: 1024px) {
  .twitch-extension__features-feature-container {
    margin-left: 0px;
  }
}
.twitch-extension__features-feature-heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .twitch-extension__features-feature-text {
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.twitch-extension__features-feature-image {
  width: 50px;
  max-width: 100%;
}
.twitch-extension__features-feature-big-image {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .twitch-extension__features-feature-big-image-img {
    width: 95%;
  }
}
.twitch-extension__pitch {
  color: black;
  background-color: #fff;
  margin-top: -134px;
  padding-top: 75px;
}
.twitch-extension__pitch-heading {
  margin-bottom: 23px;
  font-size: 31px;
}
.twitch-extension__pitch-grid {
  display: flex;
  flex-direction: row;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .twitch-extension__pitch-grid {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
}
.twitch-extension__cta {
  background-color: #000;
  margin-top: 50px;
}
.twitch-extension__cta-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .twitch-extension__cta-logos {
    flex-direction: column;
  }
}
.twitch-extension__cta-logos-ddb-logo {
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .twitch-extension__cta-logos-ddb-logo {
    margin-right: 0;
  }
}
.twitch-extension__cta-logos-ddb-logo img {
  width: 300px;
}
.twitch-extension__cta-logos-plus {
  margin-right: 50px;
  color: #323c47;
  font-size: 94px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .twitch-extension__cta-logos-plus {
    margin-right: 0;
  }
}
.twitch-extension__cta-logos-twitch-logo {
  padding-top: 17px;
}

.fandom-lp [class^=bi-]::before, .fandom-lp [class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fandom-lp :root {
  --bs-gutter-x: 35px ;
}

/*! * Bootstrap v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13,110,253;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-rgb: 33,37,41;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff ;
}

.fandom-lp *, .fandom-lp *::before, .fandom-lp *::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  .fandom-lp :root {
    scroll-behavior: smooth;
  }
}
.fandom-lp {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fandom-lp hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.fandom-lp hr:not([size]) {
  height: 1px;
}

.fandom-lp h1, .fandom-lp .h1, .fandom-lp h2, .fandom-lp .h2, .fandom-lp h3, .fandom-lp .h3, .fandom-lp h4, .fandom-lp .h4, .fandom-lp h5, .fandom-lp .h5, .fandom-lp h6, .fandom-lp .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fandom-lp h1, .fandom-lp .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .fandom-lp h1, .fandom-lp .h1 {
    font-size: 2.5rem;
  }
}
.fandom-lp h2, .fandom-lp .h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  .fandom-lp h2, .fandom-lp .h2 {
    font-size: 2rem;
  }
}
.fandom-lp h3, .fandom-lp .h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  .fandom-lp h3, .fandom-lp .h3 {
    font-size: 1.75rem;
  }
}
.fandom-lp h4, .fandom-lp .h4 {
  font-size: calc(1.275rem + .3vw);
}

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

.fandom-lp h6, .fandom-lp .h6 {
  font-size: 1rem;
}

.fandom-lp p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.fandom-lp abbr[title], .fandom-lp abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.fandom-lp address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.fandom-lp ol, .fandom-lp ul {
  padding-left: 2rem;
}

.fandom-lp ol, .fandom-lp ul, .fandom-lp dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.fandom-lp ol ol, .fandom-lp ul ul, .fandom-lp ol ul, .fandom-lp ul ol {
  margin-bottom: 0;
}

.fandom-lp dt {
  font-weight: 700;
}

.fandom-lp dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.fandom-lp blockquote {
  margin: 0 0 1rem;
}

.fandom-lp b, .fandom-lp strong {
  font-weight: bolder;
}

.fandom-lp small, .fandom-lp .small {
  font-size: 0.875em;
}

.fandom-lp mark, .fandom-lp .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.fandom-lp sub, .fandom-lp sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

.fandom-lp sub {
  bottom: -0.25em;
}

.fandom-lp sup {
  top: -0.5em;
}

.fandom-lp a {
  color: #0d6efd;
  text-decoration: underline;
}

.fandom-lp a:hover {
  color: #0a58ca;
}

.fandom-lp a:not([href]):not([class]), .fandom-lp a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.fandom-lp pre, .fandom-lp code, .fandom-lp kbd, .fandom-lp samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

.fandom-lp pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

.fandom-lp pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.fandom-lp code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

.fandom-lp a > code {
  color: inherit;
}

.fandom-lp kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

.fandom-lp kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

.fandom-lp figure {
  margin: 0 0 1rem;
}

.fandom-lp img, .fandom-lp svg {
  vertical-align: middle;
}

.fandom-lp table {
  caption-side: bottom;
  border-collapse: collapse;
}

.fandom-lp caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

.fandom-lp th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.fandom-lp thead, .fandom-lp tbody, .fandom-lp tfoot, .fandom-lp tr, .fandom-lp td, .fandom-lp th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.fandom-lp label {
  display: inline-block;
}

.fandom-lp button {
  border-radius: 0;
}

.fandom-lp button:focus:not(:focus-visible) {
  outline: 0;
}

.fandom-lp input, .fandom-lp button, .fandom-lp select, .fandom-lp optgroup, .fandom-lp textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fandom-lp button, .fandom-lp select {
  text-transform: none;
}

.fandom-lp [role=button] {
  cursor: pointer;
}

.fandom-lp select {
  word-wrap: normal;
}

.fandom-lp select:disabled {
  opacity: 1;
}

.fandom-lp [list]::-webkit-calendar-picker-indicator {
  display: none;
}

.fandom-lp button, .fandom-lp [type=button], .fandom-lp [type=reset], .fandom-lp [type=submit] {
  -webkit-appearance: button;
}

.fandom-lp button:not(:disabled), .fandom-lp [type=button]:not(:disabled), .fandom-lp [type=reset]:not(:disabled), .fandom-lp [type=submit]:not(:disabled) {
  cursor: pointer;
}

.fandom-lp ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.fandom-lp textarea {
  resize: vertical;
}

.fandom-lp fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.fandom-lp legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  .fandom-lp legend {
    font-size: 1.5rem;
  }
}
.fandom-lp legend + * {
  clear: left;
}

.fandom-lp ::-webkit-datetime-edit-fields-wrapper, .fandom-lp ::-webkit-datetime-edit-text, .fandom-lp ::-webkit-datetime-edit-minute, .fandom-lp ::-webkit-datetime-edit-hour-field, .fandom-lp ::-webkit-datetime-edit-day-field, .fandom-lp ::-webkit-datetime-edit-month-field, .fandom-lp ::-webkit-datetime-edit-year-field {
  padding: 0;
}

.fandom-lp ::-webkit-inner-spin-button {
  height: auto;
}

.fandom-lp [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

.fandom-lp ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.fandom-lp ::-webkit-color-swatch-wrapper {
  padding: 0;
}

.fandom-lp ::file-selector-button {
  font: inherit;
}

.fandom-lp ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.fandom-lp output {
  display: inline-block;
}

.fandom-lp iframe {
  border: 0;
}

.fandom-lp summary {
  display: list-item;
  cursor: pointer;
}

.fandom-lp progress {
  vertical-align: baseline;
}

.fandom-lp [hidden] {
  display: none !important;
}

.fandom-lp .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.fandom-lp .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fandom-lp .display-1 {
    font-size: 5rem;
  }
}
.fandom-lp .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fandom-lp .display-2 {
    font-size: 4.5rem;
  }
}
.fandom-lp .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fandom-lp .display-3 {
    font-size: 4rem;
  }
}
.fandom-lp .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fandom-lp .display-4 {
    font-size: 3.5rem;
  }
}
.fandom-lp .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fandom-lp .display-5 {
    font-size: 3rem;
  }
}
.fandom-lp .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fandom-lp .display-6 {
    font-size: 2.5rem;
  }
}
.fandom-lp .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.fandom-lp .list-inline {
  padding-left: 0;
  list-style: none;
}

.fandom-lp .list-inline-item {
  display: inline-block;
}

.fandom-lp .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.fandom-lp .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.fandom-lp .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.fandom-lp .blockquote > :last-child {
  margin-bottom: 0;
}

.fandom-lp .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.fandom-lp .blockquote-footer::before {
  content: "— ";
}

.fandom-lp .img-fluid {
  max-width: 100%;
  height: auto;
}

.fandom-lp .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.fandom-lp .figure {
  display: inline-block;
}

.fandom-lp .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.fandom-lp .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.fandom-lp .container, .fandom-lp .container-fluid, .fandom-lp .container-sm, .fandom-lp .container-md, .fandom-lp .container-lg, .fandom-lp .container-xl, .fandom-lp .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .fandom-lp .container, .fandom-lp .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .fandom-lp .container, .fandom-lp .container-sm, .fandom-lp .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .fandom-lp .container, .fandom-lp .container-sm, .fandom-lp .container-md, .fandom-lp .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .fandom-lp .container, .fandom-lp .container-sm, .fandom-lp .container-md, .fandom-lp .container-lg, .fandom-lp .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .fandom-lp .container, .fandom-lp .container-sm, .fandom-lp .container-md, .fandom-lp .container-lg, .fandom-lp .container-xl, .fandom-lp .container-xxl {
    max-width: 1320px;
  }
}
.fandom-lp .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.fandom-lp .row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.fandom-lp .col {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.fandom-lp .row-cols-auto > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.fandom-lp .row-cols-1 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.fandom-lp .row-cols-2 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.fandom-lp .row-cols-3 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

.fandom-lp .row-cols-4 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.fandom-lp .row-cols-5 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.fandom-lp .row-cols-6 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

.fandom-lp .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.fandom-lp .col-1 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
}

.fandom-lp .col-2 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

.fandom-lp .col-3 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.fandom-lp .col-4 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

.fandom-lp .col-5 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
}

.fandom-lp .col-6 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.fandom-lp .col-7 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
}

.fandom-lp .col-8 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
}

.fandom-lp .col-9 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.fandom-lp .col-10 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}

.fandom-lp .col-11 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
}

.fandom-lp .col-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.fandom-lp .offset-1 {
  margin-left: 8.33333%;
}

.fandom-lp .offset-2 {
  margin-left: 16.66667%;
}

.fandom-lp .offset-3 {
  margin-left: 25%;
}

.fandom-lp .offset-4 {
  margin-left: 33.33333%;
}

.fandom-lp .offset-5 {
  margin-left: 41.66667%;
}

.fandom-lp .offset-6 {
  margin-left: 50%;
}

.fandom-lp .offset-7 {
  margin-left: 58.33333%;
}

.fandom-lp .offset-8 {
  margin-left: 66.66667%;
}

.fandom-lp .offset-9 {
  margin-left: 75%;
}

.fandom-lp .offset-10 {
  margin-left: 83.33333%;
}

.fandom-lp .offset-11 {
  margin-left: 91.66667%;
}

.fandom-lp .g-0, .fandom-lp .gx-0 {
  --bs-gutter-x: 0 ;
}

.fandom-lp .g-0, .fandom-lp .gy-0 {
  --bs-gutter-y: 0 ;
}

.fandom-lp .g-1, .fandom-lp .gx-1 {
  --bs-gutter-x: .25rem ;
}

.fandom-lp .g-1, .fandom-lp .gy-1 {
  --bs-gutter-y: .25rem ;
}

.fandom-lp .g-2, .fandom-lp .gx-2 {
  --bs-gutter-x: .5rem ;
}

.fandom-lp .g-2, .fandom-lp .gy-2 {
  --bs-gutter-y: .5rem ;
}

.fandom-lp .g-3, .fandom-lp .gx-3 {
  --bs-gutter-x: 1rem ;
}

.fandom-lp .g-3, .fandom-lp .gy-3 {
  --bs-gutter-y: 1rem ;
}

.fandom-lp .g-4, .fandom-lp .gx-4 {
  --bs-gutter-x: 1.5rem ;
}

.fandom-lp .g-4, .fandom-lp .gy-4 {
  --bs-gutter-y: 1.5rem ;
}

.fandom-lp .g-5, .fandom-lp .gx-5 {
  --bs-gutter-x: 3rem ;
}

.fandom-lp .g-5, .fandom-lp .gy-5 {
  --bs-gutter-y: 3rem ;
}

@media (min-width: 576px) {
  .fandom-lp .col-sm {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .fandom-lp .row-cols-sm-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .fandom-lp .row-cols-sm-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .fandom-lp .row-cols-sm-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .fandom-lp .row-cols-sm-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .fandom-lp .row-cols-sm-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .fandom-lp .row-cols-sm-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .fandom-lp .row-cols-sm-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .fandom-lp .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .fandom-lp .col-sm-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .fandom-lp .col-sm-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .fandom-lp .col-sm-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .fandom-lp .col-sm-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .fandom-lp .col-sm-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .fandom-lp .col-sm-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .fandom-lp .col-sm-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .fandom-lp .col-sm-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .fandom-lp .col-sm-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .fandom-lp .col-sm-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .fandom-lp .col-sm-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .fandom-lp .col-sm-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .fandom-lp .offset-sm-0 {
    margin-left: 0;
  }

  .fandom-lp .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .fandom-lp .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .fandom-lp .offset-sm-3 {
    margin-left: 25%;
  }

  .fandom-lp .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .fandom-lp .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .fandom-lp .offset-sm-6 {
    margin-left: 50%;
  }

  .fandom-lp .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .fandom-lp .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .fandom-lp .offset-sm-9 {
    margin-left: 75%;
  }

  .fandom-lp .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .fandom-lp .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .fandom-lp .g-sm-0, .fandom-lp .gx-sm-0 {
    --bs-gutter-x: 0 ;
  }

  .fandom-lp .g-sm-0, .fandom-lp .gy-sm-0 {
    --bs-gutter-y: 0 ;
  }

  .fandom-lp .g-sm-1, .fandom-lp .gx-sm-1 {
    --bs-gutter-x: .25rem ;
  }

  .fandom-lp .g-sm-1, .fandom-lp .gy-sm-1 {
    --bs-gutter-y: .25rem ;
  }

  .fandom-lp .g-sm-2, .fandom-lp .gx-sm-2 {
    --bs-gutter-x: .5rem ;
  }

  .fandom-lp .g-sm-2, .fandom-lp .gy-sm-2 {
    --bs-gutter-y: .5rem ;
  }

  .fandom-lp .g-sm-3, .fandom-lp .gx-sm-3 {
    --bs-gutter-x: 1rem ;
  }

  .fandom-lp .g-sm-3, .fandom-lp .gy-sm-3 {
    --bs-gutter-y: 1rem ;
  }

  .fandom-lp .g-sm-4, .fandom-lp .gx-sm-4 {
    --bs-gutter-x: 1.5rem ;
  }

  .fandom-lp .g-sm-4, .fandom-lp .gy-sm-4 {
    --bs-gutter-y: 1.5rem ;
  }

  .fandom-lp .g-sm-5, .fandom-lp .gx-sm-5 {
    --bs-gutter-x: 3rem ;
  }

  .fandom-lp .g-sm-5, .fandom-lp .gy-sm-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 768px) {
  .fandom-lp .col-md {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .fandom-lp .row-cols-md-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .fandom-lp .row-cols-md-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .fandom-lp .row-cols-md-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .fandom-lp .row-cols-md-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .fandom-lp .row-cols-md-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .fandom-lp .row-cols-md-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .fandom-lp .row-cols-md-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .fandom-lp .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .fandom-lp .col-md-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .fandom-lp .col-md-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .fandom-lp .col-md-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .fandom-lp .col-md-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .fandom-lp .col-md-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .fandom-lp .col-md-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .fandom-lp .col-md-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .fandom-lp .col-md-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .fandom-lp .col-md-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .fandom-lp .col-md-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .fandom-lp .col-md-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .fandom-lp .col-md-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .fandom-lp .offset-md-0 {
    margin-left: 0;
  }

  .fandom-lp .offset-md-1 {
    margin-left: 8.33333%;
  }

  .fandom-lp .offset-md-2 {
    margin-left: 16.66667%;
  }

  .fandom-lp .offset-md-3 {
    margin-left: 25%;
  }

  .fandom-lp .offset-md-4 {
    margin-left: 33.33333%;
  }

  .fandom-lp .offset-md-5 {
    margin-left: 41.66667%;
  }

  .fandom-lp .offset-md-6 {
    margin-left: 50%;
  }

  .fandom-lp .offset-md-7 {
    margin-left: 58.33333%;
  }

  .fandom-lp .offset-md-8 {
    margin-left: 66.66667%;
  }

  .fandom-lp .offset-md-9 {
    margin-left: 75%;
  }

  .fandom-lp .offset-md-10 {
    margin-left: 83.33333%;
  }

  .fandom-lp .offset-md-11 {
    margin-left: 91.66667%;
  }

  .fandom-lp .g-md-0, .fandom-lp .gx-md-0 {
    --bs-gutter-x: 0 ;
  }

  .fandom-lp .g-md-0, .fandom-lp .gy-md-0 {
    --bs-gutter-y: 0 ;
  }

  .fandom-lp .g-md-1, .fandom-lp .gx-md-1 {
    --bs-gutter-x: .25rem ;
  }

  .fandom-lp .g-md-1, .fandom-lp .gy-md-1 {
    --bs-gutter-y: .25rem ;
  }

  .fandom-lp .g-md-2, .fandom-lp .gx-md-2 {
    --bs-gutter-x: .5rem ;
  }

  .fandom-lp .g-md-2, .fandom-lp .gy-md-2 {
    --bs-gutter-y: .5rem ;
  }

  .fandom-lp .g-md-3, .fandom-lp .gx-md-3 {
    --bs-gutter-x: 1rem ;
  }

  .fandom-lp .g-md-3, .fandom-lp .gy-md-3 {
    --bs-gutter-y: 1rem ;
  }

  .fandom-lp .g-md-4, .fandom-lp .gx-md-4 {
    --bs-gutter-x: 1.5rem ;
  }

  .fandom-lp .g-md-4, .fandom-lp .gy-md-4 {
    --bs-gutter-y: 1.5rem ;
  }

  .fandom-lp .g-md-5, .fandom-lp .gx-md-5 {
    --bs-gutter-x: 3rem ;
  }

  .fandom-lp .g-md-5, .fandom-lp .gy-md-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 992px) {
  .fandom-lp .col-lg {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .fandom-lp .row-cols-lg-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .fandom-lp .row-cols-lg-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .fandom-lp .row-cols-lg-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .fandom-lp .row-cols-lg-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .fandom-lp .row-cols-lg-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .fandom-lp .row-cols-lg-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .fandom-lp .row-cols-lg-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .fandom-lp .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .fandom-lp .col-lg-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .fandom-lp .col-lg-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .fandom-lp .col-lg-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .fandom-lp .col-lg-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .fandom-lp .col-lg-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .fandom-lp .col-lg-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .fandom-lp .col-lg-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .fandom-lp .col-lg-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .fandom-lp .col-lg-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .fandom-lp .col-lg-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .fandom-lp .col-lg-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .fandom-lp .col-lg-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .fandom-lp .offset-lg-0 {
    margin-left: 0;
  }

  .fandom-lp .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .fandom-lp .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .fandom-lp .offset-lg-3 {
    margin-left: 25%;
  }

  .fandom-lp .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .fandom-lp .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .fandom-lp .offset-lg-6 {
    margin-left: 50%;
  }

  .fandom-lp .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .fandom-lp .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .fandom-lp .offset-lg-9 {
    margin-left: 75%;
  }

  .fandom-lp .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .fandom-lp .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .fandom-lp .g-lg-0, .fandom-lp .gx-lg-0 {
    --bs-gutter-x: 0 ;
  }

  .fandom-lp .g-lg-0, .fandom-lp .gy-lg-0 {
    --bs-gutter-y: 0 ;
  }

  .fandom-lp .g-lg-1, .fandom-lp .gx-lg-1 {
    --bs-gutter-x: .25rem ;
  }

  .fandom-lp .g-lg-1, .fandom-lp .gy-lg-1 {
    --bs-gutter-y: .25rem ;
  }

  .fandom-lp .g-lg-2, .fandom-lp .gx-lg-2 {
    --bs-gutter-x: .5rem ;
  }

  .fandom-lp .g-lg-2, .fandom-lp .gy-lg-2 {
    --bs-gutter-y: .5rem ;
  }

  .fandom-lp .g-lg-3, .fandom-lp .gx-lg-3 {
    --bs-gutter-x: 1rem ;
  }

  .fandom-lp .g-lg-3, .fandom-lp .gy-lg-3 {
    --bs-gutter-y: 1rem ;
  }

  .fandom-lp .g-lg-4, .fandom-lp .gx-lg-4 {
    --bs-gutter-x: 1.5rem ;
  }

  .fandom-lp .g-lg-4, .fandom-lp .gy-lg-4 {
    --bs-gutter-y: 1.5rem ;
  }

  .fandom-lp .g-lg-5, .fandom-lp .gx-lg-5 {
    --bs-gutter-x: 3rem ;
  }

  .fandom-lp .g-lg-5, .fandom-lp .gy-lg-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 1200px) {
  .fandom-lp .col-xl {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .fandom-lp .row-cols-xl-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .fandom-lp .row-cols-xl-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .fandom-lp .row-cols-xl-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .fandom-lp .row-cols-xl-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .fandom-lp .row-cols-xl-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .fandom-lp .row-cols-xl-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .fandom-lp .row-cols-xl-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .fandom-lp .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .fandom-lp .col-xl-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .fandom-lp .col-xl-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .fandom-lp .col-xl-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .fandom-lp .col-xl-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .fandom-lp .col-xl-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .fandom-lp .col-xl-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .fandom-lp .col-xl-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .fandom-lp .col-xl-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .fandom-lp .col-xl-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .fandom-lp .col-xl-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .fandom-lp .col-xl-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .fandom-lp .col-xl-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .fandom-lp .offset-xl-0 {
    margin-left: 0;
  }

  .fandom-lp .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .fandom-lp .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .fandom-lp .offset-xl-3 {
    margin-left: 25%;
  }

  .fandom-lp .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .fandom-lp .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .fandom-lp .offset-xl-6 {
    margin-left: 50%;
  }

  .fandom-lp .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .fandom-lp .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .fandom-lp .offset-xl-9 {
    margin-left: 75%;
  }

  .fandom-lp .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .fandom-lp .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .fandom-lp .g-xl-0, .fandom-lp .gx-xl-0 {
    --bs-gutter-x: 0 ;
  }

  .fandom-lp .g-xl-0, .fandom-lp .gy-xl-0 {
    --bs-gutter-y: 0 ;
  }

  .fandom-lp .g-xl-1, .fandom-lp .gx-xl-1 {
    --bs-gutter-x: .25rem ;
  }

  .fandom-lp .g-xl-1, .fandom-lp .gy-xl-1 {
    --bs-gutter-y: .25rem ;
  }

  .fandom-lp .g-xl-2, .fandom-lp .gx-xl-2 {
    --bs-gutter-x: .5rem ;
  }

  .fandom-lp .g-xl-2, .fandom-lp .gy-xl-2 {
    --bs-gutter-y: .5rem ;
  }

  .fandom-lp .g-xl-3, .fandom-lp .gx-xl-3 {
    --bs-gutter-x: 1rem ;
  }

  .fandom-lp .g-xl-3, .fandom-lp .gy-xl-3 {
    --bs-gutter-y: 1rem ;
  }

  .fandom-lp .g-xl-4, .fandom-lp .gx-xl-4 {
    --bs-gutter-x: 1.5rem ;
  }

  .fandom-lp .g-xl-4, .fandom-lp .gy-xl-4 {
    --bs-gutter-y: 1.5rem ;
  }

  .fandom-lp .g-xl-5, .fandom-lp .gx-xl-5 {
    --bs-gutter-x: 3rem ;
  }

  .fandom-lp .g-xl-5, .fandom-lp .gy-xl-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 1400px) {
  .fandom-lp .col-xxl {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .fandom-lp .row-cols-xxl-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .fandom-lp .row-cols-xxl-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .fandom-lp .row-cols-xxl-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .fandom-lp .row-cols-xxl-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .fandom-lp .row-cols-xxl-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .fandom-lp .row-cols-xxl-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .fandom-lp .row-cols-xxl-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .fandom-lp .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .fandom-lp .col-xxl-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .fandom-lp .col-xxl-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .fandom-lp .col-xxl-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .fandom-lp .col-xxl-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .fandom-lp .col-xxl-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .fandom-lp .col-xxl-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .fandom-lp .col-xxl-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .fandom-lp .col-xxl-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .fandom-lp .col-xxl-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .fandom-lp .col-xxl-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .fandom-lp .col-xxl-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .fandom-lp .col-xxl-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .fandom-lp .offset-xxl-0 {
    margin-left: 0;
  }

  .fandom-lp .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .fandom-lp .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .fandom-lp .offset-xxl-3 {
    margin-left: 25%;
  }

  .fandom-lp .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .fandom-lp .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .fandom-lp .offset-xxl-6 {
    margin-left: 50%;
  }

  .fandom-lp .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .fandom-lp .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .fandom-lp .offset-xxl-9 {
    margin-left: 75%;
  }

  .fandom-lp .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .fandom-lp .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  .fandom-lp .g-xxl-0, .fandom-lp .gx-xxl-0 {
    --bs-gutter-x: 0 ;
  }

  .fandom-lp .g-xxl-0, .fandom-lp .gy-xxl-0 {
    --bs-gutter-y: 0 ;
  }

  .fandom-lp .g-xxl-1, .fandom-lp .gx-xxl-1 {
    --bs-gutter-x: .25rem ;
  }

  .fandom-lp .g-xxl-1, .fandom-lp .gy-xxl-1 {
    --bs-gutter-y: .25rem ;
  }

  .fandom-lp .g-xxl-2, .fandom-lp .gx-xxl-2 {
    --bs-gutter-x: .5rem ;
  }

  .fandom-lp .g-xxl-2, .fandom-lp .gy-xxl-2 {
    --bs-gutter-y: .5rem ;
  }

  .fandom-lp .g-xxl-3, .fandom-lp .gx-xxl-3 {
    --bs-gutter-x: 1rem ;
  }

  .fandom-lp .g-xxl-3, .fandom-lp .gy-xxl-3 {
    --bs-gutter-y: 1rem ;
  }

  .fandom-lp .g-xxl-4, .fandom-lp .gx-xxl-4 {
    --bs-gutter-x: 1.5rem ;
  }

  .fandom-lp .g-xxl-4, .fandom-lp .gy-xxl-4 {
    --bs-gutter-y: 1.5rem ;
  }

  .fandom-lp .g-xxl-5, .fandom-lp .gx-xxl-5 {
    --bs-gutter-x: 3rem ;
  }

  .fandom-lp .g-xxl-5, .fandom-lp .gy-xxl-5 {
    --bs-gutter-y: 3rem ;
  }
}
.fandom-lp .table {
  --bs-table-bg: rgba(0,0,0,0);
  --bs-table-accent-bg: rgba(0,0,0,0);
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0,0,0,0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0,0,0,0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0,0,0,0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.fandom-lp .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.fandom-lp .table > tbody {
  vertical-align: inherit;
}

.fandom-lp .table > thead {
  vertical-align: bottom;
}

.fandom-lp .table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.fandom-lp .caption-top {
  caption-side: top;
}

.fandom-lp .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.fandom-lp .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.fandom-lp .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.fandom-lp .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.fandom-lp .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.fandom-lp .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.fandom-lp .table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.fandom-lp .table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.fandom-lp .table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.fandom-lp .table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.fandom-lp .table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.fandom-lp .table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.fandom-lp .table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.fandom-lp .table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.fandom-lp .table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.fandom-lp .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .fandom-lp .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .fandom-lp .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .fandom-lp .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .fandom-lp .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .fandom-lp .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.fandom-lp .form-label {
  margin-bottom: 0.5rem;
}

.fandom-lp .col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.fandom-lp .col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
}

.fandom-lp .col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: 0.875rem;
}

.fandom-lp .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.fandom-lp .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .form-control {
    transition: none;
  }
}
.fandom-lp .form-control[type=file] {
  overflow: hidden;
}

.fandom-lp .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.fandom-lp .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.fandom-lp .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.fandom-lp .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.fandom-lp .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.fandom-lp .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.fandom-lp .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.fandom-lp .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.fandom-lp .form-control:disabled, .fandom-lp .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.fandom-lp .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .form-control::file-selector-button {
    transition: none;
  }
}
.fandom-lp .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.fandom-lp .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.fandom-lp .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.fandom-lp .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.fandom-lp .form-control-plaintext.form-control-sm, .fandom-lp .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.fandom-lp .form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fandom-lp .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.fandom-lp .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.fandom-lp .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.fandom-lp .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.fandom-lp .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.fandom-lp textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

.fandom-lp textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}

.fandom-lp textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.fandom-lp .form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.fandom-lp .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.fandom-lp .form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.fandom-lp .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.fandom-lp .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .form-select {
    transition: none;
  }
}
.fandom-lp .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.fandom-lp .form-select[multiple], .fandom-lp .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.fandom-lp .form-select:disabled {
  background-color: #e9ecef;
}

.fandom-lp .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.fandom-lp .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.fandom-lp .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.fandom-lp .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.fandom-lp .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.fandom-lp .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.fandom-lp .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.fandom-lp .form-check-input[type=radio] {
  border-radius: 50%;
}

.fandom-lp .form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.fandom-lp .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.fandom-lp .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.fandom-lp .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.fandom-lp .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.fandom-lp .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.fandom-lp .form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

.fandom-lp .form-check-input[disabled] ~ .form-check-label, .fandom-lp .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.fandom-lp .form-switch {
  padding-left: 2.5em;
}

.fandom-lp .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .form-switch .form-check-input {
    transition: none;
  }
}
.fandom-lp .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.fandom-lp .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.fandom-lp .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.fandom-lp .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.fandom-lp .btn-check[disabled] + .btn, .fandom-lp .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}

.fandom-lp .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fandom-lp .form-range:focus {
  outline: 0;
}

.fandom-lp .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.fandom-lp .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.fandom-lp .form-range::-moz-focus-outer {
  border: 0;
}

.fandom-lp .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.fandom-lp .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.fandom-lp .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.fandom-lp .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .form-range::-moz-range-thumb {
    transition: none;
  }
}
.fandom-lp .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.fandom-lp .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.fandom-lp .form-range:disabled {
  pointer-events: none;
}

.fandom-lp .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.fandom-lp .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.fandom-lp .form-floating {
  position: relative;
}

.fandom-lp .form-floating > .form-control, .fandom-lp .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.fandom-lp .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .form-floating > label {
    transition: none;
  }
}
.fandom-lp .form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.fandom-lp .form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.fandom-lp .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.fandom-lp .form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

.fandom-lp .form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}

.fandom-lp .form-floating > .form-control::placeholder {
  color: transparent;
}

.fandom-lp .form-floating > .form-control:focus, .fandom-lp .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.fandom-lp .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.fandom-lp .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.fandom-lp .form-floating > .form-control:focus ~ label, .fandom-lp .form-floating > .form-control:not(:placeholder-shown) ~ label, .fandom-lp .form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.fandom-lp .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.fandom-lp .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.fandom-lp .input-group > .form-control, .fandom-lp .input-group > .form-select {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.fandom-lp .input-group > .form-control:focus, .fandom-lp .input-group > .form-select:focus {
  z-index: 3;
}

.fandom-lp .input-group .btn {
  position: relative;
  z-index: 2;
}

.fandom-lp .input-group .btn:focus {
  z-index: 3;
}

.fandom-lp .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.fandom-lp .input-group-lg > .form-control, .fandom-lp .input-group-lg > .form-select, .fandom-lp .input-group-lg > .input-group-text, .fandom-lp .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.fandom-lp .input-group-sm > .form-control, .fandom-lp .input-group-sm > .form-select, .fandom-lp .input-group-sm > .input-group-text, .fandom-lp .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fandom-lp .input-group-lg > .form-select, .fandom-lp .input-group-sm > .form-select {
  padding-right: 3rem;
}

.fandom-lp .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .fandom-lp .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fandom-lp .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .fandom-lp .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fandom-lp .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fandom-lp .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.fandom-lp .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.fandom-lp .was-validated :valid ~ .valid-feedback, .fandom-lp .was-validated :valid ~ .valid-tooltip, .fandom-lp .is-valid ~ .valid-feedback, .fandom-lp .is-valid ~ .valid-tooltip {
  display: block;
}

.fandom-lp .was-validated .form-control:valid, .fandom-lp .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.fandom-lp .was-validated .form-control:valid:focus, .fandom-lp .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.fandom-lp .was-validated textarea.form-control:valid, .fandom-lp textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.fandom-lp .was-validated .form-select:valid, .fandom-lp .form-select.is-valid {
  border-color: #198754;
}

.fandom-lp .was-validated .form-select:valid:not([multiple]):not([size]), .fandom-lp .was-validated .form-select:valid:not([multiple])[size="1"], .fandom-lp .form-select.is-valid:not([multiple]):not([size]), .fandom-lp .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.fandom-lp .was-validated .form-select:valid:focus, .fandom-lp .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.fandom-lp .was-validated .form-check-input:valid, .fandom-lp .form-check-input.is-valid {
  border-color: #198754;
}

.fandom-lp .was-validated .form-check-input:valid:checked, .fandom-lp .form-check-input.is-valid:checked {
  background-color: #198754;
}

.fandom-lp .was-validated .form-check-input:valid:focus, .fandom-lp .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.fandom-lp .was-validated .form-check-input:valid ~ .form-check-label, .fandom-lp .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.fandom-lp .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.fandom-lp .was-validated .input-group .form-control:valid, .fandom-lp .input-group .form-control.is-valid, .fandom-lp .was-validated .input-group .form-select:valid, .fandom-lp .input-group .form-select.is-valid {
  z-index: 1;
}

.fandom-lp .was-validated .input-group .form-control:valid:focus, .fandom-lp .input-group .form-control.is-valid:focus, .fandom-lp .was-validated .input-group .form-select:valid:focus, .fandom-lp .input-group .form-select.is-valid:focus {
  z-index: 3;
}

.fandom-lp .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.fandom-lp .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.fandom-lp .was-validated :invalid ~ .invalid-feedback, .fandom-lp .was-validated :invalid ~ .invalid-tooltip, .fandom-lp .is-invalid ~ .invalid-feedback, .fandom-lp .is-invalid ~ .invalid-tooltip {
  display: block;
}

.fandom-lp .was-validated .form-control:invalid, .fandom-lp .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.fandom-lp .was-validated .form-control:invalid:focus, .fandom-lp .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.fandom-lp .was-validated textarea.form-control:invalid, .fandom-lp textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.fandom-lp .was-validated .form-select:invalid, .fandom-lp .form-select.is-invalid {
  border-color: #dc3545;
}

.fandom-lp .was-validated .form-select:invalid:not([multiple]):not([size]), .fandom-lp .was-validated .form-select:invalid:not([multiple])[size="1"], .fandom-lp .form-select.is-invalid:not([multiple]):not([size]), .fandom-lp .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.fandom-lp .was-validated .form-select:invalid:focus, .fandom-lp .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.fandom-lp .was-validated .form-check-input:invalid, .fandom-lp .form-check-input.is-invalid {
  border-color: #dc3545;
}

.fandom-lp .was-validated .form-check-input:invalid:checked, .fandom-lp .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.fandom-lp .was-validated .form-check-input:invalid:focus, .fandom-lp .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.fandom-lp .was-validated .form-check-input:invalid ~ .form-check-label, .fandom-lp .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.fandom-lp .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.fandom-lp .was-validated .input-group .form-control:invalid, .fandom-lp .input-group .form-control.is-invalid, .fandom-lp .was-validated .input-group .form-select:invalid, .fandom-lp .input-group .form-select.is-invalid {
  z-index: 2;
}

.fandom-lp .was-validated .input-group .form-control:invalid:focus, .fandom-lp .input-group .form-control.is-invalid:focus, .fandom-lp .was-validated .input-group .form-select:invalid:focus, .fandom-lp .input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.fandom-lp .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .btn {
    transition: none;
  }
}
.fandom-lp .btn:hover {
  color: #212529;
}

.fandom-lp .btn-check:focus + .btn, .fandom-lp .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.fandom-lp .btn:disabled, .fandom-lp .btn.disabled, .fandom-lp fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.fandom-lp .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.fandom-lp .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.fandom-lp .btn-check:focus + .btn-primary, .fandom-lp .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.fandom-lp .btn-check:checked + .btn-primary, .fandom-lp .btn-check:active + .btn-primary, .fandom-lp .btn-primary:active, .fandom-lp .btn-primary.active, .fandom-lp .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.fandom-lp .btn-check:checked + .btn-primary:focus, .fandom-lp .btn-check:active + .btn-primary:focus, .fandom-lp .btn-primary:active:focus, .fandom-lp .btn-primary.active:focus, .fandom-lp .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.fandom-lp .btn-primary:disabled, .fandom-lp .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.fandom-lp .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.fandom-lp .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.fandom-lp .btn-check:focus + .btn-secondary, .fandom-lp .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.fandom-lp .btn-check:checked + .btn-secondary, .fandom-lp .btn-check:active + .btn-secondary, .fandom-lp .btn-secondary:active, .fandom-lp .btn-secondary.active, .fandom-lp .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.fandom-lp .btn-check:checked + .btn-secondary:focus, .fandom-lp .btn-check:active + .btn-secondary:focus, .fandom-lp .btn-secondary:active:focus, .fandom-lp .btn-secondary.active:focus, .fandom-lp .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.fandom-lp .btn-secondary:disabled, .fandom-lp .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.fandom-lp .btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.fandom-lp .btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.fandom-lp .btn-check:focus + .btn-success, .fandom-lp .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.fandom-lp .btn-check:checked + .btn-success, .fandom-lp .btn-check:active + .btn-success, .fandom-lp .btn-success:active, .fandom-lp .btn-success.active, .fandom-lp .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.fandom-lp .btn-check:checked + .btn-success:focus, .fandom-lp .btn-check:active + .btn-success:focus, .fandom-lp .btn-success:active:focus, .fandom-lp .btn-success.active:focus, .fandom-lp .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.fandom-lp .btn-success:disabled, .fandom-lp .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.fandom-lp .btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.fandom-lp .btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.fandom-lp .btn-check:focus + .btn-info, .fandom-lp .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.fandom-lp .btn-check:checked + .btn-info, .fandom-lp .btn-check:active + .btn-info, .fandom-lp .btn-info:active, .fandom-lp .btn-info.active, .fandom-lp .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.fandom-lp .btn-check:checked + .btn-info:focus, .fandom-lp .btn-check:active + .btn-info:focus, .fandom-lp .btn-info:active:focus, .fandom-lp .btn-info.active:focus, .fandom-lp .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.fandom-lp .btn-info:disabled, .fandom-lp .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.fandom-lp .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.fandom-lp .btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.fandom-lp .btn-check:focus + .btn-warning, .fandom-lp .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.fandom-lp .btn-check:checked + .btn-warning, .fandom-lp .btn-check:active + .btn-warning, .fandom-lp .btn-warning:active, .fandom-lp .btn-warning.active, .fandom-lp .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.fandom-lp .btn-check:checked + .btn-warning:focus, .fandom-lp .btn-check:active + .btn-warning:focus, .fandom-lp .btn-warning:active:focus, .fandom-lp .btn-warning.active:focus, .fandom-lp .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.fandom-lp .btn-warning:disabled, .fandom-lp .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.fandom-lp .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.fandom-lp .btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.fandom-lp .btn-check:focus + .btn-danger, .fandom-lp .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.fandom-lp .btn-check:checked + .btn-danger, .fandom-lp .btn-check:active + .btn-danger, .fandom-lp .btn-danger:active, .fandom-lp .btn-danger.active, .fandom-lp .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.fandom-lp .btn-check:checked + .btn-danger:focus, .fandom-lp .btn-check:active + .btn-danger:focus, .fandom-lp .btn-danger:active:focus, .fandom-lp .btn-danger.active:focus, .fandom-lp .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.fandom-lp .btn-danger:disabled, .fandom-lp .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.fandom-lp .btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.fandom-lp .btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.fandom-lp .btn-check:focus + .btn-light, .fandom-lp .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.fandom-lp .btn-check:checked + .btn-light, .fandom-lp .btn-check:active + .btn-light, .fandom-lp .btn-light:active, .fandom-lp .btn-light.active, .fandom-lp .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.fandom-lp .btn-check:checked + .btn-light:focus, .fandom-lp .btn-check:active + .btn-light:focus, .fandom-lp .btn-light:active:focus, .fandom-lp .btn-light.active:focus, .fandom-lp .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.fandom-lp .btn-light:disabled, .fandom-lp .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.fandom-lp .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.fandom-lp .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.fandom-lp .btn-check:focus + .btn-dark, .fandom-lp .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.fandom-lp .btn-check:checked + .btn-dark, .fandom-lp .btn-check:active + .btn-dark, .fandom-lp .btn-dark:active, .fandom-lp .btn-dark.active, .fandom-lp .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.fandom-lp .btn-check:checked + .btn-dark:focus, .fandom-lp .btn-check:active + .btn-dark:focus, .fandom-lp .btn-dark:active:focus, .fandom-lp .btn-dark.active:focus, .fandom-lp .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.fandom-lp .btn-dark:disabled, .fandom-lp .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.fandom-lp .btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.fandom-lp .btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.fandom-lp .btn-check:focus + .btn-outline-primary, .fandom-lp .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.fandom-lp .btn-check:checked + .btn-outline-primary, .fandom-lp .btn-check:active + .btn-outline-primary, .fandom-lp .btn-outline-primary:active, .fandom-lp .btn-outline-primary.active, .fandom-lp .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.fandom-lp .btn-check:checked + .btn-outline-primary:focus, .fandom-lp .btn-check:active + .btn-outline-primary:focus, .fandom-lp .btn-outline-primary:active:focus, .fandom-lp .btn-outline-primary.active:focus, .fandom-lp .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.fandom-lp .btn-outline-primary:disabled, .fandom-lp .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.fandom-lp .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.fandom-lp .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.fandom-lp .btn-check:focus + .btn-outline-secondary, .fandom-lp .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.fandom-lp .btn-check:checked + .btn-outline-secondary, .fandom-lp .btn-check:active + .btn-outline-secondary, .fandom-lp .btn-outline-secondary:active, .fandom-lp .btn-outline-secondary.active, .fandom-lp .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.fandom-lp .btn-check:checked + .btn-outline-secondary:focus, .fandom-lp .btn-check:active + .btn-outline-secondary:focus, .fandom-lp .btn-outline-secondary:active:focus, .fandom-lp .btn-outline-secondary.active:focus, .fandom-lp .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.fandom-lp .btn-outline-secondary:disabled, .fandom-lp .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.fandom-lp .btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.fandom-lp .btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.fandom-lp .btn-check:focus + .btn-outline-success, .fandom-lp .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.fandom-lp .btn-check:checked + .btn-outline-success, .fandom-lp .btn-check:active + .btn-outline-success, .fandom-lp .btn-outline-success:active, .fandom-lp .btn-outline-success.active, .fandom-lp .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.fandom-lp .btn-check:checked + .btn-outline-success:focus, .fandom-lp .btn-check:active + .btn-outline-success:focus, .fandom-lp .btn-outline-success:active:focus, .fandom-lp .btn-outline-success.active:focus, .fandom-lp .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.fandom-lp .btn-outline-success:disabled, .fandom-lp .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.fandom-lp .btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.fandom-lp .btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.fandom-lp .btn-check:focus + .btn-outline-info, .fandom-lp .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.fandom-lp .btn-check:checked + .btn-outline-info, .fandom-lp .btn-check:active + .btn-outline-info, .fandom-lp .btn-outline-info:active, .fandom-lp .btn-outline-info.active, .fandom-lp .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.fandom-lp .btn-check:checked + .btn-outline-info:focus, .fandom-lp .btn-check:active + .btn-outline-info:focus, .fandom-lp .btn-outline-info:active:focus, .fandom-lp .btn-outline-info.active:focus, .fandom-lp .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.fandom-lp .btn-outline-info:disabled, .fandom-lp .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.fandom-lp .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.fandom-lp .btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.fandom-lp .btn-check:focus + .btn-outline-warning, .fandom-lp .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.fandom-lp .btn-check:checked + .btn-outline-warning, .fandom-lp .btn-check:active + .btn-outline-warning, .fandom-lp .btn-outline-warning:active, .fandom-lp .btn-outline-warning.active, .fandom-lp .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.fandom-lp .btn-check:checked + .btn-outline-warning:focus, .fandom-lp .btn-check:active + .btn-outline-warning:focus, .fandom-lp .btn-outline-warning:active:focus, .fandom-lp .btn-outline-warning.active:focus, .fandom-lp .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.fandom-lp .btn-outline-warning:disabled, .fandom-lp .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.fandom-lp .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.fandom-lp .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.fandom-lp .btn-check:focus + .btn-outline-danger, .fandom-lp .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.fandom-lp .btn-check:checked + .btn-outline-danger, .fandom-lp .btn-check:active + .btn-outline-danger, .fandom-lp .btn-outline-danger:active, .fandom-lp .btn-outline-danger.active, .fandom-lp .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.fandom-lp .btn-check:checked + .btn-outline-danger:focus, .fandom-lp .btn-check:active + .btn-outline-danger:focus, .fandom-lp .btn-outline-danger:active:focus, .fandom-lp .btn-outline-danger.active:focus, .fandom-lp .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.fandom-lp .btn-outline-danger:disabled, .fandom-lp .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.fandom-lp .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.fandom-lp .btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.fandom-lp .btn-check:focus + .btn-outline-light, .fandom-lp .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.fandom-lp .btn-check:checked + .btn-outline-light, .fandom-lp .btn-check:active + .btn-outline-light, .fandom-lp .btn-outline-light:active, .fandom-lp .btn-outline-light.active, .fandom-lp .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.fandom-lp .btn-check:checked + .btn-outline-light:focus, .fandom-lp .btn-check:active + .btn-outline-light:focus, .fandom-lp .btn-outline-light:active:focus, .fandom-lp .btn-outline-light.active:focus, .fandom-lp .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.fandom-lp .btn-outline-light:disabled, .fandom-lp .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.fandom-lp .btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.fandom-lp .btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.fandom-lp .btn-check:focus + .btn-outline-dark, .fandom-lp .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.fandom-lp .btn-check:checked + .btn-outline-dark, .fandom-lp .btn-check:active + .btn-outline-dark, .fandom-lp .btn-outline-dark:active, .fandom-lp .btn-outline-dark.active, .fandom-lp .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.fandom-lp .btn-check:checked + .btn-outline-dark:focus, .fandom-lp .btn-check:active + .btn-outline-dark:focus, .fandom-lp .btn-outline-dark:active:focus, .fandom-lp .btn-outline-dark.active:focus, .fandom-lp .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.fandom-lp .btn-outline-dark:disabled, .fandom-lp .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.fandom-lp .btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.fandom-lp .btn-link:hover {
  color: #0a58ca;
}

.fandom-lp .btn-link:disabled, .fandom-lp .btn-link.disabled {
  color: #6c757d;
}

.fandom-lp .btn-lg, .fandom-lp .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.fandom-lp .btn-sm, .fandom-lp .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fandom-lp .fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .fade {
    transition: none;
  }
}
.fandom-lp .fade:not(.show) {
  opacity: 0;
}

.fandom-lp .collapse:not(.show) {
  display: none;
}

.fandom-lp .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .collapsing {
    transition: none;
  }
}
.fandom-lp .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .collapsing.collapse-horizontal {
    transition: none;
  }
}
.fandom-lp .dropup, .fandom-lp .dropend, .fandom-lp .dropdown, .fandom-lp .dropstart {
  position: relative;
}

.fandom-lp .dropdown-toggle {
  white-space: nowrap;
}

.fandom-lp .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.fandom-lp .dropdown-toggle:empty::after {
  margin-left: 0;
}

.fandom-lp .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.fandom-lp .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.fandom-lp .dropdown-menu-start {
  --bs-position: start ;
}

.fandom-lp .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.fandom-lp .dropdown-menu-end {
  --bs-position: end ;
}

.fandom-lp .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .fandom-lp .dropdown-menu-sm-start {
    --bs-position: start ;
  }

  .fandom-lp .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .fandom-lp .dropdown-menu-sm-end {
    --bs-position: end ;
  }

  .fandom-lp .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .fandom-lp .dropdown-menu-md-start {
    --bs-position: start ;
  }

  .fandom-lp .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .fandom-lp .dropdown-menu-md-end {
    --bs-position: end ;
  }

  .fandom-lp .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .fandom-lp .dropdown-menu-lg-start {
    --bs-position: start ;
  }

  .fandom-lp .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .fandom-lp .dropdown-menu-lg-end {
    --bs-position: end ;
  }

  .fandom-lp .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .fandom-lp .dropdown-menu-xl-start {
    --bs-position: start ;
  }

  .fandom-lp .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .fandom-lp .dropdown-menu-xl-end {
    --bs-position: end ;
  }

  .fandom-lp .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .fandom-lp .dropdown-menu-xxl-start {
    --bs-position: start ;
  }

  .fandom-lp .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .fandom-lp .dropdown-menu-xxl-end {
    --bs-position: end ;
  }

  .fandom-lp .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.fandom-lp .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.fandom-lp .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.fandom-lp .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.fandom-lp .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.fandom-lp .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.fandom-lp .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.fandom-lp .dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.fandom-lp .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.fandom-lp .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.fandom-lp .dropstart .dropdown-toggle::after {
  display: none;
}

.fandom-lp .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.fandom-lp .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.fandom-lp .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.fandom-lp .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.fandom-lp .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.fandom-lp .dropdown-item:hover, .fandom-lp .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.fandom-lp .dropdown-item.active, .fandom-lp .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.fandom-lp .dropdown-item.disabled, .fandom-lp .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.fandom-lp .dropdown-menu.show {
  display: block;
}

.fandom-lp .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.fandom-lp .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.fandom-lp .dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.fandom-lp .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.fandom-lp .dropdown-menu-dark .dropdown-item:hover, .fandom-lp .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.fandom-lp .dropdown-menu-dark .dropdown-item.active, .fandom-lp .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.fandom-lp .dropdown-menu-dark .dropdown-item.disabled, .fandom-lp .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.fandom-lp .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.fandom-lp .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.fandom-lp .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.fandom-lp .btn-group, .fandom-lp .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.fandom-lp .btn-group > .btn, .fandom-lp .btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fandom-lp .btn-group > .btn-check:checked + .btn, .fandom-lp .btn-group > .btn-check:focus + .btn, .fandom-lp .btn-group > .btn:hover, .fandom-lp .btn-group > .btn:focus, .fandom-lp .btn-group > .btn:active, .fandom-lp .btn-group > .btn.active, .fandom-lp .btn-group-vertical > .btn-check:checked + .btn, .fandom-lp .btn-group-vertical > .btn-check:focus + .btn, .fandom-lp .btn-group-vertical > .btn:hover, .fandom-lp .btn-group-vertical > .btn:focus, .fandom-lp .btn-group-vertical > .btn:active, .fandom-lp .btn-group-vertical > .btn.active {
  z-index: 1;
}

.fandom-lp .btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fandom-lp .btn-toolbar .input-group {
  width: auto;
}

.fandom-lp .btn-group > .btn:not(:first-child), .fandom-lp .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.fandom-lp .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .fandom-lp .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fandom-lp .btn-group > .btn:nth-child(n+3), .fandom-lp .btn-group > :not(.btn-check) + .btn, .fandom-lp .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fandom-lp .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.fandom-lp .dropdown-toggle-split::after, .fandom-lp .dropup .dropdown-toggle-split::after, .fandom-lp .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.fandom-lp .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.fandom-lp .btn-sm + .dropdown-toggle-split, .fandom-lp .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.fandom-lp .btn-lg + .dropdown-toggle-split, .fandom-lp .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.fandom-lp .btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.fandom-lp .btn-group-vertical > .btn, .fandom-lp .btn-group-vertical > .btn-group {
  width: 100%;
}

.fandom-lp .btn-group-vertical > .btn:not(:first-child), .fandom-lp .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.fandom-lp .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .fandom-lp .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.fandom-lp .btn-group-vertical > .btn ~ .btn, .fandom-lp .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fandom-lp .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.fandom-lp .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .nav-link {
    transition: none;
  }
}
.fandom-lp .nav-link:hover, .fandom-lp .nav-link:focus {
  color: #0a58ca;
}

.fandom-lp .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.fandom-lp .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.fandom-lp .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.fandom-lp .nav-tabs .nav-link:hover, .fandom-lp .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.fandom-lp .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.fandom-lp .nav-tabs .nav-link.active, .fandom-lp .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.fandom-lp .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fandom-lp .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.fandom-lp .nav-pills .nav-link.active, .fandom-lp .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.fandom-lp .nav-fill > .nav-link, .fandom-lp .nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.fandom-lp .nav-justified > .nav-link, .fandom-lp .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.fandom-lp .nav-fill .nav-item .nav-link, .fandom-lp .nav-justified .nav-item .nav-link {
  width: 100%;
}

.fandom-lp .tab-content > .tab-pane {
  display: none;
}

.fandom-lp .tab-content > .active {
  display: block;
}

.fandom-lp .navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.fandom-lp .navbar > .container, .fandom-lp .navbar > .container-fluid, .fandom-lp .navbar > .container-sm, .fandom-lp .navbar > .container-md, .fandom-lp .navbar > .container-lg, .fandom-lp .navbar > .container-xl, .fandom-lp .navbar > .container-xxl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fandom-lp .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.fandom-lp .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.fandom-lp .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.fandom-lp .navbar-nav .dropdown-menu {
  position: static;
}

.fandom-lp .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.fandom-lp .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.fandom-lp .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .navbar-toggler {
    transition: none;
  }
}
.fandom-lp .navbar-toggler:hover {
  text-decoration: none;
}

.fandom-lp .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.fandom-lp .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.fandom-lp .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .fandom-lp .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fandom-lp .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fandom-lp .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .fandom-lp .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .fandom-lp .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .fandom-lp .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .fandom-lp .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .fandom-lp .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .fandom-lp .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }

  .fandom-lp .navbar-expand-sm .offcanvas-top, .fandom-lp .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .fandom-lp .navbar-expand-sm .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .fandom-lp .navbar-expand-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fandom-lp .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fandom-lp .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .fandom-lp .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .fandom-lp .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .fandom-lp .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .fandom-lp .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .fandom-lp .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .fandom-lp .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }

  .fandom-lp .navbar-expand-md .offcanvas-top, .fandom-lp .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .fandom-lp .navbar-expand-md .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .fandom-lp .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fandom-lp .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fandom-lp .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .fandom-lp .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .fandom-lp .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .fandom-lp .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .fandom-lp .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .fandom-lp .navbar-expand-lg .offcanvas-header {
    display: none;
  }

  .fandom-lp .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }

  .fandom-lp .navbar-expand-lg .offcanvas-top, .fandom-lp .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .fandom-lp .navbar-expand-lg .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .fandom-lp .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fandom-lp .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fandom-lp .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .fandom-lp .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .fandom-lp .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .fandom-lp .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .fandom-lp .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .fandom-lp .navbar-expand-xl .offcanvas-header {
    display: none;
  }

  .fandom-lp .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }

  .fandom-lp .navbar-expand-xl .offcanvas-top, .fandom-lp .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .fandom-lp .navbar-expand-xl .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .fandom-lp .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fandom-lp .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fandom-lp .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .fandom-lp .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .fandom-lp .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .fandom-lp .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .fandom-lp .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .fandom-lp .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .fandom-lp .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }

  .fandom-lp .navbar-expand-xxl .offcanvas-top, .fandom-lp .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .fandom-lp .navbar-expand-xxl .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.fandom-lp .navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fandom-lp .navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.fandom-lp .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.fandom-lp .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.fandom-lp .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.fandom-lp .navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.fandom-lp .navbar-expand .navbar-toggler {
  display: none;
}

.fandom-lp .navbar-expand .offcanvas-header {
  display: none;
}

.fandom-lp .navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -ms-flex-positive: 1;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  -webkit-transform: none;
  transform: none;
}

.fandom-lp .navbar-expand .offcanvas-top, .fandom-lp .navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.fandom-lp .navbar-expand .offcanvas-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.fandom-lp .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.fandom-lp .navbar-light .navbar-brand:hover, .fandom-lp .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.fandom-lp .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.fandom-lp .navbar-light .navbar-nav .nav-link:hover, .fandom-lp .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.fandom-lp .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.fandom-lp .navbar-light .navbar-nav .show > .nav-link, .fandom-lp .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.fandom-lp .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.fandom-lp .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.fandom-lp .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.fandom-lp .navbar-light .navbar-text a, .fandom-lp .navbar-light .navbar-text a:hover, .fandom-lp .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.fandom-lp .navbar-dark .navbar-brand {
  color: #fff;
}

.fandom-lp .navbar-dark .navbar-brand:hover, .fandom-lp .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.fandom-lp .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.fandom-lp .navbar-dark .navbar-nav .nav-link:hover, .fandom-lp .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.fandom-lp .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.fandom-lp .navbar-dark .navbar-nav .show > .nav-link, .fandom-lp .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.fandom-lp .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.fandom-lp .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.fandom-lp .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.fandom-lp .navbar-dark .navbar-text a, .fandom-lp .navbar-dark .navbar-text a:hover, .fandom-lp .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.fandom-lp .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.fandom-lp .card > hr {
  margin-right: 0;
  margin-left: 0;
}

.fandom-lp .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.fandom-lp .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.fandom-lp .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.fandom-lp .card > .card-header + .list-group, .fandom-lp .card > .list-group + .card-footer {
  border-top: 0;
}

.fandom-lp .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.fandom-lp .card-title {
  margin-bottom: 0.5rem;
}

.fandom-lp .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.fandom-lp .card-text:last-child {
  margin-bottom: 0;
}

.fandom-lp .card-link + .card-link {
  margin-left: 1rem;
}

.fandom-lp .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.fandom-lp .card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.fandom-lp .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.fandom-lp .card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.fandom-lp .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.fandom-lp .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.fandom-lp .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px);
}

.fandom-lp .card-img, .fandom-lp .card-img-top, .fandom-lp .card-img-bottom {
  width: 100%;
}

.fandom-lp .card-img, .fandom-lp .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.fandom-lp .card-img, .fandom-lp .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.fandom-lp .card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .fandom-lp .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .fandom-lp .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .fandom-lp .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .fandom-lp .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .fandom-lp .card-group > .card:not(:last-child) .card-img-top, .fandom-lp .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .fandom-lp .card-group > .card:not(:last-child) .card-img-bottom, .fandom-lp .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .fandom-lp .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fandom-lp .card-group > .card:not(:first-child) .card-img-top, .fandom-lp .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .fandom-lp .card-group > .card:not(:first-child) .card-img-bottom, .fandom-lp .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.fandom-lp .accordion-button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .accordion-button {
    transition: none;
  }
}
.fandom-lp .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.fandom-lp .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.fandom-lp .accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .accordion-button::after {
    transition: none;
  }
}
.fandom-lp .accordion-button:hover {
  z-index: 2;
}

.fandom-lp .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.fandom-lp .accordion-header {
  margin-bottom: 0;
}

.fandom-lp .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.fandom-lp .accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.fandom-lp .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.fandom-lp .accordion-item:not(:first-of-type) {
  border-top: 0;
}

.fandom-lp .accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.fandom-lp .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.fandom-lp .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.fandom-lp .accordion-body {
  padding: 1rem 1.25rem;
}

.fandom-lp .accordion-flush .accordion-collapse {
  border-width: 0;
}

.fandom-lp .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.fandom-lp .accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.fandom-lp .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.fandom-lp .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.fandom-lp .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.fandom-lp .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.fandom-lp .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.fandom-lp .breadcrumb-item.active {
  color: #6c757d;
}

.fandom-lp .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.fandom-lp .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .page-link {
    transition: none;
  }
}
.fandom-lp .page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.fandom-lp .page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.fandom-lp .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.fandom-lp .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.fandom-lp .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.fandom-lp .page-link {
  padding: 0.375rem 0.75rem;
}

.fandom-lp .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.fandom-lp .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.fandom-lp .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.fandom-lp .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.fandom-lp .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.fandom-lp .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.fandom-lp .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.fandom-lp .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.fandom-lp .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.fandom-lp .badge:empty {
  display: none;
}

.fandom-lp .btn .badge {
  position: relative;
  top: -1px;
}

.fandom-lp .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.fandom-lp .alert-heading {
  color: inherit;
}

.fandom-lp .alert-link {
  font-weight: 700;
}

.fandom-lp .alert-dismissible {
  padding-right: 3rem;
}

.fandom-lp .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.fandom-lp .alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.fandom-lp .alert-primary .alert-link {
  color: #06357a;
}

.fandom-lp .alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.fandom-lp .alert-secondary .alert-link {
  color: #34383c;
}

.fandom-lp .alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.fandom-lp .alert-success .alert-link {
  color: #0c4128;
}

.fandom-lp .alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.fandom-lp .alert-info .alert-link {
  color: #04414d;
}

.fandom-lp .alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.fandom-lp .alert-warning .alert-link {
  color: #523e02;
}

.fandom-lp .alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.fandom-lp .alert-danger .alert-link {
  color: #6a1a21;
}

.fandom-lp .alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.fandom-lp .alert-light .alert-link {
  color: #4f5050;
}

.fandom-lp .alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.fandom-lp .alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.fandom-lp .progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.fandom-lp .progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .progress-bar {
    transition: none;
  }
}
.fandom-lp .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.fandom-lp .progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.fandom-lp .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.fandom-lp .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.fandom-lp .list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.fandom-lp .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.fandom-lp .list-group-item-action:hover, .fandom-lp .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.fandom-lp .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.fandom-lp .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.fandom-lp .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.fandom-lp .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.fandom-lp .list-group-item.disabled, .fandom-lp .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.fandom-lp .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.fandom-lp .list-group-item + .list-group-item {
  border-top-width: 0;
}

.fandom-lp .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.fandom-lp .list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.fandom-lp .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.fandom-lp .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.fandom-lp .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.fandom-lp .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.fandom-lp .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .fandom-lp .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fandom-lp .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .fandom-lp .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .fandom-lp .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .fandom-lp .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .fandom-lp .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .fandom-lp .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fandom-lp .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .fandom-lp .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .fandom-lp .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .fandom-lp .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .fandom-lp .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .fandom-lp .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fandom-lp .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .fandom-lp .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .fandom-lp .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .fandom-lp .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .fandom-lp .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .fandom-lp .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fandom-lp .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .fandom-lp .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .fandom-lp .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .fandom-lp .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .fandom-lp .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .fandom-lp .list-group-horizontal-xxl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fandom-lp .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .fandom-lp .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .fandom-lp .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .fandom-lp .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .fandom-lp .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.fandom-lp .list-group-flush {
  border-radius: 0;
}

.fandom-lp .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.fandom-lp .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.fandom-lp .list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.fandom-lp .list-group-item-primary.list-group-item-action:hover, .fandom-lp .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.fandom-lp .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.fandom-lp .list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.fandom-lp .list-group-item-secondary.list-group-item-action:hover, .fandom-lp .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.fandom-lp .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.fandom-lp .list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.fandom-lp .list-group-item-success.list-group-item-action:hover, .fandom-lp .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.fandom-lp .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.fandom-lp .list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.fandom-lp .list-group-item-info.list-group-item-action:hover, .fandom-lp .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.fandom-lp .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.fandom-lp .list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.fandom-lp .list-group-item-warning.list-group-item-action:hover, .fandom-lp .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.fandom-lp .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.fandom-lp .list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.fandom-lp .list-group-item-danger.list-group-item-action:hover, .fandom-lp .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.fandom-lp .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.fandom-lp .list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.fandom-lp .list-group-item-light.list-group-item-action:hover, .fandom-lp .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.fandom-lp .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.fandom-lp .list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.fandom-lp .list-group-item-dark.list-group-item-action:hover, .fandom-lp .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.fandom-lp .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.fandom-lp .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.fandom-lp .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.fandom-lp .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.fandom-lp .btn-close:disabled, .fandom-lp .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.fandom-lp .btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}

.fandom-lp .toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.fandom-lp .toast.showing {
  opacity: 0;
}

.fandom-lp .toast:not(.show) {
  display: none;
}

.fandom-lp .toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.fandom-lp .toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.fandom-lp .toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.fandom-lp .toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.fandom-lp .toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.fandom-lp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .modal.fade .modal-dialog {
    transition: none;
  }
}
.fandom-lp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.fandom-lp .modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.fandom-lp .modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.fandom-lp .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.fandom-lp .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

.fandom-lp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.fandom-lp .modal-backdrop.fade {
  opacity: 0;
}

.fandom-lp .modal-backdrop.show {
  opacity: 0.5;
}

.fandom-lp .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.fandom-lp .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.fandom-lp .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

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

.fandom-lp .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.fandom-lp .modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .fandom-lp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .fandom-lp .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .fandom-lp .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .fandom-lp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .fandom-lp .modal-lg, .fandom-lp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .fandom-lp .modal-xl {
    max-width: 1140px;
  }
}
.fandom-lp .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.fandom-lp .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.fandom-lp .modal-fullscreen .modal-header {
  border-radius: 0;
}

.fandom-lp .modal-fullscreen .modal-body {
  overflow-y: auto;
}

.fandom-lp .modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .fandom-lp .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .fandom-lp .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .fandom-lp .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .fandom-lp .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .fandom-lp .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .fandom-lp .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .fandom-lp .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .fandom-lp .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .fandom-lp .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .fandom-lp .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .fandom-lp .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .fandom-lp .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .fandom-lp .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .fandom-lp .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .fandom-lp .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .fandom-lp .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .fandom-lp .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .fandom-lp .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .fandom-lp .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .fandom-lp .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .fandom-lp .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .fandom-lp .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .fandom-lp .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .fandom-lp .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .fandom-lp .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.fandom-lp .tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.fandom-lp .tooltip.show {
  opacity: 0.9;
}

.fandom-lp .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.fandom-lp .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.fandom-lp .bs-tooltip-top, .fandom-lp .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.fandom-lp .bs-tooltip-top .tooltip-arrow, .fandom-lp .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.fandom-lp .bs-tooltip-top .tooltip-arrow::before, .fandom-lp .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.fandom-lp .bs-tooltip-end, .fandom-lp .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.fandom-lp .bs-tooltip-end .tooltip-arrow, .fandom-lp .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.fandom-lp .bs-tooltip-end .tooltip-arrow::before, .fandom-lp .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.fandom-lp .bs-tooltip-bottom, .fandom-lp .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.fandom-lp .bs-tooltip-bottom .tooltip-arrow, .fandom-lp .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.fandom-lp .bs-tooltip-bottom .tooltip-arrow::before, .fandom-lp .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.fandom-lp .bs-tooltip-start, .fandom-lp .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.fandom-lp .bs-tooltip-start .tooltip-arrow, .fandom-lp .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.fandom-lp .bs-tooltip-start .tooltip-arrow::before, .fandom-lp .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.fandom-lp .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.fandom-lp .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.fandom-lp .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.fandom-lp .popover .popover-arrow::before, .fandom-lp .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.fandom-lp .bs-popover-top > .popover-arrow, .fandom-lp .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-.5rem - 1px);
}

.fandom-lp .bs-popover-top > .popover-arrow::before, .fandom-lp .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.fandom-lp .bs-popover-top > .popover-arrow::after, .fandom-lp .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.fandom-lp .bs-popover-end > .popover-arrow, .fandom-lp .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.fandom-lp .bs-popover-end > .popover-arrow::before, .fandom-lp .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.fandom-lp .bs-popover-end > .popover-arrow::after, .fandom-lp .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.fandom-lp .bs-popover-bottom > .popover-arrow, .fandom-lp .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-.5rem - 1px);
}

.fandom-lp .bs-popover-bottom > .popover-arrow::before, .fandom-lp .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.fandom-lp .bs-popover-bottom > .popover-arrow::after, .fandom-lp .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.fandom-lp .bs-popover-bottom .popover-header::before, .fandom-lp .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.fandom-lp .bs-popover-start > .popover-arrow, .fandom-lp .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.fandom-lp .bs-popover-start > .popover-arrow::before, .fandom-lp .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.fandom-lp .bs-popover-start > .popover-arrow::after, .fandom-lp .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.fandom-lp .popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.fandom-lp .popover-header:empty {
  display: none;
}

.fandom-lp .popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.fandom-lp .carousel {
  position: relative;
}

.fandom-lp .carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.fandom-lp .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fandom-lp .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.fandom-lp .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .carousel-item {
    transition: none;
  }
}
.fandom-lp .carousel-item.active, .fandom-lp .carousel-item-next, .fandom-lp .carousel-item-prev {
  display: block;
}

.fandom-lp .carousel-item-next:not(.carousel-item-start), .fandom-lp .active.carousel-item-end {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.fandom-lp .carousel-item-prev:not(.carousel-item-end), .fandom-lp .active.carousel-item-start {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fandom-lp .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.fandom-lp .carousel-fade .carousel-item.active, .fandom-lp .carousel-fade .carousel-item-next.carousel-item-start, .fandom-lp .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.fandom-lp .carousel-fade .active.carousel-item-start, .fandom-lp .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .carousel-fade .active.carousel-item-start, .fandom-lp .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.fandom-lp .carousel-control-prev, .fandom-lp .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .carousel-control-prev, .fandom-lp .carousel-control-next {
    transition: none;
  }
}
.fandom-lp .carousel-control-prev:hover, .fandom-lp .carousel-control-prev:focus, .fandom-lp .carousel-control-next:hover, .fandom-lp .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.fandom-lp .carousel-control-prev {
  left: 0;
}

.fandom-lp .carousel-control-next {
  right: 0;
}

.fandom-lp .carousel-control-prev-icon, .fandom-lp .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.fandom-lp .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.fandom-lp .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.fandom-lp .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.fandom-lp .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.fandom-lp .carousel-indicators .active {
  opacity: 1;
}

.fandom-lp .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.fandom-lp .carousel-dark .carousel-control-prev-icon, .fandom-lp .carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}

.fandom-lp .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.fandom-lp .carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fandom-lp .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.fandom-lp .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fandom-lp .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.fandom-lp .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .spinner-border, .fandom-lp .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.fandom-lp .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fandom-lp .offcanvas {
    transition: none;
  }
}
.fandom-lp .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.fandom-lp .offcanvas-backdrop.fade {
  opacity: 0;
}

.fandom-lp .offcanvas-backdrop.show {
  opacity: 0.5;
}

.fandom-lp .offcanvas-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.fandom-lp .offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.fandom-lp .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.fandom-lp .offcanvas-body {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.fandom-lp .offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fandom-lp .offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.fandom-lp .offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.fandom-lp .offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.fandom-lp .offcanvas.show {
  -webkit-transform: none;
  transform: none;
}

.fandom-lp .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.fandom-lp .placeholder.btn::before {
  display: inline-block;
  content: "";
}

.fandom-lp .placeholder-xs {
  min-height: 0.6em;
}

.fandom-lp .placeholder-sm {
  min-height: 0.8em;
}

.fandom-lp .placeholder-lg {
  min-height: 1.2em;
}

.fandom-lp .placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.fandom-lp .placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.fandom-lp .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.fandom-lp .link-primary {
  color: #0d6efd;
}

.fandom-lp .link-primary:hover, .fandom-lp .link-primary:focus {
  color: #0a58ca;
}

.fandom-lp .link-secondary {
  color: #6c757d;
}

.fandom-lp .link-secondary:hover, .fandom-lp .link-secondary:focus {
  color: #565e64;
}

.fandom-lp .link-success {
  color: #198754;
}

.fandom-lp .link-success:hover, .fandom-lp .link-success:focus {
  color: #146c43;
}

.fandom-lp .link-info {
  color: #0dcaf0;
}

.fandom-lp .link-info:hover, .fandom-lp .link-info:focus {
  color: #3dd5f3;
}

.fandom-lp .link-warning {
  color: #ffc107;
}

.fandom-lp .link-warning:hover, .fandom-lp .link-warning:focus {
  color: #ffcd39;
}

.fandom-lp .link-danger {
  color: #dc3545;
}

.fandom-lp .link-danger:hover, .fandom-lp .link-danger:focus {
  color: #b02a37;
}

.fandom-lp .link-light {
  color: #f8f9fa;
}

.fandom-lp .link-light:hover, .fandom-lp .link-light:focus {
  color: #f9fafb;
}

.fandom-lp .link-dark {
  color: #212529;
}

.fandom-lp .link-dark:hover, .fandom-lp .link-dark:focus {
  color: #1a1e21;
}

.fandom-lp .ratio {
  position: relative;
  width: 100%;
}

.fandom-lp .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.fandom-lp .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fandom-lp .ratio-1x1 {
  --bs-aspect-ratio: 100% ;
}

.fandom-lp .ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%) ;
}

.fandom-lp .ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%) ;
}

.fandom-lp .ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%) ;
}

.fandom-lp .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fandom-lp .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.fandom-lp .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .fandom-lp .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .fandom-lp .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .fandom-lp .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .fandom-lp .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .fandom-lp .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.fandom-lp .hstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.fandom-lp .vstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.fandom-lp .visually-hidden, .fandom-lp .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.fandom-lp .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.fandom-lp .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fandom-lp .vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.fandom-lp .align-baseline {
  vertical-align: baseline !important;
}

.fandom-lp .align-top {
  vertical-align: top !important;
}

.fandom-lp .align-middle {
  vertical-align: middle !important;
}

.fandom-lp .align-bottom {
  vertical-align: bottom !important;
}

.fandom-lp .align-text-bottom {
  vertical-align: text-bottom !important;
}

.fandom-lp .align-text-top {
  vertical-align: text-top !important;
}

.fandom-lp .float-start {
  float: left !important;
}

.fandom-lp .float-end {
  float: right !important;
}

.fandom-lp .float-none {
  float: none !important;
}

.fandom-lp .opacity-0 {
  opacity: 0 !important;
}

.fandom-lp .opacity-25 {
  opacity: 0.25 !important;
}

.fandom-lp .opacity-50 {
  opacity: 0.5 !important;
}

.fandom-lp .opacity-75 {
  opacity: 0.75 !important;
}

.fandom-lp .opacity-100 {
  opacity: 1 !important;
}

.fandom-lp .overflow-auto {
  overflow: auto !important;
}

.fandom-lp .overflow-hidden {
  overflow: hidden !important;
}

.fandom-lp .overflow-visible {
  overflow: visible !important;
}

.fandom-lp .overflow-scroll {
  overflow: scroll !important;
}

.fandom-lp .d-inline {
  display: inline !important;
}

.fandom-lp .d-inline-block {
  display: inline-block !important;
}

.fandom-lp .d-block {
  display: block !important;
}

.fandom-lp .d-grid {
  display: grid !important;
}

.fandom-lp .d-table {
  display: table !important;
}

.fandom-lp .d-table-row {
  display: table-row !important;
}

.fandom-lp .d-table-cell {
  display: table-cell !important;
}

.fandom-lp .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.fandom-lp .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.fandom-lp .d-none {
  display: none !important;
}

.fandom-lp .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.fandom-lp .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.fandom-lp .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.fandom-lp .shadow-none {
  box-shadow: none !important;
}

.fandom-lp .position-static {
  position: static !important;
}

.fandom-lp .position-relative {
  position: relative !important;
}

.fandom-lp .position-absolute {
  position: absolute !important;
}

.fandom-lp .position-fixed {
  position: fixed !important;
}

.fandom-lp .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fandom-lp .top-0 {
  top: 0 !important;
}

.fandom-lp .top-50 {
  top: 50% !important;
}

.fandom-lp .top-100 {
  top: 100% !important;
}

.fandom-lp .bottom-0 {
  bottom: 0 !important;
}

.fandom-lp .bottom-50 {
  bottom: 50% !important;
}

.fandom-lp .bottom-100 {
  bottom: 100% !important;
}

.fandom-lp .start-0 {
  left: 0 !important;
}

.fandom-lp .start-50 {
  left: 50% !important;
}

.fandom-lp .start-100 {
  left: 100% !important;
}

.fandom-lp .end-0 {
  right: 0 !important;
}

.fandom-lp .end-50 {
  right: 50% !important;
}

.fandom-lp .end-100 {
  right: 100% !important;
}

.fandom-lp .translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.fandom-lp .translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.fandom-lp .translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.fandom-lp .border {
  border: 1px solid #dee2e6 !important;
}

.fandom-lp .border-0 {
  border: 0 !important;
}

.fandom-lp .border-top {
  border-top: 1px solid #dee2e6 !important;
}

.fandom-lp .border-top-0 {
  border-top: 0 !important;
}

.fandom-lp .border-end {
  border-right: 1px solid #dee2e6 !important;
}

.fandom-lp .border-end-0 {
  border-right: 0 !important;
}

.fandom-lp .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.fandom-lp .border-bottom-0 {
  border-bottom: 0 !important;
}

.fandom-lp .border-start {
  border-left: 1px solid #dee2e6 !important;
}

.fandom-lp .border-start-0 {
  border-left: 0 !important;
}

.fandom-lp .border-primary {
  border-color: #0d6efd !important;
}

.fandom-lp .border-secondary {
  border-color: #6c757d !important;
}

.fandom-lp .border-success {
  border-color: #198754 !important;
}

.fandom-lp .border-info {
  border-color: #0dcaf0 !important;
}

.fandom-lp .border-warning {
  border-color: #ffc107 !important;
}

.fandom-lp .border-danger {
  border-color: #dc3545 !important;
}

.fandom-lp .border-light {
  border-color: #f8f9fa !important;
}

.fandom-lp .border-dark {
  border-color: #212529 !important;
}

.fandom-lp .border-white {
  border-color: #fff !important;
}

.fandom-lp .border-1 {
  border-width: 1px !important;
}

.fandom-lp .border-2 {
  border-width: 2px !important;
}

.fandom-lp .border-3 {
  border-width: 3px !important;
}

.fandom-lp .border-4 {
  border-width: 4px !important;
}

.fandom-lp .border-5 {
  border-width: 5px !important;
}

.fandom-lp .w-25 {
  width: 25% !important;
}

.fandom-lp .w-50 {
  width: 50% !important;
}

.fandom-lp .w-75 {
  width: 75% !important;
}

.fandom-lp .w-100 {
  width: 100% !important;
}

.fandom-lp .w-auto {
  width: auto !important;
}

.fandom-lp .mw-100 {
  max-width: 100% !important;
}

.fandom-lp .vw-100 {
  width: 100vw !important;
}

.fandom-lp .min-vw-100 {
  min-width: 100vw !important;
}

.fandom-lp .h-25 {
  height: 25% !important;
}

.fandom-lp .h-50 {
  height: 50% !important;
}

.fandom-lp .h-75 {
  height: 75% !important;
}

.fandom-lp .h-100 {
  height: 100% !important;
}

.fandom-lp .h-auto {
  height: auto !important;
}

.fandom-lp .mh-100 {
  max-height: 100% !important;
}

.fandom-lp .vh-100 {
  height: 100vh !important;
}

.fandom-lp .min-vh-100 {
  min-height: 100vh !important;
}

.fandom-lp .flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.fandom-lp .flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.fandom-lp .flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.fandom-lp .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.fandom-lp .flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.fandom-lp .flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.fandom-lp .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.fandom-lp .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.fandom-lp .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.fandom-lp .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.fandom-lp .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.fandom-lp .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.fandom-lp .gap-0 {
  gap: 0 !important;
}

.fandom-lp .gap-1 {
  gap: 0.25rem !important;
}

.fandom-lp .gap-2 {
  gap: 0.5rem !important;
}

.fandom-lp .gap-3 {
  gap: 1rem !important;
}

.fandom-lp .gap-4 {
  gap: 1.5rem !important;
}

.fandom-lp .gap-5 {
  gap: 3rem !important;
}

.fandom-lp .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.fandom-lp .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.fandom-lp .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.fandom-lp .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.fandom-lp .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.fandom-lp .justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.fandom-lp .align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.fandom-lp .align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.fandom-lp .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.fandom-lp .align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.fandom-lp .align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.fandom-lp .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.fandom-lp .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.fandom-lp .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.fandom-lp .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.fandom-lp .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.fandom-lp .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.fandom-lp .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.fandom-lp .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.fandom-lp .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.fandom-lp .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.fandom-lp .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.fandom-lp .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.fandom-lp .order-first {
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.fandom-lp .order-0 {
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.fandom-lp .order-1 {
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.fandom-lp .order-2 {
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.fandom-lp .order-3 {
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.fandom-lp .order-4 {
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.fandom-lp .order-5 {
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.fandom-lp .order-last {
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.fandom-lp .m-0 {
  margin: 0 !important;
}

.fandom-lp .m-1 {
  margin: 0.25rem !important;
}

.fandom-lp .m-2 {
  margin: 0.5rem !important;
}

.fandom-lp .m-3 {
  margin: 1rem !important;
}

.fandom-lp .m-4 {
  margin: 1.5rem !important;
}

.fandom-lp .m-5 {
  margin: 3rem !important;
}

.fandom-lp .m-auto {
  margin: auto !important;
}

.fandom-lp .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.fandom-lp .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.fandom-lp .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.fandom-lp .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.fandom-lp .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.fandom-lp .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.fandom-lp .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.fandom-lp .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.fandom-lp .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.fandom-lp .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.fandom-lp .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.fandom-lp .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.fandom-lp .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.fandom-lp .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.fandom-lp .mt-0 {
  margin-top: 0 !important;
}

.fandom-lp .mt-1 {
  margin-top: 0.25rem !important;
}

.fandom-lp .mt-2 {
  margin-top: 0.5rem !important;
}

.fandom-lp .mt-3 {
  margin-top: 1rem !important;
}

.fandom-lp .mt-4 {
  margin-top: 1.5rem !important;
}

.fandom-lp .mt-5 {
  margin-top: 3rem !important;
}

.fandom-lp .mt-auto {
  margin-top: auto !important;
}

.fandom-lp .me-0 {
  margin-right: 0 !important;
}

.fandom-lp .me-1 {
  margin-right: 0.25rem !important;
}

.fandom-lp .me-2 {
  margin-right: 0.5rem !important;
}

.fandom-lp .me-3 {
  margin-right: 1rem !important;
}

.fandom-lp .me-4 {
  margin-right: 1.5rem !important;
}

.fandom-lp .me-5 {
  margin-right: 3rem !important;
}

.fandom-lp .me-auto {
  margin-right: auto !important;
}

.fandom-lp .mb-0 {
  margin-bottom: 0 !important;
}

.fandom-lp .mb-1 {
  margin-bottom: 0.25rem !important;
}

.fandom-lp .mb-2 {
  margin-bottom: 0.5rem !important;
}

.fandom-lp .mb-3 {
  margin-bottom: 1rem !important;
}

.fandom-lp .mb-4 {
  margin-bottom: 1.5rem !important;
}

.fandom-lp .mb-5 {
  margin-bottom: 3rem !important;
}

.fandom-lp .mb-auto {
  margin-bottom: auto !important;
}

.fandom-lp .ms-0 {
  margin-left: 0 !important;
}

.fandom-lp .ms-1 {
  margin-left: 0.25rem !important;
}

.fandom-lp .ms-2 {
  margin-left: 0.5rem !important;
}

.fandom-lp .ms-3 {
  margin-left: 1rem !important;
}

.fandom-lp .ms-4 {
  margin-left: 1.5rem !important;
}

.fandom-lp .ms-5 {
  margin-left: 3rem !important;
}

.fandom-lp .ms-auto {
  margin-left: auto !important;
}

.fandom-lp .p-0 {
  padding: 0 !important;
}

.fandom-lp .p-1 {
  padding: 0.25rem !important;
}

.fandom-lp .p-2 {
  padding: 0.5rem !important;
}

.fandom-lp .p-3 {
  padding: 1rem !important;
}

.fandom-lp .p-4 {
  padding: 1.5rem !important;
}

.fandom-lp .p-5 {
  padding: 3rem !important;
}

.fandom-lp .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.fandom-lp .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.fandom-lp .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.fandom-lp .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.fandom-lp .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.fandom-lp .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.fandom-lp .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fandom-lp .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.fandom-lp .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.fandom-lp .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.fandom-lp .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.fandom-lp .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.fandom-lp .pt-0 {
  padding-top: 0 !important;
}

.fandom-lp .pt-1 {
  padding-top: 0.25rem !important;
}

.fandom-lp .pt-2 {
  padding-top: 0.5rem !important;
}

.fandom-lp .pt-3 {
  padding-top: 1rem !important;
}

.fandom-lp .pt-4 {
  padding-top: 1.5rem !important;
}

.fandom-lp .pt-5 {
  padding-top: 3rem !important;
}

.fandom-lp .pe-0 {
  padding-right: 0 !important;
}

.fandom-lp .pe-1 {
  padding-right: 0.25rem !important;
}

.fandom-lp .pe-2 {
  padding-right: 0.5rem !important;
}

.fandom-lp .pe-3 {
  padding-right: 1rem !important;
}

.fandom-lp .pe-4 {
  padding-right: 1.5rem !important;
}

.fandom-lp .pe-5 {
  padding-right: 3rem !important;
}

.fandom-lp .pb-0 {
  padding-bottom: 0 !important;
}

.fandom-lp .pb-1 {
  padding-bottom: 0.25rem !important;
}

.fandom-lp .pb-2 {
  padding-bottom: 0.5rem !important;
}

.fandom-lp .pb-3 {
  padding-bottom: 1rem !important;
}

.fandom-lp .pb-4 {
  padding-bottom: 1.5rem !important;
}

.fandom-lp .pb-5 {
  padding-bottom: 3rem !important;
}

.fandom-lp .ps-0 {
  padding-left: 0 !important;
}

.fandom-lp .ps-1 {
  padding-left: 0.25rem !important;
}

.fandom-lp .ps-2 {
  padding-left: 0.5rem !important;
}

.fandom-lp .ps-3 {
  padding-left: 1rem !important;
}

.fandom-lp .ps-4 {
  padding-left: 1.5rem !important;
}

.fandom-lp .ps-5 {
  padding-left: 3rem !important;
}

.fandom-lp .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fandom-lp .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fandom-lp .fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

.fandom-lp .fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

.fandom-lp .fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

.fandom-lp .fs-5 {
  font-size: 1.25rem !important;
}

.fandom-lp .fs-6 {
  font-size: 1rem !important;
}

.fandom-lp .fst-italic {
  font-style: italic !important;
}

.fandom-lp .fst-normal {
  font-style: normal !important;
}

.fandom-lp .fw-light {
  font-weight: 300 !important;
}

.fandom-lp .fw-lighter {
  font-weight: lighter !important;
}

.fandom-lp .fw-normal {
  font-weight: 400 !important;
}

.fandom-lp .fw-bold {
  font-weight: 700 !important;
}

.fandom-lp .fw-bolder {
  font-weight: bolder !important;
}

.fandom-lp .lh-1 {
  line-height: 1 !important;
}

.fandom-lp .lh-sm {
  line-height: 1.25 !important;
}

.fandom-lp .lh-base {
  line-height: 1.5 !important;
}

.fandom-lp .lh-lg {
  line-height: 2 !important;
}

.fandom-lp .text-start {
  text-align: left !important;
}

.fandom-lp .text-end {
  text-align: right !important;
}

.fandom-lp .text-center {
  text-align: center !important;
}

.fandom-lp .text-decoration-none {
  text-decoration: none !important;
}

.fandom-lp .text-decoration-underline {
  text-decoration: underline !important;
}

.fandom-lp .text-decoration-line-through {
  text-decoration: line-through !important;
}

.fandom-lp .text-lowercase {
  text-transform: lowercase !important;
}

.fandom-lp .text-uppercase {
  text-transform: uppercase !important;
}

.fandom-lp .text-capitalize {
  text-transform: capitalize !important;
}

.fandom-lp .text-wrap {
  white-space: normal !important;
}

.fandom-lp .text-nowrap {
  white-space: nowrap !important;
}

.fandom-lp .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.fandom-lp .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.fandom-lp .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.fandom-lp .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.fandom-lp .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.fandom-lp .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.fandom-lp .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.fandom-lp .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.fandom-lp .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.fandom-lp .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.fandom-lp .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.fandom-lp .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.fandom-lp .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.fandom-lp .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.fandom-lp .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.fandom-lp .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.fandom-lp .text-opacity-25 {
  --bs-text-opacity: .25 ;
}

.fandom-lp .text-opacity-50 {
  --bs-text-opacity: .5 ;
}

.fandom-lp .text-opacity-75 {
  --bs-text-opacity: .75 ;
}

.fandom-lp .text-opacity-100 {
  --bs-text-opacity: 1 ;
}

.fandom-lp .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.fandom-lp .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.fandom-lp .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.fandom-lp .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.fandom-lp .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.fandom-lp .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.fandom-lp .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.fandom-lp .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.fandom-lp .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.fandom-lp .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.fandom-lp .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

.fandom-lp .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 0) !important;
}

.fandom-lp .bg-opacity-10 {
  --bs-bg-opacity: .1 ;
}

.fandom-lp .bg-opacity-25 {
  --bs-bg-opacity: .25 ;
}

.fandom-lp .bg-opacity-50 {
  --bs-bg-opacity: .5 ;
}

.fandom-lp .bg-opacity-75 {
  --bs-bg-opacity: .75 ;
}

.fandom-lp .bg-opacity-100 {
  --bs-bg-opacity: 1 ;
}

.fandom-lp .bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.fandom-lp .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.fandom-lp .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.fandom-lp .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.fandom-lp .pe-none {
  pointer-events: none !important;
}

.fandom-lp .pe-auto {
  pointer-events: auto !important;
}

.fandom-lp .rounded {
  border-radius: 0.25rem !important;
}

.fandom-lp .rounded-0 {
  border-radius: 0 !important;
}

.fandom-lp .rounded-1 {
  border-radius: 0.2rem !important;
}

.fandom-lp .rounded-2 {
  border-radius: 0.25rem !important;
}

.fandom-lp .rounded-3 {
  border-radius: 0.3rem !important;
}

.fandom-lp .rounded-circle {
  border-radius: 50% !important;
}

.fandom-lp .rounded-pill {
  border-radius: 50rem !important;
}

.fandom-lp .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.fandom-lp .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.fandom-lp .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.fandom-lp .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.fandom-lp .visible {
  visibility: visible !important;
}

.fandom-lp .invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .fandom-lp .float-sm-start {
    float: left !important;
  }

  .fandom-lp .float-sm-end {
    float: right !important;
  }

  .fandom-lp .float-sm-none {
    float: none !important;
  }

  .fandom-lp .d-sm-inline {
    display: inline !important;
  }

  .fandom-lp .d-sm-inline-block {
    display: inline-block !important;
  }

  .fandom-lp .d-sm-block {
    display: block !important;
  }

  .fandom-lp .d-sm-grid {
    display: grid !important;
  }

  .fandom-lp .d-sm-table {
    display: table !important;
  }

  .fandom-lp .d-sm-table-row {
    display: table-row !important;
  }

  .fandom-lp .d-sm-table-cell {
    display: table-cell !important;
  }

  .fandom-lp .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .fandom-lp .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .fandom-lp .d-sm-none {
    display: none !important;
  }

  .fandom-lp .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .fandom-lp .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .fandom-lp .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .fandom-lp .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .fandom-lp .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .fandom-lp .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .fandom-lp .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .fandom-lp .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .fandom-lp .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .fandom-lp .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .fandom-lp .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .fandom-lp .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .fandom-lp .gap-sm-0 {
    gap: 0 !important;
  }

  .fandom-lp .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .fandom-lp .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .fandom-lp .gap-sm-3 {
    gap: 1rem !important;
  }

  .fandom-lp .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .fandom-lp .gap-sm-5 {
    gap: 3rem !important;
  }

  .fandom-lp .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .fandom-lp .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .fandom-lp .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .fandom-lp .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .fandom-lp .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .fandom-lp .justify-content-sm-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .fandom-lp .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .fandom-lp .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .fandom-lp .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .fandom-lp .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .fandom-lp .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .fandom-lp .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .fandom-lp .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .fandom-lp .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .fandom-lp .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .fandom-lp .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .fandom-lp .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .fandom-lp .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .fandom-lp .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .fandom-lp .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .fandom-lp .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .fandom-lp .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .fandom-lp .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .fandom-lp .order-sm-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .fandom-lp .order-sm-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .fandom-lp .order-sm-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .fandom-lp .order-sm-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .fandom-lp .order-sm-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .fandom-lp .order-sm-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .fandom-lp .order-sm-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .fandom-lp .order-sm-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .fandom-lp .m-sm-0 {
    margin: 0 !important;
  }

  .fandom-lp .m-sm-1 {
    margin: 0.25rem !important;
  }

  .fandom-lp .m-sm-2 {
    margin: 0.5rem !important;
  }

  .fandom-lp .m-sm-3 {
    margin: 1rem !important;
  }

  .fandom-lp .m-sm-4 {
    margin: 1.5rem !important;
  }

  .fandom-lp .m-sm-5 {
    margin: 3rem !important;
  }

  .fandom-lp .m-sm-auto {
    margin: auto !important;
  }

  .fandom-lp .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .fandom-lp .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .fandom-lp .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .fandom-lp .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .fandom-lp .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .fandom-lp .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .fandom-lp .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .fandom-lp .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .fandom-lp .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .fandom-lp .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .fandom-lp .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .fandom-lp .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .fandom-lp .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .fandom-lp .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .fandom-lp .mt-sm-0 {
    margin-top: 0 !important;
  }

  .fandom-lp .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .fandom-lp .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .fandom-lp .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .fandom-lp .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .fandom-lp .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .fandom-lp .mt-sm-auto {
    margin-top: auto !important;
  }

  .fandom-lp .me-sm-0 {
    margin-right: 0 !important;
  }

  .fandom-lp .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .fandom-lp .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .fandom-lp .me-sm-3 {
    margin-right: 1rem !important;
  }

  .fandom-lp .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .fandom-lp .me-sm-5 {
    margin-right: 3rem !important;
  }

  .fandom-lp .me-sm-auto {
    margin-right: auto !important;
  }

  .fandom-lp .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .fandom-lp .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .fandom-lp .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .fandom-lp .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .fandom-lp .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .fandom-lp .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .fandom-lp .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .fandom-lp .ms-sm-0 {
    margin-left: 0 !important;
  }

  .fandom-lp .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .fandom-lp .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .fandom-lp .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .fandom-lp .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .fandom-lp .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .fandom-lp .ms-sm-auto {
    margin-left: auto !important;
  }

  .fandom-lp .p-sm-0 {
    padding: 0 !important;
  }

  .fandom-lp .p-sm-1 {
    padding: 0.25rem !important;
  }

  .fandom-lp .p-sm-2 {
    padding: 0.5rem !important;
  }

  .fandom-lp .p-sm-3 {
    padding: 1rem !important;
  }

  .fandom-lp .p-sm-4 {
    padding: 1.5rem !important;
  }

  .fandom-lp .p-sm-5 {
    padding: 3rem !important;
  }

  .fandom-lp .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .fandom-lp .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .fandom-lp .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .fandom-lp .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .fandom-lp .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .fandom-lp .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .fandom-lp .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .fandom-lp .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .fandom-lp .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .fandom-lp .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .fandom-lp .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .fandom-lp .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .fandom-lp .pt-sm-0 {
    padding-top: 0 !important;
  }

  .fandom-lp .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .fandom-lp .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .fandom-lp .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .fandom-lp .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .fandom-lp .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .fandom-lp .pe-sm-0 {
    padding-right: 0 !important;
  }

  .fandom-lp .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .fandom-lp .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .fandom-lp .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .fandom-lp .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .fandom-lp .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .fandom-lp .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .fandom-lp .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .fandom-lp .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .fandom-lp .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .fandom-lp .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .fandom-lp .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .fandom-lp .ps-sm-0 {
    padding-left: 0 !important;
  }

  .fandom-lp .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .fandom-lp .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .fandom-lp .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .fandom-lp .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .fandom-lp .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .fandom-lp .text-sm-start {
    text-align: left !important;
  }

  .fandom-lp .text-sm-end {
    text-align: right !important;
  }

  .fandom-lp .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .fandom-lp .float-md-start {
    float: left !important;
  }

  .fandom-lp .float-md-end {
    float: right !important;
  }

  .fandom-lp .float-md-none {
    float: none !important;
  }

  .fandom-lp .d-md-inline {
    display: inline !important;
  }

  .fandom-lp .d-md-inline-block {
    display: inline-block !important;
  }

  .fandom-lp .d-md-block {
    display: block !important;
  }

  .fandom-lp .d-md-grid {
    display: grid !important;
  }

  .fandom-lp .d-md-table {
    display: table !important;
  }

  .fandom-lp .d-md-table-row {
    display: table-row !important;
  }

  .fandom-lp .d-md-table-cell {
    display: table-cell !important;
  }

  .fandom-lp .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .fandom-lp .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .fandom-lp .d-md-none {
    display: none !important;
  }

  .fandom-lp .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .fandom-lp .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .fandom-lp .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .fandom-lp .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .fandom-lp .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .fandom-lp .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .fandom-lp .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .fandom-lp .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .fandom-lp .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .fandom-lp .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .fandom-lp .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .fandom-lp .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .fandom-lp .gap-md-0 {
    gap: 0 !important;
  }

  .fandom-lp .gap-md-1 {
    gap: 0.25rem !important;
  }

  .fandom-lp .gap-md-2 {
    gap: 0.5rem !important;
  }

  .fandom-lp .gap-md-3 {
    gap: 1rem !important;
  }

  .fandom-lp .gap-md-4 {
    gap: 1.5rem !important;
  }

  .fandom-lp .gap-md-5 {
    gap: 3rem !important;
  }

  .fandom-lp .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .fandom-lp .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .fandom-lp .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .fandom-lp .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .fandom-lp .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .fandom-lp .justify-content-md-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .fandom-lp .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .fandom-lp .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .fandom-lp .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .fandom-lp .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .fandom-lp .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .fandom-lp .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .fandom-lp .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .fandom-lp .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .fandom-lp .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .fandom-lp .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .fandom-lp .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .fandom-lp .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .fandom-lp .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .fandom-lp .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .fandom-lp .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .fandom-lp .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .fandom-lp .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .fandom-lp .order-md-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .fandom-lp .order-md-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .fandom-lp .order-md-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .fandom-lp .order-md-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .fandom-lp .order-md-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .fandom-lp .order-md-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .fandom-lp .order-md-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .fandom-lp .order-md-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .fandom-lp .m-md-0 {
    margin: 0 !important;
  }

  .fandom-lp .m-md-1 {
    margin: 0.25rem !important;
  }

  .fandom-lp .m-md-2 {
    margin: 0.5rem !important;
  }

  .fandom-lp .m-md-3 {
    margin: 1rem !important;
  }

  .fandom-lp .m-md-4 {
    margin: 1.5rem !important;
  }

  .fandom-lp .m-md-5 {
    margin: 3rem !important;
  }

  .fandom-lp .m-md-auto {
    margin: auto !important;
  }

  .fandom-lp .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .fandom-lp .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .fandom-lp .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .fandom-lp .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .fandom-lp .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .fandom-lp .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .fandom-lp .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .fandom-lp .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .fandom-lp .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .fandom-lp .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .fandom-lp .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .fandom-lp .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .fandom-lp .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .fandom-lp .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .fandom-lp .mt-md-0 {
    margin-top: 0 !important;
  }

  .fandom-lp .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .fandom-lp .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .fandom-lp .mt-md-3 {
    margin-top: 1rem !important;
  }

  .fandom-lp .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .fandom-lp .mt-md-5 {
    margin-top: 3rem !important;
  }

  .fandom-lp .mt-md-auto {
    margin-top: auto !important;
  }

  .fandom-lp .me-md-0 {
    margin-right: 0 !important;
  }

  .fandom-lp .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .fandom-lp .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .fandom-lp .me-md-3 {
    margin-right: 1rem !important;
  }

  .fandom-lp .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .fandom-lp .me-md-5 {
    margin-right: 3rem !important;
  }

  .fandom-lp .me-md-auto {
    margin-right: auto !important;
  }

  .fandom-lp .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .fandom-lp .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .fandom-lp .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .fandom-lp .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .fandom-lp .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .fandom-lp .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .fandom-lp .mb-md-auto {
    margin-bottom: auto !important;
  }

  .fandom-lp .ms-md-0 {
    margin-left: 0 !important;
  }

  .fandom-lp .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .fandom-lp .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .fandom-lp .ms-md-3 {
    margin-left: 1rem !important;
  }

  .fandom-lp .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .fandom-lp .ms-md-5 {
    margin-left: 3rem !important;
  }

  .fandom-lp .ms-md-auto {
    margin-left: auto !important;
  }

  .fandom-lp .p-md-0 {
    padding: 0 !important;
  }

  .fandom-lp .p-md-1 {
    padding: 0.25rem !important;
  }

  .fandom-lp .p-md-2 {
    padding: 0.5rem !important;
  }

  .fandom-lp .p-md-3 {
    padding: 1rem !important;
  }

  .fandom-lp .p-md-4 {
    padding: 1.5rem !important;
  }

  .fandom-lp .p-md-5 {
    padding: 3rem !important;
  }

  .fandom-lp .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .fandom-lp .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .fandom-lp .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .fandom-lp .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .fandom-lp .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .fandom-lp .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .fandom-lp .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .fandom-lp .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .fandom-lp .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .fandom-lp .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .fandom-lp .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .fandom-lp .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .fandom-lp .pt-md-0 {
    padding-top: 0 !important;
  }

  .fandom-lp .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .fandom-lp .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .fandom-lp .pt-md-3 {
    padding-top: 1rem !important;
  }

  .fandom-lp .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .fandom-lp .pt-md-5 {
    padding-top: 3rem !important;
  }

  .fandom-lp .pe-md-0 {
    padding-right: 0 !important;
  }

  .fandom-lp .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .fandom-lp .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .fandom-lp .pe-md-3 {
    padding-right: 1rem !important;
  }

  .fandom-lp .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .fandom-lp .pe-md-5 {
    padding-right: 3rem !important;
  }

  .fandom-lp .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .fandom-lp .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .fandom-lp .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .fandom-lp .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .fandom-lp .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .fandom-lp .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .fandom-lp .ps-md-0 {
    padding-left: 0 !important;
  }

  .fandom-lp .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .fandom-lp .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .fandom-lp .ps-md-3 {
    padding-left: 1rem !important;
  }

  .fandom-lp .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .fandom-lp .ps-md-5 {
    padding-left: 3rem !important;
  }

  .fandom-lp .text-md-start {
    text-align: left !important;
  }

  .fandom-lp .text-md-end {
    text-align: right !important;
  }

  .fandom-lp .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .fandom-lp .float-lg-start {
    float: left !important;
  }

  .fandom-lp .float-lg-end {
    float: right !important;
  }

  .fandom-lp .float-lg-none {
    float: none !important;
  }

  .fandom-lp .d-lg-inline {
    display: inline !important;
  }

  .fandom-lp .d-lg-inline-block {
    display: inline-block !important;
  }

  .fandom-lp .d-lg-block {
    display: block !important;
  }

  .fandom-lp .d-lg-grid {
    display: grid !important;
  }

  .fandom-lp .d-lg-table {
    display: table !important;
  }

  .fandom-lp .d-lg-table-row {
    display: table-row !important;
  }

  .fandom-lp .d-lg-table-cell {
    display: table-cell !important;
  }

  .fandom-lp .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .fandom-lp .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .fandom-lp .d-lg-none {
    display: none !important;
  }

  .fandom-lp .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .fandom-lp .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .fandom-lp .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .fandom-lp .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .fandom-lp .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .fandom-lp .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .fandom-lp .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .fandom-lp .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .fandom-lp .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .fandom-lp .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .fandom-lp .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .fandom-lp .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .fandom-lp .gap-lg-0 {
    gap: 0 !important;
  }

  .fandom-lp .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .fandom-lp .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .fandom-lp .gap-lg-3 {
    gap: 1rem !important;
  }

  .fandom-lp .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .fandom-lp .gap-lg-5 {
    gap: 3rem !important;
  }

  .fandom-lp .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .fandom-lp .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .fandom-lp .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .fandom-lp .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .fandom-lp .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .fandom-lp .justify-content-lg-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .fandom-lp .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .fandom-lp .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .fandom-lp .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .fandom-lp .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .fandom-lp .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .fandom-lp .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .fandom-lp .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .fandom-lp .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .fandom-lp .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .fandom-lp .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .fandom-lp .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .fandom-lp .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .fandom-lp .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .fandom-lp .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .fandom-lp .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .fandom-lp .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .fandom-lp .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .fandom-lp .order-lg-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .fandom-lp .order-lg-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .fandom-lp .order-lg-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .fandom-lp .order-lg-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .fandom-lp .order-lg-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .fandom-lp .order-lg-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .fandom-lp .order-lg-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .fandom-lp .order-lg-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .fandom-lp .m-lg-0 {
    margin: 0 !important;
  }

  .fandom-lp .m-lg-1 {
    margin: 0.25rem !important;
  }

  .fandom-lp .m-lg-2 {
    margin: 0.5rem !important;
  }

  .fandom-lp .m-lg-3 {
    margin: 1rem !important;
  }

  .fandom-lp .m-lg-4 {
    margin: 1.5rem !important;
  }

  .fandom-lp .m-lg-5 {
    margin: 3rem !important;
  }

  .fandom-lp .m-lg-auto {
    margin: auto !important;
  }

  .fandom-lp .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .fandom-lp .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .fandom-lp .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .fandom-lp .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .fandom-lp .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .fandom-lp .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .fandom-lp .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .fandom-lp .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .fandom-lp .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .fandom-lp .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .fandom-lp .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .fandom-lp .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .fandom-lp .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .fandom-lp .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .fandom-lp .mt-lg-0 {
    margin-top: 0 !important;
  }

  .fandom-lp .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .fandom-lp .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .fandom-lp .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .fandom-lp .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .fandom-lp .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .fandom-lp .mt-lg-auto {
    margin-top: auto !important;
  }

  .fandom-lp .me-lg-0 {
    margin-right: 0 !important;
  }

  .fandom-lp .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .fandom-lp .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .fandom-lp .me-lg-3 {
    margin-right: 1rem !important;
  }

  .fandom-lp .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .fandom-lp .me-lg-5 {
    margin-right: 3rem !important;
  }

  .fandom-lp .me-lg-auto {
    margin-right: auto !important;
  }

  .fandom-lp .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .fandom-lp .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .fandom-lp .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .fandom-lp .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .fandom-lp .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .fandom-lp .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .fandom-lp .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .fandom-lp .ms-lg-0 {
    margin-left: 0 !important;
  }

  .fandom-lp .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .fandom-lp .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .fandom-lp .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .fandom-lp .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .fandom-lp .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .fandom-lp .ms-lg-auto {
    margin-left: auto !important;
  }

  .fandom-lp .p-lg-0 {
    padding: 0 !important;
  }

  .fandom-lp .p-lg-1 {
    padding: 0.25rem !important;
  }

  .fandom-lp .p-lg-2 {
    padding: 0.5rem !important;
  }

  .fandom-lp .p-lg-3 {
    padding: 1rem !important;
  }

  .fandom-lp .p-lg-4 {
    padding: 1.5rem !important;
  }

  .fandom-lp .p-lg-5 {
    padding: 3rem !important;
  }

  .fandom-lp .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .fandom-lp .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .fandom-lp .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .fandom-lp .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .fandom-lp .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .fandom-lp .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .fandom-lp .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .fandom-lp .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .fandom-lp .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .fandom-lp .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .fandom-lp .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .fandom-lp .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .fandom-lp .pt-lg-0 {
    padding-top: 0 !important;
  }

  .fandom-lp .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .fandom-lp .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .fandom-lp .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .fandom-lp .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .fandom-lp .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .fandom-lp .pe-lg-0 {
    padding-right: 0 !important;
  }

  .fandom-lp .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .fandom-lp .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .fandom-lp .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .fandom-lp .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .fandom-lp .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .fandom-lp .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .fandom-lp .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .fandom-lp .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .fandom-lp .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .fandom-lp .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .fandom-lp .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .fandom-lp .ps-lg-0 {
    padding-left: 0 !important;
  }

  .fandom-lp .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .fandom-lp .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .fandom-lp .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .fandom-lp .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .fandom-lp .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .fandom-lp .text-lg-start {
    text-align: left !important;
  }

  .fandom-lp .text-lg-end {
    text-align: right !important;
  }

  .fandom-lp .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fandom-lp .float-xl-start {
    float: left !important;
  }

  .fandom-lp .float-xl-end {
    float: right !important;
  }

  .fandom-lp .float-xl-none {
    float: none !important;
  }

  .fandom-lp .d-xl-inline {
    display: inline !important;
  }

  .fandom-lp .d-xl-inline-block {
    display: inline-block !important;
  }

  .fandom-lp .d-xl-block {
    display: block !important;
  }

  .fandom-lp .d-xl-grid {
    display: grid !important;
  }

  .fandom-lp .d-xl-table {
    display: table !important;
  }

  .fandom-lp .d-xl-table-row {
    display: table-row !important;
  }

  .fandom-lp .d-xl-table-cell {
    display: table-cell !important;
  }

  .fandom-lp .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .fandom-lp .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .fandom-lp .d-xl-none {
    display: none !important;
  }

  .fandom-lp .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .fandom-lp .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .fandom-lp .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .fandom-lp .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .fandom-lp .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .fandom-lp .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .fandom-lp .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .fandom-lp .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .fandom-lp .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .fandom-lp .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .fandom-lp .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .fandom-lp .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .fandom-lp .gap-xl-0 {
    gap: 0 !important;
  }

  .fandom-lp .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .fandom-lp .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .fandom-lp .gap-xl-3 {
    gap: 1rem !important;
  }

  .fandom-lp .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .fandom-lp .gap-xl-5 {
    gap: 3rem !important;
  }

  .fandom-lp .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .fandom-lp .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .fandom-lp .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .fandom-lp .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .fandom-lp .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .fandom-lp .justify-content-xl-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .fandom-lp .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .fandom-lp .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .fandom-lp .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .fandom-lp .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .fandom-lp .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .fandom-lp .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .fandom-lp .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .fandom-lp .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .fandom-lp .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .fandom-lp .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .fandom-lp .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .fandom-lp .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .fandom-lp .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .fandom-lp .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .fandom-lp .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .fandom-lp .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .fandom-lp .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .fandom-lp .order-xl-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .fandom-lp .order-xl-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .fandom-lp .order-xl-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .fandom-lp .order-xl-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .fandom-lp .order-xl-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .fandom-lp .order-xl-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .fandom-lp .order-xl-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .fandom-lp .order-xl-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .fandom-lp .m-xl-0 {
    margin: 0 !important;
  }

  .fandom-lp .m-xl-1 {
    margin: 0.25rem !important;
  }

  .fandom-lp .m-xl-2 {
    margin: 0.5rem !important;
  }

  .fandom-lp .m-xl-3 {
    margin: 1rem !important;
  }

  .fandom-lp .m-xl-4 {
    margin: 1.5rem !important;
  }

  .fandom-lp .m-xl-5 {
    margin: 3rem !important;
  }

  .fandom-lp .m-xl-auto {
    margin: auto !important;
  }

  .fandom-lp .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .fandom-lp .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .fandom-lp .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .fandom-lp .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .fandom-lp .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .fandom-lp .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .fandom-lp .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .fandom-lp .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .fandom-lp .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .fandom-lp .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .fandom-lp .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .fandom-lp .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .fandom-lp .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .fandom-lp .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .fandom-lp .mt-xl-0 {
    margin-top: 0 !important;
  }

  .fandom-lp .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .fandom-lp .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .fandom-lp .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .fandom-lp .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .fandom-lp .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .fandom-lp .mt-xl-auto {
    margin-top: auto !important;
  }

  .fandom-lp .me-xl-0 {
    margin-right: 0 !important;
  }

  .fandom-lp .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .fandom-lp .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .fandom-lp .me-xl-3 {
    margin-right: 1rem !important;
  }

  .fandom-lp .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .fandom-lp .me-xl-5 {
    margin-right: 3rem !important;
  }

  .fandom-lp .me-xl-auto {
    margin-right: auto !important;
  }

  .fandom-lp .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .fandom-lp .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .fandom-lp .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .fandom-lp .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .fandom-lp .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .fandom-lp .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .fandom-lp .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .fandom-lp .ms-xl-0 {
    margin-left: 0 !important;
  }

  .fandom-lp .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .fandom-lp .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .fandom-lp .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .fandom-lp .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .fandom-lp .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .fandom-lp .ms-xl-auto {
    margin-left: auto !important;
  }

  .fandom-lp .p-xl-0 {
    padding: 0 !important;
  }

  .fandom-lp .p-xl-1 {
    padding: 0.25rem !important;
  }

  .fandom-lp .p-xl-2 {
    padding: 0.5rem !important;
  }

  .fandom-lp .p-xl-3 {
    padding: 1rem !important;
  }

  .fandom-lp .p-xl-4 {
    padding: 1.5rem !important;
  }

  .fandom-lp .p-xl-5 {
    padding: 3rem !important;
  }

  .fandom-lp .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .fandom-lp .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .fandom-lp .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .fandom-lp .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .fandom-lp .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .fandom-lp .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .fandom-lp .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .fandom-lp .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .fandom-lp .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .fandom-lp .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .fandom-lp .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .fandom-lp .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .fandom-lp .pt-xl-0 {
    padding-top: 0 !important;
  }

  .fandom-lp .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .fandom-lp .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .fandom-lp .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .fandom-lp .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .fandom-lp .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .fandom-lp .pe-xl-0 {
    padding-right: 0 !important;
  }

  .fandom-lp .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .fandom-lp .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .fandom-lp .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .fandom-lp .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .fandom-lp .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .fandom-lp .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .fandom-lp .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .fandom-lp .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .fandom-lp .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .fandom-lp .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .fandom-lp .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .fandom-lp .ps-xl-0 {
    padding-left: 0 !important;
  }

  .fandom-lp .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .fandom-lp .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .fandom-lp .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .fandom-lp .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .fandom-lp .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .fandom-lp .text-xl-start {
    text-align: left !important;
  }

  .fandom-lp .text-xl-end {
    text-align: right !important;
  }

  .fandom-lp .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .fandom-lp .float-xxl-start {
    float: left !important;
  }

  .fandom-lp .float-xxl-end {
    float: right !important;
  }

  .fandom-lp .float-xxl-none {
    float: none !important;
  }

  .fandom-lp .d-xxl-inline {
    display: inline !important;
  }

  .fandom-lp .d-xxl-inline-block {
    display: inline-block !important;
  }

  .fandom-lp .d-xxl-block {
    display: block !important;
  }

  .fandom-lp .d-xxl-grid {
    display: grid !important;
  }

  .fandom-lp .d-xxl-table {
    display: table !important;
  }

  .fandom-lp .d-xxl-table-row {
    display: table-row !important;
  }

  .fandom-lp .d-xxl-table-cell {
    display: table-cell !important;
  }

  .fandom-lp .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .fandom-lp .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .fandom-lp .d-xxl-none {
    display: none !important;
  }

  .fandom-lp .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .fandom-lp .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .fandom-lp .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .fandom-lp .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .fandom-lp .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .fandom-lp .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .fandom-lp .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .fandom-lp .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .fandom-lp .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .fandom-lp .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .fandom-lp .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .fandom-lp .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .fandom-lp .gap-xxl-0 {
    gap: 0 !important;
  }

  .fandom-lp .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .fandom-lp .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .fandom-lp .gap-xxl-3 {
    gap: 1rem !important;
  }

  .fandom-lp .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .fandom-lp .gap-xxl-5 {
    gap: 3rem !important;
  }

  .fandom-lp .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .fandom-lp .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .fandom-lp .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .fandom-lp .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .fandom-lp .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .fandom-lp .justify-content-xxl-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .fandom-lp .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .fandom-lp .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .fandom-lp .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .fandom-lp .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .fandom-lp .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .fandom-lp .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .fandom-lp .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .fandom-lp .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .fandom-lp .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .fandom-lp .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .fandom-lp .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .fandom-lp .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .fandom-lp .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .fandom-lp .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .fandom-lp .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .fandom-lp .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .fandom-lp .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .fandom-lp .order-xxl-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .fandom-lp .order-xxl-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .fandom-lp .order-xxl-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .fandom-lp .order-xxl-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .fandom-lp .order-xxl-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .fandom-lp .order-xxl-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .fandom-lp .order-xxl-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .fandom-lp .order-xxl-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .fandom-lp .m-xxl-0 {
    margin: 0 !important;
  }

  .fandom-lp .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .fandom-lp .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .fandom-lp .m-xxl-3 {
    margin: 1rem !important;
  }

  .fandom-lp .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .fandom-lp .m-xxl-5 {
    margin: 3rem !important;
  }

  .fandom-lp .m-xxl-auto {
    margin: auto !important;
  }

  .fandom-lp .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .fandom-lp .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .fandom-lp .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .fandom-lp .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .fandom-lp .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .fandom-lp .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .fandom-lp .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .fandom-lp .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .fandom-lp .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .fandom-lp .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .fandom-lp .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .fandom-lp .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .fandom-lp .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .fandom-lp .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .fandom-lp .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .fandom-lp .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .fandom-lp .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .fandom-lp .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .fandom-lp .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .fandom-lp .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .fandom-lp .mt-xxl-auto {
    margin-top: auto !important;
  }

  .fandom-lp .me-xxl-0 {
    margin-right: 0 !important;
  }

  .fandom-lp .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .fandom-lp .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .fandom-lp .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .fandom-lp .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .fandom-lp .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .fandom-lp .me-xxl-auto {
    margin-right: auto !important;
  }

  .fandom-lp .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .fandom-lp .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .fandom-lp .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .fandom-lp .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .fandom-lp .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .fandom-lp .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .fandom-lp .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .fandom-lp .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .fandom-lp .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .fandom-lp .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .fandom-lp .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .fandom-lp .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .fandom-lp .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .fandom-lp .ms-xxl-auto {
    margin-left: auto !important;
  }

  .fandom-lp .p-xxl-0 {
    padding: 0 !important;
  }

  .fandom-lp .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .fandom-lp .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .fandom-lp .p-xxl-3 {
    padding: 1rem !important;
  }

  .fandom-lp .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .fandom-lp .p-xxl-5 {
    padding: 3rem !important;
  }

  .fandom-lp .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .fandom-lp .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .fandom-lp .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .fandom-lp .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .fandom-lp .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .fandom-lp .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .fandom-lp .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .fandom-lp .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .fandom-lp .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .fandom-lp .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .fandom-lp .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .fandom-lp .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .fandom-lp .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .fandom-lp .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .fandom-lp .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .fandom-lp .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .fandom-lp .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .fandom-lp .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .fandom-lp .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .fandom-lp .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .fandom-lp .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .fandom-lp .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .fandom-lp .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .fandom-lp .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .fandom-lp .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .fandom-lp .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .fandom-lp .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .fandom-lp .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .fandom-lp .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .fandom-lp .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .fandom-lp .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .fandom-lp .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .fandom-lp .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .fandom-lp .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .fandom-lp .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .fandom-lp .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .fandom-lp .text-xxl-start {
    text-align: left !important;
  }

  .fandom-lp .text-xxl-end {
    text-align: right !important;
  }

  .fandom-lp .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fandom-lp .fs-1 {
    font-size: 2.5rem !important;
  }

  .fandom-lp .fs-2 {
    font-size: 2rem !important;
  }

  .fandom-lp .fs-3 {
    font-size: 1.75rem !important;
  }

  .fandom-lp .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .fandom-lp .d-print-inline {
    display: inline !important;
  }

  .fandom-lp .d-print-inline-block {
    display: inline-block !important;
  }

  .fandom-lp .d-print-block {
    display: block !important;
  }

  .fandom-lp .d-print-grid {
    display: grid !important;
  }

  .fandom-lp .d-print-table {
    display: table !important;
  }

  .fandom-lp .d-print-table-row {
    display: table-row !important;
  }

  .fandom-lp .d-print-table-cell {
    display: table-cell !important;
  }

  .fandom-lp .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .fandom-lp .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .fandom-lp .d-print-none {
    display: none !important;
  }
}
.fandom-lp .hero_cards {
  margin-top: -6em;
}

.fandom-lp .hero_cards .card {
  margin-right: 1em;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32%;
}

.fandom-lp .hero_cards .card .card-header {
  background-image: url(/app/images/Content/images/feature-pages/maps/rockbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fandom-lp .hero_cards .card .card-header h3, .fandom-lp .hero_cards .card .card-header .h3 {
  font-size: 3.2rem;
}

.fandom-lp .hero_cards .card .card-body p {
  padding-bottom: 2rem;
}

.fandom-lp .intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fandom-lp .intro__overlay {
  z-index: 2;
}

.fandom-lp .particle__fg canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.fandom-lp .particle__bg canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fandom-lp .teaser-body {
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 8rem !important;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .fandom-lp .teaser-body {
    font-size: 14px;
    margin-bottom: 4rem !important;
  }
}
.fandom-lp .teaser-lead {
  font-size: 48px;
  margin-top: 4rem;
}

@media (max-width: 767.98px) {
  .fandom-lp .teaser-lead {
    font-size: 34px;
    margin-top: 3rem;
  }
}
.fandom-lp .subscribe-cta {
  background-color: #26282a;
  color: #a5afba;
  position: fixed;
  bottom: 0%;
  width: 100%;
  z-index: 9999;
  max-height: 15vh;
  transition: bottom 1s ease-in 1s;
}

@media (max-width: 767.98px) {
  .fandom-lp .subscribe-cta {
    display: none;
  }
}
.fandom-lp .subscribe-cta.stickyTop {
  top: 0%;
  bottom: auto;
  transition: top 1s ease-in 1s;
}

.fandom-lp .subscribe-cta .btn {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.4600000083px;
  padding: 8px 22px;
  position: static;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: #1b9af0;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.fandom-lp a {
  text-decoration: initial;
}

.fandom-lp .jumbotron {
  color: #fff;
  position: relative;
  min-height: 90vh;
  overflow-x: hidden;
  background: url(/app/images/Content/images/feature-pages/maps/mapsheaderbg.jpg), linear-gradient(179.96deg, rgba(0, 0, 0, 0) 45.38%, rgba(0, 0, 0, 0.7) 77.27%), radial-gradient(50% 50% at 50% 50%, rgba(171, 199, 151, 0.6) 0%, rgba(26, 53, 6, 0.588) 100%);
  background-position: bottom 15px right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .fandom-lp .jumbotron {
    min-height: 90vh;
    overflow-x: hidden;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    background: url(/app/images/Content/images/feature-pages/maps/herobgmobile.jpg), linear-gradient(179.96deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.3) 45.38%, rgba(0, 0, 0, 0.9) 79.27%, #000 90%), radial-gradient(50% 50% at 50% 50%, rgba(171, 199, 151, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    padding-bottom: 6rem;
    background-blend-mode: multiply;
  }
}
@media (min-width: 768px) {
  .fandom-lp .jumbotron {
    min-height: 90vh;
    background-position: center top -30px;
  }
}
@media (min-width: 992px) {
  .fandom-lp .jumbotron {
    background-position: bottom 15px right;
  }
}
.fandom-lp .jumbotron .inner {
  position: relative;
}

@media (min-width: 768px) {
  .fandom-lp .jumbotron .inner {
    padding-bottom: 60px;
  }
}
.fandom-lp .jumbotron .image {
  background: url(/app/images/Content/images/feature-pages/maps/mapsheaderbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

@media (max-width: 767.98px) {
  .fandom-lp .jumbotron .image {
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    background: url(/app/images/Content/images/feature-pages/maps/herobgmobile.jpg);
    top: -30px;
  }
}
.fandom-lp .jumbotron .logo-box {
  position: relative;
}

@media (max-width: 767.98px) {
  .fandom-lp .jumbotron .logo-box {
    margin-top: 30px;
  }
}
.fandom-lp .jumbotron .logo-box img {
  padding-top: 30px;
  position: relative;
  padding-bottom: 30px;
}

.fandom-lp .jumbotron .logo-gradient {
  position: absolute;
  width: 100vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  left: -35px;
  background: linear-gradient(360deg, rgba(47, 47, 47, 0.6) 15.66%, rgba(0, 0, 0, 0) 28.36%);
}

@media (max-width: 767.98px) {
  .fandom-lp .jumbotron .logo-gradient {
    background: none;
  }
}
.fandom-lp .jumbotron h1, .fandom-lp .jumbotron .h1 {
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
}

@media (min-width: 768px) {
  .fandom-lp .jumbotron h1, .fandom-lp .jumbotron .h1 {
    font-size: 60px;
  }
}
.fandom-lp .jumbotron p {
  font-family: Roboto;
  font-size: 14px;
  padding-top: 1rem;
  font-style: normal;
  letter-spacing: 0.150000006px;
  text-align: center;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .fandom-lp .jumbotron p {
    font-size: 20px;
    font-weight: 500;
  }
}
.fandom-lp .jumbotron .btn {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.4600000083px;
  padding: 8px 22px;
  position: static;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: #1b9af0;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.fandom-lp .super-header-text {
  letter-spacing: 2px;
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .fandom-lp .super-header-text {
    margin-top: 0;
  }
}
.fandom-lp .fog-bg-wrapper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

@media (min-width: 768px) {
  .fandom-lp .fog-bg-wrapper {
    transition: background-image 3s ease-in-out;
    background-image: url(/app/images/Content/images/feature-pages/maps/FogOfWar_New_01_Bkgd.jpg);
    min-height: 90vh;
  }
}
.fandom-lp .fog-bg-wrapper .container {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .fandom-lp .fog-bg-wrapper .container {
    padding-top: 18rem;
  }
}
.fandom-lp .fog-bg-wrapper .fog-text {
  color: white;
}

.fandom-lp .fog-bg-wrapper h2, .fandom-lp .fog-bg-wrapper .h2 {
  font-family: Roboto;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -0.5px;
  text-align: left;
}

@media (min-width: 768px) {
  .fandom-lp .fog-bg-wrapper h2, .fandom-lp .fog-bg-wrapper .h2 {
    font-size: 48px;
    line-height: 51px;
  }
}
.fandom-lp .fog-bg-wrapper p {
  font-family: Roboto;
  font-size: 14px;
  line-height: 175%;
  font-weight: normal;
  letter-spacing: 0.15px;
  text-align: left;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .fandom-lp .fog-bg-wrapper p {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .fandom-lp .fog-bg-wrapper.inview {
    background-image: url(/app/images/Content/images/feature-pages/maps/FogOfWar_New_02_Bkgd.jpg);
  }
}
.fandom-lp .fog-bg-wrapper img.mobile-only {
  max-width: 100%;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .fandom-lp .fog-bg-wrapper img.mobile-only {
    display: none;
  }
}
.fandom-lp .fog-bg-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .fandom-lp .fog-bg-wrapper:before {
    background: #26363f;
  }
}
@media (min-width: 768px) {
  .fandom-lp .fog-bg-wrapper:before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 35.94%, rgba(0, 0, 0, 0) 67.19%);
  }
}
.fandom-lp .token-bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.fandom-lp .token-bg-wrapper {
  position: relative;
  padding: 0 !important;
  overflow-x: hidden;
  position: relative;
  min-height: 60vh;
  margin-top: -2rem;
}

@media (min-width: 992px) {
  .fandom-lp .token-bg-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -15px;
  }
}
@media (min-width: 992px) {
  .fandom-lp .token-bg-wrapper {
    min-height: 90vh;
  }
}
.fandom-lp .token-bg-wrapper h2, .fandom-lp .token-bg-wrapper .h2 {
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -0.5px;
  text-align: left;
  margin-top: 6rem;
}

@media (min-width: 768px) {
  .fandom-lp .token-bg-wrapper h2, .fandom-lp .token-bg-wrapper .h2 {
    font-size: 48px;
    line-height: 51px;
  }
}
@media (min-width: 992px) {
  .fandom-lp .token-bg-wrapper h2, .fandom-lp .token-bg-wrapper .h2 {
    font-size: 39px;
    line-height: 51px;
    margin-top: 0;
  }
}
.fandom-lp .token-bg-wrapper p {
  font-family: Roboto;
  font-size: 14px;
  line-height: 175%;
  font-weight: normal;
  letter-spacing: 0.15px;
  text-align: left;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .fandom-lp .token-bg-wrapper p {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
  }
}
.fandom-lp .token-bg-wrapper .container {
  position: relative;
}

.fandom-lp .token-bg:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 18.19%, rgba(0, 0, 0, 0.5) 76.55%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .fandom-lp .token-bg:before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 35.94%, rgba(0, 0, 0, 0) 67.19%);
  }
}
.fandom-lp .token-bg h2, .fandom-lp .token-bg .h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .fandom-lp .token-bg h2, .fandom-lp .token-bg .h2 {
    font-size: 3.7rem;
  }
}
.fandom-lp .token-bg p {
  font-size: 1.25rem;
}

.fandom-lp::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/app/images/Content/images/feature-pages/maps/FogOfWar_New_01_Bkgd.jpg) url(/app/images/Content/images/feature-pages/maps/FogOfWar_New_02_Bkgd.jpg);
}

.fandom-lp .featurette img {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .fandom-lp .featurette img {
    border-radius: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.fandom-lp .featurette h2, .fandom-lp .featurette .h2 {
  font-size: 28px;
  line-height: 33px !important;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .fandom-lp .featurette h2, .fandom-lp .featurette .h2 {
    font-size: 3rem;
    line-height: 120% !important;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .fandom-lp .featurette h2, .fandom-lp .featurette .h2 {
    text-align: left;
  }
}
.fandom-lp .featurette p {
  font-size: 14px;
  line-height: 175%;
  text-align: center;
}

@media (min-width: 768px) {
  .fandom-lp .featurette p {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: left;
  }
}
.fandom-lp .pricing {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .fandom-lp .pricing.card-group {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media (min-width: 992px) {
  .fandom-lp .pricing.card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.fandom-lp .pricing.card-group .card {
  border: 1px solid #b0b7bd !important;
}

@media (min-width: 992px) {
  .fandom-lp .pricing.card-group > .card:not(:last-child) {
    margin-right: 1rem;
  }
}
.fandom-lp .pricing .card-body {
  padding: 2rem 2rem;
}

@media (max-width: 767.98px) {
  .fandom-lp .pricing .card-body {
    padding: 2rem 0;
  }
}
.fandom-lp .pricing .card-body .btn-primary {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  background-color: #1b9af0;
  color: white;
  text-transform: uppercase;
}

.fandom-lp .pricing .card-body h2, .fandom-lp .pricing .card-body .h2 {
  font-size: 49px;
  display: inline-block;
}

.fandom-lp .pricing .card-body h2 span, .fandom-lp .pricing .card-body .h2 span {
  font-weight: normal;
  font-size: 13.1228px;
  line-height: 150%;
}

.fandom-lp .pricing .card-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.25px;
}

.fandom-lp .pricing li.not-available {
  color: #616f7a;
}

@media (max-width: 991.98px) {
  .fandom-lp .pricing li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    place-items: flex-end;
    font-size: 17px;
    line-height: 160%;
    font-weight: 500;
    width: 100%;
  }
}
.fandom-lp .pricing li i {
  padding-right: 0.5rem;
}

.fandom-lp .pricing .bi-x {
  font-size: 1.25rem;
  color: #e40712;
}

.fandom-lp .pricing .bi-check {
  font-size: 1.25rem;
  color: #00daa6;
}

.fandom-lp .pricing .basic-price .card-header {
  background-color: #302216;
}

.fandom-lp .pricing .hero-tier .card-header {
  background: #f3a623;
}

.fandom-lp .pricing .master-tier .card-header {
  background: #e40712;
}

.fandom-lp .pricing .price-period {
  font-size: 12px;
  padding-left: 0.75rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .fandom-lp .pricing .price-period {
    font-size: 16px;
  }
}
.fandom-lp .price-pills button {
  font-size: 15px;
  font-weight: 500;
  border-color: #1b9af0;
  color: #1b9af0;
  text-transform: uppercase;
}

.fandom-lp .price-pills button:hover {
  background-color: #1b9af0;
}

.fandom-lp .price-pills button.active {
  background-color: #1b9af0;
  color: white;
}

.fandom-lp .price-pills button .badge {
  background-color: #1b9af0;
  color: white;
  border-radius: 0.5rem;
  margin-left: 0.25rem;
}

@media (max-width: 767.98px) {
  .fandom-lp .price-pills button .badge {
    top: -10px;
    left: 19%;
    position: absolute;
  }
}
.fandom-lp .price-pills button .badge.active {
  background-color: white;
  color: #1b9af0;
  transition: ease-in 0.3s;
}

.fandom-lp .fandom-lp {
  font-family: "Roboto";
}

.fandom-lp .fandom-lp .text-white {
  color: white !important;
}

/* Specific styles for the Maps Landing Page (not for Bootstrap objects) */
.hero_cards {
  margin-top: -6em;
}

.hero_cards .card {
  margin-right: 1em;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32%;
}

.hero_cards .card .card-header {
  background-image: url(/app/images/Content/images/feature-pages/maps/rockbg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_cards .card .card-header .h3,
.hero_cards .card .card-header h3 {
  font-size: 3.2rem;
}

.hero_cards .card .card-body p {
  padding-bottom: 2rem;
}

.intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.intro__overlay {
  z-index: 2;
}

.particle__fg canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.particle__bg canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.teaser-body {
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 8rem !important;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .teaser-body {
    font-size: 14px;
    margin-bottom: 4rem !important;
  }
}
.teaser-lead {
  font-size: 48px;
  margin-top: 4rem;
}

@media (max-width: 767.98px) {
  .teaser-lead {
    font-size: 34px;
    margin-top: 3rem;
  }
}
.subscribe-cta {
  background-color: #26282a;
  color: #a5afba;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  max-height: 15vh;
  transition: bottom 1s ease-in 1s;
}

@media (max-width: 767.98px) {
  .subscribe-cta {
    display: none;
  }
}
.subscribe-cta.stickyTop {
  top: 0;
  bottom: auto;
  transition: top 1s ease-in 1s;
}

.subscribe-cta .btn {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.4600000083px;
  padding: 8px 22px;
  position: static;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1b9af0;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

a {
  text-decoration: initial;
}

.jumbotron {
  color: #fff;
  position: relative;
  min-height: 90vh;
  overflow-x: hidden;
  background: url(/app/images/Content/images/feature-pages/maps/mapsheaderbg.jpg), linear-gradient(179.96deg, transparent 45.38%, rgba(0, 0, 0, 0.7) 77.27%), radial-gradient(50% 50% at 50% 50%, rgba(171, 199, 151, 0.6) 0, rgba(26, 53, 6, 0.588) 100%);
  background-position: bottom 15px right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .jumbotron {
    min-height: 90vh;
    overflow-x: hidden;
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    background: url(/app/images/Content/images/feature-pages/maps/herobgmobile.jpg), linear-gradient(179.96deg, transparent 15%, rgba(0, 0, 0, 0.3) 45.38%, rgba(0, 0, 0, 0.9) 79.27%, #000 90%), radial-gradient(50% 50% at 50% 50%, rgba(171, 199, 151, 0.6) 0, rgba(255, 255, 255, 0) 100%);
    padding-bottom: 6rem;
    background-blend-mode: multiply;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    min-height: 90vh;
    background-position: center top -30px;
  }
}
@media (min-width: 992px) {
  .jumbotron {
    background-position: bottom 15px right;
  }
}
.jumbotron .inner {
  position: relative;
}

@media (min-width: 768px) {
  .jumbotron .inner {
    padding-bottom: 60px;
  }
}
.jumbotron .image {
  background: url(/app/images/Content/images/feature-pages/maps/mapsheaderbg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

@media (max-width: 767.98px) {
  .jumbotron .image {
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    background: url(/app/images/Content/images/feature-pages/maps/herobgmobile.jpg);
    top: -30px;
  }
}
.jumbotron .logo-box {
  position: relative;
}

@media (max-width: 767.98px) {
  .jumbotron .logo-box {
    margin-top: 30px;
  }
}
.jumbotron .logo-box img {
  padding-top: 30px;
  position: relative;
  padding-bottom: 30px;
}

.jumbotron .logo-gradient {
  position: absolute;
  width: 100vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  left: -35px;
  background: linear-gradient(1turn, rgba(47, 47, 47, 0.6) 15.66%, transparent 28.36%);
}

@media (max-width: 767.98px) {
  .jumbotron .logo-gradient {
    background: none;
  }
}
.jumbotron .h1,
.jumbotron h1 {
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
}

@media (min-width: 768px) {
  .jumbotron .h1,
.jumbotron h1 {
    font-size: 60px;
  }
}
.jumbotron p {
  font-family: Roboto;
  font-size: 14px;
  padding-top: 1rem;
  font-style: normal;
  letter-spacing: 0.150000006px;
  text-align: center;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .jumbotron p {
    font-size: 20px;
    font-weight: 500;
  }
}
.jumbotron .btn {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.4600000083px;
  padding: 8px 22px;
  position: static;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1b9af0;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 5px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.super-header-text {
  letter-spacing: 2px;
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .super-header-text {
    margin-top: 0;
  }
}
.fog-bg-wrapper {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

@media (min-width: 768px) {
  .fog-bg-wrapper {
    transition: background-image 3s ease-in-out;
    background-image: url(/app/images/Content/images/feature-pages/maps/FogOfWar_New_01_Bkgd.jpg);
    min-height: 90vh;
  }
}
.fog-bg-wrapper .maps-container {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin: 0% 10% 0% 10%;
}

@media (min-width: 768px) {
  .fog-bg-wrapper .maps-container {
    padding-top: 18rem;
    margin: 0% 10% 0% 10%;
  }
}
.fog-bg-wrapper .fog-text {
  color: #fff;
}

.fog-bg-wrapper .h2,
.fog-bg-wrapper h2 {
  font-family: Roboto;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -0.5px;
  text-align: left;
}

@media (min-width: 768px) {
  .fog-bg-wrapper .h2,
.fog-bg-wrapper h2 {
    font-size: 48px;
    line-height: 51px;
  }
}
.fog-bg-wrapper p {
  font-family: Roboto;
  font-size: 14px;
  line-height: 175%;
  font-weight: 400;
  letter-spacing: 0.15px;
  text-align: left;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .fog-bg-wrapper p {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .fog-bg-wrapper.inview {
    background-image: url(/app/images/Content/images/feature-pages/maps/FogOfWar_New_02_Bkgd.jpg);
  }
}
.fog-bg-wrapper img.mobile-only {
  max-width: 100%;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .fog-bg-wrapper img.mobile-only {
    display: none;
  }
}
.fog-bg-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .fog-bg-wrapper:before {
    background: #26363f;
  }
}
@media (min-width: 768px) {
  .fog-bg-wrapper:before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 35.94%, transparent 67.19%);
  }
}
.token-bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.token-bg-wrapper {
  padding: 0 !important;
  overflow-x: hidden;
  position: relative;
  min-height: 60vh;
  margin-top: -2rem;
}

@media (min-width: 992px) {
  .token-bg-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -15px;
    min-height: 90vh;
  }
}
.token-bg-wrapper .h2,
.token-bg-wrapper h2 {
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -0.5px;
  text-align: left;
  margin-top: 6rem;
}

@media (min-width: 768px) {
  .token-bg-wrapper .h2,
.token-bg-wrapper h2 {
    font-size: 48px;
    line-height: 51px;
  }
}
@media (min-width: 992px) {
  .token-bg-wrapper .h2,
.token-bg-wrapper h2 {
    font-size: 39px;
    line-height: 51px;
    margin-top: 0;
  }
}
.token-bg-wrapper p {
  font-family: Roboto;
  font-size: 14px;
  line-height: 175%;
  font-weight: 400;
  letter-spacing: 0.15px;
  text-align: left;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .token-bg-wrapper p {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
  }
}
.token-bg-wrapper .maps-container {
  position: relative;
  margin: 0% 10% 0% 10%;
}

.token-bg:before {
  background: linear-gradient(0deg, transparent 18.19%, rgba(0, 0, 0, 0.5) 76.55%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .token-bg:before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 35.94%, transparent 67.19%);
  }
}
.token-bg .h2,
.token-bg h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .token-bg .h2,
.token-bg h2 {
    font-size: 3.7rem;
  }
}
.token-bg p {
  font-size: 1.25rem;
}

.featurette img {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .featurette img {
    border-radius: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.featurette .h2,
.featurette h2 {
  font-size: 28px;
  line-height: 33px !important;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .featurette .h2,
.featurette h2 {
    font-size: 3rem;
    line-height: 120% !important;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .featurette .h2,
.featurette h2 {
    text-align: left;
  }
}
.featurette p {
  font-size: 14px;
  line-height: 175%;
  text-align: center;
}

@media (min-width: 768px) {
  .featurette p {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: left;
  }
}
.pricing {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pricing.card-group {
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media (min-width: 992px) {
  .pricing.card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.pricing.card-group .card {
  border: 1px solid #b0b7bd !important;
}

@media (min-width: 992px) {
  .pricing.card-group > .card:not(:last-child) {
    margin-right: 1rem;
  }
}
.pricing .card-body {
  padding: 2rem;
}

@media (max-width: 767.98px) {
  .pricing .card-body {
    padding: 2rem 0;
  }
}
.pricing .card-body .btn-primary {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  background-color: #1b9af0;
  color: #fff;
  text-transform: uppercase;
}

.pricing .card-body .h2,
.pricing .card-body h2 {
  font-size: 49px;
  display: inline-block;
}

.pricing .card-body .h2 span,
.pricing .card-body h2 span {
  font-weight: 400;
  font-size: 13.1228px;
  line-height: 150%;
}

.pricing .card-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.25px;
}

.pricing li.not-available {
  color: #616f7a;
}

@media (max-width: 991.98px) {
  .pricing li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    place-items: flex-end;
    font-size: 17px;
    line-height: 160%;
    font-weight: 500;
    width: 100%;
  }
}
.pricing li i {
  padding-right: 0.5rem;
}

.pricing .bi-x {
  font-size: 1.25rem;
  color: #e40712;
}

.pricing .bi-check {
  font-size: 1.25rem;
  color: #00daa6;
}

.pricing .basic-price .card-header {
  background-color: #302216;
}

.pricing .hero-tier .card-header {
  background: #f3a623;
}

.pricing .master-tier .card-header {
  background: #e40712;
}

.pricing .price-period {
  font-size: 12px;
  padding-left: 0.75rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .pricing .price-period {
    font-size: 16px;
  }
}
.price-pills button {
  font-size: 15px;
  font-weight: 500;
  border-color: #1b9af0;
  color: #1b9af0;
  text-transform: uppercase;
}

.price-pills button:hover {
  background-color: #1b9af0;
}

.price-pills button.active,
.price-pills button .badge {
  background-color: #1b9af0;
  color: #fff;
}

.price-pills button .badge {
  border-radius: 0.5rem;
  margin-left: 0.25rem;
}

@media (max-width: 767.98px) {
  .price-pills button .badge {
    top: -10px;
    left: 19%;
    position: absolute;
  }
}
.price-pills button .badge.active {
  background-color: #fff;
  color: #1b9af0;
  transition: 0.3s ease-in;
}

.sixty-point {
  font-size: 3.7rem;
}

.twenty-point {
  font-size: 1.25rem;
}

.maps-centered-container {
  padding-right: 10%;
  padding-left: 10%;
}

@media (min-width: 992px) {
  .cards-centered-container {
    padding-right: 10%;
    padding-left: 10%;
  }
}
.feature-page .ddb-button {
  appearance: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #D8E1E8;
  border-radius: 3px;
  padding: 0 16px;
  color: #559aec !important;
  height: 40px;
  font-family: Roboto, "Open Sans", Helvetica, sans-serif !important;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
}
.feature-page .ddb-button--dark {
  color: #FFF !important;
  background: #559aec;
  border: none;
}

body.tactical-map main {
  display: flex;
}
body.tactical-map #site-main .container {
  max-width: inherit;
  flex-grow: 1;
}
body.tactical-map .tactical-map-client {
  height: 100%;
}

.intro-page {
  background: #000;
}

#content,
.single-column #content {
  width: 100%;
  padding: 0 !important;
}

body.responsive-disabled #site-main > .netbar,
body.responsive-disabled #site-main > header.main,
body.responsive-disabled #site-main > section.ad-container,
body.responsive-disabled #site-main > section.atf,
body.responsive-disabled #site-main > div.container {
  width: 100%;
  max-width: initial !important;
}

.intro-page .headinghero {
  margin-top: 5% !important;
}

.intro-page .hero-bg {
  padding-bottom: 60px;
}

.intro-page .features-div:not(:first-child) {
  margin-top: 80px;
}

.intro-page .hero-content {
  display: flex;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding: 90px 0 60px;
  width: 100%;
}

.intro-page .hero-content__video {
  width: 50%;
}

.intro-page .hero-content__video .iframe-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-content__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.hero-content__list li {
  list-style: disc;
  margin-left: 60px;
}

.intro-page .hero-bg.additional-translations-bg {
  background-image: linear-gradient(180deg, rgba(48, 48, 53, 0.3) 20%, #000 100%), url(https://www.dndbeyond.com/avatars/13574/100/637396156849705602.jpeg) !important;
}

.intro-page .featuresandheadings .heading3.features a,
.intro-page .featuresandheadings .heading3.features a:hover .intro-page .featuresandheadings .heading3.features a:visited {
  color: #fff;
}

#sticky-cta {
  position: sticky;
  bottom: 0;
  background: linear-gradient(180deg, rgba(48, 48, 53, 0) 0%, #000 100%);
  padding-top: 0;
  padding-bottom: 200px;
}

.intro-page .image {
  margin: 0 auto;
}

.intro-page .paragraph.features {
  color: #fff;
}

.intro-page .headinghero.landscape {
  font-family: Roboto, Helvetica, sans-serif;
}
@media (min-width: 768px) {
  .intro-page .headinghero.landscape {
    font-size: 74px;
  }
}
@media (max-width: 768px) {
  .intro-page .headinghero.landscape {
    font-size: 47px;
    line-height: 1.2 !important;
  }
}

@media (max-width: 991px) {
  .intro-page .headinghero.landscape {
    margin-top: 10%;
  }

  .intro-page .hero-content {
    display: block;
    padding-top: 60px;
  }

  .intro-page .hero-content__video, .hero-content__list {
    width: 100%;
    padding: 30px;
  }

  #sticky-cta {
    padding-bottom: 60px;
  }
}
@media (max-width: 376px) {
  .intro-page .hero-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-page .hero-content__list {
    padding-top: 0;
  }

  .intro-page .hero-content__list li {
    margin-left: 30px;
  }

  #sticky-cta {
    padding-bottom: 40px;
  }

  .intro-page .container-2 {
    padding-top: 0;
  }

  .intro-page .features-div:not(:first-child) {
    margin-top: 0;
  }
}
.intro-page ._2nd_sect {
  background-color: #000;
}

.intro-page .builder {
  background-color: #000;
}

@media (min-width: 1024px) {
  .dice-video {
    width: 580px;
  }
}
@media (max-width: 1024px) {
  .dice-video {
    width: 320px;
  }
}

@media (min-width: 1024px) {
  .phone-video {
    width: 190px;
    margin-left: 180px;
  }
}
@media (max-width: 1024px) {
  .phone-video {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .intro-feature {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    align-items: center;
    padding: 25px 25px 25px 25px;
  }
}
@media (max-width: 1024px) {
  .intro-feature {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .site-logo {
    height: 31px;
    padding: 8px;
    -webkit-box-sizing: content-box;
  }
}

body {
  background: #FFF url(/app/images/Content/images/background_texture.png) repeat;
  overflow-y: scroll;
  margin: 0;
}

#site-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 100%;
  min-height: 100vh;
}

main {
  flex: auto;
}

@media (min-width: 1024px) {
  #site #site-main header.main.mega-menu__fallback {
    display: none !important;
  }

  #site #site-main div[name=missing] ~ header.main.mega-menu__fallback {
    display: block !important;
  }
}
