@charset "UTF-8";
.seven-flex-grid {
  display: flex;
  z-index: 2;
  position: relative;
  max-width: 108rem;
}

.timeline-col {
  flex: 1;
  padding: 0px 24px;
  width: 152px;
}

.timeline-arrow {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 150rem;
  display: inline;
}

.timeline-arrow img {
  width: 98%;
  opacity: 0.25;
}

.spacer {
  height: 20px;
}

.mobile-timeline {
  display: none;
}

.offices {
  margin-bottom: -40px;
}

.child-seven {
  opacity: 0;
  animation-name: enter-points;
  animation-duration: 16s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.child-seven:nth-child(1) {
  animation-delay: -2s;
}

.child-seven:nth-child(2) {
  animation-delay: -1s;
}

.child-seven:nth-child(3) {
  animation-delay: 0s;
}

.child-seven:nth-child(4) {
  animation-delay: 1s;
}

.child-seven:nth-child(5) {
  animation-delay: 2s;
}

.child-seven:nth-child(6) {
  animation-delay: 3s;
}

.child-seven:nth-child(7) {
  animation-delay: 4s;
}

.child-eight {
  opacity: 0;
  animation-name: enter-points;
  animation-duration: 21s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.child-eight:nth-child(1) {
  animation-delay: -3s;
}

.child-eight:nth-child(2) {
  animation-delay: -2s;
}

.child-eight:nth-child(3) {
  animation-delay: -1s;
}

.child-eight:nth-child(4) {
  animation-delay: 0s;
}

.child-eight:nth-child(5) {
  animation-delay: 1s;
}

.child-eight:nth-child(6) {
  animation-delay: 2s;
}

.child-eight:nth-child(7) {
  animation-delay: 3s;
}

.child-eight:nth-child(8) {
  animation-delay: 4s;
}

@keyframes enter-points {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0%;
  }
  35% {
    opacity: 100%;
  }
  100% {
    opacity: 100%;
  }
}
.value {
  padding-left: 4rem;
}

@media only screen and (max-width: 720px) {
  .value {
    padding-left: 0 !important;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 1120px) {
  .timeline-arrow, .seven-flex-grid {
    display: none;
  }

  .mobile-timeline {
    display: inline;
  }
}
@media only screen and (min-width: 1700px) {
  .timeline-arrow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}
#partners-hero {
  padding: 120px 0 50px 0;
}
#partners-hero .partners-overview {
  margin-bottom: 50px;
}
#partners-hero .partners-overview h1 {
  text-align: center;
}
#partners-hero .partners-overview p {
  max-width: 630px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #partners-hero {
    padding: 190px 0 120px 0;
  }
  #partners-hero .partners-overview {
    margin-bottom: 0px;
  }
  #partners-hero .partners-overview h1 {
    text-align: left;
  }
  #partners-hero .partners-overview p {
    max-width: 630px;
    margin: inherit;
  }
}
#partners-hero .testimonial {
  position: relative;
}
#partners-hero .testimonial .featured-parter-photo {
  background: #fff;
  border: 8px solid var(--lightest-blue);
  height: 300px;
  width: 300px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#partners-hero .testimonial .partner-testimonial {
  background: rgba(15, 45, 82, 0.4);
  width: 100%;
  border-radius: 5px;
  max-width: 630px;
  margin: 0 auto;
}
#partners-hero .testimonial .partner-testimonial .partner-testimonial-content {
  padding: 190px 40px 40px 40px;
  width: 100%;
  margin-top: 150px;
}
#partners-hero .testimonial .partner-testimonial .featured-partner-name {
  color: var(--lightest-blue);
  font-weight: 900;
  font-size: 18px;
  font-family: Poppins, sans-serif;
}
@media only screen and (min-width: 992px) {
  #partners-hero .testimonial .featured-parter-photo {
    background: #fff;
    border: 8px solid var(--lightest-blue);
    height: 300px;
    width: 300px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
  #partners-hero .testimonial .partner-testimonial {
    width: calc(100% - 150px);
    float: right;
  }
  #partners-hero .testimonial .partner-testimonial .partner-testimonial-content {
    width: calc(100% - 150px);
    margin-left: 150px;
    margin-top: 0;
    padding: 40px;
  }
}

@media only screen and (min-width: 992px) {
  #partner-types h2 {
    position: relative;
    padding-bottom: 30px;
  }
  #partner-types h2:before {
    content: "";
    display: block;
    height: 30px;
    width: 2px;
    background: var(--darkest-blue);
    position: relative;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
  }
  #partner-types h2:after {
    content: "";
    display: block;
    height: 30px;
    width: 60%;
    border: 2px solid var(--darkest-blue);
    border-bottom: none;
    position: relative;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#partner-types .referral > div,
#partner-types .elite-service > div {
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  #partner-types .referral > div,
#partner-types .elite-service > div {
    padding: 90px;
  }
}
#partner-types .referral {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #partner-types .referral {
    margin-bottom: 0;
  }
}

#partner-program-benefits h2 {
  text-align: center;
  margin-bottom: 60px;
}

/* –––––––––––––––– L2R bottom angle –––––––––––––––– */
.gradient-bg {
  background: linear-gradient(90deg, #005589 0%, #0098cd 100%);
}

.angle_home {
  background: linear-gradient(90deg, #005589 0%, #0098cd 100%);
  z-index: 1;
  -webkit-transform: skewY(-1deg);
  transform: skewY(-1deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}

.angle_home_child {
  transform: skewY(1deg);
  padding: 80px 0px 20px 0px;
}

.angle_platform {
  background-color: var(--terminus-blue);
  display: inline-block;
  width: 100%;
  margin-bottom: 55px;
  position: relative;
  cursor: pointer;
}

.angle_platform:before {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

.angle_platform:after {
  border-top: 20px solid var(--light-blue);
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

/*  –––––––––––––––– L2R top angle  –––––––––––––––– */
.edge-top-left {
  position: relative;
  z-index: 1;
}

.edge-top-left:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.edge-top-left:after {
  top: 0;
  -webkit-transform: skewY(-1deg);
  transform: skewY(1deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}

/*  –––––––––––––––– L2R top & bottom angle  –––––––––––––––– */
.left-angled {
  background-color: var(--terminus-blue);
  transform: skewY(-2deg);
}

.left-angled--child {
  transform: skewY(2deg);
}

/*  –––––––––––––––– L2R top & bottom angle  –––––––––––––––– */
.left-angled-lite {
  background-color: rgba(0, 152, 205, 0.05);
  transform: skewY(-2deg);
}

.left-angled-lite--child {
  transform: skewY(2deg);
}

/*  –––––––––––––––– R2L top & bottom angle  –––––––––––––––– */
.right-angled {
  background-color: var(--terminus-blue);
  transform: skewY(2deg);
}

.right-angled--child {
  transform: skewY(-2deg);
}

/*  –––––––––––––––– center arrow down angle  –––––––––––––––– */
.pointed-angled {
  width: 100%;
  margin-top: -5px;
}

.pointed-angled-home {
  width: 100%;
  margin-top: -1px;
}

.gradient-bg-vertical {
  background: linear-gradient(180deg, #005589 0%, #0098cd 100%);
}

.angle_down {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
  padding-top: 80px;
}

.angle_down:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 50px solid var(--light-blue);
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}

.featured-img {
  display: inline-block;
}

.featured-img img {
  width: 100%;
  height: auto;
}

.h1-blog {
  font-size: 56px;
  padding-top: 24px;
  font-weight: 800;
  line-height: 60px;
}

.p-category {
  padding-bottom: 16px;
}
.p-category a {
  color: var(--terminus-blue);
}

.sticky-blog-column {
  height: auto;
  width: 100%;
  padding: 4% 6% 0% 6%;
}

.blog-column {
  height: 540px;
  padding: 0% 2%;
}

.news-column {
  height: 540px;
  padding: 0% 2%;
  overflow: hidden;
}

.screen-reader-text {
  display: none;
}

.the_content img {
  width: 100%;
  height: auto;
  padding: 24px 0px;
}

.the_content p + h2 {
  padding: 16px 0px;
}
.the_content p + h3 {
  padding: 12px 0px;
}
.the_content a {
  color: var(--light-blue) !important;
}

.blog-posts {
  float: left;
}

.blog-sidebar {
  float: left;
  padding: 6% 0% 0% 4%;
}

.post_links {
  text-align: center;
}

.post_link {
  display: inline;
  padding: 0px 24px;
}

.the_content p a {
  color: var(--light-orange);
}

.post_link a {
  position: relative;
  font-weight: 700;
  font-family: Poppins !important;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: var(--light-blue);
}

.post-categories {
  display: inline;
  list-style: none;
}

.post-author {
  font-size: 16px;
  color: var(--terminus-blue);
  font-weight: 500;
  padding-top: 16px;
}

.cat-column {
  height: 280px;
  padding: 4%;
}

.category_list {
  display: inline;
  padding: 0px 8px;
}

.cat_title a {
  font-size: 32px;
  line-height: 40px;
  font-family: Poppins;
  font-weight: 700;
}

.cat_title a, .category_list a {
  color: #fff;
}

.searchform {
  padding-bottom: 24px;
}

.sidebar .searchinput {
  background-color: rgba(0, 85, 137, 0.1);
  border-radius: 0px;
  border: 0;
  height: 36px;
  width: 60%;
}

.gradient-bg-vertical .searchinput {
  background-color: #fff;
  border-radius: 0px;
  border: 0;
  height: 36px;
  width: 60%;
}

.searchbtn {
  border: 0;
  height: 36px;
  background-color: var(--light-orange);
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 600;
  letter-spacing: 1px;
  width: 38%;
}

.form-styles input[type=text] {
  font-size: 16px !important;
  font-family: Avenir !important;
  padding-left: 8px !important;
  color: var(--terminus-blue) !important;
}

.nav-links {
  padding: 0% 2%;
}

.nav-links .page-numbers {
  font-size: 20px;
  color: rgba(0, 152, 205, 0.3);
  font-weight: 400;
  transition: 0.2s;
}

.nav-links .page-numbers:hover {
  color: var(--light-orange);
}

.nav-links .current {
  color: var(--terminus-blue);
}

.nav-links .next, .nav-links .prev {
  color: var(--terminus-blue);
}

.nav-links .next {
  font-weight: 400;
}

.nav-links .prev {
  font-weight: 400;
}

.nav-links .page-numbers:nth-child(even) {
  padding: 18px;
}

.featured-post-parent .elementor-grid {
  display: inline !important;
}

.elementor-post__thumbnail__link {
  width: 100% !important;
}

.sidebar-cats {
  display: inline;
}

@media (max-width: 960px) {
  .blog-parent {
    display: flex;
    flex-wrap: wrap;
  }

  .blog-posts {
    order: 2;
  }

  .blog-sidebar {
    order: 1;
    padding: 6% 0% 0% 0%;
  }

  .sidebar-cats {
    display: none;
  }
}
#author-info {
  margin-top: 80px;
}
#author-info .author-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
#author-info .author-profile .author-avatar {
  height: 100px;
  width: 100px;
  min-width: 100px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 50px;
}
#author-info .author-profile .author-avatar img {
  width: 100%;
  max-width: 100%;
}
#author-info .author-profile .author-name-title .author-name {
  color: var(--terminus-blue);
  font-weight: 700;
}
#author-info .author-profile .author-name-title .author-title {
  color: var(--terminus-blue);
  font-weight: 400;
}
#author-info .author-bio {
  font-size: 14px;
  line-height: 1.5em;
  font-family: Avenir;
  font-weight: 300;
}

