.dia .splide__container{
    box-sizing:border-box;
    position:relative
}
.dia .splide__list{
    backface-visibility:hidden;
    display:flex;
    height:100%;
    margin:0!important;
    padding:0!important
}
.dia .splide.is-initialized:not(.is-active) .splide__list{
    display:block
}
.dia .splide__pagination{
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:0;
    pointer-events:none
}
.dia .splide__pagination li{
    display:inline-block;
    line-height:1;
    list-style-type:none;
    margin:0;
    pointer-events:auto
}
.dia .splide:not(.is-overflow) .splide__pagination{
    display:none
}
.dia .splide__progress__bar{
    width:0
}
.dia .splide{
    position:relative;
    visibility:hidden
}
.dia .splide.is-initialized,.dia .splide.is-rendered{
    visibility:visible
}
.dia .splide__slide{
    backface-visibility:hidden;
    box-sizing:border-box;
    flex-shrink:0;
    list-style-type:none!important;
    margin:0;
    position:relative
}
.dia .splide__slide img{
    vertical-align:bottom
}
.dia .splide__spinner{
    animation:splide-loading 1s linear infinite;
    border:2px solid #999;
    border-left-color:transparent;
    border-radius:50%;
    bottom:0;
    contain:strict;
    display:inline-block;
    height:1.25rem;
    left:0;
    margin:auto;
    position:absolute;
    right:0;
    top:0;
    width:1.25rem
}
.dia .splide__sr{
    clip:rect(0 0 0 0);
    border:0;
    height:.0625rem;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:.0625rem
}
.dia .splide__toggle.is-active .splide__toggle__play,.dia .splide__toggle__pause{
    display:none
}
.dia .splide__toggle.is-active .splide__toggle__pause{
    display:inline
}
.dia .splide__track{
    overflow:hidden;
    position:relative;
    z-index:0
}

button.splide__arrow.splide__arrow--next {
    display: none;
}

@media screen and (max-width: 1240px) {
    .dia .splide__track {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge (old) */
    }
    .splide__track--slide::-webkit-scrollbar {
        display: none;
    }
}
@keyframes splide-loading{
    0%{
        transform:rotate(0)
    }
    to{
        transform:rotate(1turn)
    }
}
.dia .splide__track--draggable{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.dia .splide__track--fade>.splide__list>.splide__slide{
    margin:0!important;
    opacity:0;
    z-index:0
}
.dia .splide__track--fade>.splide__list>.splide__slide.is-active{
    opacity:1;
    z-index:1
}
.dia .splide--rtl{
    direction:rtl
}
.dia .splide__track--ttb>.splide__list{
    display:block
}
.dia .splide__arrow{
    align-items:center;
    background:#ccc;
    border:0;
    border-radius:50%;
    cursor:pointer;
    display:flex;
    height:2em;
    justify-content:center;
    opacity:.7;
    padding:0;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:2em;
    z-index:1
}

.save-button {
    background-color: #008ca1;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0px;
    float: right;
}

    .save-button:hover {
        color: white;
        background-color: #005f6b;
    }

.dia .splide__arrow svg{
    fill:#000;
    height:1.2em;
    width:1.2em
}
svg.w-4.h-4.icon-move-up {
    margin-bottom: 12px;
}
.dia .splide__arrow:hover:not(:disabled){
    opacity:.9
}
.dia .splide__arrow:disabled{
    opacity:.3
}
.dia .splide__arrow:focus-visible{
    outline:3px solid #0bf;
    outline-offset:3px
}
.dia .splide__arrow--prev{
    left:1em
}
.dia .splide__arrow--prev svg{
    transform:scaleX(-1)
}
.dia .splide__arrow--next{
    right:1em
}
.dia .splide.is-focus-in .splide__arrow:focus{
    outline:3px solid #0bf;
    outline-offset:3px
}
.dia .splide__pagination{
    bottom:.5em;
    left:0;
    padding:0 1em;
    position:absolute;
    right:0;
    z-index:1
}
.dia .splide__pagination__page{
    background:#ccc;
    border:0;
    border-radius:50%;
    display:inline-block;
    height:.5rem;
    margin:3px;
    opacity:.7;
    padding:0;
    position:relative;
    transition:transform .2s linear;
    width:.5rem
}
.dia .splide__pagination__page.is-active{
    background:#fff;
    transform:scale(1.4);
    z-index:1
}
.dia .splide__pagination__page:hover{
    cursor:pointer;
    opacity:.9
}
.dia .splide__pagination__page:focus-visible{
    outline:3px solid #0bf;
    outline-offset:3px
}
.dia .splide.is-focus-in .splide__pagination__page:focus{
    outline:3px solid #0bf;
    outline-offset:3px
}
.dia .splide__progress__bar{
    background:#ccc;
    height:.1875rem
}
.dia .splide__slide{
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
.dia .splide__slide:focus{
    outline:0
}
@supports (outline-offset:-3px){
    .dia .splide__slide:focus-visible{
        outline:3px solid #0bf;
        outline-offset:-3px
    }
}

@media screen and (-ms-high-contrast:none){
    .dia .splide__slide:focus-visible{
        border:3px solid #0bf
    }
}
@supports (outline-offset:-3px){
    .dia .splide.is-focus-in .splide__slide:focus{
        outline:3px solid #0bf;
        outline-offset:-3px
    }
}
@media screen and (-ms-high-contrast:none){
    .dia .splide.is-focus-in .splide__slide:focus{
        border:3px solid #0bf
    }
    .dia .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{
        border-color:#0bf
    }
}
.dia .splide__toggle{
    cursor:pointer
}
.dia .splide__toggle:focus-visible{
    outline:3px solid #0bf;
    outline-offset:3px
}
.dia .splide.is-focus-in .splide__toggle:focus{
    outline:3px solid #0bf;
    outline-offset:3px
}
.dia .splide__track--nav>.splide__list>.splide__slide{
    border:3px solid transparent;
    cursor:pointer
}
.dia .splide__track--nav>.splide__list>.splide__slide.is-active{
    border:3px solid #000
}
.dia .splide__arrows--rtl .splide__arrow--prev{
    left:auto;
    right:1em
}
.dia .splide__arrows--rtl .splide__arrow--prev svg{
    transform:scaleX(1)
}
.dia .splide__arrows--rtl .splide__arrow--next{
    left:1em;
    right:auto
}
.dia .splide__arrows--rtl .splide__arrow--next svg{
    transform:scaleX(-1)
}
.dia .splide__arrows--ttb .splide__arrow{
    left:50%;
    transform:translate(-50%)
}
.dia .splide__arrows--ttb .splide__arrow--prev{
    top:1em
}
.dia .splide__arrows--ttb .splide__arrow--prev svg{
    transform:rotate(-90deg)
}
.dia .splide__arrows--ttb .splide__arrow--next{
    bottom:1em;
    top:auto
}
.dia .splide__arrows--ttb .splide__arrow--next svg{
    transform:rotate(90deg)
}
.dia .splide__pagination--ttb{
    bottom:0;
    display:flex;
    flex-direction:column;
    left:auto;
    padding:1em 0;
    right:.5em;
    top:0
}
.dia .tippy-box[data-animation=fade][data-state=hidden]{
    opacity:0
}
.dia [data-tippy-root]{
    max-width:calc(100vw - 10px)
}
.dia .tippy-box{
    position:relative;
    background-color:#333;
    color:#fff;
    border-radius:4px;
    font-size:.875rem;
    line-height:1.4;
    white-space:normal;
    outline:0;
    transition-property:transform,visibility,opacity
}
.dia .tippy-box[data-placement^=top]>.tippy-arrow{
    bottom:0
}
.dia .tippy-box[data-placement^=top]>.tippy-arrow:before{
    bottom:-7px;
    left:0;
    border-width:8px 8px 0;
    border-top-color:initial;
    transform-origin:center top
}
.dia .tippy-box[data-placement^=bottom]>.tippy-arrow{
    top:0
}
.dia .tippy-box[data-placement^=bottom]>.tippy-arrow:before{
    top:-7px;
    left:0;
    border-width:0 8px 8px;
    border-bottom-color:initial;
    transform-origin:center bottom
}
.dia .tippy-box[data-placement^=left]>.tippy-arrow{
    right:0
}
.dia .tippy-box[data-placement^=left]>.tippy-arrow:before{
    border-width:8px 0 8px 8px;
    border-left-color:initial;
    right:-7px;
    transform-origin:center left
}
.dia .tippy-box[data-placement^=right]>.tippy-arrow{
    left:0
}
.dia .tippy-box[data-placement^=right]>.tippy-arrow:before{
    left:-7px;
    border-width:8px 8px 8px 0;
    border-right-color:initial;
    transform-origin:center right
}
.dia .tippy-box[data-inertia][data-state=visible]{
    transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)
}
.dia .tippy-arrow{
    width:1rem;
    height:1rem;
    color:#333
}
.dia .tippy-arrow:before{
    content:"";
    position:absolute;
    border-color:transparent;
    border-style:solid
}
.dia .tippy-content{
    position:relative;
    padding:5px 9px;
    z-index:1
}
.dia .tippy-box[data-animation=scale-subtle][data-placement^=top]{
    transform-origin:bottom
}
.dia .tippy-box[data-animation=scale-subtle][data-placement^=bottom]{
    transform-origin:top
}
.dia .tippy-box[data-animation=scale-subtle][data-placement^=left]{
    transform-origin:right
}
.dia .tippy-box[data-animation=scale-subtle][data-placement^=right]{
    transform-origin:left
}
.dia .tippy-box[data-animation=scale-subtle][data-state=hidden]{
    transform:scale(.8);
    opacity:0
}
@container dia-card-1 (min-width: 0rem){
    figure{
        flex-direction:column!important
    }
}
@container dia-card-1 (min-width: 34rem){
    figure{
        flex-direction:row!important;
        align-items:stretch
    }
}
@container dia-card-1 (min-width: 0rem){
    .img{
        flex:1 0 0;
        min-height:12.25rem;
        max-height:12.25rem
    }
}
@container dia-card-1 (min-width: 34rem){
    .img{
        flex:1 0 0;
        min-height:12.2rem;
        max-height:unset
    }
}
@media (min-width: 1024px){
    .dia .splide__slide:not(:first-child){
        margin-top:0rem!important
    }
}
.dia *,.dia :before,.dia :after{
    box-sizing:border-box;
    border-width:0;
    border-style:solid;
    border-color:#c9cacc
}
.dia :before,.dia :after{
    --tw-content: ""
}
.dia{
    line-height:1.5;
    -webkit-text-size-adjust:100%;
    -moz-tab-size:4;
    -o-tab-size:4;
    tab-size:4;
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    font-feature-settings:normal;
    font-variation-settings:normal
}
.dia body{
    margin:0;
    line-height:inherit
}
.dia hr{
    height:0;
    color:inherit;
    border-top-width:1px
}
.dia abbr:where([title]){
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
.dia h1,.dia h2,.dia h3,.dia h4,.dia h5,.dia h6{
    font-size:inherit;
    font-weight:inherit
}
.dia a{
    color:inherit;
    text-decoration:inherit
}
.dia b,.dia strong{
    font-weight:bolder
}
.dia code,.dia kbd,.dia samp,.dia pre{
    font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size:1em
}
.dia small{
    font-size:80%
}
.dia sub,.dia sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
.dia sub{
    bottom:-.25em
}
.dia sup{
    top:-.5em
}
    .dia table {
        max-width: 120rem;
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }
.dia button,.dia input,.dia optgroup,.dia select,.dia textarea{
    font-family:inherit;
    font-feature-settings:inherit;
    font-variation-settings:inherit;
    font-size:100%;
    font-weight:inherit;
    line-height:inherit;
    color:inherit;
    margin:0;
    padding:0
}
.dia button,.dia select{
    text-transform:none
}
.dia button,.dia [type=button],.dia [type=reset],.dia [type=submit]{
    -webkit-appearance:button;
    background-color:transparent;
    background-image:none
}
.dia :-moz-focusring{
    outline:auto
}
.dia :-moz-ui-invalid{
    box-shadow:none
}
.dia progress{
    vertical-align:baseline
}
.dia ::-webkit-inner-spin-button,.dia ::-webkit-outer-spin-button{
    height:auto
}
.dia [type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
.dia ::-webkit-search-decoration{
    -webkit-appearance:none
}
.dia ::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
.dia summary{
    display:list-item
}
.dia blockquote,.dia dl,.dia dd,.dia h1,.dia h2,.dia h3,.dia h4,.dia h5,.dia h6,.dia hr,.dia figure,.dia p,.dia pre{
    margin:0
}
.dia fieldset{
    margin:0;
    padding:0
}
.dia legend{
    padding:0
}
.dia ol,.dia ul,.dia menu{
    list-style:none;
    margin:0;
    padding:0
}
.dia dialog{
    padding:0
}
.dia textarea{
    resize:vertical
}
.dia input::-moz-placeholder,.dia textarea::-moz-placeholder{
    opacity:1;
    color:#808488
}
.dia input::placeholder,.dia textarea::placeholder{
    opacity:1;
    color:#808488
}
.dia button,.dia [role=button]{
    cursor:pointer
}
.dia :disabled{
    cursor:default
}
.dia img,.dia svg,.dia video,.dia canvas,.dia audio,.dia iframe,.dia embed,.dia object{
    display:block;
    vertical-align:middle
}
.dia img,.dia video{
    max-width:100%;
    height:auto
}
.dia [hidden]{
    display:none
}
.dia [type=text],.dia [type=email],.dia [type=url],.dia [type=password],.dia [type=number],.dia [type=date],.dia [type=datetime-local],.dia [type=month],.dia [type=search],.dia [type=tel],.dia [type=time],.dia [type=week],.dia [multiple],.dia textarea,.dia select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:#fff;
    border-color:#5c6166;
    border-width:1px;
    border-radius:0;
    padding:.5rem .75rem;
    font-size:1rem;
    line-height:1.5rem;
    --tw-shadow:0 0 #0000
}
.dia [type=text]:focus,.dia [type=email]:focus,.dia [type=url]:focus,.dia [type=password]:focus,.dia [type=number]:focus,.dia [type=date]:focus,.dia [type=datetime-local]:focus,.dia [type=month]:focus,.dia [type=search]:focus,.dia [type=tel]:focus,.dia [type=time]:focus,.dia [type=week]:focus,.dia [multiple]:focus,.dia textarea:focus,.dia 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:#018295;
    --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:#018295
}
.dia input::-moz-placeholder,.dia textarea::-moz-placeholder{
    color:#5c6166;
    opacity:1
}
.dia input::placeholder,.dia textarea::placeholder{
    color:#5c6166;
    opacity:1
}
.dia ::-webkit-datetime-edit-fields-wrapper{
    padding:0
}
.dia ::-webkit-date-and-time-value{
    min-height:1.5em
}
.dia select{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%235C6166' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position:right .5rem center;
    background-repeat:no-repeat;
    background-size:1.5em 1.5em;
    padding-right:2.5rem;
    -webkit-print-color-adjust:exact;
    color-adjust:exact
}
.dia [multiple]{
    background-image:initial;
    background-position:initial;
    background-repeat:unset;
    background-size:initial;
    padding-right:.75rem;
    -webkit-print-color-adjust:unset;
    color-adjust:unset
}
.dia [type=checkbox],.dia [type=radio]{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding:0;
    -webkit-print-color-adjust:exact;
    color-adjust:exact;
    display:inline-block;
    vertical-align:middle;
    background-origin:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    flex-shrink:0;
    height:1rem;
    width:1rem;
    color:#018295;
    background-color:#fff;
    border-color:#5c6166;
    border-width:1px;
    --tw-shadow:0 0 #0000
}
.dia [type=checkbox]{
    border-radius:0
}
.dia [type=radio]{
    border-radius:100%
}
.dia [type=checkbox]:focus,.dia [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:#018295;
    --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)
}
.dia [type=checkbox]:checked,.dia [type=radio]:checked{
    border-color:transparent;
    background-color:currentColor;
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat
}
.dia [type=checkbox]:checked{
    background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}
