/* Front page style */
main#front-page .region-content {
  padding: 0rem;
}

/* All Sections */
.block-layout-builder {
  padding: 1rem 0;
}

/* Layout Builder Modal */
#layout-builder-modal fieldset.form-item > .fieldset-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem;
  background: grey;
}

/* Hero Section */
.hero-block-inner {
  padding-left: 15%;
}

.hero-block-inner:nth-child(2n+2) {
  display: inline;
}

.hero-block-inner:last-child {
  padding-left: 0;
}

.hero-block-inner img.img-fluid {
  padding-left: 0;
}

.block.block-layout-builder.block-inline-blockhero-front-page {
  text-transform: uppercase;
  padding: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  /* .field.field--name-field-2nd-sentence-b.field--type-string.field--label-hidden.field__item {
      font-family: 'Trapstyle';
      position: absolute;
      color: var(--rt-red);
      top: 20.5%;
      font-size: 5rem;
      left: 16%;
      z-index: 14;
  } */
  /* .field.field--name-field-first-sentence.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      font-size: 1vw;
      position: absolute;
      color: var(--bs-white);
      top: 20%;
      left: 9%;
      text-shadow: 2px 2px 2px var(--rt-dark-blue);
  } */
  /* .field.field--name-field-first-sentence.field--type-string.field--label-hidden.field__item::before {
      content: '';
      position: absolute;
      width: 30%;
      height: 3px;
      background: var(--rt-red);
      top: -47%;
      left: 0;
  } */
  /* .field.field--name-field-2nd-sentence-a.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      position: absolute;
      color: var(--bs-white);
      top: 20%;
      left: 10%;
      font-size: 6vw;
      z-index: 14;
  }
  .field.field--name-field-2nd-sentence-a.field--type-string.field--label-hidden.field__item:after {
      background: var(--rt-mid-blue);
      content: '';
      display: block;
      height: 40%;
      width: 450%;
      position: absolute;
      z-index: -1;
      top: 36%;
      left: -21%;
  } */
  /* .field.field--name-field-3rd-sentence.field--type-string.field--label-hidden.field__item:after {
      background: var(--rt-mid-blue);
      content: '';
      display: block;
      height: 40%;
      width: 110%;
      position: absolute;
      z-index: -1;
      top: 39%;
      left: -7%;
  }
  .field.field--name-field-3rd-sentence.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      position: absolute;
      color: var(--bs-white);
      top: 29.5%;
      font-size: 6rem;
      left: 10.5%;
      z-index: 14;
  } */
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* .field.field--name-field-2nd-sentence-b.field--type-string.field--label-hidden.field__item {
      font-family: 'Trapstyle';
      position: absolute;
      color: var(--rt-red);
      top: 20.5%;
      font-size: 3.5rem;
      left: 16%;
      z-index: 15;
  } */
  /* .field.field--name-field-first-sentence.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      font-size: 1vw;
      position: absolute;
      color: var(--bs-white);
      top: 20%;
      left: 9%;
      text-shadow: 2px 2px 2px var(--rt-dark-blue);
  }

  .field.field--name-field-first-sentence.field--type-string.field--label-hidden.field__item::before {
      content: '';
      position: absolute;
      width: 30%;
      height: 3px;
      background: var(--rt-red);
      top: -47%;
      left: 0;
  } */
  /* .field.field--name-field-2nd-sentence-a.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      position: absolute;
      color: var(--bs-white);
      top: 20%;
      left: 10%;
      font-size: 6vw;
      z-index: 15;
  }
  .field.field--name-field-2nd-sentence-a.field--type-string.field--label-hidden.field__item:after {
      background: var(--rt-mid-blue);
      content: '';
      display: block;
      height: 40%;
      width: 450%;
      position: absolute;
      z-index: -1;
      top: 36%;
      left: -21%;
  } */
  /* .field.field--name-field-3rd-sentence.field--type-string.field--label-hidden.field__item:after {
      background: var(--rt-mid-blue);
      content: '';
      display: block;
      height: 40%;
      width: 110%;
      position: absolute;
      z-index: -1;
      top: 39%;
      left: -7%;
  }
  .field.field--name-field-3rd-sentence.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      position: absolute;
      color: var(--bs-white);
      top: 29.5%;
      font-size: 5rem;
      left: 10.5%;
      z-index: 15;
  } */
  .block-inline-blockhero-front-page .big-button-wrapper {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/buttonnoskew.svg);
    background-repeat: no-repeat;
    background-position: 101%;
    background-color: #fff;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
    padding-right: 2rem;
    -webkit-box-shadow: 6px 15px 9px rgba(0, 0, 0, 0.1);
            box-shadow: 6px 15px 9px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* .field.field--name-field-2nd-sentence-b.field--type-string.field--label-hidden.field__item {
      font-family: 'Trapstyle';
      position: absolute;
      color: var(--rt-red);
      top: 20.5%;
      font-size: 3rem;
      left: 16%;
      z-index: 15;
  } */
  /* .field.field--name-field-first-sentence.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      font-size: 1vw;
      position: absolute;
      color: var(--bs-white);
      top: 20%;
      left: 9%;
      text-shadow: 2px 2px 2px var(--rt-dark-blue);
  }

  .field.field--name-field-first-sentence.field--type-string.field--label-hidden.field__item::before {
      content: '';
      position: absolute;
      width: 30%;
      height: 3px;
      background: var(--rt-red);
      top: -47%;
      left: 0;
  } */
  /* .field.field--name-field-2nd-sentence-a.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      position: absolute;
      color: var(--bs-white);
      top: 20%;
      left: 10%;
      font-size: 6vw;
      z-index: 15;
  }
  .field.field--name-field-2nd-sentence-a.field--type-string.field--label-hidden.field__item:after {
      background: var(--rt-mid-blue);
      content: '';
      display: block;
      height: 40%;
      width: 450%;
      position: absolute;
      z-index: -1;
      top: 36%;
      left: -21%;
  } */
  /* .field.field--name-field-3rd-sentence.field--type-string.field--label-hidden.field__item:after {
      background: var(--rt-mid-blue);
      content: '';
      display: block;
      height: 40%;
      width: 110%;
      position: absolute;
      z-index: -1;
      top: 39%;
      left: -7%;
  }
  .field.field--name-field-3rd-sentence.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      position: absolute;
      color: var(--bs-white);
      top: 29.5%;
      font-size: 4rem;
      left: 10.5%;
      z-index: 15;
  } */
  .block-inline-blockhero-front-page .big-button-wrapper {
    position: absolute;
    top: 55%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/buttonnoskew.svg);
    background-repeat: no-repeat;
    background-position: 101%;
    background-color: #fff;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
    padding-right: 2rem;
    -webkit-box-shadow: 6px 15px 9px rgba(0, 0, 0, 0.1);
            box-shadow: 6px 15px 9px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  /* .field.field--name-field-2nd-sentence-b.field--type-string.field--label-hidden.field__item {
      font-family: 'Trapstyle';
      position: absolute;
      color: var(--rt-red);
      top: 20.5%;
      font-size: 2rem;
      left: 16%;
      z-index: 14;
  } */
  /* .field.field--name-field-first-sentence.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      font-size: 2.5vw;
      position: absolute;
      color: var(--bs-white);
      top: 14%;
      left: 9%;
      text-shadow: 2px 2px 2px var(--rt-dark-blue);
  }

  .field.field--name-field-first-sentence.field--type-string.field--label-hidden.field__item::before {
      content: '';
      position: absolute;
      width: 30%;
      height: 3px;
      background: var(--rt-red);
      top: -47%;
      left: 0;
  } */
  /* .field.field--name-field-2nd-sentence-a.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      position: absolute;
      color: var(--bs-white);
      top: 20%;
      left: 10%;
      font-size: 6vw;
      z-index: 14;
  }
  .field.field--name-field-2nd-sentence-a.field--type-string.field--label-hidden.field__item:after {
      background: var(--rt-mid-blue);
      content: '';
      display: block;
      height: 40%;
      width: 450%;
      position: absolute;
      z-index: -1;
      top: 36%;
      left: -21%;
  } */
  /* .field.field--name-field-3rd-sentence.field--type-string.field--label-hidden.field__item:after {
      background: var(--rt-mid-blue);
      content: '';
      display: block;
      height: 40%;
      width: 110%;
      position: absolute;
      z-index: -1;
      top: 39%;
      left: -7%;
  }
  .field.field--name-field-3rd-sentence.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      position: absolute;
      color: var(--bs-white);
      top: 29.5%;
      font-size: 3rem;
      left: 10.5%;
      z-index: 14;
  } */
  .block-inline-blockhero-front-page .big-button-wrapper {
    position: absolute;
    top: 55%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/buttonnoskew.svg);
    background-repeat: no-repeat;
    background-position: 101%;
    background-color: #fff;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
    padding-right: 2rem;
    -webkit-box-shadow: 6px 15px 9px rgba(0, 0, 0, 0.1);
            box-shadow: 6px 15px 9px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
}
@media (max-width: 576px) {
  /* .field.field--name-field-2nd-sentence-b.field--type-string.field--label-hidden.field__item {
      font-family: 'Trapstyle';
      position: absolute;
      color: var(--rt-red);
      top: 20.5%;
      font-size: 2rem;
      left: 16%;
      z-index: 14;
  } */
  /* .field.field--name-field-first-sentence.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      font-size: 2.5vw;
      position: absolute;
      color: var(--bs-white);
      top: 14%;
      left: 9%;
      text-shadow: 2px 2px 2px var(--rt-dark-blue);
  }

  .field.field--name-field-first-sentence.field--type-string.field--label-hidden.field__item::before {
      content: '';
      position: absolute;
      width: 30%;
      height: 3px;
      background: var(--rt-red);
      top: -47%;
      left: 0;
  } */
  /* .field.field--name-field-2nd-sentence-a.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      position: absolute;
      color: var(--bs-white);
      top: 20%;
      left: 10%;
      font-size: 6vw;
      z-index: 14;
  }
  .field.field--name-field-2nd-sentence-a.field--type-string.field--label-hidden.field__item:after {
      background: var(--rt-mid-blue);
      content: '';
      display: block;
      height: 40%;
      width: 450%;
      position: absolute;
      z-index: -1;
      top: 36%;
      left: -21%;
  } */
  /* .field.field--name-field-3rd-sentence.field--type-string.field--label-hidden.field__item:after {
      background: var(--rt-mid-blue);
      content: '';
      display: block;
      height: 40%;
      width: 110%;
      position: absolute;
      z-index: -1;
      top: 39%;
      left: -7%;
  }
  .field.field--name-field-3rd-sentence.field--type-string.field--label-hidden.field__item {
      font-family: 'league-gothic';
      position: absolute;
      color: var(--bs-white);
      top: 29.5%;
      font-size: 3rem;
      left: 10.5%;
      z-index: 14;
  } */
  .block-inline-blockhero-front-page .big-button-wrapper {
    position: absolute;
    top: 63%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/buttonnoskew.svg);
    background-repeat: no-repeat;
    background-position: 101%;
    background-color: #fff;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
    padding-right: 2rem;
    -webkit-box-shadow: 6px 15px 9px rgba(0, 0, 0, 0.1);
            box-shadow: 6px 15px 9px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
  #tabs-contents {
    margin-inline: auto;
    padding: 5px;
  }
  .field.field--name-field-first-sentence-second.field--type-string.field--label-hidden.field__item {
    width: 100% !important;
  }
  .showcase-video.layout.layout--onecol {
    height: 25rem !important;
  }
}
/* Mid Section White curve */
.block-inline-blockwhite-curve-section {
  position: relative;
  margin-top: -15%;
  display: block;
  width: 100%;
  z-index: 14;
}