/*  –––––––––––––––– standard btn  –––––––––––––––– */
.button {
  display: inline-flex;
  padding: 10px 16px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  margin: 4px;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  border-radius: 4px;
  border: 3px solid #fff;
  position: relative;
  transition: all 0.35s ease-Out;
  font-weight: 700;
  font-family: Poppins !important;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.button:hover .btn-svg, .links:hover .btn-svg {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

.btn-carot {
  fill: #fff;
  transition: 0.2s;
  margin-left: 4px;
}

.btn-svg {
  margin-left: 6px;
  transition: 0.2s;
}

.btn-svg::after {
  display: inline-block;
  padding-left: 8px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/*  –––––––––––––––– large btn  –––––––––––––––– */
.btn-lg {
  padding: 10px 16px;
  font-size: 24px;
}

/*  –––––––––––––––– navigation btn  –––––––––––––––– */
.button-nav {
  float: right !important;
  margin: 0px 4px 0px 4px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

/*  –––––––––––––––– white outline  –––––––––––––––– */
.btn-outline {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}

.btn-outline:hover {
  background-color: #fff;
  color: var(--terminus-blue);
}

.btn-outline:hover .btn-carot {
  fill: var(--terminus-blue);
}

/*  –––––––––––––––– white fill  –––––––––––––––– */
.btn-fill {
  background-color: #fff;
  border: 3px solid #fff;
  color: var(--terminus-blue);
}

.btn-fill:hover {
  background-color: var(--terminus-blue);
  color: #fff;
}

.btn-fill .btn-carot {
  fill: var(--terminus-blue);
  transition: 0.2s;
  margin-left: 4px;
}

.btn-fill:hover .btn-carot {
  fill: #fff;
}

/*  –––––––––––––––– orange filled  –––––––––––––––– */
.btn-orange, .btn-orange-mobile, .btn-solid-orange {
  background-color: var(--light-orange);
  border: 3px solid var(--light-orange);
  color: #fff;
}

.btn-orange:hover {
  background-color: transparent;
  color: #fff;
  border: 3px solid #fff;
}

.btn-solid-orange:hover {
  background-color: transparent;
  color: var(--light-orange);
  border: 3px solid var(--light-orange);
}

/*  –––––––––––––––– blue filled  –––––––––––––––– */
.btn-blue {
  background-color: var(--light-blue);
  border: 3px solid var(--light-blue);
  color: #fff;
}

.btn-blue:hover {
  background-color: transparent;
  color: var(--light-blue);
  border: 3px solid var(--light-blue);
}

/*  –––––––––––––––– Terminus blue filled  –––––––––––––––– */
.btn-terminus-blue {
  background-color: var(--terminus-blue);
  border: 3px solid var(--terminus-blue);
  color: #fff;
}

.btn-terminus-blue:hover {
  background-color: transparent;
  color: var(--terminus-blue);
  border: 3px solid var(--terminus-blue);
}

/*  –––––––––––––––– lightest blue filled  –––––––––––––––– */
.btn-lightest-blue {
  background-color: var(--lightest-blue);
  border: 3px solid var(--lightest-blue);
  color: #fff;
}

.btn-lightest-blue:hover {
  background-color: var(--lightest-blue);
  color: #ffffff;
  border: 3px solid var(--lightest-blue);
}

/*  –––––––––––––––– light blue filled  –––––––––––––––– */
.btn-light-blue {
  background-color: var(--light-blue);
  border: 3px solid var(--light-blue);
  color: #fff;
}

.btn-light-blue:hover {
  background-color: var(--light-blue);
  color: #ffffff;
  border: 3px solid var(--light-blue);
}

/*  –––––––––––––––– dark blue filled  –––––––––––––––– */
.btn-dark-blue {
  background-color: var(--dark-blue);
  border: 3px solid var(--dark-blue);
  color: #fff;
}

.btn-dark-blue:hover {
  background-color: var(--darkest-blue);
  color: #ffffff;
  border: 3px solid var(--darkest-blue);
}

/*  –––––––––––––––– special nav button classes  –––––––––––––––– */
.btn-outline-scrolled, .btn-outline-mobile {
  background-color: transparent;
  border: 3px solid var(--light-orange);
  color: var(--light-orange);
}

.btn-outline-scrolled:hover {
  background-color: var(--light-orange);
  color: #fff;
}

.btn-fill-scrolled:hover {
  background-color: transparent;
  color: var(--light-orange);
  border: 3px solid var(--light-orange);
}

.links .btn-carot {
  fill: var(--light-blue);
  transition: 0.2s;
  margin-left: 4px;
}

.links:hover {
  color: var(--light-blue) !important;
}

.link-black {
  font-size: 16px;
  font-weight: 900;
  color: var(--black);
  text-decoration: underline;
}
.link-black:hover {
  color: var(--terminus);
  text-decoration: underline;
}

.btn-pill {
  border-radius: 50px;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 95%;
  max-height: 250px;
}

.circle, .circle-reverse {
  stroke: #0098CD;
  stroke-opacity: 0.5;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: square;
}

.fill-circle {
  animation: progress 3s ease-out forwards;
}

.fill-circle-reverse {
  animation: progress-reverse 3s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
@keyframes progress-reverse {
  0% {
    stroke-dasharray: 100 0;
  }
}
.small {
  font-family: Poppins;
  font-weight: 700;
  font-size: 6px;
  color: var(--terminus-blue);
}

.medium {
  font-family: Poppins;
  font-weight: 600;
  font-size: 4px;
  color: var(--terminus-blue);
}

.large {
  font-family: Poppins;
  font-weight: 400;
  font-size: 2.8px;
}

.fadeIn {
  -webkit-animation: animat_show 1.4s;
  animation: animat_show 1.4s;
  visibility: visible !important;
}

@-webkit-keyframes animat_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --terminus-blue: #005589;
  --dark-blue: #0F2D52;
  --darkest-blue: #06162B;
  --light-blue: #0098CD;
  --lightest-blue: #6ABDFD;
  --emerald: #69BE5A;
  --warm-gray: #44515C;
  --plum: #4C2683;
  --orange: #D88219;
  --light-orange: #FBAD18;
  --light-gray: #EEEEEE;
  --transparent-terminus-hex: #f2f6f9;
  --transparent-light-hex: #cce2f2;
  --blue-form: #0F507A;
  --black: #000;
}

.bg-terminus {
  background-color: var(--terminus-blue);
}

.bg-dark-blue {
  background-color: var(--dark-blue);
}

.bg-darkest-blue {
  background-color: var(--darkest-blue);
}

.bg-light-blue {
  background-color: var(--light-blue);
}

.bg-lightest-blue {
  background-color: var(--lightest-blue);
}

.bg-emerald {
  background-color: var(--emerald);
}

.bg-warm-gray {
  background-color: var(--warm-gray);
}

.bg-plum {
  background-color: var(--plum);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-light-orange {
  background-color: var(--light-orange);
}

.bg-light-gray {
  background-color: var(--light-gray);
}

.bg-blue-form {
  background-color: var(--blue-form);
}

.bg-black {
  background-color: var(--black);
}

.bg-terminus-transparent {
  background-color: rgba(0, 85, 137, 0.05);
}

.bg-light-blue-transparent {
  background-color: rgba(0, 152, 205, 0.05);
}

.bg-light-blue-transparent-shade2 {
  background-color: rgba(0, 152, 205, 0.1);
}

.bg-terminus-hex {
  background-color: var(--transparent-terminus-hex);
}

.bg-light-hex {
  background-color: var(--transparent-light-hex);
}

/*–––––––––––– vertical tabs ––––––––––––*/
.light-toggle .elementor-toggle .elementor-tab-title {
  border-bottom: 0px !important;
  background-color: rgba(0, 152, 205, 0.1) !important;
  padding: 20px !important;
}

.light-toggle .elementor-element .elementor-toggle .elementor-toggle-title {
  font-size: 20px !important;
  font-weight: 500;
  padding-left: 16px !important;
  color: var(--dark-blue) !important;
  font-family: Poppins !important;
}

.light-toggle .elementor-toggle .elementor-tab-content {
  border-bottom: 0px !important;
}

.light-toggle .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon, .light-toggle .elementor-element .elementor-toggle-icon {
  color: var(--light-blue) !important;
  font-size: 20px !important;
}

/*–––––––––––– vertical tabs on dark bg ––––––––––––*/
.light-toggle-darkbg .elementor-toggle .elementor-tab-title {
  border-bottom: 0px !important;
  background-color: var(--transparent-light-hex) !important;
  padding: 20px !important;
}

.light-toggle-darkbg .elementor-element .elementor-toggle .elementor-toggle-title {
  font-size: 20px !important;
  font-weight: 500;
  padding-left: 16px !important;
  color: var(--dark-blue) !important;
  font-family: Poppins !important;
}

.light-toggle-darkbg .elementor-toggle .elementor-tab-content {
  border-bottom: 0px !important;
}

.light-toggle-darkbg .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon, .light-toggle-darkbg .elementor-element .elementor-toggle-icon {
  color: var(--light-blue) !important;
  font-size: 20px !important;
}

.light-toggle-darkbg .elementor-widget-toggle .elementor-toggle .elementor-tab-content {
  background-color: #fff !important;
  padding: 16px 40px !important;
}

/*–––––––––––– left side tabs ––––––––––––*/
.vertical-tabs .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
  border: 2px solid var(--dark-blue);
  border-right-style: solid !important;
}

.vertical-tabs .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after, .vertical-tabs .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
  border-right-style: none !important;
}

.vertical-tabs .elementor-tab-title {
  background-color: #0F2D52 !important;
  transition: 0.2s !important;
}

.vertical-tabs .elementor-tab-title.elementor-active {
  background-color: #fff !important;
}

.vertical-tabs .elementor-widget-tabs .elementor-tab-title.elementor-active a {
  color: #0F2D52 !important;
  font-family: Poppins !important;
}

.vertical-tabs .elementor-widget-tabs .elementor-tab-title a {
  color: #fff !important;
  font-family: Poppins !important;
}

.vertical-tabs .elementor-tabs-content-wrapper {
  border-radius: 4px !important;
  margin-left: 16px !important;
}

.vertical-tabs .elementor-tab-desktop-title:not(:last-child) {
  margin-bottom: 8px !important;
}

.vertical-tabs .elementor-tab-desktop-title {
  border-radius: 4px !important;
  transition: 0.2s !important;
}

.vertical-tabs .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
  width: 40% !important;
}

.vertical-tabs .elementor-widget-tabs .elementor-tabs-content-wrapper {
  border: 0px !important;
}

/*–––––––––––– left side tabs ––––––––––––*/
.vertical-tabs-light .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
  border: 2px solid var(--dark-blue) !important;
  border-right-style: solid !important;
}

.vertical-tabs-light .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after, .vertical-tabs .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
  border-right-style: none !important;
}

.vertical-tabs-light .elementor-tab-title {
  background-color: #0F2D52 !important;
  transition: 0.2s !important;
}

.vertical-tabs-light .elementor-tab-title.elementor-active {
  background-color: #08182b !important;
}

.vertical-tabs-light .elementor-widget-tabs .elementor-tab-title.elementor-active a {
  color: #fff !important;
  font-family: Poppins !important;
}

.vertical-tabs-light .elementor-widget-tabs .elementor-tab-title a {
  color: #fff !important;
  font-family: Poppins !important;
}

.vertical-tabs-light .elementor-tabs-content-wrapper {
  border-radius: 4px !important;
  margin-left: 16px !important;
}

.vertical-tabs-light .elementor-tab-desktop-title:not(:last-child) {
  margin-bottom: 8px !important;
}

