.wysiwyg-content {
  font-size: 1rem;
  line-height: 1.625rem;
}

@media only screen and (max-width: 19.9375rem) {
  .wysiwyg-content {
    overflow-wrap: break-word;
  }
}

.wysiwyg-content h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 0.75em;
}

.wysiwyg-content h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-bottom: 0.75em;
  letter-spacing: 0.20625rem;
}

.wysiwyg-content p.h2.highlight-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 0.75em;
}

.wysiwyg-content p.h3.highlight-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-bottom: 0.75em;
  letter-spacing: 0.20625rem;
}

.wysiwyg-content ul {
  padding: 0 2em 2em 1em;
  font-size: 1rem;
  line-height: 1.375rem;
}

.wysiwyg-content ul li {
  padding: 0.75em 0 0.75em 1.75em;
  position: relative;
}

.wysiwyg-content ul li:before {
  position: absolute;
  left: 0;
  font-size: 2.375rem;
  display: inline-block;
  content: "\2022";
  font-weight: bold;
}

.wysiwyg-content ol {
  padding: 0 2em 2em 1em;
  font-size: 1rem;
  line-height: 1.375rem;
}

.wysiwyg-content ol:first-child {
  counter-reset: customlistcounter;
}

.wysiwyg-content ol > li {
  counter-increment: customlistcounter;
  padding: 0.75em 0 0.75em 1.75em;
  position: relative;
}

.wysiwyg-content ol > li:before {
  content: counter(customlistcounter) " ";
  width: 1.25rem;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.75em;
}

.wysiwyg-content table {
  border-collapse: collapse;
  border: 0.0625rem solid #000000;
  width: 100%;
  margin: 0 auto;
}

.wysiwyg-content table caption {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 2.125rem;
  text-align: left;
  margin-bottom: 1em;
}