.dia [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")
}
.dia [type=checkbox]:checked:hover,.dia [type=checkbox]:checked:focus,.dia [type=radio]:checked:hover,.dia [type=radio]:checked:focus{
    border-color:transparent;
    background-color:currentColor
}
.dia [type=checkbox]:indeterminate{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color:transparent;
    background-color:currentColor;
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat
}
.dia [type=checkbox]:indeterminate:hover,.dia [type=checkbox]:indeterminate:focus{
    border-color:transparent;
    background-color:currentColor
}
.dia [type=file]{
    background:unset;
    border-color:inherit;
    border-width:0;
    border-radius:0;
    padding:0;
    font-size:unset;
    line-height:inherit
}
.dia [type=file]:focus{
    outline:1px auto -webkit-focus-ring-color
}
.dia{
    margin:0
}
.dia .listing-detail__callout .button{
    float:unset;
    margin-top:unset
}
.dia .button.blue-button{
    min-width:unset;
    background-color:unset;
    border:unset;
    margin:unset
}
.dia .listing-detail__callout{
    background-color:unset;
    padding:unset;
    margin-bottom:unset;
    overflow:unset
}
.dia .button{
    border:unset;
    height:unset;
    background-color:unset;
    font-family:unset;
    font-weight:unset;
    font-size:unset;
    color:unset;
    text-decoration:unset;
    text-transform:unset;
    display:unset;
    text-align:unset;
    padding:unset;
    min-width:unset;
    line-height:unset
}
.dia .headline-list .headline-list-item .headline-list-item__title{
    font-family:unset;
    font-weight:unset;
    font-size:unset;
    color:unset;
    background-color:unset;
    border:unset;
    border-width:unset;
    margin:unset;
    padding:unset
}
.dia .green,.dia .blue{
    border-left:none!important
}
.dia .pink{
    border:unset!important;
    border-left:none!important
}
.dia .speakers .speaker-profile .speaker-profile__img{
    border-radius:unset;
    width:unset;
    height:unset;
    border:unset;
    margin-bottom:unset;
    overflow:unset;
    float:unset
}
.dia .speakers .speaker-profile .speaker-details .speaker-details__detail{
    font-family:unset;
    font-weight:unset;
    font-size:unset;
    color:unset;
    display:unset;
    line-height:unset;
    margin-left:unset
}
.dia .speakers .speaker-profile{
    overflow:unset;
    clear:unset;
    padding:unset;
    margin-top:unset
}
.dia .speakers .speaker-profile .speaker-profile__name{
    margin:unset
}
.dia .listing-detail .event-info .listing-detail__event-details,.dia .listing-detail .event-info,.dia .listing-detail .listing-detail__sub-title{
    margin-top:unset;
    margin-bottom:unset
}
.dia .event-info .EventRateRow>div{
    margin:unset;
    padding:unset
}
.dia .listing-detail__callout .button{
    width:unset
}
.dia .listing-detail__callout__title{
    border:unset!important;
    border-left:none!important;
    padding:unset;
    margin:unset
}
.dia .listing-detail{
    margin-top:unset
}
.dia input[type=search]{
    box-sizing:unset
}
.dia .accordion{
    clear:unset;
    margin-top:unset
}
interest-area-tags-item-article-button>a.button{
    color:#ffffff
}
a:focus:not(:focus-visible) {
    outline: none;
}
a:not(.dia *){
    color:#007081
}
.hero-overlay a:not(.dia *),.footer__link:not(.dia *){
    color:#fff
}
.pink:not(.dia *){
    border-color:#007081!important
}
.green:not(.dia *){
    border-color:#617d3c!important
}
.right-arrow:not(.dia *):after{
    border-left-color:inherit!important
}
.button.button--green:not(.dia *)>*{
    text-decoration:none!important
}
.button.button--green:not(.dia *){
    border-radius:unset!important;
    border:unset!important;
    height:unset!important;
    background:unset!important;
    background-color:unset!important;
    background-image:unset!important;
    font-family:unset!important;
    font-weight:unset!important;
    font-size:unset!important;
    color:unset!important;
    text-decoration:unset!important;
    text-transform:unset!important;
    display:unset!important;
    text-align:unset!important;
    padding:unset!important;
    min-width:unset!important;
    line-height:unset!important;
    box-sizing:unset!important;
    text-decoration:none!important;
    display:inline-flex!important;
    cursor:pointer!important;
    align-items:center!important;
    justify-content:center!important;
    -moz-column-gap:.5rem!important;
    column-gap:.5rem!important;
    white-space:nowrap!important;
    border-radius:.5rem!important;
    border-width:1px!important;
    border-color:transparent!important;
    text-align:center!important;
    transition-property:all!important;
    transition-duration:.3s!important;
    transition-timing-function:cubic-bezier(.4,0,.2,1)!important;
    position:relative!important;
    z-index:1!important;
    border-style:none!important;
    --tw-text-opacity:1 !important;
    color:rgb(255 255 255 / var(--tw-text-opacity))!important;
    background:linear-gradient(to right,#799C4B,#018295)!important;
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:.875rem!important;
    font-weight:500!important;
    line-height:142.857%!important
}
@media (min-width: 1024px){
    .button.button--green:not(.dia *){
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
        font-size:1.125rem!important;
        font-weight:500;
        line-height:133.333%
    }
}
.button.button--green:not(.dia *){
    height:2.5rem!important;
    padding:.5rem .75rem!important
}
.button.button--green:not(.dia *) svg{
    height:1rem!important;
    width:1rem!important
}
.button.button--green:not(.dia *)>.joint-button{
    color:inherit!important;
    text-decoration:inherit!important;
    background:unset!important;
    background-image:unset!important;
    background-color:unset!important
}
.button.button--green:not(.dia *):before{
    background:unset!important;
    background-color:unset!important;
    background-image:unset!important;
    position:absolute!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    z-index:-1!important;
    border-radius:.5rem!important;
    opacity:0!important;
    transition-property:opacity!important;
    transition-timing-function:cubic-bezier(.4,0,.2,1)!important;
    transition-duration:.3s!important;
    transition-timing-function:linear!important;
    --tw-content:"" !important;
    content:var(--tw-content)!important;
    background:linear-gradient(to right,#495E2D,#495E2D)!important
}
.button.button--green:not(.dia *):hover:before{
    opacity:1!important
}
.button.button--green:not(.dia *):hover:after{
    opacity:0!important
}
.button.button--green:not(.dia *):after{
    background:unset!important;
    background-color:unset!important;
    background-image:unset!important;
    position:absolute!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    z-index:-1!important;
    border-radius:.5rem!important;
    opacity:0!important;
    transition-property:opacity!important;
    transition-timing-function:cubic-bezier(.4,0,.2,1)!important;
    transition-duration:.3s!important;
    transition-timing-function:linear!important;
    --tw-content:"" !important;
    content:var(--tw-content)!important;
    background:linear-gradient(to right,#799C4B,#799C4B)!important
}
.button.button--green:not(.dia *):active:before{
    opacity:0!important
}
.button.button--green:not(.dia *):active:after{
    opacity:1!important
}
.button.button--green.disabled:not(.dia *),.button.button--green[disabled]:not(.dia *){
    --tw-bg-opacity:1 !important;
    background-color:rgb(175 196 147 / var(--tw-bg-opacity))!important;
    background-image:none!important
}
.button.blue-button:not(.dia *){
    border-radius:unset!important;
    border:unset!important;
    height:unset!important;
    background:unset!important;
    background-color:unset!important;
    background-image:unset!important;
    font-family:unset!important;
    font-weight:unset!important;
    font-size:unset!important;
    color:unset!important;
    text-decoration:unset!important;
    text-transform:unset!important;
    display:unset!important;
    text-align:unset!important;
    padding:unset!important;
    min-width:unset!important;
    line-height:unset!important;
    box-sizing:unset!important;
    display:inline-flex!important;
    cursor:pointer!important;
    align-items:center!important;
    justify-content:center!important;
    -moz-column-gap:.5rem!important;
    column-gap:.5rem!important;
    white-space:nowrap!important;
    border-radius:.5rem!important;
    border-width:1px!important;
    border-color:transparent!important;
    text-align:center!important;
    transition-property:all!important;
    transition-timing-function:cubic-bezier(.4,0,.2,1)!important;
    transition-duration:.3s!important;
    transition-timing-function:linear!important;
    --tw-bg-opacity:1 !important;
    background-color:rgb(1 130 149 / var(--tw-bg-opacity))!important;
    --tw-text-opacity:1 !important;
    color:rgb(255 255 255 / var(--tw-text-opacity))!important
}

.info-box {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #008080;
    color: #fff;
    border-radius: 7px;
    padding: px;
}

    .info-box .info-text {
        visibility: hidden;
        width: 250px;
        background-color: #fff;
        color: #000;
        text-align: center;
        padding: 8px;
        border-radius: 5px;
        position: absolute;
        z-index: 10;
        left: 120%;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.3s;
        white-space: wrap;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid #ccc;
    }

    .info-box:hover .info-text {
        visibility: visible;
        opacity: 1;
    }

@media (max-width: 1023px) {
    .info-box .info-text {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        white-space: normal;
        margin-top: 12px;
    }

    .info-box {
        margin-left: 50px;
    }
}

.button.blue-button:not(.dia *):hover{
    --tw-bg-opacity:1 !important;
    background-color:rgb(0 84 97 / var(--tw-bg-opacity))!important
}
.button.blue-button:not(.dia *):active{
    --tw-bg-opacity:1 !important;
    background-color:rgb(1 130 149 / var(--tw-bg-opacity))!important
}
.button.blue-button:not(.dia *){
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:.875rem!important;
    font-weight:500!important;
    line-height:142.857%!important
}
@media (min-width: 1024px){
    .button.blue-button:not(.dia *) {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
        font-size: .875rem !important;
        font-weight: 500;
        line-height: 133.333%
    }
}
.button.blue-button:not(.dia *) {
    height: 2.5rem !important;
    padding: .5rem .75rem !important;
    margin-top: 18px;
}
@media (max-width: 767px) {
    .button.blue-button.save, .button.blue-button.epibtn, .button.blue-button.adnbtn,
    .button.blue-button.signin-btn {
        padding: 0px !important;
    }

    .button.blue-button.epibtn {
        margin-left: 15px
    }
}
.enroll {
    margin-left: 231px;
}
.button.inverted-blue:not(.dia *){
    border-radius:unset!important;
    border:unset!important;
    border-color:unset!important;
    height:unset!important;
    background-color:unset!important;
    font-family:unset!important;
    font-weight:unset!important;
    font-size:unset!important;
    color:unset!important;
    text-decoration:unset!important;
    text-transform:unset!important;
    display:unset!important;
    text-align:unset!important;
    padding:unset!important;
    min-width:unset!important;
    line-height:unset!important;
    box-sizing:unset!important;
    display:inline-flex!important;
    cursor:pointer!important;
    align-items:center!important;
    justify-content:center!important;
    -moz-column-gap:.5rem!important;
    column-gap:.5rem!important;
    white-space:nowrap!important;
    border-radius:.5rem!important;
    border-width:1px!important;
    text-align:center!important;
    transition-property:all!important;
    transition-timing-function:cubic-bezier(.4,0,.2,1)!important;
    transition-duration:.3s!important;
    transition-timing-function:linear!important;
    border-style:solid!important;
    --tw-border-opacity:1 !important;
    border-color:rgb(1 130 149 / var(--tw-border-opacity))!important;
    --tw-text-opacity:1 !important;
    color:rgb(1 130 149 / var(--tw-text-opacity))!important
}
.button.inverted-blue:not(.dia *):hover{
    --tw-border-opacity:1 !important;
    border-color:rgb(0 84 97 / var(--tw-border-opacity))!important;
    --tw-text-opacity:1 !important;
    color:rgb(0 84 97 / var(--tw-text-opacity))!important
}
.button.inverted-blue:not(.dia *):active{
    border-width:2px!important
}
.button.inverted-blue:not(.dia *){
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:.875rem!important;
    font-weight:500!important;
    line-height:142.857%!important
}
@media (min-width: 1024px){
    .button.inverted-blue:not(.dia *){
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
        font-size:1.125rem!important;
        font-weight:500;
        line-height:133.333%
    }
}
.button.inverted-blue:not(.dia *){
    height:2.5rem!important;
    padding:.5rem .75rem!important
}
.dia .right-arrow:after{
    margin-left:unset
}
.dia .article-detail .member-notice{
    overflow:unset;
    background-color:unset;
    padding:unset;
    margin-top:unset
}
.dia .article-detail .article-title{
    padding-left:unset;
    margin:unset;
    font-family:unset;
    font-weight:unset;
    font-size:unset;
    color:unset
}
.dia .article-detail .member-notice .member-teaser{
    line-height:unset;
    margin-bottom:unset
}
.dia .article-detail .member-notice .membership-links{
    text-align:unset
}
.dia .t-h1{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:2rem!important;
    font-weight:700!important;
    line-height:125%!important;
    word-wrap: break-word;
}
@media (min-width: 1024px){
    .dia .t-h1{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:3rem!important;
        font-weight:700!important;
        line-height:116.667%!important
    }
}
.dia .t-h2{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.5rem!important;
    font-weight:700!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia .t-h2{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:2rem!important;
        font-weight:700!important;
        line-height:125%!important
    }
}
.dia .t-h3-mobile, .dia .t-h3 {
    font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    line-height: 140% !important
}
@media (max-width: 375px) {
    .dia .t-h3 {
        flex-wrap: nowrap; 
        overflow: hidden;
    }

    .t-h3 {
        font-size: 18px; 
    }
}
    @media (min-width: 1024px) {
        .dia .t-h3 {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.5rem !important;
            font-weight: 500 !important;
            line-height: 133.333% !important
        }

        .dia .t-h4 {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.25rem !important;
            font-weight: 500 !important;
            line-height: 133.333% !important
        }
    }

    .dia .t-title-b {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia .t-title-b {
            /*font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;*/
            font-size: 1.25rem !important;
            font-weight: 500 !important;
            line-height: 140% !important
        }
    }

    .dia .t-title-mobile, .dia .t-title {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 325 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia .t-title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.25rem !important;
            font-weight: 325 !important;
            line-height: 140% !important
        }
    }

    .dia .t-body-b-mobile, .dia .t-body-b {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia .t-body-b {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 500 !important;
            line-height: 155.556% !important
        }
    }

    .dia .t-body {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia .t-body {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia .t-overline-desktop {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
        font-size: 1.125rem !important;
        font-weight: 500;
        line-height: 133.333%
    }

    .dia .t-overline {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: .875rem !important;
        font-weight: 500 !important;
        line-height: 142.857% !important
    }

    @media (min-width: 1024px) {
        .dia .t-overline {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
            font-size: 1.125rem !important;
            font-weight: 500;
            line-height: 133.333%
        }
    }

.dia .t-label-b-desktop {
    /*font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;*/
    font-family: Gotham SSm A, Gotham SSm B, Arial, sans-serif !important;
    font-size: .875rem !important;
    font-weight: 500 !important;
    line-height: 142.857% !important
}

    .dia .t-label-b {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: .75rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia .t-label-b {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: .875rem !important;
            font-weight: 500 !important;
            line-height: 142.857% !important
        }
    }

.dia .t-label-desktop {
    /*font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;*/
    font-family: Gotham SSm A, Gotham SSm B, Arial, sans-serif;
    font-size: .875rem !important;
    font-weight: 325 !important;
    line-height: 142.857% !important
}

.dia .t-label-mobile, .dia .t-label {
    font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
    font-family: Gotham SSm A, Gotham SSm B, Arial, sans-serif !important;
    font-size: .75rem !important;
    font-weight: 325 !important;
    line-height: 133.333% !important
}

    @media (min-width: 1024px) {
        .dia .t-label {
            /*font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;*/
            font-family: Gotham SSm A, Gotham SSm B, Arial, sans-serif !important;
            font-size: .875rem !important;
            font-weight: 325 !important;
            line-height: 142.857% !important
        }
    }

    .dia .t-label-caps {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: .75rem !important;
        font-weight: 325 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia .t-label-caps {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: .875rem !important;
            font-weight: 325 !important;
            line-height: 142.857% !important
        }
    }

    .dia .t-label-caps {
        text-transform: uppercase !important
    }

    .dia .t-button-l {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.25rem !important;
        font-weight: 400 !important;
        text-transform: uppercase !important;
        font-style: italic !important;
        line-height: 160% !important
    }

    .dia .t-text-link {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 400 !important;
        font-style: italic !important;
        line-height: 133.333% !important;
        --tw-text-opacity: 1;
        color: rgb(121 156 75 / var(--tw-text-opacity))
    }

    .dia *, .dia :before, .dia :after {
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x:;
        --tw-pan-y:;
        --tw-pinch-zoom:;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position:;
        --tw-gradient-via-position:;
        --tw-gradient-to-position:;
        --tw-ordinal:;
        --tw-slashed-zero:;
        --tw-numeric-figure:;
        --tw-numeric-spacing:;
        --tw-numeric-fraction:;
        --tw-ring-inset:;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(26 152 170 / .5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur:;
        --tw-brightness:;
        --tw-contrast:;
        --tw-grayscale:;
        --tw-hue-rotate:;
        --tw-invert:;
        --tw-saturate:;
        --tw-sepia:;
        --tw-drop-shadow:;
        --tw-backdrop-blur:;
        --tw-backdrop-brightness:;
        --tw-backdrop-contrast:;
        --tw-backdrop-grayscale:;
        --tw-backdrop-hue-rotate:;
        --tw-backdrop-invert:;
        --tw-backdrop-opacity:;
        --tw-backdrop-saturate:;
        --tw-backdrop-sepia:
    }

    .dia ::backdrop {
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x:;
        --tw-pan-y:;
        --tw-pinch-zoom:;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position:;
        --tw-gradient-via-position:;
        --tw-gradient-to-position:;
        --tw-ordinal:;
        --tw-slashed-zero:;
        --tw-numeric-figure:;
        --tw-numeric-spacing:;
        --tw-numeric-fraction:;
        --tw-ring-inset:;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(26 152 170 / .5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur:;
        --tw-brightness:;
        --tw-contrast:;
        --tw-grayscale:;
        --tw-hue-rotate:;
        --tw-invert:;
        --tw-saturate:;
        --tw-sepia:;
        --tw-drop-shadow:;
        --tw-backdrop-blur:;
        --tw-backdrop-brightness:;
        --tw-backdrop-contrast:;
        --tw-backdrop-grayscale:;
        --tw-backdrop-hue-rotate:;
        --tw-backdrop-invert:;
        --tw-backdrop-opacity:;
        --tw-backdrop-saturate:;
        --tw-backdrop-sepia:
    }

    .dia .container {
        width: 100%
    }

    @media (min-width: 320px) {
        .dia .container {
            max-width: 320px
        }
    }

    @media (min-width: 375px) {
        .dia .container {
            max-width: 375px
        }
    }

    @media (min-width: 414px) {
        .dia .container {
            max-width: 414px
        }
    }

    @media (min-width: 768px) {
        .dia .container {
            max-width: 768px
        }
    }

    @media (min-width: 1024px) {
        .dia .container {
            max-width: 1024px
        }
    }

    @media (min-width: 1280px) {
        .dia .container {
            max-width: 1280px
        }
    }

    @media (min-width: 1440px) {
        .dia .container {
            max-width: 1440px
        }
    }

    @media (min-width: 1536px) {
        .dia .container {
            max-width: 1536px
        }
    }

    @media (min-width: 1920px) {
        .dia .container {
            max-width: 1920px
        }
    }

    .dia [data-component=button] {
        display: inline-flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        white-space: nowrap;
        border-radius: .5rem;
        border-width: 1px;
        border-color: transparent;
        text-align: center;
        transition-property: all;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.4,0,.2,1)
    }

        .dia [data-component=button] svg {
            height: 1rem;
            width: 1rem
        }

        .dia [data-component=button].text-sr-only span {
            position: absolute;
            width: .0625rem;
            height: .0625rem;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0,0,0,0);
            white-space: nowrap;
            border-width: 0
        }

        .dia [data-component=button].primary-green {
            position: relative;
            z-index: 1;
            border-style: none;
            background-image: linear-gradient(90deg,#007665 0%,#018295 100%);
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity))
        }

            .dia [data-component=button].primary-green:before {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: -1;
                border-radius: .5rem;
                background-image: linear-gradient(to right,var(--tw-gradient-stops));
                --tw-gradient-from: #007665 var(--tw-gradient-from-position);
                --tw-gradient-to: rgb(0 118 101 / 0) var(--tw-gradient-to-position);
                --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
                --tw-gradient-to: #007665 var(--tw-gradient-to-position);
                opacity: 0;
                transition-property: opacity;
                transition-timing-function: cubic-bezier(.4,0,.2,1);
                transition-duration: .3s;
                transition-timing-function: linear;
                --tw-content: "";
                content: var(--tw-content)
            }

            .dia [data-component=button].primary-green:after {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: -1;
                border-radius: .5rem;
                background-image: linear-gradient(90deg,#007665 0%,#018295 100%);
                opacity: 0;
                transition-property: opacity;
                transition-timing-function: cubic-bezier(.4,0,.2,1);
                transition-duration: .3s;
                transition-timing-function: linear;
                --tw-content: "";
                content: var(--tw-content)
            }

            .dia [data-component=button].primary-green:hover:before {
                opacity: 1
            }

            .dia [data-component=button].primary-green:hover:after {
                opacity: 0
            }

            .dia [data-component=button].primary-green:active:before {
                opacity: 0
            }

            .dia [data-component=button].primary-green:active:after {
                opacity: 1
            }

            .dia [data-component=button].primary-green.disabled, .dia [data-component=button].primary-green[disabled] {
                --tw-bg-opacity: 1;
                background-color: rgb(175 196 147 / var(--tw-bg-opacity));
                background-image: none
            }

        .dia [data-component=button].primary-orange {
            position: relative;
            z-index: 1;
            border-style: none;
            background-image: linear-gradient(90deg,#cb7e25 0%,#cb7e25 100%);
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity))
        }

            .dia [data-component=button].primary-orange:before {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: -1;
                border-radius: .5rem;
                background-image: linear-gradient(to right,var(--tw-gradient-stops));
                --tw-gradient-from: #cb7e25 var(--tw-gradient-from-position);
                --tw-gradient-to: rgb(0 118 101 / 0) var(--tw-gradient-to-position);
                --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
                --tw-gradient-to: #cb7e25 var(--tw-gradient-to-position);
                opacity: 0;
                transition-property: opacity;
                transition-timing-function: cubic-bezier(.4,0,.2,1);
                transition-duration: .3s;
                transition-timing-function: linear;
                --tw-content: "";
                content: var(--tw-content)
            }

            .dia [data-component=button].primary-orange:after {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: -1;
                border-radius: .5rem;
                background-image: linear-gradient(90deg,#cb7e25 0%,#cb7e25 100%);
                opacity: 0;
                transition-property: opacity;
                transition-timing-function: cubic-bezier(.4,0,.2,1);
                transition-duration: .3s;
                transition-timing-function: linear;
                --tw-content: "";
                content: var(--tw-content)
            }

            .dia [data-component=button].primary-orange:hover:before {
                opacity: 1
            }

            .dia [data-component=button].primary-orange:hover:after {
                opacity: 0
            }

            .dia [data-component=button].primary-orange:active:before {
                opacity: 0
            }

            .dia [data-component=button].primary-orange:active:after {
                opacity: 1
            }

            .dia [data-component=button].primary-orange.disabled, .dia [data-component=button].primary-orange[disabled] {
                --tw-bg-opacity: 1;
                background-color: rgb(175 196 147 / var(--tw-bg-opacity));
                background-image: none
            }


        .dia [data-component=button].primary-blue {
            --tw-bg-opacity: 1;
            background-color: rgb(1 130 149 / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity))
        }

            .dia [data-component=button].primary-blue:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(0 84 97 / var(--tw-bg-opacity))
            }

            .dia [data-component=button].primary-blue:active {
                --tw-bg-opacity: 1;
                background-color: rgb(1 130 149 / var(--tw-bg-opacity))
            }

            .dia [data-component=button].primary-blue.disabled, .dia [data-component=button].primary-blue[disabled] {
                --tw-bg-opacity: 1;
                background-color: rgb(179 221 227 / var(--tw-bg-opacity))
            }

        .dia [data-component=button].primary-maroon {
            --tw-bg-opacity: 1;
            background-color: rgb(112 22 55 / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity))
        }

            .dia [data-component=button].primary-maroon:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(67 13 33 / var(--tw-bg-opacity))
            }

            .dia [data-component=button].primary-maroon:active {
                --tw-bg-opacity: 1;
                background-color: rgb(112 22 55 / var(--tw-bg-opacity))
            }

            .dia [data-component=button].primary-maroon.disabled, .dia [data-component=button].primary-maroon[disabled] {
                --tw-bg-opacity: 1;
                background-color: rgb(212 185 195 / var(--tw-bg-opacity))
            }

        .dia [data-component=button].primary-white {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(74 79 85 / var(--tw-text-opacity))
        }

            .dia [data-component=button].primary-white:hover {
                --tw-bg-opacity: .8
            }

            .dia [data-component=button].primary-white:active {
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity))
            }

            .dia [data-component=button].primary-white.disabled, .dia [data-component=button].primary-white[disabled] {
                opacity: .4
            }

        .dia [data-component=button].stroke-green {
            --tw-border-opacity: 1;
            border-color: rgb(121 156 75 / var(--tw-border-opacity));
            --tw-text-opacity: 1;
            color: rgb(121 156 75 / var(--tw-text-opacity))
        }

            .dia [data-component=button].stroke-green:hover {
                --tw-border-opacity: 1;
                border-color: rgb(73 94 45 / var(--tw-border-opacity));
                --tw-text-opacity: 1;
                color: rgb(73 94 45 / var(--tw-text-opacity))
            }

            .dia [data-component=button].stroke-green:active {
                border-width: 2px
            }

            .dia [data-component=button].stroke-green.disabled, .dia [data-component=button].stroke-green[disabled] {
                --tw-border-opacity: 1;
                border-color: rgb(175 196 147 / var(--tw-border-opacity));
                --tw-text-opacity: 1;
                color: rgb(175 196 147 / var(--tw-text-opacity))
            }

        .dia [data-component=button].stroke-blue {
            --tw-border-opacity: 1;
            border-color: rgb(1 130 149 / var(--tw-border-opacity));
            --tw-text-opacity: 1;
            color: rgb(1 130 149 / var(--tw-text-opacity))
        }

            .dia [data-component=button].stroke-blue:hover {
                --tw-border-opacity: 1;
                border-color: rgb(0 84 97 / var(--tw-border-opacity));
                --tw-text-opacity: 1;
                color: rgb(0 84 97 / var(--tw-text-opacity))
            }

            .dia [data-component=button].stroke-blue:active {
                border-width: 2px
            }

            .dia [data-component=button].stroke-blue.disabled, .dia [data-component=button].stroke-blue[disabled] {
                --tw-border-opacity: 1;
                border-color: rgb(179 221 227 / var(--tw-border-opacity));
                --tw-text-opacity: 1;
                color: rgb(179 221 227 / var(--tw-text-opacity))
            }

        .dia [data-component=button].stroke-maroon {
            --tw-border-opacity: 1;
            border-color: rgb(112 22 55 / var(--tw-border-opacity));
            --tw-text-opacity: 1;
            color: rgb(112 22 55 / var(--tw-text-opacity))
        }

            .dia [data-component=button].stroke-maroon:hover {
                --tw-border-opacity: 1;
                border-color: rgb(67 13 33 / var(--tw-border-opacity));
                --tw-text-opacity: 1;
                color: rgb(67 13 33 / var(--tw-text-opacity))
            }

            .dia [data-component=button].stroke-maroon:active {
                border-width: 2px
            }

            .dia [data-component=button].stroke-maroon.disabled, .dia [data-component=button].stroke-maroon[disabled] {
                --tw-border-opacity: 1;
                border-color: rgb(212 185 195 / var(--tw-border-opacity));
                --tw-text-opacity: 1;
                color: rgb(212 185 195 / var(--tw-text-opacity))
            }

        .dia [data-component=button].stroke-custom-white {
            --tw-border-opacity: 1;
            border-color: rgb(255 255 255 / var(--tw-border-opacity));
            background-color: transparent;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity))
        }

            .dia [data-component=button].stroke-custom-white:hover {
                opacity: .8
            }

            .dia [data-component=button].stroke-custom-white:active {
                border-width: 2px;
                background-color: #ffffff26
            }

            .dia [data-component=button].stroke-custom-white.disabled, .dia [data-component=button].stroke-custom-white[disabled] {
                background-color: transparent;
                opacity: .4
            }

        .dia [data-component=button].text-only {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 400 !important;
            font-style: italic !important;
            line-height: 133.333% !important;
            color: rgb(121 156 75 / var(--tw-text-opacity));
            height: 1.5rem;
            --tw-text-opacity: 1 !important;
            color: rgb(0 112 129 / var(--tw-text-opacity)) !important
        }

            .dia [data-component=button].text-only:hover {
                --tw-text-opacity: 1 !important;
                color: rgb(0 84 97 / var(--tw-text-opacity)) !important
            }

            .dia [data-component=button].text-only svg, .dia [data-component=button].text-only-white svg {
                height: 1rem;
                width: 1rem
            }

        .dia [data-component=button].text-only-white {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 400 !important;
            font-style: italic !important;
            line-height: 133.333% !important;
            color: rgb(121 156 75 / var(--tw-text-opacity));
            height: 1.5rem;
            --tw-text-opacity: 1 !important;
            color: rgb(255 255 255 / var(--tw-text-opacity)) !important
        }

a.payment-link {
    display: inline-block;
    margin-right: 97px !important;
    text-decoration: none;
    font-size: 14px;
}

    a.payment-link:hover {
        text-decoration: underline;
    }

a:not(.dia *) {
    color: #007081;
    cursor: pointer;
    font-family: Gotham SSm A, Gotham SSm B, Arial, sans-serif;
}

    .register-button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 16px;
        font-size: 14px;
        /*font-weight: bold !important;*/
        color: #0066cc;
        background-color: #ffffff;
        border: 2px solid #0066cc;
        border-radius: 8px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
    }

        /* Adjust text alignment inside the span */
        .register-button span {
            display: inline-block;
            margin-right: 8px;
        }

        /* SVG Icon styling */
        .register-button svg {
            width: 14px;
            height: 14px;
        }

    /* Responsive adjustments for smaller screens */
    @media (max-width: 480px) {
        .register-button {
            font-size: 12px;
            padding: 8px 12px;
        }
    }

    .dia [data-component=button].x-large-64 {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        /*font-size:1.25rem!important;*/
        font-weight: 400 !important;
        text-transform: uppercase !important;
        font-style: italic !important;
        line-height: 160% !important;
        height: 4rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        padding: 1rem 2rem
    }

        .dia [data-component=button].x-large-64 svg {
            height: 1.5rem;
            width: 1.5rem
        }

    .dia [data-component=button].large-48 {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
        font-size: 1.125rem !important;
        font-weight: 500;
        line-height: 133.333%;
        height: 3rem;
        padding: .625rem 1rem
    }

    .dia [data-component=button].medium-40 svg {
        height: 1rem;
        width: 1rem
    }

.dia [data-component=button].medium-40 {
    /*font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";*/
    font-family: Gotham SSm A, Gotham SSm B, Arial, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 500;
    line-height: 133.333%;
    height: 2.5rem;
    padding: .5rem .75rem;
    margin: 5px 0;
}

    @media (max-width: 425px) {
        .dia [data-component=button].medium-40 {
            font-size: 10px !important;
            padding: 10px !important;
            white-space: normal !important;
        }
    }

.dia [data-component=button].small-32 {
    /*font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;*/
    font-family: Gotham SSm A, Gotham SSm B, Arial, sans-serif !important;
    font-size: .875rem !important;
    font-weight: 500 !important;
    line-height: 142.857% !important;
    height: 2rem;
    border-radius: .375rem;
    padding: .375rem .75rem
}

    .dia [data-component=button].become_a_member_btn {
        margin-top: auto;
        margin-bottom: auto;
    }

    .dia [data-component=button].small-32 svg {
        height: 1rem;
        width: 1rem
    }