.vertical-tabs-light .elementor-tab-desktop-title {
  border-radius: 4px !important;
  transition: 0.2s !important;
}

.vertical-tabs-light .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
  width: 40% !important;
}

.vertical-tabs-light .elementor-widget-tabs .elementor-tabs-content-wrapper {
  border: 0px !important;
}

.vertical-tabs-light .elementor-widget-tabs .elementor-tab-title {
  border: 0px !important;
}

/*–––––––––––– responsive elements ––––––––––––*/
@media only screen and (max-width: 767px) {
  .vertical-tabs .elementor-tab-title.elementor-active {
    background-color: var(--dark-blue) !important;
    padding: 24px;
  }

  .vertical-tabs .elementor-tab-title {
    background-color: #08182b !important;
  }

  .vertical-tabs .elementor-tab-mobile-title {
    border: solid #005589 !important;
    border-width: 0px 0px 8px 0px !important;
  }

  .vertical-tabs .elementor-tab-content {
    padding: 24px !important;
    border: solid #005589 !important;
    border-width: 0px 0px 8px 0px !important;
  }

  .vertical-tabs .elementor-tab-title {
    font-size: 16px !important;
    padding: 24px !important;
  }

  .vertical-tabs .elementor-tabs-content-wrapper {
    margin-left: 0px !important;
  }

  /*on light background*/
  .vertical-tabs-light .elementor-tab-title.elementor-active {
    background-color: var(--dark-blue) !important;
    padding: 24px !important;
  }

  .vertical-tabs-light .elementor-tab-title {
    background-color: #08182b !important;
  }

  .vertical-tabs-light .elementor-tab-mobile-title {
    border: solid #fff !important;
    border-width: 0px 0px 8px 0px !important;
  }

  .vertical-tabs-light .elementor-tab-content {
    padding: 24px !important;
    border: solid #fff !important;
    border-width: 0px 0px 8px 0px !important;
  }

  .vertical-tabs-light .elementor-tab-title {
    font-size: 16px !important;
    padding: 24px !important;
  }

  .vertical-tabs-light .elementor-tabs-content-wrapper {
    margin-left: 0px !important;
  }
}
#softcat-faqs .container-fluid, #softcat-faqs .container-xl, #softcat-faqs .container-lg, #softcat-faqs .container-md, #softcat-faqs .container-sm {
  padding: 0px !important;
}

.accordion .card {
  padding: 16px 0px;
  transition: 0.2s;
  background: rgba(68, 81, 92, 0.02);
  border-top: 1px solid #0F2D52;
  border-right: 1px solid #0F2D52;
  border-left: 1px solid #0F2D52;
}

.accordion .card:last-child {
  border-bottom: 1px solid #0F2D52;
}

.card-header a {
  font-family: Poppins;
  font-weight: 600;
  color: var(--terminus-blue);
  margin: 0px;
  font-size: 16px;
  color: var(--dark-blue);
  font-weight: 600;
}

.card-header, .card-body {
  padding-left: 16px;
}

.elementor-widget-text-editor li {
  font-family: Avenir;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--warm-gray);
}

.elementor-widget-posts .elementor-post__title a,
.elementor-posts .elementor-post__excerpt p {
  font-family: Avenir !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}

.elementor-widget-posts h2.elementor-post__title a {
  font-size: 24px !important;
  color: var(--light-orange) !important;
  font-weight: 600 !important;
  font-family: Poppins !important;
}

.featured-post-parent .elementor-posts--skin-classic .elementor-post__text {
  align-self: center !important;
  text-align: left !important;
}

.featured-post-parent .elementor-posts .elementor-post__excerpt {
  padding-top: 16px !important;
}

.tomtomlistwrap {
  list-style: none;
  padding: 0;
}

.tomtomlistitem {
  padding: 0px 0px 4px;
}

.testimonial-scroller .elementor-testimonial__content {
  align-content: center !important;
  display: inline-grid !important;
}

.testimonial-scroller .elementor-testimonial__cite {
  display: inline-block !important;
}

.testimonial-scroller .elementor-testimonial__text {
  font-family: Avenir !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: var(--warm-gray) !important;
  font-style: normal !important;
}

.elementor-testimonial__name, .elementor-testimonial__title {
  color: var(--light-blue) !important;
  font-weight: 600 !important;
  font-family: Poppins !important;
  font-style: normal !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
}

.elementor-testimonial__image img {
  width: 200px !important;
  height: auto !important;
}

/*–––––––––––– embedded marketo form css ––––––––––––*/
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
  color: #fff !important;
  background: #FBAD18 !important;
  border: 0px !important;
  padding: 16px !important;
  font-size: 22px !important;
  font-family: Poppins !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
  font-size: 12px !important;
  line-height: 16px !important;
}

.mktoForm p a {
  line-height: 16px !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: 500 !important;
}

.mktoFormRow .mktoLabel {
  color: #fff !important;
}

.bg-blue-form {
  margin-top: -20px !important;
  z-index: 100 !important;
  position: relative !important;
}

.register-link {
  position: relative;
  padding-right: 24px;
  font-weight: 700;
  color: var(--lightest-blue);
}
.register-link:after {
  content: "→";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  text-align: center;
  transition: 0.15s linear;
}
.register-link:hover {
  color: var(--terminus-blue);
}
.register-link:hover:after {
  right: 0px;
}

.featured-event {
  position: relative;
}
.featured-event.primary {
  margin-bottom: 50px;
}
.featured-event.primary .event-image {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.featured-event.primary .event-image .event-image-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.featured-event.primary .event-image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media only screen and (min-width: 992px) {
  .featured-event.primary .event-image:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.featured-event.secondary {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .featured-event.secondary {
    padding-left: 9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
  }
  .featured-event.secondary .event-image {
    min-width: 402px !important;
    width: 402px !important;
  }
  .featured-event.secondary .copy {
    padding-left: 20px;
  }
}
.featured-event.secondary .event-image {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .featured-event.secondary .event-image {
    margin-bottom: 0;
  }
}
.featured-event.secondary .event-image .event-image-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.featured-event.secondary .event-image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.customer-training-box {
  padding: 40px 50px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.customer-training-box.coming-soon {
  box-shadow: none;
  background: var(--terminus-blue);
}
.customer-training-box.coming-soon h3 {
  color: #fff;
}
.customer-training-box.coming-soon .msg-coming-soon {
  color: var(--lightest-blue);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
}

.events-slider-width {
  width: calc(100% + 30px);
  margin-left: -15px;
}

.events-slider {
  padding: 0 7px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.events-slider .slick-list {
  overflow: hidden;
}
.events-slider .slick-list .slick-track {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.events-slider .event-slide {
  width: 33.333%;
  padding: 0 8px;
}
.events-slider .slick-arrow {
  opacity: 0;
  height: 24px;
  width: 24px;
  opacity: 0.8;
  transition: 0.15s linear;
  text-indent: -9999px;
  overflow: hidden;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.events-slider .slick-arrow:hover {
  opacity: 1;
}
.events-slider .slick-arrow:before {
  display: none;
}
.events-slider .slick-arrow.slick-prev {
  background: url(../img/slider-arrow.svg) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  left: -20px;
}
.events-slider .slick-arrow.slick-next {
  background: url(../img/slider-arrow.svg) no-repeat;
  background-size: cover;
  right: -20px;
}
.events-slider.slick-initialized .slick-arrow {
  display: block !important;
  opacity: 0.8;
}

.events-slider-section {
  position: relative;
}
.events-slider-section .row,
.events-slider-section .event-slider-width {
  padding: 0 30px;
}
@media only screen and (min-width: 1300px) {
  .events-slider-section .row,
.events-slider-section .event-slider-width {
    padding: 0;
  }
}

.fmf-column {
  height: 380px;
  padding: 0% 2%;
}

.fmf-widgets p, .fmf-widgets a {
  color: #fff !important;
  font-family: Avenir !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.fmf-widgets a {
  font-family: Poppins !important;
  font-weight: 700;
}

.featured-episode {
  position: relative;
  top: -16px;
  padding-right: 48px;
}

.highlight-episodes {
  padding-top: 32px;
}

.split-layout {
  width: 50%;
  float: left;
  text-align: left;
}

.flex-top {
  align-items: flex-start;
  justify-content: center;
  padding-top: 60px;
}

.neg-margin-top {
  margin-top: -60px;
}

.neg-margin-top-fmf {
  margin-top: -234px;
}

.popular-episodes-title {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 1200px) {
  .left-60-fmf {
    flex: 1 0 100%;
  }

  .flex-top {
    display: inline !important;
  }

  .neg-margin-top {
    margin-top: 0px;
  }

  .right-40-fmf {
    display: none;
  }
}
/* Then style the iframe to fit in the container div with full height and width */
.hs-form-iframe {
  width: 100% !important;
  height: 100%;
  border: 0px;
}

.skyline {
  margin-bottom: -2px;
  z-index: 1;
  position: relative;
}

.merch {
  position: relative;
}
.merch-child {
  position: absolute;
  right: 12%;
  top: 32px;
}
@media only screen and (max-width: 1250px) {
  .merch-child {
    right: 4%;
  }
}
@media only screen and (max-width: 1050px) {
  .merch-child {
    position: relative;
    right: auto;
    top: auto;
  }
}
.merch-child img {
  width: 200px;
  transition: 0.2s;
}
.merch-child img:hover {
  width: 208px;
}

.footer-list {
  list-style: none;
}

.footer-list h5 {
  padding-bottom: 24px;
}

.footer-list .footer-list-item {
  padding: 4px 0px;
}

.footer-list .footer-list-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.4px;
}

.footer-bg {
  background-color: var(--dark-blue);
}

@media only screen and (max-width: 720px) {
  .footer-bg .equal-col-no-bg {
    margin: 0px !important;
  }
}
#looks-like-this ul.de-emphasize-siblings li {
  transition: 0.25s linear;
}
#looks-like-this ul.de-emphasize-siblings li.de-emphasized {
  opacity: 0.3;
}
#looks-like-this ul.de-emphasize-siblings li .button:hover {
  background: var(--lightest-blue);
  border-color: var(--lightest-blue);
}

.gtm-anchor-buttons {
  display: flex;
}

.box-grid-container .col-md-6 {
  margin-bottom: 30px;
}

.box-grid-item {
  padding: 50px;
  border-radius: 5px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .box-grid-item {
    padding: 100px;
  }
}
.box-grid-item.bg-light-orange h3,
.box-grid-item.bg-light-orange p {
  color: var(--black);
}
.box-grid-item.bg-white {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.box-grid-item.bg-white h3, .box-grid-item.bg-white p {
  color: var(--black);
}
.box-grid-item h3 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-family: Poppins, sans-serif;
  font-weight: 900;
  margin-bottom: 32px;
}
.box-grid-item p {
  color: #fff;
  margin: 0;
}
.box-grid-item a {
  font-weight: 700;
  text-decoration: underline;
}
.box-grid-item a.button {
  text-decoration: none;
  width: auto;
  margin: 0;
}
.box-grid-item a:hover {
  text-decoration: none;
}

.gtm-arrow-box-container {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  width: 100%;
  max-width: 780px;
  margin: 0 auto 130px auto;
}
.gtm-arrow-box-container:after {
  content: "";
  display: block;
  height: 118px;
  width: 92px;
  position: absolute;
  bottom: -105px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/gtm/gtm-arrow-down.svg);
}
.gtm-arrow-box-container .gtm-arrow-box {
  background: var(--terminus-blue);
  padding: 20px;
}
@media only screen and (min-width: 640px) {
  .gtm-arrow-box-container .gtm-arrow-box {
    padding: 80px;
  }
}
.gtm-arrow-box-container .gtm-arrow-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 30px 0;
}
.gtm-arrow-box-container .gtm-arrow-box ul li {
  margin-bottom: 10px;
}
.gtm-arrow-box-container .gtm-arrow-box ul li:last-child {
  margin-bottom: 0;
}
.gtm-arrow-box-container .gtm-arrow-box .icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto 25px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#looks-like-this .col-md-12:last-child .gtm-arrow-box-container {
  margin-bottom: 100px;
}
#looks-like-this .col-md-12:last-child .gtm-arrow-box-container:after {
  display: none;
}