.mid-section-white {
  position: absolute;
}

.mid-section-grey .img-fluid {
  width: 30vw;
}

.mid-section-grey {
  position: absolute;
}

/* Second Section */
.block.block-layout-builder.block-inline-blocksecond-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 2.5rem auto;
  text-align: center;
  z-index: 14;
  padding-top: 5.5rem;
}

.field.field--name-field-first-sentence-second.field--type-string.field--label-hidden.field__item::before {
  content: "";
  position: absolute;
  width: 4%;
  height: 14px;
  background: var(--rt-red);
  top: 10%;
  left: 28%;
}

.field.field--name-field-first-sentence-second.field--type-string.field--label-hidden.field__item {
  font-family: "league-gothic";
  color: var(--rt-mid-blue);
  font-size: 6rem;
  width: 47%;
  text-align: center;
  line-height: 5.3rem;
  margin: auto;
}

.field.field--name-field-2nd-sentence-second.field--type-string.field--label-hidden.field__item {
  font-family: "Trapstyle";
  font-size: 5rem;
  width: 60%;
  text-align: center;
  line-height: 8rem;
  margin: auto;
  margin-top: -2rem;
  color: var(--rt-red);
}

.field.field--name-field-3rd-sentence-second.field--type-string-long.field--label-hidden.field__item {
  font-family: "league-gothic";
  color: var(--rt-mid-blue);
  font-size: 1.5rem;
  width: 36%;
  text-align: center;
  line-height: 1.7rem;
  margin: auto;
  padding-top: 4rem;
}