.dia [data-component=button].x-small-24 {
    height: 1.5rem;
    border-radius: .375rem;
    padding: .38rem .75rem;
    /*font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";*/
    font-family: Gotham SSm A, Gotham SSm B, Arial, sans-serif !important;
    font-size: .6875rem;
    font-weight: 500
}

        .dia [data-component=button].x-small-24 svg {
            height: 1rem;
            width: 1rem
        }

    .dia .tippy-box {
        background-color: #2c2f33;
        border-radius: .5rem;
        box-shadow: 0 4px 12px #0000001f
    }

    .dia .tippy-content {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: .75rem !important;
        font-weight: 325 !important;
        line-height: 133.333% !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: .75rem 1rem;
        color: #fff
    }

    .dia .tippy-arrow {
        color: #2c2f33
    }

    .dia [data-component=card-1] {
        container-type: inline-size;
        container-name: dia-card-1
    }

        .dia [data-component=card-1] figure {
            gap: 1.5rem;
            padding: 1rem
        }

    @media (min-width: 1024px) {
        .dia [data-component=card-1] figure {
            gap: 2.5rem;
            padding: 1.5rem
        }
    }

    .dia [data-component=card-1] figcaption {
        flex: 1 1 0%;
        justify-content: space-between;
        gap: 1.5rem
    }

    @media (min-width: 1024px) {
        .dia [data-component=card-1] figcaption {
            gap: 2.5rem
        }
    }

    .dia [data-component=card-1] .copy {
        gap: .5rem
    }

    @media (min-width: 1024px) {
        .dia [data-component=card-1] .copy {
            gap: 1rem
        }
    }

    .dia [data-component=card-1] .title {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=card-1] .title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.25rem !important;
            font-weight: 500 !important;
            line-height: 140% !important
        }
    }

    .dia [data-component=card-1] .body {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=card-1] .body {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=learning-objective-template] .headline-list {
        width: 100%;
        max-width: 1440px
    }

        .dia [data-component=learning-objective-template] .headline-list > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
        }

    .dia [data-component=learning-objective-template] .headline-list {
        padding: 2.5rem 1.5rem
    }

    @media (min-width: 1024px) {
        .dia [data-component=learning-objective-template] .headline-list {
            margin-left: auto;
            margin-right: auto;
            padding: 3.5rem
        }
    }

    @media (min-width: 1280px) {
        .dia [data-component=learning-objective-template] .headline-list {
            padding-left: 7rem;
            padding-right: 7rem
        }
    }

    .dia [data-component=learning-objective-template] .headline-list-item__title {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.25rem !important;
        font-weight: 500 !important;
        line-height: 140% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=learning-objective-template] .headline-list-item__title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.5rem !important;
            font-weight: 500 !important;
            line-height: 133.333% !important
        }
    }

    .dia [data-component=learning-objective-template] .headline-list-item__title {
        --tw-text-opacity: 1;
        color: rgb(59 63 68 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=learning-objective-template] .headline-list-item__title {
            --tw-text-opacity: 1;
            color: rgb(44 47 51 / var(--tw-text-opacity))
        }
    }

    .dia [data-component=learning-objective-template] .headline-list-item ul {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=learning-objective-template] .headline-list-item ul {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=learning-objective-template] .headline-list-item ul {
        margin-top: 1rem;
        gap: 2.5rem
    }

        .dia [data-component=learning-objective-template] .headline-list-item ul > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1rem * var(--tw-space-y-reverse))
        }

    .dia [data-component=learning-objective-template] .headline-list-item ul {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=learning-objective-template] .headline-list-item ul {
            -moz-columns: 2;
            columns: 2
        }
    }

    .dia [data-component=learning-objective-template] .headline-list-item ul li {
        display: grid;
        grid-template-columns: 28px 1fr;
        -moz-column-gap: .25rem;
        column-gap: .25rem
    }

        .dia [data-component=learning-objective-template] .headline-list-item ul li:before {
            content: "";
            margin: .5rem;
            display: block;
            height: .5rem;
            width: .5rem;
            border-radius: 9999px;
            --tw-bg-opacity: 1;
            background-color: rgb(121 156 75 / var(--tw-bg-opacity))
        }

    @media (min-width: 1024px) {
        .dia [data-component=learning-objective-template] .headline-list-item ul li:before {
            margin: .625rem
        }
    }

    .dia [data-component=learning-objective-template] .headline-list-item__title + p {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=learning-objective-template] .headline-list-item__title + p {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.25rem !important;
            font-weight: 500 !important;
            line-height: 140% !important
        }
    }

    .dia [data-component=learning-objective-template] .headline-list-item__title + p {
        margin-top: 1rem;
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=learning-objective-template] .headline-list-item__title + p {
            --tw-text-opacity: 1;
            color: rgb(44 47 51 / var(--tw-text-opacity))
        }
    }

    .dia [data-component=program-links] {
        --tw-bg-opacity: 1;
        background-color: rgb(244 244 244 / var(--tw-bg-opacity))
    }

        .dia [data-component=program-links] .section-container > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
        }

        .dia [data-component=program-links] .section-container {
            width: 100%;
            max-width: 120rem;
            margin-left: auto;
            margin-right: auto;
            padding: 2.5rem 1.5rem 1rem
        }

    @media (min-width: 1024px) {
        .dia [data-component=program-links] .section-container {
            padding-left: 3.5rem;
            padding-right: 3.5rem
        }
    }

    @media (min-width: 1280px) {
        .dia [data-component=program-links] .section-container {
            padding-left: 7rem;
            padding-right: 7rem
        }
    }

    @media (min-width: 1920px) {
        .dia [data-component=program-links] .section-container {
            padding-left: 22rem;
            padding-right: 22rem
        }
    }

    @media (min-width: 1024px) {
        .dia [data-component=program-links] .section-container {
            padding-left: 7rem;
            padding-right: 7rem;
            padding-top: 3.5rem
        }
    }

    .dia [data-component=program-links] .media-title {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.25rem !important;
        font-weight: 500 !important;
        line-height: 140% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=program-links] .media-title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.5rem !important;
            font-weight: 500 !important;
            line-height: 133.333% !important
        }
    }

    .dia [data-component=program-links] .media-title {
        --tw-text-opacity: 1;
        color: rgb(59 63 68 / var(--tw-text-opacity))
    }

    .dia [data-component=program-links] .program-links p {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 400 !important;
        font-style: italic !important;
        line-height: 133.333% !important;
        margin-top: 1rem;
        display: grid;
        grid-template-columns: 2px 1fr;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        --tw-text-opacity: 1;
        color: rgb(121 156 75 / var(--tw-text-opacity))
    }

        .dia [data-component=program-links] .program-links p:before {
            display: block;
            height: 100%;
            width: .125rem;
            border-radius: .5rem;
            --tw-bg-opacity: 1;
            background-color: rgb(121 156 75 / var(--tw-bg-opacity));
            --tw-content: "";
            content: var(--tw-content)
        }

    @media (min-width: 1024px) {
        .dia [data-component=program-links] .program-links p {
            margin-top: 1.5rem
        }
    }

    .dia [data-component=program-links] hr {
        display: none
    }

    .dia [data-component=program-links] img {
        margin-top: 1rem;
        margin-bottom: 1rem;
        aspect-ratio: 5/7;
        width: 10.25rem;
        -o-object-fit: contain;
        object-fit: contain
    }

    @media (min-width: 1024px) {
        .dia [data-component=program-links] img {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem
        }
    }

    .dia [data-component=program-links] .section-container .rtf p {
        margin-bottom: 0
    }

    @media (min-width: 1024px) {
        .dia [data-component=program-links] .section-container .rtf p {
            margin-bottom: 1rem
        }
    }

    .dia [data-component=program-links] .section-container div :last-child p {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=program-links] .section-container div :last-child p {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=program-links] .section-container div :last-child p {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

a.media-link.button.blue-button {
    margin-top: 50px;
}

    .dia [data-component=program-links] .section-container div .media-link {
        margin-top: 0 !important;
        height: 1.5rem !important;
        margin-top: 1rem;
        display: inline-flex !important;
        align-items: center !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important;
        white-space: nowrap !important;
        padding: 0 !important;
        text-align: center !important;
        font-size: 1.125rem !important;
        font-style: italic !important;
        --tw-text-opacity: 1 !important;
        color: rgb(0 112 129 / var(--tw-text-opacity)) !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter !important;
        transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
        transition-duration: .15s !important
    }

        .dia [data-component=program-links] .section-container div .media-link:after {
            display: block !important;
            height: 1rem !important;
            width: 1rem !important;
            background-image: url(/images/blue-right-arrow-icon.svg) !important;
            --tw-content: "" !important;
            content: var(--tw-content) !important
        }

        .dia [data-component=program-links] .section-container div .media-link:hover {
            --tw-text-opacity: 1 !important;
            color: rgb(0 84 97 / var(--tw-text-opacity)) !important
        }

            .dia [data-component=program-links] .section-container div .media-link:hover:after {
                content: var(--tw-content) !important;
                background-image: url(/images/dark-blue-right-arrow-icon.svg) !important
            }

    @media (min-width: 1024px) {
        .dia [data-component=program-links] .section-container div .media-link {
            margin-top: 1.5rem;
            height: 1.5rem !important;
            line-height: 133.333% !important
        }
    }

    .dia [data-component=promo-banner] {
        display: grid;
        width: 100%
    }

        .dia [data-component=promo-banner] > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1rem * var(--tw-space-y-reverse))
        }

    .dia [data-component=promo-banner] {
        border-radius: 1rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(1 130 149 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(230 244 246 / var(--tw-bg-opacity));
        padding: 1rem
    }

    @media (min-width: 1024px) {
        .dia [data-component=promo-banner] {
            grid-template-columns: 1fr 161px;
            gap: 1rem
        }

            .dia [data-component=promo-banner] > :not([hidden]) ~ :not([hidden]) {
                --tw-space-y-reverse: 0;
                margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
                margin-bottom: calc(0px * var(--tw-space-y-reverse))
            }

        .dia [data-component=promo-banner] {
            padding: 1.5rem
        }
    }

    .dia [data-component=promo-banner] .listing-detail-alert__title {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=promo-banner] .listing-detail-alert__title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.25rem !important;
            font-weight: 500 !important;
            line-height: 140% !important
        }
    }

    .dia [data-component=promo-banner] .listing-detail-alert__title {
        --tw-text-opacity: 1;
        color: rgb(44 47 51 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=promo-banner] .listing-detail-alert__title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.25rem !important;
            font-weight: 500 !important;
            line-height: 140% !important
        }

        @media (min-width: 1024px) {
            .dia [data-component=promo-banner] .listing-detail-alert__title {
                font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
                font-size: 1.5rem !important;
                font-weight: 500 !important;
                line-height: 133.333% !important
            }
        }

        .dia [data-component=promo-banner] .listing-detail-alert__title {
            grid-column-start: 1;
            grid-column-end: 3
        }
    }

    .dia [data-component=promo-banner] .listing-detail-alert__item {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=promo-banner] .listing-detail-alert__item {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=promo-banner] .listing-detail-alert__item {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

    .dia [data-component=promo-banner] p {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: .75rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=promo-banner] p {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: .875rem !important;
            font-weight: 500 !important;
            line-height: 142.857% !important
        }
    }

    .dia [data-component=promo-banner] p {
        display: inline-flex;
        height: 1.5rem;
        align-items: center;
        justify-content: center;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        place-self: end;
        white-space: nowrap;
        border-radius: .375rem;
        border-width: 1px;
        border-color: transparent;
        --tw-bg-opacity: 1;
        background-color: rgb(1 130 149 / var(--tw-bg-opacity));
        padding: .375rem .75rem;
        text-align: center;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
    }

        .dia [data-component=promo-banner] p:after {
            display: block;
            height: 1rem;
            width: 1rem;
            background-image: url(/images/white-right-arrow-icon.svg);
            --tw-content: "";
            content: var(--tw-content)
        }

        .dia [data-component=promo-banner] p:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(0 84 97 / var(--tw-bg-opacity))
        }

        .dia [data-component=promo-banner] p:active {
            --tw-bg-opacity: 1;
            background-color: rgb(1 130 149 / var(--tw-bg-opacity))
        }

    @media (min-width: 1024px) {
        .dia [data-component=promo-banner] p {
            height: 2rem
        }
    }

    .dia [data-component=featured-template] .splide__slide:not(:first-child) {
        margin-top: 1rem
    }

    .dia [data-component=featured-template] .splide__pagination {
        height: 2.5rem;
        display: flex;
        align-items: center;
        margin-top: 1.5rem;
        bottom: unset
    }

    .dia [data-component=featured-template] .splide__pagination__page {
        height: .625rem;
        width: .625rem;
        margin: 0 .25rem;
        background-color: #00000040
    }

        .dia [data-component=featured-template] .splide__pagination__page.is-active {
            background-color: #00000080;
            transform: none
        }

    .dia [data-component=featured-template] .splide__arrow {
        top: inherit;
        bottom: -5.25rem;
        opacity: 1;
        background-color: #018295
    }

        .dia [data-component=featured-template] .splide__arrow[disabled] {
            background-color: #cce8ec
        }

        .dia [data-component=featured-template] .splide__arrow.splide__arrow--prev {
            left: inherit;
            right: 3.5rem
        }

        .dia [data-component=featured-template] .splide__arrow.splide__arrow--next {
            left: inherit;
            right: 0
        }

    .dia [data-component=promo-template] {
        display: flex;
        flex-shrink: 0;
        flex-grow: 1;
        flex-basis: 0px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5rem;
        width: 100%;
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto;
        padding: 2.5rem 1.5rem
    }

    @media (min-width: 1024px) {
        .dia [data-component=promo-template] {
            padding-left: 3.5rem;
            padding-right: 3.5rem
        }
    }

    @media (min-width: 1280px) {
        .dia [data-component=promo-template] {
            padding-left: 7rem;
            padding-right: 7rem
        }
    }

    @media (min-width: 1920px) {
        .dia [data-component=promo-template] {
            padding-left: 22rem;
            padding-right: 22rem
        }
    }

    @media (min-width: 1024px) {
        .dia [data-component=promo-template] {
            gap: 3.5rem
        }
    }

    .dia [data-component=promo-template] .splide__track {
        padding: 0 0 .875rem !important
    }

    .dia [data-component=promo-template] .splide__slide:not(:first-child) {
        margin-top: 1.5rem
    }

    .dia [data-component=promo-template] .splide__track {
        border-radius: .75rem
    }

    @media (min-width: 1024px) {
        .dia [data-component=promo-template] .splide__track {
            border-radius: 1rem
        }
    }

    .dia [data-component=promo-template] .splide__pagination {
        height: 2.5rem;
        display: flex;
        align-items: center;
        margin-top: .44rem;
        bottom: unset
    }

    .dia [data-component=promo-template] .splide__pagination__page {
        height: .625rem;
        width: .625rem;
        margin: 0 .25rem;
        background-color: #00000040
    }

        .dia [data-component=promo-template] .splide__pagination__page.is-active {
            background-color: #00000080;
            transform: none
        }

    .dia [data-component=promo-template] .splide__arrow {
        top: inherit;
        bottom: -4.25rem;
        opacity: 1;
        background-color: #018295
    }

        .dia [data-component=promo-template] .splide__arrow[disabled] {
            background-color: #cce8ec
        }

        .dia [data-component=promo-template] .splide__arrow.splide__arrow--prev {
            left: inherit;
            right: 3.5rem
        }

        .dia [data-component=promo-template] .splide__arrow.splide__arrow--next {
            left: inherit;
            right: 0
        }

    .dia [data-component=short-course-or-primer] .splide__slide:not(:first-child) {
        margin-top: 1.5rem
    }

    .dia [data-component=short-course-or-primer] .splide__pagination {
        height: 2.5rem;
        display: flex;
        align-items: center;
        margin-top: 3.5rem;
        bottom: unset
    }

    .dia [data-component=short-course-or-primer] .splide__pagination__page {
        height: .625rem;
        width: .625rem;
        margin: 0 .25rem;
        background-color: #ffffff40
    }

        .dia [data-component=short-course-or-primer] .splide__pagination__page.is-active {
            background-color: #ffffff80;
            transform: none
        }

    .dia [data-component=short-course-or-primer] .splide__arrow {
        top: inherit;
        bottom: -7.25rem;
        opacity: 1;
        background-color: #ffffff1a
    }

        .dia [data-component=short-course-or-primer] .splide__arrow[disabled] {
            background-color: #ffffff0d
        }

            .dia [data-component=short-course-or-primer] .splide__arrow[disabled] svg {
                opacity: .25
            }

        .dia [data-component=short-course-or-primer] .splide__arrow.splide__arrow--prev {
            left: inherit;
            right: 3.5rem
        }

        .dia [data-component=short-course-or-primer] .splide__arrow.splide__arrow--next {
            left: inherit;
            right: 0
        }

    .dia [data-component=who-should-attend] {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto;
        padding: 2.5rem 1.5rem
    }

    @media (min-width: 1024px) {
        .dia [data-component=who-should-attend] {
            padding-left: 3.5rem;
            padding-right: 3.5rem
        }
    }

    @media (min-width: 1280px) {
        .dia [data-component=who-should-attend] {
            padding-left: 7rem;
            padding-right: 7rem
        }
    }

    @media (min-width: 1920px) {
        .dia [data-component=who-should-attend] {
            padding-left: 22rem;
            padding-right: 22rem
        }
    }

    @media (min-width: 1024px) {
        .dia [data-component=who-should-attend] {
            gap: 2.5rem;
            padding-top: 3.5rem;
            padding-bottom: 3.5rem
        }
    }

    .dia [data-component=who-should-attend] .headline-list {
        width: 100%
    }

        .dia [data-component=who-should-attend] .headline-list > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
        }

    .dia [data-component=who-should-attend] .headline-list-item {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=who-should-attend] .headline-list-item {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.25rem !important;
            font-weight: 500 !important;
            line-height: 140% !important
        }
    }

    .dia [data-component=who-should-attend] .headline-list-item {
        display: grid
    }

        .dia [data-component=who-should-attend] .headline-list-item > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
        }

    .dia [data-component=who-should-attend] .headline-list-item {
        --tw-text-opacity: 1;
        color: rgb(44 47 51 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=who-should-attend] .headline-list-item > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
        }
    }

    .dia [data-component=who-should-attend] .headline-list .headline-list-item p a {
        float: right;
        margin-top: 0 !important;
        margin-top: 1rem;
        display: inline-flex !important;
        align-items: center !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important;
        white-space: nowrap !important;
        padding: 0 !important;
        text-align: center !important;
        font-size: 1.125rem !important;
        font-style: italic !important;
        --tw-text-opacity: 1 !important;
        color: rgb(0 112 129 / var(--tw-text-opacity)) !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter !important;
        transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
        transition-duration: .15s !important
    }

        .dia [data-component=who-should-attend] .headline-list .headline-list-item p a:after {
            display: block !important;
            height: 1rem !important;
            width: 1rem !important;
            background-image: url(/images/blue-right-arrow-icon.svg) !important;
            --tw-content: "" !important;
            content: var(--tw-content) !important
        }

        .dia [data-component=who-should-attend] .headline-list .headline-list-item p a:hover {
            --tw-text-opacity: 1 !important;
            color: rgb(0 84 97 / var(--tw-text-opacity)) !important
        }

            .dia [data-component=who-should-attend] .headline-list .headline-list-item p a:hover:after {
                content: var(--tw-content) !important;
                background-image: url(/images/dark-blue-right-arrow-icon.svg) !important
            }

    @media (min-width: 1024px) {
        .dia [data-component=who-should-attend] .headline-list .headline-list-item p a {
            margin-top: 1.5rem;
            height: 1.5rem !important;
            line-height: 133.333% !important
        }
    }

    .dia [data-component=who-should-attend] h2.headline-list-item__title {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.25rem !important;
        font-weight: 500 !important;
        line-height: 140% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=who-should-attend] h2.headline-list-item__title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.5rem !important;
            font-weight: 500 !important;
            line-height: 133.333% !important
        }
    }

    .dia [data-component=who-should-attend] h2.headline-list-item__title {
        --tw-text-opacity: 1;
        color: rgb(44 47 51 / var(--tw-text-opacity))
    }

    .dia [data-component=who-should-attend] .headline-list-item ul {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=who-should-attend] .headline-list-item ul {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=who-should-attend] .headline-list-item ul {
        display: grid;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        row-gap: 1rem;
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=who-should-attend] .headline-list-item ul {
            grid-template-columns: repeat(2,minmax(0,1fr))
        }
    }

    .dia [data-component=who-should-attend] .headline-list-item ul li {
        display: grid;
        grid-template-columns: 28px 1fr;
        -moz-column-gap: .25rem;
        column-gap: .25rem
    }

        .dia [data-component=who-should-attend] .headline-list-item ul li:before {
            content: "";
            margin: .5rem;
            display: block;
            height: .5rem;
            width: .5rem;
            border-radius: 9999px;
            --tw-bg-opacity: 1;
            background-color: rgb(148 176 111 / var(--tw-bg-opacity))
        }

    @media (min-width: 1024px) {
        .dia [data-component=who-should-attend] .headline-list-item ul li:before {
            margin: .625rem
        }
    }

    .dia [data-component=who-should-attend] .headline-list-item__title + p {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=who-should-attend] .headline-list-item__title + p {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.25rem !important;
            font-weight: 500 !important;
            line-height: 140% !important
        }
    }

    .dia [data-component=who-should-attend] .headline-list-item__title + p {
        margin-top: 1rem;
        --tw-text-opacity: 1;
        color: rgb(44 47 51 / var(--tw-text-opacity))
    }

    .dia [data-component=who-should-attend] br {
        display: none
    }

    .dia [data-component=what-will-you-learn] .headline-list-item {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=what-will-you-learn] .headline-list-item {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=what-will-you-learn] .headline-list-item {
        --tw-text-opacity: 1;
        color: rgb(59 63 68 / var(--tw-text-opacity))
    }

        .dia [data-component=what-will-you-learn] .headline-list-item ul {
            --tw-text-opacity: 1 !important;
            color: rgb(59 63 68 / var(--tw-text-opacity)) !important;
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1rem !important;
            font-weight: 325 !important;
            line-height: 150% !important
        }

    @media (min-width: 1024px) {
        .dia [data-component=what-will-you-learn] .headline-list-item ul {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=what-will-you-learn] .headline-list-item ul {
        margin-top: 1rem;
        gap: 2.5rem
    }

        .dia [data-component=what-will-you-learn] .headline-list-item ul > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1rem * var(--tw-space-y-reverse))
        }

    .dia [data-component=what-will-you-learn] .headline-list-item ul {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

        .dia [data-component=what-will-you-learn] .headline-list-item ul li {
            display: grid;
            grid-template-columns: 28px 1fr;
            -moz-column-gap: .25rem;
            column-gap: .25rem
        }

            .dia [data-component=what-will-you-learn] .headline-list-item ul li:before {
                content: "";
                margin: .5rem;
                display: block;
                height: .5rem;
                width: .5rem;
                border-radius: 9999px;
                --tw-bg-opacity: 1;
                background-color: rgb(121 156 75 / var(--tw-bg-opacity))
            }

    @media (min-width: 1024px) {
        .dia [data-component=what-will-you-learn] .headline-list-item ul li:before {
            margin: .625rem
        }
    }

    .dia [data-component=what-will-you-learn] .headline-list-item ul li ul {
        grid-column-start: 2
    }

    .dia [data-component=what-will-you-learn] p > a {
        width: 100%;
        justify-content: flex-end;
        margin-top: 1rem;
        display: inline-flex !important;
        align-items: center !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important;
        white-space: nowrap !important;
        padding: 0 !important;
        text-align: center !important;
        font-size: 1.125rem !important;
        font-style: italic !important;
        --tw-text-opacity: 1 !important;
        color: rgb(0 112 129 / var(--tw-text-opacity)) !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter !important;
        transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
        transition-duration: .15s !important
    }

        .dia [data-component=what-will-you-learn] p > a:after {
            display: block !important;
            height: 1rem !important;
            width: 1rem !important;
            background-image: url(/images/blue-right-arrow-icon.svg) !important;
            --tw-content: "" !important;
            content: var(--tw-content) !important
        }

        .dia [data-component=what-will-you-learn] p > a:hover {
            --tw-text-opacity: 1 !important;
            color: rgb(0 84 97 / var(--tw-text-opacity)) !important
        }

            .dia [data-component=what-will-you-learn] p > a:hover:after {
                content: var(--tw-content) !important;
                background-image: url(/images/dark-blue-right-arrow-icon.svg) !important
            }

    @media (min-width: 1024px) {
        .dia [data-component=what-will-you-learn] p > a {
            margin-top: 1.5rem;
            height: 1.5rem !important;
            line-height: 133.333% !important
        }
    }

    .dia [data-component=highlights-and-features] {
        width: 100%;
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto;
        padding: 3.5rem 1.5rem
    }

    @media (min-width: 1024px) {
        .dia [data-component=highlights-and-features] {
            padding-left: 3.5rem;
            padding-right: 3.5rem
        }
    }

    @media (min-width: 1280px) {
        .dia [data-component=highlights-and-features] {
            padding-left: 7rem;
            padding-right: 7rem
        }
    }

    @media (min-width: 1920px) {
        .dia [data-component=highlights-and-features] {
            padding-left: 22rem;
            padding-right: 22rem
        }
    }

    .dia [data-component=highlights-and-features] .page-sub-title {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=highlights-and-features] .page-sub-title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.25rem !important;
            font-weight: 500 !important;
            line-height: 140% !important
        }
    }

    .dia [data-component=highlights-and-features] .page-sub-title {
        margin-top: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=highlights-and-features] .page-sub-title {
            margin-top: 1rem;
            --tw-text-opacity: 1;
            color: rgb(44 47 51 / var(--tw-text-opacity))
        }
    }

    .dia [data-component=highlights-and-features] .page-sub-title em {
        font-style: normal
    }

    .dia [data-component=highlights-and-features] ul {
        margin-top: 1.5rem;
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=highlights-and-features] ul {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=highlights-and-features] ul {
        margin-top: 1rem;
        gap: 2.5rem
    }

        .dia [data-component=highlights-and-features] ul > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1rem * var(--tw-space-y-reverse))
        }

    .dia [data-component=highlights-and-features] ul {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

        .dia [data-component=highlights-and-features] ul li {
            display: grid;
            grid-template-columns: 28px 1fr;
            -moz-column-gap: .25rem;
            column-gap: .25rem
        }

            .dia [data-component=highlights-and-features] ul li:before {
                content: "";
                margin: .5rem;
                display: block;
                height: .5rem;
                width: .5rem;
                border-radius: 9999px;
                --tw-bg-opacity: 1;
                background-color: rgb(121 156 75 / var(--tw-bg-opacity))
            }

    @media (min-width: 1024px) {
        .dia [data-component=highlights-and-features] ul li:before {
            margin: .625rem
        }

        .dia [data-component=highlights-and-features] ul {
            margin-top: 2.5rem
        }
    }

    .dia [data-component=highlights-and-features] ul li em {
        grid-column-start: 2
    }

    .dia [data-component=highlights-and-features] ul li a {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 400 !important;
        font-style: italic !important;
        line-height: 133.333% !important;
        --tw-text-opacity: 1;
        color: rgb(121 156 75 / var(--tw-text-opacity))
    }

    .dia [data-component=highlights-and-features] h2 ~ h3 {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.25rem !important;
        font-weight: 500 !important;
        line-height: 140% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=highlights-and-features] h2 ~ h3 {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.5rem !important;
            font-weight: 500 !important;
            line-height: 133.333% !important
        }
    }

    .dia [data-component=highlights-and-features] h2 ~ h3 {
        margin-bottom: 1rem;
        --tw-text-opacity: 1;
        color: rgb(44 47 51 / var(--tw-text-opacity))
    }

        .dia [data-component=highlights-and-features] h2 ~ h3:not(:first-child) {
            margin-top: 2.5rem
        }

        .dia [data-component=highlights-and-features] h2 ~ h3 ~ p {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1rem !important;
            font-weight: 325 !important;
            line-height: 150% !important
        }

    @media (min-width: 1024px) {
        .dia [data-component=highlights-and-features] h2 ~ h3 ~ p {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=highlights-and-features] h2 ~ h3 ~ p {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

    .dia [data-component=highlights-and-features] p ~ strong {
        margin-top: 1rem
    }

    .dia [data-component=highlights-and-features] hr {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        background-image: linear-gradient(to right,var(--tw-gradient-stops));
        --tw-gradient-from: #007665 var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(0 118 101 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        --tw-gradient-to: #018295 var(--tw-gradient-to-position);
        padding: 1px
    }

    @media (min-width: 1024px) {
        .dia [data-component=highlights-and-features] hr {
            margin-top: 2.5rem;
            margin-bottom: 2.5rem
        }
    }

    .dia [data-component=highlights-and-features] p {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    @media (min-width: 1024px) {
        .dia [data-component=highlights-and-features] p {
            margin-left: 2.5rem;
            margin-right: 2.5rem
        }
    }

    .dia [data-component=highlights-and-features] p > strong {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.25rem !important;
        font-weight: 500 !important;
        line-height: 140% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=highlights-and-features] p > strong {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.5rem !important;
            font-weight: 500 !important;
            line-height: 133.333% !important
        }
    }

    .dia [data-component=highlights-and-features] p > strong {
        display: block;
        padding-bottom: .5rem;
        --tw-text-opacity: 1;
        color: rgb(44 47 51 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=highlights-and-features] p > strong {
            padding-bottom: 1rem
        }
    }

    .dia [data-component=highlights-and-features] p > em {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=highlights-and-features] p > em {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=highlights-and-features] p > em {
        font-style: normal;
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

        .dia [data-component=highlights-and-features] p > em > a {
            --tw-text-opacity: 1;
            color: rgb(0 112 129 / var(--tw-text-opacity))
        }

            .dia [data-component=highlights-and-features] p > em > a:hover {
                --tw-text-opacity: 1;
                color: rgb(0 84 97 / var(--tw-text-opacity))
            }

    .dia [data-component=overview-template] .listing-detail__section p {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] .listing-detail__section p {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=overview-template] .listing-detail__section p, .dia [data-component=overview-template] .listing-detail__section > div:nth-child(1), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(2), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(3), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(4) {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] .listing-detail__section > p:nth-child(1), .dia [data-component=overview-template] .listing-detail__section > p:nth-child(2), .dia [data-component=overview-template] .listing-detail__section > p:nth-child(3), .dia [data-component=overview-template] .listing-detail__section > p:nth-child(4), .dia [data-component=overview-template] .listing-detail__section > p:nth-child(5), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(1), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(2), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(3), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(4) {
            margin-left: 25.813rem;
            margin-bottom: 1rem;
        }
    }

    @media (min-width: 1280px) {
        .dia [data-component=overview-template] .listing-detail__section > p:nth-child(1), .dia [data-component=overview-template] .listing-detail__section > p:nth-child(2), .dia [data-component=overview-template] .listing-detail__section > p:nth-child(3), .dia [data-component=overview-template] .listing-detail__section > p:nth-child(4), .dia [data-component=overview-template] .listing-detail__section > p:nth-child(5), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(1), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(2), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(3), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(4) {
            margin-left: 33.063rem;
            margin-bottom: 1rem;
        }
    }

    @media (min-width: 1440px) {
        .dia [data-component=overview-template] .listing-detail__section > p:nth-child(1), .dia [data-component=overview-template] .listing-detail__section > p:nth-child(2), .dia [data-component=overview-template] .listing-detail__section > p:nth-child(3), .dia [data-component=overview-template] .listing-detail__section > p:nth-child(4), .dia [data-component=overview-template] .listing-detail__section > p:nth-child(5), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(1), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(2), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(3), .dia [data-component=overview-template] .listing-detail__section > div:nth-child(4) {
            margin-left: 37.188rem;
            margin-bottom: 1rem;
        }
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] .listing-detail__section > p:nth-child(5) {
            min-height: 17rem
        }
    }

    .dia [data-component=overview-template] .listing-detail__section p strong {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: .875rem !important;
        font-weight: 500 !important;
        line-height: 142.857% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] .listing-detail__section p strong {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
            font-size: 1.125rem !important;
            font-weight: 500;
            line-height: 133.333%
        }
    }

    .dia [data-component=overview-template] .listing-detail__section p strong {
        margin-bottom: .75rem;
        display: block;
        --tw-text-opacity: 1;
        color: rgb(44 47 51 / var(--tw-text-opacity))
    }

        .dia [data-component=overview-template] .listing-detail__section p strong a {
            --tw-text-opacity: 1;
            color: rgb(121 156 75 / var(--tw-text-opacity))
        }

    .dia [data-component=overview-template] .listing-detail__section p:nth-child(5) {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .dia [data-component=overview-template] p > a {
        width: 100%;
        justify-content: flex-end;
        margin-top: 1rem;
        display: inline-flex !important;
        align-items: center !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important;
        white-space: nowrap !important;
        padding: 0 !important;
        text-align: center !important;
        font-size: 1.125rem !important;
        font-style: italic !important;
        --tw-text-opacity: 1 !important;
        color: rgb(0 112 129 / var(--tw-text-opacity)) !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter !important;
        transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
        transition-duration: .15s !important
    }

        .dia [data-component=overview-template] p > a:after {
            display: block !important;
            height: 1rem !important;
            width: 1rem !important;
            background-image: url(/images/blue-right-arrow-icon.svg) !important;
            --tw-content: "" !important;
            content: var(--tw-content) !important
        }

        .dia [data-component=overview-template] p > a:hover {
            --tw-text-opacity: 1 !important;
            color: rgb(0 84 97 / var(--tw-text-opacity)) !important
        }

            .dia [data-component=overview-template] p > a:hover:after {
                content: var(--tw-content) !important;
                background-image: url(/images/dark-blue-right-arrow-icon.svg) !important
            }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] p > a {
            margin-top: 1.5rem;
            height: 1.5rem !important;
            line-height: 133.333% !important
        }
    }

    .dia [data-component=overview-template] hr, .dia [data-component=overview-template] br {
        display: none
    }

    .dia [data-component=overview-template] .listing-detail__callout {
        display: flex;
        flex-direction: column;
        border-radius: 1rem;
        border-width: 2px;
        --tw-border-opacity: 1;
        border-color: rgb(237 237 238 / var(--tw-border-opacity));
        padding: 1.5rem;
        --tw-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .12);
        --tw-shadow-colored: 0px 4px 12px 0px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
        margin-bottom: 1.5rem
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] .listing-detail__callout {
            margin-bottom: 2.5rem
        }
    }

    .dia [data-component=overview-template] .listing-detail__callout__title {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] .listing-detail__callout__title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.25rem !important;
            font-weight: 500 !important;
            line-height: 140% !important
        }
    }

    .dia [data-component=overview-template] .listing-detail__callout__title {
        margin-top: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(44 47 51 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] .listing-detail__callout__title {
            margin-top: 2.5rem
        }
    }

    .dia [data-component=overview-template] .listing-detail__callout__info {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] .listing-detail__callout__info {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=overview-template] .listing-detail__callout__info {
        margin-top: 1rem;
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

        .dia [data-component=overview-template] .listing-detail__callout__info + p {
            align-self: flex-end
        }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] .listing-detail__callout__info + p {
            margin-top: 1rem
        }
    }

    .dia [data-component=overview-template] center em h3 {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.5rem !important;
        font-weight: 700 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] center em h3 {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 2rem !important;
            font-weight: 700 !important;
            line-height: 125% !important
        }
    }

    .dia [data-component=overview-template] center em h3 {
        margin-top: 2.5rem;
        margin-bottom: 2rem;
        text-align: left;
        font-style: normal;
        --tw-text-opacity: 1;
        color: rgb(59 63 68 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] center em h3 {
            margin-top: auto
        }
    }

    .dia [data-component=overview-template] center em p {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] center em p {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=overview-template] center em p {
        grid-template-columns: 3rem 1fr 3rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        text-align: left;
        font-style: normal;
        --tw-text-opacity: 1;
        color: rgb(59 63 68 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] center em p {
            display: grid
        }
    }

    .dia [data-component=overview-template] center em p:before {
        content: " ";
        display: none;
        height: 3rem;
        width: 3rem;
        background-image: url(/images/quotes-left.svg)
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] center em p:before {
            display: block
        }
    }

    .dia [data-component=overview-template] center em p:after {
        content: " ";
        display: none;
        height: 3rem;
        width: 3rem;
        place-self: end;
        background-image: url(/images/quotes-right.svg)
    }

    @media (min-width: 1024px) {
        .dia [data-component=overview-template] center em p:after {
            display: block
        }
    }

    .dia [data-component=overview-template] center em p strong {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 400 !important;
        font-style: italic !important;
        line-height: 133.333% !important;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        margin-top: 1rem;
        text-align: right;
        --tw-text-opacity: 1 !important;
        color: rgb(121 156 75 / var(--tw-text-opacity)) !important
    }

    .dia [data-component=overview-template] video {
        margin-top: 2.5rem;
        width: 100%;
        border-radius: 1rem
    }

    .dia [data-component=health-and-safety] {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=health-and-safety] {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=health-and-safety] {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

        .dia [data-component=health-and-safety] ul {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1rem !important;
            font-weight: 325 !important;
            line-height: 150% !important
        }

    @media (min-width: 1024px) {
        .dia [data-component=health-and-safety] ul {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=health-and-safety] ul {
        margin-top: 1rem;
        gap: 2.5rem
    }

        .dia [data-component=health-and-safety] ul > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1rem * var(--tw-space-y-reverse))
        }

    .dia [data-component=health-and-safety] ul {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

        .dia [data-component=health-and-safety] ul li {
            display: grid;
            grid-template-columns: 28px 1fr;
            -moz-column-gap: .25rem;
            column-gap: .25rem
        }

            .dia [data-component=health-and-safety] ul li:before {
                content: "";
                margin: .5rem;
                display: block;
                height: .5rem;
                width: .5rem;
                border-radius: 9999px;
                --tw-bg-opacity: 1;
                background-color: rgb(121 156 75 / var(--tw-bg-opacity))
            }

    @media (min-width: 1024px) {
        .dia [data-component=health-and-safety] ul li:before {
            margin: .625rem
        }
    }

    .dia [data-component=health-and-safety] ul li a {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=health-and-safety] ul li a {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 500 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=health-and-safety] ul li a {
        --tw-text-opacity: 1;
        color: rgb(121 156 75 / var(--tw-text-opacity))
    }

        .dia [data-component=health-and-safety] ul li a:hover {
            --tw-text-opacity: 1;
            color: rgb(97 125 60 / var(--tw-text-opacity))
        }

        .dia [data-component=health-and-safety] ul li a:focus {
            text-decoration-line: underline
        }

    .dia [data-component=health-and-safety] a {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=health-and-safety] a {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 500 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=health-and-safety] a {
        --tw-text-opacity: 1;
        color: rgb(121 156 75 / var(--tw-text-opacity))
    }

        .dia [data-component=health-and-safety] a:hover {
            --tw-text-opacity: 1;
            color: rgb(97 125 60 / var(--tw-text-opacity))
        }

        .dia [data-component=health-and-safety] a:focus {
            text-decoration-line: underline
        }

    .dia [data-component=health-and-safety] .headline-list {
        margin-top: 1.5rem
    }

        .dia [data-component=health-and-safety] .headline-list > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
        }

    @media (min-width: 1024px) {
        .dia [data-component=health-and-safety] .headline-list {
            margin-top: 2.5rem
        }

            .dia [data-component=health-and-safety] .headline-list > :not([hidden]) ~ :not([hidden]) {
                --tw-space-y-reverse: 0;
                margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
                margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
            }
    }

    .dia [data-component=health-and-safety] .headline-list .headline-list-item {
        display: block !important
    }

        .dia [data-component=health-and-safety] .headline-list .headline-list-item > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1rem * var(--tw-space-y-reverse))
        }

        .dia [data-component=health-and-safety] .headline-list .headline-list-item:before {
            display: none
        }

    .dia [data-component=health-and-safety] .headline-list-item__title {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.25rem !important;
        font-weight: 500 !important;
        line-height: 140% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=health-and-safety] .headline-list-item__title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.5rem !important;
            font-weight: 500 !important;
            line-height: 133.333% !important
        }
    }

    .dia [data-component=health-and-safety] .headline-list-item__title {
        margin-bottom: 1rem;
        --tw-text-opacity: 1;
        color: rgb(44 47 51 / var(--tw-text-opacity))
    }

    .dia [data-component=health-and-safety] .headline-list p strong {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=health-and-safety] .headline-list p strong {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 500 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=health-and-safety] .headline-list img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .dia [data-component=health-and-safety] .accordion:after {
        content: " ";
        margin-top: .5rem;
        margin-bottom: .5rem;
        display: block;
        height: .125rem;
        --tw-bg-opacity: 1;
        background-color: rgb(219 220 221 / var(--tw-bg-opacity))
    }

    .dia [data-component=health-and-safety] .accordion-description p strong {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=health-and-safety] .accordion-description p strong {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 500 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=health-and-safety] .accordion-description p a {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=health-and-safety] .accordion-description p a {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 500 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=health-and-safety] .accordion-description p a {
        --tw-text-opacity: 1;
        color: rgb(121 156 75 / var(--tw-text-opacity))
    }

    .dia [data-component=health-and-safety] .accordion-description img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .dia [data-component=health-and-safety] .accordion-description ul {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=health-and-safety] .accordion-description ul {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=health-and-safety] .accordion-description ul {
        margin-top: 1rem;
        gap: 2.5rem
    }

        .dia [data-component=health-and-safety] .accordion-description ul > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1rem * var(--tw-space-y-reverse))
        }

    .dia [data-component=health-and-safety] .accordion-description ul {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

        .dia [data-component=health-and-safety] .accordion-description ul li {
            display: grid;
            grid-template-columns: 28px 1fr;
            -moz-column-gap: .25rem;
            column-gap: .25rem
        }

            .dia [data-component=health-and-safety] .accordion-description ul li:before {
                content: "";
                margin: .5rem;
                display: block;
                height: .5rem;
                width: .5rem;
                border-radius: 9999px;
                --tw-bg-opacity: 1;
                background-color: rgb(121 156 75 / var(--tw-bg-opacity))
            }

    @media (min-width: 1024px) {
        .dia [data-component=health-and-safety] .accordion-description ul li:before {
            margin: .625rem;
        }
    }


    .dia [data-component=exhibits-template], .dia [data-component=exhibits-template] section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-top: 1rem;
    }

        .dia [data-component=exhibits-template] .button, .dia [data-component=exhibits-template] .button.blue-button {
            border: inherit
        }

        .dia [data-component=exhibits-template] .listing-detail__sub-title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 2rem !important;
            font-weight: 700 !important;
            line-height: 125% !important
        }

    @media (min-width: 1024px) {
        .dia [data-component=exhibits-template] .listing-detail__sub-title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 3rem !important;
            font-weight: 700 !important;
            line-height: 116.667% !important
        }
    }

    .dia [data-component=exhibits-template] .listing-detail__sub-title {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(44 47 51 / var(--tw-text-opacity));
        width: 100%;
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto;
        /* padding-left:1.5rem;
    padding-right:1.5rem*/
    }

    @media (min-width: 1024px) {
        .dia [data-component=exhibits-template] .listing-detail__sub-title {
            /* padding-left:3.5rem;
        padding-right:3.5rem*/
        }
    }

    @media (min-width: 1280px) {
        .dia [data-component=exhibits-template] .listing-detail__sub-title {
            /* padding-left:7rem;
        padding-right:7rem*/
        }
    }

    @media (min-width: 1920px) {
        .dia [data-component=exhibits-template] .listing-detail__sub-title {
            /* padding-left:22rem;
        padding-right:22rem*/
        }
    }

    @media (min-width: 1024px) {
        .dia [data-component=exhibits-template] .listing-detail__sub-title {
            margin-bottom: 2.5rem
        }
    }

    .dia [data-component=exhibits-template] .page-sub-title {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.25rem !important;
        font-weight: 500 !important;
        line-height: 140% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=exhibits-template] .page-sub-title {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.5rem !important;
            font-weight: 500 !important;
            line-height: 133.333% !important
        }
    }

    .dia [data-component=exhibits-template] .page-sub-title {
        margin-bottom: 1rem;
        --tw-text-opacity: 1;
        color: rgb(44 47 51 / var(--tw-text-opacity));
        width: 100%;
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto;
        /* padding-left:1.5rem;
    padding-right:1.5rem*/
    }

    .dia [data-component=exhibits-template] p {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=exhibits-template] p {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=exhibits-template] p {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity));
        width: 100%;
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto;
        /* padding-left:1.5rem;
    padding-right:1.5rem*/
    }


        .dia [data-component=exhibits-template] p > a {
            margin-top: 1rem !important;
            justify-content: flex-end;
            width: 100%;
            max-width: 120rem;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1.5rem;
            padding-right: 1.5rem
        }

    @media (min-width: 1024px) {
        .dia [data-component=exhibits-template] p > a {
            padding-left: 3.5rem;
            padding-right: 3.5rem
        }
    }

    @media (min-width: 1280px) {
        .dia [data-component=exhibits-template] p > a {
            padding-left: 7rem;
            padding-right: 7rem
        }
    }

    @media (min-width: 1920px) {
        .dia [data-component=exhibits-template] p > a {
            padding-left: 22rem;
            padding-right: 22rem
        }
    }

    .dia [data-component=exhibits-template] p > a {
        margin-top: 1rem;
        display: inline-flex !important;
        align-items: center !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important;
        white-space: nowrap !important;
        padding: 0 !important;
        text-align: center !important;
        font-size: 1.125rem !important;
        font-style: italic !important;
        --tw-text-opacity: 1 !important;
        color: rgb(0 112 129 / var(--tw-text-opacity)) !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter !important;
        transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
        transition-duration: .15s !important
    }

        .dia [data-component=exhibits-template] p > a:after {
            display: block !important;
            height: 1rem !important;
            width: 1rem !important;
            background-image: url(/images/blue-right-arrow-icon.svg) !important;
            --tw-content: "" !important;
            content: var(--tw-content) !important
        }

        .dia [data-component=exhibits-template] p > a:hover {
            --tw-text-opacity: 1 !important;
            color: rgb(0 84 97 / var(--tw-text-opacity)) !important
        }

            .dia [data-component=exhibits-template] p > a:hover:after {
                content: var(--tw-content) !important;
                background-image: url(/images/dark-blue-right-arrow-icon.svg) !important
            }

    @media (min-width: 1024px) {
        .dia [data-component=exhibits-template] p > a {
            height: 1.5rem !important;
            line-height: 133.333% !important;
            margin-top: 1rem !important
        }
    }

    .dia [data-component=exhibits-template] aside {
        width: 100%;
        flex: 1 1 0%;
        gap: 1rem
    }

        .dia [data-component=exhibits-template] aside > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1rem * var(--tw-space-y-reverse))
        }

    .dia [data-component=exhibits-template] aside {
        --tw-bg-opacity: 1;
        background-color: rgb(0 39 45 / var(--tw-bg-opacity));
        --tw-gradient-from: #799C4B var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(121 156 75 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        --tw-gradient-to: #018295 var(--tw-gradient-to-position);
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        width: 100%;
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto;
        padding: 3.5rem 1.5rem
    }
        /*@media (min-width: 1024px){
    .dia [data-component=exhibits-template] aside{
        padding-left:3.5rem;
        padding-right:3.5rem
    }
}
@media (min-width: 1280px){
    .dia [data-component=exhibits-template] aside{
        padding-left:7rem;
        padding-right:7rem
    }
}
@media (min-width: 1920px){
    .dia [data-component=exhibits-template] aside{
        padding-left:22rem;
        padding-right:22rem
    }
}*/
        .dia [data-component=exhibits-template] aside:before {
            grid-row: span 3 / span 3;
            display: flex;
            height: .25rem;
            width: 100%;
            border-radius: 9999px;
            background-image: linear-gradient(to right,var(--tw-gradient-stops));
            --tw-content: "";
            content: var(--tw-content)
        }

    @media (min-width: 1024px) {
        .dia [data-component=exhibits-template] aside {
            display: grid;
            grid-template-columns: 8px 1fr
        }

            .dia [data-component=exhibits-template] aside > :not([hidden]) ~ :not([hidden]) {
                --tw-space-y-reverse: 0;
                margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
                margin-bottom: calc(0px * var(--tw-space-y-reverse))
            }

            .dia [data-component=exhibits-template] aside:before {
                height: 100%;
                width: .5rem;
                content: var(--tw-content);
                background-image: linear-gradient(to bottom,var(--tw-gradient-stops))
            }
    }

    .dia [data-component=exhibits-template] aside .page-sub-title {
        grid-column-start: 2;
        margin-top: 2rem;
        margin-bottom: 0 !important;
        padding-left: 1rem;
        padding-right: 1rem;
        --tw-text-opacity: 1;
        color: rgb(121 156 75 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=exhibits-template] aside .page-sub-title {
            margin-top: 1rem
        }
    }

    .dia [data-component=exhibits-template] aside p {
        grid-column-start: 2;
        padding-left: 1rem;
        padding-right: 1rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
    }

    .dia [data-component=exhibits-template] aside a, .dia [data-component=exhibits-template] aside .button.blue-button {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: .875rem !important;
        font-weight: 500 !important;
        line-height: 142.857% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=exhibits-template] aside a, .dia [data-component=exhibits-template] aside .button.blue-button {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
            font-size: 1.125rem !important;
            font-weight: 500;
            line-height: 133.333%
        }
    }

    .dia [data-component=exhibits-template] aside a, .dia [data-component=exhibits-template] aside .button.blue-button {
        grid-column-start: 2;
        margin-top: 2rem;
        margin-left: 1rem;
        margin-bottom: 0;
        display: inline-flex;
        height: 2.5rem;
        max-width: -moz-fit-content;
        max-width: fit-content;
        align-items: center;
        justify-content: center;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        white-space: nowrap;
        border-radius: .5rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(121 156 75 / var(--tw-border-opacity));
        padding: .5rem .75rem !important;
        text-align: center;
        --tw-text-opacity: 1;
        color: rgb(121 156 75 / var(--tw-text-opacity));
        transition-property: all;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.4,0,.2,1)
    }

        .dia [data-component=exhibits-template] aside a:after, .dia [data-component=exhibits-template] aside .button.blue-button:after {
            display: block !important;
            height: 1rem !important;
            width: 1rem !important;
            background-image: url(/images/green-right-arrow-icon.svg) !important;
            --tw-content: "" !important;
            content: var(--tw-content) !important
        }

        .dia [data-component=exhibits-template] aside a:hover, .dia [data-component=exhibits-template] aside .button.blue-button:hover {
            --tw-border-opacity: 1;
            border-color: rgb(73 94 45 / var(--tw-border-opacity));
            --tw-text-opacity: 1;
            color: rgb(73 94 45 / var(--tw-text-opacity))
        }

            .dia [data-component=exhibits-template] aside a:hover:after, .dia [data-component=exhibits-template] aside .button.blue-button:hover:after {
                content: var(--tw-content) !important;
                background-image: url(/images/dark-green-right-arrow-icon.svg) !important
            }

        .dia [data-component=exhibits-template] aside a:active, .dia [data-component=exhibits-template] aside .button.blue-button:active {
            border-width: 2px
        }

    @media (min-width: 1024px) {
        .dia [data-component=exhibits-template] aside a, .dia [data-component=exhibits-template] aside .button.blue-button {
            margin-top: 1rem;
            margin-bottom: 1rem
        }
    }

    .dia [data-component=exhibits-template] ul {
        width: 100%;
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto;
        /*padding-left:1.5rem;
    padding-right:1.5rem*/
    }

    @media (min-width: 1024px) {
        .dia [data-component=exhibits-template] ul {
            /*padding-left:3.5rem;
        padding-right:3.5rem*/
        }
    }

    @media (min-width: 1280px) {
        .dia [data-component=exhibits-template] ul {
            /* padding-left:7rem;
        padding-right:7rem*/
        }
    }

    @media (min-width: 1920px) {
        .dia [data-component=exhibits-template] ul {
            /* padding-left:22rem;
        padding-right:22rem*/
    }
}
.dia [data-component=exhibits-template] ul{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=exhibits-template] ul{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=exhibits-template] ul{
    margin-top:1rem;
    gap:2.5rem
}
@media (max-width: 1279px) {
    #alpine-menu-items-4, #alpine-menu-items-5,
    #alpine-menu-items-6, #alpine-menu-items-7, #alpine-menu-items-8 {
        display: none !important;
    }

    #alpine-menu-button-4, #alpine-menu-button-5,
    #alpine-menu-button-6, #alpine-menu-button-7, #alpine-menu-button-8 {
        display: none !important;
    }
}
.dia [data-component=exhibits-template] ul>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}
.dia [data-component=exhibits-template] ul{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=exhibits-template] ul li{
    display:grid;
    grid-template-columns:28px 1fr;
    -moz-column-gap:.25rem;
    column-gap:.25rem
}
.dia [data-component=exhibits-template] ul li:before{
    content:"";
    margin:.5rem;
    display:block;
    height:.5rem;
    width:.5rem;
    border-radius:9999px;
    --tw-bg-opacity:1;
    background-color:rgb(121 156 75 / var(--tw-bg-opacity))
}
@media (min-width: 1024px){
    .dia [data-component=exhibits-template] ul li:before{
        margin:.625rem
    }
    .dia [data-component=exhibits-template] ul{
        -moz-columns:3;
        columns:3
    }
}
.dia [data-component=exhibits-template] hr,.dia [data-component=exhibits-template] br{
    display:none
}
.dia [data-component=register-template]{
    width:100%;
    max-width:120rem;
    margin-left:auto;
    margin-right:auto;
    padding:2.5rem 1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=register-template]{
        padding-left:3.5rem;
        padding-right:3.5rem
    }
}
@media (min-width: 1280px){
    .dia [data-component=register-template]{
        padding-left:7rem;
        padding-right:7rem
    }
}
@media (min-width: 1920px){
    .dia [data-component=register-template]{
        padding-left:22rem;
        padding-right:22rem
    }
}
@media (min-width: 1024px){
    .dia [data-component=register-template]{
        padding-top:3.5rem;
        padding-bottom:3.5rem
    }
}
.dia [data-component=register-template] .register-template__section{
    margin-top:1rem
}
.dia [data-component=register-template] .register-template__section>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}
.dia [data-component=register-template] .register-template__section a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=register-template] .register-template__section a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=register-template] .register-template__section a:hover{
    --tw-text-opacity:1;
    color:rgb(97 125 60 / var(--tw-text-opacity))
}
.dia [data-component=register-template] .register-template__section a:focus{
    text-decoration-line:underline
}
.dia [data-component=register-template] .register-template__section p{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section p{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=register-template] .register-template__section p{
    clear:right;
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=register-template] .register-template__section ul{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section ul{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=register-template] .register-template__section ul{
    margin-top:1rem!important;
    gap:2.5rem!important
}
.dia [data-component=register-template] .register-template__section ul>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}
.dia [data-component=register-template] .register-template__section ul{
    --tw-text-opacity:1 !important;
    color:rgb(74 79 85 / var(--tw-text-opacity))!important
}
.dia [data-component=register-template] .register-template__section ul li{
    position:relative;
    padding-left:2rem
}
.dia [data-component=register-template] .register-template__section ul li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    margin:.5rem!important;
    display:block!important;
    height:.5rem!important;
    width:.5rem!important;
    flex:0 0 8px;
    border-radius:9999px!important;
    --tw-bg-opacity:1 !important;
    background-color:rgb(148 176 111 / var(--tw-bg-opacity))!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section ul li:before{
        margin:.625rem!important
    }
}
.dia [data-component=register-template] .register-template__section p a,.dia [data-component=register-template] .register-template__section li a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section p a,.dia [data-component=register-template] .register-template__section li a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=register-template] .register-template__section p a,.dia [data-component=register-template] .register-template__section li a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=register-template] .register-template__section p a:hover,.dia [data-component=register-template] .register-template__section li a:hover{
    --tw-text-opacity:1;
    color:rgb(97 125 60 / var(--tw-text-opacity))
}
.dia [data-component=register-template] .register-template__section p a:focus,.dia [data-component=register-template] .register-template__section li a:focus{
    text-decoration-line:underline
}
.dia [data-component=register-template] .register-template__section strong{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section strong{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=register-template] .register-template__section .page-sub-title{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.125rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section .page-sub-title{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.25rem!important;
        font-weight:500!important;
        line-height:140%!important
    }
}
.dia [data-component=register-template] .register-template__section .headline-list{
    margin-top:1.5rem!important
}
.dia [data-component=register-template] .register-template__section .headline-list>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0 !important;
    margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)))!important;
    margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section .headline-list{
        margin-top:2.5rem!important
    }
    .dia [data-component=register-template] .register-template__section .headline-list>:not([hidden])~:not([hidden]){
        --tw-space-y-reverse:0 !important;
        margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)))!important;
        margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))!important
    }
}
.dia [data-component=register-template] .register-template__section .headline-list-item>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}
.dia [data-component=register-template] .register-template__section .headline-list-item{
    padding-left:0!important
}
.dia [data-component=register-template] .register-template__section .headline-list-item:before{
    display:none!important
}
.dia [data-component=register-template] .register-template__section .headline-list-item__title{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.25rem!important;
    font-weight:500!important;
    line-height:140%!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section .headline-list-item__title{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.5rem!important;
        font-weight:500!important;
        line-height:133.333%!important
    }
}
.dia [data-component=register-template] .register-template__section .headline-list-item__title{
    margin-bottom:1rem;
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity))
}
.dia [data-component=register-template] .register-template__section dl.prices{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section dl.prices{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=register-template] .register-template__section dl.prices{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=register-template] .register-template__section dl.prices dt.special{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section dl.prices dt.special{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=register-template] .register-template__section dl.prices dt.special>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}
.dia [data-component=register-template] .register-template__section dl.prices dt.special{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=register-template] .register-template__section dl.prices dd{
    margin-bottom:.625rem
}
.dia [data-component=register-template] .register-template__section dl.prices dt{
    width:12.5rem
}
.dia [data-component=register-template] .register-template__section dl.prices dd{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section dl.prices dd{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=register-template] .register-template__section dl.prices dd{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=register-template] .register-template__section p:has(span){
    margin-bottom:1rem!important
}
.dia [data-component=register-template] .register-template__section table tbody td{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section table tbody td{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
@media (min-width: 414px){
    .dia [data-component=register-template] .register-template__section table tbody td{
        padding:.5rem
    }
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section table tbody td{
        padding:1.25rem
    }
}
.dia [data-component=register-template] .register-template__section table tbody td p{
    line-height:2.4rem!important;
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity))
}
.dia [data-component=register-template] .register-template__section table td p br{
    display:block!important
}
.dia [data-component=register-template] p:empty,.dia [data-component=register-template] table:empty,.dia [data-component=register-template] tbody:empty,.dia [data-component=register-template] td:empty{
    display:none
}
.dia [data-component=register-template] .register-template__section span.button,.dia [data-component=register-template] .register-template__section p a.button.blue-button{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section span.button,.dia [data-component=register-template] .register-template__section p a.button.blue-button{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=register-template] .register-template__section span.button,.dia [data-component=register-template] .register-template__section p a.button.blue-button{
    float:right;
    margin-top:0!important;
    margin-top:1rem;
    display:inline-flex!important;
    align-items:center!important;
    -moz-column-gap:.5rem!important;
    column-gap:.5rem!important;
    white-space:nowrap!important;
    padding:0!important;
    text-align:center!important;
    font-size:1.125rem!important;
    font-style:italic!important;
    --tw-text-opacity:1 !important;
    color:rgb(0 112 129 / var(--tw-text-opacity))!important;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;
    transition-timing-function:cubic-bezier(.4,0,.2,1)!important;
    transition-duration:.15s!important
}
.dia [data-component=register-template] .register-template__section span.button:after,.dia [data-component=register-template] .register-template__section p a.button.blue-button:after{
    display:block!important;
    height:1rem!important;
    width:1rem!important;
    background-image:url(/images/blue-right-arrow-icon.svg)!important;
    --tw-content:"" !important;
    content:var(--tw-content)!important
}
.dia [data-component=register-template] .register-template__section span.button:hover,.dia [data-component=register-template] .register-template__section p a.button.blue-button:hover{
    --tw-text-opacity:1 !important;
    color:rgb(0 84 97 / var(--tw-text-opacity))!important
}
.dia [data-component=register-template] .register-template__section span.button:hover:after,.dia [data-component=register-template] .register-template__section p a.button.blue-button:hover:after{
    content:var(--tw-content)!important;
    background-image:url(/images/dark-blue-right-arrow-icon.svg)!important
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section span.button,.dia [data-component=register-template] .register-template__section p a.button.blue-button{
        margin-top:1.5rem;
        height:1.5rem!important;
        line-height:133.333%!important
    }
}
.dia [data-component=register-template] .register-template__section .event-info{
    border-radius:.5rem;
    border-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(121 156 75 / var(--tw-border-opacity))
}
.dia [data-component=register-template] .register-template__section .event-info .Headline{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.30rem!important;
    font-weight:500!important;
    line-height:133.333%!important;
    text-decoration: underline;

}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section .event-info .Headline{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.30rem!important;
        font-weight:500!important;
        line-height:140%!important
    }
}
.dia [data-component=register-template] .register-template__section .event-info .Headline{
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity))
}
.dia [data-component=register-template] .register-template__section .event-info .EventRateRow{
    word-break:break-all;
    padding:.75rem
}
@media (min-width: 768px){
    .dia [data-component=register-template] .register-template__section .event-info .EventRateRow{
        overflow-wrap:normal;
        word-break:normal
    }
}
@media (min-width: 1024px){
    .dia [data-component=register-template] .register-template__section .event-info .EventRateRow{
        padding:1.5rem
    }

        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow-Padding-Bottom {
            padding-bottom: 0px;
        }
    }

    .dia [data-component=register-template] .register-template__section .event-info .EventRateRow > div {
        padding: .25rem
    }

    .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Title, .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: .75rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Title, .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: .875rem !important;
            font-weight: 500 !important;
            line-height: 142.857% !important
        }
    }

    .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Title, .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Title, .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 500 !important;
            line-height: 133.333% !important
        }

        @media (min-width: 1024px) {
            .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Title, .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell {
                font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
                font-size: 1rem !important;
                font-weight: 500 !important;
                line-height: 140% !important
            }
        }
    }

    .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Title.Header, .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell.Header {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: .75rem !important;
        font-weight: 325 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Title.Header, .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell.Header {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 133.333% !important
        }

        @media (min-width: 1024px) {
            .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Title.Header, .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell.Header {
                font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
                font-size: 1rem !important;
                font-weight: 325 !important;
                line-height: 140% !important
            }
        }
    }

    @media (max-width: 450px) {
        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Title {
            max-width: 29%;
        }

        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell1 {
            max-width: 28%;
        }

        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell2 {
            max-width: 43%;
        }

        .EventRateRow .Cell {
            flex: 0%;
        }
    }

    @media (min-width: 451px) and (max-width: 770px) {
        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Title {
            max-width: 50%;
        }

        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell1 {
            max-width: 20%;
        }

        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell2 {
            max-width: 30%;
        }

        .EventRateRow .Cell {
            flex: 0%;
        }
    }

    @media (min-width: 771px) and (max-width: 956px) {
        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Title {
            max-width: 60%;
        }

        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell1 {
            max-width: 15%;
        }

        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell2 {
            max-width: 25%;
        }

        .EventRateRow .Cell {
            flex: 0%;
        }
    }

    @media (min-width: 1024px) and (max-width: 1146px) {
        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Title {
            max-width: 70%;
        }

        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell1 {
            max-width: 15%;
        }

        .dia [data-component=register-template] .register-template__section .event-info .EventRateRow .Cell2 {
            max-width: 15%;
        }

        .EventRateRow .Cell {
            flex: 0%;
        }
    }