.high-five {
  width: 150%;
  max-width: 150%;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.gtm-section-intro h2 {
  font-size: 40px;
}
@media only screen and (min-width: 640px) {
  .gtm-section-intro h2 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .gtm-section-intro h2 {
    font-size: 72px;
  }
}

@keyframes circle-pulse {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  12% {
    background: white;
  }
  25% {
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    background: rgba(255, 255, 255, 0.25);
  }
}
.circle-num {
  width: 100px;
  min-width: 100px;
  height: 100px;
  font-size: 44px;
  line-height: 100px;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  position: relative;
}
.circle-num.circle-pulse {
  animation-name: circle-pulse;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 12s;
}
.circle-num.delay-3s {
  animation-delay: 3s;
}
.circle-num.delay-6s {
  animation-delay: 6s;
}
.circle-num.delay-9s {
  animation-delay: 9s;
}
.circle-num:before {
  content: "";
  display: block;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--dark-blue);
  border-radius: 50%;
}
.circle-num:after {
  content: attr(data-num);
  display: block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--dark-blue);
  border-radius: 50%;
}

.goes-like-this-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 30px;
}
.goes-like-this-item .circle-num {
  margin-right: 40px;
}
.goes-like-this-item p {
  font-weight: 700;
  color: #fff;
}
.goes-like-this-item p:last-child {
  margin: 0;
}

.gtm-img-customer {
  max-width: 60%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .gtm-img-customer {
    max-width: 80%;
  }
}

html {
  scroll-behavior: smooth;
}

.elementor-tabs, .elementor-logos {
  padding-top: 16px;
}