/* EU & UK Front Cards */
.uk-front-card._none {
  z-index: 14;
  position: relative;
}

.eu-front-card .block-inline-blockcard-tournament {
  margin-left: 20%;
}

.uk-front-card .block-inline-blockcard-tournament {
  margin-left: 15%;
}

/* Single Card */
.block.block-layout-builder.block-inline-blockcard-tournament {
  width: 42%;
}

.layout__region--first .block-inline-blockcard-tournament {
  float: right;
  margin-right: 10%;
}

.field--name-field-single-image .img-fluid {
  width: 100%;
}

.layout__region--first .field--name-field-single-image .img-fluid {
  float: right;
  margin-right: 5rem;
}

.layout--twocol-section {
  padding: 5rem 0;
  position: relative;
  z-index: 20;
}

.field.field--name-field-before-title.field--type-string.field--label-hidden.field__item {
  font-family: "league-gothic";
  font-size: 20px;
  color: var(--rt-red);
}

.field.field--name-field-card-title.field--type-string.field--label-hidden.field__item {
  font-family: "league-gothic";
  font-size: 80px;
  color: var(--rt-mid-blue);
  line-height: 4.4rem;
  padding: 1rem 0 2rem;
}

.field.field--name-field-card-body-text.field--type-string-long.field--label-hidden.field__item {
  font-family: "Lexend", sans-serif;
  color: var(--rt-mid-blue);
  padding-bottom: 3rem;
}

