/********************/
/*** ********** *****/
/********************/
/********************/
/*** ********** *****/
/********************/
.midgreyback {
  background-color: #efefef; }

.lightgreyback {
  background-color: #f1f1f1; }

.whiteback {
  background-color: #fff; }

.thunderlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .thunderlay {
      opacity: 0.6; } }
  @media screen and (max-width: 991px) {
    .thunderlay {
      opacity: 0.8; } }

/********************/
/*** ********** *****/
/********************/
.hiddenlink {
  display: none !important; }

.nobottpadd {
  padding-bottom: .25rem; }

@media screen and (min-width: 992px) {
  .nobottpadd--desktop {
    padding-bottom: .25rem; } }

.notoppadd {
  padding-top: .25rem; }

@media screen and (min-width: 992px) {
  .notoppadd--desktop {
    padding-top: .25rem; } }

/********************/
/*** ********** *****/
/********************/
a.haschevronlink {
  display: flex;
  background: transparent;
  padding: 0;
  align-items: center;
  position: relative; }
  a.haschevronlink span.text {
    padding: 0.5rem 0.5rem 0.5rem 0; }
  a.haschevronlink span.chevron svg {
    fill: #231f20; }
  a.haschevronlink span.chevron img {
    height: .75rem;
    width: .75rem;
    filter: saturate(0);
    transition: all .2s ease;
    transform: translateX(0); }
  a.haschevronlink:before {
    display: none; }
  a.haschevronlink:hover {
    color: #e20613; }
    a.haschevronlink:hover span.text {
      border-bottom: 1px solid #e20613; }
    a.haschevronlink:hover span.chevron svg {
      fill: #e20613; }
    a.haschevronlink:hover span.chevron img {
      height: .75rem;
      width: .75rem;
      filter: saturate(1);
      transition: all .2s ease;
      transform: translateX(1rem); }

.internal-image-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30vh;
  min-height: 400px;
  max-height: 600px;
  position: relative; }
  .internal-image-banner .containo {
    position: relative;
    z-index: 9;
    height: 100%; }
    .internal-image-banner .containo .flexholder {
      display: flex;
      align-items: center;
      align-items: center; }
      .internal-image-banner .containo .flexholder a.haschevronlink {
        filter: invert(1) saturate(1) brightness(1);
        margin-bottom: 2rem; }
        .internal-image-banner .containo .flexholder a.haschevronlink:hover {
          color: #e20613;
          filter: invert(0); }
      .internal-image-banner .containo .flexholder .titlearea {
        position: absolute;
        width: 100%;
        bottom: 0.5rem;
        display: flex;
        align-items: flex-start; }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea {
            flex-direction: column; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea {
            flex-direction: column; } }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea .lefttitle {
            width: 50%;
            padding-right: 2rem;
            margin-left: 0; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea .lefttitle {
            width: 100%; } }
        .internal-image-banner .containo .flexholder .titlearea .lefttitle .applybutton {
          text-align: center;
          border-width: 3px;
          max-width: 9rem;
          margin-bottom: 1rem; }
        .internal-image-banner .containo .flexholder .titlearea .lefttitle h1, .internal-image-banner .containo .flexholder .titlearea .lefttitle h2, .internal-image-banner .containo .flexholder .titlearea .lefttitle h3, .internal-image-banner .containo .flexholder .titlearea .lefttitle h4, .internal-image-banner .containo .flexholder .titlearea .lefttitle h5, .internal-image-banner .containo .flexholder .titlearea .lefttitle p {
          color: #fff; }
        .internal-image-banner .containo .flexholder .titlearea .lefttitle p {
          line-height: 1.5em; }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea .righttitle {
            width: 50%; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea .righttitle {
            width: 100%; } }
        .internal-image-banner .containo .flexholder .titlearea .righttitle h1, .internal-image-banner .containo .flexholder .titlearea .righttitle h2, .internal-image-banner .containo .flexholder .titlearea .righttitle h3, .internal-image-banner .containo .flexholder .titlearea .righttitle h4, .internal-image-banner .containo .flexholder .titlearea .righttitle h5, .internal-image-banner .containo .flexholder .titlearea .righttitle p {
          color: #fff; }
        .internal-image-banner .containo .flexholder .titlearea .rightsideimage {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          height: 24rem;
          position: relative; }
          .internal-image-banner .containo .flexholder .titlearea .rightsideimage img.dummo {
            height: 24rem;
            opacity: 0; }
          @media screen and (max-width: 991px) {
            .internal-image-banner .containo .flexholder .titlearea .rightsideimage {
              margin: 2rem 0; } }
          .internal-image-banner .containo .flexholder .titlearea .rightsideimage:before {
            content: '';
            background-image: url(/wp-content/themes/imswp-child-main/blocks/internal-banner/../../static/theme_images/corner-b.svg);
            transform: rotate(-90deg);
            position: absolute;
            top: 0;
            left: 0;
            height: 3rem;
            width: 3rem;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
          .internal-image-banner .containo .flexholder .titlearea .rightsideimage:after {
            content: '';
            background-image: url(/wp-content/themes/imswp-child-main/blocks/internal-banner/../../static/theme_images/corner-a.svg);
            transform: rotate(-90deg);
            position: absolute;
            bottom: 0;
            right: 0;
            height: 3rem;
            width: 3rem;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
        .internal-image-banner .containo .flexholder .titlearea .breadcrumb {
          background: #e20613;
          color: #fff;
          display: inline-block;
          padding: 0.5rem 1rem;
          font-weight: 700;
          text-transform: uppercase; }
          .internal-image-banner .containo .flexholder .titlearea .breadcrumb a {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .internal-image-banner .containo .flexholder .titlearea .breadcrumb a span.chevvo {
              fill: #fff; }
              .internal-image-banner .containo .flexholder .titlearea .breadcrumb a span.chevvo svg {
                top: 2px;
                width: 1.25rem;
                height: 1.25rem; }
        .internal-image-banner .containo .flexholder .titlearea h1 {
          color: #fff;
          text-transform: uppercase;
          font-weight: 700; }
          .internal-image-banner .containo .flexholder .titlearea h1 span.whitetext {
            color: #fff; }
          .internal-image-banner .containo .flexholder .titlearea h1 span.redtext {
            color: #e20613; }
      .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box {
        padding: 2rem;
        background: #231f20;
        border-bottom: 0.5rem solid #e20613;
        margin-bottom: 3rem;
        bottom: unset !important; }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box {
            width: 50%;
            max-width: 35rem; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box {
            max-width: calc(100% - 4rem);
            margin: 10rem 0 2rem;
            position: relative; } }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .lefttitle {
            width: 100%; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .lefttitle {
            width: 100%; } }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle {
            width: 100%; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle {
            width: 100%; } }
        .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle h1, .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle h2, .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle h3, .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle h4, .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle h5, .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle p {
          color: #fff; }
        .internal-image-banner .containo .flexholder .titlearea.has_dark_content_box .righttitle p {
          font-weight: 700;
          font-size: calc(1.05rem + 0.1vw);
          line-height: 1.5em; }
      .internal-image-banner .containo .flexholder .titlearea.side_to_side_text_containers {
        align-items: center; }
        @media screen and (min-width: 992px) {
          .internal-image-banner .containo .flexholder .titlearea.side_to_side_text_containers {
            flex-direction: row; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner .containo .flexholder .titlearea.side_to_side_text_containers {
            flex-direction: column; } }
      .internal-image-banner .containo .flexholder .titlearea.hasredborder {
        border-bottom: 10px solid transparent;
        bottom: 0; }
        .internal-image-banner .containo .flexholder .titlearea.hasredborder:before {
          content: '';
          position: absolute;
          top: 100%;
          width: 70%;
          left: -3rem;
          height: 10px;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px;
          background: #e20613; }
  .internal-image-banner.is_mid_left_text .containo .flexholder .titlearea {
    position: relative; }
    .internal-image-banner.is_mid_left_text .containo .flexholder .titlearea h1 span {
      color: #e20613; }

.internal-image-banner.small {
  height: 35vh;
  min-height: 350px;
  max-height: 550px;
  position: relative; }
  .internal-image-banner.small .containo .flexholder {
    height: 100%; }

.internal-image-banner.medium {
  height: 50vh;
  min-height: 450px;
  max-height: 750px;
  position: relative; }
  .internal-image-banner.medium .containo .flexholder {
    height: 100%; }

.internal-image-banner.full {
  height: 60vh;
  min-height: 500px;
  max-height: 800px;
  position: relative; }
  .internal-image-banner.full .containo .flexholder {
    height: 100%; }

.internal-image-banner.small.has_bottom_strip_cta {
  height: calc(35vh + 10rem);
  min-height: calc(350px + 10rem);
  max-height: calc(550px + 10rem);
  position: relative; }

.internal-image-banner.medium.has_bottom_strip_cta {
  height: calc(50vh + 10rem);
  min-height: calc(450px + 10rem);
  max-height: calc(750px + 10rem);
  position: relative; }

.internal-image-banner.full.has_bottom_strip_cta {
  height: calc(60vh + 10rem);
  min-height: calc(500px + 10rem);
  max-height: calc(800px + 10rem);
  position: relative; }

.internal-image-banner.is_error_page {
  height: 20vh;
  min-height: 300px;
  max-height: 400px;
  position: relative; }

.internal-image-banner.full.has_right_side_image {
  max-height: unset;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .internal-image-banner.full.has_right_side_image {
      height: 100vh;
      min-height: 300px; } }
  @media screen and (min-height: 992px) and (max-width: 1023px) {
    .internal-image-banner.full.has_right_side_image {
      height: 110vh;
      min-height: 300px; } }
  @media screen and (max-width: 991x) {
    .internal-image-banner.full.has_right_side_image {
      height: 110vh;
      min-height: 300px; } }

@media screen and (max-height: 699px) {
  .internal-image-banner.has_overset_image {
    padding-bottom: 9rem; } }
@media screen and (min-height: 700px) {
  .internal-image-banner.has_overset_image {
    padding-bottom: 14rem; } }
.internal-image-banner.has_overset_image .containo .flexholder {
  flex-direction: column; }
  .internal-image-banner.has_overset_image .containo .flexholder .titlearea {
    position: relative;
    width: 100%;
    padding-top: 12rem;
    display: flex;
    align-items: center;
    text-align: center; }
    .internal-image-banner.has_overset_image .containo .flexholder .titlearea h1, .internal-image-banner.has_overset_image .containo .flexholder .titlearea h2, .internal-image-banner.has_overset_image .containo .flexholder .titlearea h3, .internal-image-banner.has_overset_image .containo .flexholder .titlearea h4, .internal-image-banner.has_overset_image .containo .flexholder .titlearea h5 {
      margin-bottom: 0.25rem; }
  .internal-image-banner.has_overset_image .containo .flexholder .lefttitle.general-text-styles {
    margin-left: auto; }
  .internal-image-banner.has_overset_image .containo .flexholder .righttitle {
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
    max-width: 991px; }
.internal-image-banner.has_overset_image .overset_image {
  margin-top: 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (max-height: 699px) {
    .internal-image-banner.has_overset_image .overset_image {
      max-height: 45vh; } }
  @media screen and (min-height: 700px) {
    .internal-image-banner.has_overset_image .overset_image {
      max-height: 53vh; } }
  .internal-image-banner.has_overset_image .overset_image:before {
    content: '';
    background-image: url(/wp-content/themes/imswp-child-main/blocks/internal-banner/../../static/theme_images/corner-b.svg);
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    height: 3rem;
    width: 3rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .internal-image-banner.has_overset_image .overset_image:after {
    content: '';
    background-image: url(/wp-content/themes/imswp-child-main/blocks/internal-banner/../../static/theme_images/corner-a.svg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3rem;
    width: 3rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .internal-image-banner.has_overset_image .overset_image img {
      width: 90%;
      height: 120vw;
      max-height: 45rem; } }
.internal-image-banner.has_overset_image .greyblock {
  position: absolute;
  height: 8rem;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #efefef;
  z-index: 2; }
.internal-image-banner.has_overset_image .whiteblock {
  position: absolute;
  height: 8rem;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2; }

.internal-image-banner.add_contact_form {
  height: unset;
  max-height: unset;
  padding-bottom: 1rem; }
  .internal-image-banner.add_contact_form .containo .flexholder .titlearea {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-top: 8rem; }
    .internal-image-banner.add_contact_form .containo .flexholder .titlearea .righttitle p {
      color: #e5e5e5;
      max-width: 30rem; }
      .internal-image-banner.add_contact_form .containo .flexholder .titlearea .righttitle p a {
        color: #e20613;
        font-weight: 600;
        border-bottom: 1px solid #e20613; }
  .internal-image-banner.add_contact_form .contact_form_zone {
    margin-bottom: 1.5rem;
    margin-top: 3rem; }
    .internal-image-banner.add_contact_form .contact_form_zone .flexboxo {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      min-height: 30rem;
      position: relative; }
      @media screen and (max-width: 991px) {
        .internal-image-banner.add_contact_form .contact_form_zone .flexboxo {
          padding-bottom: 20rem; } }
      .internal-image-banner.add_contact_form .contact_form_zone .flexboxo:after {
        content: '';
        background-image: url(/wp-content/themes/imswp-child-main/blocks/internal-banner/../../static/theme_images/corner-a.svg);
        position: absolute;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (min-width: 992px) {
          .internal-image-banner.add_contact_form .contact_form_zone .flexboxo:after {
            top: 0;
            right: 0;
            height: 5rem;
            width: 5rem;
            transform: rotate(-180deg); } }
        @media screen and (max-width: 991px) {
          .internal-image-banner.add_contact_form .contact_form_zone .flexboxo:after {
            bottom: 0;
            right: 0;
            height: 5rem;
            width: 5rem;
            transform: rotate(-90deg); } }
      .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder {
        background: #fff;
        margin: 1rem; }
        @media screen and (min-width: 992px) {
          .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder {
            width: 40%; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder {
            width: calc(100% - 2rem); } }
        .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder h3 {
          text-transform: uppercase;
          font-weight: 700;
          font-size: calc(1.5rem + 0.1vw); }
        @media screen and (min-width: 992px) {
          .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder form {
            padding: 1rem 2rem; } }
        @media screen and (max-width: 991px) {
          .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder form {
            padding: 1rem; } }
        .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder form textarea {
          max-height: 5rem; }
        .internal-image-banner.add_contact_form .contact_form_zone .flexboxo .formholder form input[type="submit"] {
          font-size: 1.3rem; }

.internal-image-banner.has_dark_content_box {
  height: unset !important;
  max-height: unset !important;
  min-height: unset !important; }
  .internal-image-banner.has_dark_content_box .containo .flexholder .titlearea {
    position: relative;
    margin: 10rem 0 12rem; }
  @media screen and (max-width: 991px) {
    .internal-image-banner.has_dark_content_box {
      height: unset;
      max-height: unset;
      min-height: unset; } }

@media screen and (max-width: 991px) {
  .internal-image-banner.has_right_side_image {
    height: unset;
    max-height: unset; } }
.internal-image-banner.has_right_side_image .containo .flexholder.right_side_image {
  padding-bottom: 3rem; }
  .internal-image-banner.has_right_side_image .containo .flexholder.right_side_image .titlearea {
    position: relative; }
    @media screen and (min-width: 992px) {
      .internal-image-banner.has_right_side_image .containo .flexholder.right_side_image .titlearea {
        flex-direction: row;
        align-items: center;
        margin-top: 3rem; } }
    @media screen and (max-width: 991px) {
      .internal-image-banner.has_right_side_image .containo .flexholder.right_side_image .titlearea {
        flex-direction: column;
        margin-top: 10rem; } }
    .internal-image-banner.has_right_side_image .containo .flexholder.right_side_image .titlearea .lefttitle p {
      max-width: 32rem;
      font-weight: 600; }

.single-career .internal-image-banner .containo {
  max-width: calc(850px * .8); }

.bottom_strip_cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .bottom_strip_cta {
      height: 7rem; } }
  @media screen and (max-width: 991px) {
    .bottom_strip_cta {
      padding: 1rem; } }
  .bottom_strip_cta .thunderzone {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7; }
  .bottom_strip_cta .containo {
    position: relative;
    z-index: 9;
    height: 100%; }
    .bottom_strip_cta .containo .flexholder {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (min-width: 992px) {
        .bottom_strip_cta .containo .flexholder {
          flex-direction: row; } }
      @media screen and (max-width: 991px) {
        .bottom_strip_cta .containo .flexholder {
          flex-direction: column; } }
      .bottom_strip_cta .containo .flexholder div {
        text-align: center; }
      @media screen and (min-width: 992px) {
        .bottom_strip_cta .containo .flexholder div.imgzone {
          width: 15%; } }
      @media screen and (max-width: 991px) {
        .bottom_strip_cta .containo .flexholder div.imgzone {
          width: 100%;
          margin-bottom: 0.5rem; }
          .bottom_strip_cta .containo .flexholder div.imgzone img {
            max-width: 10rem; } }
      .bottom_strip_cta .containo .flexholder div.imgzone img {
        width: 100%; }
      .bottom_strip_cta .containo .flexholder div.textzone {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: calc(1.15rem + 0.1vw); }
        @media screen and (min-width: 992px) {
          .bottom_strip_cta .containo .flexholder div.textzone {
            width: 25%; } }
        @media screen and (max-width: 991px) {
          .bottom_strip_cta .containo .flexholder div.textzone {
            width: 100%;
            margin-bottom: 0.5rem; } }
      @media screen and (min-width: 992px) {
        .bottom_strip_cta .containo .flexholder div.buttonzone {
          width: 15%; } }
      @media screen and (max-width: 991px) {
        .bottom_strip_cta .containo .flexholder div.buttonzone {
          width: 100%;
          margin-bottom: 0.5rem; } }
      .bottom_strip_cta .containo .flexholder div.buttonzone .redbutton {
        text-align: center;
        width: -webkit-fill-available;
        padding: 0.5rem 1rem; }

.bottom_strip_cta_pusher {
  opacity: 0;
  pointer-events: none; }
  .bottom_strip_cta_pusher img {
    opacity: 0;
    width: 100%;
    max-height: 7rem; }

@media screen and (min-width: 992px) {
  .single.single-post .internal-image-banner .containo .flexholder .titlearea .lefttitle {
    width: 100%; } }
@media screen and (max-width: 991px) {
  .single.single-post .internal-image-banner .containo .flexholder .titlearea .lefttitle {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */

.wp-block-spacer{clear:both}
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