.dia [data-component=register-template] .register-template__section .event-info .EventRateRow.Grey{
    --tw-bg-opacity:1;
    background-color:rgb(244 244 244 / var(--tw-bg-opacity))
}
.dia [data-component=register-template] hr,.dia [data-component=register-template] br{
    display:none
}
.dia [data-component=virtual-exhibits]{
    width:100%;
    max-width:120rem;
    margin-left:auto;
    margin-right:auto;
    padding:2.5rem 1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=virtual-exhibits]{
        padding-left:3.5rem;
        padding-right:3.5rem
    }
}
@media (min-width: 1280px){
    .dia [data-component=virtual-exhibits]{
        padding-left:7rem;
        padding-right:7rem
    }
}
@media (min-width: 1920px){
    .dia [data-component=virtual-exhibits]{
        padding-left:22rem;
        padding-right:22rem
    }
}
@media (min-width: 1024px){
    .dia [data-component=virtual-exhibits]{
        padding-top:3.5rem;
        padding-bottom:3.5rem
    }
}
.dia [data-component=virtual-exhibits] .callout-well__description,.dia [data-component=virtual-exhibits] p{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=virtual-exhibits] .callout-well__description,.dia [data-component=virtual-exhibits] p{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=virtual-exhibits] .callout-well__description,.dia [data-component=virtual-exhibits] p{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=virtual-exhibits] .callout-well__description{
    margin-top:1rem
}
.dia [data-component=virtual-exhibits] .callout-well__description p{
    margin-bottom:1rem
}
.dia [data-component=virtual-exhibits] a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=virtual-exhibits] a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=virtual-exhibits] a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=virtual-exhibits] img{
    height:12.25rem;
    width:100%;
    -o-object-fit:contain;
    object-fit:contain
}
.dia [data-component=resources-template]{
    width:100%;
    max-width:120rem;
    margin-left:auto;
    margin-right:auto;
    padding:3.5rem 1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=resources-template]{
        padding-left:3.5rem;
        padding-right:3.5rem
    }
}
@media (min-width: 1280px){
    .dia [data-component=resources-template]{
        padding-left:7rem;
        padding-right:7rem
    }
}
@media (min-width: 1920px){
    .dia [data-component=resources-template]{
        padding-left:22rem;
        padding-right:22rem
    }
}
@media (min-width: 1024px){
    .dia [data-component=resources-template]{
        padding-top:2.5rem;
        padding-bottom:2.5rem
    }
}
.dia [data-component=resources-template] p{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=resources-template] p{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=resources-template] p{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=resources-template] p>strong,.dia [data-component=resources-template] h4,.dia [data-component=resources-template] .page-sub-title,.dia [data-component=resources-template] h3{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.25rem!important;
    font-weight:500!important;
    line-height:140%!important
}
@media (min-width: 1024px){
    .dia [data-component=resources-template] p>strong,.dia [data-component=resources-template] h4,.dia [data-component=resources-template] .page-sub-title,.dia [data-component=resources-template] h3{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.5rem!important;
        font-weight:500!important;
        line-height:133.333%!important
    }
}
.dia [data-component=resources-template] p>strong,.dia [data-component=resources-template] h4,.dia [data-component=resources-template] .page-sub-title,.dia [data-component=resources-template] h3{
    margin-bottom:1rem;
    display:block;
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity))
}
.dia [data-component=resources-template] p a,.dia [data-component=resources-template] ul li a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=resources-template] p a,.dia [data-component=resources-template] ul li a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=resources-template] p a,.dia [data-component=resources-template] ul li a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=resources-template] ul{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=resources-template] ul{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=resources-template] ul{
    margin-top:1rem!important;
    gap:2.5rem!important
}
.dia [data-component=resources-template] ul>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0 !important;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important
}
.dia [data-component=resources-template] ul{
    --tw-text-opacity:1 !important;
    color:rgb(74 79 85 / var(--tw-text-opacity))!important
}
.dia [data-component=resources-template] ul li{
    position:relative;
    padding-left:2rem
}
.dia [data-component=resources-template] ul li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    margin:.5rem!important;
    display:block!important;
    height:.5rem!important;
    width:.5rem!important;
    flex:0 0 8px;
    border-radius:9999px!important;
    --tw-bg-opacity:1 !important;
    background-color:rgb(148 176 111 / var(--tw-bg-opacity))!important
}
@media (min-width: 1024px){
    .dia [data-component=resources-template] ul li:before{
        margin:.625rem!important
    }
}
.dia [data-component=resources-template] .listing-detail__callout{
    display:flex;
    flex-direction:column;
    border-radius:1rem;
    border-width:2px;
    --tw-border-opacity:1;
    border-color:rgb(237 237 238 / var(--tw-border-opacity));
    padding:1.5rem;
    --tw-shadow:0px 4px 12px 0px rgba(0, 0, 0, .12);
    --tw-shadow-colored:0px 4px 12px 0px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.dia [data-component=resources-template] .listing-detail__callout>.listing-detail__callout{
    border-style:none;
    padding:0;
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}
.dia [data-component=resources-template] .listing-detail__callout p>a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=resources-template] .listing-detail__callout p>a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=resources-template] .listing-detail__callout p>a{
    width:100%;
    justify-content:flex-end;
    margin-top:1rem;
    display:inline-flex!important;
    align-items:center!important;
    -moz-column-gap:.5rem!important;
    column-gap:.5rem!important;
    white-space:nowrap!important;
    padding:0!important;
    text-align:center!important;
    font-size:1.125rem!important;
    font-style:italic!important;
    --tw-text-opacity:1 !important;
    color:rgb(0 112 129 / var(--tw-text-opacity))!important;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;
    transition-timing-function:cubic-bezier(.4,0,.2,1)!important;
    transition-duration:.15s!important
}
.dia [data-component=resources-template] .listing-detail__callout p>a:after{
    display:block!important;
    height:1rem!important;
    width:1rem!important;
    background-image:url(/images/blue-right-arrow-icon.svg)!important;
    --tw-content:"" !important;
    content:var(--tw-content)!important
}
.dia [data-component=resources-template] .listing-detail__callout p>a:hover{
    --tw-text-opacity:1 !important;
    color:rgb(0 84 97 / var(--tw-text-opacity))!important
}
.dia [data-component=resources-template] .listing-detail__callout p>a:hover:after{
    content:var(--tw-content)!important;
    background-image:url(/images/dark-blue-right-arrow-icon.svg)!important
}
@media (min-width: 1024px){
    .dia [data-component=resources-template] .listing-detail__callout p>a{
        margin-top:1.5rem;
        height:1.5rem!important;
        line-height:133.333%!important
    }
}
.dia [data-component=resources-template] .listing-detail__callout__info+a{
    align-self:flex-end;
    margin-top:1rem;
    display:inline-flex!important;
    align-items:center!important;
    -moz-column-gap:.5rem!important;
    column-gap:.5rem!important;
    white-space:nowrap!important;
    padding:0!important;
    text-align:center!important;
    font-size:1.125rem!important;
    font-style:italic!important;
    --tw-text-opacity:1 !important;
    color:rgb(0 112 129 / var(--tw-text-opacity))!important;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;
    transition-timing-function:cubic-bezier(.4,0,.2,1)!important;
    transition-duration:.15s!important
}
.dia [data-component=resources-template] .listing-detail__callout__info+a:after{
    display:block!important;
    height:1rem!important;
    width:1rem!important;
    background-image:url(/images/blue-right-arrow-icon.svg)!important;
    --tw-content:"" !important;
    content:var(--tw-content)!important
}
.dia [data-component=resources-template] .listing-detail__callout__info+a:hover{
    --tw-text-opacity:1 !important;
    color:rgb(0 84 97 / var(--tw-text-opacity))!important
}
.dia [data-component=resources-template] .listing-detail__callout__info+a:hover:after{
    content:var(--tw-content)!important;
    background-image:url(/images/dark-blue-right-arrow-icon.svg)!important
}
@media (min-width: 1024px){
    .dia [data-component=resources-template] .listing-detail__callout__info+a{
        margin-top:1.5rem;
        height:1.5rem!important;
        line-height:133.333%!important
    }
}
.dia [data-component=resources-template] .listing-detail__callout__title,.dia [data-component=resources-template] .listing-detail__callout .page-sub-title{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.125rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=resources-template] .listing-detail__callout__title,.dia [data-component=resources-template] .listing-detail__callout .page-sub-title{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.25rem!important;
        font-weight:500!important;
        line-height:140%!important
    }
}
.dia [data-component=resources-template] .listing-detail__callout__title,.dia [data-component=resources-template] .listing-detail__callout .page-sub-title{
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity))
}
.dia [data-component=resources-template] .listing-detail__callout__info+p{
    align-self:flex-end
}
@media (min-width: 1024px){
    .dia [data-component=resources-template] .listing-detail__callout__info+p{
        margin-top:1rem
    }
}
.dia [data-component=resources-template] .listing-detail__callout img{
    margin-bottom:1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=resources-template] .listing-detail__callout img{
        margin-bottom:2.5rem
    }
}
.dia [data-component=resources-template] hr{
    border-color:transparent;
    padding-top:.75rem;
    padding-bottom:.75rem
}
@media (min-width: 1024px){
    .dia [data-component=resources-template] hr{
        padding-top:1.25rem;
        padding-bottom:1.25rem
    }
}
.dia [data-component=resources-template] br{
    display:none
}
.dia [data-component=tech-requirements]>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))
}
.dia [data-component=tech-requirements]{
    width:100%;
    max-width:120rem;
    margin-left:auto;
    margin-right:auto;
    padding:3.5rem 1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements]{
        padding-left:3.5rem;
        padding-right:3.5rem
    }
}
@media (min-width: 1280px){
    .dia [data-component=tech-requirements]{
        padding-left:7rem;
        padding-right:7rem
    }
}
@media (min-width: 1920px){
    .dia [data-component=tech-requirements]{
        padding-left:22rem;
        padding-right:22rem
    }
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements]>:not([hidden])~:not([hidden]){
        --tw-space-y-reverse:0;
        margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom:calc(1rem * var(--tw-space-y-reverse))
    }
}
.dia [data-component=tech-requirements] .tech-requirement__section>p{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .tech-requirement__section>p{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=tech-requirements] .tech-requirement__section>p{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=tech-requirements] .tech-requirement__section>p>a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .tech-requirement__section>p>a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=tech-requirements] .tech-requirement__section>p>a{
    display:block;
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .tech-requirement__section .headline-list{
        margin-top:3.5rem
    }
}
.dia [data-component=tech-requirements] .tech-requirement__section .headline-list-item{
    clear:unset;
    margin-top:unset
}
.dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section .headline-list-item:after{
    content:" ";
    margin-top:.5rem;
    margin-bottom:.5rem;
    display:block;
    height:.125rem;
    --tw-bg-opacity:1;
    background-color:rgb(219 220 221 / var(--tw-bg-opacity))
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section .headline-list-item:after{
    content:" ";
    margin-top:.5rem;
    margin-bottom:.5rem;
    display:block;
    height:.125rem;
    --tw-bg-opacity:1;
    background-color:rgb(219 220 221 / var(--tw-bg-opacity))
}
.dia [data-component=virtual-experience] [data-component=tech-requirements] .tech-requirement__section .headline-list-item:not(:last-child):after{
    content:" ";
    margin-top:.5rem;
    margin-bottom:.5rem;
    display:block;
    height:.125rem;
    --tw-bg-opacity:1;
    background-color:rgb(219 220 221 / var(--tw-bg-opacity))
}
.dia [data-component=main-nav] [data-component=tech-requirements] .tech-requirement__section .headline-list-item:not(:last-child):after{
    content:" ";
    display:block;
    height:.125rem;
    --tw-bg-opacity:1;
    background-color:rgb(219 220 221 / var(--tw-bg-opacity))
}
.dia [data-component=tech-requirements] .tech-requirement__section .headline-list-item{
    width:100%;
    border-radius:.5rem;
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity))
}
.dia [data-component=tech-requirements] .tech-requirement__section .headline-list-item:not(:last-child):after{
    content:" ";
    margin-top:.5rem;
    margin-bottom:.5rem;
    display:block;
    height:.125rem;
    --tw-bg-opacity:1;
    background-color:rgb(219 220 221 / var(--tw-bg-opacity))
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__title{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:space-between;
    -moz-column-gap:1rem;
    column-gap:1rem;
    padding-top:1.5rem;
    padding-bottom:1.5rem;
    padding-right:1.5rem;
    font-size:1.25rem;
    line-height:1.75rem
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__title{
        padding:1.5rem
    }
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p strong{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p strong{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content img{
    -o-object-fit:cover;
    object-fit:cover
}
.dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul{
    margin-top:1rem;
    gap:2.5rem
}
.dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}
.dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul li{
    display:grid;
    grid-template-columns:28px 1fr;
    -moz-column-gap:.25rem;
    column-gap:.25rem
}
.dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul li:before{
    content:"";
    margin:.5rem;
    display:block;
    height:.5rem;
    width:.5rem;
    border-radius:9999px;
    --tw-bg-opacity:1;
    background-color:rgb(121 156 75 / var(--tw-bg-opacity))
}
@media (min-width: 1024px){
    .dia [data-component=health-and-safety] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul li:before{
        margin:.625rem
    }
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p strong{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p strong{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p strong{
    margin-bottom:1rem;
    display:block
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a,.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content li a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a,.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content li a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity));
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a,.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content li a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a,.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content li a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content img{
    -o-object-fit:cover;
    object-fit:cover
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul{
    margin-top:1rem!important;
    gap:2.5rem!important
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0 !important;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul{
    --tw-text-opacity:1 !important;
    color:rgb(74 79 85 / var(--tw-text-opacity))!important
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul li{
    position:relative;
    padding-left:2rem
}
.dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    margin:.5rem!important;
    display:block!important;
    height:.5rem!important;
    width:.5rem!important;
    flex:0 0 8px;
    border-radius:9999px!important;
    --tw-bg-opacity:1 !important;
    background-color:rgb(148 176 111 / var(--tw-bg-opacity))!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul li:before{
        margin:.625rem!important
    }
}
.dia [data-component=accordion-element] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p strong{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=accordion-element] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p strong{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=accordion-element] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=accordion-element] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=accordion-element] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=accordion-element] [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content img{
    -o-object-fit:cover;
    object-fit:cover
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content{
    padding-bottom:1.5rem;
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content{
        padding-left:1.5rem;
        padding-right:1.5rem
    }
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul{
    margin-top:1rem!important;
    gap:2.5rem!important
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0 !important;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul{
    --tw-text-opacity:1 !important;
    color:rgb(74 79 85 / var(--tw-text-opacity))!important
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul li{
    position:relative;
    padding-left:2rem
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    margin:.5rem!important;
    display:block!important;
    height:.5rem!important;
    width:.5rem!important;
    flex:0 0 8px;
    border-radius:9999px!important;
    --tw-bg-opacity:1 !important;
    background-color:rgb(148 176 111 / var(--tw-bg-opacity))!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content ul li:before{
        margin:.625rem!important
    }
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p strong{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p strong{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p strong{
    margin-bottom:1rem;
    display:block
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a,.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content li a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a,.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content li a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content p a,.dia [data-component=tech-requirements] .tech-requirement__section li .headline-list-item__content li a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=tech-requirements] .accordion:after{
    content:" ";
    margin-top:.5rem;
    margin-bottom:.5rem;
    display:block;
    height:.125rem;
    --tw-bg-opacity:1;
    background-color:rgb(219 220 221 / var(--tw-bg-opacity))
}
.dia [data-component=tech-requirements] .accordion-description p strong{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .accordion-description p strong{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=tech-requirements] .accordion-description p strong{
    margin-bottom:1rem;
    display:block
}
.dia [data-component=tech-requirements] .accordion-description p a,.dia [data-component=tech-requirements] .accordion-description li a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .accordion-description p a,.dia [data-component=tech-requirements] .accordion-description li a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=tech-requirements] .accordion-description p a,.dia [data-component=tech-requirements] .accordion-description li a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=tech-requirements] .accordion-description img{
    -o-object-fit:cover;
    object-fit:cover
}
.dia [data-component=tech-requirements] .accordion-description ul{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .accordion-description ul{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=tech-requirements] .accordion-description ul{
    margin-top:1rem!important;
    gap:2.5rem!important
}
.dia [data-component=tech-requirements] .accordion-description ul>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0 !important;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important
}
.dia [data-component=tech-requirements] .accordion-description ul{
    --tw-text-opacity:1 !important;
    color:rgb(74 79 85 / var(--tw-text-opacity))!important
}
.dia [data-component=tech-requirements] .accordion-description ul li{
    position:relative;
    padding-left:2rem
}
.dia [data-component=tech-requirements] .accordion-description ul li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    margin:.5rem!important;
    display:block!important;
    height:.5rem!important;
    width:.5rem!important;
    flex:0 0 8px;
    border-radius:9999px!important;
    --tw-bg-opacity:1 !important;
    background-color:rgb(148 176 111 / var(--tw-bg-opacity))!important
}
@media (min-width: 1024px){
    .dia [data-component=tech-requirements] .accordion-description ul li:before{
        margin:.625rem!important
    }
}
.dia [data-component=hotel-information-template]{
    width:100%;
    max-width:120rem;
    margin-left:auto;
    margin-right:auto;
    padding:2.5rem 1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=hotel-information-template]{
        padding-left:3.5rem;
        padding-right:3.5rem
    }
}
@media (min-width: 1280px){
    .dia [data-component=hotel-information-template]{
        padding-left:7rem;
        padding-right:7rem
    }
}
@media (min-width: 1920px){
    .dia [data-component=hotel-information-template]{
        padding-left:22rem;
        padding-right:22rem
    }
}
@media (min-width: 1024px){
    .dia [data-component=hotel-information-template]{
        padding-top:3.5rem;
        padding-bottom:3.5rem
    }
}
.dia [data-component=hotel-information-template] h2.page-sub-title{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.25rem!important;
    font-weight:500!important;
    line-height:140%!important
}
@media (min-width: 1024px){
    .dia [data-component=hotel-information-template] h2.page-sub-title{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.5rem!important;
        font-weight:500!important;
        line-height:133.333%!important
    }
}
.dia [data-component=hotel-information-template] h2.page-sub-title{
    margin-top:1.5rem;
    margin-bottom:1rem;
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity))
}
@media (min-width: 1024px){
    .dia [data-component=hotel-information-template] h2.page-sub-title{
        margin-top:2.5rem;
        margin-bottom:1.5rem
    }
}
.dia [data-component=hotel-information-template] .listing-detail__section p{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=hotel-information-template] .listing-detail__section p{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=hotel-information-template] .listing-detail__section p{
    margin-bottom:1rem;
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=hotel-information-template] .listing-detail__section a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=hotel-information-template] .listing-detail__section a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=hotel-information-template] .listing-detail__section a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=hotel-information-template] .listing-detail__section a:hover{
    --tw-text-opacity:1;
    color:rgb(97 125 60 / var(--tw-text-opacity))
}
.dia [data-component=hotel-information-template] .listing-detail__section a:focus{
    text-decoration-line:underline
}
.dia [data-component=hotel-information-template] .listing-detail__section strong,.dia [data-component=hotel-information-template] .listing-detail__section u{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=hotel-information-template] .listing-detail__section strong,.dia [data-component=hotel-information-template] .listing-detail__section u{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=hotel-information-template] .listing-detail__section ul{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=hotel-information-template] .listing-detail__section ul{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=hotel-information-template] .listing-detail__section ul{
    margin-bottom:1rem;
    gap:2.5rem!important
}
.dia [data-component=hotel-information-template] .listing-detail__section ul>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0 !important;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important
}
.dia [data-component=hotel-information-template] .listing-detail__section ul{
    --tw-text-opacity:1 !important;
    color:rgb(74 79 85 / var(--tw-text-opacity))!important
}
.dia [data-component=hotel-information-template] .listing-detail__section ul li{
    position:relative;
    padding-left:2rem
}
.dia [data-component=hotel-information-template] .listing-detail__section ul li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    margin:.5rem!important;
    display:block!important;
    height:.5rem!important;
    width:.5rem!important;
    flex:0 0 8px;
    border-radius:9999px!important;
    --tw-bg-opacity:1 !important;
    background-color:rgb(148 176 111 / var(--tw-bg-opacity))!important
}
@media (min-width: 1024px){
    .dia [data-component=hotel-information-template] .listing-detail__section ul li:before{
        margin:.625rem!important
    }
}
.dia [data-component=hotel-information-template] .listing-detail__section br{
    display:none
}
.dia [data-component=hotel-information-template] .listing-detail__section p>a,.dia [data-component=hotel-information-template] .listing-detail__section strong>a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=hotel-information-template] .listing-detail__section p>a,.dia [data-component=hotel-information-template] .listing-detail__section strong>a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=hotel-information-template] .listing-detail__section p>a,.dia [data-component=hotel-information-template] .listing-detail__section strong>a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=hotel-information-template] .listing-detail__section p+a{
    float:right;
    margin-top:1rem;
    display:inline-flex!important;
    align-items:center!important;
    -moz-column-gap:.5rem!important;
    column-gap:.5rem!important;
    white-space:nowrap!important;
    padding:0!important;
    text-align:center!important;
    font-size:1.125rem!important;
    font-style:italic!important;
    --tw-text-opacity:1 !important;
    color:rgb(0 112 129 / var(--tw-text-opacity))!important;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;
    transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;
    transition-timing-function:cubic-bezier(.4,0,.2,1)!important;
    transition-duration:.15s!important
}
.dia [data-component=hotel-information-template] .listing-detail__section p+a:after{
    display:block!important;
    height:1rem!important;
    width:1rem!important;
    background-image:url(/images/blue-right-arrow-icon.svg)!important;
    --tw-content:"" !important;
    content:var(--tw-content)!important
}
.dia [data-component=hotel-information-template] .listing-detail__section p+a:hover{
    --tw-text-opacity:1 !important;
    color:rgb(0 84 97 / var(--tw-text-opacity))!important
}
.dia [data-component=hotel-information-template] .listing-detail__section p+a:hover:after{
    content:var(--tw-content)!important;
    background-image:url(/images/dark-blue-right-arrow-icon.svg)!important
}
@media (min-width: 1024px){
    .dia [data-component=hotel-information-template] .listing-detail__section p+a{
        margin-top:1.5rem;
        height:1.5rem!important;
        line-height:133.333%!important
    }
}
.dia [data-component=hotel-information-template] hr{
    display:none
}
.dia [data-component=video-card] div>p>em{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=video-card] div>p>em{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=video-card] div>p>em{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity))
}
.dia [data-component=button][data-component=video-card] div>p>em a svg{
    height:1rem;
    width:1rem
}
.dia [data-component=button][data-component=video-card] div>p>em a{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.125rem!important;
    font-weight:400!important;
    font-style:italic!important;
    line-height:133.333%!important;
    color:rgb(121 156 75 / var(--tw-text-opacity));
    height:1.5rem;
    --tw-text-opacity:1 !important;
    color:rgb(255 255 255 / var(--tw-text-opacity))!important
}
.dia [data-component=video-card] div+a[data-component=button]{
    margin-top:1rem;
    width:-moz-fit-content;
    width:fit-content;
    align-self:flex-end
}
@media (min-width: 1024px){
    .dia [data-component=video-card] div+a[data-component=button]{
        margin-top:1.5rem
    }
}
.dia [data-component=video-card] div video{
    margin-bottom:1rem;
    width:100%!important;
    border-radius:1rem
}
.dia [data-component=video-card] br{
    display:none
}
.dia [data-component=tab-bar]{
    position:relative;
    display:flex;
    height:4.5rem;
    align-items:center;
    justify-content:space-between;
    --tw-bg-opacity:1;
    background-color:rgb(244 244 244 / var(--tw-bg-opacity));
    padding:1.25rem 1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=tab-bar]{
        padding-left:3.75rem;
        padding-right:7rem
    }
}
.dia [data-component=tab-bar] .top-nav-list{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:.875rem!important;
    font-weight:500!important;
    line-height:142.857%!important
}
@media (min-width: 1024px){
    .dia [data-component=tab-bar] .top-nav-list{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
        font-size:1.125rem!important;
        font-weight:500;
        line-height:133.333%
    }
}
.dia [data-component=tab-bar] .top-nav-list{
    display:flex;
    -moz-column-gap:1.5rem;
    column-gap:1.5rem;
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
@media (min-width: 768px){
    .dia [data-component=tab-bar] .top-nav-list{
        -moz-column-gap:2rem;
        column-gap:2rem
    }
}
@media (min-width: 1024px){
    .dia [data-component=tab-bar] .top-nav-list{
        margin-top:.1875rem!important
    }
    .dia [data-component=tab-bar] .top-nav-list-item:last-child{
        padding-right:62px!important
    }
}
@media (min-width: 320px) {
    .dia [data-component=tab-bar] .top-nav-list-item:last-child {
        padding-right: 160px !important;
    }

    .dia [data-component=tab-bar] .splide__list {
        padding-left: 0.875rem !important;
        white-space: nowrap !important;
        display: flex !important;
    }

    .dia [data-component=tab-bar] .splide__track {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        /* Hide scrollbar - Firefox */
        scrollbar-width: none !important;
        /* Hide scrollbar - IE and Edge Legacy */
        -ms-overflow-style: none !important;
        /* Visually hide scrollbar space (Chrome/Edge/Safari fallback) */
        margin-bottom: -17px !important;
        padding-bottom: 17px !important;
    }

        .dia [data-component=tab-bar] .splide__track::-webkit-scrollbar {
            height: 0px !important;
            background: transparent !important;
            display: none !important;
        }
}
.dia [data-component=tab-bar] .top-nav-list-item{
    position:relative
}
.dia [data-component=tab-bar] .top-nav-list-item:after{
    content:"";
    display:block;
    height:.1875rem;
    width:0;
    background-color:transparent;
    transition-property:width;
    transition-duration:.5s;
    transition-timing-function:cubic-bezier(.4,0,.2,1)
}
.dia [data-component=tab-bar] .top-nav-list-item:hover,.dia [data-component=tab-bar] .active.top-nav-list-item{
    --tw-text-opacity:1;
    color:rgb(30 32 34 / var(--tw-text-opacity))
}
.dia [data-component=tab-bar] .top-nav-list-item:hover:after{
    width:100%;
    --tw-bg-opacity:1;
    background-color:rgb(244 244 244 / var(--tw-bg-opacity))
}
.dia [data-component=tab-bar] .active.top-nav-list-item:after{
    width:100%;
    background-image:linear-gradient(to right,var(--tw-gradient-stops));
    --tw-gradient-from:#007665 var(--tw-gradient-from-position);
    --tw-gradient-to:rgb(0 118 101 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to:#018295 var(--tw-gradient-to-position)
}
.dia [data-component=tab-bar] .top-nav-button{
    background:linear-gradient(270deg,#f4f4f4 74.58%,rgba(244,244,244,0) 100%)
}
@media (min-width: 1024px){
    .dia [data-component=tab-bar] .splide__list{
        padding-left:3.875rem!important
    }
}
.dia [data-component=tab-bar] .splide__arrow{
    opacity:1;
    visibility:visible;
    border-radius:0
}
.dia [data-component=tab-bar] .splide__arrow:hover:not(:disabled){
    opacity:1
}
.dia [data-component=tab-bar] .splide__arrow[disabled]{
    visibility:hidden;
    opacity:0
}
    .dia [data-component=tab-bar] .splide__arrow.splide__arrow--prev {
        --tw-bg-opacity: 1;
        display: none !important;
        background-color: rgb(244 244 244 / var(--tw-bg-opacity));
        left: 0;
        right: inherit;
        width: 9.375rem;
        height: 4.5rem;
        gap: 1.5rem;
        background: linear-gradient(270deg,rgba(244,244,244,0) 0%,#f4f4f4 29.17%)
    }
    .dia [data-component=tab-bar] .splide__arrow.splide__arrow--next {
        --tw-bg-opacity: 1;
        display: none !important;
        background-color: rgb(244 244 244 / var(--tw-bg-opacity));
        left: inherit;
        right: 0;
        width: 9.375rem;
        height: 4.5rem;
        gap: 1.5rem;
        background: linear-gradient(270deg,#f4f4f4 74.58%,rgba(244,244,244,0) 100%)
    }
.dia [data-component=virtual-experience] .article-detail{
    --tw-bg-opacity:1;
    background-color:rgb(0 39 45 / var(--tw-bg-opacity));
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity));
    width:100%;
    max-width:120rem;
    margin-left:auto;
    margin-right:auto;
    padding:2.5rem 1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=virtual-experience] .article-detail{
        padding-left:3.5rem;
        padding-right:3.5rem
    }
}
@media (min-width: 1280px){
    .dia [data-component=virtual-experience] .article-detail{
        padding-left:7rem;
        padding-right:7rem
    }
}
@media (min-width: 1920px){
    .dia [data-component=virtual-experience] .article-detail{
        padding-left:22rem;
        padding-right:22rem
    }
}
@media (min-width: 1024px){
    .dia [data-component=virtual-experience] .article-detail{
        padding-top:3.5rem;
        padding-bottom:3.5rem
    }
}
.dia [data-component=virtual-experience] .member-notice{
    display:grid;
    flex:1 1 0%;
    border-style:none;
    --tw-gradient-from:#007665 var(--tw-gradient-from-position);
    --tw-gradient-to:rgb(0 118 101 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to:#018295 var(--tw-gradient-to-position)
}
.dia [data-component=virtual-experience] .member-notice:before{
    margin-bottom:1rem;
    display:flex;
    height:.25rem;
    width:100%;
    border-radius:9999px;
    background-image:linear-gradient(to right,var(--tw-gradient-stops));
    --tw-content:"";
    content:var(--tw-content)
}
@media (min-width: 1024px){
    .dia [data-component=virtual-experience] .member-notice{
        grid-template-columns:8px 1fr;
        -moz-column-gap:1rem;
        column-gap:1rem
    }
    .dia [data-component=virtual-experience] .member-notice:before{
        grid-row-start:1;
        grid-row-end:5;
        margin-bottom:0;
        height:100%;
        width:.5rem;
        content:var(--tw-content);
        background-image:linear-gradient(to bottom,var(--tw-gradient-stops))
    }
}
.dia [data-component=virtual-experience] .article-title{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.25rem!important;
    font-weight:500!important;
    line-height:140%!important
}
@media (min-width: 1024px){
    .dia [data-component=virtual-experience] .article-title{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.5rem!important;
        font-weight:500!important;
        line-height:133.333%!important
    }
}
.dia [data-component=virtual-experience] .article-title{
    padding:1rem;
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=virtual-experience] .member-teaser{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=virtual-experience] .member-teaser{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=virtual-experience] .member-teaser{
    padding-left:1rem;
    padding-right:1rem
}
@media (min-width: 1024px){
    .dia [data-component=virtual-experience] .member-teaser{
        grid-column-start:2
    }
}
.dia [data-component=virtual-experience] .member-teaser u a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=virtual-experience] .member-teaser u{
    text-decoration-line:none
}
.dia [data-component=virtual-experience] .membership-links{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:.75rem;
    padding:2rem 1rem 1rem
}
@media (min-width: 1024px){
    .dia [data-component=virtual-experience] .membership-links{
        grid-column-start:2;
        gap:2rem
    }
}
.dia [data-component=virtual-experience] .membership-links a:not(.button){
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.125rem!important;
    font-weight:400!important;
    font-style:italic!important;
    line-height:133.333%!important;
    color:rgb(121 156 75 / var(--tw-text-opacity));
    order:1;
    margin-bottom:0;
    display:inline-flex;
    align-items:center;
    -moz-column-gap:.5rem;
    column-gap:.5rem;
    white-space:nowrap;
    --tw-text-opacity:1 !important;
    color:rgb(255 255 255 / var(--tw-text-opacity))!important
}
.dia [data-component=virtual-experience] .membership-links a:not(.button):after{
    display:block;
    height:1rem;
    width:1rem;
    background-image:url(/images/white-right-arrow-icon.svg);
    --tw-content:"";
    content:var(--tw-content)
}
.dia [data-component=virtual-experience] .membership-links a.button{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    font-size:1.125rem!important;
    font-weight:500;
    line-height:133.333%;
    display:inline-flex;
    height:2.5rem;
    cursor:pointer;
    align-items:center;
    justify-content:center;
    -moz-column-gap:.5rem;
    column-gap:.5rem;
    white-space:nowrap;
    border-radius:.5rem;
    border-width:1px!important;
    border-style:solid!important;
    --tw-border-opacity:1;
    border-color:rgb(121 156 75 / var(--tw-border-opacity));
    padding:.5rem .75rem;
    text-align:center;
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity));
    transition-property:all;
    transition-duration:.3s;
    transition-timing-function:cubic-bezier(.4,0,.2,1)
}
.dia [data-component=virtual-experience] .membership-links a.button:after{
    display:block;
    height:1rem;
    width:1rem;
    background-image:url(/images/green-right-arrow-icon.svg);
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity));
    --tw-content:"";
    content:var(--tw-content)
}
.dia [data-component=virtual-experience] .membership-links a.button:hover{
    --tw-border-opacity:1;
    border-color:rgb(73 94 45 / var(--tw-border-opacity));
    --tw-text-opacity:1;
    color:rgb(73 94 45 / var(--tw-text-opacity))
}
.dia [data-component=virtual-experience] .membership-links a.button:hover:after{
    content:var(--tw-content);
    background-image:url(/images/dark-green-right-arrow-icon.svg)
}
.dia [data-component=virtual-experience] .membership-links a.button:active{
    border-width:2px
}
.dia [data-component=virtual-experience] br{
    display:none
}
.dia [data-component=virtual-experience] .accordion:not(:last-child):after{
    content:" ";
    margin-top:.5rem;
    margin-bottom:.5rem;
    display:block;
    height:.125rem;
    --tw-bg-opacity:1;
    background-color:rgb(219 220 221 / var(--tw-bg-opacity))
}
.dia [data-component=continuing-education]{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=continuing-education]{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=continuing-education]>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}
.dia [data-component=continuing-education]{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity));
    width:100%;
    max-width:120rem;
    margin-left:auto;
    margin-right:auto;
    padding:2.5rem 1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=continuing-education]{
        padding-left:3.5rem;
        padding-right:3.5rem
    }
    .dia .managementTable {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
}
@media (min-width: 1280px){
    .dia [data-component=continuing-education]{
        padding-left:7rem;
        padding-right:7rem
    }
    .dia .managementTable {
        padding-left: 7rem;
        padding-right: 7rem
    }
}
@media (min-width: 1920px){
    .dia [data-component=continuing-education]{
        padding-left:22rem;
        padding-right:22rem
    }
    .dia .managementTable {
        padding-left: 22rem;
        padding-right: 22rem
    }
}
@media (min-width: 1024px){
    .dia [data-component=continuing-education]>:not([hidden])~:not([hidden]){
        --tw-space-y-reverse:0;
        margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
    }
    .dia [data-component=continuing-education]{
        padding-top:3.5rem;
        padding-bottom:3.5rem
    }
}
.dia [data-component=continuing-education] strong{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=continuing-education] strong{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=continuing-education] b{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=continuing-education] b{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=continuing-education] a{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=continuing-education] a{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:500!important;
        line-height:155.556%!important
    }
}
.dia [data-component=continuing-education] a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=continuing-education] ul,.dia [data-component=continuing-education] ol{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=continuing-education] ul,.dia [data-component=continuing-education] ol{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=continuing-education] ul>:not([hidden])~:not([hidden]),.dia [data-component=continuing-education] ol>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0 !important;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)))!important;
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))!important
}
.dia [data-component=continuing-education] ul,.dia [data-component=continuing-education] ol{
    --tw-text-opacity:1 !important;
    color:rgb(74 79 85 / var(--tw-text-opacity))!important
}
.dia [data-component=continuing-education] ul+b{
    margin-top:1rem!important;
    display:inline-block
}
@media (min-width: 1024px){
    .dia [data-component=continuing-education] ul+b{
        margin-top:1.5rem!important
    }
}
.dia [data-component=continuing-education] ul li,.dia [data-component=continuing-education] ol li{
    position:relative;
    padding-left:2rem
}
.dia [data-component=continuing-education] ul li:before,.dia [data-component=continuing-education] ol li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    margin:.5rem!important;
    display:block!important;
    height:.5rem!important;
    width:.5rem!important;
    flex:0 0 8px;
    border-radius:9999px!important;
    --tw-bg-opacity:1 !important;
    background-color:rgb(148 176 111 / var(--tw-bg-opacity))!important
}
@media (min-width: 1024px){
    .dia [data-component=continuing-education] ul li:before,.dia [data-component=continuing-education] ol li:before{
        margin:.625rem!important
    }
}
.dia [data-component=continuing-education] p:empty{
    display:none
}
.dia [data-component=justification-letter] .justification-letter__section>hr{
    margin-top:1.5rem;
    margin-bottom:1.5rem;
    background-image:linear-gradient(to right,var(--tw-gradient-stops));
    --tw-gradient-from:#007665 var(--tw-gradient-from-position);
    --tw-gradient-to:rgb(0 118 101 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to:#018295 var(--tw-gradient-to-position);
    padding:1px
}
@media (min-width: 1024px){
    .dia [data-component=justification-letter] .justification-letter__section>hr{
        margin-top:2.5rem;
        margin-bottom:2.5rem
    }
}
.dia [data-component=justification-letter] .justification-letter__section>p{
    margin-left:1.5rem;
    margin-right:1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=justification-letter] .justification-letter__section>p{
        margin-left:2.5rem;
        margin-right:2.5rem
    }
}
.dia [data-component=justification-letter] .justification-letter__section>p>strong{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.25rem!important;
    font-weight:500!important;
    line-height:140%!important
}
@media (min-width: 1024px){
    .dia [data-component=justification-letter] .justification-letter__section>p>strong{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.5rem!important;
        font-weight:500!important;
        line-height:133.333%!important
    }
}
.dia [data-component=justification-letter] .justification-letter__section>p>strong{
    display:block;
    padding-bottom:.5rem;
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity))
}
@media (min-width: 1024px){
    .dia [data-component=justification-letter] .justification-letter__section>p>strong{
        padding-bottom:1rem
    }
}
.dia [data-component=justification-letter] .justification-letter__section>p>em{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=justification-letter] .justification-letter__section>p>em{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=justification-letter] .justification-letter__section>p>em{
    font-style:normal;
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=justification-letter] .justification-letter__section>p>em>a{
    --tw-text-opacity:1;
    color:rgb(0 112 129 / var(--tw-text-opacity))
}
.dia [data-component=justification-letter] .justification-letter__section>p>em>a:hover{
    --tw-text-opacity:1;
    color:rgb(0 84 97 / var(--tw-text-opacity))
}
.dia [data-component=event-agenda-detail] .speakers>h3{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:2rem!important;
    font-weight:700!important;
    line-height:125%!important
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .speakers>h3{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:3rem!important;
        font-weight:700!important;
        line-height:116.667%!important
    }
}
.dia [data-component=event-agenda-detail] .speakers>h3{
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity));
    width:100%;
    max-width:120rem;
    margin-left:auto;
    margin-right:auto;
    padding-left:1.5rem;
    padding-right:1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .speakers>h3{
        padding-left:3.5rem;
        padding-right:3.5rem
    }
}
@media (min-width: 1280px){
    .dia [data-component=event-agenda-detail] .speakers>h3{
        padding-left:7rem;
        padding-right:7rem
    }
}
@media (min-width: 1920px){
    .dia [data-component=event-agenda-detail] .speakers>h3{
        padding-left:22rem;
        padding-right:22rem
    }
}
.dia [data-component=event-agenda-detail] .speaker-detail{
    width:100%;
    max-width:120rem;
    margin-left:auto;
    margin-right:auto;
    padding-left:1.5rem;
    padding-right:1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .speaker-detail{
        padding-left:3.5rem;
        padding-right:3.5rem
    }
}
@media (min-width: 1280px){
    .dia [data-component=event-agenda-detail] .speaker-detail{
        padding-left:7rem;
        padding-right:7rem
    }
}
@media (min-width: 1920px){
    .dia [data-component=event-agenda-detail] .speaker-detail{
        padding-left:22rem;
        padding-right:22rem
    }
}
.dia [data-component=event-agenda-detail] .speaker-detail p+p{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .speaker-detail p+p{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=event-agenda-detail] .speaker-detail p+p{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=event-agenda-detail] .speakers>h3{
    margin-bottom:2.5rem
}
.dia [data-component=event-agenda-detail] .speakers .speaker-detail{
    margin-bottom:2.5rem
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .speakers .speaker-detail{
        margin-bottom:50px
    }
}
.dia [data-component=event-agenda-detail] .speakers .speaker-detail{
    margin-top:1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .speakers .speaker-detail{
        margin-top:0
    }
}
.dia [data-component=event-agenda-detail] .bullets{
    padding-bottom:2.5rem;
    width:100%;
    max-width:120rem;
    margin-left:auto;
    margin-right:auto;
    padding-left:1.5rem;
    padding-right:1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets{
        padding-left:3.5rem;
        padding-right:3.5rem
    }
}
@media (min-width: 1280px){
    .dia [data-component=event-agenda-detail] .bullets{
        padding-left:7rem;
        padding-right:7rem
    }
}
@media (min-width: 1920px){
    .dia [data-component=event-agenda-detail] .bullets{
        padding-left:22rem;
        padding-right:22rem
    }
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets{
        padding-bottom:3.5rem
    }
}
.dia [data-component=event-agenda-detail] .bullets:has(ul){
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:2rem!important;
    font-weight:700!important;
    line-height:125%!important
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets:has(ul){
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:3rem!important;
        font-weight:700!important;
        line-height:116.667%!important
    }
}
.dia [data-component=event-agenda-detail] .bullets:has(ul){
    margin-top:2.5rem;
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity))
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets:has(ul){
        margin-top:3.5rem
    }
}
.dia [data-component=event-agenda-detail] .bullets ul:has(li){
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets ul:has(li){
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=event-agenda-detail] .bullets ul:has(li){
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=event-agenda-detail] .bullets ul{
    margin-top:1rem;
    display:grid;
    row-gap:1rem!important;
    -moz-column-gap:2.5rem!important;
    column-gap:2.5rem!important
}
.dia [data-component=event-agenda-detail] .bullets ul>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0 !important;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)))!important;
    margin-bottom:calc(0px * var(--tw-space-y-reverse))!important
}
.dia [data-component=event-agenda-detail] .bullets ul{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets ul{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=event-agenda-detail] .bullets ul{
    margin-top:1rem;
    gap:2.5rem
}
.dia [data-component=event-agenda-detail] .bullets ul>:not([hidden])~:not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}
.dia [data-component=event-agenda-detail] .bullets ul{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=event-agenda-detail] .bullets ul li{
    display:grid;
    grid-template-columns:28px 1fr;
    -moz-column-gap:.25rem;
    column-gap:.25rem
}
.dia [data-component=event-agenda-detail] .bullets ul li:before{
    content:"";
    margin:.5rem;
    display:block;
    height:.5rem;
    width:.5rem;
    border-radius:9999px;
    --tw-bg-opacity:1;
    background-color:rgb(121 156 75 / var(--tw-bg-opacity))
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets ul li:before{
        margin:.625rem
    }
    .dia [data-component=event-agenda-detail] .bullets ul{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}
.dia [data-component=event-agenda-detail] .bullets h3{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:2rem!important;
    font-weight:700!important;
    line-height:125%!important
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets h3{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:3rem!important;
        font-weight:700!important;
        line-height:116.667%!important
    }
}
.dia [data-component=event-agenda-detail] .bullets h3{
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity))
}
.dia [data-component=event-agenda-detail] .bullets h5{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.25rem!important;
    font-weight:500!important;
    line-height:140%!important
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets h5{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.5rem!important;
        font-weight:500!important;
        line-height:133.333%!important
    }
}
.dia [data-component=event-agenda-detail] .bullets h5{
    margin-top:1rem;
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity))
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets h5{
        margin-top:2.5rem
    }
}
.dia [data-component=event-agenda-detail] .bullets p{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.125rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets p{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.25rem!important;
        font-weight:500!important;
        line-height:140%!important
    }
}
.dia [data-component=event-agenda-detail] .bullets p{
    margin-top:1rem;
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets p{
        --tw-text-opacity:1;
        color:rgb(44 47 51 / var(--tw-text-opacity))
    }
}
.dia [data-component=event-agenda-detail] .bullets ul .speaker-detail{
    position:relative;
    display:block;
    min-height:170px
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets ul .speaker-detail{
        padding-left:210px!important
    }
}
@media (min-width: 1280px){
    .dia [data-component=event-agenda-detail] .bullets ul .speaker-detail{
        min-height:234px;
        padding-left:274px!important
    }
}
@media (min-width: 1440px){
    .dia [data-component=event-agenda-detail] .bullets ul .speaker-detail{
        min-height:274px;
        padding-left:314px!important
    }
}
.dia [data-component=event-agenda-detail] .bullets ul .speaker-detail{
    top:0;
    left:0
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets ul .speaker-detail{
        position:absolute
    }
}
.dia [data-component=event-agenda-detail] .bullets ul .speaker-detail{
    margin-bottom:1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-detail] .bullets ul .speaker-detail{
        margin-bottom:0
    }
}
.dia [data-component=event-agenda-detail] br{
    display:none
}
.dia [data-component=event-agenda-detail] p:empty{
    display:none
}
.dia [data-component=event-agenda-header] .listing-header__event-headers p{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-header] .listing-header__event-headers p{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=event-agenda-header] .listing-header__event-headers p{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=event-agenda-header] .listing-header__event-headers p strong{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:.875rem!important;
    font-weight:500!important;
    line-height:142.857%!important
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-header] .listing-header__event-headers p strong{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
        font-size:1.125rem!important;
        font-weight:500;
        line-height:133.333%
    }
}
.dia [data-component=event-agenda-header] .listing-header__event-headers p strong{
    margin-bottom:.75rem;
    display:block;
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity))
}
.dia [data-component=event-agenda-header] .listing-header__event-headers p strong a{
    --tw-text-opacity:1;
    color:rgb(121 156 75 / var(--tw-text-opacity))
}
.dia [data-component=event-agenda-header] p{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=event-agenda-header] p{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=event-agenda-header] p{
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
.dia [data-component=sign-in-card] .custom-checkbox{
    position:relative;
    display:inline-flex;
    cursor:pointer;
    align-items:center
}
.dia [data-component=sign-in-card] .custom-checkbox input{
    position:absolute;
    cursor:pointer;
    opacity:0
}
.dia [data-component=sign-in-card] .custom-checkbox label{
    z-index:2;
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:.875rem!important;
    font-weight:325!important;
    line-height:142.857%!important;
    position:relative;
    cursor:pointer;
    padding-left:2rem;
    line-height:1.5rem!important
}
.dia [data-component=sign-in-card] .custom-checkbox span{
    top:0;
    left:0;
    width:1.5rem;
    height:1.5rem;
    z-index:1;
    pointer-events:none;
    position:absolute;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:.25rem;
    border-width:2px;
    border-style:solid;
    --tw-border-opacity:1;
    border-color:rgb(1 130 149 / var(--tw-border-opacity));
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity))
}
.dia [data-component=sign-in-card] .custom-checkbox input:checked+span{
    --tw-border-opacity:1;
    border-color:rgb(1 130 149 / var(--tw-border-opacity));
    --tw-bg-opacity:1;
    background-color:rgb(1 130 149 / var(--tw-bg-opacity))
}
.dia [data-component=sign-in-card] .custom-checkbox span:after{
    content:"";
    position:absolute;
    display:none
}
.dia [data-component=sign-in-card] .custom-checkbox input:checked+span:after{
    display:block
}
.dia [data-component=sign-in-card] .custom-checkbox span:after{
    top:4px;
    width:.3125rem;
    height:.625rem;
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
    border-style:solid;
    --tw-border-opacity:1;
    border-color:rgb(255 255 255 / var(--tw-border-opacity))
}
.dia [data-component=input-field]{
    display:flex;
    width:100%;
    flex-direction:column;
    gap:.25rem
}
.dia [data-component=input-field] input{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:.875rem!important;
    font-weight:325!important;
    line-height:142.857%!important;
    display:flex;
    width:100%;
    flex-shrink:0;
    align-items:center;
    justify-content:space-between;
    border-radius:.5rem;
    border-width:1px;
    --tw-border-opacity:1;
    border-color:rgb(219 220 221 / var(--tw-border-opacity));
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity));
    padding:.5625rem .75rem;
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity));
    outline:2px solid transparent;
    outline-offset:2px
}
.dia [data-component=input-field] input:focus{
    --tw-border-opacity:1;
    border-color:rgb(128 132 136 / var(--tw-border-opacity));
    outline:2px solid transparent;
    outline-offset:2px
}
.dia [data-component=input-field] input:active{
    --tw-border-opacity:1;
    border-color:rgb(128 132 136 / var(--tw-border-opacity))
}
.dia [data-component=input-field] input:disabled{
    opacity:.5
}
.dia [data-component=input-field] input[aria-invalid=true]{
    --tw-border-opacity:1;
    border-color:rgb(175 65 112 / var(--tw-border-opacity));
    --tw-text-opacity:1;
    color:rgb(100 26 58 / var(--tw-text-opacity))
}
.dia [data-component=input-field] input[aria-invalid=true]:focus{
    --tw-border-opacity:1;
    border-color:rgb(100 26 58 / var(--tw-border-opacity));
    --tw-ring-opacity:1;
    --tw-ring-color:rgb(100 26 58 / var(--tw-ring-opacity))
}
.dia [data-component=input-field] input[aria-invalid=true]:active{
    --tw-border-opacity:1;
    border-color:rgb(100 26 58 / var(--tw-border-opacity))
}
.dia [data-component=input-field] input[aria-invalid=true]::-webkit-input-placeholder{
    --tw-text-opacity:1;
    color:rgb(100 26 58 / var(--tw-text-opacity))
}
.dia [data-component=input-field] input[aria-invalid=true]~.errormessage{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:.75rem!important;
    font-weight:325!important;
    line-height:133.333%!important;
    min-height:1rem;
    flex:1 1 0%;
    padding-left:.75rem;
    --tw-text-opacity:1;
    color:rgb(175 65 112 / var(--tw-text-opacity))
}
.download-program {
    background-color: #f5f5f5;
    padding: 2rem 1rem;
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.download-program__container {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-direction: column;
    max-width: 1100px; /* Matches the 2nd image width */
    width: 100%;
    gap: 50px;
}

.download-program__icon img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 767px) {
    .download-program__icon img {
        margin-left: 9px !important;
    }
}