/* ---------- Split Screen Colors ----------*/
.target-container {
  background: linear-gradient(to right, #06162B 0%, #06162B 50%, #0F2D52 50%, #0F2D52 100%);
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px -24px 20px -1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px -24px 20px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px -24px 20px -1px rgba(0, 0, 0, 0.35);
}

.engage-container {
  background: linear-gradient(to right, #005589 0%, #005589 50%, #0098CD 50%, #0098CD 100%);
  height: 100%;
  width: 100%;
}

.activate-container {
  background: linear-gradient(to right, #fff 0%, #fff 50%, #06162B 50%, #06162B 100%);
  height: 100%;
  width: 100%;
}

.measure-container {
  background: linear-gradient(to right, #0F2D52 0%, #0F2D52 50%, #FBAD18 50%, #FBAD18 100%);
  height: 100%;
  width: 100%;
}

.header-section {
  padding: 120px 0px 80px 0px;
}

.funnel-graphic {
  height: 800px;
  width: auto;
}

.left-shift {
  margin-left: -20px;
}

.callout {
  width: 240px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.sticky-callout {
  height: 1020px;
  float: right;
  clear: both;
}

.team-title {
  font-size: 56px;
  font-weight: 600;
}

.team-subtitle {
  font-size: 24px;
  font-weight: 600;
}

.flourish-bg {
  background-image: url("../img/flourish-primary.svg");
  background-size: 200%;
  background-attachment: fixed;
  background-position: 50% 50%;
}

div.flexcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.columns {
  flex: 1;
}

div.columns:nth-of-type(even) {
  flex: 2;
}

div.columns:nth-of-type(odd) {
  color: white;
}

div.columns:nth-of-type(even) {
  color: green;
}

.bump {
  margin-top: -6px;
}

.show-sm, .show-ex-lg {
  display: none;
}

.hide-md, .hide-sm, .hide-ex-lg {
  display: inline;
}

.coverimg {
  padding-right: 40px;
  width: auto;
  max-height: 280px;
}

@media only screen and (max-width: 1020px) {
  .hide-md, .hide-sm {
    display: none;
  }

  .show-sm {
    display: inline;
  }

  .funnel-graphic {
    height: 640px;
  }
}
@media only screen and (max-width: 960px) {
  .target-container {
    background: #06162B !important;
  }

  .engage-container {
    background: #005589 !important;
  }

  .activate-container {
    background: #0F2D52 !important;
  }

  .measure-container {
    background: #06162B !important;
  }

  .funnel-graphic {
    padding: 0px 16px;
  }
}
@media only screen and (min-width: 2000px) {
  .show-ex-lg {
    display: inline;
  }

  .hide-ex-lg {
    display: none;
  }
}
/* ----- lg screens / default values ----- */
.change-display, .change-display-reverse {
  display: flex;
}

.change-width, .c-change-width {
  width: 50%;
  padding: 0px 80px;
}

/* ----- med screens ----- */
@media screen and (max-width: 60em) {
  .change-display {
    flex-direction: column;
  }

  .change-display-reverse {
    flex-direction: column-reverse;
  }

  .change-width, .c-change-width {
    width: 70%;
    padding: 0px;
  }
}
/* ----- small screens ----- */
@media only screen and (max-width: 30em) {
  .change-width, .c-change-width {
    width: 100%;
    padding: 0px 20px;
  }
}
.job-listing-content {
  z-index: 100;
  position: relative;
  width: 100%;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: -120px auto 60px auto;
  background: #ffffff;
}
.job-listing-content.single {
  padding: 0px 24px;
}

.job-list .job-item {
  display: block;
  transition: 0.15s linear;
}
.job-list .job-item:nth-child(even) {
  background: var(--light-gray);
}
.job-list .job-item:hover {
  background: var(--transparent-light-hex);
}

.company-overview {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--light-gray);
}
@media only screen and (min-width: 768px) {
  .company-overview {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.company-overview .company-logo {
  width: 100%;
  max-width: 200px;
}

.job-overview-header {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .job-overview-header {
    flex-direction: row;
    justify-content: space-between;
  }
}

.job-overview {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .job-overview {
    margin: 0;
  }
}
.job-overview .company-name-location {
  display: flex;
  flex-direction: row;
}

html {
  font-size: 10px;
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  max-width: 1300px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.values-flex {
  display: flex;
  align-items: center;
}

.left-flex {
  display: flex;
  align-items: center;
}

.flex {
  align-items: center;
  justify-content: center;
}

.left,
.right {
  flex: 1 0 50%;
}

.left-45 {
  flex: 1 0 45%;
}

.right-55 {
  flex: 1 0 55%;
  margin-right: -40px;
}

.left-60 {
  flex: 1 0 60%;
}

.right-40 {
  flex: 1 0 40%;
}

.left-60-fmf {
  flex: 1 0 60%;
}

.right-40-fmf {
  flex: 1 0 40%;
}

.left-70 {
  flex: 1 0 70%;
}

.right-30 {
  flex: 1 0 30%;
}

.left-70-integrations {
  flex: 1 0 70%;
}

.right-30-integrations {
  flex: 1 0 30%;
}

.items-start {
  align-items: flex-start !important;
}

@media only screen and (max-width: 720px) {
  .left, .right {
    flex: 1 0 100%;
  }

  .left-60, .right-40 {
    flex: 1 0 100%;
  }

  .platform-col {
    flex: 1 0 100% !important;
  }

  .flex-wrap-reverse .left {
    padding-top: 32px;
  }

  .flex-wrap .right {
    padding-top: 32px;
  }

  .equal-col-7 {
    flex: 80px !important;
    /* additionally, equal width */
  }

  .values-flex {
    display: inline-block;
    text-align: center;
    max-width: 400px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1040px) {
  .left-45, .right-55 {
    flex: 1 0 100%;
    margin-right: 0px;
  }

  .left-45 {
    text-align: center;
  }

  .homepage-gif {
    width: 60%;
    margin: 0 auto;
    padding-top: 40px;
  }

  .left-70-integrations {
    flex: 1 0 100%;
    padding-bottom: 40px;
  }

  .right-30-integrations {
    flex: 1 0 100%;
  }
}
@media only screen and (max-width: 540px) {
  .homepage-gif {
    padding-top: 20px;
    width: 90%;
  }
}
.inline-link {
  position: absolute;
  bottom: 16px;
}

.overlay-content-parent {
  margin-top: 40px;
}

.overlay-content {
  margin: -40px 0px 0px 0px;
  display: inline-block;
}

.equal-row {
  display: flex;
  /* equal height of the children */
  flex-wrap: wrap;
}

.equal-row-center {
  display: flex;
  /* equal height of the children */
  flex-wrap: wrap;
  align-items: center;
}

.platform-row {
  display: flex;
  /* equal height of the children */
  flex-wrap: wrap;
}

.platform-col {
  flex: 50%;
  padding: 24px;
  position: relative;
  max-width: 405px;
  margin: 0 auto !important;
  float: none !important;
}

.platform-img {
  max-height: 200px;
  position: relative;
  display: inline-flex;
  justify-content: center;
}

.platform-img img {
  position: relative;
  height: 180px;
  width: auto;
}

.equal-col {
  flex: 1;
  /* additionally, equal width */
  padding: 16px;
  margin: 12px;
  border-radius: 6px;
  background-color: #fff;
  flex: 1 0 200px;
  position: relative;
}

.equal-col-no-bg {
  flex: 1;
  /* additionally, equal width */
  padding: 16px 0px;
  margin: 20px;
  flex: 1 0 200px;
  position: relative;
}

.equal-col-int {
  flex: 1;
  /* additionally, equal width */
  padding: 16px 0px;
  margin: 20px;
  flex: 1 0 200px;
  position: relative;
}

.equal-col-7 {
  flex: 1;
  /* additionally, equal width */
  padding: 16px 0px;
  margin: 20px;
  position: relative;
}

.team-columns {
  margin-top: -240px;
}

.drive img {
  padding-top: -16px;
}

.ph {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media only screen and (max-width: 770px) {
  .equal-col-int {
    flex: 100%;
    padding: 0px;
    margin: 0px;
  }
}
/* ––––––––––––––––––– md screen size ––––––––––––––––––– */
@media only screen and (max-width: 960px) {
  .ph {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* ––––––––––––––––––– sm screen size ––––––––––––––––––– */
@media only screen and (max-width: 600px) {
  .ph {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.m-0 {
  margin: 0;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.p-0 {
  padding: 0;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-180 {
  padding-top: 100px !important;
}

.max-20 {
  max-width: 20px;
}

.max-25 {
  max-width: 25px;
}

.max-40 {
  max-width: 40px;
}

.max-50 {
  max-width: 50px;
}

.max-60 {
  max-width: 60px;
}

.max-75 {
  max-width: 75px;
}

.max-80 {
  max-width: 80px;
}

.max-85 {
  max-width: 85px;
}

.max-90 {
  max-width: 90px;
}

.max-95 {
  max-width: 95px;
}

.max-100 {
  max-width: 100px;
}

.max-110 {
  max-width: 110px;
}

.max-120 {
  max-width: 120px;
}

.max-130 {
  max-width: 130px;
}

.max-140 {
  max-width: 140px;
}

.max-150 {
  max-width: 150px;
}

.max-160 {
  max-width: 160px;
}

.max-170 {
  max-width: 170px;
}

.max-180 {
  max-width: 180px;
}

.max-190 {
  max-width: 190px;
}

.max-200 {
  max-width: 200px;
}

.max-220 {
  max-width: 220px;
}

.max-240 {
  max-width: 240px;
}

.max-260 {
  max-width: 260px;
}

.max-280 {
  max-width: 280px;
}

.max-300 {
  max-width: 300px;
}

.max-320 {
  max-width: 320px;
}

.max-340 {
  max-width: 340px;
}

.max-360 {
  max-width: 360px;
}

.max-380 {
  max-width: 380px;
}

.max-400 {
  max-width: 400px;
}

.max-420 {
  max-width: 420px;
}

.max-440 {
  max-width: 440px;
}

.max-460 {
  max-width: 460px;
}

.max-480 {
  max-width: 480px;
}

.max-500 {
  max-width: 500px;
}

.max-520 {
  max-width: 520px;
}

.max-540 {
  max-width: 540px;
}

.max-560 {
  max-width: 560px;
}

.max-580 {
  max-width: 580px;
}

.max-600 {
  max-width: 600px;
}

.max-620 {
  max-width: 620px;
}

.max-640 {
  max-width: 640px;
}

.max-660 {
  max-width: 660px;
}

.max-680 {
  max-width: 680px;
}

.max-700 {
  max-width: 700px;
}

.max-720 {
  max-width: 720px;
}

.max-740 {
  max-width: 740px;
}

.max-760 {
  max-width: 760px;
}

.max-780 {
  max-width: 780px;
}

.max-800 {
  max-width: 800px;
}

.max-820 {
  max-width: 820px;
}

.max-840 {
  max-width: 840px;
}

.max-860 {
  max-width: 860px;
}

.max-880 {
  max-width: 880px;
}

.max-900 {
  max-width: 900px;
}

.max-920 {
  max-width: 920px;
}

.max-940 {
  max-width: 940px;
}

.max-960 {
  max-width: 960px;
}

.max-980 {
  max-width: 980px;
}

.max-1000 {
  max-width: 1000px;
}

.max-1020 {
  max-width: 1020px;
}

.max-1040 {
  max-width: 1040px;
}

.max-1060 {
  max-width: 1060px;
}

.max-1080 {
  max-width: 1080px;
}

.max-1100 {
  max-width: 1100px;
}

.max-1120 {
  max-width: 1120px;
}

.max-1140 {
  max-width: 1140px;
}

.max-1160 {
  max-width: 1160px;
}

.max-1180 {
  max-width: 1180px;
}

.max-1200 {
  max-width: 1200px;
}

.max-1220 {
  max-width: 1220px;
}

.max-1240 {
  max-width: 1240px;
}

.max-1260 {
  max-width: 1260px;
}

.max-1280 {
  max-width: 1280px;
}

.max-1300 {
  max-width: 1300px;
}

.section-padding {
  padding: 80px 32px !important;
}
.section-padding-secondary {
  padding: 0px 32px 80px 32px !important;
}
.section-padding-horizontal {
  padding: 0px 32px !important;
}
.section-padding-vertical {
  padding: 80px 0px !important;
}

.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
}

.center-text {
  text-align: center;
}

.relative {
  position: relative;
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.anchor-spacer {
  position: absolute;
  top: -70px;
  display: block;
  height: 1px;
  width: 1px;
}

.tooltip {
  opacity: 1 !important;
}
.tooltip .tooltip-inner {
  background-color: var(--lightest-blue) !important;
  font-family: Avenir;
  font-size: 14px;
  line-height: 1.2em;
  padding: 14px !important;
  text-align: center;
  border-radius: 5px !important;
}
.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before {
  border-right-color: var(--lightest-blue) !important;
}
.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before {
  border-left-color: var(--lightest-blue) !important;
}
.tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:before {
  border-bottom-color: var(--lightest-blue) !important;
}
.tooltip.bs-tooltip-top .tooltip-inner, .tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner {
  bottom: 14px !important;
  position: relative;
}
.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 15px !important;
}
.tooltip.bs-tooltip-top .arrow:before, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before {
  border-top-color: var(--lightest-blue) !important;
  border-top-width: 14px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-left: -7px;
}

.header-int {
  max-width: 440px !important;
}

.rectangle169 {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
}
.rectangle169 .rectangle169-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.rectangle169:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.clear {
  clear: both;
}

.nav-logo, .nav-logo-alt, .nav-logo-mobile {
  width: 112px;
  top: 12px;
  position: relative;
  display: inline-block;
}

.navbar {
  min-height: 80px;
  margin-bottom: 0px;
  z-index: 1000;
  padding: 0px 24px;
  background-color: transparent !important;
  transition: 0.4s;
}
.navbar .navbar-content {
  width: 100%;
}
.navbar .dropdown {
  position: relative;
}

.navbar .main {
  padding-top: 80px;
}

.dropshadow {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.navbar-collapse.collapse {
  display: inline-flex !important;
  float: right;
  padding-top: 0 !important;
}

.navbar-brand {
  color: #696969 !important;
  padding: 30px;
}

.navbar ul li {
  list-style: none;
  margin: 0px 16px;
}

.navbar ul li a {
  font-family: Avenir !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 800;
  padding: 30px 0px;
  color: #fff;
  transition: 0.2s;
}

.navbar ul li a.dropdown-item, .navbar ul li a.dropdown-item-blog {
  color: var(--warm-gray) !important;
}

.dropdown-menu .dropdown-item, .dropdown-menu .dropdown-item-blog {
  display: block;
  padding: 8px 16px;
  cursor: pointer !important;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  text-transform: none !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  font-size: 15px !important;
}

.dropdown-menu {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  float: left;
  min-width: 240px;
  padding: 8px 0;
  margin-top: 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 6px !important;
  border: 0px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
  display: inline-block;
  position: relative;
  margin: 16px -15px !important;
}

.nav-item a:hover {
  text-decoration: none;
  cursor: default;
}

.navbar-nav li {
  transition: 0.2s;
}

.navbar-nav:hover li {
  opacity: 0.5;
}

.navbar-nav:hover li:hover {
  opacity: 1;
}

.navbar-nav:hover li:hover .top-item {
  color: var(--light-orange) !important;
}

.navbar .dropdown-item-child-menu li {
  margin: 0px;
}

.dropdown-item-child-menu {
  padding-left: 2px;
}

.dropdown-item-child-menu .dropdown-item {
  opacity: 100 !important;
  color: var(--light-blue) !important;
}

.dropdown-posts {
  border-radius: 0 0 6px 6px;
  padding: 16px 0px;
}

.product-dropdown-posts {
  border-radius: 0 0 6px 6px;
  padding: 0px 0px 8px 6px;
}

.product-item {
  display: block;
  color: var(--warm-gray) !important;
  padding: 0px 0px 0px 20px !important;
  cursor: pointer !important;
  font-style: italic !important;
}

.navbar .dropdown-posts ul li a {
  padding: 0px !important;
}

.dropdown-posts ul li a {
  color: var(--warm-gray);
  margin: 0;
  font-size: 14px;
  font-weight: 400 !important;
}

.dropdown-posts ul li a:hover {
  color: var(--light-orange);
}

.dropdown-posts ul li a:hover {
  cursor: pointer !important;
}

.navbar-nav:hover .dropdown-posts li {
  opacity: 1 !important;
  padding: 4px 0px;
}

.dropdown-posts ul {
  color: var(--terminus-blue);
  margin: 0;
  padding: 0;
}

.dropdown-menu .dropdown-item {
  transition: 0.4s;
}

.navbar .nav-item .dropdown-menu {
  display: none;
  opacity: 0;
  transition: 0.4s;
}

.navbar .nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  cursor: pointer;
}

.dropdown-menu:hover .dropdown-item {
  opacity: 0.5;
}

.dropdown-menu:hover .dropdown-item:hover {
  opacity: 1;
}

.nav-logo-alt {
  display: none;
}

.nav-scrolled {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.logo-hidden {
  display: none;
}

.logo-visible {
  display: inline-block !important;
}

.nav-underline {
  position: initial;
  color: var(--light-orange);
  text-decoration: none;
}

.nav-underline:hover {
  color: var(--light-orange);
  cursor: pointer !important;
}

.nav-underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--light-orange);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-underline:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

@media only screen and (max-width: 1290px) {
  .navbar ul li a {
    font-size: 12px;
  }

  .nav-logo-mobile {
    top: 20px;
    left: 24px;
    z-index: 100000;
  }
}
@media only screen and (max-width: 1260px) {
  .navbar {
    display: none !important;
  }

  .mobile-nav {
    display: inline !important;
  }
}
.mw10 {
  max-width: 130rem;
}

.nav-buttons {
  margin: 0px 0px 0px 36px;
}

.nav-buttons-mobile {
  margin-top: 9px;
  margin-right: 10%;
  display: inline;
  float: right;
}

/* ––––––––––––––––––– x-sm screen size ––––––––––––––––––– */
@media only screen and (max-width: 500px) {
  .nav-buttons-mobile {
    display: none;
  }
}
/*–––––––––––––––– marketing intelligence navigation ––––––––––––––––*/
.account-based-ads {
  padding: 0px 12px 0px 0px !important;
}

.ad-experiences {
  padding: 0px 12px 0px 0px !important;
}

.sub-nav-item {
  display: inline-block;
  font-weight: 300 !important;
  padding: 0px 12px;
  transition: 0.2s;
}

.sub-nav-item:hover {
  color: var(--light-orange);
}

.sub-nav-selected {
  color: var(--light-orange) !important;
  font-weight: 600 !important;
}

.nav-next {
  display: inline-block;
}

.hidden-mobile {
  display: inline;
}

@media only screen and (max-width: 820px) {
  .hidden-mobile {
    display: none !important;
  }
}
.mobile-nav .menu li a h5 {
  color: #fff !important;
  border-bottom: 1.5px solid rgba(0, 152, 205, 0.3);
  padding-bottom: 4px;
}

.mobile-nav .menu li {
  padding: 12px 0px;
}

.mobile-nav {
  display: none;
}

.window {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
}

.window .header {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.5s ease-out;
  transition-delay: 0.2s;
  z-index: 10000;
}

.window .header .burger-container {
  position: relative;
  display: contents;
  width: 100%;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.window .header .burger-container #burger {
  width: 20px;
  height: 12px;
  position: relative;
  display: block;
  margin: 2px auto 0;
  top: 50%;
  left: 45%;
  padding-top: 4px;
}

.window .header .burger-container #burger .bar {
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 100px;
  position: relative;
  background: var(--dark-blue);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}

.window .header .burger-container #burger .bar.topBar {
  transform: translateY(0px) rotate(0deg);
}

.window .header .burger-container #burger .bar.btmBar {
  transform: translateY(6px) rotate(0deg);
}

.window .header ul.menu {
  position: relative;
  display: block;
  padding: 40px;
  list-style: none;
  margin-top: 34px;
  list-style: none;
  background-color: var(--dark-blue);
  height: 100vh;
}

.window .header.menu-opened {
  height: 100%;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  transition-delay: 0.25s;
}

.window .header.menu-opened .burger-container #burger .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}

.window .header.menu-opened .burger-container #burger .bar.topBar {
  transform: translateY(6px) rotate(45deg);
}

.window .header.menu-opened .burger-container #burger .bar.btmBar {
  transform: translateY(4px) rotate(-45deg);
}

.window .header.menu-opened ul.menu li.menu-item {
  transform: scale(1) translateY(0px);
  opacity: 1;
}

.window .content {
  padding: 67px 4% 0;
  text-align: justify;
  overflow: scroll;
  max-height: 100%;
}

.window .content::-webkit-scrollbar {
  display: none;
}

.window .header {
  position: fixed;
}

/* ––––––––––––––––––– lower right corner ––––––––––––––––––– */
.home_plant {
  background-image: url("../img/plant_primary.svg");
  background-position: 100% 50%;
  background-size: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.tour_plant {
  background-image: url("../img/plant_quinary.svg");
  background-position: -5% -30%;
  background-size: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.overview_plant {
  background-image: url("../img/plant_septenary_reverse.svg"), url("../img/plant_septenary.svg");
  background-repeat: no-repeat;
  background-position: 0% -35%, 100% -35%;
  background-attachment: fixed;
  background-size: 30%;
}

.product_plant {
  background-image: url("../img/plant_quinary_reverse.svg"), url("../img/plant_quinary.svg");
  background-repeat: no-repeat;
  background-position: -30% 90%, 130% -20%;
  background-attachment: fixed;
  background-size: 60%;
}

.terminus_for_plant {
  background-image: url("../img/plant_senary.svg"), url("../img/plant_senary_reverse.svg");
  background-repeat: no-repeat;
  background-position: 0% 0%, 100% 0%;
  background-attachment: fixed;
  background-size: 20%;
}

.success_about_plant {
  background-image: url("../img/plant_octonary.svg"), url("../img/plant_octonary_reverse.svg");
  background-repeat: no-repeat;
  background-position: -5% -30%, 105% -30%;
  background-attachment: fixed;
  background-size: 20%;
}

.other_plant {
  background-image: url("../img/plant_nonary.svg");
  background-position: 100% 50%;
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.lost_plant {
  background-image: url("../img/lost.png");
  background-position: 100%;
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* ––––––––––––––––––– middle right side ––––––––––––––––––– */
.middle_right {
  background-image: url("../img/plant_secondary.svg");
  background-repeat: no-repeat;
  background-position: 105% 100%;
  background-size: 40%;
  background-attachment: fixed;
}

/* ––––––––––––––––––– middle left side ––––––––––––––––––– */
.middle_left {
  background-image: url("../img/plant_tertiary.svg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 40%;
  background-attachment: fixed;
}

/* ––––––––––––––––––– both left and ride ––––––––––––––––––– */
.left_and_right {
  background-image: url("../img/plant_octonary.svg"), url("../img/plant_octonary_reverse.svg");
  background-repeat: no-repeat;
  background-position: -30% 100%, 130% 100%;
  background-attachment: fixed;
  background-size: 40%;
}

/* ––––––––––––––––––– full width brocade ––––––––––––––––––– */
.full_width_brocade {
  background-image: url("../img/plant_quaternary.svg");
  background-position: 100% 50%;
  background-size: 20%;
  background-attachment: fixed;
  background-repeat: repeat;
}

@media only screen and (max-width: 1220px) {
  .home_plant {
    background-size: 90%;
  }

  .overview_plant {
    background-size: 30%;
  }

  .product_plant {
    background-size: 60%;
  }

  .terminus_for_plant {
    background-size: 40%;
  }

  .success_about_plant {
    background-position: 0% 10%, 100% 10%;
    background-size: 20%;
  }

  .left_and_right {
    background-image: url("../img/plant_octonary.svg");
    background-position: -10% 100%;
    background-size: 70%;
  }
}
@media only screen and (max-width: 1040px) {
  .home_plant {
    background-position: 100% 100%;
    background-size: 70%;
  }
}
@media only screen and (max-width: 1000px) {
  .tour_plant {
    background-size: 80%;
  }

  .overview_plant {
    background-size: 40%;
  }

  .product_plant {
    background-position: -30% 100%, 130% 0%;
  }

  .success_about_plant {
    background-position: 0% 10%, 100% 10%;
    background-size: 40%;
  }
}
@media only screen and (max-width: 970px) {
  .home_plant {
    background-size: 90%;
  }

  .terminus_for_plant {
    background-size: 30%;
  }
}
@media only screen and (max-width: 720px) {
  .home_plant {
    background-position: 120% 105%;
    background-size: 90%;
  }

  .terminus_for_plant {
    background-size: 30%;
    background-position: 0% 100%, 100% 0%;
  }

  .product_plant {
    background-position: -30% 120%, 130% 0%;
    background-size: 80%;
  }

  .other_plant {
    background-position: 100% 0%;
    background-size: 100%;
  }

  .left_and_right {
    background-size: 100%;
  }

  .tour_plant {
    background-size: 100%;
    background-position: 0% 0%;
  }
}
@media only screen and (max-width: 700px) {
  .middle_right {
    background-position: 105% 50%;
    background-size: 45%;
  }

  .middle_left {
    background-position: -10% 50%;
    background-size: 60%;
  }

  .overview_plant {
    background-position: 0% -10%, 100% -10%;
  }

  .success_about_plant {
    background-position: 0% 10%;
    background-size: 100%;
    background-image: url("../img/plant_octonary.svg");
  }
}
.preloader {
  align-items: center;
  background: #0F2D52;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#product-hero {
  padding: 120px 0 60px 0;
  margin-bottom: 190px;
}
#product-hero-basic {
  padding: 140px 0 40px 0;
  margin-bottom: 0px;
}

#product-hero-standard {
  padding: 140px 32px 60px 32px;
}

#product-hero-cutoff {
  padding: 96px 32px 0 32px;
  margin-bottom: 0;
}
#product-hero-cutoff img {
  max-width: 600px;
  width: 85%;
}

.product-img-width {
  max-width: 480px;
  width: 85%;
}

.product-hero-image-centered {
  position: relative;
  padding-bottom: 40px;
}
.product-hero-image-centered img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.logo-grid .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.product-overlap {
  margin-bottom: -180px;
}

.product-overlap-sm {
  margin-bottom: -140px;
}

.light-outline {
  border: 1px solid var(--light-gray);
}

.data-box {
  height: 320px;
}

@media only screen and (max-width: 960px) {
  .product-overlap-left {
    margin-top: 40px;
  }

  .product-overlap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 820px) {
  .product-overlap-left {
    margin-top: 0px;
  }

  .product-overlap {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 720px) {
  .product-overlap {
    margin-top: 0px;
    margin-bottom: -140px;
  }
}
.tourial-parent {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  z-index: 100;
  margin-bottom: -240px;
}

/* Then style the iframe to fit in the container div with full height and width */
.tourial-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0px;
}

.header-img-sales {
  max-width: 600px;
}

.body-img-increaseip {
  max-height: 400px;
}

.channels-box {
  font-size: 16px;
  margin-bottom: 30px;
}
.channels-box .channels-box-content {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.channels-box .heading {
  font-size: 18px;
}
.channels-box a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
  transition: 0.2s;
}
.channels-box a:hover {
  color: var(--light-blue);
}

.engagement-channel-img {
  pointer-events: none;
  touch-action: none;
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .engagement-channel-img {
    max-width: 147%;
  }
}

.data-studio-img {
  pointer-events: none;
  touch-action: none;
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .data-studio-img {
    max-width: 118%;
    width: 118%;
  }
}

@media only screen and (min-width: 992px) {
  .data-studio-cta {
    margin-top: -40px;
  }
}

table.left-text tr td {
  text-align: left;
}

.headshot {
  height: auto;
  width: 280px;
}

.sm-headshot {
  height: auto;
  width: 180px;
}

.container {
  position: relative;
  padding: 25px;
}

.img-r-slide {
  text-align: left;
  opacity: 0%;
  transform: translateX(-150px);
}

.img-l-slide {
  text-align: right;
  opacity: 0%;
  transform: translateX(150px);
}

@media only screen and (max-width: 60em) {
  .img-r-slide {
    text-align: center;
  }

  .img-l-slide {
    text-align: center;
  }
}
.img-lslide:nth-child(even) {
  margin-right: 0;
}

.come-in-l {
  transform: translateX(150px);
  animation: come-in 2.5s ease-in-out forwards;
}

.come-in-l:nth-child(odd) {
  animation-duration: 2.5s;
}

.come-in-r {
  transform: translateX(-150px);
  animation: come-in 2.5s ease-in-out forwards;
}

.come-in-r:nth-child(odd) {
  animation-duration: 2.5s;
}

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 100%;
  }
}
.left-30 {
  flex: 1 0 30%;
}

.right-70 {
  flex: 1 0 70%;
  position: relative;
}

.terminus360 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shadows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
}

.shadows {
  z-index: 0;
  width: 100%;
}

.terminus360 {
  z-index: 1;
}

.circle-shadow {
  opacity: 0 !important;
}

@media only screen and (min-width: 1155px) {
  .shadows {
    width: 799px;
    height: 424px;
  }
}
.terminus360-shadows {
  fill-opacity: 0;
  animation-name: highlight-circles;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

.shadow1 {
  animation-delay: 0s;
}

.shadow2 {
  animation-delay: 2s;
}

.shadow3 {
  animation-delay: 4s;
}

.shadow4 {
  animation-delay: 6s;
}

.shadow5 {
  animation-delay: 8s;
}

@keyframes highlight-circles {
  0% {
    fill-opacity: 0;
  }
  5% {
    fill-opacity: 100%;
  }
  20% {
    fill-opacity: 100%;
  }
  25% {
    fill-opacity: 0%;
  }
}
.first-row {
  max-width: 150rem;
}

.onboarding-parent {
  height: 0;
  padding-bottom: 30%;
}

.four-flex-grid {
  display: flex;
  z-index: 2;
  position: relative;
  max-width: 94rem;
}

.onboarding-col {
  flex: 1;
  padding: 0px 24px;
  width: 152px;
}

.onboarding-timeline-arrow {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 150rem;
  opacity: 0.25;
}

.onboarding-timeline-arrow img {
  width: 98%;
}

.onboarding-spacer {
  height: 60px;
}

.onboarding-spacer-secondary {
  height: 10px;
}

.child-four-row1 {
  opacity: 0;
  /* transition: 1s;*/
  animation-name: enter-points-successful;
  animation-duration: 22s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.child-four-row1:nth-child(1) {
  animation-delay: -3s;
}

.child-four-row1:nth-child(2) {
  animation-delay: -2s;
}

.child-four-row1:nth-child(3) {
  animation-delay: -1s;
}

.child-four-row1:nth-child(4) {
  animation-delay: 0s;
}

.child-four-row2 {
  opacity: 0;
  animation-name: enter-points-successful;
  animation-duration: 22s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.child-four-row2:nth-child(1) {
  animation-delay: 4s;
}

.child-four-row2:nth-child(2) {
  animation-delay: 3s;
}

.child-four-row2:nth-child(3) {
  animation-delay: 2s;
}

.child-four-row2:nth-child(4) {
  animation-delay: 1s;
}

@keyframes enter-points-successful {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0%;
  }
  35% {
    opacity: 100%;
  }
  95% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
.onboarding-mobile-timeline, .terminus360-mobile {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .onboarding-parent {
    display: none;
  }

  .onboarding-mobile-timeline {
    display: inline;
  }

  .left-30 {
    flex: 1 0 100%;
    padding-bottom: 40px;
  }

  .right-70 {
    flex: 1 0 100%;
  }

  .terminus360, .shadows {
    display: none;
  }

  .terminus360-mobile {
    display: inline;
  }
}
@media only screen and (min-width: 1200px) {
  .onboarding-spacer-secondary {
    height: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .onboarding-spacer-secondary {
    height: 40px;
  }
}
@media only screen and (min-width: 1700px) {
  .onboarding-timeline-arrow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}
table {
  font-size: 18px;
  width: 100%;
  font-family: Poppins, sans-serif;
}
table.table-dark {
  background-color: transparent;
}
table.head-terminus-blue thead {
  background: var(--terminus-blue);
}
table.head-dark-blue thead {
  background: var(--dark-blue);
}
table.head-darkest-blue thead {
  background: var(--darkest-blue);
}
table.head-light-blue thead {
  background: var(--light-blue);
}
table.head-lightest-blue thead {
  background: var(--lightest-blue);
}
table.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
table.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(106, 189, 253, 0.15);
}
table.table-striped tbody tr th,
table.table-striped tbody tr td {
  border-top: none !important;
  border-bottom: none !important;
}
table thead {
  text-transform: uppercase;
}
table thead th,
table thead td {
  border: none !important;
  vertical-align: middle !important;
}
table thead th {
  text-align: center;
}
table thead th:first-child {
  text-align: left;
}
table thead td {
  text-align: center;
}
table tbody {
  font-family: Avenir, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
table tbody th,
table tbody td {
  border-top: none !important;
  border-bottom: 2px solid rgba(106, 189, 253, 0.27) !important;
  vertical-align: middle !important;
}
table tbody th {
  font-weight: 400;
}
table tbody td {
  text-align: center;
}

.complete-data {
  position: absolute;
  z-index: 3;
}

.data-lines {
  position: absolute;
  display: block;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 40px;
  text-align: center;
  stroke-dasharray: 200;
  animation-name: dash;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  opacity: 0;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 200;
    opacity: 0;
  }
  5% {
    opacity: 100;
  }
  90% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
.animation-parent {
  position: relative;
  height: 275px;
  display: block;
}

.letter {
  fill: var(--terminus-blue);
  transition: 0.4s;
}

.letter-border {
  fill: var(--light-blue);
  transition: 0.4s;
}

.framework-circles:hover .letter-border {
  fill: var(--light-orange);
}

.framework-circles {
  max-width: 95%;
  max-height: 256px;
  display: inline-block;
  margin: 10px auto;
  overflow: unset !important;
  transition: 0.4s;
  opacity: 0.3;
}

.framework-title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  color: var(--terminus-blue);
}

.framework-description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: var(--terminus-blue);
}

.tour-team {
  max-width: 268px;
  margin: 0 auto !important;
  float: none !important;
}

.tour-team img {
  height: 48px;
  text-align: center;
  display: inline;
}

.tour-team div:not(:first-child) {
  padding: 0 0 0 12px;
}

.tour-team img {
  transition: 0.2s;
}

.tour-team:hover img {
  opacity: 0.5;
}

.tour-team:hover img:hover {
  opacity: 1;
}

.navbar-nav:hover img:hover .team-letter {
  opacity: 0;
}

.shadow-4 {
  transition: 0.2s;
}

.shadow-4:hover {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4) !important;
}

.current-active {
  opacity: 1;
}

.current-active-transparent {
  opacity: 0.3;
}

.full-transparency {
  opacity: 1;
  cursor: pointer;
}

.click-me-next {
  animation-name: click-me-next;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

.click-me-next-pause {
  animation-iteration-count: 0;
  animation-play-state: pause;
}

@keyframes click-me-next {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 520px) {
  .animation-parent, .data-lines, .hide-mobile {
    display: none;
  }
}
.video-width {
  max-width: 400px;
}

.terminus-explore-footer {
  margin-top: 40px;
}

.terminus-explore-spacer {
  margin-top: -40px;
}

.terminus-angled-spacer {
  margin-top: -120px;
}

.desktop {
  display: inline;
}

.mobile {
  display: none;
}

.divider {
  display: inline-block;
}

@media only screen and (max-width: 720px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: inline;
  }
}
@media only screen and (max-width: 970px) {
  .terminus-for-footer {
    display: block !important;
    font-weight: 600;
    padding: 8px 0px;
  }

  .divider {
    display: none;
  }
}
.terminus-for-footer {
  display: inline-block;
  font-weight: 600;
}

.terminus-for-footer:hover {
  color: var(--dark-blue);
}

.terminus-for-footer-title {
  color: var(--light-blue);
  font-weight: 600;
}

/*Poppins*/
@font-face {
  font-family: Poppins;
  src: url("../webfonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url("../webfonts/poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
/*Avenir*/
@font-face {
  font-family: Avenir;
  src: url("../webfonts/avenir/Avenir-Heavy.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Avenir;
  src: url("../webfonts/avenir/Avenir-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Avenir;
  src: url("../webfonts/avenir/Avenir-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Avenir;
  src: url("../webfonts/avenir/Avenir-Oblique.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Avenir;
  src: url("../webfonts/avenir/Avenir-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html,
body {
  font-family: Avenir, sans-serif;
  font-weight: 300;
}

.font-size-72 {
  font-size: 72px;
  line-height: 1.3em;
}

.font-size-40 {
  font-size: 40px;
  line-height: 1.3em;
}

@media only screen and (max-width: 640px) {
  .font-size-sm-32 {
    font-size: 32px;
    line-height: 1.3em;
  }
}
.font-size-32 {
  font-size: 32px;
  line-height: 1.3em;
}

.font-size-24 {
  font-size: 24px;
  line-height: 1.3em;
}

.font-size-18 {
  font-size: 18px;
  line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins !important;
  font-weight: 700;
  color: var(--terminus-blue);
  margin: 0px;
}

p, a, ul, ol {
  font-family: Avenir;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
}

p a {
  color: var(--light-orange);
  transition: 0.2s;
}

h1 {
  font-size: 30px;
  line-height: 40px;
}

h2 {
  font-size: 24px;
  color: var(--light-orange);
  font-weight: 600;
}

h3 {
  font-size: 20px;
  color: var(--terminus-blue);
  font-weight: 500;
}

h4 {
  font-size: 18px;
  color: var(--dark-blue);
  font-weight: 600;
}

h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--light-orange);
  font-weight: 500;
  letter-spacing: 1.4px;
}

h6 {
  font-size: 14px;
}

.link-inherit-style {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.link-inherit-style-with-underline {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.c-white,
.c-white * {
  color: #fff !important;
}

.c-terminus {
  color: var(--terminus-blue);
}

.c-dark-blue {
  color: var(--dark-blue);
}

.c-darkest-blue {
  color: var(--darkest-blue);
}

.c-light-blue {
  color: var(--light-blue) !important;
}

.c-lightest-blue {
  color: var(--lightest-blue) !important;
}

.c-emerald {
  color: var(--emerald);
}

.c-warm-gray {
  color: var(--warm-gray) !important;
}

.c-plum {
  color: var(--plum);
}

.c-orange {
  color: var(--orange);
}

.c-black {
  color: var(--black);
}

.c-light-orange {
  color: var(--light-orange);
}

a:hover {
  text-decoration: none !important;
}

/* special type treatments */
.subhead {
  font-size: 20px;
}

.type-poppins {
  font-family: Poppins !important;
}

.team-header {
  font-size: 48px;
}

.links {
  font-family: Poppins;
  font-weight: 700;
  color: var(--light-blue);
  font-size: 16px;
  text-transform: uppercase;
}

.links-orange {
  font-family: Poppins;
  font-weight: 700;
  color: var(--lightest-blue);
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.2s;
}
.links-orange:hover {
  color: var(--darkest-blue);
}

.remove-spacing p {
  line-height: 0px !important;
}

.c-small {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 20px;
}

.sidebar-category a {
  font-size: 18px;
  color: var(--light-orange);
  text-transform: none;
  font-weight: 500;
}

h5.sidebar-category {
  padding: 4px 0px;
}

blockquote p {
  color: var(--terminus-blue);
  font-family: Poppins !important;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

blockquote {
  padding: 4px 0px !important;
  margin: 0px !important;
}

.the_content ul li {
  font-family: Avenir;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--warm-gray);
}

li.plus-list {
  list-style-image: url("../img/plus.svg");
  font-family: Avenir;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--warm-gray);
  padding: 8px 0px;
}

li.plus-list span {
  position: relative;
  left: 8px;
  top: -2px;
}

.lh-sm {
  line-height: 22px;
}

.ahref-black {
  color: #000 !important;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.2s;
}

.ahref-black:hover {
  color: #0098CD !important;
  text-decoration: underline !important;
}

.ahref-white {
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline;
}

.bold-title {
  font-size: 40px;
  line-height: 44px;
}

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

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

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

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

.font-bump {
  font-size: 104px;
  line-height: 104px;
}

@media only screen and (max-width: 960px) {
  .font-bump {
    font-size: 52px;
    line-height: 48px;
  }
}
.italic {
  font-style: italic;
}

ul.blue-plus {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
}
ul.blue-plus li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
ul.blue-plus li:before {
  content: "";
  display: block;
  position: absolute;
  background: var(--lightest-blue);
  width: 7px;
  height: 19px;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
ul.blue-plus li:after {
  content: "";
  display: block;
  position: absolute;
  background: var(--lightest-blue);
  width: 19px;
  height: 7px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
ul.blue-plus li:last-child {
  margin-bottom: 0;
}

.hr-after {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
  display: inline-block;
}
.hr-after:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.hr-after.c-terminus:after {
  background: var(--terminus-blue) !important;
}
.hr-after.c-dark-blue:after {
  background: var(--dark-blue) !important;
}

strong {
  font-weight: 900 !important;
  color: inherit;
}
strong.terminus-blue {
  color: var(--terminus-blue) !important;
}

#hovering-content {
  float: left;
  width: 90%;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px -8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 25px -8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 25px -8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  -webkit-animation: contenthop 3s infinite ease-in-out;
  -o-animation: contenthop 3s infinite ease-in-out;
  -ms-animation: contenthop 3s infinite ease-in-out;
  -moz-animation: contenthop 3s infinite ease-in-out;
  animation: contenthop 3s infinite ease-in-out;
}

@-webkit-keyframes contenthop {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes contenthop {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.delay-1 {
  animation-delay: -0.3s !important;
}

.delay-2 {
  animation-delay: -0.7s !important;
}

.hovering-parent {
  margin-top: -16px;
  padding-bottom: 16px;
}

.stat-line, .stat-line-second, .stat-line-third {
  stroke-dashoffset: 2000;
  stroke-dasharray: 2000;
  stroke: white;
  stroke-width: 20px;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.stat-line {
  animation-name: dash-one;
  animation-duration: 22s;
  animation-delay: 0s;
}

.stat-line-second {
  animation-name: dash-two;
  animation-duration: 22s;
}

.stat-line-third {
  animation-name: dash-three;
  animation-duration: 22s;
}

@keyframes dash-one {
  0% {
    stroke-dashoffset: 2000;
  }
  33% {
    stroke-dashoffset: 0;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
@keyframes dash-two {
  0% {
    stroke-dashoffset: 2000;
  }
  33% {
    stroke-dashoffset: 2000;
  }
  66% {
    stroke-dashoffset: 0;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
@keyframes dash-three {
  0% {
    stroke-dashoffset: 2000;
  }
  33% {
    stroke-dashoffset: 2000;
  }
  66% {
    stroke-dashoffset: 2000;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
.outside-loop-clock {
  transform-origin: center;
  -webkit-animation-name: clockspin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: clockspin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: clockspin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: clockspin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.outside-loop-slow {
  transform-origin: center;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 10000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 10000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 10000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.outside-loop {
  transform-origin: center;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-ms-keyframes clockspin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes clockspin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes clockspin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes clockspin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes cf3FadeInOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#img-fade img.top {
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 6s;
  animation-direction: alternate;
}

.text-color {
  color: #46a1de;
  transition-duration: 0.5s;
}

.wrapper {
  min-width: 600px;
  /*	 max-width: 900px;*/
  margin: 0 auto;
}

.tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin: 0 auto;
  padding-inline-start: 0;
}

.tabs > li {
  transition-duration: 0.25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 20px 50px 25px 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: white;
  margin-right: 30px;
}
.tabs > li:last-child {
  margin-right: 0;
}

.tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: 0.25s;
  border-radius: 5px 5px 0 0;
}

.tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}

/* .tabs > li.active {
	 color: #50555a;
}*/
.tabs > li.active:before {
  transition-duration: 0.5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tabs > li.inactive:before {
  transition-duration: 0.5s;
  background-color: #06162B;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tab__content {
  background-color: #fff;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.tab__content > li {
  width: 100%;
  display: none;
}
.tab__content > li.active {
  display: block;
}

.tab__content > li .content__wrapper {
  text-align: center;
  width: 100%;
  padding: 45px 40px 40px 40px;
  background-color: white;
}
.tab__content > li .content__wrapper.p0 {
  padding: 16px 40px 40px 40px !important;
}

.content__wrapper h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 300;
}

.content__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.content__wrapper .tab__secondary {
  display: inline-block;
  padding: 0px 12px;
}

/* --------------------------- secondary tabs --------------------------- */
.plan-popular {
  border: 6px solid var(--light-blue);
}

.dropshadow {
  -webkit-box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.08);
}

.secondary-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-start: 0;
  width: 100%;
  /* -webkit-transform: translateY(5px);
   transform: translateY(5px);*/
  margin: 0 auto;
}

.secondary-tabs > li {
  transition-duration: 0.25s;
  /*display: table-cell;*/
  list-style: none;
  text-align: center;
  padding: 20px 20px 16px 20px;
  margin: 0px 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: white;
  border-bottom: 4px solid #fff;
}

.secondary-tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: 0.25s;
  border-radius: 5px 5px 0 0;
}

.secondary-tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}

.secondary-tabs > li.active {
  background-color: rgba(0, 152, 205, 0.1);
  border-radius: 8px 8px 0px 0px;
  border-bottom: 4px solid #0098CD;
}

.secondary-tabs > li.active h4 {
  color: #0098CD;
}

.secondary-tabs > li h4 {
  transition: 0.2s;
}

.secondary-tabs > li h4:hover {
  color: #0098CD;
}

.secondary-tabs > li.active:before {
  transition-duration: 0.5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.secondary-tab__content {
  background-color: #fff;
  position: relative;
  width: 100%;
  margin-top: 24px;
  border-radius: 5px;
}

.secondary-tab__content > li {
  width: 100%;
  display: none;
}
.secondary-tab__content > li.active {
  display: block;
}

.secondary-tab__content > li .secondary-content__wrapper {
  text-align: center;
  width: 100%;
  padding: 45px 40px 40px 40px;
  background-color: white;
  /*	 -webkit-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.15);*/
}

.secondary-content__wrapper h2 {
  width: 100%;
  text-align: center;
  /* padding-bottom: 20px;*/
  font-weight: 300;
}

.secondary-content__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.secondary-content__wrapper .secondary-tab__secondary {
  display: inline-block;
  padding: 0px 12px;
}

/* --------------------------- secondary tabs --------------------------- */
.pricing-plan {
  color: var(--light-blue);
  font-weight: 600;
  font-size: 18px;
}

.plan-name {
  color: var(--dark-blue);
  font-weight: 700 !important;
  font-size: 36px;
}

.compare-link {
  color: var(--light-blue);
  font-weight: 800 !important;
  font-size: 16px;
  text-decoration: underline;
  padding-top: 24px;
}

.plan-level {
  color: var(--light-blue);
  font-weight: 700 !important;
  font-size: 22px;
  text-transform: uppercase;
}
.plan-level.c-dark-blue {
  color: var(--dark-blue);
}
.plan-level.bundle {
  text-transform: none;
  font-size: 32px;
}

.plan-next-level {
  color: var(--light-blue);
  padding: 24px 0px 8px 0px;
  font-weight: 600 !important;
  font-size: 18px;
}
.plan-next-level.p0 {
  padding: 0px 0px 8px 0px !important;
}

.plan-start {
  color: var(--light-blue);
  font-weight: 400 !important;
  font-size: 16px;
  text-transform: none !important;
}

.plan-price {
  color: var(--dark-blue);
  font-weight: 700 !important;
  font-size: 36px;
}

.plan-product {
  color: var(--dark-blue);
  font-weight: 700 !important;
  font-size: 20px;
  padding: 16px 0px 8px 0px;
}
.plan-product.sm-ft {
  font-size: 16px;
}

.modal-title {
  text-align: center;
  font-size: 24px !important;
}

.plan-item {
  margin: 0;
  font-size: 14px;
}

.desktop-plans {
  display: block;
}

.mobile-plans {
  display: none;
}

@media only screen and (max-width: 940px) {
  .desktop-plans {
    display: none;
  }

  .mobile-plans {
    display: inline;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1200px !important;
    margin: 1.75rem auto;
  }
}
.modal {
  z-index: 10050;
}
@media (max-width: 1260px) {
  .modal {
    padding: 96px 20px 20px 20px;
  }
}

.modal-backdrop {
  z-index: 10040;
  background-color: var(--terminus-blue);
}

.modal-dialog .modal-content {
  border-radius: 10px;
  overflow: hidden;
  padding: 8px 24px !important;
}
.modal-dialog .modal-content .modal-header {
  display: flex;
  align-items: center;
  border-bottom: 0px !important;
}
.modal-dialog .modal-content .modal-header .close {
  border: 0;
  background: transparent;
  font-size: 24px;
  width: 40px;
}

#tick-mark {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
}

#tick-mark::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 4px;
  background-color: #035589;
  content: "";
  transform: translateX(10px) rotate(-45deg);
  transform-origin: left bottom;
}

#tick-mark::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background-color: #035589;
  content: "";
  transform: translateX(10px) rotate(-45deg);
  transform-origin: left bottom;
}

.xdiv {
  height: 22px;
  width: 4px;
  margin-left: 12px;
  background-color: #FAAC17;
  transform: rotate(45deg);
  Z-index: 1;
  margin: 0 auto;
}

.x {
  height: 22px;
  width: 4px;
  background-color: #FAAC17;
  transform: rotate(90deg);
  Z-index: 2;
}

.row-features {
  background-color: var(--transparent-light-hex);
  color: var(--dark-blue);
}

.row-product {
  color: #fff !important;
  font-weight: 700 !important;
}

.row-product-bg {
  background-color: var(--dark-blue) !important;
}

.page-category {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  padding-bottom: 16px;
}
.page-category ::after {
  content: "";
  display: block;
  width: 32px;
  padding-top: 3px;
  border-bottom: 2px solid #f9dd94;
}

.header-spacing {
  padding-top: 160px !important;
}

.header-spacing-copy {
  padding-bottom: 80px !important;
}

.overview-team-titles {
  color: var(--terminus-blue);
  text-transform: uppercase;
  font-size: 20px;
  padding: 24px 0px;
}

.font-increase {
  font-size: 32px;
}

engage-img {
  width: 90%;
  z-index: 1;
}

.engage-img-parent {
  margin-right: -260px;
}
@media only screen and (max-width: 560px) {
  .engage-img-parent {
    margin-right: 0px;
  }
}

.img-padding {
  padding: 18px 0px;
}

/*!
 * Bootstrap v4.6.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)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.img-sales-engagement img {
  display: inline;
  margin: 8px 8px 0px 0px;
  height: 72px;
  float: left;
}

.integrations-img {
  display: block;
  width: auto;
}
.integrations-img img {
  height: 72px !important;
}
.integrations-img.marketing {
  margin: 8px;
}
.integrations-img.intent {
  display: inline;
  margin: 8px 4px;
  height: 72px;
}
@media only screen and (max-width: 1020px) {
  .integrations-img.intent {
    display: block;
    margin: 8px auto;
  }
}

.ceros-int-padding {
  padding: 20px 0px 0px 56px;
}
@media only screen and (max-width: 991px) {
  .ceros-int-padding {
    padding: 20px 20px 0px 20px;
  }
}

.padding-inner {
  padding: 40px 80px;
}
@media only screen and (max-width: 991px) {
  .padding-inner {
    padding: unset;
  }
}

.section-sales-engagement {
  max-width: 1080px;
  margin: 0 auto;
  padding: 120px 0px;
}

.checkmark-list {
  list-style-image: url("../img/list-checkmark.svg");
}
.checkmark-list-p {
  padding-left: 12px;
}

.lost-container {
  background-color: white;
  height: 400px;
  width: 950px;
  border-radius: 11px;
  padding: 12px 20px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: Poppins;
}

.sequencer {
  display: flex;
  height: 270px;
  width: 840px;
  margin-top: 100px;
}

#p0 {
  margin-top: 109px;
  width: 160px;
  padding-left: 2px;
  padding-right: 26px;
}

.drum-name {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 58px;
  padding: 0px 36px 0px 16px;
  border-radius: 6px;
  margin-bottom: 4px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#controls {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0px;
  height: 120px;
}

#controls-left-side {
  float: left;
  height: 100%;
}

#controls-right-side {
  float: right;
  height: 100%;
}

.sampler {
  display: inline;
  padding: 30px 48px;
  border-radius: 6px;
  line-height: 120px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}

.pressed {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  top: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}

#bpm {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  line-height: 120px;
  position: absolute;
  top: 25px;
  right: 200px;
}

#bpm-slider {
  position: absolute;
  top: 24px;
  right: 150px;
  width: 180px;
}

#bpm-slider:hover {
  cursor: pointer;
}

#controls p {
  display: inline;
  font-size: 14px;
  position: relative;
  top: -1px;
}

#clear-track {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  padding: 16px 24px;
  border-radius: 6px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 36px;
  margin-right: 2px;
  position: relative;
  -webkit-user-select: none;
}

#clear-track:hover {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

#clear-track:active {
  top: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.d1,
.d2,
.d3,
.d4,
.d5,
.d6,
.d7,
.d8,
.d9,
.d10,
.d11,
.d12,
.d13,
.d14,
.d15,
.d16 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 50%;
  margin: 5px 2px;
  display: inline-block;
}

.sample {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 4px 0px;
  display: block;
  height: 60px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.sample:hover {
  cursor: pointer;
}

.row-highlight {
  background-color: rgba(28, 29, 28, 0.2);
}

.item-selected {
  background-color: rgba(0, 0, 0, 0.8);
}

#d-split {
  margin-right: 20px;
}

input[type=range] {
  height: 50px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000;
  background: #EDEDED;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #707070;
  border: 1px solid #A3A3A3;
  height: 42px;
  width: 15px;
  border-radius: 17px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -17px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #EDEDED;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #EDEDED;
  border-radius: 50px;
  border: 1px solid #C2C2C2;
}

input[type=range]::-moz-range-thumb {
  border: 1px solid #A3A3A3;
  height: 42px;
  width: 13px;
  border-radius: 17px;
  background: #FFFFFF;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #EDEDED;
  border: 1px solid #C2C2C2;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #EDEDED;
  border: 1px solid #C2C2C2;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  border: 1px solid #A3A3A3;
  height: 43px;
  width: 15px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #EDEDED;
}

input[type=range]:focus::-ms-fill-upper {
  background: #EDEDED;
}

.lost-display-desktop {
  display: inline;
}
@media only screen and (max-width: 992px) {
  .lost-display-desktop {
    display: none;
  }
}

.lost-display-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .lost-display-mobile {
    display: inline;
  }
}

/*# sourceMappingURL=terminus.css.map */
