/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Alloy Core
Description: The high-performance marketing engine for Culture Foundry.
Author: Culture Foundry
Version: 1.0.0
Text Domain: alloy-core
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@layer properties;
:root {
  --translucent-color: #97A7AC;
  --dark-text-color: #2E3131;
  --poppins-font: 'Poppins', sans-serif;
  --roboto-font: 'Roboto', sans-serif;
  --common-margin: 35px;
  --desk-mxw: 600px;
  --desk-ml: 120px;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-weight: 900;
  font-size: 13px;
  line-height: 1.6;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button:focus-visible, [type="button"]:focus-visible, [type="reset"]:focus-visible, [type="submit"]:focus-visible {
  outline: none;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
h1.section-main-heading {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  h1.section-main-heading {
    font-size: 70px;
  }
}
@media screen and (min-width: 1170px) {
  h1.section-main-heading {
    font-size: 100px;
  }
}
h1.section-mini-heading, h2.section-mini-heading, strong.section-mini-heading {
  display: block;
  margin-bottom: 21px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 15px;
  line-height: 30px;
  color: #E89356;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
h1.section-heading, h2.section-heading, strong.section-heading {
  display: block;
  margin-bottom: 34px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 35px;
  line-height: 1.3;
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (min-width: 768px) {
  h1.section-heading,	h2.section-heading,	strong.section-heading {
    line-height: 50px;
  }
}
.section-content {
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-content {
    text-align: left;
  }
}
.section-content pre {
  margin-bottom: 7px;
  font-weight: 400;
  font-family: var(--roboto-font);
  font-size: 17px;
  line-height: var(--common-margin);
  color: var(--color-foreground);
}
.content-leftright-embed .section-content pre {
  color: var(--translucent-color);
}
.section-content ol:last-child {
  margin-bottom: 0;
}
.section-buttons {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-buttons {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .section-buttons {
    margin-top: 57px;
  }
}
.section-buttons.centered-buttons {
  text-align: center;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
  font-weight: 400;
  font-style: italic;
  font-family: var(--poppins-font);
  font-size: 22px;
  line-height: 1.5;
}
address {
  margin: 0 0 var(--common-margin);
  font-style: normal;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em var(--common-margin);
}
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0;
  line-height: 1;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 var(--common-margin);
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
  justify-content: center;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .comment-navigation .nav-links,	.posts-navigation .nav-links,	.post-navigation .nav-links {
    justify-content: flex-start;
  }
}
.nav-links > div:not(:first-child) {
  margin-left: 5px;
}
.nav-links > div:not(:last-child) {
  margin-right: 5px;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 var(--common-margin);
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: var(--common-margin);
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: var(--common-margin);
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.grid-flex {
  display: flex;
  justify-content: stretch;
}
.grid-flex.vcenter {
  align-items: center;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
}
.video-bg {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}
.video-bg::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 161px;
  background: linear-gradient(180deg, #000000 32.92%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  z-index: 1;
}
.video-bg::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 233px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 51.03%);
  opacity: 0.8;
  z-index: 3;
}
.video-bg .video-fg, .video-bg iframe, .video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .video-bg.cover .video-fg {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-bg.cover .video-fg {
    width: 300%;
    left: -100%;
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .video-bg.cover .video-fg.supports-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .video-bg.cover video,	.video-bg.cover iframe {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.video-container {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
a.icn, i.icn {
  display: inline-block;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  text-align: left;
  text-indent: -9999em;
  text-decoration: none;
  transition: all 0.3s;
  overflow: hidden;
}
a.icn {
  filter: brightness(0) saturate(100%) invert(26%) sepia(46%) saturate(403%) hue-rotate(148deg) brightness(91%) contrast(87%);
  opacity: 0.8;
}
a.icn.fb-icon {
  background-color: transparent;
  background-image: url(img/common/icon_fb.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 16px;
}
a.icn.li-icon {
  background-color: transparent;
  background-image: url(img/common/icon_li.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
a.icn.ig-icon {
  background-color: transparent;
  background-image: url(img/common/icon_ig.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
a.icn.tw-icon {
  background-color: transparent;
  background-image: url(img/common/icon_tw.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 16px;
}
a.icn.yt-icon {
  background-color: transparent;
  background-image: url(img/common/icon_yt.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 16px;
}
a.icn:hover, a.icn:focus-visible {
  opacity: 1;
}
a.icn.fb-icon:hover {
  border-color: #FFF;
}
i.icn {
  margin-right: 10px;
  vertical-align: middle;
  background-color: transparent;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
}
i.icn-address {
  width: 10px;
  height: 12px;
  background-image: url(img/common/icon_location_2.svg);
  background-size: 10px 12px;
}
i.icn-email {
  width: 13px;
  height: 12px;
  background-image: url(img/common/icon_email_2.svg);
  background-size: 13px 12px;
}
i.icn-phone {
  width: 12px;
  height: 12px;
  background-image: url(img/common/icon_phone_2.svg);
  background-size: 12px 12px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border-radius: 0;
  border: 1px solid #CCC;
  background: #e6e6e6;
  color: #323232;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
@media screen and (min-width: 768px) {
  .main-navigation .cta-menu > a,	.header-main__cta a.btn {
    display: block;
    position: relative;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid var(--color-primary);
    padding: 8px 29px;
    min-width: 147px;
    height: auto;
    font-weight: 700;
    font-family: var(--poppins-font);
    font-size: 15px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: var(--color-primary);
    transition: all 0.3s;
    cursor: pointer;
  }
  .main-navigation .cta-menu > a span {
    display: block;
    font-size: 18px;
    line-height: 1;
  }
  .main-navigation .cta-menu > a:hover,	.main-navigation .cta-menu > a:focus {
    border-color: #E47123;
    color: #FFF;
    background-color: #E47123;
  }
}
.main-navigation .cta-menu > a::before, #menu-footer-navigation .cta-menu > a::before {
  display: none;
}
.section-buttons .btn {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.section-buttons .btn:first-child {
  margin-left: 0;
}
.section-buttons .btn:last-child {
  margin-right: 0;
}
.trigger-attachment {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  padding: 7px 18px;
  font-size: 14px;
  line-height: 1;
  color: #656565;
  text-decoration: none;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(232, 232, 238));
  cursor: pointer;
}
.trigger-attachment::before {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  content: '';
  width: 13px;
  height: 15px;
  vertical-align: middle;
  background: transparent url(img/common/attachment_icon.png) no-repeat 0 0;
}
a.btn.btn-to-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  min-width: 0;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  z-index: 999;
}
a.btn-to-top.show-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn.btn-to-top span {
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #FFF;
  width: 0;
  height: 0;
  text-align: left;
  text-indent: -9999em;
  overflow: hidden;
}
.main-navigation {
  display: block;
}
@media screen and (min-width: 768px) {
  .main-navigation {
    flex-grow: 1;
    width: auto;
  }
}
.menu-header-navigation-container {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .menu-header-navigation-container {
    height: 100%;
  }
}
.main-navigation ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
button.menu-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  padding: 16px 7px 9px;
  background: transparent none;
}
button.menu-toggle:hover {
  border: 0 none;
}
.menu-toggle, .main-navigation.toggled ul:not(.menu) {
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul, .main-navigation ul.menu, .main-navigation.toggled ul.menu {
    display: flex;
    justify-content: flex-end;
  }
  .main-navigation ul.menu, .main-navigation.toggled ul.menu {
    position: relative;
    width: auto;
    box-shadow: none;
  }
  .main-navigation.toggled ul.menu {
    box-shadow: none;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation ul.sub-menu ul.sub-menu {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation .menu-header-navigation-container > ul.menu {
    align-items: stretch;
    position: relative;
  }
}
.menu-toggle .toggle-icon {
  display: block;
  position: relative;
  border-top: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  height: 9px;
  width: 22px;
  cursor: pointer;
}
.menu-toggle .toggle-icon::before {
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  border-top: 2px solid var(--color-primary);
  width: 100%;
  height: 0;
  content: '';
  overflow: hidden;
}
.tiptop {
  position: absolute;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 10px;
  max-width: 300px;
  font-size: 17px;
  color: #FFF;
  background: var(--color-primary) none;
  z-index: 9999;
}
body .mfp-bg {
  z-index: 999998;
}
body .mfp-wrap {
  z-index: 999999;
}
body .mfp-inline-holder .mfp-content {
  padding: 20px;
}
.white-popup {
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  padding: 0;
  max-width: 1030px;
  width: auto;
  line-height: 1;
  background-color: #FFF;
  box-shadow: 10px 10px 10px rgba(61, 61, 61, 0.15);
  overflow: visible;
}
.mfp-no-margins img.mfp-img {
  padding: 0;
}
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-no-margins .mfp-container {
  padding: 0;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tdd-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.tdd-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.tdd-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.tdd-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.slick-arrow {
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: left;
  text-indent: -9999em;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0.2;
  z-index: 9;
}
.slick-arrow.slick-prev {
  left: -173px;
  background: transparent url(img/common/icon_slide_prev.svg) no-repeat center;
  background-size: 35px 35px;
}
@media screen and (max-width: 1199px) {
  .slick-arrow.slick-prev {
    left: calc(50% - 40px);
    bottom: -60px;
    top: auto;
  }
}
.slick-arrow.slick-next {
  right: -173px;
  background: transparent url(img/common/icon_slide_next.svg) no-repeat center;
  background-size: 35px 35px;
}
@media screen and (max-width: 1199px) {
  .slick-arrow.slick-next {
    right: calc(50% - 40px);
    bottom: -60px;
    top: auto;
  }
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:focus-visible {
  opacity: 1;
}
.slick-arrow.slick-next:hover, .slick-arrow.slick-next:focus-visible {
  opacity: 1;
}
.slick-slider ul.slick-dots {
  position: relative;
  margin: 20px 0 0;
  width: 100%;
  font-size: 0;
  line-height: 1;
  text-align: center;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .slick-slider ul.slick-dots {
    text-align: left;
  }
}
.slick-slider ul.slick-dots li {
  display: inline-block;
  padding: 0;
}
.slick-slider ul.slick-dots li:not(:first-child) {
  margin-left: 5px;
}
.slick-slider ul.slick-dots li:not(:last-child) {
  margin-right: 5px;
}
.slick-slider ul.slick-dots li::before {
  display: none;
}
.slick-slider ul.slick-dots li button {
  display: block;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  width: 7px;
  height: 7px;
  text-align: left;
  text-indent: -9999em;
  background-color: rgba(33, 33, 33, 0.15);
  overflow: hidden;
  cursor: pointer;
}
.slick-slider ul.slick-dots li button:hover, .slick-slider ul.slick-dots li.slick-active button {
  background-color: #E47123;
}
.map-container {
  position: relative;
  padding-bottom: 31.65%;
  height: 0;
  overflow: hidden;
}
.map-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.single-post .pseudo-container {
  padding-top: 59px;
}
@media screen and (min-width: 768px) {
  .page-single .pseudo-main ,	.post-single .pseudo-container {
    flex-grow: 1;
  }
}
.content-post-single {
  position: relative;
  padding-bottom: 101px;
}
@media screen and (max-width: 767px) {
  .content-post-single {
    padding-bottom: 0;
  }
}
.content-post-single .blog-banner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 39px;
  text-align: center;
  line-height: 1;
}
.content-post-single .blog-banner.blog-banner-type-embed {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
  overflow: hidden;
}
.content-post-single .blog-banner img {
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
  overflow: hidden;
}
.content-post-single .blog-single__title {
  display: block;
  margin-bottom: 39px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 40px;
  line-height: 50px;
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-post-single .blog-single__title {
    margin-bottom: 51px;
    text-align: left;
  }
}
.content-post-single .blog-single__meta {
  margin-bottom: 39px;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: var(--color-foreground);
  text-align: center;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .content-post-single .blog-single__meta {
    text-align: left;
  }
}
.blog-single__meta em {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .content-post-single .blog-single__content {
    text-align: center;
  }
}
.content-post-single h1, .content-post-single h2, .content-post-single h3, .content-post-single h4, .content-post-single h5, .content-post-single h6 {
  margin-bottom: var(--common-margin);
}
.content-post-single h2 {
  font-size: 25px;
  line-height: 30px;
}
.content-post-single h3, .content-post-single h4 {
  font-size: 20px;
}
.content-post-single h5, .content-post-single h6 {
  font-size: 18px;
}
.blog-single__description {
  color: var(--dark-text-color);
  font-size: 17px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .blog-single__description {
    text-align: left;
  }
}
.blog-single__description h2 {
  margin-bottom: 23px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}
.blog-single__description h3 {
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
}
.blog-single__description, .blog-single__description p {
  line-height: 30px;
}
.blog-single__description p, .blog-single__description ul, .blog-single__description ol {
  margin-bottom: 30px;
}
.blog-single__description b, .blog-single__description strong {
  font-weight: 600;
  color: var(--color-foreground);
}
.blog-single__description a {
  color: var(--color-primary);
}
.blog-single__description a:hover, .blog-single__description a:focus-visible {
  color: var(--color-tertiary);
}
.blog-single__description p img, .blog-single__description > img, .blog-single__description figure img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
.blog-single__description figure {
  line-height: 1;
}
.blog-single__description > img, .blog-single__description figure {
  margin-bottom: var(--common-margin);
}
.blog-single__description figure.wp-caption[style] {
  width: auto !important;
}
.content-post-single .section-author {
  margin-top: 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px 30px;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.4;
  color: #98A8AD;
  text-align: left;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
.content-post-single .section-author strong {
  display: block;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(38, 70, 83, 0.1);
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  color: var(--color-foreground);
}
.content-post-single .section-author strong::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: ' ';
  width: 50px;
  height: 3px;
  background-color: var(--color-primary);
}
.content-post-single .section-author__desc {
  color: var(--translucent-color);
}
.content-post-single .section-buttons {
  margin-top: 33px;
  margin-bottom: 33px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-post-single .section-buttons {
    text-align: left;
  }
}
.content-post-single .section-buttons .btn {
  min-width: 0;
}
.content-post-single .widget-area {
  padding-top: 70px;
  border-top: 1px solid rgba(48, 80, 90, 0.2);
}
.content-post-single .widget-area > div {
  margin-bottom: 50px;
}
.content-post-single .widget-area > div > h2.section-heading {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-post-single .widget-area > div > h2.section-heading {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .content-post-single .blog-single__related h2.section-heading {
    margin-bottom: 60px;
    font-size: 40px;
    text-align: left;
  }
}
.blog-tiles {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 499px) {
  .blog-tiles {
    flex-direction: column;
  }
}
@media screen and (min-width: 500px) {
  .blog-tiles {
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 960px) {
  .blog-tiles {
    justify-content: stretch;
  }
}
div.blog-tile {
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 270px;
}
@media screen and (min-width: 500px) {
  div.blog-tile {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 960px) {
  div.blog-tile {
    width: calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
  }
}
a.blog-tile__link {
  display: block;
}
a.blog-tile__link .blog-tile__image {
  position: relative;
  line-height: 1;
}
a.blog-tile__link .blog-tile__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
  transition: all 0.3s;
}
a.blog-tile__link:hover .blog-tile__image img, a.blog-tile__link:focus-visible .blog-tile__image img {
  box-shadow: 0px 4px 25px 0px rgba(93, 211, 158, 0.5);
}
a.blog-tile__link figcaption {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: var(--color-foreground);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  a.blog-tile__link figcaption {
    text-align: left;
  }
}
a.blog-tile__link:hover figcaption, a.blog-tile__link:focus-visible figcaption {
  color: var(--color-primary);
}
.content-case-single {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-case-single .wistia_embed {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.wistia_embed video, .wistia_embed iframe, body .site .content-container .content-section .wistia_embed .w-ui-container img.w-css-reset {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
body .site .content-container .content-section .wistia_embed .w-ui-container img.w-css-reset {
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
}
.wistia_embed .w-video-wrapper[style] {
  background-color: transparent !important;
}
.wistia_embed div[id*="_main"] > div[id*="_center"], .wistia_embed div.w-chrome {
  overflow: visible;
}
.wistia_embed .w-bottom-bar.w-css-reset[style] {
  -webkit-border-radius: 0 0 15px 15px !important;
  -moz-border-radius: 0 0 15px 15px !important;
  border-radius: 0 0 15px 15px !important;
}
.page-single .single-post__filter {
  margin-bottom: 50px;
}
.page-single .single-post__filter ul {
  margin-bottom: 0;
}
.page-single .single-post__filter ul li {
  padding: 0;
}
.page-single .single-post__filter ul li::before, .page-single .single-post__filter ul li.sf-field-category {
  display: none;
}
.page-single .single-post__filter .sf-field-search {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.page-single .single-post__filter .sf-field-search h4 {
  flex-shrink: 0;
  margin-right: 17px;
  margin-bottom: 0;
  padding: 0;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 40px;
  color: var(--color-primary);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-single .single-post__filter .sf-field-search h4 {
    display: none;
  }
}
.page-single .single-post__filter .sf-field-search label {
  flex-grow: 1;
}
.page-single .single-post__filter input[type="text"] {
  border: 2px solid rgba(48, 80, 90, 1);
  width: 100%;
}
.page-resources .pseudo-sidebar, .page-single .pseudo-sidebar {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-resources .pseudo-sidebar,	.page-single .pseudo-sidebar {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    background-color: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.2);
  }
  .page-single .pseudo-sidebar {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .page-resources .pseudo-sidebar,	.page-single .pseudo-sidebar {
    flex-shrink: 0;
    margin-right: 50px;
    padding-bottom: 60px;
    width: 270px;
  }
  .page-resources .pseudo-sidebar {
    padding-top: 66px;
  }
}
@media screen and (min-width: 1200px) {
  .page-resources .pseudo-sidebar,	.page-single .pseudo-sidebar {
    margin-right: 104px;
  }
}
.page-resources .pseudo-sidebar #ez-toc-container, .page-single .pseudo-sidebar #ez-toc-container {
  position: relative;
  margin-bottom: 0;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: table;
  width: auto;
}
.page-resources .pseudo-sidebar .ez-toc-title-container, .page-single .pseudo-sidebar .ez-toc-title-container {
  margin-bottom: 24px;
  line-height: 30px;
}
.page-resources .pseudo-sidebar div#ez-toc-container p.ez-toc-title, .page-single .pseudo-sidebar div#ez-toc-container p.ez-toc-title {
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 30px;
  line-height: 30px;
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-resources .pseudo-sidebar div#ez-toc-container p.ez-toc-title,	.page-single .pseudo-sidebar div#ez-toc-container p.ez-toc-title {
    text-align: left;
  }
}
.page-resources .pseudo-sidebar div#ez-toc-container .ez-toc-title-container p.ez-toc-title, .page-single .pseudo-sidebar div#ez-toc-container .ez-toc-title-container p.ez-toc-title {
  margin-bottom: 0;
}
.page-resources .pseudo-sidebar #ez-toc-container ul[class*="ez-toc-list"], .page-single .pseudo-sidebar #ez-toc-container ul[class*="ez-toc-list"] {
  margin: 0;
}
.page-resources .pseudo-sidebar #ez-toc-container ul[class*="ez-toc-list"] ul, .page-single .pseudo-sidebar #ez-toc-container ul[class*="ez-toc-list"] ul {
  margin-left: 3px;
  margin-top: 10px;
}
.page-resources .pseudo-sidebar #ez-toc-container ul[class*="ez-toc-list"] li, .page-single .pseudo-sidebar #ez-toc-container ul[class*="ez-toc-list"] li {
  padding-left: 19px;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}
.page-resources .pseudo-sidebar #ez-toc-container ul.ez-toc-list > li, .page-single .pseudo-sidebar #ez-toc-container ul.ez-toc-list > li {
  padding: 0;
}
.page-resources .pseudo-sidebar #ez-toc-container.ez-toc-counter nav ul li, .page-single .pseudo-sidebar #ez-toc-container.ez-toc-counter nav ul li {
  list-style-type: none !important;
}
.page-resources .pseudo-sidebar #ez-toc-container.ez-toc-counter nav ul li:not(:last-child), .page-single .pseudo-sidebar #ez-toc-container.ez-toc-counter nav ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-resources .pseudo-sidebar ul li::before, .page-single .pseudo-sidebar ul li::before {
  left: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 7px;
  height: 2px;
}
.page-resources .pseudo-sidebar ul.ez-toc-list > li::before, .page-single .pseudo-sidebar ul.ez-toc-list > li::before {
  display: none;
}
.page-resources .pseudo-sidebar #ez-toc-container a, .page-single .pseudo-sidebar #ez-toc-container a {
  display: inline;
  color: var(--color-foreground);
  text-decoration: none;
}
.page-resources .pseudo-sidebar #ez-toc-container li li a, .page-single .pseudo-sidebar #ez-toc-container li li a {
  font-weight: 400;
}
.page-resources .pseudo-sidebar #ez-toc-container a:hover, .page-resources .pseudo-sidebar #ez-toc-container a:focus-visible, .page-single .pseudo-sidebar #ez-toc-container a:hover, .page-single .pseudo-sidebar #ez-toc-container a:focus-visible {
  color: var(--color-tertiary);
}
@media screen and (min-width: 768px) {
  .page-resources .content-old-text .section-heading,	.page-single .content-old-text .section-heading {
    font-size: 40px;
    text-align: left;
  }
}
.page-resources__related {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-resources__related {
    padding-top: 70px;
    border-top: 1px solid rgba(48, 80, 90, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .page-resources__related h2.section-heading {
    margin-bottom: 60px;
    font-size: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .boxed.has-sidebar {
    width: 100%;
  }
}
.content-container.has-sidebar {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}
.content-container.has-sidebar, .pseudo-container.has-sidebar {
  padding-top: 39px;
  padding-bottom: 50px;
}
.content-container.has-sidebar {
  padding-top: 74px;
}
.pseudo-container.has-sidebar {
  padding-top: 39px;
}
@media screen and (min-width: 768px) {
  .content-container.has-sidebar,	.pseudo-container.has-sidebar,	.post-single .pseudo-container {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .single-post .content-container.has-sidebar,	.single-post .pseudo-container.has-sidebar {
    padding-top: 38px;
  }
}
.single-post .has-sidebar .pseudo-main {
  order: 1;
}
@media screen and (max-width: 767px) {
  .has-sidebar .site-main,	.has-sidebar .pseudo-main {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .has-sidebar .site-main,	.has-sidebar .pseudo-main {
    flex-grow: 1;
    max-width: 740px;
  }
  .single-post .has-sidebar .pseudo-main {
    max-width: 850px;
  }
}
.single-post .pseudo-sidebar {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  order: 2;
}
@media screen and (max-width: 767px) {
  .single-post .pseudo-sidebar {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .single-post .pseudo-sidebar {
    margin-left: 70px;
  }
}
.sidebar {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .sidebar {
    margin-left: auto;
    margin-right: auto;
    max-width: 370px;
  }
}
@media screen and (min-width: 768px) {
  .sidebar {
    flex-shrink: 0;
    margin-left: 30px;
    width: 320px;
  }
}
@media screen and (min-width: 1170px) {
  .sidebar {
    margin-left: 60px;
    width: 370px;
  }
}
.single-post-sidebar section:first-child {
  margin-bottom: 50px;
}
.single-post-sidebar section:not(:first-child):not(:last-child) {
  margin-bottom: 78px;
}
.single-post-sidebar .single-post__filter ul {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.single-post-sidebar .single-post__filter li::before, .single-post-sidebar .single-post__filter li.sf-field-category {
  display: none;
}
.single-post-sidebar .single-post__filter .sf-field-search {
  display: flex;
  justify-content: stretch;
  align-items: center;
  padding: 0;
}
.single-post-sidebar .sf-field-search h4 {
  flex-shrink: 0;
  display: block;
  margin-right: 15px;
  width: 23px;
  height: 23px;
  text-indent: -9999em;
  text-align: left;
  background-color: transparent;
  background-image: url(img/content/search-icon.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
}
.single-post-sidebar .sf-field-search label {
  display: block;
  flex-grow: 1;
}
.single-post-sidebar label .sf-input-text {
  border: 2px solid #30505A;
  width: 100%;
}
.single-post-sidebar div#ez-toc-container {
  border: 0 none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
.single-post-sidebar div#ez-toc-container p.ez-toc-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 1.4;
  color: var(--color-foreground);
  text-align: center;
}
.single-post-sidebar #ez-toc-container a {
  font-size: 15px;
  line-height: 1.3;
  color: var(--color-foreground);
  transition: all 0.3s;
}
.single-post-sidebar #ez-toc-container a:hover, .single-post-sidebar #ez-toc-container a:focus-visible {
  color: var(--color-tertiary);
}
.single-post-sidebar .sidebar-heading {
  display: block;
  margin-bottom: 39px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 30px;
  line-height: 30px;
  color: #30505A;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-post-sidebar .sidebar-heading {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .single-post__share .addtoany_shortcode {
    text-align: center;
  }
}
.single-post__related div.sidebar-tile {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 270px;
}
.single-post__related div.sidebar-tile:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .single-post__related div.sidebar-tile:not(:last-child) {
    margin-bottom: 53px;
  }
}
.single-post__related a.sidebar-tile__link {
  display: block;
}
.single-post__related .sidebar-tile__image {
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
}
.single-post__related .sidebar-tile__image img {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
  transition: all 0.3s;
}
.single-post__related a.sidebar-tile__link:hover .sidebar-tile__image img, .single-post__related a.sidebar-tile__link:focus-visible .sidebar-tile__image img {
  box-shadow: 0px 4px 25px 0px rgba(93, 211, 158, 0.5);
}
.single-post__related .sidebar-tile__heading {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: var(--color-foreground);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .single-post__related .sidebar-tile__heading {
    text-align: left;
  }
}
.single-post__related a:hover .sidebar-tile__heading, .single-post__related a:focus-visible .sidebar-tile__heading {
  color: var(--color-primary);
}
.single-post__related .sidebar-tile__date {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-family: var(--poppins-font);
  font-size: 11px;
  line-height: 30px;
  text-align: center;
  color: var(--color-foreground);
  transition: all 0.3s;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .single-post__related .sidebar-tile__date {
    text-align: left;
  }
}
.single-post__banner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 46px 22px 38px;
  min-height: 300px;
  background-color: #2E424A;
  overflow: hidden;
}
.single-post__banner > * {
  position: relative;
  z-index: 2;
}
.single-post__banner::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 20px;
  content: ' ';
  width: 213px;
  height: 277px;
  background-color: transparent;
  background-image: url(img/content/sidebar-banner-elems.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateX(-47%);
  z-index: 1;
}
.single-post__banner .banner-title {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 30px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
}
.single-post__banner .banner-title + .banner-text {
  margin-top: 27px;
}
.single-post__banner .banner-text {
  font-family: var(--roboto-font);
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #98A8AD;
  text-align: center;
}
.single-post__banner .banner-text p {
  line-height: 25px;
}
.single-post__banner .banner-text p:not(:last-child), .single-post__banner .banner-text ul:not(:last-child), .single-post__banner .banner-text ol:not(:last-child) {
  margin-bottom: 25px;
}
.single-post__banner .banner-title + .banner-button, .single-post__banner .banner-text + .banner-button {
  margin-top: 34px;
}
.single-post__banner .banner-button {
  text-align: center;
}
.single-post__banner a.btn {
  min-width: 0;
}
.widget:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .widget:not(:last-child) {
    margin-bottom: 57px;
  }
}
.widget-title {
  display: block;
  margin-bottom: 26px;
  font-weight: 700;
  font-family: var(--roboto-font);
  font-size: 18px;
  line-height: 21px;
  color: #E47123;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .widget-title {
    text-align: left;
  }
}
.widget ul {
  margin: 0;
}
.widget ul li {
  padding-left: 0;
}
.widget ul li:not(:first-child) {
  padding-top: 26px;
}
.widget ul li:not(:last-child) {
  border-bottom: 1px solid rgba(134, 134, 135, 0.3);
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .widget ul li {
    text-align: center;
  }
}
.widget ul li::before {
  display: none;
}
.widget ul li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #868687;
  transition: all 0.3s;
}
.widget ul li a:hover, .widget ul li a:focus, .widget ul li a[aria-current="page"] {
  color: #E22B27;
}
.widget.menu-widget ul li {
  border: 0 none;
  padding: 0;
}
.menu-widget ul li:not(:last-child) {
  margin-bottom: 15px;
}
.menu-widget li figure {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  width: 37px;
  height: 37px;
  line-height: 1;
  vertical-align: middle;
  overflow: hidden;
}
.menu-widget li figure img {
  max-width: 27px;
  max-height: 27px;
}
.widget.menu-widget ul li a {
  display: block;
  box-sizing: border-box;
  border: 1px solid #F4F5F5;
  padding: 12px 10px 11px;
  font-weight: 700;
  text-align: left;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
@media screen and (min-width: 1170px) {
  .widget.menu-widget ul li a {
    font-size: 18px;
    line-height: 21px;
  }
}
.widget.menu-widget ul li a:hover, .widget.menu-widget ul li a:focus-visible, .widget.menu-widget ul li.sidebar-menu__active a {
  color: #E22B27;
  border-color: #E47123;
}
.cta-widget {
  position: relative;
  background-color: transparent;
  background-image: url(img/content/cta_widget_bg.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  font-variant-numeric: oldstyle-nums;
}
.cta-widget::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.cta-widget .widget-content {
  position: relative;
  padding: 30px 30px 27px;
  z-index: 3;
}
.cta-widget .widget-content__logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 37px;
  max-width: 101px;
  line-height: 1;
}
.cta-widget .widget-content__logo img {
  display: block;
}
.cta-widget .widget-content__title {
  margin-bottom: 18px;
  font-weight: 700;
  font-family: var(--roboto-font);
  font-size: 13px;
  line-height: 15px;
  color: #E47123;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}
.cta-widget .widget-content__btn {
  margin-bottom: 31px;
}
.cta-widget .widget-content__btn .btn {
  padding: 12px 23px;
  max-width: 230px;
}
.cta-widget .widget-content__address {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 200px;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
}
.cta-widget .widget-content__phone {
  font-size: 14px;
  line-height: 16px;
}
.cta-widget .widget-content__phone a {
  color: #FFF;
  transition: all 0.3s;
}
.cta-widget .widget-content__phone a:hover, .cta-widget .widget-content__phone a:focus {
  color: #E22B27;
}
.content-page-headline {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #FFF none;
  overflow: hidden;
  z-index: 1;
}
.content-page-headline .animator {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-59%);
  z-index: 2;
}
.content-page-headline::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  width: 100%;
  height: 66px;
  background-color: transparent;
  background-image: url(img/content/wave_mask_one.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 66px;
  z-index: 3;
}
.content-page-headline .boxed {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 100px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .content-page-headline .boxed {
    min-height: 300px;
  }
}
.content-page-headline h1.page-title, .content-page-headline strong.page-title {
  display: block;
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 35px;
  line-height: 1.3;
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-page-headline h1.page-title,	.content-page-headline strong.page-title {
    font-size: 45px;
    line-height: 50px;
  }
}
.content-page-banner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.content-page-banner.has-testimonial-slider, .content-page-banner.has-testimonial-casestudy {
  overflow: visible;
  z-index: 5;
}
.content-page-banner.has-map-background {
  background-color: transparent;
  background-image: url(img/content/banner_bg.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: calc(50% + 415px) 0;
}
.content-page-banner > .animator {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.content-page-banner.has-wave-border::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  width: 100%;
  height: 66px;
  background-color: transparent;
  background-image: url(img/content/wave_mask_one.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 66px;
  z-index: 3;
}
.content-page-banner > .boxed {
  position: relative;
  box-sizing: border-box;
  padding-top: 38px;
  padding-bottom: 130px;
  z-index: 5;
}
@media screen and (min-width: 550px) {
  .content-page-banner:not(.has-testimonial-slider) > .boxed {
    padding-bottom: 120px;
  }
  .content-page-banner:not(.has-testimonial-casestudy) > .boxed {
    padding-bottom: 87px;
  }
}
@media screen and (min-width: 768px) {
  .content-page-banner:not(.has-testimonial-slider) > .boxed,	.content-page-banner:not(.has-testimonial-casestudy) > .boxed {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .content-page-banner h1.section-mini-heading,	.content-page-banner h2.section-mini-heading {
    text-align: left;
  }
}
.content-page-banner h1.section-heading, .content-page-banner h2.section-heading, .content-page-banner strong.section-heading {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .content-page-banner h1.section-heading,	.content-page-banner h2.section-heading,	.content-page-banner strong.section-heading {
    font-size: 45px;
    text-align: left;
  }
  .content-page-banner.banner-heading-size-small h1.section-heading,	.content-page-banner.banner-heading-size-small h2.section-heading,	.content-page-banner.banner-heading-size-small strong.section-heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .content-page-banner h1.section-heading br,	.content-page-banner h2.section-heading br,	.content-page-banner strong.section-heading br {
    display: none;
  }
}
.content-page-banner .banner-cols {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content-page-banner .banner-cols {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-page-banner .banner-cols {
    justify-content: stretch;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .content-page-banner .banner-cols {
    align-items: center;
  }
  .content-page-banner.section-img-valign-top .banner-cols {
    align-items: flex-start;
  }
}
.content-page-banner.section-horizontal-middle .banner-col__content .section-mini-heading, .content-page-banner.section-horizontal-middle .banner-col__content .section-heading, .content-page-banner.section-horizontal-middle .banner-col__content .section-content {
  text-align: center;
}
.content-page-banner.section-horizontal-middle .banner-col__content .section-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.content-page-banner .banner-col__image {
  margin-right: auto;
  max-width: 581px;
  line-height: 1;
}
.content-page-banner .banner-col__image.animated-banner-img, .content-page-banner .banner-col__image.imb-src-embed {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content-page-banner .banner-col__image {
    margin-left: auto;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .content-page-banner .banner-col__image {
    order: 2;
    flex-shrink: 0;
    margin-left: 40px;
    max-width: 480px;
  }
  .content-page-banner.adjust-large-image-shadow .banner-col__image {
    margin-left: 22px;
    max-width: 500px;
  }
}
@media screen and (min-width: 960px) {
  .content-page-banner .banner-col__image[style] {
    margin-left: var(--desk-ml);
    max-width: var(--desk-mxw);
  }
}
@media screen and (min-width: 1200px) {
  .content-page-banner .banner-col__image {
    margin-left: 120px;
    max-width: 600px;
  }
  .content-page-banner.adjust-large-image-shadow .banner-col__image {
    margin-left: 22px;
    max-width: 698px;
  }
  .content-page-banner .banner-col__image[style] {
    margin-left: var(--desk-ml);
    max-width: var(--desk-mxw);
  }
}
.content-page-banner.has-image-box .banner-col__image img, .content-page-banner.has-image-box .banner-col__image iframe, .content-page-banner.has-image-box .banner-col__image .wistia_embed {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
}
.content-page-banner.adjust-image-shadow .banner-col__image img {
  margin: -2.99% -4.07% -4.07%;
  max-width: calc(100% + 8.14%);
}
.content-page-banner.adjust-large-image-shadow .banner-col__image img {
  margin: -10.9% -14.9% -14.9%;
  max-width: calc(100% + 29.8%);
}
.content-page-banner.has-image-box .banner-col__image .wistia_embed {
  overflow: hidden;
}
.content-page-banner .banner-col__image svg:not(.animated-hero-svg) {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-col__content {
    order: 1;
    flex-grow: 1;
  }
}
.banner-col__content .section-content {
  color: var(--translucent-color);
}
.content-page-banner.banner-content-color-dark .banner-col__content .section-content {
  color: var(--dark-text-color);
}
.banner-col__content .section-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .banner-col__content .section-buttons {
    align-items: flex-start;
    margin-top: 57px;
  }
  .content-page-banner.section-horizontal-middle .banner-col__content .section-buttons {
    align-items: center;
    margin-top: 34px;
  }
}
.banner-col__content .section-buttons a.btn {
  margin: 0;
}
.banner-col__content .section-buttons a.btn:not(:last-child) {
  margin-bottom: 14px;
}
.banner-col__content .section-buttons a.btn.btn-blank {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 178px;
}
.banner-col__content .section-buttons a.btn > img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-top;
}
.banner-col__content .section-buttons a.btn.btn-has-video-icon > img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(42deg) brightness(103%) contrast(102%);
}
.banner-col__content .section-buttons a.btn.btn-blank > img {
  filter: brightness(0) saturate(100%) invert(78%) sepia(41%) saturate(1813%) hue-rotate(320deg) brightness(96%) contrast(89%);
}
.banner-col__content .section-buttons a.btn.btn-blank:hover > img, .banner-col__content .section-buttons a.btn.btn-blank:focus-visible > img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(31deg) brightness(103%) contrast(101%);
}
.content-page-banner .banner-additional {
  margin-top: 72px;
}
.content-page-banner .banner-additional .section-heading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 1000px;
  font-weight: 600;
  font-family: var(--poppins-font);
  text-align: center;
  color: var(--color-foreground);
}
@media screen and (min-width: 768px) {
  .content-page-banner .banner-additional .section-heading {
    font-size: 40px;
    line-height: 50px;
  }
}
.content-page-banner .banner-additional .section-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 970px;
  text-align: center;
  color: var(--translucent-color);
}
.content-page-banner .banner-additional .section-buttons {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-page-banner .banner-additional .section-buttons {
    margin-top: 63px;
  }
}
.content-testimonial-case {
  position: relative;
  z-index: 5;
}
.content-testimonial-case .boxed {
  position: relative;
  z-index: 3;
}
.content-testimonial-case .testimonial-case {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 40px 40px 80px;
  max-width: 1029px;
  background-color: #FFF;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
}
@media screen and (min-width: 768px) {
  .content-testimonial-case .testimonial-case {
    padding-top: 62px;
  }
}
@media screen and (min-width: 1200px) {
  .content-testimonial-case .testimonial-case {
    padding: 63px 109px 40px 89px;
  }
}
.content-testimonial-case .testimonial-case__photo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 39px;
  gap: 20px;
}
.content-testimonial-case .testimonial-case__photo img {
  display: block;
  position: relative;
  height: 26px;
  z-index: 1;
}
.content-testimonial-case .testimonial-case__text {
  margin-bottom: 20px;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 175%;
  text-align: center;
  color: var(--color-foreground);
}
.content-testimonial-case .testimonial-case__source {
  display: block;
  color: var(--translucent-color);
  font-weight: 400;
  font-family: var(--roboto-font);
  font-size: 17px;
  line-height: 35px;
  text-align: center;
}
.content-default-404 {
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-default-404 .boxed {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 500px;
}
.content-default-404 h1.section-heading {
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 45px;
  line-height: 50px;
  color: var(--color-foreground);
  text-align: center;
}
.content-default-404 .section-content {
  color: var(--translucent-color);
}
.content-none {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-none .boxed {
  text-align: center;
  color: var(--translucent-color);
}
.content-announcement-bar {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: var(--color-tertiary);
}
@media screen and (min-width: 768px) {
  .content-announcement-bar {
    padding-top: 12px;
    padding-bottom: 13px;
  }
}
.content-announcement-bar {
  color: #FFF;
}
.content-announcement-bar .boxed {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content-announcement-bar .boxed {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-announcement-bar .boxed {
    align-items: flex-start;
    padding-right: 48px;
  }
}
.content-announcement-bar .announcement__title {
  display: block;
  margin-right: 13px;
  font-family: var(--poppins-font);
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .content-announcement-bar .announcement__title {
    text-align: left;
  }
}
.content-announcement-bar .announcement__text, .content-announcement-bar .announcement__text p {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-announcement-bar .announcement__text,	.content-announcement-bar .announcement__text p {
    text-align: left;
  }
}
.content-announcement-bar .announcement__more {
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .content-announcement-bar .announcement__more {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .content-announcement-bar .announcement__more {
    flex-shrink: 0;
    margin-left: 7px;
  }
}
.content-announcement-bar a {
  font-family: var(--poppins-font);
  font-weight: 700;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}
.content-announcement-bar a:hover, .content-announcement-bar a:focus-visible {
  color: #000;
}
.content-announcement-bar .close-btn {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  content: '';
  box-sizing: border-box;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  width: 24px;
  height: 24px;
  text-align: left;
  text-indent: -9999em;
  background-color: transparent;
  background-image: url(img/common/x_btn.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content-announcement-bar .close-btn {
    top: 50%;
    transform: translateY(-50%);
  }
}
.content-announcement-bar .close-btn:hover, .content-announcement-bar .close-btn:focus-visible {
  background-color: #FFF;
}
.content-cta-bar {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F5F7FA;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content-cta-bar {
    padding-top: 124px;
    padding-bottom: 129px;
  }
}
.content-cta-bar.section-bgcolor-white {
  background-color: #FFF;
}
.content-cta-bar > .animator {
  display: block;
  position: absolute;
  left: calc(50%);
  top: 0;
  content: '';
  transform: translateX(-50%);
  z-index: 1;
}
.content-cta-bar .boxed {
  position: relative;
  z-index: 3;
}
.content-cta-bar .section-heading {
  margin-bottom: 33px;
  font-size: 45px;
}
.content-cta-bar .section-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 742px;
  text-align: center;
  color: var(--translucent-color);
}
@media screen and (min-width: 768px) {
  .content-cta-bar .section-buttons {
    margin-top: 60px;
  }
}
.content-cta-bar .section-buttons a.btn {
  min-width: 0;
}
.content-heading-only .section-heading {
  margin-bottom: 0;
}
.content-heading-text {
  position: relative;
  padding-top: 73px;
  padding-bottom: 60px;
}
.content-multiple-rows + .content-heading-text {
  padding-top: 48px;
}
.content-heading-text .animator {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
}
.content-heading-text.has-gradient-bg {
  background-image: linear-gradient(180deg, #F2F6FE 0%, #F5F7FA 100%);
}
.content-heading-text.has-gradient-bg::before {
  display: block;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  background-color: transparent;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.content-heading-text.has-gradient-bg::before {
  top: -50px;
  height: 51px;
  background-image: url(img/content/wave_mask_two.svg);
  background-position: center bottom;
  background-size: 100% 51px;
}
.content-heading-text.has-gradient-fade::before {
  display: block;
  position: absolute;
  left: 0;
  top: -50px;
  content: '';
  width: 100%;
  height: 51px;
  background-color: transparent;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url(img/content/wave_mask_two.svg);
  background-position: center bottom;
  background-size: 100% 51px;
  z-index: 2;
}
.content-heading-text.has-gradient-fade::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  max-height: 1100px;
  background-image: linear-gradient(180deg, #F2F6FE 0%, #F5F7FA 80%, #FFFFFF 100%);
  z-index: 1;
}
.content-heading-text .boxed {
  position: relative;
  z-index: 5;
}
.content-heading-text .section-heading {
  margin-bottom: 0;
}
.content-heading-text .section-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  max-width: 970px;
  color: var(--translucent-color);
}
.content-heading-text.section-content-alignment-left .section-heading, .content-heading-text.section-content-alignment-left .section-content {
  text-align: left;
}
.content-heading-text.section-content-alignment-center .section-heading, .content-heading-text.section-content-alignment-center .section-content {
  text-align: center;
}
.content-heading-text.section-content-alignment-right .section-heading, .content-heading-text.section-content-alignment-right .section-content {
  text-align: right;
}
.content-heading-text.section-content-color-dark .section-content {
  color: var(--dark-text-color);
}
.content-heading-text.section-content-width-wide .section-content {
  max-width: none;
}
.content-heading-text .section-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 70px;
  line-height: 1;
}
.content-heading-text .section-image {
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 21px 30px 29px;
  background-color: #FFF;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
  overflow: hidden;
}
.content-heading-text .section-code {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
  margin-top: 70px;
  overflow: hidden;
}
.content-heading-text .section-banner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  line-height: 1;
}
.content-heading-text .section-banner.section-banner-loc-before {
  margin-bottom: 26px;
}
.content-heading-text .section-banner.section-banner-loc-after {
  margin-top: 26px;
}
.content-heading-text .section-banner.section-banner-type-embed {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
  overflow: hidden;
}
.content-heading-text .section-banner img {
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
  overflow: hidden;
}
.content-text-wide-image {
  position: relative;
  padding-top: 77px;
  padding-bottom: 85px;
  overflow: hidden;
}
.content-text-wide-image .animator {
  display: block;
  position: absolute;
  left: 50%;
  top: -34px;
  width: 813px;
  height: 260px;
  transform: translateX(-50%);
  z-index: 2;
}
.content-text-wide-image .boxed {
  position: relative;
  z-index: 5;
}
.content-text-wide-image .section-heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 1000px;
  font-size: 30px;
}
.content-text-wide-image .section-heading:not(:only-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .content-text-wide-image .section-heading:not(:only-child) {
    margin-bottom: 87px;
  }
}
.content-text-wide-image .section-row__image {
  line-height: 1;
}
.content-text-wide-image .section-row__image:not(:last-child) {
  margin-bottom: 63px;
}
.content-text-wide-image .section-row__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
}
.content-text-wide-image .section-row__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  color: var(--translucent-color);
}
.content-text-wide-image .section-row__content:not(:last-child) {
  margin-bottom: 63px;
}
.content-left-image {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}
.content-left-image .section-heading {
  margin-bottom: 33px;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  .content-left-image .section-heading {
    text-align: left;
  }
}
.content-left-image.reduce-element-spacing .section-heading {
  margin-bottom: 19px;
  font-size: 35px;
  line-height: 50px;
}
.content-left-image .two-columns {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content-left-image .two-columns {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-left-image .two-columns {
    justify-content: stretch;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .content-left-image .two-columns {
    align-items: center;
  }
  .content-left-image.reduce-element-spacing .two-columns {
    align-items: flex-start;
  }
}
.content-left-image .two-columns__image {
  margin-right: auto;
  width: 100%;
  max-width: 581px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .content-left-image .two-columns__image {
    margin-left: auto;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .content-left-image .two-columns__image {
    flex-shrink: 0;
    margin-right: 30px;
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .content-left-image .two-columns__image {
    margin-right: 89px;
    max-width: 581px;
  }
  .content-left-image.reduce-element-spacing .two-columns__image {
    margin-right: 100px;
    max-width: 500px;
  }
}
.content-left-image .two-columns__image img {
  display: block;
}
.content-left-image.reduce-element-spacing .two-columns__image img {
  margin-left: auto;
  margin-right: auto;
}
.content-left-image.adjust-image-shadow .two-columns__image img {
  margin: -17.9%;
  max-width: calc(100% + 35.8%);
}
.content-left-image.add-shadow-corners .two-columns__image img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
}
@media screen and (min-width: 768px) {
  .two-columns__content {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1200px) {
  .two-columns__content {
    padding-right: 40px;
  }
}
.two-columns__content .section-content {
  font-size: 17px;
  line-height: 30px;
  color: var(--translucent-color);
}
.content-left-image.reduce-element-spacing .two-columns__content .section-content ul:not(:last-child) {
  margin-bottom: 10px;
}
.content-section .two-columns__content .section-content ul:last-child {
  margin-bottom: 0;
}
.content-left-image.reduce-element-spacing .two-columns__content .section-content ul li {
  text-align: left;
}
.content-left-image.reduce-element-spacing .two-columns__content .section-content p:not(:last-child) {
  margin-bottom: 10px;
  line-height: 30px;
}
.two-columns__content .section-buttons {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .two-columns__content .section-buttons {
    margin-top: 57px;
  }
}
.content-left-image.reduce-element-spacing .section-buttons {
  margin-top: 24px;
}
.two-columns__content .section-buttons a.btn.btn-skeleton {
  border-color: var(--color-purple);
  color: var(--color-purple);
}
.two-columns__content .section-buttons a.btn.btn-skeleton:hover, .two-columns__content .section-buttons a.btn.btn-skeleton:focus-visible {
  border-color: var(--color-foreground);
  color: #FFF;
}
.content-left-image.reduce-element-spacing .two-columns__content .section-buttons a.btn.btn-skeleton {
  border-color: var(--color-primary);
  color: #FFF;
  background-color: var(--color-primary);
}
.content-left-image.reduce-element-spacing .two-columns__content .section-buttons a.btn.btn-skeleton:hover, .content-left-image.reduce-element-spacing .two-columns__content .section-buttons a.btn.btn-skeleton:focus-visible {
  border-color: var(--color-foreground);
  color: #FFF;
  background-color: var(--color-foreground);
}
.two-columns__content .section-buttons a.btn > img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(51%) saturate(3414%) hue-rotate(219deg) brightness(94%) contrast(96%);
}
.two-columns__content .section-buttons a.btn:hover > img, .two-columns__content .section-buttons a.btn:focus-visible > img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(31deg) brightness(103%) contrast(101%);
}
.content-leftright-embed {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .content-leftright-embed .section-heading {
    font-weight: 600;
    margin-bottom: 22px;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}
.content-leftright-embed .section-content {
  color: var(--translucent-color);
}
.content-leftright-embed .two-columns {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content-leftright-embed .two-columns {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-leftright-embed .two-columns {
    justify-content: stretch;
    align-items: flex-start;
    gap: 30px;
  }
  .content-leftright-embed.section-valign-center .two-columns {
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .content-leftright-embed .two-columns {
    gap: 76px;
  }
  .content-leftright-embed .two-columns[style] {
    gap: var(--embed-gap);
  }
}
.content-leftright-embed .two-columns__embed, .content-leftright-embed .two-columns__image {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 720px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .content-leftright-embed .two-columns__embed,	.content-leftright-embed .two-columns__image {
    margin-bottom: 35px;
  }
  .content-leftright-embed .two-columns__embed[style],	.content-leftright-embed .two-columns__image[style] {
    max-width: var(--embed-maxwidth);
  }
}
@media screen and (min-width: 768px) {
  .content-leftright-embed .two-columns__embed,	.content-leftright-embed .two-columns__image {
    flex-shrink: 0;
    max-width: 500px;
  }
  .content-leftright-embed .two-columns__embed[style],	.content-leftright-embed .two-columns__image[style] {
    max-width: var(--embed-maxwidth);
  }
  .content-leftright-embed.section-embed-right .two-columns__embed,	.content-leftright-embed.section-embed-right .two-columns__image {
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .content-leftright-embed .two-columns__embed,	.content-leftright-embed .two-columns__image {
    max-width: 720px;
  }
  .content-leftright-embed .two-columns__embed[style],	.content-leftright-embed .two-columns__image[style] {
    max-width: var(--embed-maxwidth);
  }
}
.content-leftright-embed .two-columns__image img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .content-leftright-embed .two-columns__image img {
    margin-right: auto;
    margin-left: auto;
  }
}
.content-leftright-embed .two-columns__embed iframe, .content-leftright-embed .two-columns__embed video {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .content-leftright-embed .two-columns__embed iframe,	.content-leftright-embed .two-columns__embed video {
    margin-right: auto;
    margin-left: auto;
  }
}
.content-leftright-embed .two-columns__content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .content-leftright-embed .two-columns__content {
    flex-grow: 1;
  }
  .content-leftright-embed.section-embed-right .two-columns__content {
    order: 1;
  }
}
.content-leftright-embed.section-heading-size-smaller .two-columns__content .section-heading {
  margin-bottom: 24px;
  font-size: 35px;
  line-height: 50px;
}
.content-leftright-embed .two-columns__content .section-content p {
  line-height: 30px;
}
.content-leftright-embed .two-columns__content .section-content p:last-child, .content-leftright-embed .two-columns__content .section-content ul:last-child, .content-leftright-embed .two-columns__content .section-content ol:last-child {
  margin-bottom: 30px;
}
.content-leftright-embed.section-text-color-dark .two-columns__content .section-content {
  font-size: 20px;
  color: var(--color-foreground);
}
.content-leftright-embed .two-columns__content .section-buttons {
  margin-top: 24px;
}
.content-leftright-embed .two-columns__content .section-buttons a.btn.btn-skeleton {
  border-color: var(--color-purple);
  color: var(--color-purple);
}
.content-leftright-embed .two-columns__content .section-buttons a.btn.btn-skeleton:hover, .content-leftright-embed .two-columns__content .section-buttons a.btn.btn-skeleton:focus-visible {
  border-color: var(--color-foreground);
  color: #FFF;
}
.content-leftright-embed .two-columns__content .section-buttons a.btn > img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(51%) saturate(3414%) hue-rotate(219deg) brightness(94%) contrast(96%);
}
.content-leftright-embed .two-columns__content .section-buttons a.btn:hover > img, .content-leftright-embed .two-columns__content .section-buttons a.btn:focus-visible > img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(31deg) brightness(103%) contrast(101%);
}
.content-image-inner-text {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
}
.content-image-inner-text .boxed {
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px;
}
.content-image-inner-text .inner-image {
  position: relative;
}
.content-image-inner-text .inner-image__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .content-image-inner-text .inner-image__image {
    margin-bottom: 35px;
  }
}
.content-image-inner-text .inner-image__image::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.6;
  z-index: 3;
}
.content-image-inner-text .inner-image__image img {
  position: relative;
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
  z-index: 1;
}
.content-image-inner-text .inner-image__content {
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .content-image-inner-text .inner-image__content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .content-image-inner-text .inner-image__content {
    padding: 30px 90px 62px;
  }
}
.content-image-inner-text .section-heading {
  margin-bottom: 35px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 40px;
  line-height: 50px;
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-image-inner-text .section-heading {
    margin-bottom: 6px;
    color: #FFF;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .content-image-inner-text .section-heading {
    font-size: 30px;
    line-height: 1.4;
  }
}
.content-image-inner-text .section-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1030px;
  color: var(--translucent-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-image-inner-text .section-content {
    color: #FFF;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .content-image-inner-text .section-content {
    font-size: 16px;
  }
  .content-image-inner-text .section-content p {
    line-height: 1.3;
  }
}
.content-twocol-heading-text {
  position: relative;
  padding-top: 42px;
  padding-bottom: 52px;
  z-index: 3;
}
.content-twocol-heading-text .section-heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .content-twocol-heading-text .section-heading {
    text-align: left;
  }
}
.content-twocol-heading-text .two-cols {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .content-twocol-heading-text .two-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
  }
}
.content-twocol-heading-text .two-col__title {
  display: block;
  margin-bottom: 18px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 25px;
  line-height: 50px;
  color: var(--color-primary);
}
.content-twocol-heading-text .two-col__text {
  color: var(--dark-text-color);
}
.content-twocol-heading-text .two-col__text p:not(:last-child), .content-twocol-heading-text .two-col__text ul:not(:last-child), .content-twocol-heading-text .two-col__text ol:not(:last-child) {
  margin-bottom: 18px;
}
.content-twocol-heading-text .two-col__text ul li {
  padding-left: 31px;
}
.content-twocol-heading-text .two-col__text ul li::before {
  left: 13px;
  top: 16px;
  width: 4px;
  height: 4px;
  background-color: var(--dark-text-color);
}
.content-image-solo {
  position: relative;
  padding-top: 69px;
  padding-bottom: 50px;
  z-index: 1;
}
.content-image-solo .boxed {
  position: relative;
  z-index: 3;
}
.content-image-solo .animator {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  z-index: 1;
}
.content-image-solo .solo-image__photo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 960px;
  z-index: 1;
}
.content-image-solo .inner-image__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 1;
}
.content-statistics {
  position: relative;
  padding-top: 40px;
  padding-bottom: 120px;
}
.content-statistics .section-heading {
  margin-bottom: 58px;
  font-size: 40px;
}
.content-statistics .section-statistics {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  overflow: hidden;
}
.content-statistics .stat-boxes {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content-statistics .stat-boxes {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-statistics .stat-boxes {
    justify-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .content-statistics .stat-boxes {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.content-statistics .stat-box {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .content-statistics .stat-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .content-statistics .stat-box {
    flex: 1 1 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .content-statistics .stat-box {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.content-statistics .stat-box__value {
  margin-bottom: 20px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 60px;
  line-height: 1.2;
  color: var(--color-primary);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .content-statistics .stat-box__value {
    margin-bottom: 35px;
  }
}
.content-statistics .stat-box__title {
  display: block;
  margin-bottom: 17px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 25px;
  color: var(--color-foreground);
  text-align: center;
}
.content-statistics .stat-box__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #98A8AD;
  text-align: center;
}
.content-awards-carousel-local {
  position: relative;
  padding-top: 62px;
  padding-bottom: 40px;
}
.content-awards-carousel-local .boxed {
  position: relative;
  z-index: 5;
}
.content-awards-carousel-local .awards-carousel__item {
  margin-left: 15px;
  margin-right: 15px;
}
.content-awards-carousel-local .awards-carousel__item figure {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 292px;
  overflow: hidden;
}
.content-awards-carousel-local figure img, .content-awards-carousel-local figure svg {
  width: auto;
  max-height: 292px;
}
.content-awards-carousel {
  position: relative;
  padding-top: 106px;
  padding-bottom: 94px;
  background-color: #F5F7FA;
}
.content-awards-carousel .animator {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.content-awards-carousel .boxed {
  position: relative;
  z-index: 5;
}
.content-awards-carousel .awards-carousel__item {
  margin-left: 23px;
  margin-right: 23px;
}
.content-awards-carousel .awards-carousel__item figure {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 200px;
  overflow: hidden;
}
.content-awards-carousel figure img, .content-awards-carousel figure svg {
  width: auto;
  max-height: 200px;
}
.content-tabbed-content {
  position: relative;
  padding-top: 38px;
  padding-bottom: 37px;
}
.content-tabbed-content .section-heading {
  margin-bottom: 28px;
}
.content-tabbed-content .section-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 830px;
  text-align: center;
  color: var(--translucent-color);
}
.content-tabbed-content .tabs-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.content-tabbed-content ul.tab-list {
  justify-content: center;
  margin-bottom: 58px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.content-tabbed-content ul.tab-list li:not(.pill-bg) {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 3;
}
.content-tabbed-content ul.tab-list li.pill-bg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 100%;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.08);
  transition: all 0.3s;
  z-index: 1;
}
.content-tabbed-content ul.tab-list a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 18px 30px;
  font-family: var(--poppins-font);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #264653;
  background-color: transparent;
  box-shadow: none;
}
.content-tabbed-content ul.tab-list li.ui-state-active a {
  color: var(--color-tertiary);
  background-color: transparent;
  box-shadow: none;
}
.content-tabbed-content ul.tab-list a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.content-tabbed-content .tab-content {
  width: 100%;
}
.content-tabbed-content .tab-content__banners {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .content-tabbed-content .tab-content__banners {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-tabbed-content .tab-content__banners {
    justify-content: space-between;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 71px;
  }
}
.content-tabbed-content a.tab-banner {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 29px;
  width: 100%;
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  .content-tabbed-content a.tab-banner {
    flex: 1 1 auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .content-tabbed-content a.tab-banner:nth-child(even) {
    transform: translateY(29px);
  }
}
.content-tabbed-content a.tab-banner figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 1;
  height: 230px;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
  transition: all 0.3s;
}
.content-tabbed-content a.tab-banner[href]:hover figure, .content-tabbed-content a.tab-banner[href]:focus-visible figure {
  box-shadow: 0px 4px 25px 0px var(--color-primary);
}
.content-tabbed-content a.tab-banner figure img {
  display: block;
}
.content-tabbed-content a.tab-banner .tab-banner__title {
  display: block;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 17px;
  line-height: 25px;
  color: var(--color-foreground);
  text-align: center;
  transition: all 0.3s;
}
.content-tabbed-content a.tab-banner[href]:hover .tab-banner__title, .content-tabbed-content a.tab-banner[href]:focus-visible .tab-banner__title {
  color: var(--color-tertiary);
}
.content-tabbed-vertical {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .content-tabbed-vertical:last-child {
    padding-bottom: 150px;
  }
}
.content-multiple-rows + .content-tabbed-vertical {
  padding-top: 0;
}
.content-tabbed-vertical .section-heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .content-tabbed-vertical .section-heading {
    margin-bottom: 69px;
  }
}
.content-tabbed-vertical .tabs-wrap {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.content-tabbed-vertical ul.tab-list {
  flex-shrink: 0;
  display: block;
  position: relative;
  float: none;
  box-sizing: border-box;
  margin: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 42px 51px;
  width: 270px;
  background-color: #FFF;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .content-tabbed-vertical ul.tab-list {
    display: none;
  }
}
.content-tabbed-vertical ul.tab-list li:not(:last-child) {
  margin-bottom: 39px;
}
.content-tabbed-vertical ul.tab-list li::before {
  display: none;
}
.content-tabbed-vertical ul.tab-list a {
  display: block;
  padding: 0;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 25px;
  line-height: 50px;
  color: var(--color-foreground);
  text-align: left;
  background-color: transparent;
}
.content-tabbed-vertical ul.tab-list li.ui-state-active a {
  color: var(--color-primary);
  background-color: transparent;
  box-shadow: none;
}
.content-tabbed-vertical ul.tab-list a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.content-tabbed-vertical .ui-tabs-vertical .ui-tabs-panel {
  float: none;
  width: auto;
}
.content-tabbed-vertical .tab-content {
  position: relative;
  padding: 30px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .content-tabbed-vertical .tab-content {
    flex-grow: 1;
    padding: 37px 48px 51px 57px;
  }
}
@media screen and (min-width: 1200px) {
  .content-tabbed-vertical .tab-content {
    padding: 37px 48px 51px 57px;
  }
}
.content-tabbed-vertical .tab-content__title {
  display: block;
  margin-bottom: 40px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 30px;
  line-height: 50px;
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-tabbed-vertical .tab-content__title {
    text-align: left;
  }
}
.content-tabbed-vertical .tab-content__flex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content-tabbed-vertical .tab-content__flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-tabbed-vertical .tab-content__flex {
    justify-content: stretch;
  }
}
.content-tabbed-vertical .tab-content__image {
  margin-right: auto;
  width: 100%;
  max-width: 355px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .content-tabbed-vertical .tab-content__image {
    margin-left: auto;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .content-tabbed-vertical .tab-content__image {
    flex-shrink: 0;
    margin-right: 37px;
  }
}
.content-tabbed-vertical .tab-content__image img, .content-tabbed-vertical .tab-content__image svg {
  max-width: 100%;
}
.content-tabbed-vertical .tab-content__text {
  font-size: 20px;
  color: var(--translucent-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-tabbed-vertical .tab-content__text {
    flex-grow: 1;
    text-align: left;
  }
}
.content-list-cards {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}
.content-list-cards .section-heading {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .content-list-cards .section-heading {
    margin-bottom: 69px;
  }
}
.content-list-cards .section-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 1030px;
  text-align: center;
  color: var(--translucent-color);
}
@media screen and (min-width: 768px) {
  .content-list-cards .section-content {
    margin-bottom: 90px;
  }
}
.content-list-cards .list-cards {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content-list-cards .list-cards {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-list-cards .list-cards {
    justify-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.content-list-cards .list-card {
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 25, 48, 0.11);
}
@media screen and (max-width: 767px) {
  .content-list-cards .list-card:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .content-list-cards .list-card {
    margin-left: 15px;
    margin-right: 15px;
    padding: 51px 50px 49px;
  }
}
.content-list-cards .list-card__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
  line-height: 1;
}
.content-list-cards .list-card__image img {
  display: block;
}
.content-list-cards .list-card__title {
  display: block;
  margin-bottom: 41px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 30px;
  line-height: 30px;
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-list-cards .list-card__title {
    margin-bottom: 30px;
  }
}
.content-list-cards ul.list-card__list {
  margin-bottom: 0;
}
.content-list-cards ul.list-card__list li {
  padding-left: 36px;
  font-size: 16px;
  line-height: 30px;
  color: #767C83;
  text-align: left;
}
.content-list-cards ul.list-card__list li::before {
  left: 0;
  top: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: transparent url(img/common/icon_checkbox.svg) no-repeat center center;
  background-size: cover;
}
.content-testimonial-slider {
  position: relative;
  z-index: 3;
}
.content-multiple-columns + .content-testimonial-slider {
  padding-top: 40px;
}
.content-testimonial-slider.has-half-background::before, .content-testimonial-slider.has-half-background::after, .content-testimonial-case.has-half-background::before, .content-testimonial-case.has-half-background::after {
  display: block;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  z-index: 1;
}
.content-testimonial-slider.has-half-background::before, .content-testimonial-case.has-half-background::before {
  bottom: calc(50% - 52px);
  height: 51px;
  background-color: transparent;
  background-image: url(img/content/wave_mask_two.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 51px;
}
.content-testimonial-slider.has-half-background::after, .content-testimonial-case.has-half-background::after {
  bottom: 0;
  height: calc(50% - 51px);
  background-color: #F2F6FE;
}
.content-testimonial-slider .boxed {
  position: relative;
  z-index: 3;
}
.testimonial-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 40px 40px 80px;
  max-width: 1029px;
  background-color: #FFF;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
}
@media screen and (min-width: 768px) {
  .testimonial-wrapper {
    padding-top: 62px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-wrapper {
    padding-left: 102px;
    padding-right: 102px;
    padding-bottom: 52px;
  }
}
.testimonial-wrapper .animator {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.testimonial-wrapper .testimonial-slides {
  position: relative;
  z-index: 3;
}
.content-testimonial-slider .testimonial-slide__title {
  display: block;
  margin-bottom: 18px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.testimonial-slide__text {
  margin-bottom: 39px;
  width: 100%;
  font-size: 17px;
  text-align: center;
  color: var(--translucent-color);
}
.testimonial-slide__source {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-slide__photo {
  position: relative;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  line-height: 1;
  overflow: hidden;
}
.testimonial-slide__photo::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(49, 163, 221, 0.15);
  z-index: 3;
}
.testimonial-slide__photo img {
  display: block;
  position: relative;
  z-index: 1;
}
.testimonial-slide__name {
  display: block;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.content-callout-box {
  position: relative;
  z-index: 3;
}
.content-multiple-columns + .content-callout-box {
  padding-top: 40px;
}
.content-leftright-embed + .content-callout-box {
  padding-top: 60px;
}
.content-callout-box.has-half-background::before, .content-callout-box.has-half-background::after {
  display: block;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  z-index: 1;
}
.content-callout-box.has-half-background::before {
  bottom: calc(50% - 52px);
  height: 51px;
  background-color: transparent;
  background-image: url(img/content/wave_mask_two.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 51px;
}
.content-callout-box.has-half-background::after {
  bottom: 0;
  height: calc(50% - 51px);
  background-color: #F2F6FE;
}
.content-callout-box .boxed {
  position: relative;
  z-index: 3;
}
.content-callout-box .callout-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 1029px;
  background-color: #FFF;
  box-shadow: 0px 4px 25px rgba(0, 25, 48, 0.11);
}
@media screen and (min-width: 768px) {
  .content-callout-box .callout-wrapper {
    padding: 53px 99px 48px;
  }
}
.content-callout-box.section-bgcolor-dark .callout-wrapper {
  background-color: var(--color-foreground);
}
.callout-wrapper .animator {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.callout-wrapper .callout-slide {
  position: relative;
  z-index: 3;
}
.content-callout-box .section-heading {
  display: block;
  margin-bottom: 27px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 30px;
  line-height: 1;
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content-callout-box .section-heading {
    line-height: 1.3;
  }
}
.content-callout-box.section-bgcolor-dark .section-heading {
  color: var(--color-primary);
}
.content-callout-box .section-content {
  font-size: 17px;
  color: var(--dark-text-color);
  text-align: center;
}
.content-callout-box.section-bgcolor-dark .section-content {
  color: #FFF;
}
.content-customer-focus {
  position: relative;
  padding-top: 50px;
  padding-bottom: 90px;
  z-index: 3;
}
.content-callout-box + .content-customer-focus {
  padding-top: 113px;
}
.content-customer-focus.has-half-background::before, .content-customer-focus.has-half-background::after {
  display: block;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  z-index: 1;
}
.content-customer-focus.has-half-background::before {
  bottom: calc(50% - 52px);
  height: 51px;
  background-color: transparent;
  background-image: url(img/content/wave_mask_two.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 51px;
}
.content-customer-focus.has-half-background::after {
  bottom: 0;
  height: calc(50% - 51px);
  background-color: #F2F6FE;
}
.content-customer-focus .boxed {
  position: relative;
  z-index: 3;
}
.content-customer-focus .section-heading {
  margin-bottom: 62px;
  text-align: center;
}
.content-customer-focus .focus-blocks {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  background-color: #FFF;
  box-shadow: 0px 4px 25px rgba(33, 86, 135, 0.11);
}
@media screen and (min-width: 768px) {
  .content-customer-focus .focus-blocks {
    padding: 58px 65px 67px;
  }
}
.content-customer-focus .focus-block {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .content-customer-focus .focus-block {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-customer-focus .focus-block {
    justify-content: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .content-customer-focus .focus-block {
    gap: 89px;
  }
}
.content-customer-focus .focus-block:not(:first-child) {
  margin-top: 86px;
}
.content-customer-focus .focus-block__image {
  position: relative;
  line-height: 1;
  width: 100%;
  max-width: 421px;
}
@media screen and (max-width: 767px) {
  .content-customer-focus .focus-block__image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .content-customer-focus .focus-block__image {
    flex-shrink: 0;
  }
  .content-customer-focus .section-image-right .focus-block__image {
    order: 2;
  }
}
.content-customer-focus .focus-block__image > img {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.content-customer-focus .focus-block__content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-customer-focus .focus-block__content {
    flex-grow: 1;
    text-align: left;
  }
  .content-customer-focus .section-image-right .focus-block__content {
    order: 1;
  }
}
.content-customer-focus .focus-content__title {
  display: block;
  margin-bottom: 24px;
  font-family: var(--poppins-font);
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
  color: var(--color-foreground);
}
.content-customer-focus .focus-content__text {
  color: var(--dark-text-color);
}
.content-logo-carousel {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content-logo-carousel {
    padding-bottom: 120px;
  }
}
.content-logo-carousel .section-heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .content-logo-carousel .section-heading {
    margin-bottom: 83px;
  }
}
.content-logo-carousel .carousel-slides:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .content-logo-carousel .carousel-slides:not(:last-child) {
    margin-bottom: 79px;
  }
}
.carousel-slides .carousel-slide {
  margin-left: 44px;
  margin-right: 44px;
}
.carousel-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 1;
}
.carousel-slide img {
  display: block;
  max-height: 40px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(16%) saturate(1312%) hue-rotate(152deg) brightness(87%) contrast(91%);
  opacity: 0.7;
}
.content-career-single {
  position: relative;
  padding-top: 71px;
  padding-bottom: 110px;
}
.content-career-single .career-columns {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content-career-single .career-columns {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-career-single .career-columns {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .content-career-single .career-column__main {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .content-career-single .career-column__main {
    order: 2;
    flex-grow: 1;
  }
}
.content-career-single .section-heading {
  margin-bottom: 10px;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .content-career-single .section-heading {
    text-align: left;
  }
}
.content-career-single .career_column__meta {
  display: block;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 35px;
  color: var(--color-foreground);
  text-align: center;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .content-career-single .career_column__meta {
    text-align: left;
  }
}
.content-career-single .career-column__area:not(:last-child) {
  margin-bottom: 66px;
}
.content-career-single .career-column__title {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-career-single .career-column__title {
    text-align: left;
  }
}
.content-career-single .career-column__text {
  font-size: 17px;
  color: #98A8AD;
}
@media screen and (max-width: 767px) {
  .content-career-single .career-column__sidebar {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .content-career-single .career-column__sidebar {
    order: 1;
    flex-shrink: 0;
    margin-right: 40px;
    width: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .content-career-single .career-column__sidebar {
    margin-left: 84px;
  }
}
.content-career-single .career-column__section:not(:last-child) {
  margin-bottom: 36px;
}
.content-career-single .career-column__section.career-column__button:not(:last-child) {
  margin-bottom: 41px;
}
.content-career-single .career-column__label {
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-career-single .career-column__label {
    text-align: left;
  }
}
.content-career-single .career-column__label {
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-career-single .career-column__label {
    text-align: left;
  }
}
.content-career-single .career-column__section > div {
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-career-single .career-column__section > div {
    text-align: left;
  }
}
.content-job-list {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
}
.content-text-wide-image + .content-job-list {
  padding-top: 0;
}
.content-job-list .section-heading {
  margin-bottom: 67px;
}
.content-job-list .department-area {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 40px;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px #0019301C;
}
.content-job-list .department-area:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .content-job-list .department-area {
    padding: 63px 100px 67px;
  }
}
.content-job-list .department-area__heading {
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-job-list .department-area__heading {
    text-align: left;
  }
}
.content-job-list .department-area__item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.content-job-list .department-area__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .content-job-list .department-area__item {
    flex-direction: column;
  }
  .content-job-list .department-area__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .content-job-list .department-area__item {
    justify-content: stretch;
    align-items: center;
  }
}
.content-job-list .department-item__title {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #767C83;
}
@media screen and (max-width: 767px) {
  .content-job-list .department-item__title {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .content-job-list .department-item__title {
    flex-grow: 1;
    padding-left: 36px;
  }
}
.content-job-list .department-item__title::before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url(img/common/icon_checkbox.svg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
  .content-job-list .department-item__title::before {
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .content-job-list .department-item__title::before {
    position: absolute;
    left: 0;
    top: 2px;
  }
}
.content-job-list .department-item__location {
  font-size: 20px;
  line-height: 40px;
  color: #767C83;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .content-job-list .department-item__location {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .content-job-list .department-item__location {
    flex-shrink: 0;
    width: 163px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content-job-list .department-item__button {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .content-job-list .department-item__button {
    flex-shrink: 0;
    margin-left: 30px;
  }
}
.content-job-list .department-item__button .btn {
  margin: 0;
}
.content-blog-list, .content-blog-grid {
  position: relative;
  padding-top: 59px;
  padding-bottom: 101px;
}
.content-blog-list .section-heading, .content-blog-grid .section-heading {
  margin-bottom: 28px;
  font-size: 45px;
  text-align: center;
}
.content-blog-list .section-content, .content-blog-grid .section-content {
  margin-bottom: 69px;
  color: var(--translucent-color);
  text-align: center;
}
.pseudo-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .pseudo-container {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .pseudo-container {
    justify-content: stretch;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pseudo-container .search-filter-sidebar {
    display: none;
    margin-bottom: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 40px 20px;
    background-color: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
  }
  .content-blog-list .pseudo-container .search-filter-sidebar,	.content-blog-grid .pseudo-container .search-filter-sidebar {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .pseudo-container .search-filter-sidebar {
    flex-shrink: 0;
    margin-right: 40px;
    padding-bottom: 60px;
    width: 270px;
  }
  .content-blog-grid .pseudo-container .search-filter-sidebar {
    order: 2;
    margin-left: 40px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pseudo-container .search-filter-sidebar {
    margin-right: 100px;
  }
  .content-blog-grid .pseudo-container .search-filter-sidebar {
    margin-right: 0;
    margin-left: 100px;
  }
}
@media screen and (min-width: 768px) {
  .page-single .pseudo-container .search-filter-sidebar {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .pseudo-container .has-sidebar-content {
    margin-bottom: 60px;
  }
  .content-blog-list .pseudo-container .has-sidebar-content,	.content-blog-grid .pseudo-container .has-sidebar-content {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .pseudo-container .has-sidebar-content {
    flex-grow: 1;
    margin-bottom: 40px;
  }
  .page-single .pseudo-container .has-sidebar-content {
    order: 2;
  }
}
.content-blog-list .blog-cards .blog-card {
  padding-top: 70px;
  padding-bottom: 70px;
}
.content-blog-list .blog-cards .blog-card:first-child {
  padding-top: 0;
}
.content-blog-list .blog-cards .blog-card:not(:last-child) {
  border-bottom: 1px solid rgba(48, 80, 90, 0.2);
}
.content-blog-grid .blog-cards {
  display: grid;
  gap: 51px 58px;
  margin-bottom: 52px;
}
@media screen and (min-width: 600px) {
  .content-blog-grid .blog-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .content-blog-grid .blog-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .content-blog-grid .blog-first-card {
    grid-column: 1 / -1;
  }
}
.content-blog-grid .blog-card-hr {
  display: block;
  grid-column: 1 / -1;
  width: 100%;
  height: 1px;
  background-color: var(--color-foreground);
  overflow: hidden;
  opacity: 0.2;
}
.blog-card .blog-card__image {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.blog-card .blog-card__image img {
  margin-bottom: 28px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
.blog-card .blog-card__image img.attachment-full {
  width: 100%;
}
.blog-card .blog-card__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .blog-card .blog-card__meta {
    justify-content: flex-start;
  }
}
.blog-card .blog-card__category {
  display: block;
  margin-right: 20px;
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 20px;
  color: #E89356;
  font-weight: 400;
  font-family: var(--roboto-font);
  font-size: 13px;
  line-height: 28px;
  color: var(--color-tertiary);
}
.blog-card .blog-card__meta em {
  font-style: normal;
  font-weight: 400;
  font-family: var(--roboto-font);
  font-size: 11px;
  line-height: 30px;
  text-align: center;
  color: var(--color-foreground);
  opacity: 0.5;
}
.blog-card .blog-card__heading {
  display: block;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: var(--color-foreground);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .blog-card .blog-card__heading {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .blog-first-card .blog-card__heading {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
  }
}
.blog-card .blog-card__excerpt {
  margin-top: 19px;
  font-size: 17px;
  text-align: center;
  color: #98A8AD;
  transition: all 0.3s;
}
.content-blog-grid .blog-card .blog-card__excerpt {
  font-size: 17px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .blog-card .blog-card__excerpt {
    text-align: left;
  }
}
.blog-card a:hover .blog-card__heading, .blog-card a:focus-visible .blog-card__heading, .content-section:not(.content-blog-grid) .blog-card a:hover .blog-card__excerpt, .content-section:not(.content-blog-grid) .blog-card a:focus-visible .blog-card__excerpt {
  color: var(--color-tertiary);
}
.search-filter-sidebar .searchandfilter input[type="text"] {
  border: 2px solid rgba(48, 80, 90, 1);
}
@media screen and (max-width: 767px) {
  .search-filter-sidebar .searchandfilter ul li.sf-field-search input[type="text"] {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .search-filter-sidebar .searchandfilter ul li.sf-field-search label {
    display: block;
  }
}
.search-filter-sidebar .searchandfilter ul li {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .search-filter-sidebar .searchandfilter ul li {
    text-align: left;
  }
  .search-filter-sidebar .searchandfilter ul li.sf-field-search {
    text-align: center;
  }
}
.search-filter-sidebar .searchandfilter > ul > li {
  margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .search-filter-sidebar .searchandfilter > ul > li {
    margin-bottom: 63px;
  }
}
@media screen and (min-width: 768px) {
  .search-filter-sidebar .searchandfilter > ul > li.sf-field-search {
    margin-bottom: 74px;
  }
}
.search-filter-sidebar .searchandfilter ul li::before {
  display: none;
}
.search-filter-sidebar input[type="checkbox"] {
  accent-color: var(--color-primary);
}
.blog-sidebar__widgets .widget-heading {
  display: block;
}
.search-filter-sidebar .searchandfilter > ul > li > h4, .blog-sidebar__widgets .widget-heading {
  margin-bottom: 24px;
  padding: 0;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .search-filter-sidebar .searchandfilter > ul > li > h4,	.blog-sidebar__widgets .widget-heading {
    text-align: left;
  }
}
.search-filter-sidebar .searchandfilter > ul > li.sf-field-search > h4 {
  display: none;
}
.search-filter-sidebar .searchandfilter li[data-sf-field-input-type="checkbox"] label {
  padding-left: 14px;
  font-weight: 400;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 40px;
  color: var(--color-foreground);
}
.content-integrations {
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
}
.content-integrations .section-heading {
  margin-bottom: 26px;
  text-align: center;
}
.content-integrations .section-content {
  margin-bottom: 60px;
  color: var(--translucent-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-integrations .section-content {
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 767px) {
  .content-integrations .pseudo-container .search-filter-sidebar {
    display: block;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .content-integrations .pseudo-container .search-filter-sidebar {
    margin-right: 65px;
  }
}
@media screen and (max-width: 767px) {
  .content-integrations .pseudo-container .has-sidebar-content {
    margin-bottom: 0;
  }
}
.content-integrations .pseudo-container.has-sidebar {
  padding-top: 0;
}
.content-integrations .integration-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 1200px) {
  .content-integrations .integration-cards {
    justify-content: stretch;
  }
}
.integration-cards .integration-card {
  display: block;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  max-width: calc(50% - 20px);
  min-height: 250px;
}
@media screen and (min-width: 665px) {
  .integration-cards .integration-card {
    max-width: 195px;
  }
}
@media screen and (min-width: 1200px) {
  .integration-cards .integration-card {
    max-width: calc(25% - 20px);
  }
}
.integration-cards .integration-card .front-face {
  padding: 27px 15px 27px;
}
.integration-card .integration-card__figure {
  margin-bottom: 0;
  line-height: 1;
}
.integration-card .integration-card__figure > div {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  height: 146px;
}
.integration-card .integration-card__figure img {
  display: block;
  max-width: 130px;
  width: auto;
  max-height: 130px;
  height: auto;
}
.integration-card figcaption {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #98A8AD;
}
.integration-card figcaption strong {
  display: block;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 14px;
  line-height: 16px;
  color: var(--color-foreground);
  text-align: center;
}
.integration-card figcaption em {
  display: block;
  margin-top: 1px;
  font-style: normal;
  font-weight: 400;
  font-family: var(--poppins-font);
  font-size: 11px;
  line-height: 20px;
  color: #98A8AD;
  text-align: center;
}
.content-integrations .search-filter-sidebar .searchandfilter > ul > li:not(:last-child) {
  margin-bottom: 33px;
}
.content-integrations .search-filter-sidebar .searchandfilter > ul > li.sf-field-search {
  margin-bottom: 0;
}
.content-resource-showcase {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
.content-resource-showcase .section-heading {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .content-resource-showcase .section-heading {
    margin-bottom: 66px;
  }
}
.content-resource-showcase .section-buttons {
  margin-top: 61px;
}
.tab-resources .tab-list {
  margin-bottom: 59px;
}
.resource-cards {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 499px) {
  .resource-cards {
    flex-direction: column;
  }
}
@media screen and (min-width: 500px) {
  .resource-cards {
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 960px) {
  .resource-cards {
    justify-content: stretch;
  }
}
a.resource-card {
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 270px;
}
@media screen and (min-width: 500px) {
  a.resource-card {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 960px) {
  a.resource-card {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}
a.resource-card .resource-card__image {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  a.resource-card .resource-card__image {
    margin-bottom: 20px;
  }
}
a.resource-card .resource-card__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
  transition: all 0.3s;
}
a.resource-card:hover .resource-card__image img, a.resource-card:focus-visible .resource-card__image img {
  box-shadow: 0px 4px 25px 0px rgba(93, 211, 158, 0.5);
}
a.resource-card .resource-card__title {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: var(--color-foreground);
  transition: all 0.3s;
}
a.resource-card .resource-card__time {
  display: flex;
  flex-direction: column;
  font-size: 17px;
}
a.resource-card .resource-card__tax {
  margin-top: 20px;
}
a.resource-card .resource-card__tax .tax {
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  font-family: var(--roboto-font);
  color: #E89356;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #C4C4C4;
}
@media screen and (min-width: 960px) {
  a.resource-card .resource-card__title {
    margin-bottom: 11px;
    text-align: left;
  }
}
a.resource-card:hover .resource-card__title, a.resource-card:focus-visible .resource-card__title {
  color: var(--color-primary);
}
a.resource-card .resource-card__meta {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-family: var(--roboto-font);
  font-size: 11px;
  line-height: 30px;
  color: var(--translucent-color);
  text-align: center;
}
@media screen and (min-width: 960px) {
  a.resource-card .resource-card__meta {
    text-align: left;
  }
}
.content-selected-integrations {
  position: relative;
  padding-top: 45px;
  padding-bottom: 60px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content-multiple-rows + .content-selected-integrations {
    padding-top: 0;
  }
}
.content-selected-integrations .section-heading {
  margin-bottom: 39px;
}
@media screen and (min-width: 768px) {
  .content-selected-integrations .section-heading {
    font-size: 35px;
  }
}
.content-selected-integrations .section-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 970px;
  text-align: center;
  color: var(--translucent-color);
}
@media screen and (min-width: 960px) {
  .content-selected-integrations .section-content {
    margin-bottom: 98px;
  }
}
.content-selected-integrations .integration-slide {
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  width: 194px;
  height: 250px;
}
.content-selected-integrations .slick-list {
  overflow: visible;
}
.content-selected-integrations a.integration-card {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 27px 15px 27px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
.content-selected-integrations .integration-card__figure {
  margin-bottom: 10px;
  line-height: 1;
}
.content-selected-integrations .integration-card__figure > div {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  height: 146px;
}
.content-selected-integrations .integration-card__figure img {
  display: block;
  max-width: 130px;
  width: auto;
  max-height: 130px;
  height: auto;
}
.content-selected-integrations figcaption {
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-foreground);
}
.content-selected-integrations figcaption strong {
  display: block;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 14px;
  line-height: 16px;
  color: var(--color-foreground);
  text-align: center;
}
.content-selected-integrations figcaption em {
  display: block;
  margin-top: 1px;
  font-style: normal;
  font-weight: 400;
  font-family: var(--poppins-font);
  font-size: 11px;
  line-height: 20px;
  color: #98A8AD;
  text-align: center;
}
.content-selected-resources {
  position: relative;
  padding-top: 45px;
  padding-bottom: 80px;
  transform: translateY(-20px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content-selected-resources:last-child {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .content-multiple-rows + .content-selected-resources {
    margin-top: -40px;
    padding-top: 0;
  }
}
.content-selected-resources.has-gradient-bg {
  background-image: linear-gradient(180deg, #F2F6FE 0%, #F5F7FA 100%);
}
.content-selected-resources.has-gradient-bg::before {
  display: block;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  background-color: transparent;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.content-selected-resources.has-gradient-bg::before {
  top: -50px;
  height: 51px;
  background-image: url(img/content/wave_mask_two.svg);
  background-position: center bottom;
  background-size: 100% 51px;
}
.content-selected-resources.has-gradient-fade::before {
  display: block;
  position: absolute;
  left: 0;
  top: -50px;
  content: '';
  width: 100%;
  height: 51px;
  background-color: transparent;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url(img/content/wave_mask_two.svg);
  background-position: center bottom;
  background-size: 100% 51px;
  z-index: 2;
}
.content-selected-resources.has-gradient-fade::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  max-height: 1100px;
  background-image: linear-gradient(180deg, #F2F6FE 0%, #F5F7FA 80%, #FFFFFF 100%);
  z-index: 1;
}
.content-selected-resources .boxed {
  position: relative;
  z-index: 3;
}
.content-selected-resources .section-heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .content-selected-resources .section-heading {
    margin-bottom: 78px;
  }
}
.content-selected-resources .section-buttons {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .content-selected-resources .section-buttons {
    margin-top: 50px;
  }
}
.resources-wrapper .resources-filter {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .resources-wrapper .resource-cards {
    flex-wrap: wrap;
  }
}
.resources-wrapper .resource-cards a.resource-card {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 100%;
  max-width: 370px;
}
@media screen and (min-width: 768px) {
  .resources-wrapper .resource-cards a.resource-card {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 61px;
    width: calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .resources-wrapper .sf-mobile-tabs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .resources-wrapper .sf-mobile-tabs .sf-mtab-select {
    margin-bottom: 15px;
  }
  .resources-wrapper .sf-mobile-tabs .sf-mtab-select:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .resources-wrapper .resources-filter .sf-field-taxonomy-usecase {
    margin-top: 20px;
  }
}
.resources-wrapper .resources-filter .sf-field-taxonomy-event-group, .resources-wrapper .resources-filter .sf-field-taxonomy-type, .resources-wrapper .resources-filter .sf-field-taxonomy-usecase {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.resources-wrapper .resources-filter .sf-field-taxonomy-event-group input[type="radio"], .resources-wrapper .resources-filter .sf-field-taxonomy-type input[type="radio"], .resources-wrapper .resources-filter .sf-field-taxonomy-usecase input[type="radio"] {
  display: none;
}
.resources-wrapper .resources-filter ul {
  margin-bottom: 0;
}
.resources-wrapper .resources-filter ul li {
  padding: 0;
}
.resources-wrapper .resources-filter ul li::before {
  display: none;
}
.resources-wrapper .sf-field-taxonomy-event-group > ul, .resources-wrapper .sf-field-taxonomy-type > ul, .resources-wrapper .sf-field-taxonomy-usecase > ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .resources-wrapper .sf-field-taxonomy-event-group > ul,	.resources-wrapper .sf-field-taxonomy-type > ul,	.resources-wrapper .sf-field-taxonomy-usecase > ul {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .resources-wrapper .sf-field-taxonomy-event-group > ul,	.resources-wrapper .sf-field-taxonomy-type > ul,	.resources-wrapper .sf-field-taxonomy-usecase > ul {
    background-color: rgba(243, 242, 242, 0.5);
  }
}
.resources-wrapper .sf-field-taxonomy-event-group > ul li:not(.pill-bg), .resources-wrapper .sf-field-taxonomy-type > ul li:not(.pill-bg), .resources-wrapper .sf-field-taxonomy-usecase > ul li:not(.pill-bg) {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 3;
}
.resources-wrapper .sf-field-taxonomy-event-group > ul li.pill-bg, .resources-wrapper .sf-field-taxonomy-type > ul li.pill-bg, .resources-wrapper .sf-field-taxonomy-usecase > ul li.pill-bg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 100%;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.08);
  transition: all 0.3s;
  z-index: 1;
}
.resources-wrapper .sf-field-taxonomy-event-group > ul label, .resources-wrapper .sf-field-taxonomy-type > ul label, .resources-wrapper .sf-field-taxonomy-usecase > ul label {
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 18px 30px;
  font-family: var(--poppins-font);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #264653;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.9s 0.5s;
  cursor: pointer;
}
.resources-wrapper .sf-field-taxonomy-event-group > ul li.sf-option-active label, .resources-wrapper .sf-field-taxonomy-type > ul li.sf-option-active label, .resources-wrapper .sf-field-taxonomy-usecase > ul li.sf-option-active label {
  color: var(--color-tertiary);
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.08);
}
.content-webiguide-grid {
  position: relative;
  padding-top: 60px;
  padding-bottom: 19px;
}
.content-webiguide-grid .section-heading {
  margin-bottom: 28px;
  font-size: 45px;
  text-align: center;
}
.content-webiguide-grid .section-content {
  margin-bottom: 69px;
  color: var(--translucent-color);
  text-align: center;
}
.content-webiguide-grid .resources-events .section-heading {
  font-size: 30px;
  margin-bottom: 55px;
  text-align: left;
  border-bottom: 1px solid rgba(48, 80, 90, 0.2);
  line-height: 1;
  padding-bottom: 40px;
}
.content-solo-button {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-selected-resources + .content-solo-button {
  padding-top: 0;
}
.content-solo-button:last-child {
  padding-bottom: 110px;
}
.content-solo-button .button-wrapper {
  text-align: center;
}
.content-solo-button.section-align-left .button-wrapper {
  text-align: left;
}
.content-solo-button.section-align-right .button-wrapper {
  text-align: right;
}
.content-solo-button .button-wrapper a.btn {
  min-width: 0;
}
.content-solo-button .button-wrapper a.btn > img {
  margin-right: 10px;
}
.content-solo-button .button-wrapper a.btn.btn-skeleton-violet > img, .content-solo-button .button-wrapper a.btn.btn-skeleton-purple > img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(22%) saturate(2484%) hue-rotate(221deg) brightness(99%) contrast(85%);
}
.content-solo-button .button-wrapper a.btn.btn-skeleton-orange > img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(20%) saturate(6028%) hue-rotate(321deg) brightness(97%) contrast(87%);
}
.content-solo-button .button-wrapper a.btn.btn-skeleton-blue > img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(82%) saturate(1966%) hue-rotate(205deg) brightness(99%) contrast(93%);
}
.content-solo-button .button-wrapper a.btn > img, .content-solo-button .button-wrapper a.btn.btn-skeleton-violet:hover > img, .content-solo-button .button-wrapper a.btn.btn-skeleton-violet:focus-visible > img, .content-solo-button .button-wrapper a.btn.btn-skeleton-purple:hover > img, .content-solo-button .button-wrapper a.btn.btn-skeleton-purple:focus-visible > img, .content-solo-button .button-wrapper a.btn.btn-skeleton-orange:hover > img, .content-solo-button .button-wrapper a.btn.btn-skeleton-orange:focus-visible > img, .content-solo-button .button-wrapper a.btn.btn-skeleton-blue:hover > img, .content-solo-button .button-wrapper a.btn.btn-skeleton-blue:focus-visible > img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7454%) hue-rotate(9deg) brightness(127%) contrast(102%);
}
.content-multiple-rows {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
}
.content-text-wide-image + .content-multiple-rows {
  padding-top: 39px;
}
.content-heading-text + .content-multiple-rows {
  padding-top: 79px;
}
.content-case-study-carousel + .content-multiple-rows {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .content-multiple-rows {
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .home .content-multiple-rows {
    padding-top: 142px;
    padding-bottom: 152px;
  }
}
.content-multiple-rows.opt-reduce-bottom-padding {
  padding-bottom: 60px;
}
.content-multiple-rows.has-gradient-bg {
  background-image: linear-gradient(180deg, #F2F6FE 0%, #F5F7FA 100%);
}
.content-multiple-rows.has-gradient-bg::before, .content-multiple-rows.has-gradient-bg::after {
  display: block;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  background-color: transparent;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.content-multiple-rows.has-gradient-bg::before {
  top: -50px;
  height: 51px;
  background-image: url(img/content/wave_mask_two.svg);
  background-position: center bottom;
  background-size: 100% 51px;
}
.content-multiple-rows.has-gradient-bg::after {
  bottom: -34px;
  height: 35px;
  background-image: url(img/content/wave_mask_three.svg);
  background-position: center top;
  background-size: 100% 35px;
}
.content-multiple-rows.has-gradient-fade .boxed {
  position: relative;
  z-index: 4;
}
.content-multiple-rows.has-gradient-fade::before {
  display: block;
  position: absolute;
  left: 0;
  top: -50px;
  content: '';
  width: 100%;
  height: 51px;
  background-color: transparent;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image: url(img/content/wave_mask_two.svg);
  background-position: center bottom;
  background-size: 100% 51px;
  z-index: 2;
}
.content-multiple-rows.has-gradient-fade::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  max-height: 1100px;
  background-image: linear-gradient(180deg, #F2F6FE 0%, #F5F7FA 80%, #FFFFFF 100%);
  z-index: 1;
}
.content-multiple-rows .boxed > .section-heading {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .content-multiple-rows .boxed > .section-heading {
    margin-bottom: 101px;
  }
  .content-multiple-rows.has-text-content .boxed > .section-heading {
    margin-bottom: 27px;
  }
  .content-multiple-rows.opt-reduce-heading-margin .boxed > .section-heading {
    margin-bottom: 69px;
  }
}
.content-multiple-rows .boxed > .section-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 830px;
  text-align: center;
  color: var(--translucent-color);
}
@media screen and (min-width: 768px) {
  .content-multiple-rows .boxed > .section-content {
    margin-bottom: 108px;
  }
}
.content-multiple-rows .section-boxes__heading {
  display: block;
  margin-bottom: 63px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 25px;
  line-height: 50px;
  color: var(--color-foreground);
  text-align: center;
}
.content-multiple-rows .section-boxes {
  position: relative;
  margin-bottom: 90px;
  overflow: hidden;
}
.content-multiple-rows .section-boxes__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.content-multiple-rows .section-boxes__item {
  position: relative;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 25px;
  width: 100%;
  max-width: 207px;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
  transition: all 0.3s;
}
.content-multiple-rows a.section-boxes__item[href]:hover, .content-multiple-rows a.section-boxes__item[href]:focus-visible {
  box-shadow: 0px 4px 25px 0px var(--color-primary);
}
.content-multiple-rows .section-boxes__item figure {
  position: relative;
  margin-bottom: 16px;
  line-height: 1;
}
.content-multiple-rows .section-boxes__item figure > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 143px;
  overflow: hidden;
}
.content-multiple-rows .section-boxes__item figure img {
  display: block;
  width: auto;
  max-width: 158px;
  max-height: 120px;
}
.content-multiple-rows .section-boxes__item figcaption {
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #264653;
  transition: all 0.3s;
}
.content-multiple-rows a.section-boxes__item[href]:hover figcaption, .content-multiple-rows a.section-boxes__item[href]:focus-visible figcaption {
  color: var(--color-tertiary);
}
.row-columns:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .row-columns:not(:last-child) {
    margin-bottom: 95px;
  }
}
.row-columns {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .row-columns {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .row-columns {
    justify-content: stretch;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .row-columns {
    align-items: center;
  }
  .row-columns.row-image-valign-top {
    align-items: flex-start;
  }
}
.row-columns .row-columns__image {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .row-columns .row-columns__image {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .row-columns .row-columns__image {
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 400px;
  }
  .row-columns.content-right-img .row-columns__image {
    order: 2;
    margin-left: 46px;
  }
  .row-columns.content-left-img .row-columns__image {
    margin-right: 46px;
  }
}
@media screen and (min-width: 900px) {
  .row-columns .row-columns__image {
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .row-columns .row-columns__image {
    max-width: 615px;
  }
  .row-columns .row-columns__image.opt-img-upload {
    max-width: 570px;
  }
  .row-columns.content-right-img .row-columns__image.opt-img-upload {
    margin-left: 101px;
  }
  .row-columns.content-left-img .row-columns__image.opt-img-upload {
    margin-right: 101px;
  }
  .row-columns.content-right-img .row-columns__image.opt-img-choose[style] {
    margin-left: var(--multi-ml);
  }
  .row-columns.content-left-img .row-columns__image.opt-img-choose[style] {
    margin-right: var(--multi-ml);
  }
}
.row-columns .row-columns__image img {
  max-width: 100%;
}
.row-columns:not(.row-disable-wrapper) .row-columns__image.opt-img-upload img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
}
@media screen and (min-width: 768px) {
  .row-columns.content-right-img .row-columns__content {
    flex-grow: 1;
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .row-columns.content-right-img .row-columns__content {
    padding-left: 19px;
  }
  .row-columns.content-left-img .row-columns__content {
    padding-right: 19px;
  }
}
.row-columns__content .section-mini-heading {
  display: block;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 15px;
  line-height: 30px;
  color: var(--color-blue);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.row-columns.content-left-img .row-columns__content .section-mini-heading {
  color: var(--color-purple);
}
@media screen and (min-width: 768px) {
  .row-columns__content .section-mini-heading {
    text-align: left;
  }
}
.row-columns__content .section-heading {
  display: block;
  margin-bottom: 27px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 35px;
  line-height: 50px;
  color: var(--color-foreground);
  text-align: center;
}
.row-heading-size-small .row-columns__content .section-heading {
  margin-bottom: 34px;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .row-columns__content .section-heading {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .row-columns__content .section-heading br {
    display: none;
  }
}
.row-columns__content .section-content {
  color: var(--translucent-color);
}
@media screen and (min-width: 768px) {
  .row-columns__content .section-content {
    text-align: left;
  }
}
.row-columns__content .section-content ul {
  position: relative;
  text-align: left;
  transform: translateY(-10px);
}
.row-columns__content .section-content ul li {
  padding-left: 29px;
}
.row-columns__content .section-content ul li::before {
  left: 15px;
  top: 15px;
  width: 5px;
  height: 5px;
}
.row-columns__content .section-list {
  margin-top: 5px;
}
.row-columns__content .section-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 429px) {
  .row-columns__content .section-list ul {
    flex-direction: column;
  }
}
@media screen and (min-width: 430px) {
  .row-columns__content .section-list ul {
    justify-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row-columns__content .section-list ul li {
  display: flex;
  justify-content: stretch;
  align-items: center;
  margin-top: 30px;
  padding-left: 0;
  font-size: 0;
  line-height: 1;
}
@media screen and (min-width: 430px) {
  .row-columns__content .section-list ul li {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1070px) {
  .row-columns__content .section-list ul li {
    width: calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
  }
}
.row-columns__content .section-list ul li::before {
  display: none;
}
.row-columns__content .section-list li img {
  flex-shrink: 0;
  display: block;
  margin-right: 16px;
  max-height: 40px;
}
.row-columns__content .section-list li span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: var(--translucent-color);
  text-align: left;
  overflow: visible;
}
.row-columns__content .section-buttons {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .row-columns__content .section-buttons {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .row-columns__content .section-buttons {
    margin-top: 49px;
  }
}
.row-columns__content .section-buttons a.btn {
  min-width: 0;
}
.content-multiple-columns {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  z-index: 2;
}
.content-multiple-columns + .content-multiple-columns {
  padding-top: 20px;
}
.content-multiple-columns .section-heading {
  margin-bottom: 59px;
}
@media screen and (min-width: 768px) {
  .content-multiple-columns .section-heading {
    font-size: 40px;
  }
}
.content-multiple-columns .section-columns {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content-multiple-columns .section-columns {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-multiple-columns .section-columns {
    justify-content: stretch;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .content-multiple-columns .row-column:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .content-multiple-columns .row-column {
    flex: 1 1 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.content-multiple-columns .row-column__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 370px;
  height: 120px;
  line-height: 1;
}
.content-multiple-columns.section-icon-large .row-column__image {
  margin-bottom: 26px;
  height: 140px;
}
.content-multiple-columns .row-column__image img {
  max-width: 180px;
  height: auto;
  max-height: 120px;
}
.content-multiple-columns.section-icon-large .row-column__image img {
  max-height: 140px;
}
.content-multiple-columns .row-column__title {
  display: block;
  margin-bottom: 27px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 25px;
  color: var(--color-foreground);
  text-align: center;
}
.content-multiple-columns .row-column__text {
  font-size: 17px;
  color: #98A8AD;
  text-align: center;
}
.content-multiple-columns .row-column__text, .content-multiple-columns .row-column__text p {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .content-multiple-columns .row-column__text br {
    display: none;
  }
}
.content-case-study-carousel {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  z-index: 1;
}
.content-case-study-carousel.has-gradient-bg::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 327px;
  background: linear-gradient(180deg, #F2F6FE 0%, rgba(242, 246, 254, 0) 100%);
  z-index: 2;
}
.content-case-study-carousel .boxed {
  position: relative;
  z-index: 5;
}
.content-case-study-carousel .section-heading {
  margin-bottom: 25px;
  font-size: 40px;
}
.content-case-study-carousel .section-content {
  margin-bottom: 19px;
  text-align: center;
  color: var(--translucent-color);
}
@media screen and (min-width: 768px) {
  .content-case-study-carousel .section-content {
    margin-bottom: 53px;
  }
}
.content-case-study-carousel .case-carousel__item a {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}
.content-case-study-carousel .case-carousel__item figure {
  display: block;
  padding-top: 21px;
  line-height: 1;
}
.content-case-study-carousel .case-carousel__item a img {
  display: block;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px rgba(33, 86, 135, 0.11);
  transition: all 0.3s;
}
.content-case-study-carousel .case-carousel__item a figcaption {
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 17px;
  line-height: 30px;
  color: var(--color-foreground);
  text-align: left;
  transition: all 0.3s;
}
.content-case-study-carousel .case-carousel__item a:hover figcaption, .content-case-study-carousel .case-carousel__item a:focus-visible figcaption {
  color: var(--color-primary);
}
@media screen and (min-width: 1200px) {
  .content-case-study-carousel .slick-arrow {
    top: calc(50% - 30px);
  }
}
@media screen and (max-width: 1199px) {
  .content-case-study-carousel .slick-arrow.slick-prev {
    bottom: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .content-case-study-carousel .slick-arrow.slick-prev {
    left: -46px;
  }
}
@media screen and (max-width: 1199px) {
  .content-case-study-carousel .slick-arrow.slick-next {
    bottom: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .content-case-study-carousel .slick-arrow.slick-next {
    right: -46px;
  }
}
.content-case-study-single {
  position: relative;
  padding-top: 83px;
  padding-bottom: 89px;
  z-index: 1;
}
.content-case-study-single .case-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 71px;
}
@media screen and (max-width: 767px) {
  .content-case-study-single .case-container {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-case-study-single .case-container {
    justify-content: stretch;
    align-items: stretch;
  }
}
.content-case-study-single .case-sidebar {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-case-study-single .case-sidebar {
    flex-shrink: 0;
    order: 1;
    max-width: 270px;
  }
}
.content-case-study-single .case-sidebar__section {
  margin-bottom: 43px;
  border-bottom: 1px solid rgba(48, 80, 90, 0.2);
  padding-bottom: 43px;
}
.content-case-study-single .case-sidebar__heading {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 30px;
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-case-study-single .case-sidebar__heading {
    text-align: left;
  }
}
.content-case-study-single .case-sidebar__text {
  display: block;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 30px;
  color: var(--translucent-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-case-study-single .case-sidebar__text {
    text-align: left;
  }
}
.content-case-study-single ul.case-sidebar__list {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content-case-study-single ul.case-sidebar__list {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
  }
}
.content-case-study-single ul.case-sidebar__list li {
  padding-left: 30px;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 30px;
  color: var(--translucent-color);
  text-align: left;
}
.content-case-study-single ul.case-sidebar__list li:not(:last-child) {
  margin-bottom: 10px;
}
.content-case-study-single ul.case-sidebar__list li::before {
  left: 12px;
  top: 13px;
  width: 5px;
  height: 5px;
  background-color: var(--translucent-color);
}
.content-case-study-single ul.case-sidebar__solutions {
  margin-bottom: 0;
}
.content-case-study-single ul.case-sidebar__solutions li {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-case-study-single ul.case-sidebar__solutions li {
    text-align: left;
  }
}
.content-case-study-single ul.case-sidebar__solutions li, .content-case-study-single ul.case-sidebar__solutions li a {
  color: #27AE60;
}
.content-case-study-single ul.case-sidebar__solutions li a:hover, .content-case-study-single ul.case-sidebar__solutions li a:focus-visible {
  color: var(--color-tertiary);
}
.content-case-study-single ul.case-sidebar__solutions li::before {
  display: none;
}
.content-case-study-single ul.case-sidebar__info {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-case-study-single ul.case-sidebar__info {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
  }
}
.content-case-study-single ul.case-sidebar__info li {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  gap: 5px;
  padding-left: 0;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .content-case-study-single ul.case-sidebar__info li {
    text-align: left;
  }
}
.content-case-study-single ul.case-sidebar__info li:not(:last-child) {
  margin-bottom: 20px;
}
.content-case-study-single ul.case-sidebar__info li, .content-case-study-single ul.case-sidebar__info li a {
  color: var(--translucent-color);
  word-break: break-all;
}
.content-case-study-single ul.case-sidebar__info li a:hover, .content-case-study-single ul.case-sidebar__info li a:focus-visible {
  color: var(--color-tertiary);
}
.content-case-study-single ul.case-sidebar__info li::before {
  display: none;
}
.content-case-study-single ul.case-sidebar__info li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 1;
}
.content-case-study-single ul.case-sidebar__info figure img {
  display: block;
}
@media screen and (min-width: 768px) {
  .content-case-study-single .case-main {
    flex-grow: 1;
    order: 2;
    max-width: 830px;
  }
}
.content-case-study-single .case-section-icon-text:not(:last-child) {
  margin-bottom: 77px;
}
.content-case-study-single .case-section-heading-text:not(:last-child) {
  margin-bottom: 46px;
}
.content-case-study-single .case-section-testimonial:not(:last-child) {
  margin-bottom: 45px;
}
.content-case-study-single .case-section-testimonial + .case-section-heading-text {
  padding-top: 19px;
}
.content-case-study-single .case-section-image:not(:last-child) {
  margin-bottom: 39px;
}
.content-case-study-single .case-section-download-button:not(:last-child) {
  margin-bottom: 45px;
}
.content-case-study-single .case-section-download-button + .case-section-author {
  padding-top: 34px;
}
.content-case-study-single .case-section-author:not(:last-child) {
  margin-bottom: 45px;
}
.content-case-study-single .case-section-author + .case-section-related {
  padding-top: 48px;
}
.content-case-study-single .case-main__miniheading {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 30px;
  color: #219653;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .content-case-study-single .case-main__miniheading {
    margin-bottom: 10px;
  }
}
.content-case-study-single .case-main__heading {
  margin-bottom: 15px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 30px;
  line-height: 36px;
  color: var(--color-foreground);
}
@media screen and (min-width: 768px) {
  .content-case-study-single .case-main__heading {
    line-height: 50px;
  }
}
.content-case-study-single .case-section-icon-text .case-main__heading {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .content-case-study-single .case-section-icon-text .case-main__heading {
    text-align: center;
  }
}
.content-case-study-single .case-section-related .case-main__heading {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(48, 80, 90, 0.2);
  padding-bottom: 30px;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .content-case-study-single .case-section-related .case-main__heading {
    margin-bottom: 58px;
    text-align: center;
    padding-bottom: 50px;
  }
}
.content-case-study-single ul.case-main__icontext {
  display: grid;
  gap: 19px;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .content-case-study-single ul.case-main__icontext {
    grid-template-columns: repeat(3, 1fr);
  }
}
.content-case-study-single ul.case-main__icontext li {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(33, 86, 135, 0.10);
}
.content-case-study-single ul.case-main__icontext li::before {
  display: none;
}
.content-case-study-single .case-icontext__icon {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.content-case-study-single .case-icontext__icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 38px;
}
@media screen and (min-width: 960px) {
  .content-case-study-single .case-icontext__icon img {
    margin-left: 0;
  }
}
.content-case-study-single .case-icontext__title {
  display: block;
  font-weight: 700;
  font-family: var(--poppins-font);
  font-size: 17px;
  line-height: 30px;
  color: var(--color-foreground);
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .content-case-study-single .case-icontext__title {
    text-align: left;
  }
}
.content-case-study-single .case-icontext__text {
  font-size: 15px;
  line-height: 30px;
  color: #98A8AD;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .content-case-study-single .case-icontext__text {
    text-align: left;
  }
}
.content-case-study-single ul.case-main__icontext {
  margin-bottom: 0;
}
.content-case-study-single .case-main__text {
  font-size: 17px;
  color: var(--dark-text-color);
}
.content-case-study-single .case-main__text, .content-case-study-single .case-main__text p {
  line-height: 30px;
}
.content-case-study-single .case-main__text p:not(:last-child), .content-case-study-single .case-main__text ul:not(:last-child), .content-case-study-single .case-main__text ol:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .content-case-study-single .case-main__text ul,	.content-case-study-single .case-main__text ol {
    max-width: max-content;
  }
}
.content-case-study-single .case-main__text ul li {
  padding-left: 11px;
  text-align: left;
}
.content-case-study-single .case-main__text ul li::before {
  top: 14px;
  left: 1px;
  width: 3px;
  height: 3px;
  background-color: var(--dark-text-color);
}
.content-case-study-single .case-main__testimonial {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 648px;
}
.content-case-study-single .case-testimonial__text {
  margin-bottom: 10px;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 35px;
  color: var(--color-foreground);
  text-align: center;
}
.content-case-study-single .case-testimonial__source {
  padding: 10px 0;
  font-size: 17px;
  line-height: 120%;
  color: var(--translucent-color);
  text-align: center;
}
.content-case-study-single .case-main__image {
  position: relative;
  line-height: 1;
}
.content-case-study-single .case-main__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .content-case-study-single .case-main__download {
    text-align: center;
  }
}
.content-case-study-single .case-main__author {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
@media screen and (max-width: 767px) {
  .content-case-study-single .case-main__author {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-case-study-single .case-main__author {
    padding: 31px 46px 40px;
    gap: 50px;
  }
}
.content-case-study-single .case-author__photo {
  position: relative;
  width: 120px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .content-case-study-single .case-author__photo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .content-case-study-single .case-author__photo {
    flex-shrink: 0;
  }
}
.content-case-study-single .case-author__photo img {
  display: block;
  width: 100%;
}
.content-case-study-single .case-author__title {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 50px;
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-case-study-single .case-author__title {
    text-align: left;
  }
}
.content-case-study-single .case-author__text {
  font-size: 15px;
  color: var(--translucent-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-case-study-single .case-author__text {
    text-align: left;
  }
}
.content-case-study-single .case-author__text, .content-case-study-single .case-author__text p {
  line-height: 25px;
}
.content-case-study-single .case-main__related {
  max-width: 800px;
}
.content-case-study-single .case-related__tiles {
  display: grid;
  gap: 58px;
}
@media screen and (min-width: 600px) {
  .content-case-study-single .case-related__tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .content-case-study-single .case-related__tile {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}
.case-related__tile .case-tile__image {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.case-related__tile .case-tile__image img {
  margin-bottom: 28px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
@media screen and (max-width: 767px) {
  .case-related__tile .case-tile__image img {
    margin-left: auto;
    margin-right: auto;
  }
}
.case-related__tile .case-tile__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .case-related__tile .case-tile__meta {
    justify-content: flex-start;
  }
}
.case-related__tile .case-tile__category {
  display: block;
  margin-right: 20px;
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 20px;
  color: #E89356;
  font-weight: 400;
  font-family: var(--roboto-font);
  font-size: 13px;
  line-height: 28px;
  color: var(--color-tertiary);
}
.case-related__tile .case-tile__meta em {
  font-style: normal;
  font-weight: 400;
  font-family: var(--roboto-font);
  font-size: 11px;
  line-height: 30px;
  text-align: center;
  color: var(--color-foreground);
  opacity: 0.5;
}
.case-related__tile a .case-tile__heading {
  display: block;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: var(--color-foreground);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .case-related__tile a .case-tile__heading {
    text-align: left;
  }
}
.case-related__tile a:hover .case-tile__heading, .case-related__tile a:focus-visible .case-tile__heading {
  color: var(--color-primary);
}
.content-logo-grid {
  position: relative;
  padding-top: 60px;
  padding-bottom: 45px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content-logo-grid {
    padding-top: 30px;
  }
}
.content-logo-grid.has-gradient-bg::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 327px;
  background: linear-gradient(180deg, #F2F6FE 0%, rgba(242, 246, 254, 0) 100%);
  z-index: 2;
}
.content-logo-grid .boxed {
  position: relative;
  z-index: 5;
}
.content-logo-grid .section-heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .content-logo-grid .section-heading {
    margin-bottom: 93px;
    font-size: 40px;
  }
}
.content-logo-grid .logo-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 960px) {
  .content-logo-grid .logo-items {
    justify-content: stretch;
  }
}
.content-logo-grid .logo-items__item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 49px 28px 34px 27px;
  width: 100%;
  max-width: 270px;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
@media screen and (min-width: 960px) {
  .content-logo-grid .logo-items__item {
    width: calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}
.content-logo-grid .logo-items__item figure {
  line-height: 1;
}
.content-logo-grid .logo-items__item figure > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 47px;
  height: 150px;
}
.content-logo-grid .logo-items__item figure img {
  display: block;
  max-width: 100%;
  max-height: 150px;
  height: auto;
}
.content-logo-grid .logo-items__item figcaption {
  font-weight: 400;
  font-family: var(--poppins-font);
  font-size: 17px;
  line-height: 20px;
  color: #98A8AD;
  text-align: center;
}
.content-partner-grid {
  position: relative;
  padding-top: 60px;
  padding-bottom: 45px;
  z-index: 1;
}
.content-multiple-columns + .content-partner-grid {
  padding-top: 85px;
}
.content-partner-grid.has-gradient-bg::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 327px;
  background: linear-gradient(180deg, #F2F6FE 0%, rgba(242, 246, 254, 0) 100%);
  z-index: 2;
}
.content-partner-grid .boxed {
  position: relative;
  z-index: 5;
}
.content-partner-grid .section-heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .content-partner-grid .section-heading {
    margin-bottom: 60px;
    font-size: 40px;
  }
}
.content-partner-grid .logo-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 960px) {
  .content-partner-grid .logo-items {
    justify-content: stretch;
  }
}
.content-partner-grid .logo-items__item {
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 270px;
  min-height: 300px;
}
@media screen and (min-width: 960px) {
  .content-partner-grid .logo-items__item {
    width: calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}
.content-partner-grid .logo-items__item .front-face {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 49px 28px 34px 27px;
  width: 100%;
  height: 100%;
}
.content-partner-grid .logo-items__item figure {
  line-height: 1;
}
.content-partner-grid .logo-items__item figure > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 47px;
  height: 150px;
}
.content-partner-grid .logo-items__item figure img {
  display: block;
  max-width: 100%;
  max-height: 150px;
  height: auto;
}
.content-partner-grid .logo-items__item figcaption {
  font-weight: 400;
  font-family: var(--poppins-font);
  font-size: 17px;
  line-height: 20px;
  color: #98A8AD;
  text-align: center;
}
.content-selected-events {
  position: relative;
  padding-top: 40px;
  padding-bottom: 45px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content-selected-events .section-heading {
    margin-bottom: 68px;
  }
}
.content-selected-events .event-cards {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content-selected-events .event-cards {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-selected-events .event-cards {
    justify-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.content-selected-events .event-card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 570px;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 25, 48, 0.11);
}
@media screen and (max-width: 767px) {
  .content-selected-events .event-card:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .content-selected-events .event-card {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
.content-selected-events .event-card figure {
  position: relative;
  margin-bottom: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content-selected-events .event-card figure {
    width: 100%;
    height: 300px;
    background-color: transparent;
    background-image: var(--event-bg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.content-selected-events .event-card figure img {
  display: block;
}
@media screen and (max-width: 767px) {
  .content-selected-events .event-card figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .content-selected-events .event-card figure img {
    display: none;
  }
}
.content-selected-events .event-card__title {
  display: block;
  margin-bottom: 21px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 25px;
  color: var(--color-foreground);
  text-align: center;
}
.content-selected-events .event-card__date {
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #767C83;
  text-align: center;
}
.content-selected-events .event-card__schedule {
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #767C83;
  text-align: center;
}
.content-selected-events .section-buttons {
  margin-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .content-selected-events .section-buttons {
    padding-bottom: 69px;
  }
}
.content-selected-events .section-buttons a.btn {
  min-width: 150px;
}
.content-selected-events .section-buttons a.btn:not(:last-child) {
  margin-right: 5px;
}
.content-selected-events .section-buttons a.btn:not(:first-child) {
  margin-left: 5px;
}
.content-campaign-inquiry {
  padding-top: 45px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .content-campaign-inquiry:last-child {
    padding-bottom: 127px;
  }
}
.content-partner-request {
  padding-top: 45px;
  padding-bottom: 40px;
}
.content-partner-request .section-heading {
  margin-bottom: 28px;
}
.content-partner-request .section-content {
  margin-bottom: 71px;
  text-align: center;
  color: var(--translucent-color);
}
body .content-partner-request .gform_wrapper.gravity-theme .gform_footer {
  padding-top: 50px;
}
.content-contact-expert {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-contact-expert .section-heading {
  margin-bottom: 28px;
}
.content-contact-expert .section-content {
  margin-bottom: 69px;
  text-align: center;
  color: var(--translucent-color);
}
.content-learn-more {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-learn-more .section-heading {
  margin-bottom: 28px;
}
.content-learn-more .section-content {
  margin-bottom: 69px;
  text-align: center;
  color: var(--translucent-color);
}
.content-contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .content-contact {
    padding-bottom: 100px;
  }
}
.content-contact .section-heading {
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-contact .section-heading {
    font-size: 45px;
  }
}
.content-contact .section-content {
  margin-bottom: 40px;
  text-align: center;
  color: var(--translucent-color);
}
@media screen and (min-width: 768px) {
  .content-contact .section-content {
    margin-bottom: 89px;
  }
}
.content-contact-map {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .content-contact-map {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.content-contact-map .contact-cols {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content-contact-map .contact-cols {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-contact-map .contact-cols {
    justify-content: stretch;
  }
}
@media screen and (max-width: 767px) {
  .content-contact-map .contact-col__content {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .content-contact-map .contact-col__content {
    flex-grow: 1;
  }
}
.content-contact-map .section-heading {
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-contact-map .section-heading {
    text-align: left;
  }
}
.content-contact-map .section-content {
  margin-bottom: 35px;
  text-align: center;
  color: var(--translucent-color);
}
@media screen and (min-width: 768px) {
  .content-contact-map .section-content {
    text-align: left;
  }
}
.content-contact-map .contact-col__address {
  margin-bottom: 0;
  text-align: center;
  color: var(--translucent-color);
}
@media screen and (min-width: 768px) {
  .content-contact-map .contact-col__address {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .content-contact-map .contact-col__phone {
    text-align: center;
  }
}
.content-contact-map .contact-col__phone a {
  color: var(--translucent-color);
}
.content-contact-map .contact-col__phone a:hover, .content-contact-map .contact-col__phone a:focus-visible {
  color: var(--color-tertiary);
  opacity: 1;
}
.content-contact-map .contact-col__map {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content-contact-map .contact-col__map {
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .content-contact-map .contact-col__map {
    flex-shrink: 0;
    margin-left: 40px;
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .content-contact-map .contact-col__map {
    margin-left: 70px;
    width: 700px;
  }
}
.nav-table {
  margin-bottom: var(--common-margin);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
  overflow: hidden;
}
.nav-table .nav-table__heading {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-foreground);
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-table ul.nav-table__links {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .nav-table.navtable-size-fixed {
    width: var(--nav-width);
  }
}
@media screen and (min-width: 768px) {
  .nav-table.navtable-size-full ul.nav-table__links {
    columns: var(--nav-columns);
    column-fill: balance-all;
  }
  .nav-table.navtable-size-full ul.nav-table__links li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
@media screen and (min-width: 768px) {
  .nav-table.navtable-halign-left {
    float: left;
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .nav-table.navtable-halign-right {
    float: right;
    margin-left: 40px;
  }
}
.nav-table ul.nav-table__links li {
  margin-bottom: 5px;
  padding-left: 13px;
  text-align: left;
}
.nav-table ul.nav-table__links li::before {
  top: 10px;
  width: 5px;
  height: 5px;
}
.nav-table ul.nav-table__links a {
  display: block;
  font-size: 17px;
  line-height: 1.4;
}
.content-cta-widget {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  background-color: #2E424A;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
  overflow: hidden;
}
.content-cta-widget:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .content-cta-widget {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-cta-widget {
    justify-content: stretch;
    align-items: center;
    padding: 36px 35px 36px 45px;
  }
}
.content-cta-widget .cta-widget__image {
  position: relative;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 248px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .content-cta-widget .cta-widget__image {
    margin-left: auto;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .content-cta-widget .cta-widget__image {
    flex-shrink: 0;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .content-cta-widget .cta-widget__image {
    margin-right: 41px;
  }
}
.content-cta-widget .cta-widget__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content-cta-widget .cta-widget__title {
  display: block;
  margin-bottom: 9px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-cta-widget .cta-widget__title {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .content-cta-widget .cta-widget__title {
    margin-bottom: 9px;
  }
}
.content-cta-widget .cta-widget__text {
  display: block;
  margin-bottom: 25px;
  font-weight: 400;
  font-family: var(--roboto-font);
  font-size: 17px;
  line-height: 25px;
  color: var(--translucent-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-cta-widget .cta-widget__text {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .content-cta-widget .cta-widget__text {
    margin-bottom: 19px;
  }
}
.content-cta-widget .cta-widget__text p {
  line-height: 25px;
}
.content-cta-widget .cta-widget__text p:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .content-cta-widget .cta-widget__button {
    text-align: center;
  }
}
.content-cta-widget a.btn {
  color: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .page-usecase .content-page-banner:not(.has-testimonial-slider) > .boxed,	.page-usecase .content-page-banner:not(.has-testimonial-casestudy) > .boxed {
    padding-bottom: 92px;
  }
}
.page-usecase .content-container:not(.has-no-banner)::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-usecase .content-group .pseudo-sidebar {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-usecase .content-group .pseudo-sidebar {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-usecase .content-group .pseudo-sidebar {
    flex-shrink: 0;
    margin-right: 40px;
    width: 100%;
    max-width: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .page-usecase .content-group .pseudo-sidebar {
    margin-right: 90px;
  }
}
.content-group.has-gradient-bg {
  padding-top: 50px;
  background-image: linear-gradient(180deg, #F2F6FE 0%, #F5F7FA 80%, #FFFFFF 100%);
}
.content-group .accrdion-entry {
  border-left: 1px solid #D6DCDE;
  border-right: 1px solid #D6DCDE;
  background-color: #fff;
}
.content-group .accrdion-entry:not(:last-child) {
  border-top: 1px solid #D6DCDE;
}
.content-group .accrdion-entry:not(:first-child) {
  border-bottom: 1px solid #D6DCDE;
}
.content-group .accrdion-entry:first-child {
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.content-group .accrdion-entry:last-child {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.content-group .accrdion-entry:first-child:last-child {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.content-group .accrdion-header {
  display: block;
  border-bottom: 1px solid transparent;
  padding: 15px 30px;
  font-weight: 700;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 30px;
  color: var(--color-foreground);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.content-group .accrdion-header:hover {
  color: #fff;
  background-color: var(--color-foreground);
}
.content-group .accrdion-active .accrdion-header {
  border-bottom-color: #D6DCDE;
}
.content-group .accrdion-entry:first-child .accrdion-header {
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.content-group .accrdion-entry:not(.accrdion-active):last-child .accrdion-header, .content-group .accrdion-entry:not(.accrdion-active):last-child .accrdion-header:hover {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.content-group .accrdion-entry:not(.accrdion-active):first-child:last-child .accrdion-header, .content-group .accrdion-entry:not(.accrdion-active):first-child:last-child .accrdion-header:hover {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.content-group .accrdion-content {
  position: relative;
  padding: 15px 30px;
  background-color: rgba(111, 207, 151, 0.1);
}
.content-group .navi-title {
  display: none;
  position: relative;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 30px;
  color: #27AE60;
}
.content-group .navi-title::before {
  display: none;
  position: absolute;
  left: -38px;
  top: 7px;
  content: ' ';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #27AE60;
}
.content-group ul.navi-links {
  margin-bottom: 0;
  padding-left: 0;
}
.content-group ul.navi-links li {
  padding-left: 0;
  line-height: 30px;
}
.content-group ul.navi-links li::before {
  display: none;
}
.content-group .has-link-borders ul.navi-links li:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 5px;
}
.content-group ul.navi-links a {
  font-size: 17px;
  color: var(--color-foreground);
  transition: all 0.3s;
}
.content-group ul.navi-links a:hover, .content-group ul.navi-links a:focus-visible, .content-group ul.navi-links a.active-tab-link {
  color: var(--color-tertiary);
}
@media screen and (min-width: 768px) {
  .page-usecase .content-group .pseudo-main {
    flex-grow: 1;
  }
}
.content-group strong.tab-content__title, .content-group strong.tab-item__title {
  display: block;
}
.content-group h1.tab-content__title, .content-group h2.tab-content__title, .content-group h3.tab-content__title, .content-group h4.tab-content__title, .content-group h5.tab-content__title, .content-group h6.tab-content__title, .content-group strong.tab-content__title {
  margin-bottom: 37px;
}
.content-group h1.tab-item__title, .content-group h2.tab-item__title, .content-group h3.tab-item__title, .content-group h4.tab-item__title, .content-group h5.tab-item__title, .content-group h6.tab-item__title, .content-group strong.tab-item__title, .content-group .tab-item__embed {
  margin-bottom: 16px;
}
.content-group .tab-item__banner {
  margin-bottom: 37px;
  line-height: 1;
}
.content-group .tab-item__banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
.content-group .tab-content__title.section-text-color-default, .content-group .tab-item__title.section-text-color-default {
  color: var(--color-foreground);
}
.content-group .tab-content__title.section-text-color-green, .content-group .tab-item__title.section-text-color-green {
  color: #219653;
}
.content-group .tab-content__title.section-text-color-orange, .content-group .tab-item__title.section-text-color-orange {
  color: var(--color-tertiary);
}
.content-group .tab-content__title.section-text-color-violet, .content-group .tab-item__title.section-text-color-violet, .content-group .tab-content__title.section-text-color-purple, .content-group .tab-item__title.section-text-color-purple {
  color: var(--color-purple);
}
.content-group .tab-content__title.section-text-color-blue, .content-group .tab-item__title.section-text-color-blue {
  color: var(--color-blue);
}
.content-group .tab-content__title.section-text-size-40, .content-group .tab-item__title.section-text-size-40 {
  font-size: 40px;
  line-height: 50px;
}
.content-group .tab-content__title.section-text-size-36, .content-group .tab-item__title.section-text-size-36 {
  font-size: 36px;
  line-height: 50px;
}
.content-group .tab-content__title.section-text-size-32, .content-group .tab-item__title.section-text-size-32 {
  font-size: 32px;
  line-height: 47px;
}
.content-group .tab-content__title.section-text-size-28, .content-group .tab-item__title.section-text-size-28 {
  font-size: 28px;
  line-height: 45px;
}
.content-group .tab-content__title.section-text-size-24, .content-group .tab-item__title.section-text-size-24 {
  font-size: 24px;
  line-height: 43px;
}
.content-group .tab-content__title.section-text-size-20, .content-group .tab-item__title.section-text-size-20 {
  font-size: 20px;
  line-height: 40px;
}
.content-group .tab-content__item:not(:last-child) {
  margin-bottom: 44px;
}
.content-group .tab-content__item.has-border {
  margin-bottom: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 44px;
}
.content-group .tab-item__text {
  font-size: 17px;
  line-height: 30px;
  color: var(--dark-text-color);
}
.content-group .tab-item__text p, .content-group .tab-item__text ul, .content-group .tab-item__text ol {
  line-height: 30px;
}
.content-group .tab-item__text ul, .content-group .tab-item__text ol {
  margin-bottom: 0;
}
.content-group .tab-item__text p:not(:last-child), .content-group .tab-item__text ul:not(:last-child), .content-group .tab-item__text ol:not(:last-child), .content-group .tab-item__text li:not(:last-child) {
  margin-bottom: 16px;
}
.content-group .tab-item__text li {
  padding-left: 28px;
}
.content-group .tab-item__text li::before {
  left: 10px;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #27AE60;
}
.content-group .tab-item__embed {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  line-height: 1;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.10);
  overflow: hidden;
}
.content-group .tab-item__text img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.10);
}
.content-group .tab-content__related {
  padding-top: 30px;
  padding-bottom: 33px;
  max-width: 800px;
}
.content-group .tab-related__heading {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .content-group .tab-related__heading {
    text-align: center;
  }
}
.content-group .tab-related__tiles {
  display: grid;
  gap: 58px;
}
@media screen and (min-width: 600px) {
  .content-group .tab-related__tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .content-group .tab-related__tile {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}
.tab-related__tile .tab-tile__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}
.tab-related__tile .tab-tile__image img {
  margin-bottom: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
@media screen and (max-width: 767px) {
  .tab-related__tile .tab-tile__image img {
    margin-left: auto;
    margin-right: auto;
  }
}
.tab-related__tile .tab-tile__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .tab-related__tile .tab-tile__meta {
    justify-content: flex-start;
  }
}
.tab-related__tile .tab-tile__category {
  display: block;
  margin-right: 20px;
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 20px;
  color: #E89356;
  font-weight: 400;
  font-family: var(--roboto-font);
  font-size: 13px;
  line-height: 28px;
  color: var(--color-tertiary);
}
.tab-related__tile .tab-tile__meta em {
  font-style: normal;
  font-weight: 400;
  font-family: var(--roboto-font);
  font-size: 11px;
  line-height: 30px;
  text-align: center;
  color: var(--color-foreground);
  opacity: 0.5;
}
.tab-related__tile a .tab-tile__heading {
  display: block;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: var(--color-foreground);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .tab-related__tile a .tab-tile__heading {
    text-align: left;
  }
}
.tab-related__tile a:hover .tab-tile__heading, .tab-related__tile a:focus-visible .tab-tile__heading {
  color: var(--color-primary);
}
.content-main-banner {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.content-main-banner .boxed .boxed {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  height: auto;
  min-height: calc(100vh - 120px);
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .content-main-banner .boxed .boxed {
    max-width: 1170px;
  }
}
.content-main-banner .boxed.full-width::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}
.content-main-banner .homepage-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .content-main-banner .homepage-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.content-main-banner h1.homepage-heading {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 32px;
  line-height: 1.2;
  color: #FFF;
  letter-spacing: -0.025em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content-main-banner h1.homepage-heading {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .content-main-banner h1.homepage-heading {
    font-size: 77px;
    line-height: 1.05;
  }
}
.content-main-banner .homepage-menu {
  flex-shrink: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .content-main-banner .homepage-menu {
    padding-top: 42px;
    padding-bottom: 28px;
  }
}
.homepage-menu ul.menu {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .homepage-menu ul.menu {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .homepage-menu ul.menu {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.homepage-menu ul.menu ul {
  display: none;
}
.homepage-menu ul.menu li {
  padding: 0;
}
.homepage-menu ul.menu li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .homepage-menu ul.menu li:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 768px) {
  .homepage-menu ul.menu li:not(:first-child) {
    margin-left: 15px;
  }
  .homepage-menu ul.menu li:not(:last-child) {
    margin-right: 15px;
  }
}
.homepage-menu ul.menu li::before {
  display: none;
}
.homepage-menu ul.menu a {
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .homepage-menu ul.menu a {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.015em;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.homepage-menu ul.menu a:hover, .homepage-menu ul.menu a:focus-visible {
  color: #E47123;
}
@media screen and (max-width: 767px) {
  .homepage-menu ul.menu a:hover,	.homepage-menu ul.menu a:focus-visible {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.content-fivecol-icon-text {
  position: relative;
  padding-top: 51px;
  padding-bottom: 39px;
}
.content-fivecol-icon-text .section-heading {
  margin-bottom: 27px;
}
.content-fivecol-icon-text .section-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 59px;
  max-width: 830px;
  text-align: center;
  color: var(--translucent-color);
}
.content-fivecol-icon-text .section-items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content-fivecol-icon-text .section-items {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-fivecol-icon-text .section-items {
    justify-content: stretch;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
  }
}
.content-fivecol-icon-text a.section-item {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 24px 19px 35px 20px;
  width: 100%;
  text-align: center;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .content-fivecol-icon-text a.section-item {
    margin-left: 18px;
    margin-right: 18px;
    width: calc(33.33% - 36px);
    max-width: calc(33.33% - 36px);
  }
}
@media screen and (min-width: 1070px) {
  .content-fivecol-icon-text a.section-item {
    width: calc(20% - 36px);
    max-width: calc(20% - 36px);
  }
}
.content-fivecol-icon-text a.section-item:hover, .content-fivecol-icon-text a.section-item:focus-visible {
  box-shadow: 0px 4px 25px 0px rgba(93, 211, 158, 0.5);
}
.content-fivecol-icon-text .section-item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 15px;
  width: 100%;
  height: 145px;
  line-height: 1;
  overflow: hidden;
}
.content-fivecol-icon-text .section-item__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 145px;
}
.content-fivecol-icon-text .section-item__heading {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 17px;
  line-height: 25px;
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (min-width: 1070px) {
  .content-fivecol-icon-text .section-item__heading {
    min-height: 56px;
    text-align: left;
  }
}
.content-fivecol-icon-text .section-item__text {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: var(--translucent-color);
}
@media screen and (min-width: 768px) {
  .content-fivecol-icon-text .section-item__text {
    text-align: left;
  }
}
.content-fivecol-icontxt {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0;
}
.content-multiple-rows + .content-fivecol-icontxt {
  padding-top: 0;
}
.content-fivecol-icontxt:last-child {
  padding-bottom: 48px;
}
.content-fivecol-icontxt .section-heading {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .content-fivecol-icontxt .section-heading {
    margin-bottom: 94px;
  }
}
.content-fivecol-icontxt ul.section-items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .content-fivecol-icontxt ul.section-items {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-fivecol-icontxt ul.section-items {
    justify-content: stretch;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
  }
}
.content-fivecol-icontxt ul li.section-item {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-fivecol-icontxt ul li.section-item {
    margin-left: 18px;
    margin-right: 18px;
    width: calc(33.33% - 36px);
    max-width: calc(33.33% - 36px);
  }
}
@media screen and (min-width: 1070px) {
  .content-fivecol-icontxt ul li.section-item {
    width: calc(20% - 36px);
    max-width: calc(20% - 36px);
  }
}
.content-fivecol-icontxt ul li.section-item::before {
  display: none;
}
.content-fivecol-icontxt .section-item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 20px;
  width: 100%;
  height: 105px;
  line-height: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content-fivecol-icontxt .section-item__image {
    margin-bottom: 36px;
  }
}
.content-fivecol-icontxt .section-item__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 105px;
}
.content-fivecol-icontxt .section-item__heading {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 17px;
  line-height: 25px;
  color: var(--color-foreground);
  text-align: center;
}
@media screen and (min-width: 1070px) {
  .content-fivecol-icontxt .section-item__heading {
    min-height: 56px;
  }
}
.content-fivecol-icontxt .section-item__text {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: #98A8AD;
  opacity: 0.5;
}
.shadowed-svg {
  filter: drop-shadow(0px 20px 104px rgba(33, 86, 135, 0.1));
}
.shadowed-svg-three {
  filter: drop-shadow(0px 4px 80px rgba(33, 86, 135, 0.2));
}
.shadowed-svg-two {
  filter: drop-shadow(0px 4px 25px rgba(33, 86, 135, 0.2));
}
.shadowed-svg-white {
  filter: drop-shadow(0px 20px 25px rgba(255, 255, 255, 1));
}
body .mfp-close-btn-in .mfp-close {
  color: #FFF;
}
body .mfp-wrap .wistia_embed {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.white-popup iframe {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.card-flip {
  position: relative;
  perspective: 1000px;
}
.card-flip:hover .flip-inner, .card-flip:focus-visible .flip-inner {
  transform: rotateY(180deg);
}
.card-flip .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
.card-flip .front-face {
  position: absolute;
}
.card-flip .front-face, .card-flip .back-face {
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-flip .back-face {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  transform: rotateY(180deg);
  overflow: auto;
}
.card-flip .card-description {
  font-weight: 400;
  font-family: var(--poppins-font);
  font-size: 15px;
  color: #98A8AD;
  text-align: center;
}
.card-flip .card-description, .card-flip .card-description p {
  line-height: 25px;
}
.zindex-fix {
  z-index: 1;
}
.single-post-sidebar #ez-toc-container ul ul, .single-post-sidebar .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 8px;
}
.single-post-sidebar div#ez-toc-container ul li {
  padding-left: 8px;
}
.single-post-sidebar .single-post__toc nav li::before {
  top: 16px;
  width: 3px;
  height: 3px;
}
.single-post-sidebar .ez-toc-counter nav ul li a::before {
  display: none !important;
}
body div.pdfemb-viewer {
  margin-bottom: 30px;
}
body div.section-banner div.pdfemb-viewer {
  margin-bottom: 0;
}
.content-section .section-content #ez-toc-container, .content-section .blog-single__content #ez-toc-container {
  box-sizing: border-box;
  margin-bottom: var(--common-margin);
  border: 0 none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.2);
}
.content-section .section-content div#ez-toc-container p.ez-toc-title, .content-section .blog-single__content div#ez-toc-container p.ez-toc-title {
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
  font-family: var(--poppins-font);
  font-size: 24px;
  line-height: 30px;
  color: var(--color-foreground);
  text-align: center;
}
.content-section .section-content div#ez-toc-container .ez-toc-title-container p.ez-toc-title, .content-section .blog-single__content div#ez-toc-container .ez-toc-title-container p.ez-toc-title {
  margin-bottom: 0;
}
.content-section .section-content .ez-toc-title-container, .content-section .blog-single__content .ez-toc-title-container {
  margin-bottom: 24px;
  line-height: 30px;
}
.content-section .section-content #ez-toc-container ul[class*="ez-toc-list"], .content-section .blog-single__content #ez-toc-container ul[class*="ez-toc-list"] {
  margin: 0;
}
.content-section .section-content #ez-toc-container ul[class*="ez-toc-list"] ul, .content-section .blog-single__content #ez-toc-container ul[class*="ez-toc-list"] ul {
  margin-left: 3px;
  margin-top: 5px;
}
.content-section .section-content #ez-toc-container ul[class*="ez-toc-list"] li, .content-section .blog-single__content #ez-toc-container ul[class*="ez-toc-list"] li {
  padding-left: 19px;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}
.content-section .section-content #ez-toc-container ul.ez-toc-list > li, .content-section .blog-single__content #ez-toc-container ul.ez-toc-list > li {
  padding: 0;
}
.content-section .section-content #ez-toc-container.ez-toc-counter nav ul li, .content-section .blog-single__content #ez-toc-container.ez-toc-counter nav ul li {
  list-style-type: none !important;
}
.content-section .section-content #ez-toc-container.ez-toc-counter nav ul li:not(:last-child), .content-section .blog-single__content #ez-toc-container.ez-toc-counter nav ul li:not(:last-child) {
  margin-bottom: 5px;
}
.content-section .section-content #ez-toc-container ul li::before , .content-section .blog-single__content #ez-toc-container ul li::before {
  left: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 7px;
  height: 2px;
}
.content-section .section-content #ez-toc-container ul.ez-toc-list > li::before, .content-section .blog-single__content #ez-toc-container ul.ez-toc-list > li::before {
  display: none;
}
.content-section .section-content #ez-toc-container a, .content-section .blog-single__content #ez-toc-container a {
  display: inline;
  font-size: 16px;
  color: var(--color-foreground);
  text-decoration: none;
}
.content-section .section-content #ez-toc-container li li a, .content-section .blog-single__content #ez-toc-container li li a {
  font-weight: 400;
}
.content-section .section-content #ez-toc-container a:hover, .content-section .section-content #ez-toc-container a:focus-visible, .content-section .blog-single__content #ez-toc-container a:hover, .content-section .blog-single__content #ez-toc-container a:focus-visible {
  color: var(--color-tertiary);
}
.content-event .content-post-single {
  max-width: 670px;
  padding-bottom: 0px;
}
.content-event .has-no-form .content-post-single {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.content-event .pseudo-container .search-filter-sidebar {
  margin-right: 0;
  width: 450px;
}
.content-event .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 16px;
}
.content-event .gform {
  max-width: 350px;
  margin: 0 auto;
}
.content-event .gform-wrap {
  padding: 34px 0 48px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.10);
}
.content-event .gform .form-title {
  margin-bottom: 24px;
}
.content-event .gform_wrapper.gravity-theme .gform_footer, .content-event .gform_wrapper.gravity-theme .gform_page_footer {
  padding-top: 40px;
}
.content-event .gform_wrapper.gravity-theme .gform_footer, .content-event .gform_wrapper.gravity-theme .gform_page_footer {
  justify-content: flex-start;
}
.content-event .content-post-single .blog-single__title {
  margin-bottom: 40px;
}
.content-event .content-post-single .blog-single__meta {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  border-left: 1px solid #5DD39E;
}
.content-event .content-post-single .blog-single__meta span {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: #98A8AD;
}
.content-event .blog-single__description p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .content-webiguide-grid {
    padding-top: 20px;
  }
  .content-webiguide-grid .resources-events .section-heading {
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  a.resource-card .resource-card__time {
    font-size: 15px;
    text-align: center;
  }
  a.resource-card .resource-card__tax {
    text-align: center;
  }
}
.content-event .blog-single__description, .content-event .blog-single__speakers, .content-event .blog-single__speakers .speaker {
  margin-bottom: 40px;
}
.content-event .blog-single__speakers {
  border-top: 1px solid rgba(48, 80, 90, 0.2);
  padding-bottom: 30px;
}
.content-event .blog-single__speakers h4 {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 600;
}
.content-event .blog-single__speakers .speaker {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
.content-event .speaker figure {
  flex: 0 0 120px;
  height: 120px;
  position: relative;
  border-radius: 100%;
  background-color: var(--dark-text-color);
  overflow: hidden;
}
.content-event .speaker figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-event .blog-single__speakers .speaker .spacer {
  padding: 20px 0;
}
.content-event .blog-single__speakers .speaker .about {
  flex: 1;
  padding-top: 30px;
  font-family: var(--roboto-font);
}
.content-event .blog-single__speakers .speaker .name {
  margin: 0;
}
.content-event .blog-single__speakers .speaker .position {
  color: #2E3131;
  font-family: var(--roboto-font);
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.content-event .blog-single__speakers .speaker .aboutme {
  color: #98A8AD;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 960px) {
  .content-post-single .blog-single__title {
    line-height: 1.5;
    font-size: 30px;
  }
  .content-event .gform-wrap {
    margin-left: 40px;
  }
  .content-event .blog-single__speakers h4 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .content-event .content-post-single .blog-single__title {
    margin-bottom: 30px;
  }
  .content-event .content-post-single .blog-single__meta {
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 480px) {
  .content-post-single .blog-single__title {
    font-size: 25px;
  }
  .content-event .content-post-single .blog-single__meta span {
    font-size: 18px;
  }
  .content-event .speaker figure {
    flex: 0 0 80px;
    height: 80px;
  }
  .content-event .blog-single__speakers .speaker .about {
    padding-top: 0;
  }
  .content-event .blog-single__speakers .speaker {
    gap: 25px;
  }
}
.content-event .pseudo-main.blog-card {
  width: 100%;
}
.content-list-cards .v2 .list-card {
  padding: 50px 40px;
}
.content-list-cards .v2 .list-card__title {
  text-align: left;
}
.content-list-cards .v2 .list-card__text {
  color: #264653;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.content-list-cards .v2 hr {
  margin: 40px 0;
}
.content-list-cards .button-panel {
  text-align: center;
  margin-top: 60px;
}
.content-list-cards ul.list-card__list .red {
  color: #f00;
}
.content-list-cards ul.list-card__list li.red::before {
  background: transparent url(img/common/icon_checkboxR.svg) no-repeat center center;
}
.accrd + .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.content-list-accordion {
  padding: 40px 0;
}
.content-list-accordion .section-content {
  margin-bottom: 39px;
  text-align: center;
  color: var(--translucent-color);
}
.content-list-accordion .button-panel {
  text-align: center;
  margin-bottom: 69px;
}
.content-list-accordion .accrd {
  color: #30505A;
  font-family: var(--poppins-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  padding: 11px 20px 9px;
  background: #F5F7FA;
  cursor: pointer;
}
.content-list-accordion .accrd::before {
  display: inline-block;
  min-width: 25px;
  content: "+";
}
.content-list-accordion .accrd.active::before {
  display: inline-block;
  content: "-";
}
.content-list-accordion .accrd.active + .panel {
  padding-bottom: 30px;
}
.content-list-accordion .list-card__text, .content-list-accordion .panel {
  color: #264653;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.content-list-accordion .panel {
  padding: 30px 0 0 50px;
}
.content-list-accordion .ac-list {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding-left: 20px;
}
.content-list-accordion .ac-list.is-header {
  padding-left: 0;
}
.content-list-accordion .ac-list.is-text {
  background-color: #F5F7FA;
  padding: 11px 0px 9px 0px;
}
.content-list-accordion .ac-list.is-text .col1 {
  padding-left: 20px;
}
.content-list-accordion .col1 {
  flex: 1;
  text-align: left;
}
.content-list-accordion .col2, .content-list-accordion .col3, .content-list-accordion .col4 {
  flex: 0 0 20.55%;
  text-align: center;
}
.content-list-accordion .lp.panel {
  padding: 10px 0;
}
.content-list-accordion .accrd.active + .lp.panel {
  padding-bottom: 10px;
}
.content-list-accordion .lp .list, .content-list-accordion .lp>div {
  border-bottom: 1px solid #EAEBEC;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.content-list-accordion .lp .list .col1, .content-list-accordion .lp>div .col1 {
  padding-left: 20px;
}
.content-list-accordion .lp .list:last-child, .content-list-accordion .lp>div:last-child {
  border-bottom: none;
}
.content-list-accordion span.check {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(img/common/icon_checkbox.svg) no-repeat center center;
  background-size: auto;
  background-size: cover;
}
.content-list-accordion .hh {
  display: none;
  font-size: 17px;
}
.content-list-accordion .is-red .list-card__title, .content-list-accordion .is-red + .panel .list-card__text {
  color: red;
}
@media screen and (max-width: 960px) {
  .content-list-accordion .panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .content-list-accordion .hh {
    display: block;
    opacity: 0.5;
  }
  .content-list-accordion .ac-list.is-header {
    display: none;
  }
  .content-list-accordion .ac-list.is-text {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 20px;
  }
  .content-list-accordion .ac-list.is-text .col1 {
    padding-left: 0;
  }
  .content-list-accordion .ac-list.is-text .nc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 3px 0px;
  }
  .content-list-accordion .ac-list.is-text .nc:last-child {
    border: none;
  }
  .content-list-accordion .lp .list,	.content-list-accordion .lp>div {
    align-items: flex-start;
    flex-direction: column;
    border: none;
  }
  .content-list-accordion .lp .col2,	.content-list-accordion .lp .col3,	.content-list-accordion .lp .col4 {
    padding: 0 30px;
  }
  .content-list-accordion .lp .cc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .content-list-accordion .lp .cc:last-child {
    border-bottom: none;
  }
}
.anim-svg-grow {
  animation-name: grow;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  transform-origin: center center;
  transform-box: fill-box;
}
.anim-svg-shrink {
  animation-name: shrink;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  transform-origin: center center;
  transform-box: fill-box;
}
.anim-svg-rotate-c {
  animation-name: rotatec;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  transform-origin: center center;
  transform-box: fill-box;
}
.anim-svg-rotate-cc {
  animation-name: rotatecc;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  transform-origin: center center;
  transform-box: fill-box;
}
.anim-svg-squash {
  animation-name: squash;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  transform-origin: center center;
  transform-box: fill-box;
}
@keyframes grow {
  0% {
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(0.3);
  }
}
@keyframes shrink {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes rotatec {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatecc {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-80deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes squash {
  25% {
    transform: scale(1) skew(0deg,0deg) translate(0px,0px);
  }
  50% {
    transform: scale(0.98) skew(-3deg,3deg) translate(-5px,5px);
  }
  75% {
    transform: scale(0.97) skew(5deg,-2deg) translate(5px,0px);
  }
  100% {
    transform: scale(1) skew(0deg,0deg) translate(0px,0px);
  }
}
.banner-slider {
  margin-bottom: 30px;
}
.banner-slider.slick-initialized {
  height: auto;
  overflow: visible;
}
.banner-slider .slide .banner-col__image {
  border-radius: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.banner-slider .slide .banner-col__image img {
  min-width: 720px;
}
.banner-slider .slick-arrow.slick-prev, .banner-slider .slick-arrow.slick-next {
  background-size: 30px 30px;
  top: unset;
  bottom: -50px;
  opacity: 1;
  width: 30px;
  height: 30px;
}
.banner-slider .slick-arrow.slick-prev {
  left: calc(45%);
  background: transparent url(img/common/banner-slide-btn-prev.svg) no-repeat center;
}
.banner-slider .slick-arrow.slick-next {
  right: unset;
  left: calc(45% + 45px);
  background: transparent url(img/common/banner-slide-btn-next.svg) no-repeat center;
}
.content-page-banner .banner-slider .slide {
  display: none !important;
}
.content-page-banner .banner-slider .slide:first-child {
  display: flex !important;
}
.content-page-banner .banner-slider.slick-initialized .slide {
  display: flex !important;
}
.content-page-banner .banner-cols .slide {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .content-page-banner .banner-cols .slide {
    background-color: white;
  }
}
@media screen and (min-width: 768px) {
  .content-page-banner .banner-cols .slide {
    justify-content: stretch;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .content-page-banner .banner-cols .slide {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .banner-slider .slide .banner-col__image img {
    min-width: auto;
  }
  .banner-slider .slick-arrow.slick-prev {
    left: calc(50% - 30px);
  }
  .banner-slider .slick-arrow.slick-next {
    left: calc(50% + 10px);
  }
}
.cs-grid-filter {
  padding: 40px 0;
}
.cs-grid-filter h2.section-heading {
  margin-bottom: 55px;
}
.cs-grid-filter .csg-2 {
  border-bottom: 1px solid rgba(48, 80, 90, 0.2);
  padding-bottom: 40px;
}
.csg-2 .searchandfilter select.sf-input-select {
  min-width: 250px;
  font-size: 17px;
  height: 50px;
}
.csg-2 a.resource-card .resource-card__title {
  font-size: 20px;
}
.resources-wrapper.csg-2 .resources-filter ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.csg-2 select {
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA3TDkgMSIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 18px top 50%;
  background-size: 11px;
}
.content-logo-carousel.btm-hr {
  padding: 45px 0 100px 0;
}
.btm-hr {
  position: relative;
}
.btm-hr::after {
  bottom: 0;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  content: "";
  display: block;
  left: 50%;
  transform: translatex(-50%);
  border-bottom: 1px solid rgba(48, 80, 90, 0.2);
}
.content-multiple-columns.awards-multi {
  padding-top: 80px;
  padding-bottom: 40px;
}
.content-multiple-columns.awards-multi .section-heading {
  font-size: 35px;
}
.content-multiple-columns.awards-multi .section-columns {
  margin: 0 -35px;
  align-items: center;
  justify-content: center;
}
.content-multiple-columns.awards-multi + .content-awards-carousel-local {
  padding-top: 20px;
}
.content-multiple-columns.awards-multi .row-column__image {
  padding: 0 35px;
  max-width: unset;
  height: auto;
  margin: 0;
}
.content-multiple-columns.awards-multi .row-column__image img {
  max-height: 200px;
  max-width: 360px;
}
@media screen and (max-width: 960px) {
  .banner-slider, .banner-slider .slide {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .content-page-banner .banner-cols .slide {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .resources-wrapper.csg-2 .resources-filter ul {
    flex-wrap: wrap;
  }
  .csg-2 a.resource-card .resource-card__title {
    font-size: 17px;
  }
  .content-multiple-columns.awards-multi .row-column__image {
    padding: 0 15px;
  }
  .content-multiple-columns.awards-multi .row-column__image img {
    max-height: 150px;
    max-width: 200px;
  }
  .content-awards-carousel-local .awards-carousel__item figure {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .content-multiple-columns.awards-multi .row-column__image img {
    max-width: 250px;
  }
  .content-multiple-columns.awards-multi .section-columns {
    gap: 20px;
  }
}
.content-cpt-filter {
  padding: 50px 0;
}
.content-cpt-filter .top-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.content-cpt-filter .top-links .this-div {
  flex: 0 0 250px;
}
.content-cpt-filter .resources-wrapper .resources-filter {
  margin-bottom: 0;
}
.top-links .dcustom-select .arrow {
  width: 10px;
  height: 10px;
}
.top-links .dcustom-select .arrow::before {
  left: -1px !important;
}
.top-links .custom-select__trigger {
  height: 50px;
  line-height: 50px;
  background-color: transparent;
}
.top-links .dcustom-select, .top-links .custom-options, .top-links .custom-select__trigger {
  border: none;
}
.top-links .custom-options {
  z-index: 99;
}
.resources-wrapper .resource-cards {
  margin-top: 40px;
}
.top-links .tax-select {
  border-radius: 50px;
  border: 1px solid #C4C4C4;
  background-color: white;
}
.dots:not(.pagination .dots, .wp-block-query-pagination .dots) {
  width: 13.4px;
  height: 13.4px;
  background: var(--color2);
  color: var(--color2);
  border-radius: 50%;
  box-shadow: 22.4px 0,-22.4px 0;
  animation: dots-u8fzftmd 1s infinite linear alternate;
  margin: 20px auto 0;
}
@keyframes dots-u8fzftmd {
  0% {
    box-shadow: 22.4px 0,-22.4px 0;
    background: rgba(71,75,255,0.13);
  }
  33% {
    box-shadow: 22.4px 0,-22.4px 0 rgba(71,75,255,0.13);
    background: rgba(71,75,255,0.13);
  }
  66% {
    box-shadow: 22.4px 0 rgba(71,75,255,0.13),-22.4px 0;
    background: rgba(71,75,255,0.13);
  }
}
.iloader {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  height: 13.4px;
}
.iloader .dots {
  display: none;
}
.axf .filter-results {
  display: flex;
  gap: 10px;
  padding: 15px 0;
}
.axf .filter-results div {
  display: block;
  position: relative;
  padding: 7px 15px;
  padding-right: 30px;
  background-color: rgba(0,0,0,0.3);
  font-size: 14px;
  border-radius: 5px;
  color: white;
}
.axf .filter-results div::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  content: "\d7";
  color: white;
  font-size: 22px;
  cursor: pointer;
}
.axf-btn {
  width: 100%;
  text-align: center;
}
body.page-id-28279 #masthead, body.page-id-28471 #masthead {
  display: none;
}
body.page-id-28279 .container.page-default, body.page-id-28471 .container.page-default {
  padding-top: 0 !important;
}
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --color-secondary: var(--wp--preset--color--secondary);
  --color-tertiary: var(--wp--preset--color--tertiary);
  --color-mint: var(--wp--preset--color--mint);
  --color-graphite: var(--wp--preset--color--graphite);
  --color-noon: var(--wp--preset--color--noon);
  --color-noon-dark: var(--wp--preset--color--noon-dark);
  --color-purple: var(--wp--preset--color--purple);
  --color-grey-light: var(--wp--preset--color--grey-light);
  --container-content: var(--container-content, 1280px);
  --container-wide: var(--wp--style--global--wide-size);
  --color-neutral-secondary-soft: #F9FAFB;
  --color-neutral-tertiary: #E5E7EB;
  --color-heading: #111827;
  --color-body: #6B7280;
  --color-fg-brand: #1A56DB;
  --color-primary-900: var(--brand-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  :root, :host {
    --color-primary-900: color-mix(in srgb, var(--brand-primary), black 80%);
  }
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Roboto:wght@300;400;500;700&display=swap');
.font-poppins {
  font-family: var(--poppins-font);
}
.font-roboto {
  font-family: var(--roboto-font);
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, var(--font-sans, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'));
  font-feature-settings: var(--default-font-feature-settings, initial);
  font-variation-settings: var(--default-font-variation-settings, initial);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace));
  font-feature-settings: var(--default-mono-font-feature-settings, initial);
  font-variation-settings: var(--default-mono-font-variation-settings, initial);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--roboto-font), var(--font-body), sans-serif;
  color: var(--color-foreground);
  --wp--preset--spacing--60: 2.5rem;
  --wp--preset--spacing--70: 5.75rem;
  --wp--preset--spacing--80: 7.5rem;
}
.container {
  max-width: 100%;
}
@media (width >= 64rem) {
  .container {
    max-width: 1440px;
  }
}
body .prose {
  --tw-leading: 1.375;
  line-height: 1.375;
}
@media (width >= 64rem) {
  body .prose {
    font-size: 18px;
  }
}
.entry-content {
  max-width: var(--wp--style--global--wide-size, 90rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.entry-content > p > a:only-child {
  display: inline-block;
  max-width: 100%;
}
.header-layout-stacked [id^="dropdown-"]::before {
  content: none !important;
}
.entry-content > :where(p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, figure, pre, table, div, a):not(.alignfull):not(.alignwide) {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.entry-content > .wp-block-html > * {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.entry-content > .wp-block {
  max-width: var(--container-content, 1280px);
  margin-left: auto;
  margin-right: auto;
}
.entry-content > .alignwide {
  max-width: var(--wp--style--global--wide-size, 90rem);
}
.entry-content > .alignfull {
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.alloy-block-carousel__track {
  height: 500px;
}
@media (min-width: 48.875rem) {
  .alloy-block-carousel__track {
    height: 650px;
  }
}
.alloy-block-carousel [data-carousel-prev], .alloy-block-carousel [data-carousel-next] {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.alloy-block-carousel [data-carousel-slide-to] {
  width: 18px;
  height: 18px;
  border-radius: 9999px;
  padding: 0;
  min-width: 18px;
  min-height: 18px;
  line-height: 0;
  display: inline-block;
}
.alloy-block-carousel .space-x-3 > :not(:last-child) {
  margin-right: 1rem;
}
.rtl\:space-x-reverse:where(:dir(rtl),[dir=rtl],[dir=rtl] *) > :not(:last-child) {
  --tw-space-x-reverse: 1;
}
#main-navigation a:not(.btn):hover, #main-navigation a:not(.btn):focus, #main-navigation a:not(.btn):focus-visible, #main-navigation a:not(.btn):hover *, #main-navigation a:not(.btn):focus *, #main-navigation a:not(.btn):focus-visible * {
  color: var(--brand-accent, #FDCE00) !important;
}
.w-fill-stretch {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
}
.focus-within-w-fill-stretch:focus-within {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
}
.site {
  background: #fff;
}
.content-container {
  position: relative;
  z-index: 3;
}
.content-container:not(.has-no-banner)::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  max-height: 527px;
  background-image: linear-gradient(180deg, #F2F6FE 0%, rgba(242, 246, 254, 0.8) 80%, #FFF 100%);
  z-index: 1;
}
body.home .content-container:not(.has-no-banner)::before, body.page-id-292 .content-container:not(.has-no-banner)::before {
  max-height: 1348px;
}
.content-container main {
  position: relative;
  z-index: 3;
}
.boxed, .inner-boxed {
  margin-left: auto;
  margin-right: auto;
  min-width: 250px;
  width: 94%;
}
.boxed.full-width {
  width: 100%;
}
@media (min-width: 1200px) {
  .boxed {
    width: 1170px;
  }
  .boxed.full-width {
    width: 100%;
  }
  .boxed.wide {
    width: 100%;
  }
  .boxed.medium {
    width: 1200px;
  }
  .boxed.narrow {
    width: 970px;
  }
  .boxed.slim {
    width: 830px;
  }
}
@media (min-width: 768px) {
  .boxed .boxed {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .boxed .boxed {
    width: auto;
  }
}
@media (min-width: 1350px) {
  .boxed.medium {
    width: 1350px;
  }
}
@media (min-width: 1440px) {
  .boxed.wide {
    width: 1440px;
  }
}
@media screen and (min-width: 768px) {
  .ml-container {
    margin-left: 2.5rem;
  }
}
@media (min-width: 1480px) {
  .ml-container {
    margin-left: calc((100vw - 1440px) / 2);
  }
}
.content-old-text {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-old-text .animator {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  max-width: 100%;
  transform: translateX(-50%);
  z-index: 2;
}
.content-old-text .boxed {
  position: relative;
  z-index: 5;
}
.content-old-text .section-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}
@media screen and (min-width: 768px) {
  .content-old-text .section-heading {
    margin-bottom: 50px;
  }
}
.content-old-text .section-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  color: var(--translucent-color);
  text-align: left;
}
.content-old-text .section-content p img, .content-old-text .section-content > img, .content-old-text .section-content figure img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.11);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing, 0.25rem) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing, 0.25rem) * 8);
}
.entry-content>.wp-block-group {
  padding-block: calc(var(--spacing, 0.25rem) * 10);
}
@media (width < 48.875rem) {
  .entry-content>.wp-block-group {
    padding-inline: calc(var(--spacing, 0.25rem) * 5);
  }
}
@media (width >= 48.875rem) {
  .entry-content>.wp-block-group {
    padding-block: 7.5rem;
  }
}
:is(.entry-content > .wp-block-group) > *:last-child {
  margin-bottom: calc(var(--spacing, 0.25rem) * 0);
}
.entry-header, .entry-content:not(.wp-block-post-content)>*:not(.alignfull, .alignwide, [class*="alloy-"]), .entry-content:not(.wp-block-post-content)>.wp-block-group:where(.alignfull, .is-vertical)>*:not(.alignfull, .alignwide), .entry-content:not(.wp-block-post-content)>.wp-block-group:where(.alignfull, .is-vertical)>.wp-block-group:where(.alignfull, .is-vertical)>*:not(.alignfull, .alignwide) {
  padding-inline: calc(var(--spacing, 0.25rem) * 5);
}
@media (width < 48.875rem) {
  .entry-header, .entry-content:not(.wp-block-post-content)>*:not(.alignfull, .alignwide, [class*="alloy-"]), .entry-content:not(.wp-block-post-content)>.wp-block-group:where(.alignfull, .is-vertical)>*:not(.alignfull, .alignwide), .entry-content:not(.wp-block-post-content)>.wp-block-group:where(.alignfull, .is-vertical)>.wp-block-group:where(.alignfull, .is-vertical)>*:not(.alignfull, .alignwide) {
    padding-inline: calc(var(--spacing, 0.25rem) * 0);
  }
}
.entry-content .wp-block-group>*:last-child, .entry-content>.wp-block-group:last-child>*:last-child, .entry-content>*:last-child {
  margin-bottom: calc(var(--spacing, 0.25rem) * 0) !important;
}
.content-container:not(.has-no-banner):before {
  background: transparent;
}
body:not(.wp-admin) .hero-image-column.hero-image-column {
  width: 100%;
  height: 100%;
  min-height: 30rem;
}
:is(body:not(.wp-admin) .hero-image-column.hero-image-column) img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
.inset-testimonial {
  position: absolute;
  padding: calc(var(--spacing, 0.25rem) * 6);
  font-size: var(--text-sm, 0.875rem);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
  color: #ffffff;
  --tw-backdrop-blur: blur(var(--blur-lg, 16px));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
@media (width >= 64rem) {
  .inset-testimonial {
    font-size: var(--text-base, 1rem);
    line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  }
}
@media (width >= 80rem) {
  .inset-testimonial {
    padding: calc(var(--spacing, 0.25rem) * 10);
  }
}
.inset-testimonial {
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(39, 63, 72, 0.8), rgba(42, 93, 113, 0.8));
  border-top: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%) 1 1 0 0;
}
.logo-marquee img {
  height: 5rem;
  width: auto;
}
.logo-marquee-spacing .marquee-content-item {
  padding-inline: calc(var(--spacing, 0.25rem) * 10);
}
.acf-alloy-blocks-linked-group {
  display: block;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: transparent;
  text-decoration-line: none !important;
}
@media (hover: hover) {
  .acf-alloy-blocks-linked-group:hover {
    color: var(--color-primary);
  }
}
.acf-alloy-blocks-linked-group:focus {
  border-color: #000000;
}
.acf-alloy-blocks-linked-group:hover > .acf-innerblocks-container > *:not(.group-card) {
  color: var(--color-primary) !important;
}
.alloy-design-control {
  position: relative;
}
.alloy-design-control__inner {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.editor-styles-wrapper .alloy-design-control, .editor-styles-wrapper .alloy-design-control__inner {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
.editor-styles-wrapper, .editor-styles-wrapper .is-root-container, .editor-styles-wrapper .block-editor-block-list__layout, .editor-styles-wrapper .block-editor-writing-flow {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
.alloy-dc-border {
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-neutral-tertiary, #d1d5db);
}
.alloy-dc-border-sides {
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 8px solid #374151 !important;
  border-right: 8px solid #374151 !important;
  box-shadow: inset 8px 0 0 #374151, inset -8px 0 0 #374151;
}
@media (max-width: 767px) {
  .alloy-dc-border-sides {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
    box-shadow: inset 4px 0 0 #374151, inset -4px 0 0 #374151;
  }
}
.alloy-dc-container-full .alloy-design-control__inner > * [class*="max-w-screen"] {
  max-width: none !important;
}
.alloy-dc-container-full .alloy-design-control__inner > * [class*="max-w-\\[var\\(--container-content\\)\\]"] {
  max-width: none !important;
}
.alloy-dc-container-full .alloy-design-control__inner > * [class~="mx-auto"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.alloy-dc-container-full .alloy-design-control__inner > * [class*="px-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.alloy-tone-dark {
  color: #f9fafb;
}
.alloy-tone-light {
  color: #111827;
}
.alloy-anim-fade {
  animation: alloyFadeIn 0.45s ease both;
}
.alloy-anim-slide-up {
  animation: alloySlideUp 0.45s ease both;
}
.alloy-media-fit-cover img {
  object-fit: cover;
}
.alloy-media-fit-contain img {
  object-fit: contain;
}
.alloy-media-aspect-16-9 img {
  aspect-ratio: 16 / 9;
}
.alloy-media-aspect-4-3 img {
  aspect-ratio: 4 / 3;
}
.alloy-media-aspect-1-1 img {
  aspect-ratio: 1 / 1;
}
.alloy-button-theme-primary :is(a, button).inline-flex {
  background-color: var(--brand-primary) !important;
  border-color: transparent !important;
  color: #fff !important;
}
.alloy-button-theme-secondary :is(a, button).inline-flex {
  background-color: var(--brand-secondary) !important;
  border-color: transparent !important;
  color: #fff !important;
}
.alloy-button-theme-outline :is(a, button).inline-flex {
  background: transparent !important;
  border: 1px solid currentColor !important;
  color: inherit !important;
}
.alloy-button-theme-text :is(a, button).inline-flex {
  background: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@keyframes alloyFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes alloySlideUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.blockart-tabs {
  text-align: center;
}
.blockart-tabs .blockart-tabs-triggers {
  margin-inline: auto !important;
  display: inline-flex !important;
  border-radius: 80px;
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
  background-color: var(--color-grey-light);
  padding: calc(var(--spacing, 0.25rem) * 2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
}
:is(.blockart-tabs .blockart-tabs-triggers) .blockart-tabs-trigger {
  border-radius: 74px;
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
  background-color: transparent !important;
  color: #8AAAB9;
}
@media (hover: hover) {
  :is(:is(.blockart-tabs .blockart-tabs-triggers) .blockart-tabs-trigger):hover {
    background-color: var(--color-background) !important;
  }
}
@media (hover: hover) {
  :is(:is(.blockart-tabs .blockart-tabs-triggers) .blockart-tabs-trigger):hover {
    color: #52A9D0 !important;
  }
}
.is-active:is(:is(.blockart-tabs .blockart-tabs-triggers) .blockart-tabs-trigger) {
  background-color: var(--color-background) !important;
  color: #52A9D0 !important;
}
.blockart-tabs .blockart-tab {
  text-align: left;
}
.blockart-counter .blockart-counter-container {
  padding: calc(var(--spacing, 0.25rem) * 0) !important;
}
.blockart-counter .blockart-counter-wrapper > * {
  color: inherit;
}
.blockart-counter .blockart-counter-content {
  color: #404040;
  opacity: .6;
}
.blockart-testimonial.offcanvas-slider {
  margin-inline: calc(var(--spacing, 0.25rem) * 0) !important;
}
@media (width >= 64rem) {
  .blockart-testimonial.offcanvas-slider {
    max-width: 100%;
  }
}
.blockart-testimonial.offcanvas-slider {
  max-width: calc(100vw - (var(--spacing) * 10));
}
@media (width >= 80rem) {
  :is(.blockart-testimonial.offcanvas-slider .blockart-testimonial-slide) > .blockart-testimonial-inner-content {
    max-width: 946px;
  }
}
:is(:is(.blockart-testimonial.offcanvas-slider .blockart-testimonial-slide) > .blockart-testimonial-inner-content) figure {
  display: flex;
  justify-content: center;
}
:is(:is(.blockart-testimonial.offcanvas-slider .blockart-testimonial-slide) > .blockart-testimonial-inner-content) .blockart-testimonial-member-name {
  margin-bottom: calc(var(--spacing, 0.25rem) * 0);
}
@media (width >= 64rem) {
  .blockart-testimonial.offcanvas-slider .splide__track {
    padding-inline: 25% !important;
  }
}
.blockart-testimonial.offcanvas-slider .splide__pagination {
  top: 100%;
  bottom: calc(var(--spacing, 0.25rem) * 0);
  margin-bottom: calc(var(--spacing, 0.25rem) * 0);
}
.blockart-slider.card-slider .blockart-slide {
  visibility: visible !important;
}
.entry-content>.blockart-slider.card-slider, .entry-content .alignfull .blockart-slider.card-slider {
  max-width: 100%;
}
:is(.entry-content > .blockart-slider.card-slider,.entry-content .alignfull .blockart-slider.card-slider) .splide__list {
  margin-inline: auto !important;
  max-width: var(--wp--style--global--wide-size);
}
:is(.entry-content > .blockart-slider.card-slider,.entry-content .alignfull .blockart-slider.card-slider) .blockart-slide {
  visibility: visible !important;
}
@media (width < 64rem) {
  :is(.entry-content > .blockart-slider.card-slider,.entry-content .alignfull .blockart-slider.card-slider) .blockart-slide {
    width: 100% !important;
  }
}
.splide__pagination {
  gap: calc(var(--spacing, 0.25rem) * 2);
}
@media (width >= 48.875rem) {
  .splide__pagination {
    gap: calc(var(--spacing, 0.25rem) * 5);
  }
}
.splide__pagination li {
  padding: calc(var(--spacing, 0.25rem) * 0) !important;
}
:is(.splide__pagination li) .splide__pagination__page {
  height: calc(var(--spacing, 0.25rem) * 3);
  width: calc(var(--spacing, 0.25rem) * 3);
  background: #DFECF0 !important;
}
.is-active:is(:is(.splide__pagination li) .splide__pagination__page) {
  transform: none !important;
  background: #30505A !important;
}
body .wp-block-post-excerpt__more-link, body .wp-block-read-more, .btn:where(a, div, span, button, p), input[type="button"]:where(.btn, .hs-button), input[type="submit"]:where(.btn, .hs-button), input[type="reset"]:where(.btn, .hs-button), body .gform_footer input[type="submit"], body .alm-btn-wrap .alm-load-more-btn, .nav-previous a, .nav-next a, .wp-block-button .wp-block-button__link:not(.arrow-link>*):where(a, div) {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 34px;
  padding: 12px 32px;
  height: auto;
  font-weight: 700;
  font-family: var(--poppins-font);
  color: #FFF;
  text-align: center;
  text-decoration: none !important;
  background: var(--color-primary) linear-gradient(to right, #34C182, #0DA985);
  transition: all 0.3s;
  cursor: pointer;
}
.wp-block-button .wp-block-button__link:not(.arrow-link>*):where(a, div) {
  border-color: transparent;
}
:is(.wp-block-button .wp-block-button__link:not(.arrow-link > *):where(a,div)):focus {
  border-color: #000000;
}
body .gform_footer input[type="submit"] {
  border-width: 2px;
  border-color: var(--color-primary);
  padding: 12px 28px;
  min-width: 0;
  color: var(--color-primary);
  background: transparent;
}
.nav-previous a, .nav-next a {
  min-width: 0;
}
a.btn.btn-accent {
  background-color: var(--color-tertiary);
  color: #ffffff;
}
a.btn.btn-accent:focus {
  color: #ffffff;
}
a.btn.btn-accent {
  border-color: var(--color-tertiary);
}
a.btn.btn-violet, a.btn.btn-purple {
  background-color: var(--color-purple);
  color: #ffffff;
}
:is(a.btn.btn-violet,a.btn.btn-purple):focus {
  color: #ffffff;
}
a.btn.btn-violet, a.btn.btn-purple {
  border-color: var(--color-purple);
  min-width: 159px;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.arrow-link>*):where(a, div), a.btn.btn-skeleton {
  border-width: 2px;
  border-color: var(--color-blue);
  padding: 12px 28px;
  color: var(--color-blue);
  background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.arrow-link>*):where(a, div), a.btn.btn-skeleton-blue, .nav-previous a, .nav-next a {
  border-width: 2px;
  border-color: var(--color-blue);
  padding: 12px 28px;
  color: var(--color-blue);
  background: transparent;
}
a.btn.btn-skeleton-violet, a.btn.btn-skeleton-purple {
  border-width: 2px;
  border-color: var(--color-purple);
  padding: 12px 28px;
  color: var(--color-purple);
  background: transparent;
}
a.btn.btn-skeleton-green {
  border-width: 2px;
  border-color: var(--color-primary);
  padding: 12px 28px;
  color: var(--color-primary);
  background: transparent;
}
a.btn.btn-skeleton-orange {
  border-width: 2px;
  border-color: var(--color-tertiary);
  padding: 12px 28px;
  color: var(--color-tertiary);
  background: transparent;
}
a.btn.btn-blank {
  border-color: transparent;
  color: #E89356;
  background: transparent;
}
body .wp-block-post-excerpt__more-link:hover, body .wp-block-read-more:hover, body a.btn:hover, body button.btn:hover, body input[type="button"]:where(.btn, .hs-button):hover, body input[type="submit"]:where(.btn, .hs-button):hover, body input[type="reset"]:where(.btn, .hs-button):hover, body .gform_footer input[type="submit"]:hover, body .alm-btn-wrap .alm-load-more-btn:hover, body .nav-previous a:hover, body .nav-next a:hover, .acf-alloy-blocks-linked-group:hover p.btn, .wp-block-button .wp-block-button__link:not(.arrow-link>*):where(a, div):hover {
  border-color: var(--color-foreground);
  color: var(--color-background) !important;
  background: var(--color-foreground) !important;
}
.wp-block-button .wp-block-button__link:not(.arrow-link>*):where(a, div):hover {
  border-color: transparent;
}
a.btn > img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
body .btn.btn-grad-white-mint:where(a, button) {
  color: #00662B;
  border-radius: 74px;
  border: none;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.84) 100%);
  box-shadow: 0px 1px 2px 0px #019067 inset, 0px 8px 18px 0px rgba(0, 0, 0, 0.16);
  padding: 12px 32px;
}
body .arrow-link:where(p, a) {
  display: inline-block;
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: var(--color-primary);
  text-decoration-line: none;
}
body .wp-block-post-excerpt__more-link, body .wp-block-read-more, .arrow-link:where(p, a), .arrow-btn:where(p, a), .wp-block-button:where(.arrow-link, .arrow-btn) .wp-block-button__link:where(a, div, p) {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing, 0.25rem) * 2);
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
}
:is(body .wp-block-post-excerpt__more-link,body .wp-block-read-more,.arrow-link:where(p,a),.arrow-btn:where(p,a),.wp-block-button:where(.arrow-link,.arrow-btn) .wp-block-button__link:where(a,div,p)):after {
  -webkit-mask: url('data:image/svg+xml,<svg width="18" height="15" viewBox="0 0 18 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.4111 7.13672C17.4111 7.45312 17.2969 7.72266 17.0684 7.94531L11.2939 13.7021C11.0654 13.9307 10.8105 14.0449 10.5293 14.0449C10.207 14.0449 9.94629 13.9453 9.74707 13.7461C9.54785 13.5469 9.44824 13.3008 9.44824 13.0078C9.44824 12.8438 9.47754 12.6973 9.53613 12.5684C9.60059 12.4395 9.68262 12.3252 9.78223 12.2256L11.751 10.2393L14.8711 7.3916L15.2754 8.05078L12.0762 8.23535H1.70508C1.37109 8.23535 1.10156 8.13574 0.896484 7.93652C0.691406 7.73145 0.588867 7.46484 0.588867 7.13672C0.588867 6.81445 0.691406 6.55371 0.896484 6.35449C1.10156 6.14941 1.37109 6.04688 1.70508 6.04688H12.0762L15.2754 6.22266L14.8711 6.89941L11.751 4.03418L9.78223 2.04785C9.68262 1.94824 9.60059 1.83398 9.53613 1.70508C9.47754 1.57031 9.44824 1.42383 9.44824 1.26562C9.44824 0.972656 9.54785 0.726563 9.74707 0.527344C9.94629 0.328125 10.207 0.228516 10.5293 0.228516C10.6641 0.228516 10.7959 0.257812 10.9248 0.316406C11.0596 0.369141 11.1885 0.457031 11.3115 0.580078L17.0684 6.32812C17.2969 6.55078 17.4111 6.82031 17.4111 7.13672Z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml,<svg width="18" height="15" viewBox="0 0 18 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.4111 7.13672C17.4111 7.45312 17.2969 7.72266 17.0684 7.94531L11.2939 13.7021C11.0654 13.9307 10.8105 14.0449 10.5293 14.0449C10.207 14.0449 9.94629 13.9453 9.74707 13.7461C9.54785 13.5469 9.44824 13.3008 9.44824 13.0078C9.44824 12.8438 9.47754 12.6973 9.53613 12.5684C9.60059 12.4395 9.68262 12.3252 9.78223 12.2256L11.751 10.2393L14.8711 7.3916L15.2754 8.05078L12.0762 8.23535H1.70508C1.37109 8.23535 1.10156 8.13574 0.896484 7.93652C0.691406 7.73145 0.588867 7.46484 0.588867 7.13672C0.588867 6.81445 0.691406 6.55371 0.896484 6.35449C1.10156 6.14941 1.37109 6.04688 1.70508 6.04688H12.0762L15.2754 6.22266L14.8711 6.89941L11.751 4.03418L9.78223 2.04785C9.68262 1.94824 9.60059 1.83398 9.53613 1.70508C9.47754 1.57031 9.44824 1.42383 9.44824 1.26562C9.44824 0.972656 9.54785 0.726563 9.74707 0.527344C9.94629 0.328125 10.207 0.228516 10.5293 0.228516C10.6641 0.228516 10.7959 0.257812 10.9248 0.316406C11.0596 0.369141 11.1885 0.457031 11.3115 0.580078L17.0684 6.32812C17.2969 6.55078 17.4111 6.82031 17.4111 7.13672Z" fill="currentColor"/></svg>') no-repeat 50% 50%;
  margin-left: .25rem;
  display: inline-block;
  height: 15px;
  width: 18px;
  content: "";
  background: currentColor;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.arrow-link:where(p, a), .wp-block-button:where(.arrow-link, .arrow-btn) .wp-block-button__link:where(a, div, p) {
  background-color: transparent;
  padding: calc(var(--spacing, 0.25rem) * 0);
  color: var(--color-primary);
}
@media (hover: hover) {
  :is(.arrow-link:where(p,a),.wp-block-button:where(.arrow-link,.arrow-btn) .wp-block-button__link:where(a,div,p)):hover {
    color: var(--color-tertiary) !important;
  }
}
.wp-block-buttons-is-layout-flex {
  gap: calc(var(--spacing, 0.25rem) * 6);
}
@media (width < 64rem) {
  .wp-block-buttons-is-layout-flex {
    justify-content: center;
  }
}
@media (width >= 64rem) {
  .wp-block-buttons-is-layout-flex {
    gap: calc(var(--spacing, 0.25rem) * 10);
  }
}
@media (hover: hover) {
  .wp-block-button__link.has-linear-button-white-gradient-background:hover {
    border-color: transparent;
  }
}
@media (hover: hover) {
  .wp-block-button__link.has-linear-button-white-gradient-background:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.wp-block-button__link.has-linear-button-white-gradient-background:focus {
  border-color: transparent;
}
.wp-block-button__link.has-linear-button-white-gradient-background:focus {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.wp-block-button__link.has-linear-button-white-gradient-background {
  border: 1px solid #FFF;
  box-shadow: 0 1px 2px 0 #FFF inset, 0 8px 18px 0 rgba(0, 0, 0, 0.07);
}
.group-card, .offset-card {
  border-radius: 25px;
}
.group-card {
  padding-inline: calc(var(--spacing, 0.25rem) * 5);
  padding-block: calc(var(--spacing, 0.25rem) * 6);
  border-radius: 25px;
  background: #FFF;
  transition: box-shadow .2s;
  box-shadow: 0 25px 95px 0 rgba(42, 71, 80, 0.10);
}
.group-card h1,.group-card h2,.group-card h3,.group-card h5,.group-card h5,.group-card p {
  color: var(--color-foreground);
}
.group-card.has-grey-light-background-color {
  box-shadow: 0 1px 1px 0 #E0E0E0;
}
.offset-card {
  overflow-x: visible;
  padding-inline: calc(var(--spacing, 0.25rem) * 4);
  padding-block: 19px;
}
@media (hover: hover) {
  .offset-card:hover {
    color: var(--color-noon);
  }
}
@media (width >= 48.875rem) {
  .offset-card {
    padding-inline: 60px;
  }
}
@media (width >= 48.875rem) {
  .offset-card {
    padding-block: 84px;
  }
}
.offset-card {
  transition: border .2s;
  border: 1px solid rgba(50, 192, 130, 0.25);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(246, 255, 251, 0.00) 100%);
  box-shadow: 0 -1px 2px 2px #FFF inset, 0 25px 95px 0 rgba(0, 128, 70, 0.10);
}
.offset-card > .wp-block-columns {
  gap: calc(var(--spacing, 0.25rem) * 4) !important;
}
@media (width >= 48.875rem) {
  .offset-card > .wp-block-columns {
    gap: calc(var(--spacing, 0.25rem) * 0) !important;
  }
}
:is(.offset-card > .wp-block-columns) > .wp-block-column {
  position: relative;
  overflow-x: visible;
}
@media (width < 48.875rem) {
  :is(:is(.offset-card > .wp-block-columns) > .wp-block-column):first-child {
    min-width: 214px;
  }
}
:is(:is(.offset-card > .wp-block-columns) > .wp-block-column):first-child > .wp-block-group {
  height: 100%;
}
@media (width < 48.875rem) {
  :is(:is(.offset-card > .wp-block-columns) > .wp-block-column):first-child > .wp-block-group {
    min-width: 212px;
  }
}
:is(:is(.offset-card > .wp-block-columns) > .wp-block-column):last-child {
  min-height: 94px;
}
.offset-card h3 {
  font-size: 18px !important;
}
@media (width >= 48.875rem) {
  .offset-card h3 {
    font-size: 28px !important;
  }
}
@media (hover: hover) {
  :is(.offset-card p.arrow-link):hover {
    color: inherit !important;
  }
}
.offset-card .arrow-link {
  color: var(--color-noon);
}
.offset-card figure {
  position: absolute;
  height: 100%;
  min-height: 94px;
  min-width: 170%;
}
@media (width >= 48.875rem) {
  .offset-card figure {
    position: relative;
  }
}
@media (width >= 48.875rem) {
  .offset-card figure {
    max-width: 280px;
  }
}
@media (width >= 48.875rem) {
  .offset-card figure {
    min-width: 120%;
  }
}
@media (width >= 48.875rem) {
  .offset-card figure {
    --tw-translate-x: 30%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 64rem) {
  .offset-card figure {
    --tw-translate-x: 15%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 80rem) {
  .offset-card figure {
    --tw-translate-x: 8%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.offset-card figure {
  transition: transform .2s;
}
:is(.offset-card figure) .components-resizable-box__container {
  height: 100% !important;
  min-height: 100% !important;
}
:is(.offset-card figure) img {
  height: 100%;
  min-height: 94px;
  object-fit: cover;
}
@media (width >= 48.875rem) {
  :is(.offset-card figure) img {
    min-height: 194px;
  }
}
:is(.offset-card figure) img {
  box-shadow: 0 5px 20px 0 rgba(0, 72, 143, 0.12);
  border-radius: 25px;
}
@media screen(md) {
  .offset-card figure {
    transform: translateX(8%);
  }
  .offset-card:hover figure {
    transform: translateX(67px);
  }
}
a.acf-alloy-blocks-linked-group:hover>.acf-innerblocks-container>.group-card, a.acf-alloy-blocks-linked-group:focus>.acf-innerblocks-container>.group-card {
  box-shadow: 0 0px 0px 0 #E0E0E0;
}
a.acf-alloy-blocks-linked-group:hover>.acf-innerblocks-container>.offset-card, a.acf-alloy-blocks-linked-group:focus>.acf-innerblocks-container>.offset-card {
  border: 1px solid var(--color-mint);
}
.apexcharts-tooltip {
  display: block !important;
  max-width: 260px;
  border-radius: var(--radius-2xl, 1rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-purple);
  white-space: normal !important;
  color: var(--color-foreground);
  background: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 -1px 2px 2px #FFF inset, 0 25px 75px 0 rgba(0, 56, 112, 0.12) !important;
  backdrop-filter: blur(25px);
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing, 0.25rem) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl, 1.875rem);
  line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
  --tw-font-weight: var(--font-weight-extrabold, 800);
  font-weight: var(--font-weight-extrabold, 800);
  color: var(--color-neutral-900, oklch(20.5% 0 0));
}
@media (width < 64rem) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (width < 48.875rem) {
  .stats-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media (width >= 64rem) {
  :where(.stats-grid > :not(:last-child)) {
    --tw-divide-x-reverse: 0 !important;
    border-inline-style: var(--tw-border-style) !important;
    border-inline-start-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }
}
@media (width >= 64rem) {
  :where(.stats-grid > :not(:last-child)) {
    border-color: rgba(64,64,64,0.4) !important;
  }
}
@media (width < 64rem) {
  .stats-grid > .wp-block-group > .wp-block-group.is-vertical {
    align-items: center !important;
  }
}
@media (width < 64rem) {
  .stats-grid .blockart-counter-wrapper {
    text-align: center;
  }
}
.wp-block-post-template.md\:flex {
  align-items: stretch;
  gap: calc(var(--spacing, 0.25rem) * 6);
}
@media (width >= 48.875rem) {
  :is(.wp-block-post-template.md\:flex > *) {
    margin-block: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 48.875rem) {
  .wp-block-post-template.md\:flex .acf-alloy-blocks-linked-group,.wp-block-post-template.md\:flex .acf-innerblocks-container {
    height: 100%;
  }
}
.corner-t-l, .corner-t-r, .corner-b-l, .corner-b-r {
  position: relative;
}
@media (width < 64rem) {
  .corner-t-l, .corner-t-r, .corner-b-l, .corner-b-r {
    padding-top: 85px !important;
  }
}
:is(.corner-t-l,.corner-t-r,.corner-b-l,.corner-b-r):before {
  position: absolute;
  z-index: 1;
  height: 160px;
  width: 160px;
  border-style: var(--tw-border-style);
  border-width: 0px;
}
@media (width >= 64rem) {
  :is(.corner-t-l,.corner-t-r,.corner-b-l,.corner-b-r):before {
    height: 380px;
  }
}
@media (width >= 64rem) {
  :is(.corner-t-l,.corner-t-r,.corner-b-l,.corner-b-r):before {
    width: 380px;
  }
}
:is(.corner-t-l,.corner-t-r,.corner-b-l,.corner-b-r):before {
  content: '';
  border-image-slice: 1;
  border-style: solid;
  border-image-source: linear-gradient(180deg, rgba(93, 211, 158, 0.40) 0%, rgba(93, 211, 158, 0.00) 100%);
}
:is(.corner-t-l,.corner-t-r,.corner-b-l,.corner-b-r) > * {
  position: relative;
  z-index: 2;
}
.corner-t-l:before {
  top: calc(var(--spacing, 0.25rem) * 0);
  left: calc(var(--spacing, 0.25rem) * 0);
  border-top-style: var(--tw-border-style);
  border-top-width: 80px;
  border-left-style: var(--tw-border-style);
  border-left-width: 80px;
}
@media (width >= 64rem) {
  .corner-t-l:before {
    border-top-style: var(--tw-border-style);
    border-top-width: 190px;
  }
}
@media (width >= 64rem) {
  .corner-t-l:before {
    border-left-style: var(--tw-border-style);
    border-left-width: 190px;
  }
}
.corner-t-r:before {
  top: calc(var(--spacing, 0.25rem) * 0);
  right: calc(var(--spacing, 0.25rem) * 0);
  border-top-style: var(--tw-border-style);
  border-top-width: 80px;
  border-right-style: var(--tw-border-style);
  border-right-width: 80px;
}
@media (width >= 64rem) {
  .corner-t-r:before {
    border-top-style: var(--tw-border-style);
    border-top-width: 190px;
  }
}
@media (width >= 64rem) {
  .corner-t-r:before {
    border-right-style: var(--tw-border-style);
    border-right-width: 190px;
  }
}
.corner-b-l:before {
  bottom: calc(var(--spacing, 0.25rem) * 0);
  left: calc(var(--spacing, 0.25rem) * 0);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 80px;
  border-left-style: var(--tw-border-style);
  border-left-width: 80px;
}
@media (width >= 64rem) {
  .corner-b-l:before {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 190px;
  }
}
@media (width >= 64rem) {
  .corner-b-l:before {
    border-left-style: var(--tw-border-style);
    border-left-width: 190px;
  }
}
.corner-b-r:before {
  right: calc(var(--spacing, 0.25rem) * 0);
  bottom: calc(var(--spacing, 0.25rem) * 0);
  border-right-style: var(--tw-border-style);
  border-right-width: 80px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 80px;
}
@media (width >= 64rem) {
  .corner-b-r:before {
    border-right-style: var(--tw-border-style);
    border-right-width: 190px;
  }
}
@media (width >= 64rem) {
  .corner-b-r:before {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 190px;
  }
}
.corner-mint:before {
  border-image-source: linear-gradient(180deg, rgba(93, 211, 158, 0.40) 0%, rgba(93, 211, 158, 0.00) 100%);
}
.corner-graphite:before {
  border-image-source: linear-gradient(180deg, rgba(58, 129, 156, 0.12) 0%, rgba(58, 129, 156, 0.00) 100%);
}
.corner-noon:before {
  border-image-source: linear-gradient(180deg, rgba(29, 144, 255, 0.40) 0%, rgba(29, 144, 255, 0.00) 100%);
}
.corner-yellow:before {
  border-image-source: linear-gradient(180deg, rgba(255, 214, 29, 0.40) 0%, rgba(255, 214, 29, 0.00) 100%);
}
.corner-purple:before {
  border-image-source: linear-gradient(180deg, rgba(97, 29, 255, 0.40) 0%, rgba(97, 29, 255, 0.00) 100%);
}
#colophon {
  position: relative;
  z-index: 3;
  background-image: linear-gradient(100deg, #1A2A31 0%, #234050 90%);
}
#colophon a {
  color: #ffffff;
}
@media (hover: hover) {
  :is(#colophon a):hover {
    color: var(--color-tertiary);
  }
}
:is(#colophon a):focus {
  color: var(--color-tertiary);
}
#colophon hr {
  display: block;
  height: calc(var(--spacing, 0.25rem) * 3);
  width: 100%;
  opacity: 30%;
  mix-blend-mode: overlay;
  opacity: 0.3;
  background: #000;
  mix-blend-mode: overlay;
}
@media (min-width: 64rem) {
  #colophon hr {
    opacity: 100%;
    mix-blend-mode: normal;
    height: 1px !important;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.00) 100%);
  }
}
label {
  color: var(--color-foreground);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
input[type="text"]:not(#search-navbar):not(#search-navbar-mobile), input[type="email"]:not(#search-navbar):not(#search-navbar-mobile), input[type="url"]:not(#search-navbar):not(#search-navbar-mobile), input[type="password"]:not(#search-navbar):not(#search-navbar-mobile), input[type="number"]:not(#search-navbar):not(#search-navbar-mobile), input[type="tel"]:not(#search-navbar):not(#search-navbar-mobile), input[type="range"]:not(#search-navbar):not(#search-navbar-mobile), input[type="date"]:not(#search-navbar):not(#search-navbar-mobile), input[type="month"]:not(#search-navbar):not(#search-navbar-mobile), input[type="week"]:not(#search-navbar):not(#search-navbar-mobile), input[type="time"]:not(#search-navbar):not(#search-navbar-mobile), input[type="datetime"]:not(#search-navbar):not(#search-navbar-mobile), input[type="datetime-local"]:not(#search-navbar):not(#search-navbar-mobile), input[type="color"]:not(#search-navbar):not(#search-navbar-mobile), textarea:not(#search-navbar):not(#search-navbar-mobile), body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(#search-navbar):not(#search-navbar-mobile), body .gform_wrapper textarea, body .gform_wrapper.gravity-theme textarea {
  box-sizing: border-box;
  border-radius: 9px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.2;
  color: var(--color-foreground);
  background-color: #FFF;
}
body input[type="checkbox"], body input[type="radio"] {
  appearance: auto;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 641px) {
  body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 1.2;
  }
}
input[type="text"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="email"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="url"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="password"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="search"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="number"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="tel"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="range"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="date"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="month"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="week"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="time"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="datetime"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="datetime-local"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="color"]::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), textarea::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder:not(#search-navbar):not(#search-navbar-mobile), body .gform_wrapper textarea::-moz-placeholder, body .gform_wrapper.gravity-theme textarea::-moz-placeholder {
  color: var(--color-foreground);
  opacity: 1;
}
input[type="text"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="email"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="url"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="password"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="search"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="number"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="tel"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="range"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="date"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="month"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="week"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="time"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="datetime"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="datetime-local"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), input[type="color"]::placeholder:not(#search-navbar):not(#search-navbar-mobile), textarea::placeholder:not(#search-navbar):not(#search-navbar-mobile), body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder:not(#search-navbar):not(#search-navbar-mobile), body .gform_wrapper textarea::placeholder, body .gform_wrapper.gravity-theme textarea::placeholder {
  color: var(--color-foreground);
  opacity: 1;
}
body .gform_wrapper .gfield_error.gfield_contains_required input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper .gfield_error.gfield_contains_required textarea {
  border-color: #c02b0a;
}
body .gform_wrapper textarea, body .gform_wrapper.gravity-theme .gfield textarea.large {
  box-sizing: border-box;
  height: 120px;
  resize: vertical;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: var(--color-foreground);
}
select {
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 9px;
  padding: 8px 26px;
  font-size: 15px;
  line-height: 1.2;
  color: var(--color-foreground);
  background-color: #FFF;
}
body .gform_wrapper select, body .gform_wrapper.gf_browser_gecko select, body .gform_wrapper.gravity-theme .gfield select {
  transform: none;
  box-sizing: border-box;
  border-radius: 9px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.2;
  color: var(--color-foreground);
  background-color: #FFF;
}
textarea {
  width: 100%;
}
body .gform_wrapper .top_label label.gfield_label, body .gform_wrapper legend.gfield_label, body .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 15px;
  line-height: 35px;
  color: var(--translucent-color);
}
body .gform_wrapper.gravity-theme .gfield-choice-input + label {
  font-weight: 400;
  font-size: 15px;
  color: var(--translucent-color);
}
body .site-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .site-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}
body .gform_wrapper .gfield_required {
  margin-left: 0;
  color: var(--color-foreground);
}
body .site-main .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
body .site-main .gform_wrapper ul li.gfield {
  margin-top: 18px;
}
body .site-main .gform_wrapper .gform_body ul li.gfield:first-of-type {
  margin-top: 0;
}
body .site-main .gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0;
  padding-right: 0;
}
body .site-main .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin: 40px 0 14px !important;
  border-bottom: 0 none;
  padding: 0;
}
body .site-main .gform_wrapper h2.gsection_title {
  font-size: 30px;
  line-height: 36px;
}
body .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
body .gform_wrapper div.validation_error {
  border: 0 none;
  padding: 0;
}
body .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 0 !important;
  border: 0 none;
  padding: 0;
  background-color: transparent;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none;
}
body .gform_wrapper .gform_heading {
  display: none;
  margin-bottom: 37px;
}
body #connect_form .gform_wrapper .gform_heading {
  margin-bottom: 20px;
}
body .gform_wrapper h3.gform_title {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body .gform_wrapper h3.gform_title {
    font-size: 40px;
    line-height: 50px;
  }
}
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
  justify-content: center;
  margin: 0;
  padding: 45px 0 0;
}
@media screen and (min-width: 768px) {
  body .gform_wrapper.gravity-theme .gform_footer,	body .gform_wrapper.gravity-theme .gform_page_footer {
    padding-top: 78px;
  }
}
body .site-main .gform_wrapper .gform_footer input.button, body .site-main .gform_wrapper .gform_footer input[type="submit"], body .site-main .gform_wrapper .gform_page_footer input.button, body .site-main .gform_wrapper .gform_page_footer input[type="submit"] {
  margin-right: 0;
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
body .gform_wrapper .gform_validation_errors > h2 {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
body .gform_wrapper .gfield_validation_message, body .gform_wrapper .validation_message, body .gform_wrapper.gravity-theme .gfield_description.gfield_validation_message {
  margin-top: 0;
  padding: 10px 27px;
  border: 0 none;
  font-size: 11px;
  line-height: 1.3;
  background: transparent;
}
body .gform_wrapper .gform_validation_errors {
  margin-top: 0;
  margin-bottom: 30px;
}
body .ui-datepicker:not(.gform-legacy-datepicker)[style] {
  z-index: 999999 !important;
}
body .gform_wrapper.gravity-theme .ginput_container_date input {
  width: calc(100% - 31px);
}
body .gform_wrapper.gravity-theme .gform_fileupload_rules {
  padding-top: 0;
  color: var(--translucent-color);
}
body .gform_wrapper.gravity-theme .gfield input[type="file"] {
  font-size: 15px;
}
body .gform_wrapper.gravity-theme .field_description_above .description, body .gform_wrapper.gravity-theme .field_description_above .gfield_description, body .gform_wrapper.gravity-theme .field_description_above .gsection_description, body .gform_wrapper.gravity-theme .field_description_above .instruction {
  margin-bottom: 3px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 35px;
  text-align: left;
  color: var(--translucent-color);
}
body .gform_wrapper.gravity-theme .field_description_above .gfield_description img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
input[type="reset"].btn.btn-reset {
  border: 2px solid #A1A1A1;
  padding: 14px 9px 16px;
  color: #A0A0A0;
  background-color: transparent;
}
input[type="reset"].btn.btn-reset:hover {
  border: 2px solid #344470;
  color: #344470;
  background-color: transparent;
}
.grad-linear-noon {
  background-image: linear-gradient(92deg, var(--color-noon) 0%, var(--color-noon-dark) 100%);
}
.grad-linear-graphite-to-mint {
  background-image: linear-gradient(90deg, var(--color-graphite) 0%, var(--color-mint) 100%);
}
.grad-text {
  color: transparent !important;
  caret-color: var(--color-foreground) !important;
  background-clip: text;
}
.grad-text [data-rich-text-placeholder]:after {
  color: initial !important;
}
.site-header {
  box-sizing: border-box;
  z-index: 9999;
  transition: none;
}
@media (width >= 48.875rem) {
  .site-header.mega-menu-nav-open {
    height: 894px;
  }
}
.site-header.mega-menu-nav-open {
  transition: all 0.3s;
}
.site-header .boxed.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .site-header .boxed.header-main {
    justify-content: stretch;
    align-items: stretch;
    height: 92px;
  }
}
.site-header .boxed.header-main {
  transition: all 0.3s;
}
.site-header.scrolled-header .boxed.header-main {
  border-color: rgba(38, 70, 83, 0.2);
}
.logo-wrapper {
  margin-right: 10px;
}
@media (width < 48.875rem) {
  .logo-wrapper {
    max-height: 35px;
  }
}
@media (width >= 48.875rem) {
  .logo-wrapper {
    margin-right: 40px;
  }
}
@media (width >= 80rem) {
  .logo-wrapper {
    margin-right: 89px;
  }
}
.logo-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo-wrapper img {
  display: block;
  width: auto;
  max-height: 35px;
}
.site-link {
  line-height: 1;
}
.header-nav {
  flex-grow: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-nav {
    flex-grow: 1;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .menu-primary-container,	#primary-menu {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header-main__cta {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
  }
}
#masthead {
  font-size: 18px;
}
#masthead #site-navigation {
  color: #fff;
}
:is(#masthead #site-navigation) .compact-search-form,:is(#masthead #site-navigation) .compact-search-form label > svg {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
:is(#masthead #site-navigation) a:not(.btn,.mega-menu a,.site-brand > a) {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 600;
}
:is(:is(#masthead #site-navigation) a:not(.btn,.mega-menu a,.site-brand > a)):focus {
  color: var(--brand-accent, #FDCE00);
  outline: 0;
}
:is(:is(#masthead #site-navigation) a:not(.btn,.mega-menu a,.site-brand > a)):hover {
  color: var(--brand-accent, #FDCE00);
}
.hbspt-form {
  display: flex;
}
.hbspt-form .hs-form.stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing, 0.25rem) * 4);
}
.hbspt-form .hs-form-field > .input > * {
  max-width: 100%;
  min-width: var(--container-2xs, 18rem);
}
.hbspt-form .inputs-list {
  list-style-type: none;
  list-style-type: none;
}
:is(.hbspt-form .inputs-list) li > label {
  display: flex;
  align-items: center;
}
body .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-block: calc(var(--spacing, 0.25rem) * 0);
}
body .wp-block-post-featured-image, body .wp-block-image {
  margin-bottom: calc(var(--spacing, 0.25rem) * 0);
}
.wp-block-post-featured-image img, .wp-post-image {
  border-radius: var(--radius-3xl, 1.5rem);
}
.alloy-kitchen-sink {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5rem 1rem 2rem;
}
.alloy-kitchen-sink__mobile-nav {
  display: block;
}
.alloy-kitchen-sink__accordion {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 0.75rem 0.875rem;
}
.alloy-kitchen-sink__accordion-summary {
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
}
.alloy-kitchen-sink__accordion-summary::-webkit-details-marker {
  display: none;
}
.alloy-kitchen-sink__accordion[open] .alloy-kitchen-sink__nav {
  margin-top: 0.75rem;
}
.alloy-kitchen-sink__sidebar {
  display: none;
}
.alloy-kitchen-sink__sidebar-title {
  margin: 0 0 0.875rem;
  font-size: 1.0625rem;
  line-height: 1.25;
}
.alloy-kitchen-sink__nav {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  row-gap: 0.35rem;
}
.alloy-kitchen-sink__nav-link {
  font-size: 0.8125rem;
  line-height: 1.35;
  display: block;
  text-decoration: none;
}
.alloy-kitchen-sink__nav li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
  margin: 0.1rem 0;
}
.alloy-kitchen-sink__nav li::before {
  content: '';
  flex: 0 0 auto;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 9999px;
  background: currentColor;
  opacity: 0.65;
  align-self: center;
}
.alloy-kitchen-sink__content {
  display: grid;
  gap: 2rem;
  min-width: 0;
}
.alloy-kitchen-sink__section {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
}
.alloy-kitchen-sink__section-header {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}
.alloy-kitchen-sink__section-subtitle {
  opacity: 0.7;
  display: block;
  font-size: 0.875rem;
}
.alloy-kitchen-sink__tones {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}
.alloy-kitchen-sink__tone {
  padding: 1rem;
  border-radius: 0.5rem;
}
.alloy-kitchen-sink__tone-light {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #111827;
}
.alloy-kitchen-sink__tone-dark {
  border: 1px solid #374151;
  background: #111827;
  color: #f9fafb;
}
.alloy-kitchen-sink__tone-label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media (width >= 64rem) {
  .alloy-kitchen-sink {
    grid-template-columns: minmax(220px, 300px) 1fr;
    gap: 2rem;
  }
  .alloy-kitchen-sink__mobile-nav {
    display: none;
  }
  .alloy-kitchen-sink__sidebar {
    display: block;
    position: sticky;
    top: 1.5rem;
    align-self: start;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #ffffff;
    max-height: calc(100vh - 3rem);
    overflow: auto;
  }
}
a {
  color: var(--color-primary);
  text-decoration: none;
}
.section-content a {
  color: var(--color-primary);
  text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
  color: var(--color-tertiary);
}
.section-content a:hover, .section-content a:focus, .section-content a:active {
  color: var(--color-tertiary);
  text-decoration: underline;
}
a:hover, a:active {
  outline: 0;
}
body a:where(:not(.wp-element-button)) {
  text-decoration-line: none;
}
.entry-content ul, .entry-content ol, .prose ul, .prose ol {
  margin: 0 0 var(--common-margin);
}
li::marker {
  font-size: 0.75em;
}
ul, ol {
  padding: 0;
}
body .block-editor-block-list__block, ul:not(.list-none, .list-disc, .list-decimal, .list-square, .wp-block-group-placeholder__variations, .block-editor-block-variation-picker__variations, .wp-block-post-template, .acf-tab-group, .splide__list, .splide__pagination, .hbspt-form ul) {
  list-style-type: none;
}
ol:not(.list-none, .list-disc, .list-decimal, .list-square) {
  list-style: none;
  counter-reset: custom-counter;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
ul:not(.list-none, .list-disc, .list-decimal, .list-square, .wp-block-group-placeholder__variations, .block-editor-block-variation-picker__variations, .wp-block-post-template, .acf-tab-group, .splide__list, .splide__pagination, .hbspt-form ul) > li {
  position: relative;
  padding-left: 25px;
}
ul:not(.list-none, .list-disc, .list-decimal, .list-square, .wp-block-group-placeholder__variations, .block-editor-block-variation-picker__variations, .wp-block-post-template, .acf-tab-group, .splide__list, .splide__pagination, .hbspt-form ul) > li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
}
ol:not(.list-none, .list-disc, .list-decimal, .list-square) > li {
  position: relative;
  padding-left: 25px;
  counter-increment: custom-counter;
}
ol:not(.list-none, .list-disc, .list-decimal, .list-square) > li::before {
  position: absolute;
  left: 0;
  content: counter(custom-counter) ". ";
  color: var(--color-tertiary);
  font-weight: 400;
}
body .prose :where(ul, ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: calc(var(--spacing, 0.25rem) * 0);
}
body .prose :where(ul li, ol li):not(:where([class~="not-prose"], [class~="not-prose"] *, .splide__pagination li, .pagination li, .hbspt-form li)) {
  padding-inline-start: calc(var(--spacing, 0.25rem) * 2);
}
:is(#primary-menu .mega-menu) a:not(.mega-menu-feature),:is(#primary-menu .mega-menu) h2 {
  font-size: var(--text-2xl, 1.5rem);
  line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
  color: var(--color-noon);
}
#primary-menu > li > a {
  display: inline-block;
}
#primary-menu .mega-menu-button-wrapper,#primary-menu > li > a {
  margin-top: 5px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 5px;
  border-color: transparent;
  --tw-leading: 73px;
  line-height: 73px;
}
:is(:is(#primary-menu .mega-menu-button-wrapper) > *):focus {
  color: var(--color-tertiary);
}
:is(:is(#primary-menu .mega-menu-button-wrapper) > *):focus {
  outline-style: var(--tw-outline-style);
  outline-width: 0px;
}
:is(:is(#primary-menu .mega-menu-button-wrapper) > *) > svg {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
#primary-menu .mega-menu-button-wrapper.is-expanded {
  border-color: #92F9DC;
}
:is(#primary-menu .mega-menu-button-wrapper.is-expanded) > button > svg {
  rotate: 180deg;
}
#mobile-nav-toggle .icon-menu-close {
  display: none;
}
#mobile-nav-toggle[aria-expanded="true"] {
  position: absolute;
  margin-top: calc(var(--spacing, 0.25rem) * 4.5);
}
@media (width >= 40rem) {
  #mobile-nav-toggle[aria-expanded="true"] {
    margin-right: calc(var(--spacing, 0.25rem) * 3);
  }
}
#mobile-nav-toggle[aria-expanded="true"] {
  right: 0;
  top: 0;
  z-index: 999;
}
#mobile-nav-toggle[aria-expanded="true"] .icon-menu-open {
  display: none;
}
#mobile-nav-toggle[aria-expanded="true"] .icon-menu-close {
  display: block;
}
#mobile-nav {
  background: radial-gradient(circle at left top, #195a51, var(--wp--preset--color--graphite) 40%);
}
.flowbite-vertical-menu li.menu-item-has-children button[aria-expanded=true] svg.plus-sign {
  display: none;
}
.flowbite-vertical-menu li.menu-item-has-children button[aria-expanded=true] svg.minus-sign {
  display: block !important;
}
#primary-footer-nav .sub-menu {
  margin-left: calc(var(--spacing, 0.25rem) * 0);
}
#primary-footer-nav #primary-footer-menu-desktop-nav,#primary-footer-nav #primary-footer-menu-mobile-nav {
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  font-family: var(--poppins-font);
  letter-spacing: 0.8px;
}
:is(#primary-footer-nav #primary-footer-menu-desktop-nav,#primary-footer-nav #primary-footer-menu-mobile-nav) .sub-menu,:is(#primary-footer-nav #primary-footer-menu-desktop-nav,#primary-footer-nav #primary-footer-menu-mobile-nav) .dropdown-menu {
  margin-top: calc(var(--spacing, 0.25rem) * 6);
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 4);
  font-size: var(--text-sm, 0.875rem);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  font-family: var(--roboto-font);
}
.pagination > div:not(:first-child) {
  margin-left: 5px;
}
.pagination > div:not(:last-child) {
  margin-right: 5px;
}
.pagination a, .pagination span {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #E22B27;
  padding: 12px 28px;
  padding-right: 28px;
  padding-left: 28px;
  min-width: 117px;
  height: auto;
  font-weight: 700;
  font-family: var(--roboto-font);
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #E22B27;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 1;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  border-color: #E47123;
  color: #FFF;
  background-color: #E47123;
}
.tabs-wrap {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
ul.tab-list {
  list-style-type: none;
  list-style-type: none;
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
  max-width: 1065px;
}
@media screen and (min-width: 768px) {
  ul.tab-list {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
  }
}
ul.tab-list li {
  flex: 1 1 auto;
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1;
  z-index: 1;
}
ul.tab-list li.ui-state-active {
  z-index: 3;
}
ul.tab-list li a {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 19px 30px;
  font-weight: 500;
  font-family: var(--poppins-font);
  font-size: 15px;
  line-height: 23px;
  color: var(--color-foreground);
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
  background-color: #FFF;
  z-index: 1;
}
ul.tab-list li a:hover, ul.tab-list li a:focus-visible {
  color: var(--color-primary);
}
ul.tab-list li.ui-state-active a {
  color: var(--color-foreground);
  box-shadow: 0px 4px 25px 0px rgba(33, 86, 135, 0.08);
}
ul.tab-list li a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
ul.tab-list li::before {
  display: none;
}
.tab-content {
  flex-grow: 1;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
.mtab-select, .sf-mtab-select {
  box-sizing: border-box;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 0 none;
  padding: 12px 10px;
  width: 100%;
  font-size: 16px;
  color: var(--color-foreground);
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ui-tabs-vertical {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 0px 20px 104px 0px rgba(33, 86, 135, 0.1);
  overflow: hidden;
}
.ui-tabs-vertical .ui-tabs-nav {
  float: left;
  padding: .2em .1em .2em .2em;
  width: 12em;
}
.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px .2em 0;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
}
.ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 40em;
}
body, button, input, select, optgroup, textarea {
  color: var(--color-foreground);
  font-weight: 400;
  font-size: 20px;
  line-height: var(--common-margin);
  font-family: var(--roboto-font);
  font-variant-numeric: lining-nums;
}
b, strong {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0 0 34px;
  font-weight: 700;
  font-family: var(--poppins-font);
  line-height: 1.4;
  color: var(--color-foreground);
}
table {
  margin: 0 0 35px;
  width: 100%;
}
hr {
  background-color: #efefef;
  border: 0;
  height: 1px;
  margin-bottom: var(--common-margin);
}
.page-title, .entry-title, body .prose :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: calc(var(--spacing, 0.25rem) * 0);
}
.page-title, .entry-title, .h1, body .prose .text-xl {
  margin-bottom: calc(var(--spacing, 0.25rem) * 12);
  font-size: var(--text-5xl, 3rem);
  line-height: var(--tw-leading, var(--text-5xl--line-height, 1));
  --tw-leading: 1.2;
  line-height: 1.2;
}
.h2, body .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)), body .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)), body .prose .text-lg {
  margin-bottom: calc(var(--spacing, 0.25rem) * 6);
  font-size: 36px;
  --tw-leading: 1.11;
  line-height: 1.11;
}
@media (width >= 64rem) {
  .h2, body .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)), body .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)), body .prose .text-lg {
    font-size: var(--text-5xl, 3rem);
    line-height: var(--tw-leading, var(--text-5xl--line-height, 1));
  }
}
@media (width >= 64rem) {
  .h2, body .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)), body .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)), body .prose .text-lg {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
}
.h2, body .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)), body .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)), body .prose .text-lg {
  font-weight: 600;
}
.h3, body .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: calc(var(--spacing, 0.25rem) * 6);
  font-size: 20px;
  --tw-leading: 1.33;
  line-height: 1.33;
}
@media (width >= 64rem) {
  .h3, body .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 32px;
  }
}
@media (width >= 64rem) {
  .h3, body .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    --tw-leading: 1.11;
    line-height: 1.11;
  }
}
.h3, body .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  line-height: 1.2;
}
body .prose :where(.has-large-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *), h1, h2, h3, h4, h5, h6) {
  font-weight: 400;
}
.h4, body .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: calc(var(--spacing, 0.25rem) * 6);
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  --tw-leading: 1.33;
  line-height: 1.33;
}
@media (width >= 64rem) {
  .h4, body .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 16px;
  }
}
@media (width >= 64rem) {
  .h4, body .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    --tw-leading: 1.33;
    line-height: 1.33;
  }
}
.h5, body .prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: calc(var(--spacing, 0.25rem) * 6);
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  --tw-leading: 1.33;
  line-height: 1.33;
}
body .prose :where(.has-medium-font-size):not(:where([class~="not-prose"],[class~="not-prose"] *), h1, h2, h3, h4, h5, h6) {
  font-weight: 400;
}
@media (width < 64rem) {
  body .has-2-x-large-font-size {
    font-size: 32px !important;
  }
}
@media (width < 64rem) {
  body .has-2-x-large-font-size {
    --tw-leading: 1.11;
    line-height: 1.11;
  }
}
.h6, body .prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)), body .prose .text-sm, caption {
  font-size: 0.833rem;
}
body .prose :where(p, ul, ol, figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: calc(var(--spacing, 0.25rem) * 0);
  margin-bottom: calc(var(--spacing, 0.25rem) * 6);
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: calc(var(--spacing, 0.25rem) * 0);
}
.inset-x-0 {
  inset-inline: calc(var(--spacing, 0.25rem) * 0);
}
.inset-y-0 {
  inset-block: calc(var(--spacing, 0.25rem) * 0);
}
.start-0 {
  inset-inline-start: calc(var(--spacing, 0.25rem) * 0);
}
.start-4 {
  inset-inline-start: calc(var(--spacing, 0.25rem) * 4);
}
.end-2\.5 {
  inset-inline-end: calc(var(--spacing, 0.25rem) * 2.5);
}
.end-4 {
  inset-inline-end: calc(var(--spacing, 0.25rem) * 4);
}
.-top-8 {
  top: calc(var(--spacing, 0.25rem) * -8);
}
.top-0 {
  top: calc(var(--spacing, 0.25rem) * 0);
}
.top-3 {
  top: calc(var(--spacing, 0.25rem) * 3);
}
.top-24 {
  top: calc(var(--spacing, 0.25rem) * 24);
}
.top-full {
  top: 100%;
}
.right-0 {
  right: calc(var(--spacing, 0.25rem) * 0);
}
.right-2 {
  right: calc(var(--spacing, 0.25rem) * 2);
}
.bottom-0 {
  bottom: calc(var(--spacing, 0.25rem) * 0);
}
.bottom-2 {
  bottom: calc(var(--spacing, 0.25rem) * 2);
}
.bottom-2\.5 {
  bottom: calc(var(--spacing, 0.25rem) * 2.5);
}
.bottom-3 {
  bottom: calc(var(--spacing, 0.25rem) * 3);
}
.bottom-4 {
  bottom: calc(var(--spacing, 0.25rem) * 4);
}
.bottom-\[60px\] {
  bottom: 60px;
}
.left-0 {
  left: calc(var(--spacing, 0.25rem) * 0);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.left-2 {
  left: calc(var(--spacing, 0.25rem) * 2);
}
.left-3 {
  left: calc(var(--spacing, 0.25rem) * 3);
}
.left-full {
  left: 100%;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[120\] {
  z-index: 120;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48.875rem) {
  .container {
    max-width: 48.875rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 90rem) {
  .container {
    max-width: 90rem;
  }
}
.m-0 {
  margin: calc(var(--spacing, 0.25rem) * 0);
}
.container {
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (width >= 40rem) {
  .container {
    padding-inline: 2rem;
  }
}
@media (width >= 64rem) {
  .container {
    padding-inline: 4rem;
  }
}
.mx-0 {
  margin-inline: calc(var(--spacing, 0.25rem) * 0);
}
.mx-2 {
  margin-inline: calc(var(--spacing, 0.25rem) * 2);
}
.mx-auto {
  margin-inline: auto;
}
.my-8 {
  margin-block: calc(var(--spacing, 0.25rem) * 8);
}
.ms-2\.5 {
  margin-inline-start: calc(var(--spacing, 0.25rem) * 2.5);
}
.ms-auto {
  margin-inline-start: auto;
}
.me-3 {
  margin-inline-end: calc(var(--spacing, 0.25rem) * 3);
}
.prose {
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
.-mt-48 {
  margin-top: calc(var(--spacing, 0.25rem) * -48);
}
.mt-0 {
  margin-top: calc(var(--spacing, 0.25rem) * 0);
}
.mt-2 {
  margin-top: calc(var(--spacing, 0.25rem) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing, 0.25rem) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing, 0.25rem) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing, 0.25rem) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing, 0.25rem) * 8);
}
.mt-12 {
  margin-top: calc(var(--spacing, 0.25rem) * 12);
}
.mt-auto {
  margin-top: auto;
}
.-mr-1 {
  margin-right: calc(var(--spacing, 0.25rem) * -1);
}
.mr-2 {
  margin-right: calc(var(--spacing, 0.25rem) * 2);
}
.mr-3 {
  margin-right: calc(var(--spacing, 0.25rem) * 3);
}
.mr-4 {
  margin-right: calc(var(--spacing, 0.25rem) * 4);
}
.mr-auto {
  margin-right: auto;
}
.\!mb-0 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 0) !important;
}
.\!mb-1 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 1) !important;
}
.mb-1 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 1);
}
.mb-2 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 5);
}
.mb-6 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 6);
}
.mb-7 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 7);
}
.mb-8 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 10);
}
.mb-12 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 12);
}
.-ml-1 {
  margin-left: calc(var(--spacing, 0.25rem) * -1);
}
.ml-1 {
  margin-left: calc(var(--spacing, 0.25rem) * 1);
}
.ml-2 {
  margin-left: calc(var(--spacing, 0.25rem) * 2);
}
.ml-auto {
  margin-left: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-video {
  aspect-ratio: var(--aspect-video, 16 / 9);
}
.size-8 {
  width: calc(var(--spacing, 0.25rem) * 8);
  height: calc(var(--spacing, 0.25rem) * 8);
}
.size-10 {
  width: calc(var(--spacing, 0.25rem) * 10);
  height: calc(var(--spacing, 0.25rem) * 10);
}
.h-1\.5 {
  height: calc(var(--spacing, 0.25rem) * 1.5);
}
.h-2 {
  height: calc(var(--spacing, 0.25rem) * 2);
}
.h-4 {
  height: calc(var(--spacing, 0.25rem) * 4);
}
.h-5 {
  height: calc(var(--spacing, 0.25rem) * 5);
}
.h-6 {
  height: calc(var(--spacing, 0.25rem) * 6);
}
.h-7 {
  height: calc(var(--spacing, 0.25rem) * 7);
}
.h-8 {
  height: calc(var(--spacing, 0.25rem) * 8);
}
.h-9 {
  height: calc(var(--spacing, 0.25rem) * 9);
}
.h-10 {
  height: calc(var(--spacing, 0.25rem) * 10);
}
.h-12 {
  height: calc(var(--spacing, 0.25rem) * 12);
}
.h-20 {
  height: calc(var(--spacing, 0.25rem) * 20);
}
.h-36 {
  height: calc(var(--spacing, 0.25rem) * 36);
}
.h-52 {
  height: calc(var(--spacing, 0.25rem) * 52);
}
.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\.5 {
  width: calc(var(--spacing, 0.25rem) * 1.5);
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-1\/3 {
  width: calc(1/3 * 100%);
}
.w-2 {
  width: calc(var(--spacing, 0.25rem) * 2);
}
.w-4 {
  width: calc(var(--spacing, 0.25rem) * 4);
}
.w-5 {
  width: calc(var(--spacing, 0.25rem) * 5);
}
.w-6 {
  width: calc(var(--spacing, 0.25rem) * 6);
}
.w-7 {
  width: calc(var(--spacing, 0.25rem) * 7);
}
.w-8 {
  width: calc(var(--spacing, 0.25rem) * 8);
}
.w-10 {
  width: calc(var(--spacing, 0.25rem) * 10);
}
.w-36 {
  width: calc(var(--spacing, 0.25rem) * 36);
}
.w-44 {
  width: calc(var(--spacing, 0.25rem) * 44);
}
.w-64 {
  width: calc(var(--spacing, 0.25rem) * 64);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: var(--container-2xl, 42rem);
}
.max-w-3xl {
  max-width: var(--container-3xl, 48rem);
}
.max-w-5xl {
  max-width: var(--container-5xl, 64rem);
}
.max-w-\[var\(--container-content\)\] {
  max-width: var(--container-content);
}
.max-w-md {
  max-width: var(--container-md, 28rem);
}
.max-w-none {
  max-width: none;
}
.max-w-screen-lg {
  max-width: var(--breakpoint-lg, 64rem);
}
.max-w-screen-md {
  max-width: 48.875rem;
}
.max-w-screen-sm {
  max-width: var(--breakpoint-sm, 40rem);
}
.max-w-screen-xl {
  max-width: var(--breakpoint-xl, 80rem);
}
.min-w-0 {
  min-width: calc(var(--spacing, 0.25rem) * 0);
}
.min-w-\[26rem\] {
  min-width: 26rem;
}
.min-w-full {
  min-width: 100%;
}
.flex-1 {
  flex: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.basis-0 {
  flex-basis: calc(var(--spacing, 0.25rem) * 0);
}
.basis-full {
  flex-basis: 100%;
}
.table-auto {
  table-layout: auto;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-0 {
  --tw-translate-x: calc(var(--spacing, 0.25rem) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-full {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-full {
  --tw-translate-y: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-full {
  --tw-translate-y: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.transform-none {
  transform: none;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-items-center {
  justify-items: center;
}
.\!gap-30 {
  gap: 7.5rem !important;
}
.gap-2 {
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.gap-3 {
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.gap-4 {
  gap: calc(var(--spacing, 0.25rem) * 4);
}
.gap-6 {
  gap: calc(var(--spacing, 0.25rem) * 6);
}
.gap-8 {
  gap: calc(var(--spacing, 0.25rem) * 8);
}
.gap-12 {
  gap: calc(var(--spacing, 0.25rem) * 12);
}
.gap-16 {
  gap: calc(var(--spacing, 0.25rem) * 16);
}
.gap-30 {
  gap: 7.5rem;
}
:where(.space-y-1 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing, 0.25rem) * 1) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing, 0.25rem) * 1) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-2 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing, 0.25rem) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing, 0.25rem) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-3 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing, 0.25rem) * 3) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing, 0.25rem) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-4 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing, 0.25rem) * 4) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing, 0.25rem) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-6 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing, 0.25rem) * 6) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing, 0.25rem) * 6) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-8 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing, 0.25rem) * 8) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing, 0.25rem) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-6 {
  column-gap: calc(var(--spacing, 0.25rem) * 6);
}
.gap-x-8 {
  column-gap: calc(var(--spacing, 0.25rem) * 8);
}
:where(.space-x-2 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing, 0.25rem) * 2) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing, 0.25rem) * 2) * calc(1 - var(--tw-space-x-reverse)));
}
:where(.space-x-3 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing, 0.25rem) * 3) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing, 0.25rem) * 3) * calc(1 - var(--tw-space-x-reverse)));
}
:where(.space-x-4 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing, 0.25rem) * 4) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing, 0.25rem) * 4) * calc(1 - var(--tw-space-x-reverse)));
}
:where(.space-x-5 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing, 0.25rem) * 5) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing, 0.25rem) * 5) * calc(1 - var(--tw-space-x-reverse)));
}
.gap-y-2 {
  row-gap: calc(var(--spacing, 0.25rem) * 2);
}
.gap-y-3 {
  row-gap: calc(var(--spacing, 0.25rem) * 3);
}
:where(.divide-x-2 > :not(:last-child)) {
  --tw-divide-x-reverse: 0;
  border-inline-style: var(--tw-border-style);
  border-inline-start-width: calc(2px * var(--tw-divide-x-reverse));
  border-inline-end-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
:where(.divide-y > :not(:last-child)) {
  --tw-divide-y-reverse: 0;
  border-bottom-style: var(--tw-border-style);
  border-top-style: var(--tw-border-style);
  border-top-width: calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
:where(.divide-gray-500 > :not(:last-child)) {
  border-color: #6B7280;
}
:where(.divide-neutral-tertiary > :not(:last-child)) {
  border-color: var(--color-neutral-tertiary);
}
:where(.divide-white\/30 > :not(:last-child)) {
  border-color: color-mix(in oklab, #ffffff 30%, transparent);
}
.place-self-center {
  place-self: center;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg, 0.5rem);
}
.rounded-md {
  border-radius: var(--radius-md, 0.375rem);
}
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: var(--radius-sm, 0.25rem);
}
.rounded-xl {
  border-radius: var(--radius-xl, 0.75rem);
}
.rounded-s-lg {
  border-start-start-radius: var(--radius-lg, 0.5rem);
  border-end-start-radius: var(--radius-lg, 0.5rem);
}
.rounded-e-lg {
  border-start-end-radius: var(--radius-lg, 0.5rem);
  border-end-end-radius: var(--radius-lg, 0.5rem);
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-l-lg {
  border-top-left-radius: var(--radius-lg, 0.5rem);
  border-bottom-left-radius: var(--radius-lg, 0.5rem);
}
.rounded-r-lg {
  border-top-right-radius: var(--radius-lg, 0.5rem);
  border-bottom-right-radius: var(--radius-lg, 0.5rem);
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.prose .wp-block-table td {
  border: 0;
}
.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-blue-600 {
  border-color: #1C64F2;
}
.border-blue-700 {
  border-color: #1A56DB;
}
.border-gray-100 {
  border-color: #F3F4F6;
}
.border-gray-200 {
  border-color: #E5E7EB;
}
.border-gray-300 {
  border-color: #D1D5DB;
}
.border-gray-600 {
  border-color: #4B5563;
}
.border-gray-700 {
  border-color: #374151;
}
.border-neutral-tertiary {
  border-color: var(--color-neutral-tertiary);
}
.border-white {
  border-color: #ffffff;
}
.border-white\/10 {
  border-color: color-mix(in oklab, #ffffff 10%, transparent);
}
.border-white\/20 {
  border-color: color-mix(in oklab, #ffffff 20%, transparent);
}
.border-white\/40 {
  border-color: color-mix(in oklab, #ffffff 40%, transparent);
}
.\!bg-gray-50 {
  background-color: #F9FAFB !important;
}
.bg-black\/10 {
  background-color: color-mix(in oklab, #000000 10%, transparent);
}
.bg-black\/20 {
  background-color: color-mix(in oklab, #000000 20%, transparent);
}
.bg-black\/40 {
  background-color: color-mix(in oklab, #000000 40%, transparent);
}
.bg-blue-700 {
  background-color: #1A56DB;
}
.bg-gray-50 {
  background-color: #F9FAFB;
}
.bg-gray-100 {
  background-color: #F3F4F6;
}
.bg-gray-200 {
  background-color: #E5E7EB;
}
.bg-gray-300 {
  background-color: #D1D5DB;
}
.bg-gray-700 {
  background-color: #374151;
}
.bg-gray-800 {
  background-color: #1F2937;
}
.bg-gray-900 {
  background-color: #111827;
}
.bg-gray-900\/50 {
  background-color: color-mix(in oklab, #111827 50%, transparent);
}
.bg-neutral-secondary-soft {
  background-color: var(--color-neutral-secondary-soft);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-primary-900 {
  background-color: var(--color-primary-900);
}
.bg-primary\/10 {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/10 {
    background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
  }
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white\/30 {
  background-color: color-mix(in oklab, #ffffff 30%, transparent);
}
.bg-white\/40 {
  background-color: color-mix(in oklab, #ffffff 40%, transparent);
}
.bg-white\/50 {
  background-color: color-mix(in oklab, #ffffff 50%, transparent);
}
.bg-white\/90 {
  background-color: color-mix(in oklab, #ffffff 90%, transparent);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: calc(var(--spacing, 0.25rem) * 0);
}
.p-1 {
  padding: calc(var(--spacing, 0.25rem) * 1);
}
.p-1\.5 {
  padding: calc(var(--spacing, 0.25rem) * 1.5);
}
.p-2 {
  padding: calc(var(--spacing, 0.25rem) * 2);
}
.p-2\.5 {
  padding: calc(var(--spacing, 0.25rem) * 2.5);
}
.p-4 {
  padding: calc(var(--spacing, 0.25rem) * 4);
}
.p-5 {
  padding: calc(var(--spacing, 0.25rem) * 5);
}
.p-6 {
  padding: calc(var(--spacing, 0.25rem) * 6);
}
.p-8 {
  padding: calc(var(--spacing, 0.25rem) * 8);
}
.p-10 {
  padding: calc(var(--spacing, 0.25rem) * 10);
}
.p-12 {
  padding: calc(var(--spacing, 0.25rem) * 12);
}
.px-1 {
  padding-inline: calc(var(--spacing, 0.25rem) * 1);
}
.px-2 {
  padding-inline: calc(var(--spacing, 0.25rem) * 2);
}
.px-2\.5 {
  padding-inline: calc(var(--spacing, 0.25rem) * 2.5);
}
.px-3 {
  padding-inline: calc(var(--spacing, 0.25rem) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing, 0.25rem) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing, 0.25rem) * 5);
}
.px-6 {
  padding-inline: calc(var(--spacing, 0.25rem) * 6);
}
.px-7 {
  padding-inline: calc(var(--spacing, 0.25rem) * 7);
}
.py-0\.5 {
  padding-block: calc(var(--spacing, 0.25rem) * 0.5);
}
.py-1 {
  padding-block: calc(var(--spacing, 0.25rem) * 1);
}
.py-1\.5 {
  padding-block: calc(var(--spacing, 0.25rem) * 1.5);
}
.py-2 {
  padding-block: calc(var(--spacing, 0.25rem) * 2);
}
.py-2\.5 {
  padding-block: calc(var(--spacing, 0.25rem) * 2.5);
}
.py-3 {
  padding-block: calc(var(--spacing, 0.25rem) * 3);
}
.py-3\.5 {
  padding-block: calc(var(--spacing, 0.25rem) * 3.5);
}
.py-4 {
  padding-block: calc(var(--spacing, 0.25rem) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing, 0.25rem) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing, 0.25rem) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing, 0.25rem) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing, 0.25rem) * 10);
}
.py-20 {
  padding-block: calc(var(--spacing, 0.25rem) * 20);
}
.ps-3 {
  padding-inline-start: calc(var(--spacing, 0.25rem) * 3);
}
.ps-8 {
  padding-inline-start: calc(var(--spacing, 0.25rem) * 8);
}
.ps-10 {
  padding-inline-start: calc(var(--spacing, 0.25rem) * 10);
}
.pe-28 {
  padding-inline-end: calc(var(--spacing, 0.25rem) * 28);
}
.pt-0 {
  padding-top: calc(var(--spacing, 0.25rem) * 0);
}
.pt-2 {
  padding-top: calc(var(--spacing, 0.25rem) * 2);
}
.pt-6 {
  padding-top: calc(var(--spacing, 0.25rem) * 6);
}
.pt-8 {
  padding-top: calc(var(--spacing, 0.25rem) * 8);
}
.pt-10 {
  padding-top: calc(var(--spacing, 0.25rem) * 10);
}
.pt-16 {
  padding-top: calc(var(--spacing, 0.25rem) * 16);
}
.pt-24 {
  padding-top: calc(var(--spacing, 0.25rem) * 24);
}
.pt-48 {
  padding-top: calc(var(--spacing, 0.25rem) * 48);
}
.pr-3 {
  padding-right: calc(var(--spacing, 0.25rem) * 3);
}
.pr-4 {
  padding-right: calc(var(--spacing, 0.25rem) * 4);
}
.pb-0 {
  padding-bottom: calc(var(--spacing, 0.25rem) * 0);
}
.pb-6 {
  padding-bottom: calc(var(--spacing, 0.25rem) * 6);
}
.pb-8 {
  padding-bottom: calc(var(--spacing, 0.25rem) * 8);
}
.pb-10 {
  padding-bottom: calc(var(--spacing, 0.25rem) * 10);
}
.pb-12 {
  padding-bottom: calc(var(--spacing, 0.25rem) * 12);
}
.pb-16 {
  padding-bottom: calc(var(--spacing, 0.25rem) * 16);
}
.pb-24 {
  padding-bottom: calc(var(--spacing, 0.25rem) * 24);
}
.pl-0 {
  padding-left: calc(var(--spacing, 0.25rem) * 0);
}
.pl-3 {
  padding-left: calc(var(--spacing, 0.25rem) * 3);
}
.pl-4 {
  padding-left: calc(var(--spacing, 0.25rem) * 4);
}
.pl-8 {
  padding-left: calc(var(--spacing, 0.25rem) * 8);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.align-top {
  vertical-align: top;
}
.font-heading {
  font-family: var(--poppins-font), var(--font-heading), sans-serif;
}
.text-2xl {
  font-size: var(--text-2xl, 1.5rem);
  line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
}
.text-3xl {
  font-size: var(--text-3xl, 1.875rem);
  line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
}
.text-4xl {
  font-size: var(--text-4xl, 2.25rem);
  line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)));
}
.text-5xl {
  font-size: var(--text-5xl, 3rem);
  line-height: var(--tw-leading, var(--text-5xl--line-height, 1));
}
.text-base {
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
}
.text-lg {
  font-size: var(--text-lg, 1.125rem);
  line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
}
.text-sm {
  font-size: var(--text-sm, 0.875rem);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
}
.text-xl {
  font-size: var(--text-xl, 1.25rem);
  line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
}
.text-xs {
  font-size: var(--text-xs, 0.75rem);
  line-height: var(--tw-leading, var(--text-xs--line-height, calc(1 / 0.75)));
}
.\!text-\[22px\] {
  font-size: 22px !important;
}
.text-\[18px\] {
  font-size: 18px;
}
.leading-6 {
  --tw-leading: calc(var(--spacing, 0.25rem) * 6);
  line-height: calc(var(--spacing, 0.25rem) * 6);
}
.leading-9 {
  --tw-leading: calc(var(--spacing, 0.25rem) * 9);
  line-height: calc(var(--spacing, 0.25rem) * 9);
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed, 1.625);
  line-height: var(--leading-relaxed, 1.625);
}
.leading-tight {
  --tw-leading: var(--leading-tight, 1.25);
  line-height: var(--leading-tight, 1.25);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.font-extrabold {
  --tw-font-weight: var(--font-weight-extrabold, 800);
  font-weight: var(--font-weight-extrabold, 800);
}
.font-light {
  --tw-font-weight: var(--font-weight-light, 300);
  font-weight: var(--font-weight-light, 300);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold, 600);
  font-weight: var(--font-weight-semibold, 600);
}
.tracking-tight {
  --tw-tracking: var(--tracking-tight, -0.025em);
  letter-spacing: var(--tracking-tight, -0.025em);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide, 0.025em);
  letter-spacing: var(--tracking-wide, 0.025em);
}
.tracking-wider {
  --tw-tracking: var(--tracking-wider, 0.05em);
  letter-spacing: var(--tracking-wider, 0.05em);
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-blue-600 {
  color: #1C64F2;
}
.text-body {
  color: var(--color-body);
}
.text-foreground {
  color: var(--color-foreground);
}
.text-gray-400 {
  color: #9CA3AF;
}
.text-gray-500 {
  color: #6B7280;
}
.text-gray-600 {
  color: #4B5563;
}
.text-gray-700 {
  color: #374151;
}
.text-gray-800 {
  color: #1F2937;
}
.text-gray-900 {
  color: #111827;
}
.text-heading {
  color: var(--color-heading);
}
.text-primary {
  color: var(--color-primary);
}
.text-purple {
  color: var(--color-purple);
}
.text-secondary {
  color: var(--color-secondary);
}
.text-white {
  color: #ffffff;
}
.text-white\/40 {
  color: color-mix(in oklab, #ffffff 40%, transparent);
}
.text-white\/70 {
  color: color-mix(in oklab, #ffffff 70%, transparent);
}
.text-white\/80 {
  color: color-mix(in oklab, #ffffff 80%, transparent);
}
.text-white\/90 {
  color: color-mix(in oklab, #ffffff 90%, transparent);
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-400::placeholder {
  color: #9CA3AF;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-100 {
  opacity: 100%;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-700 {
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
  transition-timing-function: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
}
.ease-out {
  --tw-ease: var(--ease-out, cubic-bezier(0, 0, 0.2, 1));
  transition-timing-function: var(--ease-out, cubic-bezier(0, 0, 0.2, 1));
}
.prose-tailwind-tdd {
  --tw-prose-body: var(--wp--preset--color--foreground);
  --tw-prose-headings: var(--wp--preset--color--foreground);
  --tw-prose-lead: var(--wp--preset--color--foreground);
}
.prose-tailwind-tdd :where(--tw-prose-links):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  900: var(--brand-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-tailwind-tdd :where(--tw-prose-links):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    900: color-mix(in srgb, var(--brand-primary), black 80%);
  }
}
.prose-tailwind-tdd :where(--tw-prose-links):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--primary);
}
:is(.prose-tailwind-tdd :where(--tw-prose-links):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  900: 0;
  -d-e-f-a-u-l-t: 0;
}
.prose-tailwind-tdd {
  --tw-prose-bold: var(--wp--preset--color--foreground);
}
.prose-tailwind-tdd :where(--tw-prose-counters):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  900: var(--brand-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-tailwind-tdd :where(--tw-prose-counters):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    900: color-mix(in srgb, var(--brand-primary), black 80%);
  }
}
.prose-tailwind-tdd :where(--tw-prose-counters):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--primary);
}
:is(.prose-tailwind-tdd :where(--tw-prose-counters):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  900: 0;
  -d-e-f-a-u-l-t: 0;
}
.prose-tailwind-tdd :where(--tw-prose-bullets):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  900: var(--brand-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-tailwind-tdd :where(--tw-prose-bullets):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    900: color-mix(in srgb, var(--brand-primary), black 80%);
  }
}
.prose-tailwind-tdd :where(--tw-prose-bullets):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--primary);
}
:is(.prose-tailwind-tdd :where(--tw-prose-bullets):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  900: 0;
  -d-e-f-a-u-l-t: 0;
}
.prose-tailwind-tdd {
  --tw-prose-hr: var(--wp--preset--color--foreground);
  --tw-prose-quotes: var(--wp--preset--color--foreground);
}
.prose-tailwind-tdd :where(--tw-prose-quote-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  900: var(--brand-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-tailwind-tdd :where(--tw-prose-quote-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    900: color-mix(in srgb, var(--brand-primary), black 80%);
  }
}
.prose-tailwind-tdd :where(--tw-prose-quote-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--primary);
}
:is(.prose-tailwind-tdd :where(--tw-prose-quote-borders):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  900: 0;
  -d-e-f-a-u-l-t: 0;
}
.prose-tailwind-tdd {
  --tw-prose-captions: var(--wp--preset--color--foreground);
  --tw-prose-kbd: var(--wp--preset--color--foreground);
  --tw-prose-code: var(--wp--preset--color--foreground);
  --tw-prose-pre-code: var(--wp--preset--color--background);
  --tw-prose-pre-bg: var(--wp--preset--color--foreground);
  --tw-prose-th-borders: var(--wp--preset--color--foreground);
  --tw-prose-td-borders: var(--wp--preset--color--foreground);
  --tw-prose-invert-body: var(--wp--preset--color--background);
  --tw-prose-invert-headings: var(--wp--preset--color--background);
  --tw-prose-invert-lead: var(--wp--preset--color--background);
}
.prose-tailwind-tdd :where(--tw-prose-invert-links):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  900: var(--brand-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-tailwind-tdd :where(--tw-prose-invert-links):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    900: color-mix(in srgb, var(--brand-primary), black 80%);
  }
}
.prose-tailwind-tdd :where(--tw-prose-invert-links):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--primary);
}
:is(.prose-tailwind-tdd :where(--tw-prose-invert-links):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  900: 0;
  -d-e-f-a-u-l-t: 0;
}
.prose-tailwind-tdd {
  --tw-prose-invert-bold: var(--wp--preset--color--background);
}
.prose-tailwind-tdd :where(--tw-prose-invert-counters):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  900: var(--brand-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-tailwind-tdd :where(--tw-prose-invert-counters):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    900: color-mix(in srgb, var(--brand-primary), black 80%);
  }
}
.prose-tailwind-tdd :where(--tw-prose-invert-counters):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--primary);
}
:is(.prose-tailwind-tdd :where(--tw-prose-invert-counters):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  900: 0;
  -d-e-f-a-u-l-t: 0;
}
.prose-tailwind-tdd :where(--tw-prose-invert-bullets):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  900: var(--brand-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-tailwind-tdd :where(--tw-prose-invert-bullets):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    900: color-mix(in srgb, var(--brand-primary), black 80%);
  }
}
.prose-tailwind-tdd :where(--tw-prose-invert-bullets):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--primary);
}
:is(.prose-tailwind-tdd :where(--tw-prose-invert-bullets):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  900: 0;
  -d-e-f-a-u-l-t: 0;
}
.prose-tailwind-tdd {
  --tw-prose-invert-hr: var(--wp--preset--color--background);
  --tw-prose-invert-quotes: var(--wp--preset--color--background);
}
.prose-tailwind-tdd :where(--tw-prose-invert-quote-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  900: var(--brand-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-tailwind-tdd :where(--tw-prose-invert-quote-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    900: color-mix(in srgb, var(--brand-primary), black 80%);
  }
}
.prose-tailwind-tdd :where(--tw-prose-invert-quote-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--primary);
}
:is(.prose-tailwind-tdd :where(--tw-prose-invert-quote-borders):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  900: 0;
  -d-e-f-a-u-l-t: 0;
}
.prose-tailwind-tdd {
  --tw-prose-invert-captions: var(--wp--preset--color--background);
  --tw-prose-invert-kbd: var(--wp--preset--color--background);
  --tw-prose-invert-kbd-shadows: NaN NaN NaN;
  --tw-prose-invert-code: var(--wp--preset--color--foreground);
  --tw-prose-invert-pre-code: var(--wp--preset--color--background);
  --tw-prose-invert-th-borders: var(--wp--preset--color--background);
  --tw-prose-invert-td-borders: var(--wp--preset--color--background);
}
:is(.\*\:h-full > *) {
  height: 100%;
}
:is(.\*\:min-h-full > *) {
  min-height: 100%;
}
:is(.\*\:\!pb-0 > *) {
  padding-bottom: calc(var(--spacing, 0.25rem) * 0) !important;
}
@media (hover: hover) {
  .group-hover\:block:is(:where(.group):hover *) {
    display: block;
  }
}
@media (hover: hover) {
  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:bg-primary:is(:where(.group):hover *) {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .group-hover\:bg-white\/50:is(:where(.group):hover *) {
    background-color: color-mix(in oklab, #ffffff 50%, transparent);
  }
}
@media (hover: hover) {
  .group-hover\:text-gray-900:is(:where(.group):hover *) {
    color: #111827;
  }
}
@media (hover: hover) {
  .group-hover\:text-primary:is(:where(.group):hover *) {
    color: var(--color-primary);
  }
}
.group-focus\:ring-4:is(:where(.group):focus *) {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.group-focus\:ring-white:is(:where(.group):focus *) {
  --tw-ring-color: #ffffff;
}
.placeholder\:text-body::placeholder {
  color: var(--color-body);
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-x-0::before {
  content: var(--tw-content);
  inset-inline: calc(var(--spacing, 0.25rem) * 0);
}
.before\:-top-4::before {
  content: var(--tw-content);
  top: calc(var(--spacing, 0.25rem) * -4);
}
.before\:-top-8::before {
  content: var(--tw-content);
  top: calc(var(--spacing, 0.25rem) * -8);
}
.before\:top-0::before {
  content: var(--tw-content);
  top: calc(var(--spacing, 0.25rem) * 0);
}
.before\:-left-4::before {
  content: var(--tw-content);
  left: calc(var(--spacing, 0.25rem) * -4);
}
.before\:h-4::before {
  content: var(--tw-content);
  height: calc(var(--spacing, 0.25rem) * 4);
}
.before\:h-8::before {
  content: var(--tw-content);
  height: calc(var(--spacing, 0.25rem) * 8);
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-4::before {
  content: var(--tw-content);
  width: calc(var(--spacing, 0.25rem) * 4);
}
.before\:content-\[\'\'\]::before {
  content: var(--tw-content);
  --tw-content: '';
  content: var(--tw-content);
}
.last\:border-0:last-child {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
@media (hover: hover) {
  .hover\:scale-105:hover {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .hover\:border-gray-300:hover {
    border-color: #D1D5DB;
  }
}
@media (hover: hover) {
  .hover\:bg-blue-800:hover {
    background-color: #1E429F;
  }
}
@media (hover: hover) {
  .hover\:bg-gray-100:hover {
    background-color: #F3F4F6;
  }
}
@media (hover: hover) {
  .hover\:bg-gray-200:hover {
    background-color: #E5E7EB;
  }
}
@media (hover: hover) {
  .hover\:bg-gray-700:hover {
    background-color: #374151;
  }
}
@media (hover: hover) {
  .hover\:bg-white:hover {
    background-color: #ffffff;
  }
}
@media (hover: hover) {
  .hover\:bg-white\/10:hover {
    background-color: color-mix(in oklab, #ffffff 10%, transparent);
  }
}
@media (hover: hover) {
  .hover\:bg-white\/20:hover {
    background-color: color-mix(in oklab, #ffffff 20%, transparent);
  }
}
@media (hover: hover) {
  .hover\:text-blue-600:hover {
    color: #1C64F2;
  }
}
@media (hover: hover) {
  .hover\:text-gray-200:hover {
    color: #E5E7EB;
  }
}
@media (hover: hover) {
  .hover\:text-gray-300:hover {
    color: #D1D5DB;
  }
}
@media (hover: hover) {
  .hover\:text-gray-600:hover {
    color: #4B5563;
  }
}
@media (hover: hover) {
  .hover\:text-gray-700:hover {
    color: #374151;
  }
}
@media (hover: hover) {
  .hover\:text-gray-900:hover {
    color: #111827;
  }
}
@media (hover: hover) {
  .hover\:text-primary:hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-tertiary:hover {
    color: var(--color-tertiary);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: #ffffff;
  }
}
@media (hover: hover) {
  .hover\:no-underline:hover {
    text-decoration-line: none;
  }
}
@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .hover\:opacity-90:hover {
    opacity: 90%;
  }
}
@media (hover: hover) {
  .hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (hover: hover) {
  .hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-\[var\(--brand-primary\)\]:focus {
  border-color: var(--brand-primary);
}
.focus\:border-white\/40:focus {
  border-color: color-mix(in oklab, #ffffff 40%, transparent);
}
.focus\:bg-black\/40:focus {
  background-color: color-mix(in oklab, #000000 40%, transparent);
}
.focus\:text-white:focus {
  color: #ffffff;
}
.focus\:ring-0:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-4:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-\[var\(--brand-primary\)\]:focus {
  --tw-ring-color: var(--brand-primary);
}
.focus\:ring-blue-300:focus {
  --tw-ring-color: #A4CAFE;
}
.focus\:ring-gray-100:focus {
  --tw-ring-color: #F3F4F6;
}
.focus\:ring-gray-200:focus {
  --tw-ring-color: #E5E7EB;
}
.focus\:ring-gray-800:focus {
  --tw-ring-color: #1F2937;
}
.focus\:ring-primary\/50:focus {
  --tw-ring-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .focus\:ring-primary\/50:focus {
    --tw-ring-color: color-mix(in oklab, var(--color-primary) 50%, transparent);
  }
}
.focus\:ring-white\/10:focus {
  --tw-ring-color: color-mix(in oklab, #ffffff 10%, transparent);
}
.focus\:ring-white\/20:focus {
  --tw-ring-color: color-mix(in oklab, #ffffff 20%, transparent);
}
.focus\:ring-white\/30:focus {
  --tw-ring-color: color-mix(in oklab, #ffffff 30%, transparent);
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
.focus-visible\:pointer-events-auto:focus-visible {
  pointer-events: auto;
}
.focus-visible\:opacity-100:focus-visible {
  opacity: 100%;
}
.focus-visible\:outline-none:focus-visible {
  --tw-outline-style: none;
  outline-style: none;
}
@media (width < 80rem) {
  .max-xl\:\!hidden {
    display: none !important;
  }
}
@media (width < 80rem) {
  .max-xl\:hidden {
    display: none;
  }
}
@media (width < 64rem) {
  .max-lg\:order-1 {
    order: 1;
  }
}
@media (width < 64rem) {
  .max-lg\:order-2 {
    order: 2;
  }
}
@media (width < 64rem) {
  .max-lg\:order-3 {
    order: 3;
  }
}
@media (width < 64rem) {
  .max-lg\:\!hidden {
    display: none !important;
  }
}
@media (width < 64rem) {
  .max-lg\:hidden {
    display: none;
  }
}
@media (width < 64rem) {
  .max-lg\:\!items-center {
    align-items: center !important;
  }
}
@media (width < 64rem) {
  .max-lg\:items-center {
    align-items: center;
  }
}
@media (width < 64rem) {
  .max-lg\:justify-center {
    justify-content: center;
  }
}
@media (width < 64rem) {
  .max-lg\:text-center {
    text-align: center;
  }
}
@media (width < 48.875rem) {
  .max-md\:order-1 {
    order: 1;
  }
}
@media (width < 48.875rem) {
  .max-md\:order-2 {
    order: 2;
  }
}
@media (width < 48.875rem) {
  .max-md\:order-3 {
    order: 3;
  }
}
@media (width < 48.875rem) {
  .max-md\:\!flex {
    display: flex !important;
  }
}
@media (width < 48.875rem) {
  .max-md\:\!hidden {
    display: none !important;
  }
}
@media (width < 48.875rem) {
  .max-md\:hidden {
    display: none;
  }
}
@media (width < 48.875rem) {
  .max-md\:\!items-center {
    align-items: center !important;
  }
}
@media (width < 48.875rem) {
  .max-md\:items-center {
    align-items: center;
  }
}
@media (width < 48.875rem) {
  .max-md\:justify-center {
    justify-content: center;
  }
}
@media (width < 48.875rem) {
  .max-md\:\!px-0 {
    padding-inline: calc(var(--spacing, 0.25rem) * 0) !important;
  }
}
@media (width < 48.875rem) {
  .max-md\:\!px-5 {
    padding-inline: calc(var(--spacing, 0.25rem) * 5) !important;
  }
}
@media (width < 48.875rem) {
  .max-md\:px-0 {
    padding-inline: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width < 48.875rem) {
  .max-md\:px-5 {
    padding-inline: calc(var(--spacing, 0.25rem) * 5);
  }
}
@media (width < 48.875rem) {
  .max-md\:\!pt-0 {
    padding-top: calc(var(--spacing, 0.25rem) * 0) !important;
  }
}
@media (width < 48.875rem) {
  .max-md\:text-center {
    text-align: center;
  }
}
@media (width >= 40rem) {
  .sm\:mt-0 {
    margin-top: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:mt-12 {
    margin-top: calc(var(--spacing, 0.25rem) * 12);
  }
}
@media (width >= 40rem) {
  .sm\:mb-0 {
    margin-bottom: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:flex {
    display: flex;
  }
}
@media (width >= 40rem) {
  .sm\:h-48 {
    height: calc(var(--spacing, 0.25rem) * 48);
  }
}
@media (width >= 40rem) {
  .sm\:h-auto {
    height: auto;
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:items-center {
    align-items: center;
  }
}
@media (width >= 40rem) {
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 40rem) {
  .sm\:justify-center {
    justify-content: center;
  }
}
@media (width >= 40rem) {
  .sm\:gap-6 {
    gap: calc(var(--spacing, 0.25rem) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:gap-10 {
    gap: calc(var(--spacing, 0.25rem) * 10);
  }
}
@media (width >= 40rem) {
  :where(.sm\:space-y-0 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing, 0.25rem) * 0) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing, 0.25rem) * 0) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 40rem) {
  :where(.sm\:space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing, 0.25rem) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing, 0.25rem) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (width >= 40rem) {
  .sm\:px-8 {
    padding-inline: calc(var(--spacing, 0.25rem) * 8);
  }
}
@media (width >= 40rem) {
  .sm\:px-16 {
    padding-inline: calc(var(--spacing, 0.25rem) * 16);
  }
}
@media (width >= 40rem) {
  .sm\:py-16 {
    padding-block: calc(var(--spacing, 0.25rem) * 16);
  }
}
@media (width >= 40rem) {
  .sm\:text-center {
    text-align: center;
  }
}
@media (width >= 40rem) {
  .sm\:text-4xl {
    font-size: var(--text-4xl, 2.25rem);
    line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)));
  }
}
@media (width >= 40rem) {
  .sm\:text-lg {
    font-size: var(--text-lg, 1.125rem);
    line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
  }
}
@media (width >= 40rem) {
  .sm\:text-xl {
    font-size: var(--text-xl, 1.25rem);
    line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
  }
}
@media (width >= 48.875rem) {
  .md\:pointer-events-none {
    pointer-events: none;
  }
}
@media (width >= 48.875rem) {
  .md\:static {
    position: static;
  }
}
@media (width >= 48.875rem) {
  .md\:inset-0 {
    inset: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 48.875rem) {
  .md\:top-1\/2 {
    top: calc(1/2 * 100%);
  }
}
@media (width >= 48.875rem) {
  .md\:bottom-5 {
    bottom: calc(var(--spacing, 0.25rem) * 5);
  }
}
@media (width >= 48.875rem) {
  .md\:bottom-auto {
    bottom: auto;
  }
}
@media (width >= 48.875rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48.875rem) {
  .md\:order-3 {
    order: 3;
  }
}
@media (width >= 48.875rem) {
  .md\:order-last {
    order: 9999;
  }
}
@media (width >= 48.875rem) {
  .md\:mx-4 {
    margin-inline: calc(var(--spacing, 0.25rem) * 4);
  }
}
@media (width >= 48.875rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 48.875rem) {
  .md\:mr-0 {
    margin-right: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 48.875rem) {
  .md\:mb-0 {
    margin-bottom: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 48.875rem) {
  .md\:mb-5 {
    margin-bottom: calc(var(--spacing, 0.25rem) * 5);
  }
}
@media (width >= 48.875rem) {
  .md\:mb-8 {
    margin-bottom: calc(var(--spacing, 0.25rem) * 8);
  }
}
@media (width >= 48.875rem) {
  .md\:mb-16 {
    margin-bottom: calc(var(--spacing, 0.25rem) * 16);
  }
}
@media (width >= 48.875rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48.875rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48.875rem) {
  .md\:grid {
    display: grid;
  }
}
@media (width >= 48.875rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48.875rem) {
  .md\:h-12 {
    height: calc(var(--spacing, 0.25rem) * 12);
  }
}
@media (width >= 48.875rem) {
  .md\:h-16 {
    height: calc(var(--spacing, 0.25rem) * 16);
  }
}
@media (width >= 48.875rem) {
  .md\:h-56 {
    height: calc(var(--spacing, 0.25rem) * 56);
  }
}
@media (width >= 48.875rem) {
  .md\:w-12 {
    width: calc(var(--spacing, 0.25rem) * 12);
  }
}
@media (width >= 48.875rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48.875rem) {
  .md\:w-full {
    width: 100%;
  }
}
@media (width >= 48.875rem) {
  .md\:max-w-\[580px\] {
    max-width: 580px;
  }
}
@media (width >= 48.875rem) {
  .md\:max-w-\[670px\] {
    max-width: 670px;
  }
}
@media (width >= 48.875rem) {
  .md\:max-w-screen-md {
    max-width: 48.875rem;
  }
}
@media (width >= 48.875rem) {
  .md\:max-w-xs {
    max-width: var(--container-xs, 20rem);
  }
}
@media (width >= 48.875rem) {
  .md\:flex-none {
    flex: none;
  }
}
@media (width >= 48.875rem) {
  .md\:basis-auto {
    flex-basis: auto;
  }
}
@media (width >= 48.875rem) {
  .md\:-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 48.875rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48.875rem) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 48.875rem) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (width >= 48.875rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48.875rem) {
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (width >= 48.875rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48.875rem) {
  .md\:\!gap-30 {
    gap: 7.5rem !important;
  }
}
@media (width >= 48.875rem) {
  .md\:gap-10 {
    gap: calc(var(--spacing, 0.25rem) * 10);
  }
}
@media (width >= 48.875rem) {
  .md\:gap-12 {
    gap: calc(var(--spacing, 0.25rem) * 12);
  }
}
@media (width >= 48.875rem) {
  .md\:gap-20 {
    gap: calc(var(--spacing, 0.25rem) * 20);
  }
}
@media (width >= 48.875rem) {
  .md\:gap-30 {
    gap: 7.5rem;
  }
}
@media (width >= 48.875rem) {
  :where(.md\:space-y-0 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing, 0.25rem) * 0) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing, 0.25rem) * 0) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 48.875rem) {
  :where(.md\:space-x-8 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing, 0.25rem) * 8) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing, 0.25rem) * 8) * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (width >= 48.875rem) {
  .md\:border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
@media (width >= 48.875rem) {
  .md\:border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
}
@media (width >= 48.875rem) {
  .md\:bg-transparent {
    background-color: transparent;
  }
}
@media (width >= 48.875rem) {
  .md\:p-0 {
    padding: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 48.875rem) {
  .md\:px-6 {
    padding-inline: calc(var(--spacing, 0.25rem) * 6);
  }
}
@media (width >= 48.875rem) {
  .md\:px-12 {
    padding-inline: calc(var(--spacing, 0.25rem) * 12);
  }
}
@media (width >= 48.875rem) {
  .md\:px-20 {
    padding-inline: calc(var(--spacing, 0.25rem) * 20);
  }
}
@media (width >= 48.875rem) {
  .md\:pl-0 {
    padding-left: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 48.875rem) {
  .md\:text-4xl {
    font-size: var(--text-4xl, 2.25rem);
    line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)));
  }
}
@media (width >= 48.875rem) {
  .md\:text-5xl {
    font-size: var(--text-5xl, 3rem);
    line-height: var(--tw-leading, var(--text-5xl--line-height, 1));
  }
}
@media (width >= 48.875rem) {
  .md\:text-6xl {
    font-size: var(--text-6xl, 3.75rem);
    line-height: var(--tw-leading, var(--text-6xl--line-height, 1));
  }
}
@media (width >= 48.875rem) {
  .md\:text-lg {
    font-size: var(--text-lg, 1.125rem);
    line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
  }
}
@media (width >= 48.875rem) {
  .md\:text-xl {
    font-size: var(--text-xl, 1.25rem);
    line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
  }
}
@media (width >= 48.875rem) {
  .md\:whitespace-nowrap {
    white-space: nowrap;
  }
}
@media (width >= 48.875rem) {
  .md\:opacity-0 {
    opacity: 0%;
  }
}
@media (width >= 48.875rem) {
  @media (hover: hover) {
    .md\:group-hover\:pointer-events-auto:is(:where(.group):hover *) {
      pointer-events: auto;
    }
  }
}
@media (width >= 48.875rem) {
  @media (hover: hover) {
    .md\:group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
  }
}
@media (width >= 48.875rem) {
  @media (hover: hover) {
    .md\:hover\:text-fg-brand:hover {
      color: var(--color-fg-brand);
    }
  }
}
@media (width >= 64rem) {
  .lg\:order-last {
    order: 9999;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 64rem) {
  .lg\:mt-0 {
    margin-top: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:mt-10 {
    margin-top: calc(var(--spacing, 0.25rem) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:mt-12 {
    margin-top: calc(var(--spacing, 0.25rem) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:mt-14 {
    margin-top: calc(var(--spacing, 0.25rem) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:mt-16 {
    margin-top: calc(var(--spacing, 0.25rem) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:mb-0 {
    margin-bottom: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:mb-8 {
    margin-bottom: calc(var(--spacing, 0.25rem) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:mb-16 {
    margin-bottom: calc(var(--spacing, 0.25rem) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:flex {
    display: flex;
  }
}
@media (width >= 64rem) {
  .lg\:grid {
    display: grid;
  }
}
@media (width >= 64rem) {
  .lg\:h-12 {
    height: calc(var(--spacing, 0.25rem) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:w-12 {
    width: calc(var(--spacing, 0.25rem) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:max-w-screen-lg {
    max-width: var(--breakpoint-lg, 64rem);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:\!gap-30 {
    gap: 7.5rem !important;
  }
}
@media (width >= 64rem) {
  .lg\:gap-8 {
    gap: calc(var(--spacing, 0.25rem) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:gap-16 {
    gap: calc(var(--spacing, 0.25rem) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:gap-20 {
    gap: calc(var(--spacing, 0.25rem) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:gap-30 {
    gap: 7.5rem;
  }
}
@media (width >= 64rem) {
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media (width >= 64rem) {
  .lg\:px-6 {
    padding-inline: calc(var(--spacing, 0.25rem) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:px-12 {
    padding-inline: calc(var(--spacing, 0.25rem) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:px-16 {
    padding-inline: calc(var(--spacing, 0.25rem) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:px-36 {
    padding-inline: calc(var(--spacing, 0.25rem) * 36);
  }
}
@media (width >= 64rem) {
  .lg\:px-38 {
    padding-inline: calc(var(--spacing, 0.25rem) * 38);
  }
}
@media (width >= 64rem) {
  .lg\:py-12 {
    padding-block: calc(var(--spacing, 0.25rem) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:py-16 {
    padding-block: calc(var(--spacing, 0.25rem) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:pt-12 {
    padding-top: calc(var(--spacing, 0.25rem) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:pt-16 {
    padding-top: calc(var(--spacing, 0.25rem) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:pb-16 {
    padding-bottom: calc(var(--spacing, 0.25rem) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:text-4xl {
    font-size: var(--text-4xl, 2.25rem);
    line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)));
  }
}
@media (width >= 64rem) {
  .lg\:text-5xl {
    font-size: var(--text-5xl, 3rem);
    line-height: var(--tw-leading, var(--text-5xl--line-height, 1));
  }
}
@media (width >= 64rem) {
  .lg\:text-6xl {
    font-size: var(--text-6xl, 3.75rem);
    line-height: var(--tw-leading, var(--text-6xl--line-height, 1));
  }
}
@media (width >= 64rem) {
  .lg\:text-xl {
    font-size: var(--text-xl, 1.25rem);
    line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
  }
}
@media (width >= 80rem) {
  .xl\:block {
    display: block;
  }
}
@media (width >= 80rem) {
  .xl\:grid {
    display: grid;
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 80rem) {
  .xl\:gap-0 {
    gap: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:gap-16 {
    gap: calc(var(--spacing, 0.25rem) * 16);
  }
}
@media (width >= 80rem) {
  .xl\:gap-24 {
    gap: calc(var(--spacing, 0.25rem) * 24);
  }
}
@media (width >= 80rem) {
  .xl\:px-0 {
    padding-inline: calc(var(--spacing, 0.25rem) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:px-48 {
    padding-inline: calc(var(--spacing, 0.25rem) * 48);
  }
}
@media (width >= 80rem) {
  .xl\:text-6xl {
    font-size: var(--text-6xl, 3.75rem);
    line-height: var(--tw-leading, var(--text-6xl--line-height, 1));
  }
}
.rtl\:mr-2:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) {
  margin-right: calc(var(--spacing, 0.25rem) * 2);
}
.rtl\:ml-0:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) {
  margin-left: calc(var(--spacing, 0.25rem) * 0);
}
.rtl\:rotate-180:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) {
  rotate: 180deg;
}
:where(.rtl\:space-x-reverse:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) > :not(:last-child)) {
  --tw-space-x-reverse: 1;
}
.dark\:block:is(.dark *) {
  display: block;
}
.dark\:hidden:is(.dark *) {
  display: none;
}
.dark\:border-blue-500:is(.dark *) {
  border-color: #3F83F8;
}
.dark\:border-gray-500:is(.dark *) {
  border-color: #6B7280;
}
.dark\:border-gray-600:is(.dark *) {
  border-color: #4B5563;
}
.dark\:border-gray-700:is(.dark *) {
  border-color: #374151;
}
.dark\:border-gray-800:is(.dark *) {
  border-color: #1F2937;
}
.dark\:border-transparent:is(.dark *) {
  border-color: transparent;
}
.dark\:\!bg-gray-700:is(.dark *) {
  background-color: #374151 !important;
}
.dark\:bg-blue-600:is(.dark *) {
  background-color: #1C64F2;
}
.dark\:bg-gray-600:is(.dark *) {
  background-color: #4B5563;
}
.dark\:bg-gray-700:is(.dark *) {
  background-color: #374151;
}
.dark\:bg-gray-800:is(.dark *) {
  background-color: #1F2937;
}
.dark\:bg-gray-800\/50:is(.dark *) {
  background-color: color-mix(in oklab, #1F2937 50%, transparent);
}
.dark\:bg-gray-900:is(.dark *) {
  background-color: #111827;
}
.dark\:bg-gray-900\/80:is(.dark *) {
  background-color: color-mix(in oklab, #111827 80%, transparent);
}
.dark\:bg-primary-900:is(.dark *) {
  background-color: var(--color-primary-900);
}
.dark\:bg-primary\/20:is(.dark *) {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .dark\:bg-primary\/20:is(.dark *) {
    background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
  }
}
.dark\:text-blue-500:is(.dark *) {
  color: #3F83F8;
}
.dark\:text-gray-300:is(.dark *) {
  color: #D1D5DB;
}
.dark\:text-gray-400:is(.dark *) {
  color: #9CA3AF;
}
.dark\:text-gray-500:is(.dark *) {
  color: #6B7280;
}
.dark\:text-white:is(.dark *) {
  color: #ffffff;
}
.dark\:prose-invert:is(.dark *) {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
@media (hover: hover) {
  .dark\:hover\:bg-blue-700:is(.dark *):hover {
    background-color: #1A56DB;
  }
}
@media (hover: hover) {
  .dark\:hover\:bg-gray-600:is(.dark *):hover {
    background-color: #4B5563;
  }
}
@media (hover: hover) {
  .dark\:hover\:bg-gray-700:is(.dark *):hover {
    background-color: #374151;
  }
}
@media (hover: hover) {
  .dark\:hover\:bg-gray-800:is(.dark *):hover {
    background-color: #1F2937;
  }
}
@media (hover: hover) {
  .dark\:hover\:text-blue-500:is(.dark *):hover {
    color: #3F83F8;
  }
}
@media (hover: hover) {
  .dark\:hover\:text-gray-300:is(.dark *):hover {
    color: #D1D5DB;
  }
}
@media (hover: hover) {
  .dark\:hover\:text-white:is(.dark *):hover {
    color: #ffffff;
  }
}
.dark\:focus\:ring-blue-800:is(.dark *):focus {
  --tw-ring-color: #1E429F;
}
.dark\:focus\:ring-gray-600:is(.dark *):focus {
  --tw-ring-color: #4B5563;
}
.dark\:focus\:ring-primary-900:is(.dark *):focus {
  --tw-ring-color: var(--color-primary-900);
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-primary);
}
.max-w-content {
  max-width: var(--container-content);
}
.max-w-wide {
  max-width: var(--wp--style--global--wide-size, 90rem);
}
.bg-gray-900 {
  background-color: var(--brand-dark-bg, #111827);
}
.bg-gray-800 {
  background-color: var(--brand-dark-card, #1f2937);
}
@media (min-width: 48.875rem) {
  .md\:gap-12 {
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .lg\:gap-16 {
    gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .xl\:gap-24 {
    gap: 6rem;
  }
}
@layer base {
  .tooltip-arrow,.tooltip-arrow:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
  }
  .tooltip-arrow {
    visibility: hidden;
  }
  .tooltip-arrow:before {
    content: "";
    visibility: visible;
    transform: rotate(45deg);
  }
  [data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
    border-style: solid;
    border-color: oklch(92.8% 0.006 264.531);
  }
  [data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
    border-bottom-width: 1px;
    border-right-width: 1px;
  }
  [data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
  [data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
    border-top-width: 1px;
    border-left-width: 1px;
  }
  [data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
    border-top-width: 1px;
    border-right-width: 1px;
  }
  .tooltip[data-popper-placement^='top'] > .tooltip-arrow {
    bottom: -4px;
  }
  .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
    top: -4px;
  }
  .tooltip[data-popper-placement^='left'] > .tooltip-arrow {
    right: -4px;
  }
  .tooltip[data-popper-placement^='right'] > .tooltip-arrow {
    left: -4px;
  }
  .tooltip.invisible > .tooltip-arrow:before {
    visibility: hidden;
  }
  [data-popper-arrow],[data-popper-arrow]:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
  }
  [data-popper-arrow] {
    visibility: hidden;
  }
  [data-popper-arrow]:before {
    content: "";
    visibility: visible;
    transform: rotate(45deg);
  }
  [data-popper-arrow]:after {
    content: "";
    visibility: visible;
    transform: rotate(45deg);
    position: absolute;
    width: 9px;
    height: 9px;
    background: inherit;
  }
  [role="tooltip"] > [data-popper-arrow]:before {
    border-style: solid;
    border-color: oklch(92.8% 0.006 264.531);
  }
  .dark [role="tooltip"] > [data-popper-arrow]:before {
    border-style: solid;
    border-color: oklch(44.6% 0.03 256.802);
  }
  [role="tooltip"] > [data-popper-arrow]:after {
    border-style: solid;
    border-color: oklch(92.8% 0.006 264.531);
  }
  .dark [role="tooltip"] > [data-popper-arrow]:after {
    border-style: solid;
    border-color: oklch(44.6% 0.03 256.802);
  }
  [data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
    border-bottom-width: 1px;
    border-right-width: 1px;
  }
  [data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
    border-bottom-width: 1px;
    border-right-width: 1px;
  }
  [data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
  [data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
  [data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
    border-top-width: 1px;
    border-left-width: 1px;
  }
  [data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
    border-top-width: 1px;
    border-left-width: 1px;
  }
  [data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
    border-top-width: 1px;
    border-right-width: 1px;
  }
  [data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
    border-top-width: 1px;
    border-right-width: 1px;
  }
  [data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
    bottom: -5px;
  }
  [data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
    top: -5px;
  }
  [data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
    right: -5px;
  }
  [data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
    left: -5px;
  }
  [role="tooltip"].invisible > [data-popper-arrow]:before {
    visibility: hidden;
  }
  [role="tooltip"].invisible > [data-popper-arrow]:after {
    visibility: hidden;
  }
}
@layer base {
  [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: #6B7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
  }
  :is([type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1C64F2;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #1C64F2;
  }
  input::placeholder,textarea::placeholder {
    color: #6B7280;
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
  }
  select:not([size]) {
    background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 0.75em 0.75em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  :is([dir=rtl]) select:not([size]) {
    background-position: left 0.75rem center;
    padding-right: 0.75rem;
    padding-left: 0;
  }
  [multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  [type='checkbox'],[type='radio'] {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #1C64F2;
    background-color: #fff;
    border-color: #6B7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  [type='checkbox'] {
    border-radius: 0px;
  }
  [type='radio'] {
    border-radius: 100%;
  }
  [type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1C64F2;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  [type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 0.55em 0.55em;
    background-position: center;
    background-repeat: no-repeat;
  }
  [type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 0.55em 0.55em;
    print-color-adjust: exact;
  }
  [type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    background-size: 1em 1em;
  }
  .dark [type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    background-size: 1em 1em;
  }
  [type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M0.5 6h14'/%3e %3c/svg%3e");
    background-color: currentColor;
    border-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.55em 0.55em;
    print-color-adjust: exact;
  }
  [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  [type='file']:focus {
    outline: 1px auto inherit;
  }
  input[type=file]::file-selector-button {
    color: white;
    background: #1F2937;
    border: 0;
    font-weight: 500;
    font-size: 0.875rem;
  }
  :is(input[type=file]::file-selector-button) font-size {
    line-height: calc(1.25 / 0.875);
  }
  input[type=file]::file-selector-button {
    cursor: pointer;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 2rem;
    padding-right: 1rem;
    margin-inline-start: -1rem;
    margin-inline-end: 1rem;
  }
  :is(input[type=file]::file-selector-button):hover {
    background: #374151;
  }
  :is([dir=rtl]) input[type=file]::file-selector-button {
    padding-right: 2rem;
    padding-left: 1rem;
  }
  .dark input[type=file]::file-selector-button {
    color: white;
    background: #4B5563;
  }
  :is(.dark input[type=file]::file-selector-button):hover {
    background: #6B7280;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 1.25rem;
    width: 1.25rem;
    background: #1C64F2;
    border-radius: 9999px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }
  input[type="range"]:disabled::-webkit-slider-thumb {
    background: #9CA3AF;
  }
  .dark input[type="range"]:disabled::-webkit-slider-thumb {
    background: #6B7280;
  }
  input[type="range"]:focus::-webkit-slider-thumb {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
  }
  input[type="range"]::-moz-range-thumb {
    height: 1.25rem;
    width: 1.25rem;
    background: #1C64F2;
    border-radius: 9999px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }
  input[type="range"]:disabled::-moz-range-thumb {
    background: #9CA3AF;
  }
  .dark input[type="range"]:disabled::-moz-range-thumb {
    background: #6B7280;
  }
  input[type="range"]::-moz-range-progress {
    background: #3F83F8;
  }
  input[type="range"]::-ms-fill-lower {
    background: #3F83F8;
  }
  input[type="range"].range-sm::-webkit-slider-thumb {
    height: 1rem;
    width: 1rem;
  }
  input[type="range"].range-lg::-webkit-slider-thumb {
    height: 1.5rem;
    width: 1.5rem;
  }
  input[type="range"].range-sm::-moz-range-thumb {
    height: 1rem;
    width: 1rem;
  }
  input[type="range"].range-lg::-moz-range-thumb {
    height: 1.5rem;
    width: 1.5rem;
  }
  .toggle-bg:after {
    content: "";
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    background: white;
    border-color: #D1D5DB;
    border-width: 1px;
    border-radius: 9999px;
    height: 1.25rem;
    width: 1.25rem;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-duration: .15s;
    box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  }
  input:checked + .toggle-bg:after {
    transform: translateX(100%);;
    border-color: white;
  }
  input:checked + .toggle-bg {
    background: #1C64F2;
    border-color: #1C64F2;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-divide-x-reverse: 0;
      --tw-outline-style: solid;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