@media (min-width: 1024px) {
    .download-program__icon img {
        margin-left: 79px !important;
    }
}

@media (min-width: 1440px) {
    .download-program__icon img {
        margin-left: 0px !important;
    }
}

@media (min-width: 2560px) {
    .download-program__icon img {
        margin-left: 0px !important;
    }
}

.download-program__info {
    text-align: center;
}

    .download-program__info h3 {
        margin: 0 0 0.5rem;
        font-size: 1.5rem;
        font-weight: 700;
        color: #1e1e1e;
    }

    .download-program__info p {
        margin: 0 0 1rem;
        font-size: 1rem;
        color: #333;
        line-height: 1.5;
    }

    .download-program__info a {
        display: inline-block;
        font-size: 0.95rem;
        font-style: italic;
        color: #007681;
        text-decoration: none;
        font-weight: 600;
    }

        .download-program__info a:hover {
            text-decoration: underline;
        }

/* Desktop layout */
@media (min-width: 768px) {
    .download-program__container {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .download-program__info {
        flex: 1;
    }
}

[data-component="download-program"] .download-program__info a::after {
    display: inline-block !important;
    height: 1rem !important;
    width: 1rem !important;
    background-image: url(/images/blue-right-arrow-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    content: "" !important;
    margin-left: 0.5rem !important;
    vertical-align: middle !important;
}
.dia [data-component=download-program]{
    --tw-bg-opacity:1;
    background-color:rgb(244 244 244 / var(--tw-bg-opacity))
}
.dia [data-component=download-program] .download-program__section{
    font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1rem!important;
    font-weight:325!important;
    line-height:150%!important
}
@media (min-width: 1024px){
    .dia [data-component=download-program] .download-program__section{
        font-family:Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.125rem!important;
        font-weight:325!important;
        line-height:155.556%!important
    }
}
.dia [data-component=download-program] .download-program__section{
    display:grid;
    grid-template-columns:4rem 1fr;
    -moz-column-gap:1rem;
    column-gap:1rem;
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity));
    width:100%;
    max-width:120rem;
    margin-left:auto;
    margin-right:auto;
    padding:1.5rem
}
@media (min-width: 1024px){
    .dia [data-component=download-program] .download-program__section{
        padding-left:3.5rem;
        padding-right:3.5rem
    }
}
@media (min-width: 1280px){
    .dia [data-component=download-program] .download-program__section{
        padding-left:7rem;
        padding-right:7rem
    }
}
@media (min-width: 1920px){
    .dia [data-component=download-program] .download-program__section{
        padding-left:22rem;
        padding-right:22rem
    }
}
@media (min-width: 1024px){
    .dia [data-component=download-program] .download-program__section{
        grid-template-columns:6.313rem 1fr;
        align-items:center;
        -moz-column-gap:1.5rem;
        column-gap:1.5rem
    }
}
.dia [data-component=download-program] .download-program__section img{
    grid-row:span 4 / span 4;
    aspect-ratio:5/7;
    -o-object-fit:cover;
    object-fit:cover
}
@media (min-width: 1024px){
    .dia [data-component=download-program] .download-program__section img{
        grid-row:auto;
        aspect-ratio:2/1;
        height:8.75rem
    }
}
.dia [data-component=download-program] .download-program__content{
    /*display:grid;*/
    -moz-column-gap:1rem;
    column-gap:1rem
}
@media (min-width: 1024px){
    .dia [data-component=download-program] .download-program__content{
        /*grid-template-columns:19.625rem 1fr max-content;*/
        align-items:center;
        -moz-column-gap:1.5rem;
        column-gap:1.5rem
    }
}
.dia [data-component=download-program] .download-program__content h3{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:1.5rem!important;
    font-weight:700!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=download-program] .download-program__content h3{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:2rem!important;
        font-weight:700!important;
        line-height:125%!important
    }
}
.dia [data-component=download-program] .download-program__content h3{
    margin-bottom:.5rem;
    --tw-text-opacity:1;
    color:rgb(44 47 51 / var(--tw-text-opacity))
}
@media (min-width: 1024px){
    .dia [data-component=download-program] .download-program__content h3{
        margin:auto;
        padding-left:1rem
    }
    .dia [data-component=download-program] .download-program__content p{
        padding-left:1rem
    }
}
.dia [data-component=download-program] .download-program__content a {
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 1rem;
    display: inline-flex !important;
    align-items: center !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important;
    white-space: nowrap !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 1.125rem !important;
    font-style: italic !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 112 129 / var(--tw-text-opacity)) !important;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter !important;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter !important;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
    transition-duration: .15s !important
}
.dia [data-component=download-program] .download-program__content a:after{
    display:block!important;
    height:1rem!important;
    width:1rem!important;
    background-image:url(/images/blue-right-arrow-icon.svg)!important;
    --tw-content:"" !important;
    content:var(--tw-content)!important
}
.dia [data-component=download-program] .download-program__content a:hover{
    --tw-text-opacity:1 !important;
    color:rgb(0 84 97 / var(--tw-text-opacity))!important
}
.dia [data-component=download-program] .download-program__content a:hover:after{
    content:var(--tw-content)!important;
    background-image:url(/images/dark-blue-right-arrow-icon.svg)!important
}
@media (min-width: 1024px){
    .dia [data-component=download-program] .download-program__content a {
        margin-left: 15px;
        margin-top: 1.5rem;
        height: 1.5rem !important;
        line-height: 133.333% !important;
        margin-top: 0 !important;
        justify-content: normal;
    }
}