.field.field--name-field-card-button.field--type-link.field--label-hidden.field__item a {
  font-family: "league-gothic";
  color: var(--bs-dark);
}

/* R&T Hosted - 3 Tournament Cards */
.field--name-field-front-two-pre-title,
.field--name-field-scp-pre-title,
.field--name-field-scp-name {
  font-family: var(--rt-font-league-gothic);
  text-transform: uppercase;
  font-size: 1.1rem;
  color: var(--rt-red);
  letter-spacing: 0.1rem;
}

.field--name-field-front-two-title {
  font-family: var(--rt-font-league-gothic);
  text-transform: uppercase;
  font-size: 4rem;
  color: var(--rt-title-blue);
  margin-top: -0.5rem;
  position: relative;
}

.field--name-field-front-two-title::after {
  content: "";
  position: absolute;
  width: 3vw;
  height: 2vh;
  background: var(--rt-red);
  bottom: -15%;
  left: 0;
}

.rnt-hosted-section {
  background: url(../img/grey-one-up.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.rnt-hosted-section .field--name-field-3-cards-tours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-height: 800px;
  margin-top: 5%;
  margin-bottom: 7%;
}

.field--name-field-3-cards-tours .field__item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.field--name-field-3-cards-tours .field__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field--name-field-3-cards-tours .field__item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.paragraph--type--hosted-tournaments-cards {
  position: relative;
  border-radius: 1rem;
}

.field--name-field-3-card-tours-title {
  position: absolute;
  font-family: var(--rt-font-league-gothic);
  text-transform: uppercase;
  font-size: 8rem;
  -webkit-text-stroke: 0.05vw var(--bs-white);
  color: transparent;
  bottom: 1%;
  left: 8%;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}

.field--name-field-3-card-tours-title::after {
  content: "Tournaments";
  font-family: var(--rt-font-league-gothic);
  text-transform: uppercase;
  font-size: 1.1rem;
  color: var(--rt-red);
  letter-spacing: 0.1rem;
  -webkit-text-stroke: 0 var(--rt-red);
  bottom: 1rem;
  position: absolute;
  left: 0.5rem;
}

.paragraph--type--hosted-tournaments-cards:hover .field--name-field-3-card-tours-title {
  -webkit-text-stroke: unset;
  color: white;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

.paragraph--type--hosted-tournaments-cards:hover {
  -webkit-box-shadow: 6px 15px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 15px 9px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* Showcase Section */
.showcase-video.layout.layout--onecol {
  height: 90vh;
  background: url(../img/grey-one-down.svg);
  background-repeat: no-repeat;
  background-position: top;
}

._none.block.block-layout-builder.block-inline-blockshowcase-video {
  max-width: 900px;
  max-height: 600px;
  margin-bottom: 0;
  margin-left: 7%;
  margin-right: auto;
  padding: 0 0.1rem;
}

#showcase-video .block-inline-blockfront-section-two-lines {
  padding-bottom: 1rem;
}

.showcase-wrap {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.field--name-field-showcase-video-thumbnail {
  position: absolute;
  width: auto;
  height: auto;
}

img.show-thumb.img-fluid {
  position: absolute;
  width: 75%;
  height: auto;
  right: -10rem;
  top: -2rem;
}

img.show-play-thumb.img-fluid {
  position: absolute;
  width: auto;
  height: auto;
  right: -2rem;
  top: 12rem;
}

/* SCP Section */
div#scp-section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1%;
}

.field--name-field-scp-first-main-title {
  font-family: var(--rt-font-trapstyle);
  color: var(--rt-red);
  font-size: 4rem;
  z-index: 2;
  position: relative;
}

.field--name-field-scp-second-main-title {
  font-family: var(--rt-font-league-gothic);
  text-transform: uppercase;
  font-size: 5.3rem;
  color: var(--rt-title-blue);
  margin-top: -0.6rem;
  width: 50%;
  line-height: 4.7rem;
}

.field--name-field-scp-main-text-left {
  width: 57%;
  padding: 1rem 0;
  color: var(--rt-title-blue);
}

.field--name-field-scp-link a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--rt-font-league-gothic);
  color: var(--rt-title-blue);
  letter-spacing: 0.1rem;
}

