@charset "UTF-8";
/*
	Fonts
*/
/** Dimensions and spacing **/
/** One (--u)nit is 1 px based on 16:9 resolution **/
/*
	Brand Colors
*/
/*
	State Colors
*/
/*
	Grayscale Colors
*/
/*
	Nontransparent Tints
*/
/*
	Transparent Colors
*/
/*
	Rounded Corners
*/
/*
	Sizing
*/
/*
	Rows include 1rem spacing
*/
/*
	Columns include 1rem spacing
*/
/*
	Sizing
*/
.build-features-page {
  background-color: #181818;
  font-family: "Kaemmer Regular", sans-serif !important;
  color: #fff;
  max-width: 1661px;
  margin: 0 auto;
  overflow: visible;
}
.build-features-page * {
  box-sizing: content-box;
  box-sizing: initial;
}
.build-features-page #footer {
  width: calc(100vw - (100vw - 100%));
  left: 0;
  position: absolute;
  margin-bottom: 0;
}
.build-features-page #footer * {
  box-sizing: border-box;
}
.build-features-page #footer .Partners-Slick {
  margin-top: 2rem;
}
.build-features-page h1,
.build-features-page h2,
.build-features-page h3,
.build-features-page h4,
.build-features-page h5,
.build-features-page h6,
.build-features-page .btn {
  text-transform: initial;
}
.build-features-page h2 {
  font-size: 6.4rem;
  position: relative;
  margin-bottom: 70px;
  margin-top: 64px;
}
.build-features-page h2:after {
  content: "";
  height: 7px;
  width: 36px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #d82727;
}
.build-features-page h4.has-text-align-center {
  font-size: 1.6rem;
  letter-spacing: 0.32rem;
  margin-bottom: 90px;
  position: relative;
}
.build-features-page h4.has-text-align-center:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTYgOSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik0tNjMxLDg2Ny4xbC02LjMtNi4zYS45NjcuOTY3LDAsMCwwLTEuNCwwLC45NjcuOTY3LDAsMCwwLDAsMS40bDcsN2EuOTY3Ljk2NywwLDAsMCwxLjQsMGw3LTdhMS4wOCwxLjA4LDAsMCwwLC4zLS43LDEuMDgsMS4wOCwwLDAsMC0uMy0uNy45NjcuOTY3LDAsMCwwLTEuNCwwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjM5IC04NjAuNSkiLz48L3N2Zz4=);
  height: 7px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.features-hero {
  min-height: calc(80vh);
  position: relative;
  margin-bottom: 160px !important;
  max-width: 100%;
}
.features-hero .hero__bgimage {
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  width: calc(100vw - (100vw - 100%));
  transform: translate(-50%, 0%);
  height: 100%;
  z-index: -1;
  background-size: 100%;
  overflow: visible;
}
.features-hero .hero__bgimage img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 100%;
  z-index: -1;
  width: auto;
}
.features-hero .hero__headline {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: -7rem;
}
.features-hero h1 {
  font-size: 12.8rem;
  text-transform: uppercase !important;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}