.dia [data-component=main-nav]{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    -moz-column-gap:1rem;
    column-gap:1rem;
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top:1rem;
    padding-bottom:1rem
}
@media (min-width: 1280px){
    .dia [data-component=main-nav]{
        justify-content:space-between;
        -moz-column-gap:1.5rem;
        column-gap:1.5rem;
        padding-left:2rem;
        padding-right:2rem
    }
}
.dia [data-component=main-nav] .scroll-smooth::-webkit-scrollbar{
    display:none!important
}
.dia [data-component=main-nav] .scroll-smooth{
    scrollbar-width:none!important
}
.dia [data-component=main-nav] form:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    height:100%;
    width:100%;
    border-radius:.5rem;
    background-image:linear-gradient(to right,var(--tw-gradient-stops));
    --tw-gradient-from:#799C4B var(--tw-gradient-from-position);
    --tw-gradient-to:rgb(121 156 75 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to:#018295 var(--tw-gradient-to-position)
}
@media (min-width: 1280px){
    .dia [data-component=main-nav] form:after{
        height:100%
    }
}
.dia [data-component=main-nav] form input::-webkit-search-cancel-button{
    display:none
}
.dia [data-component=main-nav] form button svg{
    --tw-text-opacity:1;
    color:rgb(128 132 136 / var(--tw-text-opacity))
}
.dia [data-component=main-nav] form input:focus+button svg{
    --tw-text-opacity:1;
    color:rgb(1 130 149 / var(--tw-text-opacity))
}
.dia [data-component=main-nav] .top-nav-list-item:hover,.dia [data-component=main-nav] .active.top-nav-list-item{
    --tw-text-opacity:1;
    color:rgb(30 32 34 / var(--tw-text-opacity))
}
.dia [data-component=main-nav] .more-arrow-prev{
    left:0;
    width:11.5625rem;
    gap:1.5rem;
    z-index:2;
    background:linear-gradient(270deg,rgba(255,255,255,.6) 0%,#fff 83.96%)
}
.dia [data-component=main-nav] .more-arrow-next{
    right:0;
    width:11.5625rem;
    gap:1.5rem;
    background:linear-gradient(270deg,#fff 36.96%,rgba(255,255,255,.6) 100%)
}
.dia [data-component=main-nav] .accordion:not(:last-child):after{
    content:" ";
    display:block;
    height:.125rem;
    --tw-bg-opacity:1;
    background-color:rgb(219 220 221 / var(--tw-bg-opacity))
}
.dia [data-component=table] table thead tr th,.dia [data-component=table] table tbody tr td{
    /*word-break:break-all;*/
    padding:.75rem .25rem;
    --tw-text-opacity:1;
    color:rgb(74 79 85 / var(--tw-text-opacity))
}
@media (min-width: 375px){
    .dia [data-component=table] table thead tr th,.dia [data-component=table] table tbody tr td{
        overflow-wrap:normal;
        /*word-break:normal*/
    }
}
@media (min-width: 1024px){
    .dia [data-component=table] table thead tr th,.dia [data-component=table] table tbody tr td{
        padding:1.5rem .75rem
    }
}
.dia [data-component=table] table thead tr th{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:.75rem!important;
    font-weight:325!important;
    line-height:133.333%!important
}
@media (min-width: 1024px){
    .dia [data-component=table] table thead tr th{
        font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
        font-size:1.25rem!important;
        font-weight:325!important;
        line-height:140%!important
    }
}
.dia [data-component=table] table tbody tr td{
    font-family:Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;
    font-size:.75rem!important;
    font-weight:500!important;
    line-height:133.333%!important
}
@media (min-width: 1024px) {
    .dia [data-component=table] table tbody tr td {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.25rem !important;
        font-weight: 500 !important;
        line-height: 140% !important
    }
}
    @media (min-width: 1024px) {
        .dia [data-component=table] table tbody tr {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.25rem !important;
            font-weight: 500 !important;
            line-height: 140% !important
        }
    }

    .dia [data-component=table] table tbody tr {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

        .dia [data-component=table] table tbody tr:nth-child(odd) {
            --tw-bg-opacity: 1;
            background-color: rgb(244 244 244 / var(--tw-bg-opacity))
        }

        .dia [data-component=table] table tbody tr:nth-child(2n) {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity))
        }

        .dia [data-component=table] table tbody tr:last-child td:first-child {
            border-radius: 0 0 0 8px
        }

        .dia [data-component=table] table tbody tr:last-child td:last-child {
            border-radius: 0 0 8px
        }

    @media (min-width: 375px) {
        .dia [data-component=table] table thead tr th:first-child, .dia [data-component=table] table tbody tr td:first-child {
            width: 5.0625rem
        }
    }

    @media (min-width: 414px) {
        .dia [data-component=table] table thead tr th:first-child, .dia [data-component=table] table tbody tr td:first-child {
            width: 7.5rem
        }
    }

    @media (min-width: 768px) {
        .dia [data-component=table] table thead tr th:first-child, .dia [data-component=table] table tbody tr td:first-child {
            width: 29.625rem
        }
    }

    @media (min-width: 1024px) {
        .dia [data-component=table] table thead tr th:first-child, .dia [data-component=table] table tbody tr td:first-child {
            width: 25rem
        }
    }

    @media (min-width: 1280px) {
        .dia [data-component=table] table thead tr th:first-child, .dia [data-component=table] table tbody tr td:first-child {
            width: 34rem
        }
    }

    @media (min-width: 1440px) {
        .dia [data-component=table] table thead tr th:first-child, .dia [data-component=table] table tbody tr td:first-child {
            width: 44rem
        }
    }

    @media (min-width: 1024px) {
        .dia [data-component=table] table thead tr th:nth-child(2), .dia [data-component=table] table tbody tr td:nth-child(2), .dia [data-component=table] table thead tr th:nth-child(3), .dia [data-component=table] table tbody tr td:nth-child(3) {
            width: 7.875rem
        }

        .dia [data-component=table] table thead tr th:nth-child(4), .dia [data-component=table] table tbody tr td:nth-child(4) {
            width: 8.75rem
        }
    }

    .dia [data-component=accordion-element] .accordion-element {
        clear: both;
        margin-top: 0 !important
    }

        .dia [data-component=accordion-element] .accordion-element:after {
            content: " ";
            margin-top: .5rem;
            margin-bottom: .5rem;
            display: block;
            height: .125rem;
            --tw-bg-opacity: 1;
            background-color: rgb(219 220 221 / var(--tw-bg-opacity))
        }

    .dia [data-component=accordion-element] .accordion-description p strong {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=accordion-element] .accordion-description p strong {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 500 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=accordion-element] .accordion-description p a {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=accordion-element] .accordion-description p a {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 500 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=accordion-element] .accordion-description p a {
        --tw-text-opacity: 1;
        color: rgb(121 156 75 / var(--tw-text-opacity))
    }

    .dia [data-component=accordion-element] .accordion-description img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .dia [data-component=footer] .statement {
        /*font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;*/
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=footer] .statement {
            /*font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;*/
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia [data-component=footer] .statement {
        border-bottom-width: 2px;
        --tw-border-opacity: 1;
        border-color: rgb(26 61 66 / var(--tw-border-opacity));
        padding-bottom: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
    }

    @media (min-width: 1024px) {
        .dia [data-component=footer] .statement {
            border-style: none;
            padding-bottom: 0
        }
    }

    .dia [data-component=event-type-tag] {
        font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: .875rem !important;
        font-weight: 500 !important;
        line-height: 142.857% !important
    }

    @media (min-width: 1024px) {
        .dia [data-component=event-type-tag] {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
            font-size: 1.125rem !important;
            font-weight: 500;
            line-height: 133.333%
        }
    }

    .dia [data-component=event-type-tag] {
        flex-wrap: nowrap
    }

        .dia [data-component=event-type-tag].green {
            --tw-border-opacity: 1;
            border-color: rgb(121 156 75 / var(--tw-border-opacity));
            --tw-text-opacity: 1;
            color: rgb(121 156 75 / var(--tw-text-opacity))
        }

        .dia [data-component=event-type-tag].White {
            --tw-border-opacity: 1;
            border-color: rgb(255 255 255 / var(--tw-border-opacity));
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity))
        }

    .dia [data-component=lightbox] .lightbox {
        position: relative;
        top: 150px;
        margin: 0 auto;
        min-height: 360px;
        --tw-bg-opacity: 1;
        background-color: rgb(166 43 96 / var(--tw-bg-opacity));
        padding: .25rem;
        text-align: left;
        font-size: .75rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
    }

    @media (min-width: 768px) {
        .dia [data-component=lightbox] .lightbox {
            width: 30rem
        }
    }

    .dia [data-component=lightbox] .lightbox .close-cursor {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 1.875rem;
        cursor: pointer;
        border-style: none;
        font-size: 2.188rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
    }

    .dia [data-component=lightbox] .lightbox-subscribe {
        top: 25px;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
    }

        .dia [data-component=lightbox] .lightbox-subscribe .lightbox-subscribe-wrapper {
            position: relative;
            width: 100%
        }

        .dia [data-component=lightbox] .lightbox-subscribe .lightbox-subscribe-title {
            text-align: center;
            font-size: 1.875rem;
            font-weight: 500;
            text-transform: uppercase
        }

        .dia [data-component=lightbox] .lightbox-subscribe .lightbox-subscribe-description {
            position: relative;
            margin: 2.5rem;
            margin-left: 20px;
            font-size: 1.063rem
        }

        .dia [data-component=lightbox] .lightbox-subscribe .lightbox-subscribe-form-content {
            position: relative;
            margin-left: 1.25rem;
            width: 100%
        }

            .dia [data-component=lightbox] .lightbox-subscribe .lightbox-subscribe-form-content .signup-field {
                margin: 5px;
                height: 2.5625rem;
                width: 86%;
                border-style: none;
                padding: 13px 17px;
                font-size: .75rem;
                font-weight: 400;
                --tw-text-opacity: 1;
                color: rgb(53 53 53 / var(--tw-text-opacity))
            }

    @media (min-width: 768px) {
        .dia [data-component=lightbox] .lightbox-subscribe .lightbox-subscribe-form-content .signup-field {
            width: 55%
        }
    }

    .dia [data-component=lightbox] .lightbox-subscribe .lightbox-subscribe-form-content .button {
        margin: 5px;
        display: inline-block;
        height: 2.5rem;
        min-width: 133px;
        border-radius: .375rem;
        --tw-bg-opacity: 1;
        background-color: rgb(121 156 75 / var(--tw-bg-opacity));
        padding: 10px;
        text-align: center;
        font-size: .875rem;
        text-transform: uppercase;
        line-height: 1.3;
        --tw-text-opacity: 1;
        color: rgb(57 57 57 / var(--tw-text-opacity))
    }

    .dia [data-component=lightbox] .home-redesign .button {
        border-radius: .375rem;
        font-weight: 400
    }

    .dia [data-component=lightbox] .lightbox-subscribe .lightbox-subscribe-form-help {
        position: relative;
        margin-left: 20px;
        width: 100%
    }

        .dia [data-component=lightbox] .lightbox-subscribe .lightbox-subscribe-form-help .field-validation-error {
            position: absolute;
            margin: 5px;
            font-size: .938rem;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity))
        }

    .dia [data-component=lightbox] .lightbox-subscribe .lightbox-subscribe-footer {
        position: relative;
        margin: 2.5rem;
        margin-left: 20px;
        width: 100%;
        font-size: .938rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
    }

        .dia [data-component=lightbox] .lightbox-subscribe .lightbox-subscribe-footer a {
            font-style: italic;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity))
        }

    .dia .sr-only {
        position: absolute !important;
        width: .0625rem !important;
        height: .0625rem !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0,0,0,0) !important;
        white-space: nowrap !important;
        border-width: 0 !important
    }

    .dia .not-sr-only {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important
    }

    .dia .pointer-events-none {
        pointer-events: none !important
    }

    .dia .pointer-events-auto {
        pointer-events: auto !important
    }

    .dia .visible {
        visibility: visible !important
    }

    .dia .collapse {
        visibility: collapse !important
    }

    .dia .static {
        position: static !important
    }

    .dia .fixed {
        position: fixed !important
    }

    .dia .absolute {
        position: absolute !important
    }

    .dia .relative {
        position: relative !important
    }

    .dia .inset-0 {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important
    }

    .dia .inset-y-0 {
        top: 0 !important;
        bottom: 0 !important
    }

    .dia .-left-2 {
        left: -.5rem !important
    }

    .dia .-right-2 {
        right: -.5rem !important
    }

    .dia .bottom-0 {
        bottom: 0 !important
    }

    .dia .left-0 {
        left: 0 !important
    }

    .dia .left-\[calc\(100\%-1px\)\] {
        left: calc(100% - 1px) !important
    }

    .dia .right-0 {
        right: 0 !important
    }

    .dia .right-2 {
        right: .5rem !important
    }

    .dia .top-0 {
        top: 0 !important
    }

    .dia .top-1 {
        top: .25rem !important
    }

    .dia .top-10 {
        top: 2.5rem !important
    }

    .dia .top-11 {
        top: 2.75rem !important
    }

    .dia .top-12 {
        top: 3rem !important
    }

    .dia .top-\[72px\] {
        top: 72px !important
    }

    .dia .z-10 {
        z-index: 10 !important
    }

    .dia .z-20 {
        z-index: 20 !important
    }

    .dia .z-30 {
        z-index: 30 !important
    }

    .dia .z-\[1\] {
        z-index: 1 !important
    }

    .dia .col-span-2 {
        grid-column: span 2 / span 2 !important
    }

    .dia .col-start-1 {
        grid-column-start: 1 !important
    }

    .dia .col-end-3 {
        grid-column-end: 3 !important
    }

    .dia .row-start-2 {
        grid-row-start: 2 !important
    }

    .dia .row-start-3 {
        grid-row-start: 3 !important
    }

    .dia .\!m-0, .dia .m-0 {
        margin: 0 !important
    }

    .dia .m-\[0_auto\] {
        margin: 0 auto !important
    }

    .dia .m-auto {
        margin: auto !important
    }

    .dia .-mx-4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .dia .-my-2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .dia .mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .dia .mx-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .dia .\!mt-10 {
        margin-top: 2.5rem !important
    }

    .dia .-mb-0 {
        margin-bottom: -0px !important
    }

    .dia .-mb-0\.5 {
        margin-bottom: -.125rem !important
    }

    .dia .-mb-px {
        margin-bottom: -1px !important
    }

    .dia .mb-2 {
        margin-bottom: .5rem !important
    }

    .dia .mb-4 {
        margin-bottom: 1rem !important
    }

    .dia .mb-8 {
        margin-bottom: 2rem !important
    }

    .dia .mb-\[12\.5px\] {
        margin-bottom: 12.5px !important
    }

    .dia .mb-\[1rem\] {
        margin-bottom: 1rem !important
    }

    .dia .mb-\[2\.5rem\] {
        margin-bottom: 2.5rem !important
    }

    .dia .ml-1 {
        margin-left: .25rem !important
    }

    .dia .ml-2 {
        margin-left: .5rem !important
    }

    .dia .ml-4 {
        margin-left: 1rem !important
    }

    .dia .mr-1 {
        margin-right: .25rem !important
    }

    .dia .mr-2 {
        margin-right: .5rem !important
    }

    .dia .mt-10 {
        margin-top: 2.5rem !important
    }

    .dia .mt-2 {
        margin-top: .5rem !important
    }

    .dia .mt-3 {
        margin-top: .75rem !important
    }

    .dia .mt-4 {
        margin-top: 1rem !important
    }

    .dia .mt-5 {
        margin-top: 1.25rem !important
    }

    .dia .mt-6 {
        margin-top: 1.5rem !important
    }

    .dia .mt-8 {
        margin-top: 2rem !important
    }

    .dia .mt-\[1rem\] {
        margin-top: 1rem !important
    }

    .dia .mt-\[2\.5rem\] {
        margin-top: 2.5rem !important
    }

    .dia .mt-auto {
        margin-top: auto !important
    }

    .dia .box-border {
        box-sizing: border-box !important
    }

    .dia .block {
        display: block !important
    }

    .dia .inline-block {
        display: inline-block !important
    }

    .dia .inline {
        display: inline !important
    }

    .dia .flex {
        display: flex !important
    }

    .dia .inline-flex {
        display: inline-flex !important
    }

    .dia .table {
        display: table !important
    }

    .dia .flow-root {
        display: flow-root !important
    }

    .dia .grid {
        display: grid !important
    }

    .dia .\!hidden, .dia .hidden {
        display: none !important
    }

    .dia .aspect-1 {
        aspect-ratio: 1 !important
    }

    .dia .aspect-\[120\/107\] {
        aspect-ratio: 120/107 !important
    }

    .dia .h-10 {
        height: 2.5rem !important
    }

    .dia .h-12 {
        height: 3rem !important
    }

    .dia .h-3 {
        height: .75rem !important
    }

    .dia .h-4 {
        height: 1rem !important
    }

    .dia .h-5 {
        height: 1.25rem !important
    }

    .dia .h-52 {
        height: 13rem !important
    }

    .dia .h-6 {
        height: 1.5rem !important
    }

    .dia .h-8 {
        height: 2rem !important
    }

    .dia .h-\[10\.625rem\] {
        height: 10.625rem !important
    }

    .dia .h-\[100vh\] {
        height: 100vh !important
    }

    .dia .h-\[15rem\] {
        height: 15rem !important
    }

    .dia .h-\[1rem\] {
        height: 1rem !important
    }

    .dia .h-\[2\.5rem\] {
        height: 2.5rem !important
    }

    .dia .h-\[27rem\] {
        height: 27rem !important
    }

    .dia .h-\[40rem\] {
        height: 40rem !important
    }

    .dia .h-\[7\.5rem\] {
        height: 7.5rem !important
    }

    .dia .h-\[90vh\] {
        height: 90vh !important
    }

    .dia .h-auto {
        height: auto !important
    }

    .dia .h-full {
        height: 100% !important
    }

    .dia .h-screen {
        height: 100vh !important
    }