.scp-right {
  position: relative;
  height: 730px;
  width: 95%;
}

.field--name-field-scp-image {
  width: 420px;
  position: absolute;
}

.field--name-field-scp-quote-text {
  width: 11rem;
  font-family: var(--rt-font-league-gothic);
  background: var(--rt-red);
  padding: 1rem;
  color: var(--bs-white);
  text-transform: uppercase;
  line-height: 1.3rem;
  font-size: 1.5rem;
  z-index: 5;
  position: absolute;
  bottom: 9rem;
  left: -3rem;
}

.paragraph--type--spec-celeb-presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.field--name-field-scp-name {
  position: absolute;
  bottom: 7rem;
  left: 1.5rem;
  width: 50%;
}

.field--name-field-scp-name::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 1rem;
  border-top: 1px solid var(--rt-red);
}

/* Review Section */
.block-inline-blockreviews-section {
  width: auto;
  position: relative;
  margin: 3rem auto;
  text-align: center;
  z-index: 16;
  padding-top: 13vh;
}

.field--name-field-reviews-title {
  position: relative;
  font-family: "league-gothic";
  color: var(--rt-mid-blue);
  font-size: 95px;
  text-align: center;
  line-height: 5.2rem;
  margin: auto;
  text-transform: uppercase;
}