.wysiwyg-content table thead tr {
  background: #FFCE67;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}

.wysiwyg-content table td,
.wysiwyg-content table th {
  padding: 1rem 1.25rem;
  text-align: left;
  border: 0.0625rem solid #000000;
}

.wysiwyg-content table td ul,
.wysiwyg-content table th ul {
  padding: 0;
}

.wysiwyg-content table td ul li,
.wysiwyg-content table th ul li {
  padding: 0.25em 0 0.25em 1.25em;
}

.wysiwyg-content table td ul li:before,
.wysiwyg-content table th ul li:before {
  top: 0.75rem;
}

.wysiwyg-content table th {
  border: none;
}

.wysiwyg-content a:not([class]) {
  color: #000000;
  position: relative;
  display: inline-block;
  z-index: 0;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 0.125rem;
  -webkit-text-decoration-color: #6A24F5;
  text-decoration-color: #6A24F5;
  text-underline-offset: 0.3125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.wysiwyg-content a:not([class]):hover {
  text-decoration: none;
}

@media only screen and (min-width: 37.5rem) {
  .wysiwyg-content a:not([class]) {
    text-decoration: none;
  }
  .wysiwyg-content a:not([class]):before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background: #6A24F5;
    z-index: -1;
    transition: all .2s ease-in-out;
  }
}

@media only screen and (min-width: 37.5rem) and (prefers-reduced-motion: reduce) {
  .wysiwyg-content a:not([class]):before {
    transition: none;
  }
}

@media only screen and (min-width: 37.5rem) {
  .wysiwyg-content a:not([class]):hover {
    color: #ffffff;
  }
  .wysiwyg-content a:not([class]):hover:before {
    width: calc(100% + 0.25rem + 0.25rem);
    height: calc(100% + 0.125rem);
    left: -0.25rem;
    right: -0.25rem;
  }
}

.wysiwyg-content a:not([class]):focus-visible {
  outline: 0.125rem solid #6A24F5;
}

.wysiwyg-content a:not([class]):focus-visible:before {
  display: none;
}

.wysiwyg-content a.button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFCE67;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.75rem;
  transition: color, background 0.2s ease;
  max-width: 100%;
  position: relative;
  padding: 1rem 2.5rem 1rem 1.25rem;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.wysiwyg-content a.button:hover, .wysiwyg-content a.button:focus {
  color: #ffffff;
  background: #6A24F5;
}

@media screen and (prefers-reduced-motion: reduce) {
  .wysiwyg-content a.button {
    transition: none;
  }
}

.wysiwyg-content a.button:after {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  top: 0;
  width: 0.75rem;
  background-image: url("../images/dist/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem 0.75rem;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .wysiwyg-content a.button:after {
    transition: none;
  }
}

.wysiwyg-content a.button:hover, .wysiwyg-content a.button:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.wysiwyg-content a.button:hover:after, .wysiwyg-content a.button:focus:after {
  background-image: url("../images/dist/arrow-right-white.svg");
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

.wysiwyg-content p.lead {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.wysiwyg-content p.highlighted {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.875rem;
  width: 100%;
  margin: 2em 0;
  text-align: center;
  padding: 1em 0.5em;
  border: 0.0625rem solid #FFCE67;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  max-width: 100%;
}

@media only screen and (min-width: 37.5rem) {
  .wysiwyg-content p.highlighted {
    font-size: 1.5rem;
    line-height: 2rem;
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}

.wysiwyg-content h2.highlight-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.75em;
  display: inline-block;
  border-bottom: 0.125rem solid #FFCE67;
  padding-bottom: 0.625rem;
}

@media only screen and (min-width: 37.5rem) {
  .wysiwyg-content h2.highlight-heading {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}

.wysiwyg-content h3.highlight-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-bottom: 0.75em;
  letter-spacing: 0.20625rem;
}

.wysiwyg-content p.h2.highlight-heading-highlight {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.75em;
  width: auto;
  display: inline-block;
  border-bottom: 0.125rem solid #FFCE67;
  padding-bottom: 0.625rem;
}

@media only screen and (min-width: 37.5rem) {
  .wysiwyg-content p.h2.highlight-heading-highlight {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}

.wysiwyg-content p.h2.highlight-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 0.75em;
}

.wysiwyg-content p.h3.highlight-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-bottom: 0.75em;
  letter-spacing: 0.20625rem;
}

.wysiwyg-content .cta-button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFCE67;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 0.75rem;
  transition: color, background 0.2s ease;
  width: auto;
  max-width: 100%;
  font-weight: 900;
  position: relative;
  padding: 1rem 2.5rem 1rem 1.25rem;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.wysiwyg-content .cta-button:hover, .wysiwyg-content .cta-button:focus {
  color: #ffffff;
  background: #6A24F5;
}

.wysiwyg-content .cta-button a:before {
  background: none !important;
  text-decoration: none !important;
}

@media screen and (prefers-reduced-motion: reduce) {
  .wysiwyg-content .cta-button {
    transition: none;
  }
}

.wysiwyg-content .cta-button:after {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  top: 0;
  width: 0.75rem;
  background-image: url("../images/dist/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem 0.75rem;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .wysiwyg-content .cta-button:after {
    transition: none;
  }
}

.wysiwyg-content .cta-button:hover, .wysiwyg-content .cta-button:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.wysiwyg-content .cta-button:hover:after, .wysiwyg-content .cta-button:focus:after {
  background-image: url("../images/dist/arrow-right-white.svg");
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

html[dir=rtl] .wysiwyg-content h3 {
  letter-spacing: 0;
}

html[dir=rtl] .wysiwyg-content ul {
  padding-right: 2em;
  padding-left: 1em;
}

html[dir=rtl] .wysiwyg-content ul li {
  padding-right: 1.75em;
  padding-left: 0;
}

html[dir=rtl] .wysiwyg-content ul li:before {
  left: unset;
  right: 0;
}

html[dir=rtl] .wysiwyg-content ol {
  padding-right: 2em;
  padding-left: 1em;
}

html[dir=rtl] .wysiwyg-content ol:first-child {
  counter-reset: customlistcounter;
}

html[dir=rtl] .wysiwyg-content ol > li {
  padding-right: 1.75em;
  padding-left: 0;
}

html[dir=rtl] .wysiwyg-content ol > li:before {
  left: unset;
  right: 0;
}

html[dir=rtl] .wysiwyg-content table td,
html[dir=rtl] .wysiwyg-content table th {
  text-align: right;
}

html[dir=rtl] .wysiwyg-content .cta-button a, html[dir=rtl] .wysiwyg-content a.button {
  padding-left: 2.5rem;
  padding-right: 1.25rem;
}

html[dir=rtl] .wysiwyg-content .cta-button a:after, html[dir=rtl] .wysiwyg-content a.button:after {
  right: unset;
  left: 1.25rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