.dia .max-h-\[18rem\] {
    max-height: 505px;
    overflow: auto;
    overflow-x: hidden;
    width: 271px;
    /*  height: 240px;  Fixed height for dropdown */
    /* width: auto; Fixed width */
    /*display: flex;
    flex-direction: column;*/
}

        .dia .max-h-\[18rem\]::-webkit-scrollbar {
            width: 4px;
        }

        .dia .max-h-\[18rem\]::-webkit-scrollbar-button {
            display: none;
        }

        .dia .max-h-\[18rem\]::-webkit-scrollbar-thumb {
            background: #c4c4c4;
            border-radius: 2px;
        }

            .dia .max-h-\[18rem\]::-webkit-scrollbar-thumb:hover {
                background: #a0a0a0;
            }

        .dia .max-h-\[18rem\]::-webkit-scrollbar-track {
            background: transparent;
        }

        .dia .max-h-\[18rem\] {
            scrollbar-width: thin;
            scrollbar-color: #c4c4c4 transparent;
        }

        .dia .max-h-\[18rem\]::-moz-scrollbar-thumb {
            border-radius: 2px;
        }

        .dia .max-h-\[18rem\]:hover {
            scrollbar-color: #a0a0a0 transparent;
        }

    .dia .max-h-full {
        max-height: 100% !important
    }

    .dia .min-h-\[1\.24rem\] {
        min-height: 1.24rem !important
    }

    .dia .min-h-\[16rem\] {
        min-height: 16rem !important
    }

    .dia .min-h-screen {
        min-height: 100vh !important
    }

    .dia .\!w-full {
        width: 100% !important
    }

    .dia .w-10 {
        width: 2.5rem !important
    }

    .dia .w-24 {
        width: 6rem !important
    }

    .dia .w-3 {
        width: .75rem !important
    }

    .dia .w-4 {
        width: 1rem !important
    }

    .dia .w-40 {
        width: 10rem !important
    }

    .dia .w-5 {
        width: 1.25rem !important
    }

    .dia .w-5\/12 {
        width: 41.666667% !important
    }

    .dia .w-6 {
        width: 1.5rem !important
    }

    .dia .w-\[10\.625rem\] {
        width: 10.625rem !important
    }

    .dia .w-\[14\.5rem\] {
        width: 14.5rem !important
    }

    .dia .w-\[15\.1875rem\] {
        width: 15.1875rem !important
    }

    .dia .w-\[170px\] {
        width: 10.625rem !important
    }

    .dia .w-\[18\.75rem\] {
        width: 18.75rem !important
    }

    .dia .w-\[19\.0625rem\] {
        width: 19.0625rem !important
    }

    .dia .w-\[1rem\] {
        width: 1rem !important
    }

    .dia .w-\[2\.5rem\] {
        width: 2.5rem !important
    }

    .dia .w-\[20rem\] {
        width: 20rem !important
    }

    .dia .w-\[23\.66669rem\] {
        width: 23.66669rem !important
    }

    .dia .w-\[25rem\] {
        width: 25rem !important
    }

    .dia .w-\[36\.75\] {
        width: 36.75 !important
    }

    .dia .w-\[39\.6875rem\] {
        width: 39.6875rem !important
    }

    .dia .w-\[4\.375rem\] {
        width: 4.375rem !important
    }

    .dia .w-\[7\.5rem\] {
        width: 7.5rem !important
    }

    .dia .w-\[9\.46875rem\] {
        width: 9.46875rem !important
    }

    .dia .w-auto {
        width: auto !important
    }

    .dia .w-fit {
        width: -moz-fit-content !important;
        width: fit-content !important
    }

    .dia .w-full {
        width: 100% !important
    }

    .dia .w-screen {
        width: 100vw !important
    }

    .dia .min-w-0 {
        min-width: 0px !important
    }

    .dia .min-w-\[13\.75rem\] {
        min-width: 13.75rem !important
    }

    .dia .min-w-\[175px\] {
        min-width: 175px !important
    }

    .dia .min-w-\[18\.75rem\] {
        min-width: 18.75rem !important
    }

    .dia .min-w-\[8\.625rem\] {
        min-width: 8.625rem !important
    }

    .dia .min-w-full {
        min-width: 100% !important
    }

    .dia .max-w-3xl {
        max-width: 48rem !important
    }

    .dia .max-w-\[1440px\] {
        max-width: 1440px !important
    }

    .dia .max-w-\[22rem\] {
        max-width: 22rem !important
    }

    .dia .max-w-lg {
        max-width: 32rem !important
    }

    .dia .max-w-none {
        max-width: none !important
    }

    .dia .max-w-xl {
        max-width: 36rem !important
    }

    .dia .flex-1 {
        flex: 1 1 0% !important
    }

    .dia .flex-\[1_0_0\] {
        flex: 1 0 0 !important
    }

    .dia .shrink {
        flex-shrink: 1 !important
    }

    .dia .shrink-0 {
        flex-shrink: 0 !important
    }

    .dia .grow {
        flex-grow: 1 !important
    }

    .dia .basis-0 {
        flex-basis: 0px !important
    }

    .dia .border-collapse {
        border-collapse: collapse !important
    }

    .dia .origin-top-left {
        transform-origin: top left !important
    }

    .dia .translate-x-0 {
        --tw-translate-x: 0px !important;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
    }

    .dia .translate-x-full {
        --tw-translate-x: 100% !important;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
    }

    .dia .-rotate-90 {
        --tw-rotate: -90deg !important;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
    }

    .dia .rotate-180 {
        --tw-rotate: 180deg !important;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
    }

    .dia .rotate-90 {
        --tw-rotate: 90deg !important;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
    }

    .dia .cursor-not-allowed {
        cursor: not-allowed !important
    }

    .dia .cursor-pointer {
        cursor: pointer !important
    }

    .dia .resize {
        resize: both !important
    }

    .dia .list-disc {
        list-style-type: disc !important
    }

    .dia .grid-cols-1 {
        grid-template-columns: repeat(1,minmax(0,1fr)) !important
    }

    .dia .grid-cols-\[1fr_8\.938rem\] {
        grid-template-columns: 1fr 8.938rem !important
    }

    .dia .grid-cols-\[4px_1fr\] {
        grid-template-columns: 4px 1fr !important
    }

    .dia .flex-row {
        flex-direction: row !important
    }

    .dia .flex-wrap {
        flex-wrap: wrap;
    }

    .dia .flex-col {
        flex-direction: column !important
    }

    .dia .content-start {
        align-content: flex-start !important
    }

    .dia .items-start {
        align-items: flex-start !important
    }

    .dia .items-end {
        align-items: flex-end !important
    }

    .dia .items-center {
        align-items: center !important
    }

    .dia .items-stretch {
        align-items: stretch !important
    }

    .dia .justify-start {
        justify-content: flex-start !important
    }

    .dia .justify-end {
        justify-content: flex-end !important
    }

    .dia .justify-center {
        justify-content: center !important
    }

    .dia .justify-between {
        justify-content: space-between !important
    }

    .dia .gap-0 {
        gap: 0 !important
    }

    .dia .gap-1 {
        gap: .25rem !important
    }

    .dia .gap-1\.5 {
        gap: .375rem !important
    }

    .dia .gap-10 {
        gap: 2.5rem !important
    }

    .dia .gap-2 {
        gap: .5rem !important
    }

    .dia .gap-3 {
        gap: .75rem !important
    }

    .dia .gap-3\.5 {
        gap: .875rem !important
    }

    .dia .gap-4 {
        gap: 1rem !important
    }

    .dia .gap-6 {
        gap: 1.5rem !important
    }

    .dia .gap-8 {
        gap: 2rem !important
    }

    .dia .gap-\[0\.25rem\] {
        gap: .25rem !important
    }

    .dia .gap-\[0\.5rem\] {
        gap: .5rem !important
    }

    .dia .gap-\[0\.75rem\] {
        gap: .75rem !important
    }

    .dia .gap-\[1\.5rem\] {
        gap: 1.5rem !important
    }

    .dia .gap-\[1rem\] {
        gap: 1rem !important
    }

    .dia .gap-\[2\.5rem\] {
        gap: 2.5rem !important
    }

    .dia .gap-x-10 {
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .dia .gap-x-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .dia .gap-x-4 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .dia .gap-x-6 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .dia .gap-y-10 {
        row-gap: 2.5rem !important
    }

    .dia .gap-y-4 {
        row-gap: 1rem !important
    }

    .dia .space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0 !important;
        margin-right: calc(.5rem * var(--tw-space-x-reverse)) !important;
        margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse))) !important
    }

    .dia .space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0 !important;
        margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important
    }

    .dia .space-y-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(.25rem * var(--tw-space-y-reverse)) !important
    }

    .dia .space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important
    }

    .dia .space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(.5rem * var(--tw-space-y-reverse)) !important
    }

    .dia .space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important
    }

    .dia .space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important
    }

    .dia .space-y-\[1\.5rem\] > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important
    }

    .dia .space-y-\[1rem\] > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important
    }

    .dia .divide-y > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0 !important;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important
    }

    .dia .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1 !important;
        border-color: rgb(201 202 204 / var(--tw-divide-opacity)) !important
    }

    .dia .divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1 !important;
        border-color: rgb(165 167 170 / var(--tw-divide-opacity)) !important
    }

    .dia .self-end {
        align-self: flex-end !important
    }

    .dia .self-stretch {
        align-self: stretch !important
    }

    .dia .overflow-auto {
        overflow: auto !important
    }

    .dia .overflow-hidden {
        overflow: hidden !important
    }

    .dia .overflow-x-auto {
        overflow-x: auto !important
    }

    .dia .overflow-y-auto {
        overflow-y: auto !important
    }

    .dia .scroll-smooth {
        scroll-behavior: smooth !important
    }

    .dia .whitespace-nowrap {
        white-space: nowrap !important
    }

    @media (max-width: 320px) {
        .dia .whitespace-nowrap {
            white-space: normal !important
        }
    }

    .dia .rounded {
        border-radius: .25rem !important
    }

    .dia .rounded-2xl {
        border-radius: 1rem !important
    }

    .dia .rounded-\[0\.5rem\] {
        border-radius: 0px;
    }

    .dia .rounded-\[0\.75rem\] {
        border-radius: .75rem !important
    }

    .dia .rounded-\[15px\] {
        border-radius: 15px !important
    }

    .dia .rounded-full {
        border-radius: 9999px !important
    }

    .dia .rounded-lg {
        border-radius: .5rem !important
    }

    .dia .rounded-md {
        border-radius: .375rem !important
    }

    .dia .rounded-xl {
        border-radius: .75rem !important
    }

    .dia .rounded-b-md {
        border-bottom-right-radius: .375rem !important;
        border-bottom-left-radius: .375rem !important
    }

    .dia .rounded-t-md {
        border-top-left-radius: .375rem !important;
        border-top-right-radius: .375rem !important
    }

    .dia .rounded-tl-\[1rem\] {
        border-top-left-radius: 1rem !important
    }

    .dia .border {
        border-width: 1px !important
    }

    .dia .border-2 {
        border-width: 2px !important
    }

    .dia .border-y-2 {
        border-top-width: 2px !important;
        border-bottom-width: 2px !important
    }

    .dia .border-b {
        border-bottom-width: 1px !important
    }

    .dia .border-l {
        border-left-width: 1px !important
    }

    .dia .border-r {
        border-right-width: 1px !important
    }

    .dia .border-t {
        border-top-width: 1px !important
    }

    .dia .border-t-2 {
        border-top-width: 2px !important
    }

    .dia .border-solid {
        border-style: solid !important
    }

    .dia .border-none {
        border-style: none !important
    }

    .dia .border-\[\#1a3d42\] {
        --tw-border-opacity: 1 !important;
        border-color: rgb(26 61 66 / var(--tw-border-opacity)) !important
    }

    .dia .border-gray-100 {
        --tw-border-opacity: 1 !important;
        border-color: rgb(219 220 221 / var(--tw-border-opacity)) !important
    }

    .dia .border-gray-200 {
        --tw-border-opacity: 1 !important;
        border-color: rgb(201 202 204 / var(--tw-border-opacity)) !important
    }

    .dia .border-gray-50 {
        --tw-border-opacity: 1 !important;
        border-color: rgb(237 237 238 / var(--tw-border-opacity)) !important
    }

    .dia .border-green-400 {
        --tw-border-opacity: 1 !important;
        border-color: rgb(148 176 111 / var(--tw-border-opacity)) !important
    }

    .dia .border-green-600 {
        --tw-border-opacity: 1 !important;
        border-color: rgb(121 156 75 / var(--tw-border-opacity)) !important
    }

    .dia .border-transparent {
        border-color: transparent !important
    }

    .dia .border-white {
        --tw-border-opacity: 1 !important;
        border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important
    }

    .dia .bg-\[\#00000080\] {
        background-color: #00000080 !important
    }

    .dia .bg-black {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-blue-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(204 232 236 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-blue-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(179 221 227 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-blue-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(128 198 208 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-blue-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(77 175 189 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-blue-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(230 244 246 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-blue-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(26 152 170 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-blue-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(1 130 149 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-blue-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(0 112 129 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-blue-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(0 84 97 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-blue-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(0 39 45 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-dark-green-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(204 228 224 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-dark-green-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(179 214 209 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-dark-green-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(128 187 178 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-dark-green-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(77 159 147 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-dark-green-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(230 241 240 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-dark-green-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(26 132 116 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-dark-green-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(0 118 101 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-dark-green-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(0 94 81 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-dark-green-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(0 71 61 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-dark-green-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(0 47 40 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-gray-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(219 220 221 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-gray-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(201 202 204 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-gray-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(165 167 170 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-gray-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(128 132 136 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-gray-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(237 237 238 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-gray-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(92 97 102 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-gray-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(74 79 85 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-gray-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(59 63 68 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-gray-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(44 47 51 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-gray-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(30 32 34 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-green-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(215 225 201 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-green-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(175 196 147 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-green-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(161 186 129 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-green-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(148 176 111 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-green-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(242 245 237 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-green-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(134 166 93 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-green-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(121 156 75 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-green-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(97 125 60 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-green-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(73 94 45 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-green-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(48 62 30 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-light-gray {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(244 244 244 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-maroon-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(226 208 215 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-maroon-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(212 185 195 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-maroon-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(184 139 155 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-maroon-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(155 92 115 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-maroon-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(241 232 235 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-maroon-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(126 45 75 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-maroon-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(112 22 55 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-maroon-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(90 18 44 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-maroon-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(67 13 33 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-maroon-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(45 9 22 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-orange-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(245 229 211 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-orange-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(239 216 190 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-orange-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(229 191 146 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-orange-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(219 166 102 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-orange-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(250 242 233 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-orange-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(208 139 59 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-orange-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(203 126 37 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-orange-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(162 101 30 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-orange-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(122 76 22 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-orange-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(81 50 15 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-pink-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(237 213 223 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-pink-200 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(228 192 207 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-pink-300 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(211 150 176 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-pink-400 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(193 107 144 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-pink-50 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(246 234 239 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-pink-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(175 65 112 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-pink-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(166 44 96 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-pink-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(133 35 77 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-pink-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(100 26 58 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-pink-900 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(66 18 38 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-slate-500 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-white {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
    }

    .dia .bg-opacity-50 {
        --tw-bg-opacity: .5 !important
    }

    .dia .bg-event-gradient {
        background-image: linear-gradient(90deg,#007665 0%,#018295 100%) !important
    }

    .dia .bg-gradient-to-r {
        background-image: linear-gradient(to right,var(--tw-gradient-stops)) !important
    }

    .dia .bg-hero-gradient {
        background-image: linear-gradient(to bottom right,#007665 0%,#018295 100%) !important
    }

    .dia .from-\[\#A62C60\] {
        --tw-gradient-from: #A62C60 var(--tw-gradient-from-position) !important;
        --tw-gradient-to: rgb(166 44 96 / 0) var(--tw-gradient-to-position) !important;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important
    }

    .dia .from-dark-green-600 {
        --tw-gradient-from: #007665 var(--tw-gradient-from-position) !important;
        --tw-gradient-to: rgb(0 118 101 / 0) var(--tw-gradient-to-position) !important;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important
    }

    .dia .to-\[\#008CA1\] {
        --tw-gradient-to: #008CA1 var(--tw-gradient-to-position) !important
    }

    .dia .to-blue-600 {
        --tw-gradient-to: #018295 var(--tw-gradient-to-position) !important
    }

    .dia .bg-cover {
        background-size: cover !important
    }

    .dia .bg-clip-text {
        -webkit-background-clip: text !important;
        background-clip: text !important
    }

    .dia .bg-center {
        background-position: center !important
    }

    .dia .bg-no-repeat {
        background-repeat: no-repeat !important
    }

    .dia .object-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .dia .object-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .dia .object-center {
        -o-object-position: center !important;
        object-position: center !important
    }

.navbartitle.flex.items-center.justify-between.p-4.bg-white.gap-x-4 {
    padding: 1rem !important;
}

    .dia .p-0 {
        padding: 0 !important
    }

    .dia .p-0\.5 {
        padding: .125rem !important
    }

    .dia .p-1 {
        padding: .25rem !important
    }

    .dia .p-1\.5 {
        padding: .375rem !important
    }

    .dia .p-2 {
        padding: .5rem !important;
    }

    .dia .p-3 {
        padding: .75rem !important
    }

    .dia .p-32 {
        padding: 8rem !important
    }

    .dia .p-4 {
        padding: 1rem 1rem 0rem 1rem !important;
    }

    .dia .p-6 {
        padding: 1.5rem !important
    }

    .dia .p-8 {
        padding: 2rem !important
    }

    .dia .p-\[0\.0625rem\] {
        padding: .0625rem !important
    }

    .dia .p-\[0\.5rem\] {
        padding: .5rem !important
    }

    .dia .p-\[1\.5rem\] {
        padding: 1.5rem !important
    }

    .dia .p-\[1rem\] {
        padding: 1rem !important
    }

    .dia .p-\[2px\] {
        padding: 2px !important
    }

    .dia .px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .dia .px-3 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .dia .px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .dia .px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .dia .px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .dia .px-\[0\.75rem\] {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .dia .px-\[1\.5rem\] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .dia .px-\[1rem\] {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .dia .py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .dia .py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .dia .py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .dia .py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .dia .py-2\.5 {
        padding-top: .625rem !important;
        padding-bottom: .625rem !important
    }

    .dia .py-3 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .dia .py-3\.5 {
        padding-top: .875rem !important;
        padding-bottom: .875rem !important
    }

    .dia .py-4 {
        padding-top: 7px !important;
        padding-bottom: 1rem !important
    }

    .dia .py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important
    }

    .dia .py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .dia .py-\[0\.38rem\] {
        padding-top: .38rem !important;
        padding-bottom: .38rem !important
    }

    .dia .py-\[0\.5rem\] {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .dia .py-\[0\.625rem\] {
        padding-top: .625rem !important;
        padding-bottom: .625rem !important
    }

    .dia .py-\[2\.5rem\] {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .dia .pb-0 {
        padding-bottom: 0 !important
    }

    .dia .pb-1 {
        padding-bottom: .25rem !important
    }

    .dia .pb-10 {
        padding-bottom: 2.5rem !important
    }

    .dia .pb-4 {
        padding-bottom: 1rem !important
    }

    .dia .pb-6, .dia .pb-\[1\.5rem\] {
        padding-bottom: 1.5rem !important
    }

    .dia .pb-\[10rem\] {
        padding-bottom: 10rem !important
    }

    .dia .pb-\[2\.5rem\] {
        padding-bottom: 2.5rem !important
    }

    .dia .pl-2 {
        padding-left: .5rem !important
    }

    .dia .pl-4 {
        padding-left: 1rem !important
    }

    .dia .pl-7 {
        padding-left: 1.75rem !important
    }

    .dia .pl-\[1\.5rem\] {
        padding-left: 1.5rem !important
    }

    .dia .pr-14 {
        padding-right: 18px !important
    }

    .dia .pr-2 {
        padding-right: .5rem !important
    }

    .dia .pr-3 {
        padding-right: .75rem !important
    }

    .dia .pr-4 {
        padding-right: 1rem !important
    }

    .dia .pr-6 {
        padding-right: 1.5rem !important
    }

    .dia .pr-9 {
        padding-right: 2.25rem !important
    }

    .dia .pt-10 {
        padding-top: 2.5rem !important
    }

    .dia .pt-4 {
        padding-top: 1rem !important
    }

    .dia .pt-6 {
        padding-top: 1.5rem !important
    }

    .dia .pt-\[2\.5rem\] {
        padding-top: 2.5rem !important
    }

    .dia .text-left {
        text-align: left !important
    }

    .dia .text-center {
        text-align: center !important
    }

    .dia .text-right {
        text-align: right !important
    }

    .dia .align-middle {
        vertical-align: middle !important
    }

    .dia .text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important
    }

    .dia .text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important
    }

    .dia .text-sm {
        font-size: .875rem !important;
        line-height: 1.25rem !important
    }

    .dia .text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important
    }

    .dia .text-xs {
        font-size: .75rem !important;
        line-height: 1rem !important
    }

    .dia .\!font-\[400\] {
        font-weight: 400 !important
    }

    .dia .font-\[350\] {
        font-weight: 350 !important
    }

    .dia .font-bold {
        font-weight: 700 !important
    }

    .dia .font-medium {
        font-weight: 500 !important
    }

    .dia .font-semibold {
        font-weight: 600 !important
    }

    .dia .capitalize {
        text-transform: capitalize !important
    }

    .dia .leading-4 {
        line-height: 1rem !important
    }

    .dia .text-blue-600 {
        --tw-text-opacity: 1 !important;
        color: rgb(1 130 149 / var(--tw-text-opacity)) !important
    }

    .dia .text-blue-700 {
        --tw-text-opacity: 1 !important;
        color: rgb(0 112 129 / var(--tw-text-opacity)) !important
    }

    .dia .text-gray-300 {
        --tw-text-opacity: 1 !important;
        color: rgb(165 167 170 / var(--tw-text-opacity)) !important
    }

    .dia .text-gray-400 {
        --tw-text-opacity: 1 !important;
        color: rgb(128 132 136 / var(--tw-text-opacity)) !important
    }

    .dia .text-gray-500 {
        --tw-text-opacity: 1 !important;
        color: rgb(92 97 102 / var(--tw-text-opacity)) !important
    }

    .dia .text-gray-600 {
        --tw-text-opacity: 1 !important;
        color: rgb(74 79 85 / var(--tw-text-opacity)) !important
    }

    .dia .text-gray-700 {
        --tw-text-opacity: 1 !important;
        color: rgb(59 63 68 / var(--tw-text-opacity)) !important
    }

    .dia .text-gray-800 {
        --tw-text-opacity: 1 !important;
        color: rgb(44 47 51 / var(--tw-text-opacity)) !important
    }

@media (min-width: 1024px) {
    .dia .pr-14 {
        padding-right: 3.5rem !important;
    }

    .dia .py-4 {
        padding-top: 8px !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 1024px) {
    span.t-h3.text-gray-800.text-left.mbr-events {
        font-family: Gotham SSm A, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important;
        font-size: 0.9rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important;

    }
}
    .dia .text-gray-900 {
        --tw-text-opacity: 1 !important;
        color: rgb(30 32 34 / var(--tw-text-opacity)) !important
    }

    .dia .text-green-600 {
        --tw-text-opacity: 1 !important;
        color: rgb(121 156 75 / var(--tw-text-opacity)) !important
    }

    .dia .text-light-gray {
        --tw-text-opacity: 1 !important;
        color: rgb(244 244 244 / var(--tw-text-opacity)) !important
    }

    .dia .text-pink-500 {
        --tw-text-opacity: 1 !important;
        color: rgb(175 65 112 / var(--tw-text-opacity)) !important
    }

    .dia .text-red-500 {
        --tw-text-opacity: 1 !important;
        color: rgb(239 68 68 / var(--tw-text-opacity)) !important
    }

    .dia .text-transparent {
        color: transparent !important
    }

    .dia .text-white {
        --tw-text-opacity: 1 !important;
        color: rgb(255 255 255 / var(--tw-text-opacity)) !important
    }

    .dia .underline {
        text-decoration-line: underline !important
    }

    .dia .opacity-50 {
        opacity: .5 !important
    }

    .dia .shadow {
        --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow) !important
    }

    .dia .shadow-0 {
        --tw-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .12) !important;
        --tw-shadow-colored: 0px 4px 12px 0px var(--tw-shadow-color) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow) !important
    }

    .dia .shadow-50 {
        --tw-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .25) !important;
        --tw-shadow-colored: 0px 4px 12px 0px var(--tw-shadow-color) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow) !important
    }

    .dia .shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) !important;
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow) !important
    }

    .dia .shadow-md {
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow) !important
    }

    .dia .outline-none {
        outline: 2px solid transparent !important;
        outline-offset: 2px !important
    }

    .dia .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) !important
    }

    .dia .transition {
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter !important;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter !important;
        transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
        transition-duration: .15s !important
    }

    .dia .transition-colors {
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke !important;
        transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
        transition-duration: .15s !important;
        text-decoration: none;
    }

    .dia .transition-transform {
        transition-property: transform !important;
        transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
        transition-duration: .15s !important
    }

    .dia .duration-150 {
        transition-duration: .15s !important
    }

    .dia .duration-300 {
        transition-duration: .3s !important
    }

    .dia .ease-in {
        transition-timing-function: cubic-bezier(.4,0,1,1) !important
    }

    .dia .ease-linear {
        transition-timing-function: linear !important
    }

    .dia .ease-out {
        transition-timing-function: cubic-bezier(0,0,.2,1) !important
    }

    .dia [x-cloak] {
        display: none !important
    }

    .dia .contained {
        width: 100% !important;
        max-width: 120rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    @media (min-width: 1024px) {
        .dia .contained {
            padding-left: 3.5rem !important;
            padding-right: 3.5rem !important
        }

        .dia [data-component=exhibits-template] {
            padding-left: 3.5rem !important;
            padding-right: 3.5rem !important;
            margin-left: 0px;
            margin-right: 0px;
        }
    }

    @media (min-width: 1280px) {
        .dia .contained {
            padding-left: 7rem !important;
            padding-right: 7rem !important
        }

        .dia [data-component=exhibits-template] {
            padding-left: 7rem !important;
            padding-right: 7rem !important;
            margin-left: 0px;
            margin-right: 0px;
        }
    }

    @media (min-width: 1920px) {
        .dia .contained {
            padding-left: 22rem !important;
            padding-right: 22rem !important
        }

        .dia [data-component=exhibits-template] {
            padding-left: 22rem !important;
            padding-right: 22rem !important;
            margin-left: 0px;
            margin-right: 0px;
        }
    }

    .dia .scrollbar-hidden::-webkit-scrollbar {
        display: none !important
    }

    .dia .scrollbar-hidden {
        scrollbar-width: none !important
    }

    .dia .accordion-element:not(:last-child):after {
        content: " " !important;
        margin-top: .5rem;
        margin-bottom: .5rem;
        display: block;
        height: .125rem;
        --tw-bg-opacity: 1;
        background-color: rgb(219 220 221 / var(--tw-bg-opacity))
    }

    .dia .accordion:not(:last-child):after {
        content: " " !important;
        margin-top: .5rem;
        margin-bottom: .5rem;
        display: block;
        height: .125rem;
        --tw-bg-opacity: 1;
        background-color: rgb(219 220 221 / var(--tw-bg-opacity))
    }

    .dia .markers {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1rem !important;
        font-weight: 325 !important;
        line-height: 150% !important
    }

    @media (min-width: 1024px) {
        .dia .markers {
            font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
            font-size: 1.125rem !important;
            font-weight: 325 !important;
            line-height: 155.556% !important
        }
    }

    .dia .markers {
        margin-top: 1rem;
        gap: 2.5rem
    }

        .dia .markers > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1rem * var(--tw-space-y-reverse))
        }

    .dia .markers {
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity))
    }

        .dia .markers li {
            display: grid;
            grid-template-columns: 28px 1fr;
            -moz-column-gap: .25rem;
            column-gap: .25rem
        }

            .dia .markers li:before {
                content: "" !important;
                margin: .5rem;
                display: block;
                height: .5rem;
                width: .5rem;
                border-radius: 9999px;
                --tw-bg-opacity: 1;
                background-color: rgb(121 156 75 / var(--tw-bg-opacity))
            }

    @media (min-width: 1024px) {
        .dia .markers li:before {
            margin: .625rem
        }
    }

    @media (min-width: 1280px) {
        .dia .xl\:t-label-desktop {
            /*font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;*/
            font-family: Gotham SSm A, Gotham SSm B, Arial, sans-serif !important;
            font-size: .875rem !important;
            font-weight: 325 !important;
            line-height: 142.857% !important
        }
    }

    @media (min-width: 320px) {
        .dia .lg\:text-not-sr-only[data-component=button] span {
            position: static;
            width: auto;
            height: auto;
            padding: 0;
            margin: 0;
            overflow: visible;
            clip: auto;
        }

        .dia .lg\:large-48[data-component=button] {
            font-family: Gotham SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
            font-size: 1.125rem !important;
            font-weight: 500;
            line-height: 133.333%;
            height: 3rem;
            padding: .625rem 1rem
        }
    }

    .dia .before\:flex:before {
        content: var(--tw-content) !important;
        display: flex !important
    }

    .dia .before\:h-1:before {
        content: var(--tw-content) !important;
        height: .25rem !important
    }

    .dia .before\:w-full:before {
        content: var(--tw-content) !important;
        width: 100% !important
    }

    .dia .before\:rounded-full:before {
        content: var(--tw-content) !important;
        border-radius: 9999px !important
    }

    .dia .before\:bg-gradient-to-r:before {
        content: var(--tw-content) !important;
        background-image: linear-gradient(to right,var(--tw-gradient-stops)) !important
    }

    .dia .before\:content-\[\'\'\]:before {
        --tw-content: "" !important;
        content: var(--tw-content) !important
    }

    .dia .first-of-type\:rounded-t-md:first-of-type {
        border-top-left-radius: .375rem !important;
        border-top-right-radius: .375rem !important
    }

    .dia .last-of-type\:rounded-b-md:last-of-type {
        border-bottom-right-radius: .375rem !important;
        border-bottom-left-radius: .375rem !important
    }

    .dia .hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(237 237 238 / var(--tw-bg-opacity)) !important
    }

    .dia .hover\:text-blue-800:hover {
        --tw-text-opacity: 1 !important;
        color: rgb(0 84 97 / var(--tw-text-opacity)) !important
    }

    .dia .hover\:text-green-600:hover {
        --tw-text-opacity: 1 !important;
        color: rgb(121 156 75 / var(--tw-text-opacity)) !important
    }

    .dia .focus\:outline-none:focus {
        outline: 2px solid transparent !important;
        outline-offset: 2px !important
    }

    .dia .focus-visible\:ring-2:focus-visible {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
        box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000) !important
    }

    .dia .focus-visible\:ring-blue-500:focus-visible {
        --tw-ring-opacity: 1 !important;
        --tw-ring-color: rgb(26 152 170 / var(--tw-ring-opacity)) !important
    }

    .dia .focus-visible\:ring-offset-2:focus-visible {
        --tw-ring-offset-width: 2px !important
    }

    .dia .disabled\:text-gray-500:disabled {
        --tw-text-opacity: 1 !important;
        color: rgb(92 97 102 / var(--tw-text-opacity)) !important
    }

    .dia .group:hover .group-hover\:hidden {
        display: none !important
    }

    .dia .group:hover .group-hover\:text-blue-600 {
        --tw-text-opacity: 1 !important;
        color: rgb(1 130 149 / var(--tw-text-opacity)) !important
    }

    @media (min-width: 320px) {
        .dia .xxs\:\!px-0 {
            padding-left: 0 !important;
            padding-right: 0 !important
        }
    }

    @media (min-width: 375px) {
        .dia .xs\:grid-cols-2 {
            grid-template-columns: repeat(2,minmax(0,1fr)) !important
        }

        .dia .xs\:\!px-\[1rem\] {
            padding-left: 1rem !important;
            padding-right: 1rem !important
        }
    }

    @media (min-width: 414px) {
        .dia .sm\:-mx-6 {
            margin-left: -1.5rem !important;
            margin-right: -1.5rem !important
        }

        .dia .sm\:pl-0 {
            padding-left: 0 !important
        }
    }

    @media (min-width: 768px) {
        .dia .md\:mt-\[1\.5rem\] {
            margin-top: 1.5rem !important
        }

        .dia .md\:mt-\[2\.5rem\] {
            margin-top: 2.5rem !important
        }

        .dia .md\:block {
            display: block !important
        }

        .dia .md\:hidden {
            display: none !important
        }

        .dia .md\:min-h-\[5\.25rem\] {
            min-height: 5.25rem !important
        }

        .dia .md\:w-7\/12 {
            width: 58.333333% !important
        }

        .dia .md\:max-w-\[13\.08rem\] {
            max-width: 13.08rem !important
        }

        .dia .md\:flex-row {
            flex-direction: row !important
        }

        .dia .md\:gap-0 {
            gap: 0 !important
        }

        .dia .md\:gap-2 {
            gap: .5rem !important
        }

        .dia .md\:gap-x-8 {
            -moz-column-gap: 2rem !important;
            column-gap: 2rem !important
        }

        .dia .md\:p-2 {
            padding: .5rem !important
        }

        .dia .md\:px-16 {
            padding-left: 4rem !important;
            padding-right: 4rem !important
        }

        .dia .md\:px-\[3\.5rem\] {
            padding-left: 3.5rem !important;
            padding-right: 3.5rem !important
        }

        .dia .md\:py-6 {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important
        }

        .dia .md\:pb-\[3\.5rem\] {
            padding-bottom: 3.5rem !important
        }

        .dia .md\:pl-6 {
            padding-left: 1.5rem !important
        }

        .dia .md\:pl-\[3rem\] {
            padding-left: 3rem !important
        }

        .dia .md\:pr-3 {
            padding-right: .75rem !important
        }

        .dia .md\:pt-\[3\.5rem\] {
            padding-top: 3.5rem !important
        }

        .dia .md\:text-base {
            font-size: 1rem !important;
            line-height: 1.5rem !important
        }

        .dia .md\:leading-5 {
            line-height: 1.25rem !important
        }
    }

    @media (min-width: 1024px) {
        .dia .lg\:col-auto {
            grid-column: auto !important
        }

        .dia .lg\:row-auto {
            grid-row: auto !important
        }

        .dia .lg\:-mx-8 {
            margin-left: -2rem !important;
            margin-right: -2rem !important
        }

        .dia .lg\:mx-auto {
            margin-left: auto !important;
            margin-right: auto !important
        }

        .dia .lg\:mb-\[3\.5rem\] {
            margin-bottom: 3.5rem !important
        }

        .dia .lg\:mt-0 {
            margin-top: 0 !important
        }

        .dia .lg\:mt-10 {
            margin-top: 2.5rem !important
        }

        .dia .lg\:mt-14 {
            margin-top: 3.5rem !important
        }

        .dia .lg\:mt-4 {
            margin-top: 1rem !important
        }

        .dia .lg\:mt-\[3\.5rem\] {
            margin-top: 3.5rem !important
        }

        .dia .lg\:block {
            display: block !important
        }

        .dia .lg\:flex {
            display: flex !important
        }

        .dia .lg\:hidden {
            display: none !important
        }

        .dia .lg\:h-\[17\.125rem\] {
            height: 17.125rem !important
        }

        .dia .lg\:w-\[14\.5rem\] {
            width: 14.5rem !important
        }

        .dia .lg\:w-\[17\.125rem\] {
            width: 17.125rem !important
        }

        .dia .lg\:w-\[22\.313rem\] {
            width: 22.313rem !important;
            height: 22rem !important;
        }

        .dia .lg\:w-\[33\.0625rem\] {
            width: 33.0625rem !important
        }

        .dia .lg\:w-\[36\.75rem\] {
            width: 36.75rem !important
        }

        .dia .lg\:w-\[76rem\] {
            width: 76rem !important
        }

        .dia .lg\:w-auto {
            width: auto !important
        }

        .dia .lg\:w-full {
            width: 100% !important
        }

        .dia .lg\:min-w-\[17\.75rem\] {
            min-width: 17.75rem !important
        }

        .dia .lg\:grid-cols-2 {
            grid-template-columns: repeat(2,minmax(0,1fr)) !important
        }

        .dia .lg\:grid-cols-3 {
            grid-template-columns: repeat(3,minmax(0,1fr)) !important
        }

        .dia .lg\:grid-cols-4 {
            grid-template-columns: repeat(4,minmax(0,1fr)) !important
        }

        .dia .lg\:grid-cols-\[17\.125rem_1fr\] {
            grid-template-columns: 17.125rem 1fr !important
        }

        .dia .lg\:grid-cols-\[170px_1fr\] {
            grid-template-columns: 170px 1fr !important
        }

        .dia .lg\:grid-cols-\[1fr_232px_232px_165px\] {
            grid-template-columns: 1fr 232px 232px 165px !important
        }

        .dia .lg\:grid-cols-\[1fr_588px\] {
            grid-template-columns: 1fr 588px !important
        }

        .dia .lg\:grid-cols-\[8px_1fr\] {
            grid-template-columns: 8px 1fr !important
        }

        .dia .lg\:flex-row {
            flex-direction: row !important
        }

        .dia .lg\:items-center {
            align-items: center !important
        }

        .dia .lg\:justify-normal {
            justify-content: normal !important
        }

        .dia .lg\:gap-10 {
            gap: 2.5rem !important
        }

        .dia .lg\:gap-\[0\.25rem\] {
            gap: .25rem !important
        }

        .dia .lg\:gap-\[1rem\] {
            gap: 1rem !important
        }

        .dia .lg\:gap-\[2rem\] {
            gap: 2rem !important
        }

        .dia .lg\:gap-\[3\.5rem\] {
            gap: 3.5rem !important
        }

        .dia .lg\:gap-x-10 {
            -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important
        }

        .dia .lg\:gap-x-6 {
            -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important
        }

        .dia .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0 !important;
            margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
            margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important
        }

        .dia .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0 !important;
            margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
            margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important
        }

        .dia .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0 !important;
            margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
            margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important
        }

        .dia .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0 !important;
            margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
            margin-bottom: calc(.5rem * var(--tw-space-y-reverse)) !important
        }

        .dia .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0 !important;
            margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
            margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important
        }

        .dia .lg\:space-y-\[50px\] > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0 !important;
            margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
            margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important
        }

        .dia .lg\:self-auto {
            align-self: auto !important
        }

        .dia .lg\:rounded-\[1rem\] {
            border-radius: 1rem !important
        }

        .dia .lg\:p-10 {
            padding: 2.5rem !important
        }

        .dia .lg\:p-2 {
            padding: .5rem !important
        }

        .dia .lg\:p-4 {
            padding: 1rem !important
        }

        .dia .lg\:p-6 {
            padding: 1.5rem !important
        }

        .dia .lg\:p-\[2\.5rem\] {
            padding: 2.5rem !important
        }

        .dia .lg\:px-0 {
            padding-left: 0 !important;
            padding-right: 0 !important
        }

        .dia .lg\:px-14 {
            padding-left: 3.5rem !important;
            padding-right: 3.5rem !important
        }

        .dia .lg\:px-28 {
            padding-left: 7rem !important;
            padding-right: 7rem !important
        }

        .dia .lg\:px-6 {
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important
        }

        .dia .lg\:px-8 {
            padding-left: 2rem !important;
            padding-right: 2rem !important
        }

        .dia .lg\:py-10 {
            padding-top: 2.5rem !important;
            padding-bottom: 2.5rem !important
        }

        .dia .lg\:py-12 {
            padding-top: 3rem !important;
            padding-bottom: 3rem !important
        }

        .dia .lg\:py-14 {
            padding-top: 3.5rem !important;
            padding-bottom: 3.5rem !important
        }

        .dia .lg\:py-6, .dia .lg\:py-\[1\.5rem\] {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important
        }

        .dia .lg\:py-\[3\.5rem\] {
            padding-top: 3.5rem !important;
            padding-bottom: 3.5rem !important
        }

        .dia .lg\:pb-\[28px\] {
            padding-bottom: 28px !important
        }

        .dia .lg\:pb-\[7\.5rem\] {
            padding-bottom: 7.5rem !important
        }

        .dia .lg\:pb-\[9\.5rem\] {
            padding-bottom: 9.5rem !important
        }

        .dia .lg\:pr-\[4\.5rem\] {
            padding-right: 4.5rem !important
        }

        .dia .lg\:pt-14, .dia .lg\:pt-\[3\.5rem\] {
            padding-top: 3.5rem !important
        }

        .dia .lg\:text-center {
            text-align: center !important
        }

        .dia .lg\:before\:h-full:before {
            content: var(--tw-content) !important;
            height: 100% !important
        }

        .dia .lg\:before\:w-2:before {
            content: var(--tw-content) !important;
            width: .5rem !important
        }

        .dia .lg\:before\:bg-gradient-to-b:before {
            content: var(--tw-content) !important;
            background-image: linear-gradient(to bottom,var(--tw-gradient-stops)) !important
        }
    }

    @media (min-width: 1280px) {
        .dia .xl\:-right-2 {
            right: -.5rem !important
        }

        .dia .xl\:top-12 {
            top: 3rem !important
        }

        .dia .xl\:ml-3 {
            margin-left: .75rem !important
        }

        .dia .xl\:mr-\[3rem\] {
            margin-right: 3rem !important
        }

        .dia .xl\:inline {
            display: inline !important
        }

        .dia .xl\:flex {
            display: flex !important
        }

        .dia .xl\:inline-flex {
            display: inline-flex !important
        }

        .dia .xl\:hidden {
            display: none !important
        }

        .dia .xl\:h-10 {
            height: 2.5rem !important
        }

        .dia .xl\:h-8 {
            height: 2rem !important
        }

        .dia .xl\:h-\[2\.375rem\] {
            height: 2.375rem !important
        }

        .dia .xl\:w-8 {
            width: 2rem !important
        }

        .dia .xl\:w-\[22\.625rem\] {
            width: 22.625rem !important
        }

        .dia .xl\:w-\[26\.063rem\] {
            width: 26.063rem !important;
            height: 25rem !important
        }

        .dia .xl\:w-\[5\.5rem\] {
            width: 5.5rem !important
        }

        .dia .xl\:w-auto {
            width: auto !important
        }

        .dia .xl\:grid-cols-\[234px_1fr\] {
            grid-template-columns: 234px 1fr !important
        }

        .dia .xl\:justify-end {
            justify-content: flex-end !important
        }

        .dia .xl\:p-\[1\.5rem\] {
            padding: 1.5rem !important
        }

        .dia .xl\:px-0 {
            padding-left: 0 !important;
            padding-right: 0 !important
        }

        .dia .xl\:px-28 {
            padding-left: 7rem !important;
            padding-right: 7rem !important
        }

        .dia .xl\:px-\[2rem\] {
            padding-left: 2rem !important;
            padding-right: 2rem !important
        }

        .dia .xl\:px-\[7rem\] {
            padding-left: 7rem !important;
            padding-right: 7rem !important
        }

        .dia .xl\:py-\[0\.38rem\] {
            padding-top: .38rem !important;
            padding-bottom: .38rem !important
        }

        .dia .xl\:pl-3 {
            padding-left: .75rem !important
        }
    }

    @media (min-width: 1440px) {
        .dia .xxl\:w-\[30\.188rem\] {
            width: 30.188rem !important;
            height: 27rem !important
        }

        .dia .xxl\:grid-cols-\[1fr_588px\] {
            grid-template-columns: 1fr 588px !important
        }

        .dia .xxl\:grid-cols-\[274px_1fr\] {
            grid-template-columns: 274px 1fr !important
        }
    }

    /* Fixes for eLearning styling WITHOUT image */
    .dia [data-component=overview-template-without-image] .listing-detail__section p, .dia [data-component=overview-template-without-image] .listing-detail__section a, .dia [data-component=overview-template-without-image] .listing-detail__section li {
        font-family: Gotham Narrow SSm A,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
        font-size: 1.125rem !important;
        font-weight: 325 !important;
        line-height: 155.556% !important;
        --tw-text-opacity: 1;
        color: rgb(74 79 85 / var(--tw-text-opacity));
        margin-bottom: 1rem;
    }

        .dia [data-component=overview-template-without-image] .listing-detail__section a, .dia [data-component=overview-template-without-image] .listing-detail__section li::marker {
            /*list-style: inside !important; /*94B06F 799C4B*/
            color: #94B06F !important;
        }

    .dia [data-component=overview-template-without-image] .listing-detail__section li, .dia [data-component=overview-template-without-image] .listing-detail__section a {
        list-style: inside !important;
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
        font-size: 1.5rem;
    }

    .dia [data-component=overview-template] .listing-detail__section spacing {
        display: block !important;
        left: 0px;
        top: 0px;
        height: 13.5rem !important;
    }

    #fix-header.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 9999;
        display: block;
    }


    @media (max-width: 1024px) {
        .dia [data-component=overview-template] .listing-detail__section spacing {
            height: 0px !important;
        }
    }

    @media (min-width: 1440px) {
        .dia [data-component=overview-template] .listing-detail__section spacing {
            width: 30.188rem !important;
        }
    }

    #overview-listing-detail {
        max-width: 1200px !important;
    }

    .managementTable {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        width: 100%;
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 7rem;
        padding-right: 7rem;
    }

    @media( min-width:1920px) {
        .managementTable {
            padding-left: 22rem;
            padding-right: 22rem;
        }
    }

    @media( max-width:1200px) {
        .managementTable {
            padding-left: 0rem;
            padding-right: 0rem;
        }
    }

.com-preview-link{
    position: relative;
}
.
/*Osano CSS for individual items*/
.osano-cm-toggle__input:disabled:checked + .osano-cm-toggle__switch::before, .osano-cm-toggle__input:disabled:checked:focus + .osano-cm-toggle__switch::before, .osano-cm-toggle__input:disabled:checked:hover + .osano-cm-toggle__switch::before {
    border-color: transparent !important;
}

    .osano-cm-toggle__input:disabled + .osano-cm-toggle__switch::before, .osano-cm-toggle__input:disabled:focus + .osano-cm-toggle__switch::before, .osano-cm-toggle__input:disabled:hover + .osano-cm-toggle__switch::before {
        border-color: transparent !important;
    }

    .osano-cm-toggle__input:checked + .osano-cm-toggle__switch::after, .osano-cm-toggle__input:checked + .osano-cm-toggle__switch::before {
        border-color: transparent !important;
    }

    .osano-cm-toggle__input:checked + .osano-cm-toggle__switch::after, .osano-cm-toggle__input:checked + .osano-cm-toggle__switch::before {
        border-color: #f4f4f4 !important;
    }

    .osano-cm-toggle__switch::before {
        border-color: transparent !important;
    }

    .osano-cm-toggle__input:checked + .osano-cm-toggle__switch {
        background-color: #37cd8f !important;
        border-color: #37cd8f !important;
    }

    /*Osano CSS*/
    .osano-cm-list__list-item:nth-child(5) {
        color: red;
        display: none !important;
    }

    .osano-cm-button {
        background-color: #8ec760 !important;
        border-color: #ffffff !important;
        color: #ffffff !important;
    }

    .osano-cm-view__button {
        font-size: .875em !important;
        margin: 1em 0 0 !important;
        width: 100% !important;
    }

    .osano-cm-button {
        background-color: #8ec760 !important;
        border-color: #ffffff !important;
        color: #ffffff !important;
    }

    .managementTable {
        width: 100%;
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto;
        padding: 2.5rem 1.5rem;
    }