#review-section {
  position: relative;
}

#review-section::before {
  content: "";
  position: absolute;
  background: url(../img/rnt-dark-blue-texture.png);
  top: -11.5rem;
  left: -11rem;
  width: 26rem;
  height: 33rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.field--name-field-reviews-title::after {
  content: "";
  position: absolute;
  width: 4.5vw;
  height: 0.7vh;
  background: var(--rt-red);
  bottom: -15%;
  left: 48%;
}

/* Celebrity Section */
.front-celebrity._none {
  background-color: var(--rt-title-blue);
  padding-top: 4%;
  padding-bottom: 8%;
  position: relative;
  margin-top: -1rem;
}

.scp-section {
  position: relative;
  background: url(../img/rnt-dark-blue-texture.png), url(../img/purple-one-up.svg);
  background-repeat: no-repeat;
  background-position: bottom -7rem right -8rem, bottom;
  background-size: 29%, auto;
}

/* #case-top-curve {
    content: '';
    background: url(../img/celebrity-case-curve.svg);
    width: 100%;
    height: 480px;
    color: white;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
} */
.first-img {
  padding: 0;
  margin: 0;
}

.first-img img {
  width: 100%;
}

h2.front-section-title {
  font-family: var(--rt-font-league-gothic);
  text-transform: uppercase;
  color: var(--rt-mid-blue);
  font-size: 4rem;
  position: relative;
  margin-bottom: 1em;
}

p.front-section-subtitle {
  font-family: var(--rt-font-trapstyle);
  color: var(--rt-red);
  font-size: 4rem;
  margin-top: -2rem;
}

.field--name-field-front-section-pre-title {
  font-family: var(--rt-font-league-gothic);
  text-transform: uppercase;
  font-size: 1.1rem;
  color: var(--rt-red);
  letter-spacing: 0.1rem;
}

.field--name-field-front-section-title {
  font-family: var(--rt-font-league-gothic);
  text-transform: uppercase;
  font-size: 4rem;
  color: var(--bs-white);
  margin-top: -0.5rem;
}

.field--name-field-front-section-subtitle {
  font-family: var(--rt-font-trapstyle);
  color: var(--rt-red);
  font-size: 4rem;
  margin-top: -3rem;
}

/* Front Celebrity Views */
.front-celeb-views {
  color: var(--bs-white);
}

/* Style the tab content */
#tabs-titles {
  float: left;
  margin-right: 10px;
  list-style: none;
  counter-reset: rnt-counter;
  color: var(--bs-white);
  position: relative;
  padding-right: 1rem;
}

#tabs-titles li {
  cursor: pointer;
  font-family: var(--rt-font-league-gothic);
  font-size: 6rem;
  text-transform: uppercase;
  -webkit-text-stroke: 0.05vw var(--bs-white);
  color: transparent;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  opacity: 0.5;
  line-height: 108%;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

#tabs-titles li::before {
  counter-increment: rnt-counter;
  content: "0" counter(rnt-counter) " ";
  font-size: 1rem;
  color: var(--bs-white);
  opacity: 1;
  -webkit-text-stroke: 0;
  font-weight: 500;
  position: absolute;
  left: -1rem;
  top: -1.5rem;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
}

#tabs-titles li.current::before {
  color: var(--bs-white);
  opacity: 1;
}

#tabs-titles li.current,
#tabs-titles li:hover {
  color: var(--bs-white);
  opacity: 1;
  -webkit-text-stroke: 0;
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

#tabs-contents {
  margin-inline: auto;
  padding: 5px;
}