.build-feature__tabs {
  width: calc(100% - 2px);
  display: flex;
  max-width: 1591px;
  margin: 0 auto;
  position: relative;
  height: 763px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.build-feature__tab {
  width: 20%;
  cursor: pointer;
  flex-grow: 1;
}
.build-feature__tab:first-child .build-feature__tab__content {
  display: flex;
}
.build-feature__tab .build-feature__tab__title {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding: 1em;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: -1px;
  margin-right: -1px;
}
.build-feature__tab .build-feature__tab__title.active-tab {
  border-bottom: 0px;
  background-color: #181818;
}
.build-feature__tab .build-feature__tab__title.active-tab:after {
  content: "";
  height: 3px;
  width: 36px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #d82727;
  z-index: 1;
}
.build-feature__tab .build-feature__tab__content {
  display: flex;
  position: absolute;
  display: none;
  width: 100%;
  max-width: 1591px;
  left: 0;
  position: absolute;
  align-items: center;
  height: 100%;
}
.build-feature__tab .build-feature__tab__content img {
  width: 55%;
  -ms-grid-row-align: center;
      align-self: center;
}
.build-feature__tab .build-feature__tab__description__title {
  font-size: 3.9rem;
}
.build-feature__tab .build-feature__tab__description {
  font-size: 1.5rem;
  font-weight: normal;
  width: 45%;
  padding: 134px;
}
.build-feature__tab .build-feature__tab__description .modal-container {
  margin-top: 10px;
}
.build-feature__tab .tab__buttons {
  margin-top: 16px;
}
.build-feature__tab .tabs__buy-button {
  background-color: #03b530;
  font-size: 1.2rem;
  padding: 9px 26px;
  border: 0px;
}
.build-feature__tab .tabs__learn-button {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 9px 26px;
  margin-left: 12px;
}

.editor-styles-wrapper .track .track__hidden {
  opacity: 1;
  max-height: 350px;
}

.is-style-flex-overflow .wp-block-group__inner-container.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.is-style-flex-overflow .wp-block-group__inner-container {
  display: flex;
  overflow-x: auto;
  cursor: pointer;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.is-style-flex-overflow .wp-block-group__inner-container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.track {
  height: 980px;
  position: relative;
  margin-right: 16px;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  width: 654px;
  overflow: hidden;
  flex-shrink: 0;
}
.track h3.track__title {
  font-size: 3.9rem;
  margin: 12px 0px;
  transition: all 0.3s ease;
}
.track .track__content {
  padding: 32px;
  width: calc(100% - 64px);
}
.track .track__status {
  color: #ffcc33;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.track .track__type,
.track .track__configs {
  background: #226e6f 0% 0% no-repeat padding-box;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
}
.track .track__type img,
.track .track__configs img {
  width: 12px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.track .track__configs {
  margin-left: 5px;
}
.track .track__location {
  font: Regular 21px/24px Kaemmer;
  font-size: 2.1rem;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.track .track__location img {
  width: 12px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.track .track__description {
  font-size: 2.1rem;
  line-height: 2.4rem;
  transition: all 0.3s ease;
  max-height: 0px;
  padding: 0px;
}
.track .track__custom {
  padding: 10px 0px;
  font-size: 2.1rem;
}
.track .track__container {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.track .track__hidden {
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease;
}
.track.open .track__hidden {
  opacity: 1;
  max-height: 350px;
}
.track.open .track__hidden .track__description {
  max-height: 350px;
  padding: 16px 0px;
}
.track button {
  padding: 9px 21px;
  text-transform: uppercase;
  font-family: "Kaemmer Regular", sans-serif !important;
  font-size: 1.2rem;
}
.track .track__learnmore-button {
  background: rgba(0, 0, 0, 0.302) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
  color: #fff;
  margin-left: 10px;
}

.series {
  background-color: rgba(0, 0, 0, 0.302);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.series .series__type,
.series .series__configs {
  background: #404040 0% 0% no-repeat padding-box;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
}
.series .series__type img,
.series .series__configs img {
  width: 12px;
  float: left;
  margin-right: 4px;
  margin-top: 3px;
}
.series .series__configs {
  margin-left: 5px;
}
.series .series__image {
  width: 100%;
  height: 306px;
  position: relative;
  background-size: cover;
}
.series .series__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.series .series__content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: auto;
}
.series .series__title {
  font-size: 3.2rem;
}
.series .series__description {
  font-size: 2.1rem;
  padding: 16px 0px;
  font-weight: normal;
}
.series .wp-block-button {
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.series .series__modal {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10000000000;
  overflow-y: scroll;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: auto;
}
.series .series__modal .series__modal__content {
  max-width: 1340px;
  width: 100%;
  margin: 80px auto;
  background-color: #000;
  padding: 30px;
  display: flex;
  word-break: initial;
  position: relative;
}
.series .series__modal .series__modal__repeated-content {
  width: 35%;
}
.series .series__modal .series__modal__repeated-content .series__image {
  max-height: 239px;
}
.series .series__modal .series__modal__exit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzODcgLTI5OSkiPjxwYXRoIGNsYXNzPSJhIiBkPSJNLTM3OSwyOTlhOC4wMjQsOC4wMjQsMCwwLDAtOCw4LDguMDI0LDguMDI0LDAsMCwwLDgsOCw4LjAyNCw4LjAyNCwwLDAsMCw4LThBOC4wMjQsOC4wMjQsMCwwLDAtMzc5LDI5OVptMy41LDEwLjFoMGEuOTY3Ljk2NywwLDAsMSwwLDEuNC45NjcuOTY3LDAsMCwxLTEuNCwwaDBsLTIuMS0yLjEtMi4xLDIuMWEuOTY3Ljk2NywwLDAsMS0xLjQsMCwuOTY3Ljk2NywwLDAsMSwwLTEuNGwyLjEtMi4xLTIuMS0yLjFoMGEuOTY3Ljk2NywwLDAsMSwwLTEuNC45NjcuOTY3LDAsMCwxLDEuNCwwaDBsMi4xLDIuMSwyLjEtMi4xYS45NjcuOTY3LDAsMCwxLDEuNCwwLC45NjcuOTY3LDAsMCwxLDAsMS40bC0yLjEsMi4xWiIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  height: 35px;
  width: 35px;
  border: 0px;
  background-color: transparent;
  float: right;
  position: absolute;
  left: 0;
  top: -30px;
}
.series .series__modal .series__modal_custom-content {
  padding: 0px 20px;
  margin-left: 20px;
  word-break: initial;
  width: 65%;
  border-left: 1px gray solid;
}
.series .series__modal .series__modal_custom-content .wp-block-table {
  margin: 0;
}
.series .series__modal .series__modal_custom-content table {
  border-collapse: collapse;
}
.series .series__modal .series__modal_custom-content tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0 !important;
}
.series .series__modal .series__modal_custom-content td {
  padding: 10px 5px;
  font-size: 2.1rem;
}
.series .series__modal .series__modal_custom-content h3 {
  font-size: 3.2rem;
}

.feature {
  height: 500px;
  position: relative;
  margin: 20px auto 0px;
  display: flex;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}
.feature h3.feature__title {
  font-size: 3.9rem;
  margin-top: 0;
}
.feature .feature__content {
  margin-left: 134px;
  padding: 32px;
  font-size: 2.1rem;
  max-width: 520px;
}
.feature .feature__status {
  color: #ffcc33;
}
.feature .feature__location {
  font: Regular 21px/24px Kaemmer;
}

.is-flex .wp-block-group__inner-container {
  display: flex;
}
.is-flex .wp-block-group__inner-container .series {
  margin-right: 15px;
}

.wp-block-columns.is-style-grid {
  margin-bottom: 0px;
}

.is-style-grid .wp-block-columns {
  margin-bottom: 0px;
  justify-content: center;
}
.is-style-grid .wp-block-column:not(:first-child) {
  margin-left: 20px;
}
.is-style-grid h3 {
  font-size: 3.2rem;
  max-width: 528px;
  padding: 0px 146px;
}
.is-style-grid p {
  font-size: 2.1rem;
  max-width: 528px;
  padding: 0px 146px;
}
.is-style-grid .wp-block-column {
  flex-basis: auto !important;
  flex-basis: initial !important;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.is-style-grid > .wp-block-column {
  display: flex;
}
.is-style-grid > .wp-block-column > .wp-block-image {
  margin-top: 20px;
}
.is-style-grid .wp-block-image {
  margin: 0;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  flex-basis: auto;
}
.is-style-grid .wp-block-image img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.is-style-grid .wp-block-column .wp-block-columns {
  margin-top: 21px;
}

.wp-admin .microsite-header {
  position: relative;
}
.wp-admin .track__description {
  max-height: initial !important;
}

.build-features-page .membership-feature {
  display: none;
}

/*Video Modal*/
.video-modal__link {
  cursor: pointer;
}

.wp-admin .video-modal {
  position: relative;
  min-height: initial;
  width: initial;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: auto;
  display: block;
}

.video-modal {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10000000000;
  overflow-y: scroll;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.video-modal iframe {
  margin: 80px auto;
  position: relative;
  display: block;
  width: 70vw;
  height: calc(9 / 16 * 70vw);
  clear: both;
}
.video-modal .video-modal__exit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzODcgLTI5OSkiPjxwYXRoIGNsYXNzPSJhIiBkPSJNLTM3OSwyOTlhOC4wMjQsOC4wMjQsMCwwLDAtOCw4LDguMDI0LDguMDI0LDAsMCwwLDgsOCw4LjAyNCw4LjAyNCwwLDAsMCw4LThBOC4wMjQsOC4wMjQsMCwwLDAtMzc5LDI5OVptMy41LDEwLjFoMGEuOTY3Ljk2NywwLDAsMSwwLDEuNC45NjcuOTY3LDAsMCwxLTEuNCwwaDBsLTIuMS0yLjEtMi4xLDIuMWEuOTY3Ljk2NywwLDAsMS0xLjQsMCwuOTY3Ljk2NywwLDAsMSwwLTEuNGwyLjEtMi4xLTIuMS0yLjFoMGEuOTY3Ljk2NywwLDAsMSwwLTEuNC45NjcuOTY3LDAsMCwxLDEuNCwwaDBsMi4xLDIuMSwyLjEtMi4xYS45NjcuOTY3LDAsMCwxLDEuNCwwLC45NjcuOTY3LDAsMCwxLDAsMS40bC0yLjEsMi4xWiIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  height: 35px;
  width: 35px;
  border: 0px;
  background-color: transparent;
  float: right;
  left: 0;
  top: -30px;
  cursor: pointer;
  padding: 20px;
}

.icon-cancel:before {
  content: "";
}

.centered-content {
  padding: 50px 0px;
}
.centered-content * {
  text-align: center;
  margin: 5px auto;
}
.centered-content h3 {
  font-size: 3.2rem;
  max-width: 528px;
  padding: 0px 146px;
}
.centered-content p {
  font-size: 2.1rem;
  max-width: 528px;
  padding: 0px 146px;
}
.centered-content .video-modal__link,
.centered-content .wp-block-button__link {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  display: inline-block;
}
.centered-content .video-modal__link:before,
.centered-content .wp-block-button__link:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -2;
  left: -100%;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.centered-content .video-modal__link:hover,
.centered-content .wp-block-button__link:hover {
  margin-left: 3px;
}
.centered-content .video-modal__link:hover:before,
.centered-content .wp-block-button__link:hover:before {
  left: 0;
  opacity: 100%;
}

.is-style-rightborder {
  border-right: solid 1px #fff;
}

.is-style-middleborder {
  padding: 40px 0px;
}
.is-style-middleborder .wp-block-column:not(:last-child) {
  border-right: solid 1px #fff;
}
.is-style-middleborder .wp-block-column {
  margin-left: 0 !important;
}

/*Ipad Pro Breakpoint - 1366x*/
@media (max-width: 1366px) {
  .features-hero .hero__headline {
    bottom: -20px;
  }
  .features-hero h1 {
    font-size: 3.6rem;
  }
  .features-hero .hero__bgimage {
    background-size: cover;
  }

  .series .series__modal .series__modal__content {
    flex-direction: column;
    width: initial;
  }
  .series .series__modal .series__modal__repeated-content {
    width: 100%;
  }
  .series .series__modal .series__modal_custom-content {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
  }

  .microsite-header ul {
    top: 100%;
    width: 100%;
    display: none;
    padding-left: 0;
  }
  .microsite-header ul li {
    text-align: center;
    flex: 1 1 0px;
  }
  .microsite-header .microsite-header__buttons {
    right: 0;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    background-color: black;
    display: flex;
  }
  .microsite-header .microsite-header__buttons a {
    box-sizing: border-box;
    flex: 1 1 0px;
  }
  .microsite-header .microsite-header__buttons button {
    height: initial;
  }
  .microsite-header .microsite-header__mobile_button {
    display: block;
  }
  .microsite-header .microsite-header__mobile_button img {
    height: 20px;
    width: initial;
  }

  .build-feature__tabs {
    flex-direction: column;
    height: auto;
    height: initial;
    height: -webkit-fit-content;
    height: fit-content;
    height: -moz-fit-content;
  }

  .build-feature__tab:nth-child(n+2) .build-feature__tab__title {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .build-feature__tab {
    width: 100%;
  }
  .build-feature__tab .build-feature__tab__content {
    flex-direction: column;
    display: flex;
    position: relative;
    width: 100%;
  }
  .build-feature__tab .build-feature__tab__content img {
    width: 100%;
  }
  .build-feature__tab .build-feature__tab__description {
    width: calc(100% - 60px);
    padding: 30px;
  }

  .is-style-grid .wp-block-column:not(:first-child) {
    margin-left: 0px;
  }
  .is-style-grid .wp-block-column .wp-block-columns {
    margin-top: 0px;
  }
  .is-style-grid .wp-block-column .wp-block-image {
    margin-top: 0px;
  }
  .is-style-grid h3 {
    padding: 0px 20px;
  }
  .is-style-grid p {
    padding: 0px 20px;
  }

  .feature {
    margin-top: 0px;
  }

  .centered-content h3,
.centered-content p {
    padding: 0px 10px;
  }
}
.grecaptcha-badge {
  display: none;
}

@media (max-width: 781px) {
  .features-hero {
    margin-bottom: 100px !important;
  }
  .features-hero .hero__headline {
    top: 60px;
  }

  .feature .feature__content {
    max-width: 100%;
    margin-left: 0;
  }

  .track {
    width: 85%;
    height: 580px;
  }
  .track .track__description {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .is-style-middleborder .wp-block-column:not(:last-child) {
    border-right: solid 1px transparent;
  }
}
.dropdown-header {
  padding: 3px 0px;
}

.dropdown-content .wp-block-button {
  margin: 0;
}
.dropdown-content .wp-block-button a {
  border-radius: 0;
  width: 100%;
  margin: 0;
}

.hero {
  min-height: calc(100vh - 117px);
  position: relative;
  padding-bottom: 10px;
}
.hero.is-style-halfheight {
  min-height: calc(50vh - 117px);
}
.hero.is-style-quarterheight {
  min-height: calc(25vh - 117px);
}
.hero.is-style-fixedbg > .hero__bgimage {
  position: fixed;
  height: 100vh;
  top: 0;
  z-index: -100;
}
.hero.is-style-containedbg {
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.hero.is-style-containedbg > .hero__bgimage {
  width: 100%;
}
.hero * {
  position: relative;
}
.hero .hero__bgimage {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, 0%);
  height: 100%;
}
.hero img {
  height: auto;
}
.hero .wp-block-columns {
  margin-bottom: 16px;
}
.hero .hero__headline {
  max-width: 850px;
  margin: 10vh auto;
  text-align: center;
  font-family: "Kaemmer Regular", sans-serif;
}

.microsite-header {
  display: flex;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #000000;
  justify-content: space-between;
  z-index: 2;
  align-items: center;
}
.microsite-header.grid-container * {
  margin: 0;
}
.microsite-header .menu-divider {
  padding-right: 10px;
  padding-left: 10px;
}
.microsite-header .cta-buttons,
.microsite-header .navbar-items,
.microsite-header .navbar-links {
  margin: 0;
}
.microsite-header .dropdown-header {
  align-items: baseline;
}
.microsite-header .dropdown-header .dropdown-title {
  padding-left: 10px;
  padding-right: 10px;
}
.microsite-header .dropdown-content {
  width: 200%;
}
.microsite-header.is-style-alignleft {
  justify-content: left;
}
.microsite-header.is-style-aligncenter .navbar-links {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0%);
}
.microsite-header .microsite-header__buttons {
  margin: 0;
  margin-left: auto;
}
.microsite-header .microsite-header-img {
  margin-right: 0px;
}
.microsite-header .microsite-header-logo img {
  width: 162px;
  padding-left: 8px;
  height: 36px;
  margin-right: 0;
  max-width: 100%;
}
.microsite-header .microsite-header-logo-extension {
  margin: 5px;
}
.microsite-header ul {
  display: flex;
  margin: 0px;
  padding: 5px;
  padding-left: 10px;
}
.microsite-header li {
  display: inline;
  text-decoration: none;
  padding: 0px;
  margin: 0;
}
.microsite-header li a {
  text-decoration: none;
  color: #fff;
  padding: 13px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
.microsite-header li a:hover {
  color: #808080;
  background-color: #1e1e27;
}
.microsite-header .dropdown-header {
  padding-right: 5px;
}
.microsite-header .dropdown-header .dropdown-title {
  padding-left: 12px;
}
.microsite-header .dropdown-header .dropdown-caret {
  margin-left: initial;
}
.microsite-header .dropdown-header a {
  padding: 10px;
}
.microsite-header .dropdown-header:hover {
  color: #808080;
  background-color: #1e1e27;
}
.microsite-header .dropdown-header:hover img {
  opacity: 50%;
}
.microsite-header a {
  font-size: 1.5rem;
  margin: 0;
}
.microsite-header .microsite-header__mobile_button {
  display: none;
}
.microsite-header .microsite-header__sign-in-button {
  background-color: #333333;
  border: 0px;
  padding: 16px 31px;
  text-transform: uppercase;
  height: 100%;
  color: #fff;
  margin: 0;
}
.microsite-header .microsite-header__sign-up-button {
  background-color: #03b530;
  border: 0px;
  padding: 16px 31px;
  text-transform: uppercase;
  height: 100%;
  color: #fff;
  margin: 0;
}

/*Ipad Pro Breakpoint - 1366px*/
@media (max-width: 1366px) {
  .microsite-header {
    background-color: #1e1e27;
  }
  .microsite-header.grid-container * {
    margin: 5px;
  }
  .microsite-header.grid-container *.hamburger-icon * {
    margin: 3px 0px;
  }
  .microsite-header.is-style-aligncenter .navbar-links {
    position: relative;
    text-align: center;
    left: 0%;
    transform: translate(0%, 0%);
  }
  .microsite-header ul {
    top: 100%;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0px;
    padding-right: 0px;
  }
  .microsite-header ul li {
    text-align: center;
    flex: 1 1 0px;
  }
  .microsite-header img {
    padding: 0px;
  }
  .microsite-header .navbar-items * {
    margin: 0px;
  }
  .microsite-header .microsite-header__buttons {
    right: 0;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    background-color: black;
    display: flex;
    flex-wrap: wrap;
  }
  .microsite-header .microsite-header__buttons a {
    box-sizing: border-box;
    flex: 1 1 0px;
  }
  .microsite-header .microsite-header__buttons button {
    height: initial;
  }
  .microsite-header .microsite-header__buttons i {
    float: none;
  }
  .microsite-header .microsite-header__mobile_button {
    display: block;
  }
  .microsite-header .microsite-header__mobile_button img {
    height: 20px;
    width: initial;
  }
  .microsite-header .dropdown-content {
    width: 100vw;
  }
  .microsite-header .menu-divider {
    display: none;
  }
  .microsite-header .dropdown {
    width: 100%;
  }
}
/*Editor Styles*/
.editor-styles-wrapper .microsite-header.is-style-aligncenter .navbar-links {
  position: relative;
  left: 0%;
  transform: translate(0%, 0%);
}

@media (max-width: 280px) {
  .microsite-header .microsite-header-logo {
    flex-basis: 80%;
    flex-shrink: 2;
  }
  .microsite-header .microsite-header-logo img {
    width: 50%;
  }
  .microsite-header .microsite-header-logo .microsite-header-logo-extension {
    font-size: 100%;
  }
}
.iracing-driver-grid {
  flex-wrap: wrap;
  justify-content: center;
}

.iracing-driver-block {
  border-radius: 8px;
  overflow: hidden;
}
.iracing-driver-block .driver-image {
  height: 304px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0;
}
.iracing-driver-block .driver-image .driver-name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-transform: uppercase;
}
.iracing-driver-block .driver-image .number-image {
  height: 57px !important;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.iracing-driver-block .driver-image .team-image {
  height: 44px !important;
  position: absolute;
  top: 10px;
  left: 10px;
}
.iracing-driver-block .driver-description {
  background-color: #1e1e27;
  margin: 0;
  padding: 10px;
}
.iracing-driver-block .driver-description table {
  margin: 0;
}
.iracing-driver-block .driver-description table td {
  padding: 5px;
}
.iracing-driver-block button {
  width: 100%;
  background-color: #2b2b34;
  margin: 0;
  border: 0;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 8pt;
}
.iracing-driver-block .driver-block-modal {
  background-color: #1e1e27;
}
.iracing-driver-block .driver-block-modal .driver-image {
  height: auto;
}
.iracing-driver-block .driver-block-modal table {
  margin-top: 30px;
}
.iracing-driver-block .driver-block-modal td {
  vertical-align: top;
  padding: 10px;
}
.iracing-driver-block .driver-modal-data {
  margin: 30px;
}
.iracing-driver-block .driver-modal-header {
  background-color: #2b2b34;
  flex-grow: 1;
  border-radius: 8px;
  padding: 10px;
}
.iracing-driver-block .driver-modal-header * {
  margin: 0;
}
.iracing-driver-block .driver-modal-header .driver-modal-name {
  text-transform: uppercase;
  margin-left: 5px;
}
.iracing-driver-block .driver-modal-header .driver-modal-name p {
  margin: 0;
}
.iracing-driver-block .driver-modal-header .driver-modal-team-image {
  margin-left: auto;
}

@media (max-width: 767px) {
  .iracing-driver-block .driver-block-modal {
    width: calc(100% - 20px);
    height: calc(100vh - 20px);
  }
  .iracing-driver-block .driver-block-modal .driver-modal-header {
    background-color: transparent;
  }
  .iracing-driver-block .driver-block-modal .driver-modal-data {
    margin: 10px;
  }
  .iracing-driver-block .driver-block-modal .driver-image {
    height: 300px;
  }
  .iracing-driver-block .driver-block-modal .driver-modal-number {
    width: 60px;
  }
  .iracing-driver-block .driver-block-modal .driver-modal-team-image {
    width: 60px;
    position: absolute;
    right: 10px;
    top: 15px;
  }
}
.upnext {
  background-color: #1e1e27;
  border-radius: 8px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.upnext .upnext-info {
  padding: 16px;
}
.upnext .upnext-slideshow-reference {
  display: none;
}
.upnext p {
  color: #d72927;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10pt;
  font-weight: 900;
}
@media (max-width: 767px) {
  .upnext div {
    order: 1;
  }
  .upnext img {
    order: 0;
  }
  .upnext * {
    text-align: center;
  }
}

.race-times.next .race-times-buttons .watch-replay {
  color: rgba(255, 255, 255, 0.2);
}
.race-times.next .race-times-buttons .race-recap {
  color: rgba(255, 255, 255, 0.2);
}
.race-times .race-times-event {
  background-color: #1e1e27;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
}
.race-times .race-times-event .race-times-info {
  text-align: center;
}
.race-times .race-times-event .race-times-info .race-times-number,
.race-times .race-times-event .race-times-info .race-times-time {
  color: #d72927;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10pt;
  font-weight: 900;
}
.race-times .race-times-event .race-times-info .race-times-date {
  font-weight: bold;
  font-size: 26pt;
  color: #fff;
}
.race-times .race-times-event button {
  margin: 0;
  border: 0;
}
.race-times .race-times-event .race-times-buttons {
  margin: 0;
  font-size: 8pt;
}
.race-times .race-times-event .race-times-buttons * {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.race-times .race-times-event .race-times-buttons .watch-replay {
  background-color: #2b2b34;
  border-top-right-radius: 8px;
}
.race-times .race-times-event .race-times-buttons .watch-replay.disabled {
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.race-times .race-times-event .race-times-buttons .race-recap {
  background-color: #3a3a42;
  border-bottom-right-radius: 8px;
}
.race-times .race-times-event .race-times-buttons .race-recap.disabled {
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
@media (max-width: 767px) {
  .race-times .race-times-event h3 {
    padding-bottom: 20px;
  }
  .race-times .race-times-event * {
    text-align: center;
  }
  .race-times .race-times-event a {
    margin: 0;
  }
  .race-times .race-times-event button {
    width: 100%;
    border-radius: 0px !important;
  }
}

@media (max-width: 767px) {
  .race-times-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 5px;
  }
  .race-times-info .race-times-time, .race-times-info .race-times-number, .race-times-info .race-times-date {
    width: 33%;
    font-size: 10pt !important;
  }
}
.standings .tab-content, .roadtopro .tab-content {
  overflow: auto;
}
.standings .tab-content .driver-standings,
.standings .tab-content .team-standings,
.standings .tab-content .roadtopro-schedule, .roadtopro .tab-content .driver-standings,
.roadtopro .tab-content .team-standings,
.roadtopro .tab-content .roadtopro-schedule {
  width: 100%;
}
.standings .tab-content .driver-standings img,
.standings .tab-content .team-standings img,
.standings .tab-content .roadtopro-schedule img, .roadtopro .tab-content .driver-standings img,
.roadtopro .tab-content .team-standings img,
.roadtopro .tab-content .roadtopro-schedule img {
  max-height: 60px;
}
.standings .tab-content .driver-standings tr,
.standings .tab-content .team-standings tr,
.standings .tab-content .roadtopro-schedule tr, .roadtopro .tab-content .driver-standings tr,
.roadtopro .tab-content .team-standings tr,
.roadtopro .tab-content .roadtopro-schedule tr {
  height: 48px;
}
.standings .tab-content .driver-standings th,
.standings .tab-content .driver-standings td,
.standings .tab-content .team-standings th,
.standings .tab-content .team-standings td,
.standings .tab-content .roadtopro-schedule th,
.standings .tab-content .roadtopro-schedule td, .roadtopro .tab-content .driver-standings th,
.roadtopro .tab-content .driver-standings td,
.roadtopro .tab-content .team-standings th,
.roadtopro .tab-content .team-standings td,
.roadtopro .tab-content .roadtopro-schedule th,
.roadtopro .tab-content .roadtopro-schedule td {
  padding-left: 20px;
  white-space: nowrap;
}
.standings .tab-content .driver-standings tr:nth-child(odd),
.standings .tab-content .team-standings tr:nth-child(odd),
.standings .tab-content .roadtopro-schedule tr:nth-child(odd), .roadtopro .tab-content .driver-standings tr:nth-child(odd),
.roadtopro .tab-content .team-standings tr:nth-child(odd),
.roadtopro .tab-content .roadtopro-schedule tr:nth-child(odd) {
  background-color: #2b2b34;
}
.standings .tab-content .driver-standings tr:nth-child(even),
.standings .tab-content .team-standings tr:nth-child(even),
.standings .tab-content .roadtopro-schedule tr:nth-child(even), .roadtopro .tab-content .driver-standings tr:nth-child(even),
.roadtopro .tab-content .team-standings tr:nth-child(even),
.roadtopro .tab-content .roadtopro-schedule tr:nth-child(even) {
  background-color: #1e1e27;
}
@media (max-width: 767px) {
  .standings .tab, .roadtopro .tab {
    width: initial;
  }
}

.dropdown-tab {
  max-width: -o-calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin: 0 auto;
}
.dropdown-tab .dropdown-tab__header {
  display: flex;
  align-items: center;
}
.dropdown-tab .dropdown-tab__header .dropdown-tab__caret {
  margin-left: auto;
  transition: all ease 0.3s;
  cursor: pointer;
}
.dropdown-tab .dropdown-tab__header .dropdown-tab__caret.rotated {
  transform: rotate(180deg);
}
.dropdown-tab .dropdown-tab__header h3 {
  display: inline;
  font-size: 20px;
  margin: 0;
  margin-left: 10px;
}
.dropdown-tab .dropdown-tab__tag {
  background: #404040 0% 0% no-repeat padding-box;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
}
.dropdown-tab .dropdown-tab__tag img {
  width: 12px;
  float: left;
  margin-right: 4px;
  margin-top: 3px;
}
.dropdown-tab .dropdown-tab__custom-content {
  display: none;
}

@font-face {
  font-family: "Kaemmer Regular";
  font-style: normal;
  font-weight: 100;
  src: url(fonts/KaemmerRegular.b06850a7.otf);
}
@font-face {
  font-family: "Kaemmer Bold Italic";
  font-style: italic;
  src: url(fonts/KaemmerBoldItalic.9f5b176c.otf);
}
@font-face {
  font-family: "Kaemmer Italic";
  font-style: italic;
  src: url(fonts/KaemmerItalic.4b93577e.otf);
}
html {
  font-size: 10px;
}

.open-modal {
  overflow-y: hidden;
}

.editor-styles-wrapper .driver-card {
  text-align: center;
}
.editor-styles-wrapper * {
  color: #fff;
}
.editor-styles-wrapper * :not(.dashicons) {
  font-family: "Lato", sans-serif !important;
}
.editor-styles-wrapper .block-editor-block-variation-picker * {
  color: initial;
}
.editor-styles-wrapper .components-textarea-control__input {
  color: #000;
}

.wp-block {
  max-width: initial;
}

.block-editor-block-list__layout .block-editor-block-list__block {
  position: initial;
}

.components-radio-control__option input[type=radio]:checked::before {
  display: none;
}

.block-editor-inner-blocks {
  border: solid white;
  padding: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: initial;
}

@media (max-width: 767px) {
  .container {
    margin: 0px 10px;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0px;
  }
}
.membership-feature {
  min-height: 170px;
}
.membership-feature .membership-feature__figure {
  padding: 20px 0px;
  margin: 0;
}
.membership-feature .membership-feature__figure .membership-feature__figure__image {
  margin: 0 auto;
  max-height: 40px;
  display: block;
  margin-bottom: 15px;
}
.membership-feature .membership-feature__figure .membership-feature__figure__description {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 2px;
}

.wp-block-media-text {
  padding: 10px 0px;
}

.membership-join-block .wp-block-separator:first-child {
  margin-bottom: 40px;
}
.membership-join-block .wp-block-separator:last-child {
  margin-top: 40px;
}

.wp-block-button__link {
  font-size: inherit;
}

.feature-radio-control {
  background-color: #333;
  padding: 10px;
}
.feature-radio-control .components-base-control__label {
  display: block;
}
.feature-radio-control label {
  display: block;
  padding: 3px;
}
.feature-radio-control .components-radio-control__option {
  display: inline-block;
  width: 25%;
}
.feature-radio-control .components-radio-control__input {
  display: none;
}
.feature-radio-control .components-radio-control__input:checked + label {
  background-color: gray;
  border-radius: 5px;
}
.feature-radio-control p,
.feature-radio-control label {
  color: #fff;
}

.editor-styles-wrapper {
  background-color: #333;
  color: #fff !important;
  font-family: inherit;
}
.editor-styles-wrapper .editor-post-title__input {
  color: #fff !important;
}

.components-radio-control__option {
  padding: 10px;
}

.compatible-tech {
  background: rgba(0, 0, 0, 0.3) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 16px;
}

.compatible-tech__figure {
  margin-top: 10px;
  text-align: center;
}
.compatible-tech__figure hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 90%;
  margin: 10px auto 5px;
}

.compatible-tech__figure__description {
  text-align: center;
  margin-bottom: 5px;
}

.button-cta {
  text-align: center;
}
.button-cta hr:first-child {
  margin-bottom: 60px;
}
.button-cta hr:last-child {
  margin-top: 60px;
}

.button-cta__button {
  background-color: #03b530;
  color: white;
  white-space: pre-wrap;
  border: 0px;
  padding: 12px 24px;
}

.technical-button-cta {
  text-align: center;
  margin-top: 30px;
}
.technical-button-cta hr:first-child {
  margin-bottom: 50px;
}
.technical-button-cta hr:last-child {
  margin-top: 50px;
}

.technical-button-cta__button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
}

.pricing {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  height: 262px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
.pricing .pricing__central-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.pricing .pricing__bottom-content {
  position: absolute;
  left: 0;
  bottom: 0px;
  position: absolute;
  width: 100%;
}
.pricing .pricing__per-month {
  font-size: 1.2rem;
  padding-top: 16px;
}
.pricing .pricing__dollars {
  font-size: 3.2rem;
  font-weight: bold;
}
.pricing .pricing__percent-off {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffcc33;
}
.pricing .pricing__regular-price {
  font-size: 1.2rem;
  padding-bottom: 11px;
}
.pricing .pricing__signup-button {
  font-size: 1.5rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
}

.promo .promo__button {
  background-color: #03b530;
}

.iracing-car-grid {
  display: flex;
  flex-wrap: wrap;
}
.iracing-car-grid .iracing-car-block {
  width: 31%;
  margin: 5px;
  position: relative;
  cursor: pointer;
}
.iracing-car-grid .iracing-car-block img {
  width: 100%;
}
@media (max-width: 1199px) {
  .iracing-car-grid .iracing-car-block {
    width: 48%;
    margin: 1%;
  }
}

#iracing-modal {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10000000000;
  overflow-y: scroll;
}
#iracing-modal h2 i {
  margin-top: 2px;
}
@-webkit-keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#iracing-modal .iracing-modal__loading-signal {
  -webkit-animation: circle 0.5s linear infinite;
          animation: circle 0.5s linear infinite;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LDE1LjdjLTQuNCwwLTgtMy42LTgtOGMwLTMuMSwxLjgtNS45LDQuNi03LjJjMC41LTAuMiwxLjEsMCwxLjMsMC41czAsMS4xLTAuNSwxLjNDMy4zLDMuMywyLDUuNCwyLDcuNw0KCQljMCwzLjMsMi43LDYsNiw2czYtMi43LDYtNmMwLTIuMy0xLjMtNC40LTMuNC01LjRDMTAuMSwyLjEsOS45LDEuNSwxMC4xLDFzMC44LTAuNywxLjMtMC41QzE0LjIsMS44LDE2LDQuNywxNiw3LjcNCgkJQzE2LDEyLjEsMTIuNCwxNS43LDgsMTUuN3oiLz4NCjwvZz4NCjwvc3ZnPg0K);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
#iracing-modal #iracing-modal__exit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzODcgLTI5OSkiPjxwYXRoIGNsYXNzPSJhIiBkPSJNLTM3OSwyOTlhOC4wMjQsOC4wMjQsMCwwLDAtOCw4LDguMDI0LDguMDI0LDAsMCwwLDgsOCw4LjAyNCw4LjAyNCwwLDAsMCw4LThBOC4wMjQsOC4wMjQsMCwwLDAtMzc5LDI5OVptMy41LDEwLjFoMGEuOTY3Ljk2NywwLDAsMSwwLDEuNC45NjcuOTY3LDAsMCwxLTEuNCwwaDBsLTIuMS0yLjEtMi4xLDIuMWEuOTY3Ljk2NywwLDAsMS0xLjQsMCwuOTY3Ljk2NywwLDAsMSwwLTEuNGwyLjEtMi4xLTIuMS0yLjFoMGEuOTY3Ljk2NywwLDAsMSwwLTEuNC45NjcuOTY3LDAsMCwxLDEuNCwwaDBsMi4xLDIuMSwyLjEtMi4xYS45NjcuOTY3LDAsMCwxLDEuNCwwLC45NjcuOTY3LDAsMCwxLDAsMS40bC0yLjEsMi4xWiIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  border: 0px;
  background-color: transparent;
  float: right;
}
#iracing-modal .iracing-modal__container {
  max-width: 912px;
  margin: 0 auto;
  background-color: #000;
  padding: 30px;
}
#iracing-modal .iracing-modal__container .ls-fullscreen-wrapper {
  margin-bottom: 32px;
}
#iracing-modal .iracing-modal__video {
  width: 100%;
  height: 0;
  padding-top: calc((9 / 16) * 100%);
  position: relative;
}
#iracing-modal .iracing-modal__video iframe {
  position: absolute;
  height: 100%;
  top: 0;
}

.padded-header {
  padding-top: 50px;
  padding-bottom: 30px;
}

.transparent-button {
  background: rgba(0, 0, 0, 0.3) 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
}

.is-style-dividers {
  padding-bottom: 20px;
}
.is-style-dividers tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.is-style-dividers td {
  line-height: 25px;
  padding: 20px 0px;
}
.is-style-dividers tr:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.is-style-contained {
  background: rgba(0, 0, 0, 0.3) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 50px;
  margin: 20px 0px;
}

.is-style-full-width.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 0;
}
.is-style-full-width.has-media-on-the-right h2 {
  margin-top: 0;
}

.is-style-flex .wp-block-column {
  display: flex;
  flex-direction: column;
}

.is-style-red-outline a.wp-block-file__button {
  background: transparent;
  border: solid 2px #d72927;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 8pt;
  padding: 18px;
  display: inline-block;
}

.is-style-rounded-corners {
  border-radius: 8px;
}

@media (max-width: 781px) and (min-width: 600px) {
  .is-style-flex .wp-block-column {
    flex-basis: 100% !important;
  }
  .is-style-flex .wp-block-column:nth-child(2n) {
    margin-left: 0px;
  }
}
.is-style-noborders.button-cta hr {
  opacity: 0;
}

.is-style-noindent {
  padding-left: 16px;
  margin-bottom: 40px;
}
.is-style-noindent li {
  padding: 4px 0px;
}

.is-style-greenhighlight .pricing {
  border: #03b530 solid 2px;
}
.is-style-greenhighlight .pricing__signup-button {
  background-color: #03b530;
}

.is-style-alternating tr:nth-child(odd) {
  background-color: #2b2b34;
  border: 0 !important;
}
.is-style-alternating th,
.is-style-alternating tr:nth-child(even) {
  background-color: #1e1e27;
}
.is-style-alternating th,
.is-style-alternating td {
  padding: 10px 5px;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}

/*# sourceMappingURL=style-index.css.map*/