#tabs-contents li {
  display: none;
}

#tabs-contents li:first-child {
  display: block;
}

#tabs-contents img {
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

.view-f-case-studies {
  /* color: var(--bs-white); */
}

.home-banner {
  position: relative;
}
.home-banner .field--name-field-background-image img {
  width: 100%;
  display: block;
  min-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .home-banner .field--name-field-background-image img {
    min-height: 560px;
  }
}

.hero-block-inner .overlay-caption {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 576.8px) {
  .hero-block-inner .overlay-caption .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.hero-block-inner .overlay-caption .button-wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 576.8px) {
  .hero-block-inner .overlay-caption .button-wrapper {
    margin-top: 25px;
    text-align: center;
  }
}
.hero-block-inner .overlay-caption .big-button-wrapper {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
}
.hero-block-inner .overlay-caption .field--name-field-first-sentence {
  font-family: "league-gothic";
  font-size: 20px;
  color: var(--bs-white);
  text-shadow: 1px 1px 4px var(--rt-dark-blue);
  display: inline-block;
  padding-bottom: 12px;
}
.hero-block-inner .overlay-caption .field--name-field-first-sentence::before {
  content: "";
  width: 30%;
  height: 3px;
  background: var(--rt-red);
  left: 0;
  margin-bottom: 22px;
  display: block;
}
.hero-block-inner .overlay-caption .title-ab {
  font-size: 5rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 480px) {
  .hero-block-inner .overlay-caption .title-ab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: 0 -0.75em 0 var(--rt-mid-blue) inset;
            box-shadow: 0 -0.75em 0 var(--rt-mid-blue) inset;
    font-size: 6rem;
  }
}
.hero-block-inner .overlay-caption .title-ab .title-a {
  font-family: "league-gothic";
  color: var(--bs-white);
}
@media screen and (max-width: 479.8px) {
  .hero-block-inner .overlay-caption .title-ab .title-a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: auto;
    -webkit-box-shadow: 0 -0.6em 0 var(--rt-mid-blue) inset;
            box-shadow: 0 -0.6em 0 var(--rt-mid-blue) inset;
    vertical-align: top;
  }
}
.hero-block-inner .overlay-caption .title-ab .title-b {
  font-family: "Trapstyle";
  color: var(--rt-red);
  font-size: 5rem;
}
@media screen and (max-width: 479.8px) {
  .hero-block-inner .overlay-caption .title-ab .title-b {
    font-size: 4.1rem;
    margin-right: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: -15px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    vertical-align: top;
    -webkit-box-shadow: 0 -0.75em 0 var(--rt-mid-blue) inset;
            box-shadow: 0 -0.75em 0 var(--rt-mid-blue) inset;
  }
}
.hero-block-inner .overlay-caption .field--name-field-3rd-sentence {
  font-family: "league-gothic";
  color: var(--bs-white);
  font-size: 6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .hero-block-inner .overlay-caption .field--name-field-3rd-sentence {
    -webkit-box-shadow: 0 -0.6em 0 var(--rt-mid-blue) inset;
            box-shadow: 0 -0.6em 0 var(--rt-mid-blue) inset;
  }
}
@media screen and (max-width: 479.8px) {
  .hero-block-inner .overlay-caption .field--name-field-3rd-sentence {
    font-size: 5rem;
    max-width: 3em;
    position: relative;
    z-index: 1;
  }
  .hero-block-inner .overlay-caption .field--name-field-3rd-sentence::before {
    height: 0.6em;
    width: 2.7em;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    background-color: var(--rt-mid-blue);
    bottom: calc(1em + 5px);
  }
  .hero-block-inner .overlay-caption .field--name-field-3rd-sentence::after {
    height: 0.6em;
    width: 1.45em;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    background-color: var(--rt-mid-blue);
    bottom: 5px;
  }
}

.mid-section-white {
  width: 100%;
}
.mid-section-white img {
  width: 100%;
  display: block;
}/*# sourceMappingURL=front.css.map */