/* (c) Amplify */
@charset "UTF-8";
@font-face {
    font-family: Mathigon Symbol;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/mathigon-symbol.woff2) format("woff2"), url(/fonts/mathigon-symbol.woff) format("woff")
}

* {
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    cursor: inherit
}

article, audio, canvas, figcaption, figure, footer, header, main, nav, section, summary, video {
    display: block
}

audio:not([controls]) {
    display: none;
    height: 0
}

svg {
    display: block;
    overflow: hidden
}

li svg, p svg, td svg {
    display: inline-block
}

circle, g, image, line, path, polyline, use {
    transform-box: fill-box;
    transform-origin: center
}

body, html {
    margin: 0;
    padding: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #f6f6f6;
    cursor: default;
    font-family: benton-sans, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    min-width: 320px;
    touch-action: manipulation
}

html[theme=dark] {
    background: #22212e
}

html:not(.ready) * {
    animation: none !important;
    transition: none !important
}

html:not(.is-tabbing) :focus {
    outline: none !important
}

html.grabbing, html.grabbing * {
    cursor: grabbing !important
}

:lang(ru), :lang(uk), :lang(vi) {
    font-family: sans-serif !important
}

body {
    color: #3a3645
}

html[theme=dark] body {
    color: hsla(0, 0%, 100%, .9)
}

main {
    --nav-top: 60px;
    padding-left: var(--nav-left);
    padding-top: var(--nav-top)
}

@media (max-width: 719px) {
    main {
        padding-left: 0
    }
}

.container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1132px;
    padding: 0 26px;
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .container {
        padding: 0 13px
    }
}

.container.narrow {
    max-width: 852px
}

.video-wrap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.video-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.visually-hidden:not(:focus):not(:active) {
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

p {
    hanging-punctuation: first;
    margin: 0 0 1em
}

h1 {
    font-size: 40px;
    font-weight: 400
}

h2 {
    font-size: 28px;
    font-weight: 600
}

h3 {
    font-size: 20px;
    font-weight: 500
}

h1, h2 {
    font-family: amplify, Helvetica, sans-serif;
    font-weight: 400
}

h1, h2, h3, h4 {
    color: inherit;
    line-height: 1.1;
    margin: 2.5em 0 1.5em;
    padding: 0;
    text-rendering: optimizelegibility
}

.caption {
    color: #9d9ba2;
    font-size: 80%;
    margin: 0 0 .6em;
    text-align: left
}

a {
    cursor: pointer
}

a, a:hover {
    text-decoration: none
}

a, button {
    touch-action: manipulation
}

button {
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.a, label a, ol a, p a, ul a {
    background-image: linear-gradient(transparent calc(100% - 3px), currentColor calc(100% - 3px), currentColor calc(100% - 1px), transparent calc(100% - 1px));
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: 0 100%;
    color: #0f82f2;
    transition: color .2s, background-size .2s ease-in-out
}

.a:hover, label a:hover, ol a:hover, p a:hover, ul a:hover {
    background-size: 100% 100%
}

.small, small {
    font-size: 80%
}

.b, b, strong {
    font-weight: 700
}

.i, em, i {
    font-style: italic
}

.text-center {
    text-align: center
}

ol, ul {
    margin: 0 0 1em 2em;
    padding: 0;
    text-align: left
}

ol ol, ol ul, ul ol, ul ul {
    margin: .5em 0 0 1.5em
}

li {
    margin: 0 0 .5em
}

.m-red {
    color: #cd0e66
}

.m-blue {
    color: #0f82f2
}

.m-green {
    color: #22ab24
}

.m-yellow {
    color: #fd8c00
}

.m-orange {
    color: #eb4726
}

.m-purple {
    color: #6d3bbf
}

.m-teal {
    color: #009ea6
}

.m-lime {
    color: #bfc212
}

.lgrey {
    color: #aaa
}

hr {
    background: #aaa;
    clear: both;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

hr, img {
    border: 0
}

img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%
}

figure {
    margin: 0
}

.hidden, [hidden] {
    display: none !important;
    visibility: hidden !important
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, td {
    border: none
}

td {
    vertical-align: top
}

table.fixed {
    table-layout: fixed
}

table.grid td {
    border-bottom: 1px solid #c5c2cc;
    border-right: 1px solid #c5c2cc
}

table.grid tr td:last-child {
    border-right: none
}

table.grid tr:last-child td {
    border-bottom: none
}

@media print {
    body, html {
        background: transparent;
        color: #000
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h1, h2, h3 {
        page-break-after: avoid
    }

    p a, p a:visited {
        text-decoration: underline
    }

    p a[href]:after {
        content: " (" attr(href) ")"
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }
}

.polypad {
    --canvas-bg: #fff;
    --canvas-fg: #181824
}

[theme=dark] .polypad {
    --canvas-bg: #22212e;
    --canvas-fg: #e2e1e6
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.row.padded {
    margin: -20px
}

.row.padded > * {
    margin: 20px
}

.padded-thin > * > p:last-child, .padded > * > p:last-child {
    margin-bottom: 0
}

.row .grow {
    flex-grow: 1
}

.row .shrink {
    flex-shrink: 1
}

.row > * > h2:first-child, .row > * > h3:first-child {
    margin-top: 0
}

.padded-thin > * > p:last-child {
    margin-bottom: 0
}

.tooltip {
    backdrop-filter: blur(4px);
    background: #181824;
    border: 1px solid #fff;
    border-radius: 16px;
    color: #fff;
    font-size: 13px;
    left: 50%;
    line-height: 18px;
    opacity: 0;
    padding: 2px 12px;
    pointer-events: none;
    position: absolute;
    top: -22px;
    transform: translateX(-50%);
    transition: opacity .1s;
    white-space: nowrap;
    z-index: 9999
}

.is-tabbing.not-mobile :focus > .tooltip, .not-mobile :hover > .tooltip {
    opacity: .8
}

.warning {
    background: #181824;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 900
}

.warning-body {
    left: 50%;
    max-width: calc(100% - 48px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.warning-body svg {
    height: 100px;
    margin: 0 auto 20px;
    width: 100px
}

.warning-body p {
    background: #cd0e66;
    border-radius: 4px;
    color: #fff;
    padding: 8px 16px;
    text-align: center
}

.warning-body a:hover {
    color: #3f9bf5
}

.cookie-warning {
    background: #b50c5a;
    border-radius: 4px;
    bottom: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    color: #fff;
    left: 10px;
    line-height: 1.4;
    max-width: calc(100vw - 20px);
    padding: 10px 16px 12px;
    position: fixed;
    z-index: 800
}

.cookie-warning h2 {
    color: hsla(0, 0%, 100%, .8);
    font-size: 24px;
    font-weight: 100;
    margin: 0 0 6px
}

.cookie-warning p {
    margin-bottom: 12px
}

.cookie-warning .btn {
    color: #b50c5a
}

.cookie-warning .close {
    cursor: pointer;
    opacity: .6;
    padding: 12px;
    position: absolute;
    right: 2px;
    top: 2px;
    transition: opacity .2s
}

.cookie-warning .close:hover {
    opacity: 1
}

.cookie-warning x-icon {
    display: block
}

x-tabs {
    background: #f6f6f6;
    display: flex;
    margin-bottom: 60px;
    padding: 6px 0;
    position: sticky;
    top: 54px;
    z-index: 1
}

x-tabs a {
    background: #c5c2cc;
    flex-grow: 1;
    margin-right: 2px;
    padding: 3px 0;
    text-align: center;
    transition: background .2s;
    width: 200px
}

x-tabs a:first-child {
    border-radius: 6px 0 0 6px
}

x-tabs a:last-child {
    border-radius: 0 6px 6px 0;
    margin: 0
}

x-tabs a:focus, x-tabs a:hover {
    background: #6aa2df
}

x-tabs a.active {
    background: #0f82f2;
    color: #fff
}

.global-footer {
    background: #656073;
    color: #fff;
    font-size: 15px;
    margin-top: 60px;
    padding: 26px
}

.global-footer .row {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px
}

.global-footer .row:not(:first-child) {
    margin: 13px auto 0
}

.global-footer span.amplify-logo {
    background: no-repeat url(/images/amplify-white.svg);
    display: block;
    height: 31px;
    width: 120px
}

.global-footer p {
    margin: 0
}

.global-footer a {
    color: #fff;
    display: inline-block
}

.global-footer .socials a {
    display: inline-block;
    margin: -2px 0 0;
    padding: 5px;
    transition: color .2s
}

.global-footer .socials a x-icon {
    display: block
}

.global-footer ul {
    display: flex;
    list-style-type: none;
    margin: 0
}

.global-footer ul:not(.socials) li:not(:last-child) a {
    margin-right: 26px
}

@media (max-width: 900px) {
    .global-footer p {
        margin-bottom: 26px
    }

    .global-footer .row {
        align-items: center;
        flex-direction: column
    }

    .global-footer ul:not(.socials) {
        flex-direction: column;
        text-align: center
    }

    .global-footer ul:not(.socials) li:not(:last-child) a {
        margin-right: 0
    }
}

.warning-banner {
    align-items: center;
    background: #f5cd52;
    border-radius: 6px;
    color: #000;
    display: flex;
    margin: 60px auto;
    max-width: 880px;
    padding: 12px 18px;
    position: relative
}

.warning-banner p {
    margin: 0
}

.warning-banner x-icon {
    display: block;
    margin-right: 12px
}

.warning-banner .link {
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor calc(100% - 2px), currentColor calc(100% - 1px), transparent calc(100% - 1px));
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: 500
}

.snackbar {
    left: 50%;
    position: fixed;
    top: 52px;
    transform: translateX(-50%);
    z-index: 500
}

x-alert {
    background: #000;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
    color: #fff;
    display: none;
    font-size: 16px;
    line-height: 1.4;
    max-width: 300px;
    padding: 8px 20px;
    width: -moz-max-content;
    width: max-content
}

x-alert x-icon {
    float: left;
    margin: -2px 6px 20px -4px
}

x-alert.error {
    background: #b50c5a
}

x-alert.warn {
    background: #e47e00
}

x-alert.success {
    background: #1e9620
}

x-icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px
}

x-icon svg {
    display: block
}

x-icon[name=warning] {
    fill: #cd0e66
}

.button x-icon {
    margin: -10px 3px -10px -8px
}

.modal-background {
    -webkit-backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background .4s;
    z-index: 400
}

.modal-background.light {
    background: hsla(0, 0%, 100%, .9)
}

html.webview .modal-background {
    top: 0
}

x-modal {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 32px rgba(0, 0, 0, .8);
    box-sizing: border-box;
    display: none;
    left: 50%;
    margin-top: 22px;
    max-height: calc(100vh - 84px);
    max-width: calc(100% - 40px);
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    z-index: 401
}

html[theme=dark] x-modal {
    background: #2d2c38
}

x-modal.light {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25)
}

html.webview x-modal {
    margin-top: 0;
    max-height: calc(100% - 40px)
}

x-modal .modal-body {
    box-sizing: border-box;
    height: 100%;
    max-height: calc(100vh - 84px);
    overflow: auto;
    padding: 24px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain
}

@media screen and (max-height: 720px) {
    x-modal.interactive {
        top: 42px;
        transform: translate(-50%)
    }
}

.is-safari:not(.is-webview) x-modal, .is-safari:not(.is-webview) x-modal .modal-body {
    max-height: calc(100vh - 200px)
}

x-modal h2 {
    margin-top: 0
}

x-modal h2 x-icon {
    margin: -6px 4px -6px -2px
}

x-modal h3 {
    margin: 1.5em 0 .8em
}

x-modal h3 x-icon {
    margin: 0 5px -5px 0
}

x-modal .btn-row {
    margin: 0;
    text-align: right
}

x-modal .form-large {
    margin: 0 -8px -10px
}

x-modal p:last-child:not(.btn-row), x-modal ul:last-child {
    margin-bottom: 0
}

x-modal .form-checkbox {
    margin: 16px 0
}

x-modal hr {
    margin: 1.5em 0
}

x-modal .close {
    cursor: pointer;
    display: block;
    fill: rgba(0, 0, 0, .4);
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .2s, color .2s;
    z-index: 10
}

html[theme=dark] x-modal .close {
    fill: hsla(0, 0%, 100%, .4)
}

x-modal .close:hover {
    color: #000;
    transform: scale(1.4)
}

html[theme=dark] x-modal .close:hover {
    color: #fff
}

x-modal.video {
    background: #000;
    border-radius: 0;
    width: 1200px
}

x-modal.video .video-wrap {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

x-modal.video iframe, x-modal.video video {
    height: 100%;
    position: absolute;
    width: 100%
}

x-modal.video .close x-icon {
    fill: hsla(0, 0%, 100%, .8);
    top: -40px
}

button, form, input, select, textarea {
    border: none;
    margin: 0;
    padding: 0
}

input:invalid {
    box-shadow: none
}

button, input, select, textarea {
    background: transparent;
    border: none;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0
}

input[type=date], input[type=email], input[type=password], input[type=text], textarea {
    cursor: text
}

button, select {
    cursor: pointer
}

.form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.form-row .form-field {
    flex-grow: 1;
    width: 180px
}

.form-field {
    display: block;
    padding: 8px;
    position: relative
}

.form-field input, .form-field select, .form-field textarea, .form-field-style {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: no-repeat top 12px right 10px/24px 24px;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    display: block;
    line-height: 1.4em;
    padding: 18px 16px 4px;
    transition: border .2s, background .2s, box-shadow .2s;
    width: 100%
}

html[theme=dark] .form-field input, html[theme=dark] .form-field select, html[theme=dark] .form-field textarea, html[theme=dark] .form-field-style {
    background-color: #43424d;
    border-color: hsla(0, 0%, 100%, .5);
    color: #fff
}

.form-field input:not([disabled]):focus, .form-field input:not([disabled]):hover, .form-field select:not([disabled]):focus, .form-field select:not([disabled]):hover, .form-field textarea:not([disabled]):focus, .form-field textarea:not([disabled]):hover, .form-field-style:not([disabled]):focus, .form-field-style:not([disabled]):hover {
    background-color: #eee
}

html[theme=dark] .form-field input:not([disabled]):focus, html[theme=dark] .form-field input:not([disabled]):hover, html[theme=dark] .form-field select:not([disabled]):focus, html[theme=dark] .form-field select:not([disabled]):hover, html[theme=dark] .form-field textarea:not([disabled]):focus, html[theme=dark] .form-field textarea:not([disabled]):hover, html[theme=dark] .form-field-style:not([disabled]):focus, html[theme=dark] .form-field-style:not([disabled]):hover {
    background-color: #64646d
}

.form-field input:not([disabled]):focus, .form-field select:not([disabled]):focus, .form-field textarea:not([disabled]):focus, .form-field-style:not([disabled]):focus {
    border-color: #0f82f2;
    box-shadow: 0 0 0 3px rgba(15, 130, 242, .5);
    outline: none
}

.form-field input:not([disabled]):focus + .placeholder, .form-field select:not([disabled]):focus + .placeholder, .form-field textarea:not([disabled]):focus + .placeholder, .form-field-style:not([disabled]):focus + .placeholder {
    color: #0f82f2
}

.form-field input[disabled], .form-field select[disabled], .form-field textarea[disabled], .form-field-style[disabled] {
    cursor: default !important;
    opacity: .6
}

.form-field input::-moz-placeholder {
    opacity: 0
}

.form-field input::placeholder {
    opacity: 0
}

.form-field input:-moz-placeholder-shown {
    padding: 11px 16px
}

.form-field input:placeholder-shown {
    padding: 11px 16px
}

.form-field input:-moz-placeholder-shown + .placeholder {
    transform: none
}

.form-field input:placeholder-shown + .placeholder {
    transform: none
}

.form-field input.dirty:not(:focus), .form-field select.dirty:not(:focus) {
    padding-right: 36px
}

.form-field input.dirty:not(:focus).valid, .form-field input.dirty:not(:focus):valid, .form-field select.dirty:not(:focus).valid, .form-field select.dirty:not(:focus):valid {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2322ab24%22%20d%3D%22m19.7%206.3-.2-.4-.3-.2c-.1-.1-.3%200-.4%200a36.6%2036.6%200%200%200%20-9.8%208.4%2036.1%2036.1%200%200%200%20-4.8-2.9h-.5l-1%20.9a.4.4%200%200%200%20-.1.3c0%20.2%200%20.3.1.4a72.1%2072.1%200%200%201%206.6%207h.4a.5.5%200%200%200%20.4-.2c3.8-6.8%205.7-9.6%209.4-13%20.2.1.2-.1.2-.3z%22%2F%3E%3C%2Fsvg%3E")
}

.form-field input.dirty:not(:focus).invalid, .form-field input.dirty:not(:focus):invalid, .form-field select.dirty:not(:focus).invalid, .form-field select.dirty:not(:focus):invalid {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Crect%20x%3D%2210%22%20y%3D%228%22%20width%3D%224%22%20height%3D%2212%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23cd0e66%22%20d%3D%22M22.1%2C19.5l-9.2-16a1%2C1%2C0%2C0%2C0-1.8%2C0l-9.2%2C16A1%2C1%2C0%2C0%2C0%2C2.7%2C21H21.3A1%2C1%2C0%2C0%2C0%2C22.1%2C19.5Zm-8.7-11v2.4l-.4%2C4.4H11.1l-.4-4.4V8.5ZM12%2C19.4a1.6%2C1.6%2C0%2C0%2C1-1.6-1.6%2C1.6%2C1.6%2C0%2C1%2C1%2C3.2%2C0A1.6%2C1.6%2C0%2C0%2C1%2C12%2C19.4Z%22%2F%3E%3C%2Fsvg%3E");
    border-color: #cd0e66
}

.form-field textarea {
    height: auto;
    padding: 10px 16px;
    resize: vertical
}

.form-field textarea::-moz-placeholder {
    color: #aaa;
    opacity: 1;
    -moz-transition: color .2s;
    transition: color .2s
}

.form-field textarea::placeholder {
    color: #aaa;
    opacity: 1;
    transition: color .2s
}

.form-field textarea:active::-moz-placeholder, .form-field textarea:focus::-moz-placeholder {
    color: #0f82f2
}

.form-field textarea:active::placeholder, .form-field textarea:focus::placeholder {
    color: #0f82f2
}

.form-field select {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%234d4d4d%22%20d%3D%22m19.9%207.5a1.4%201.4%200%200%200%20-2.1%200l-5.8%205.8-5.8-5.8a1.4%201.4%200%200%200%20-2.1%200%201.5%201.5%200%200%200%200%202.1l6.8%206.9a1.6%201.6%200%200%200%202.2%200l6.8-6.9a1.4%201.4%200%200%200%200-2.1z%22%2F%3E%3C%2Fsvg%3E");
    padding-right: 40px
}

.form-field .placeholder {
    color: #aaa;
    left: 24px;
    line-height: 1.4em;
    pointer-events: none;
    position: absolute;
    top: 19px;
    transform: translateY(-7px) scale(.7);
    transform-origin: top left;
    transition: transform .2s, color .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.radio-row {
    display: flex;
    margin: 1em 2em
}

.radio-row label {
    display: block;
    flex-grow: 1
}

.radio-row span {
    border: 2px solid #0f82f2;
    border-right-style: none;
    cursor: pointer;
    display: block;
    text-align: center;
    transition: background .2s
}

.radio-row span:hover {
    background: rgba(15, 130, 242, .4)
}

.radio-row label:first-child span {
    border-radius: 6px 0 0 6px
}

.radio-row label:last-child span {
    border-radius: 0 6px 6px 0;
    border-right-style: solid
}

.radio-row input:checked + span {
    background: #0f82f2;
    color: #fff
}

.radio-row input {
    display: none
}

.form-checkbox {
    cursor: pointer;
    display: block;
    margin: 16px 8px;
    min-height: 28px;
    padding-left: 40px;
    position: relative
}

.form-checkbox input {
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 7px
}

.form-checkbox .control {
    background: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    height: 22px;
    left: 0;
    position: absolute;
    top: 2px;
    transition: border .2s, background .2s, box-shadow .2s;
    width: 22px
}

.form-checkbox .control:after {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22m19.7%206.3-.2-.4-.3-.2c-.1-.1-.3%200-.4%200a36.6%2036.6%200%200%200%20-9.8%208.4%2036.1%2036.1%200%200%200%20-4.8-2.9h-.5l-1%20.9a.4.4%200%200%200%20-.1.3c0%20.2%200%20.3.1.4a72.1%2072.1%200%200%201%206.6%207h.4a.5.5%200%200%200%20.4-.2c3.8-6.8%205.7-9.6%209.4-13%20.2.1.2-.1.2-.3z%22%2F%3E%3C%2Fsvg%3E");
    content: " ";
    display: block;
    height: 21px;
    left: 1px;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform .4s cubic-bezier(.33, 1.9, .52, .7);
    width: 21px
}

.form-checkbox input:focus + .control, .form-checkbox:hover .control {
    background: #eee;
    border-color: #0f82f2
}

.form-checkbox input:focus + .control {
    box-shadow: 0 0 0 3px rgba(15, 130, 242, .5);
    outline: none
}

.form-checkbox input:checked + .control {
    background: #0f82f2
}

.form-checkbox input:checked + .control:after {
    transform: none
}

.form-checkbox input:focus:checked + .control, .form-checkbox:hover input:checked + .control {
    border-color: #053563
}

.form-error {
    color: #cd0e66;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin: 8px;
    text-align: center
}

.form-error x-icon {
    margin: 0 2px -4px 0
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #181824;
    border: none;
    border-radius: 24px;
    color: hsla(0, 0%, 100%, .95);
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    height: 2em;
    letter-spacing: .2px;
    line-height: 2em;
    min-width: 48px;
    outline: none;
    padding: 0 1.2em;
    text-align: center;
    width: auto;
    -webkit-touch-callout: none;
    transition: transform .3s, background .2s, color .2s, box-shadow .2s, opacity .2s
}

.btn:hover {
    transform: scale(1.08)
}

.btn:active {
    transform: scale(.92)
}

.btn.on, .btn:hover {
    background-color: #504b5c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
    color: #fff;
    z-index: 10
}

html.is-tabbing .btn:focus {
    outline: 2px solid #181824;
    outline-offset: 2px
}

.btn.disabled, .btn[disabled] {
    background-color: #ddd !important;
    box-shadow: none;
    color: #999 !important;
    cursor: default;
    pointer-events: none
}

.btn x-icon {
    fill: currentColor;
    margin: 0 6px -6px 0;
    opacity: .95;
    transition: opacity .2s
}

.btn:focus x-icon, .btn:hover x-icon {
    opacity: 1
}

.btn-small {
    height: 1.6em;
    line-height: 1.6em;
    padding: 0 .8em
}

.btn-row {
    margin: -10px
}

.btn-row .btn {
    margin: 10px
}

.btn-red {
    background-color: #cd0e66
}

.btn-red:focus, .btn-red:hover {
    background-color: #ef1579
}

html.is-tabbing .btn-red:focus {
    outline: 2px solid #ef1579
}

.btn-blue {
    background-color: #0f82f2
}

.btn-blue:focus, .btn-blue:hover {
    background-color: #3696f4
}

html.is-tabbing .btn-blue:focus {
    outline: 2px solid #3696f4
}

.btn-green {
    background-color: #22ab24
}

.btn-green:focus, .btn-green:hover {
    background-color: #29cd2b
}

html.is-tabbing .btn-green:focus {
    outline: 2px solid #29cd2b
}

.btn-yellow {
    background-color: #fd8c00
}

.btn-yellow:focus, .btn-yellow:hover {
    background-color: #ff9e27
}

html.is-tabbing .btn-yellow:focus {
    outline: 2px solid #ff9e27
}

.btn-amplify {
    background-color: #f37321
}

.btn-amplify:focus, .btn-amplify:hover {
    background-color: #f58b48
}

html.is-tabbing .btn-amplify:focus {
    outline: 2px solid #f58b48
}

.btn-white {
    border: 1px solid #aaa
}

.btn-white, .btn-white:focus, .btn-white:hover {
    background: #fff;
    color: #3a3645
}

html.is-tabbing .btn-white:focus {
    outline-color: #656073
}

.btn.facebook {
    background-color: #1878f2
}

.btn.facebook:focus, .btn.facebook:hover {
    background-color: #3f8ff4
}

html.is-tabbing .btn.facebook:focus {
    outline: 2px solid #3f8ff4
}

.btn.twitter {
    background-color: #000
}

.btn.twitter:focus, .btn.twitter:hover {
    background-color: #141414
}

html.is-tabbing .btn.twitter:focus {
    outline: 2px solid #141414
}

.btn.pinterest {
    background-color: #cb2027
}

.btn.pinterest:focus, .btn.pinterest:hover {
    background-color: #df353c
}

html.is-tabbing .btn.pinterest:focus {
    outline: 2px solid #df353c
}

.btn.reddit {
    background-color: #ff5700
}

.btn.reddit:focus, .btn.reddit:hover {
    background-color: #ff7229
}

html.is-tabbing .btn.reddit:focus {
    outline: 2px solid #ff7229
}

.input-field {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 5px;
    color: inherit;
    cursor: text;
    display: block;
    line-height: 24px;
    padding: 0;
    text-align: center;
    transition: border .2s, background .2s, box-shadow .2s, color .2s
}

.input-field.error {
    border-color: #cd0e66
}

.input-field::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.input-field::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.input-field::-webkit-inner-spin-button, .input-field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.light-ui .input-field {
    background-color: rgba(95, 95, 95, .15);
    border-color: #a6a6a6
}

.light-ui .input-field.error {
    border-color: #cd0e66
}

.light-ui .input-field::-moz-placeholder {
    color: rgba(58, 54, 69, .5)
}

.light-ui .input-field::placeholder {
    color: rgba(58, 54, 69, .5)
}

.input-field:focus {
    background-color: hsla(0, 0%, 100%, .18);
    border-color: #0f82f2;
    box-shadow: 0 0 0 3px rgba(15, 130, 242, .5);
    outline: none
}

select.input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22rgba(255%2C%20255%2C%20255%2C%200.5)%22%20d%3D%22m19.9%207.5a1.4%201.4%200%200%200%20-2.1%200l-5.8%205.8-5.8-5.8a1.4%201.4%200%200%200%20-2.1%200%201.5%201.5%200%200%200%200%202.1l6.8%206.9a1.6%201.6%200%200%200%202.2%200l6.8-6.9a1.4%201.4%200%200%200%200-2.1z%22%2F%3E%3C%2Fsvg%3E");
    background-position: top 6px right 5px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
    padding: 0 24px 0 8px;
    text-align: left;
    width: auto
}

select.input-field option {
    color: initial
}

.light-ui select.input-field {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23a6a6a6%22%20d%3D%22m19.9%207.5a1.4%201.4%200%200%200%20-2.1%200l-5.8%205.8-5.8-5.8a1.4%201.4%200%200%200%20-2.1%200%201.5%201.5%200%200%200%200%202.1l6.8%206.9a1.6%201.6%200%200%200%202.2%200l6.8-6.9a1.4%201.4%200%200%200%200-2.1z%22%2F%3E%3C%2Fsvg%3E")
}

input.toggle[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    position: absolute;
    width: 0
}

input.toggle + .control {
    background: hsla(0, 0%, 100%, .3);
    border-radius: 12px;
    content: "";
    cursor: pointer;
    display: block;
    height: 10px;
    padding: 1px 0;
    transition: background .2s;
    width: 32px
}

.light-ui input.toggle + .control {
    background: rgba(95, 95, 95, .3)
}

input.toggle + .control:after {
    background-color: #9d9ba2;
    border-radius: 12px;
    content: "";
    display: block;
    height: 18px;
    margin: -4px -1px;
    transition: transform .2s;
    width: 18px
}

.light-ui input.toggle + .control:after {
    background-color: #a6a6a6
}

input.toggle:checked + .control {
    background: #0f82f2
}

input.toggle:checked + .control:after {
    background: #ebebec;
    transform: translateX(16px)
}

.light-ui input.toggle:checked + .control {
    background: rgba(15, 130, 242, .5)
}

.light-ui input.toggle:checked + .control:after {
    background: #0f82f2
}

input.toggle:indeterminate + .control:after {
    background: #c4c3c7;
    transform: translateX(8px)
}

.light-ui input.toggle:indeterminate + .control:after {
    background: #3771a9
}

.is-tabbing input.toggle:focus + .control {
    outline: auto
}

#amp-nav {
    position: relative;
    z-index: 402
}

#amp-nav .amp-nav-v2 {
    color: unset
}

.logged-out-navigation__bottom, .pp-nav .amp-nav-elementary-school-view, .pp-nav .amp-nav-middle-school-view, .pp-nav .logged-out-navigation, .pp-nav .top-nav {
    display: none !important
}

#polypad-header {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .122), 0 1px 3px rgba(0, 0, 0, .071);
    color: #3a3645;
    display: flex;
    height: 60px;
    justify-content: space-between;
    left: var(--nav-left, 0);
    position: fixed;
    right: 0;
    top: 0;
    transition: background .2s, box-shadow .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 401
}

#polypad-header .header-left, #polypad-header .header-right {
    align-items: center;
    display: flex;
    height: 100%
}

#polypad-header .header-left a {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-left: 20px
}

#polypad-header .amplify {
    flex-shrink: 0;
    margin-right: -16px
}

#polypad-header .amplify img {
    border-radius: 4px;
    height: 36px;
    margin: 12px;
    width: 36px
}

#polypad-header .amplify.skip {
    display: none
}

@media (max-width: 719px) {
    #polypad-header {
        left: 0
    }

    #polypad-header .amplify.skip {
        display: block
    }

    .pp-nav {
        display: none;
        opacity: 0;
        position: relative;
        transition: opacity .2s, display allow-discrete .2s;
        z-index: 9999
    }

    .pp-nav.mobile-visible {
        display: block;
        opacity: 1
    }

    @starting-style {
        .pp-nav.mobile-visible {
            opacity: 0
        }
    }
}

#polypad-header .btn {
    margin: 0 4px
}

@media screen and (max-width: 500px) {
    #polypad-header .btn.hide-mobile {
        display: none !important
    }
}

#polypad-header .nav-btn {
    padding: 16px;
    position: relative
}

#polypad-header .nav-btn x-icon {
    display: block
}

#polypad-header .nav-btn .tooltip {
    top: 58px
}

#polypad-header .nav-btn.contest {
    background-image: radial-gradient(closest-side, rgba(253, 140, 0, .4), rgba(253, 140, 0, .15) 40%, transparent 80%)
}

@media (max-width: 379px) {
    #polypad-header .nav-btn[title=User] + .popup-body {
        right: -55px
    }

    #polypad-header .nav-btn[title=Help] + .popup-body {
        right: 15px
    }
}

#polypad-header .nav-btn-wrapper {
    position: relative
}

#polypad-header .nav-btn-wrapper .tooltip {
    top: 58px
}

#polypad-header x-popup {
    position: relative
}

#polypad-header .popup-body {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2), 0 0 20px rgba(0, 0, 0, .2);
    display: none;
    font-size: 18px;
    padding: 6px 0;
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: 1
}

#polypad-header .nav-link {
    box-sizing: border-box;
    display: block;
    padding: 3px 14px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 100%
}

#polypad-header .nav-link x-icon {
    margin: 0 8px -5px -2px
}

#polypad-header .nav-link .subtitle {
    display: block;
    font-size: 14px;
    margin: -4px 0 0 36px;
    opacity: .6
}

#polypad-header input.toggle + .control {
    background: rgba(0, 0, 0, .15);
    display: inline-block;
    margin: 0 -2px 0 12px
}

#polypad-header a.nav-link, #polypad-header button.nav-link {
    cursor: pointer;
    line-height: inherit
}

#polypad-header hr {
    background: currentColor;
    margin: 6px 0;
    opacity: .3
}

#polypad-header .nav-btn, #polypad-header a.nav-link, #polypad-header button.nav-link {
    transition: background .2s
}

#polypad-header .nav-btn:focus, #polypad-header .nav-btn:hover, #polypad-header a.nav-link:focus, #polypad-header a.nav-link:hover, #polypad-header button.nav-link:focus, #polypad-header button.nav-link:hover {
    background-color: rgba(0, 0, 0, .15)
}

#polypad-header.dark, html[theme=dark] #polypad-header {
    background: #181824;
    color: hsla(0, 0%, 100%, .8)
}

#polypad-header.dark .popup-body, html[theme=dark] #polypad-header .popup-body {
    background: #3a3645;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .2)
}

#polypad-header.dark .nav-btn:focus, #polypad-header.dark .nav-btn:hover, #polypad-header.dark a.nav-link:focus, #polypad-header.dark a.nav-link:hover, #polypad-header.dark button.nav-link:focus, #polypad-header.dark button.nav-link:hover, html[theme=dark] #polypad-header .nav-btn:focus, html[theme=dark] #polypad-header .nav-btn:hover, html[theme=dark] #polypad-header a.nav-link:focus, html[theme=dark] #polypad-header a.nav-link:hover, html[theme=dark] #polypad-header button.nav-link:focus, html[theme=dark] #polypad-header button.nav-link:hover {
    background-color: hsla(0, 0%, 100%, .15)
}

#polypad-header.dark input.toggle + .control, html[theme=dark] #polypad-header input.toggle + .control {
    background-color: #5f5f5f
}

#polypad-header.dark input.toggle:checked + .control, html[theme=dark] #polypad-header input.toggle:checked + .control {
    background-color: #0f82f2
}

#polypad-header .amp-styles .btn:focus, #polypad-header .amp-styles .btn:hover {
    transform: none
}

#polypad-header .amp-styles .btn-icon-ghost.nav-btn {
    padding: 0
}

#polypad-header .amp-styles .btn-icon-ghost.nav-btn x-icon {
    margin: 0
}

#polypad-header .amp-styles .nav-btn.popup-target {
    color: #181824
}

html[theme=dark] #polypad-header .amp-styles .nav-btn.popup-target {
    color: #fff
}

#polypad-header .amp-styles x-popup .popup-body {
    background: #181824;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    right: 0;
    top: 50px
}

#polypad-header .amp-styles x-popup .popup-body:before {
    background: #181824;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px 0 0 1px;
    content: "";
    height: 20px;
    position: absolute;
    right: 15px;
    top: -11px;
    transform: rotate(45deg);
    width: 20px
}

#polypad-header .amp-styles x-popup .popup-body .nav-link, #polypad-header .amp-styles x-popup .popup-body a.nav-link {
    color: #fff
}

x-modal#language {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 540px
}

.locale-list {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 0;
    column-gap: 0
}

@media (max-width: 560px) {
    .locale-list {
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (max-width: 420px) {
    .locale-list {
        -moz-column-count: 1;
        column-count: 1
    }
}

.locale-link {
    border-radius: 6px;
    display: block;
    margin: 2px 0;
    padding: 4px 8px;
    transition: background .2s;
    -webkit-column-break-inside: avoid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.locale-link:hover {
    background: rgba(0, 0, 0, .15)
}

html[theme=dark] .locale-link:hover {
    background: hsla(0, 0%, 100%, .15)
}

.locale-link img {
    margin-right: 8px
}

x-modal.amp-styles {
    border-radius: var(--amp-border-radius);
    width: 615px
}

x-modal.amp-styles .modal-body {
    display: flex;
    flex-direction: column;
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3.5) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

x-modal.amp-styles h2 {
    font-family: amplify, Helvetica, sans-serif;
    font-size: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    font-weight: 700;
    margin-bottom: 20px
}

x-modal.amp-styles p {
    font-size: 16px;
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

x-modal.amp-styles a {
    color: #9c0d63
}

x-modal.amp-styles button.btn-primary, x-modal.amp-styles button.btn-secondary:hover {
    transform: none
}

x-modal.amp-styles #share-access-react-dropdown-container {
    align-items: center;
    display: flex;
    gap: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

x-modal.amp-styles .close:hover, x-modal.amp-styles .menu-btn:hover {
    transform: none
}

x-modal.amp-styles .close {
    padding: 0
}

x-modal.amp-styles .close:hover {
    transform: none
}

x-modal.amp-styles .close.btn-icon-ghost {
    position: absolute;
    right: 12px;
    top: 12px
}

x-modal.amp-styles button.btn.btn-secondary {
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

x-modal.amp-styles.assign-modal .modal-body {
    align-items: center
}

x-modal.amp-styles.assign-modal p.empty-polypad-warning {
    margin-bottom: rhythm-units(2)
}

x-modal.amp-styles.assign-modal button.btn.btn-primary {
    width: -moz-fit-content;
    width: fit-content
}

x-modal.amp-styles.assign-modal button.btn.btn-secondary {
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 5)
}

x-modal.amp-styles.assign-modal button.btn:hover {
    transform: none
}

x-modal.amp-styles.assign-modal .name-activity-container {
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1.5);
    width: 100%
}

x-modal.amp-styles.assign-modal .name-activity-container .form-control {
    width: 250px
}

x-modal.amp-styles.share-modal {
    width: 623px
}

x-modal.amp-styles.share-modal .amplify-dropdown.access-dropdown .menu-btn {
    border-radius: .3rem
}

x-modal.amp-styles.share-modal h2 {
    font-size: 25px;
    margin-bottom: 16px
}

x-modal.amp-styles.share-modal .modal-body {
    padding-left: 40px;
    padding-right: 40px
}

x-modal.amp-styles.share-modal p:first-of-type {
    margin-bottom: .5em
}

x-modal.amp-styles.share-modal p:last-of-type {
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * .5)
}

x-modal.amp-styles.share-modal .amplify-classroom-btn {
    border-radius: 20px;
    border-radius: 25px;
    font-weight: 200;
    padding: 1px 24px
}

x-modal.amp-styles.share-modal .modal-footer {
    background-color: #f6f6f6;
    border: none;
    display: flex;
    justify-content: flex-end;
    margin: 40px -40px calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 * -1);
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2) 40px
}

x-modal.amp-styles.share-modal .access-container {
    align-items: center;
    display: flex;
    font-size: 16px;
    gap: 15px;
    margin-bottom: 16px
}

x-modal.amp-styles.share-modal .access-container .select-wrapper {
    align-items: center;
    display: flex
}

x-modal.amp-styles.share-modal .access-container .select-wrapper label {
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

x-modal.amp-styles.share-modal .access-container .select-container {
    align-items: center;
    display: flex;
    position: relative
}

x-modal.amp-styles.share-modal .access-container .select-container .icon-v2-caret-small-down {
    align-items: center;
    color: rgba(0, 0, 0, .8);
    display: flex;
    font-size: 1.5em;
    height: 24px;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

x-modal.amp-styles.share-modal .access-container input, x-modal.amp-styles.share-modal .access-container select {
    padding: 6px 16px
}

x-modal.amp-styles.share-modal .access-container input {
    height: 42px;
    text-align: start;
    width: 100%
}

x-modal.amp-styles.share-modal .access-container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 32px;
    width: 160px
}

x-modal.amp-styles.share-modal .share-container {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

x-modal.amp-styles.share-modal .share-container > div {
    display: flex;
    flex-direction: column;
    width: 100%
}

x-modal.amp-styles.share-modal .share-container > div .share-option {
    align-items: center;
    display: flex;
    gap: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    list-style: none;
    margin: 0
}

x-modal.amp-styles.share-modal .share-container > div .share-option label {
    color: #444c63;
    cursor: pointer;
    font-size: 16px;
    margin: 0
}

x-modal.amp-styles.share-modal .share-container .btn {
    border-radius: 8px;
    box-shadow: none;
    height: 37px;
    margin: 4px !important;
    min-width: 0;
    padding: 0;
    width: 37px
}

x-modal.amp-styles.share-modal .share-container .btn[data-modal-action=copy-embed-code] {
    background-color: #e9e9e9
}

x-modal.amp-styles.share-modal .share-container .btn[data-modal-action=copy-embed-code] svg {
    color: #20242f
}

x-modal.amp-styles.share-modal .share-container .btn.classroom {
    background-color: #f5b922
}

x-modal.amp-styles.share-modal .share-container .btn x-icon {
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 0
}

x-modal.amp-styles.share-modal .share-container .btn x-icon svg {
    width: 27px !important
}

x-modal.amp-styles.share-modal .share-container .btn x-icon[name=code] {
    color: inherit;
    display: flex;
    justify-content: center
}

x-modal.amp-styles.share-modal .share-container .btn x-icon[name=classroom] svg {
    padding-top: 3px
}

x-modal.amp-styles.share-modal .share-container .btn.btn-white {
    border: none
}

x-modal.amp-styles.share-modal .btn-primary, x-modal.amp-styles.share-modal .btn-secondary {
    height: 40px
}

html[theme=dark] x-modal.amp-styles {
    color: hsla(0, 0%, 100%, .8)
}

html[theme=dark] x-modal.amp-styles a {
    color: #ce86b1;
    text-decoration-color: #ce86b1
}

html[theme=dark] x-modal.amp-styles .close {
    color: hsla(0, 0%, 100%, .8)
}

html[theme=dark] x-modal.amp-styles .close:focus-visible, html[theme=dark] x-modal.amp-styles .close:hover {
    background-color: hsla(0, 0%, 100%, .15)
}

html[theme=dark] x-modal.amp-styles .btn-secondary, html[theme=dark] x-modal.amp-styles .form-control, html[theme=dark] x-modal.amp-styles.share-modal .amplify-dropdown .menu-btn {
    background-color: hsla(0, 0%, 100%, .1);
    border-color: hsla(0, 0%, 100%, .3);
    color: hsla(0, 0%, 100%, .9)
}

html[theme=dark] x-modal.amp-styles .btn-secondary::-moz-placeholder, html[theme=dark] x-modal.amp-styles .form-control::-moz-placeholder, html[theme=dark] x-modal.amp-styles.share-modal .amplify-dropdown .menu-btn::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

html[theme=dark] x-modal.amp-styles .btn-secondary::placeholder, html[theme=dark] x-modal.amp-styles .form-control::placeholder, html[theme=dark] x-modal.amp-styles.share-modal .amplify-dropdown .menu-btn::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

html[theme=dark] x-modal.amp-styles .btn-secondary:hover, html[theme=dark] x-modal.amp-styles .form-control:hover, html[theme=dark] x-modal.amp-styles.share-modal .amplify-dropdown .menu-btn:hover {
    background-color: hsla(0, 0%, 100%, .15);
    border-color: hsla(0, 0%, 100%, .4)
}

html[theme=dark] x-modal.amp-styles .btn-secondary:focus, html[theme=dark] x-modal.amp-styles .form-control:focus, html[theme=dark] x-modal.amp-styles.share-modal .amplify-dropdown .menu-btn:focus {
    background-color: hsla(0, 0%, 100%, .15);
    border-color: #ce86b1;
    box-shadow: 0 0 0 3px rgba(206, 134, 177, .25)
}

html[theme=dark] x-modal.amp-styles .btn-primary {
    background-color: #ce86b1;
    color: #20242f
}

html[theme=dark] x-modal.amp-styles .btn-primary:hover {
    background-color: #bf629a
}

html[theme=dark] x-modal.amp-styles .btn-primary:active {
    background-color: #a94581;
    border-color: transparent
}

html[theme=dark] x-modal.amp-styles .btn-secondary {
    background-color: hsla(0, 0%, 100%, .1);
    border-color: hsla(0, 0%, 100%, .3);
    color: hsla(0, 0%, 100%, .9)
}

html[theme=dark] x-modal.amp-styles .btn-secondary:hover {
    background-color: hsla(0, 0%, 100%, .15);
    border-color: #ce86b1;
    box-shadow: inset 0 0 0 2px #ce86b1
}

html[theme=dark] x-modal.amp-styles .btn-secondary:active {
    background-color: hsla(0, 0%, 100%, .2);
    border-color: #ce86b1
}

html[theme=dark] x-modal.amp-styles .btn:disabled {
    background-color: hsla(0, 0%, 100%, .05) !important;
    border-color: hsla(0, 0%, 100%, .1) !important;
    color: hsla(0, 0%, 100%, .3) !important;
    opacity: 1 !important
}

html[theme=dark] x-modal.amp-styles.share-modal .share-option label {
    color: hsla(0, 0%, 100%, .7)
}

html[theme=dark] x-modal.amp-styles.share-modal .modal-footer {
    background-color: transparent;
    border-top: 1px solid hsla(0, 0%, 100%, .15)
}

html[theme=dark] x-modal.amp-styles.share-modal .amplify-dropdown .menu-btn.active {
    border-color: #ce86b1;
    box-shadow: 0 0 0 3px rgba(206, 134, 177, .25)
}

html[theme=dark] x-modal.amp-styles.share-modal .amplify-dropdown .dropdown-menu {
    background-color: #3a3645;
    border-color: hsla(0, 0%, 100%, .2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .4)
}

html[theme=dark] x-modal.amp-styles.share-modal .amplify-dropdown .dropdown-menu .dropdown-item {
    color: hsla(0, 0%, 100%, .9)
}

html[theme=dark] x-modal.amp-styles.share-modal .amplify-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

html[theme=dark] x-modal.amp-styles.share-modal .amplify-dropdown .dropdown-menu .dropdown-item.active, html[theme=dark] x-modal.amp-styles.share-modal .amplify-dropdown .dropdown-menu .dropdown-item:focus {
    background-color: hsla(0, 0%, 100%, .15)
}

.frac {
    bottom: -.75em;
    display: inline-block;
    line-height: 1;
    margin: -.75em .25em .75em;
    position: relative;
    vertical-align: baseline
}

.frac-top {
    border-bottom: 1px solid #000;
    padding-bottom: .1875em
}

.frac-bot, .frac-top {
    display: block;
    margin: 0 auto;
    text-align: center
}

.frac-bot {
    padding-top: .0625em
}

.tile {
    transform-box: view-box;
    transform-origin: 0 0
}

.tile .handle:not(.persistent), .tile .outline {
    display: none
}

.tile.active .handle, .tile.active .link-handle, .tile.active .outline {
    display: block !important
}

.tile.not-linkable {
    cursor: default;
    opacity: .3
}

.tile.link .outline {
    display: block !important
}

.stroke-change .tile .outline, .tile.no-handles.active .handle {
    display: none !important
}

.tile:focus {
    outline: none
}

x-polypad:not(.author-mode) .hidden-tile {
    display: none
}

x-polypad:not(.author-mode) .locked-tile {
    pointer-events: none
}

.geo-path.hidden-tile, .geo-point.hidden-tile, .hidden-tile > :not(.outline,.handle) {
    opacity: .4
}

.link-handle {
    fill: #0f82f2;
    stroke: transparent;
    stroke-width: 10
}

.link-dot {
    fill: #0f82f2;
    stroke: var(--canvas-bg);
    stroke-width: 3
}

.link-bar {
    cursor: move;
    fill: none;
    stroke: #0f82f2;
    stroke-width: 5px
}

.link-bar path.dashed {
    stroke-dasharray: 6px 10px;
    stroke-dashoffset: 8px
}

.group-outline, .rotate-bar, .tile .handle, .tile .outline {
    stroke-width: calc(6px * var(--canvas-zoom))
}

.group-outline, .rotate-bar, .tile .outline {
    fill: none;
    stroke: var(--canvas-fg)
}

.hidden-tile .outline, .locked-tile .outline {
    stroke-dasharray: 10px 16px
}

.rotate-circle, .tile .handle {
    fill: var(--canvas-fg);
    r: calc(10px * var(--canvas-zoom))
}

.tile path.handle {
    stroke: var(--canvas-fg)
}

.group-outline, .rotate-bar {
    pointer-events: none
}

.group-shadow {
    fill: var(--canvas-fg);
    opacity: 15%
}

.active .linkage-handle {
    fill: var(--canvas-fg) !important
}

.rotate-circle, .tile circle.handle {
    stroke: transparent;
    stroke-width: 8px
}

.rotate-circle {
    cursor: move
}

.balance, .number-grid-cell circle, .number-tile, .polygon-tile {
    stroke: var(--canvas-bg);
    stroke-width: 1px
}

.high-contrast .balance, .high-contrast .number-grid-cell circle, .high-contrast .number-tile, .high-contrast .polygon-tile {
    stroke: var(--canvas-fg);
    stroke-width: 2px
}

.prime-move, .prime-segment:hover {
    stroke: var(--canvas-fg);
    stroke-width: 3px
}

.grid-axis {
    stroke-width: 3px
}

.active .grid-axis {
    stroke-width: 6px
}

.axis-gridlines {
    opacity: .15;
    pointer-events: none;
    stroke-width: 2px
}

.penrose-circles {
    fill: none;
    opacity: .4;
    stroke: #fff;
    stroke-width: 2px
}

.dice-face {
    stroke-width: 4px
}

.dice-dot {
    fill: #fff;
    opacity: .85
}

.balance-beam {
    fill: none;
    stroke-width: 8px
}

.active .balance, .active .balance-beam, .active .bucket {
    stroke: var(--canvas-fg);
    stroke-width: 6px
}

.dropzone.highlight-dropzone {
    stroke: var(--dropzone-stroke, var(--canvas-fg)) !important;
    stroke-dasharray: 8px 12px;
    stroke-dashoffset: 4px
}

.dropzone.highlight-dropzone:hover, .dropzone.hover-dropzone {
    fill: var(--dropzone-stroke, var(--canvas-fg));
    fill-opacity: .08;
    stroke-dasharray: 0
}

.spinner {
    fill: var(--canvas-fg);
    stroke: var(--canvas-bg)
}

.spinner, pp-tiles .spinner {
    stroke-width: 1px
}

.utensil .glass {
    fill: hsla(258, 9%, 78%, .7)
}

.utensil .ticks {
    pointer-events: none;
    stroke: var(--canvas-fg);
    stroke-linecap: butt;
    stroke-width: .6
}

.utensil .compass-frame, .utensil .compass-legs {
    fill: #c5c2cc
}

.utensil .compass-needle, .utensil .compass-top {
    fill: #656073
}

.utensil .compass-screw {
    fill: #c5c2cc
}

.utensil .compass-pencil {
    stroke: #656073
}

.utensil text {
    fill: var(--canvas-fg);
    font-size: 12px
}

.polypad.dark .utensil .glass {
    fill: rgba(101, 96, 115, .7)
}

.polypad.dark .utensil .compass-legs {
    fill: #656073
}

.polypad.dark .utensil .compass-needle {
    fill: #c5c2cc
}

.reflect {
    transform: scaleX(-1);
    transform-box: inherit
}

.dot-cell {
    fill: none;
    fill-opacity: .3;
    stroke-width: 20px
}

.bead-gradient {
    fill: url(#sphere-gradient);
    pointer-events: none;
    stroke: var(--canvas-bg)
}

.active .bead-gradient {
    stroke: var(--canvas-fg);
    stroke-width: 6px
}

.clock-handle {
    cursor: move;
    stroke: transparent;
    stroke-width: 16px;
    transform-origin: bottom center
}

.axis-label, .geo-label {
    paint-order: stroke;
    stroke: var(--canvas-bg);
    stroke-linejoin: round;
    stroke-width: 4px
}

.is-safari .axis-label, .is-safari .geo-label {
    stroke: none
}

.axis-label {
    font-size: 15px;
    font-weight: 700
}

.geo-label {
    font-size: 16px
}

.no-labels text {
    display: none
}

.text-label {
    font-size: 16px;
    font-weight: 500;
    transform-box: fill-box;
    transform-origin: center
}

.number-grid-cell.active circle {
    stroke: var(--canvas-fg);
    stroke-width: 6px
}

.number-grid-cell text {
    font-size: 24px
}

.card-label path, .card-label rect {
    fill: var(--canvas-fg)
}

.card-label text {
    fill: var(--canvas-bg);
    font-size: 13px;
    font-weight: 500;
    stroke: none
}

.hidden-input {
    display: none;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: scale(0);
    width: 0
}

.problem-box {
    cursor: text;
    transition: stroke .3s, fill .3s
}

.correct .problem-box {
    fill: rgba(34, 171, 36, .25);
    stroke: #22ab24 !important
}

.incorrect .problem-box {
    fill: rgba(205, 14, 102, .25);
    stroke: #cd0e66 !important
}

.active .problem-box {
    stroke-width: 6px
}

.problem-text {
    color: var(--canvas-fg);
    cursor: text;
    fill: var(--canvas-fg);
    font-size: 32px;
    text-align: center
}

.problem-marker {
    transform: scale(0);
    transition: transform .2s cubic-bezier(.33, 1.9, .52, .7)
}

.problem-marker.show {
    transform: none
}

.action-card-text {
    cursor: text;
    display: none;
    font-size: 20px;
    text-align: center
}

@keyframes cursor {
    0%, to {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.equation {
    transform-origin: 0 0
}

.equation line, .equation path {
    fill: none;
    stroke: currentColor;
    transform-box: view-box;
    transform-origin: top left
}

.equation text {
    dominant-baseline: text-before-edge;
    fill: currentColor;
    font-family: Mathigon Symbol, sans-serif;
    stroke: currentColor
}

.equation text.font-normal {
    font-family: benton-sans, Helvetica, sans-serif;
    font-size: 90%;
    baseline-shift: -10%
}

.equation .placeholder {
    fill: currentColor;
    opacity: .3
}

.equation .cursor {
    animation: cursor 1s step-end infinite;
    stroke: #0f82f2;
    stroke-width: 1.5px
}

.equation .range {
    fill: #87c1f9
}

.text-alignment {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.text-edit {
    font-size: 20px;
    line-height: 1.5;
    padding: 2px 8px;
    -webkit-user-modify: read-write-plaintext-only;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    width: -moz-fit-content;
    width: fit-content;
    word-wrap: normal;
    pointer-events: none
}

.text-edit[contenteditable] {
    pointer-events: all
}

.text-edit .frac-top {
    border-color: currentColor
}

.text-edit .pow sup {
    display: inline-block;
    font-size: .55em;
    transform: translate(2px, -.6em)
}

.text-input {
    cursor: text;
    font-size: 20px;
    line-height: 1.4em
}

.text-input::-webkit-scrollbar {
    cursor: default;
    width: 22px
}

.text-input::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--scroll-color);
    border: 8px solid transparent;
    border-radius: 20px
}

.text-input.question-style {
    font-size: 32px;
    padding: 0 2px;
    text-align: center;
    text-wrap: nowrap
}

.text-input.question-style::-webkit-scrollbar {
    display: none
}

.text-input.text-style {
    font-size: var(--input-font-size);
    padding: 2px 8px;
    text-align: left;
    text-wrap: wrap;
    word-wrap: break-word
}

.geo-path {
    fill: none;
    stroke: currentColor;
    stroke-width: 3px
}

.geo-path.fill {
    fill: currentColor;
    opacity: .5;
    stroke: none
}

.geo-path.fill.hover {
    opacity: .8
}

.geo-point {
    fill: currentColor
}

.geo-point.intersection {
    fill: var(--canvas-bg);
    stroke: currentColor;
    stroke-width: 3px
}

svg:not(:hover) .geo-point.pending {
    display: none !important
}

.geo-shadow {
    display: none;
    fill: none;
    stroke: currentColor;
    stroke-width: 10px
}

.table-tile {
    background: var(--canvas-bg);
    border-left: 1px solid var(--border);
    border-top: 1px solid var(--border);
    display: grid;
    width: -moz-fit-content;
    width: fit-content
}

.table-tile.active {
    cursor: text
}

.table-selection {
    fill: var(--canvas-fg);
    fill-opacity: 10%;
    pointer-events: none;
    stroke: var(--canvas-fg);
    stroke-width: 5px
}

.table-cell {
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
    box-sizing: border-box;
    font-size: 18px;
    height: 50px;
    line-height: 45px;
    max-width: 200px;
    min-width: 100px;
    padding: 2px 8px;
    text-align: center;
    white-space: pre;
    -webkit-user-modify: read-write-plaintext-only;
    color: var(--canvas-fg);
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
}

.table-cell.header {
    background: var(--header);
    font-weight: 700
}

.table-cell:focus {
    outline: none
}

.table-cell:focus:empty {
    content: "​";
    display: inline
}

.table-cell .table-color {
    border-radius: 15px;
    display: inline-block;
    height: 30px;
    margin-bottom: -8px;
    width: 30px
}

.table-hidden {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0
}

.chart-line {
    fill: none;
    stroke-width: 3
}

.chart-outline {
    fill: none;
    stroke: var(--canvas-fg);
    stroke-width: 6px
}

.chart-shadow {
    fill: none;
    opacity: .4;
    stroke-width: 10px
}

.donut-hole {
    fill: var(--canvas-bg)
}

.chart-focussed {
    cursor: pointer
}

@keyframes speaker-move {
    0% {
        transform: none
    }
    50% {
        transform: translateX(3px)
    }
    to {
        transform: none
    }
}

@keyframes metronome {
    0% {
        transform: rotate(-30deg)
    }
    50% {
        transform: rotate(30deg)
    }
    to {
        transform: rotate(-30deg)
    }
}

.effects-speaker-move {
    animation: speaker-move .1s
}

.text-overlay {
    background: #0f82f2;
    border-radius: 4px;
    display: none;
    opacity: .2;
    position: absolute
}

:where(.amp-styles) {
    color: var(--amp-body-color, var(--amp-body-color, #20242f));
    font-family: benton-sans, arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6
}

:where(.amp-styles) *, :where(.amp-styles) :after, :where(.amp-styles) :before {
    box-sizing: border-box
}

:where(.amp-styles) html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:where(.amp-styles) article, :where(.amp-styles) aside, :where(.amp-styles) figcaption, :where(.amp-styles) figure, :where(.amp-styles) footer, :where(.amp-styles) header, :where(.amp-styles) hgroup, :where(.amp-styles) main, :where(.amp-styles) nav, :where(.amp-styles) section {
    display: block
}

:where(.amp-styles) body {
    background-color: #fff;
    color: var(--amp-body-color, #20242f);
    font-family: benton-sans, arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-align: left
}

:where(.amp-styles) [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

:where(.amp-styles) hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

:where(.amp-styles) h1, :where(.amp-styles) h2, :where(.amp-styles) h3, :where(.amp-styles) h4, :where(.amp-styles) h5, :where(.amp-styles) h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

:where(.amp-styles) p {
    margin-bottom: 1em;
    margin-top: 0
}

:where(.amp-styles) abbr[data-original-title], :where(.amp-styles) abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

:where(.amp-styles) address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

:where(.amp-styles) dl, :where(.amp-styles) ol, :where(.amp-styles) ul {
    margin-bottom: 1rem;
    margin-top: 0
}

:where(.amp-styles) ol ol, :where(.amp-styles) ol ul, :where(.amp-styles) ul ol, :where(.amp-styles) ul ul {
    margin-bottom: 0
}

:where(.amp-styles) dt {
    font-weight: 700
}

:where(.amp-styles) dd {
    margin-bottom: .5rem;
    margin-left: 0
}

:where(.amp-styles) blockquote {
    margin: 0 0 1rem
}

:where(.amp-styles) b, :where(.amp-styles) strong {
    font-weight: bolder
}

:where(.amp-styles) small {
    font-size: 80%
}

:where(.amp-styles) sub, :where(.amp-styles) sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

:where(.amp-styles) sub {
    bottom: -.25em
}

:where(.amp-styles) sup {
    top: -.5em
}

:where(.amp-styles) a {
    background-color: transparent;
    color: #9c0d63;
    text-decoration: underline
}

:where(.amp-styles) a:hover {
    color: #5e083b;
    text-decoration: none
}

:where(.amp-styles) a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

:where(.amp-styles) a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

:where(.amp-styles) code, :where(.amp-styles) kbd, :where(.amp-styles) pre, :where(.amp-styles) samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

:where(.amp-styles) pre {
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

:where(.amp-styles) figure {
    margin: 0 0 1rem
}

:where(.amp-styles) img {
    border-style: none;
    vertical-align: middle
}

:where(.amp-styles) svg {
    overflow: hidden;
    vertical-align: middle
}

:where(.amp-styles) table {
    border-collapse: collapse
}

:where(.amp-styles) caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

:where(.amp-styles) th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

:where(.amp-styles) label {
    display: inline-block;
    margin-bottom: .5rem
}

:where(.amp-styles) button {
    border-radius: 0
}

:where(.amp-styles) button:focus:not(:focus-visible) {
    outline: 0
}

:where(.amp-styles) button, :where(.amp-styles) input, :where(.amp-styles) optgroup, :where(.amp-styles) select, :where(.amp-styles) textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

:where(.amp-styles) button, :where(.amp-styles) input {
    overflow: visible
}

:where(.amp-styles) button, :where(.amp-styles) select {
    text-transform: none
}

:where(.amp-styles) [role=button] {
    cursor: pointer
}

:where(.amp-styles) select {
    word-wrap: normal
}

:where(.amp-styles) [type=button], :where(.amp-styles) [type=reset], :where(.amp-styles) [type=submit], :where(.amp-styles) button {
    -webkit-appearance: button
}

:where(.amp-styles) [type=button]:not(:disabled), :where(.amp-styles) [type=reset]:not(:disabled), :where(.amp-styles) [type=submit]:not(:disabled), :where(.amp-styles) button:not(:disabled) {
    cursor: pointer
}

:where(.amp-styles) [type=button]::-moz-focus-inner, :where(.amp-styles) [type=reset]::-moz-focus-inner, :where(.amp-styles) [type=submit]::-moz-focus-inner, :where(.amp-styles) button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:where(.amp-styles) input[type=checkbox], :where(.amp-styles) input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

:where(.amp-styles) textarea {
    overflow: auto;
    resize: vertical
}

:where(.amp-styles) fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

:where(.amp-styles) legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

:where(.amp-styles) progress {
    vertical-align: baseline
}

:where(.amp-styles) [type=number]::-webkit-inner-spin-button, :where(.amp-styles) [type=number]::-webkit-outer-spin-button {
    height: auto
}

:where(.amp-styles) [type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

:where(.amp-styles) [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

:where(.amp-styles) ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

:where(.amp-styles) output {
    display: inline-block
}

:where(.amp-styles) summary {
    cursor: pointer;
    display: list-item
}

:where(.amp-styles) template {
    display: none
}

:where(.amp-styles) [hidden] {
    display: none !important
}

:where(.amp-styles) .btn-group, :where(.amp-styles) .btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

:where(.amp-styles) .btn-group-vertical > .btn, :where(.amp-styles) .btn-group > .btn {
    flex: 1 1 auto;
    position: relative
}

:where(.amp-styles) .btn-group-vertical > .btn:hover, :where(.amp-styles) .btn-group > .btn:hover {
    z-index: 1
}

:where(.amp-styles) .btn-group-vertical > .btn.active, :where(.amp-styles) .btn-group-vertical > .btn:active, :where(.amp-styles) .btn-group-vertical > .btn:focus, :where(.amp-styles) .btn-group > .btn.active, :where(.amp-styles) .btn-group > .btn:active, :where(.amp-styles) .btn-group > .btn:focus {
    z-index: 1
}

:where(.amp-styles) .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

:where(.amp-styles) .btn-toolbar .input-group {
    width: auto
}

:where(.amp-styles) .btn-group > .btn-group:not(:first-child), :where(.amp-styles) .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

:where(.amp-styles) .btn-group > .btn-group:not(:last-child) > .btn, :where(.amp-styles) .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

:where(.amp-styles) .btn-group > .btn-group:not(:first-child) > .btn, :where(.amp-styles) .btn-group > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

:where(.amp-styles) .dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropright :where(.amp-styles) .dropdown-toggle-split:after, .dropup :where(.amp-styles) .dropdown-toggle-split:after, :where(.amp-styles) .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft :where(.amp-styles) .dropdown-toggle-split:before {
    margin-right: 0
}

:where(.amp-styles) .btn-group-sm > .btn + .dropdown-toggle-split, :where(.amp-styles) .btn-sm + .dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

:where(.amp-styles) .btn-group-lg > .btn + .dropdown-toggle-split, :where(.amp-styles) .btn-lg + .dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

:where(.amp-styles) .btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

:where(.amp-styles) .btn-group-vertical > .btn, :where(.amp-styles) .btn-group-vertical > .btn-group {
    width: 100%
}

:where(.amp-styles) .btn-group-vertical > .btn-group:not(:first-child), :where(.amp-styles) .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

:where(.amp-styles) .btn-group-vertical > .btn-group:not(:last-child) > .btn, :where(.amp-styles) .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

:where(.amp-styles) .btn-group-vertical > .btn-group:not(:first-child) > .btn, :where(.amp-styles) .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

:where(.amp-styles) .btn-group-toggle > .btn, :where(.amp-styles) .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

:where(.amp-styles) .btn-group-toggle > .btn input[type=checkbox], :where(.amp-styles) .btn-group-toggle > .btn input[type=radio], :where(.amp-styles) .btn-group-toggle > .btn-group > .btn input[type=checkbox], :where(.amp-styles) .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

:where(.amp-styles) .btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: var(--amp-border-radius, .1875em);
    color: var(--amp-body-color, #20242f);
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    padding: .375rem .75rem;
    text-align: center;
    text-decoration: none;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear, box-shadow .2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .btn {
        transition: none
    }
}

:where(.amp-styles) .btn:hover {
    color: var(--amp-body-color, #20242f);
    text-decoration: none
}

:where(.amp-styles) .btn.focus, :where(.amp-styles) .btn:focus {
    outline: 0
}

:where(.amp-styles) .btn.disabled, :where(.amp-styles) .btn:disabled {
    opacity: .4
}

:where(.amp-styles) .btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

:where(.amp-styles) a.btn.disabled, :where(.amp-styles) fieldset:disabled a.btn {
    pointer-events: none
}

:where(.amp-styles) .btn-link {
    color: #9c0d63;
    font-weight: 400;
    text-decoration: underline
}

:where(.amp-styles) .btn-link:hover {
    color: #5e083b;
    text-decoration: none
}

:where(.amp-styles) .btn-link.focus, :where(.amp-styles) .btn-link:focus {
    text-decoration: none
}

:where(.amp-styles) .btn-link.disabled, :where(.amp-styles) .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

:where(.amp-styles) .btn-group-lg > .btn, :where(.amp-styles) .btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

:where(.amp-styles) .btn-group-sm > .btn, :where(.amp-styles) .btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

:where(.amp-styles) .btn-block {
    display: block;
    width: 100%
}

:where(.amp-styles) .btn-block + .btn-block {
    margin-top: .5rem
}

:where(.amp-styles) input[type=button].btn-block, :where(.amp-styles) input[type=reset].btn-block, :where(.amp-styles) input[type=submit].btn-block {
    width: 100%
}

:where(.amp-styles) .card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: var(--amp-border-radius, .1875em)
}

:where(.amp-styles) .card > hr {
    margin-left: 0;
    margin-right: 0
}

:where(.amp-styles) .card > .list-group {
    border-bottom: inherit;
    border-top: inherit
}

:where(.amp-styles) .card > .list-group:first-child {
    border-top-left-radius: calc(var(--amp-border-radius, .1875em) - 1px);
    border-top-right-radius: calc(var(--amp-border-radius, .1875em) - 1px);
    border-top-width: 0
}

:where(.amp-styles) .card > .list-group:last-child {
    border-bottom-left-radius: calc(var(--amp-border-radius, .1875em) - 1px);
    border-bottom-right-radius: calc(var(--amp-border-radius, .1875em) - 1px);
    border-bottom-width: 0
}

:where(.amp-styles) .card > .card-header + .list-group, :where(.amp-styles) .card > .list-group + .card-footer {
    border-top: 0
}

:where(.amp-styles) .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.5em
}

:where(.amp-styles) .card-title {
    margin-bottom: 1.5em
}

:where(.amp-styles) .card-subtitle {
    margin-bottom: 0;
    margin-top: -.75em
}

:where(.amp-styles) .card-text:last-child {
    margin-bottom: 0
}

:where(.amp-styles) .card-link:hover {
    text-decoration: none
}

:where(.amp-styles) .card-link + .card-link {
    margin-left: 2.5em
}

:where(.amp-styles) .card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 0;
    padding: 1.5em 2.5em
}

:where(.amp-styles) .card-header:first-child {
    border-radius: calc(var(--amp-border-radius, .1875em) - 1px) calc(var(--amp-border-radius, .1875em) - 1px) 0 0
}

:where(.amp-styles) .card-footer {
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid #e9e9e9;
    padding: 1.5em 2.5em
}

:where(.amp-styles) .card-footer:last-child {
    border-radius: 0 0 calc(var(--amp-border-radius, .1875em) - 1px) calc(var(--amp-border-radius, .1875em) - 1px)
}

:where(.amp-styles) .card-header-tabs {
    border-bottom: 0;
    margin-bottom: -1.5em;
    margin-left: -1.25em;
    margin-right: -1.25em
}

:where(.amp-styles) .card-header-pills {
    margin-left: -1.25em;
    margin-right: -1.25em
}

:where(.amp-styles) .card-img-overlay {
    border-radius: calc(var(--amp-border-radius, .1875em) - 1px);
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0
}

:where(.amp-styles) .card-img, :where(.amp-styles) .card-img-bottom, :where(.amp-styles) .card-img-top {
    flex-shrink: 0;
    width: 100%
}

:where(.amp-styles) .card-img, :where(.amp-styles) .card-img-top {
    border-top-left-radius: calc(var(--amp-border-radius, .1875em) - 1px);
    border-top-right-radius: calc(var(--amp-border-radius, .1875em) - 1px)
}

:where(.amp-styles) .card-img, :where(.amp-styles) .card-img-bottom {
    border-bottom-left-radius: calc(var(--amp-border-radius, .1875em) - 1px);
    border-bottom-right-radius: calc(var(--amp-border-radius, .1875em) - 1px)
}

:where(.amp-styles) .card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    :where(.amp-styles) .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    :where(.amp-styles) .card-deck .card {
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px
    }
}

:where(.amp-styles) .card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    :where(.amp-styles) .card-group {
        display: flex;
        flex-flow: row wrap
    }

    :where(.amp-styles) .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    :where(.amp-styles) .card-group > .card + .card {
        border-left: 0;
        margin-left: 0
    }

    :where(.amp-styles) .card-group > .card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    :where(.amp-styles) .card-group > .card:not(:last-child) .card-header, :where(.amp-styles) .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    :where(.amp-styles) .card-group > .card:not(:last-child) .card-footer, :where(.amp-styles) .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    :where(.amp-styles) .card-group > .card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    :where(.amp-styles) .card-group > .card:not(:first-child) .card-header, :where(.amp-styles) .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    :where(.amp-styles) .card-group > .card:not(:first-child) .card-footer, :where(.amp-styles) .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

:where(.amp-styles) .card-columns .card {
    margin-bottom: 1.5em
}

@media (min-width: 576px) {
    :where(.amp-styles) .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    :where(.amp-styles) .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

:where(.amp-styles) .accordion {
    overflow-anchor: none
}

:where(.amp-styles) .accordion > .card {
    overflow: hidden
}

:where(.amp-styles) .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

:where(.amp-styles) .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

:where(.amp-styles) .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

:where(.amp-styles) .carousel {
    position: relative
}

:where(.amp-styles) .carousel.pointer-event {
    touch-action: pan-y
}

:where(.amp-styles) .carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

:where(.amp-styles) .carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

:where(.amp-styles) .carousel-item {
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform .6s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .carousel-item {
        transition: none
    }
}

:where(.amp-styles) .carousel-item-next, :where(.amp-styles) .carousel-item-prev, :where(.amp-styles) .carousel-item.active {
    display: block
}

:where(.amp-styles) .active.carousel-item-right, :where(.amp-styles) .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

:where(.amp-styles) .active.carousel-item-left, :where(.amp-styles) .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

:where(.amp-styles) .carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity
}

:where(.amp-styles) .carousel-fade .carousel-item-next.carousel-item-left, :where(.amp-styles) .carousel-fade .carousel-item-prev.carousel-item-right, :where(.amp-styles) .carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

:where(.amp-styles) .carousel-fade .active.carousel-item-left, :where(.amp-styles) .carousel-fade .active.carousel-item-right {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .carousel-fade .active.carousel-item-left, :where(.amp-styles) .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

:where(.amp-styles) .carousel-control-next, :where(.amp-styles) .carousel-control-prev {
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .carousel-control-next, :where(.amp-styles) .carousel-control-prev {
        transition: none
    }
}

:where(.amp-styles) .carousel-control-next:focus, :where(.amp-styles) .carousel-control-next:hover, :where(.amp-styles) .carousel-control-prev:focus, :where(.amp-styles) .carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

:where(.amp-styles) .carousel-control-prev {
    left: 0
}

:where(.amp-styles) .carousel-control-next {
    right: 0
}

:where(.amp-styles) .carousel-control-next-icon, :where(.amp-styles) .carousel-control-prev-icon {
    background: 50%/100% 100% no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px
}

:where(.amp-styles) .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5z'/%3E%3C/svg%3E")
}

:where(.amp-styles) .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4z'/%3E%3C/svg%3E")
}

:where(.amp-styles) .carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 15
}

:where(.amp-styles) .carousel-indicators li {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .carousel-indicators li {
        transition: none
    }
}

:where(.amp-styles) .carousel-indicators .active {
    opacity: 1
}

:where(.amp-styles) .carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10
}

:where(.amp-styles) .dropdown, :where(.amp-styles) .dropleft, :where(.amp-styles) .dropright, :where(.amp-styles) .dropup {
    position: relative
}

:where(.amp-styles) .dropdown-toggle {
    white-space: nowrap
}

:where(.amp-styles) .amplify-dropdown .dropdown-list, :where(.amp-styles) .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: var(--amp-border-radius, .1875em);
    color: var(--amp-body-color, #20242f);
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

:where(.amp-styles) .dropdown-menu-left {
    left: 0;
    right: auto
}

:where(.amp-styles) .dropdown-menu-right {
    left: auto;
    right: 0
}

@media (min-width: 576px) {
    :where(.amp-styles) .dropdown-menu-sm-left {
        left: 0;
        right: auto
    }

    :where(.amp-styles) .dropdown-menu-sm-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .dropdown-menu-md-left {
        left: 0;
        right: auto
    }

    :where(.amp-styles) .dropdown-menu-md-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .dropdown-menu-lg-left {
        left: 0;
        right: auto
    }

    :where(.amp-styles) .dropdown-menu-lg-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .dropdown-menu-xl-left {
        left: 0;
        right: auto
    }

    :where(.amp-styles) .dropdown-menu-xl-right {
        left: auto;
        right: 0
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .dropdown-menu-xxl-left {
        left: 0;
        right: auto
    }

    :where(.amp-styles) .dropdown-menu-xxl-right {
        left: auto;
        right: 0
    }
}

:where(.amp-styles) .amplify-dropdown .dropup .dropdown-list, :where(.amp-styles) .dropup .amplify-dropdown .dropdown-list, :where(.amp-styles) .dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: .125rem;
    margin-top: 0;
    top: auto
}

:where(.amp-styles) .amplify-dropdown .dropright .dropdown-list, :where(.amp-styles) .dropright .amplify-dropdown .dropdown-list, :where(.amp-styles) .dropright .dropdown-menu {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

:where(.amp-styles) .dropright .dropdown-toggle:after {
    vertical-align: 0
}

:where(.amp-styles) .amplify-dropdown .dropleft .dropdown-list, :where(.amp-styles) .dropleft .amplify-dropdown .dropdown-list, :where(.amp-styles) .dropleft .dropdown-menu {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

:where(.amp-styles) .dropleft .dropdown-toggle:before {
    vertical-align: 0
}

:where(.amp-styles) .amplify-dropdown [x-placement^=bottom].dropdown-list, :where(.amp-styles) .amplify-dropdown [x-placement^=left].dropdown-list, :where(.amp-styles) .amplify-dropdown [x-placement^=right].dropdown-list, :where(.amp-styles) .amplify-dropdown [x-placement^=top].dropdown-list, :where(.amp-styles) .dropdown-menu[x-placement^=bottom], :where(.amp-styles) .dropdown-menu[x-placement^=left], :where(.amp-styles) .dropdown-menu[x-placement^=right], :where(.amp-styles) .dropdown-menu[x-placement^=top] {
    bottom: auto;
    right: auto
}

:where(.amp-styles) .dropdown-divider {
    border-top: 1px solid #e9ecef;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

:where(.amp-styles) .dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: var(--amp-body-color, #20242f);
    display: block;
    font-weight: 400;
    padding: .25rem 1.5rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

:where(.amp-styles) .dropdown-item:focus, :where(.amp-styles) .dropdown-item:hover {
    background-color: #e9e9e9;
    color: var(--amp-text-color-dark, #000);
    text-decoration: none
}

:where(.amp-styles) .dropdown-item.active, :where(.amp-styles) .dropdown-item:active {
    background-color: #ddd;
    color: var(--amp-text-color-dark, #000);
    text-decoration: none
}

:where(.amp-styles) .dropdown-item.disabled, :where(.amp-styles) .dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}

:where(.amp-styles) .amplify-dropdown .show.dropdown-list, :where(.amp-styles) .dropdown-menu.show {
    display: block
}

:where(.amp-styles) .dropdown-header {
    color: #6c757d;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
}

:where(.amp-styles) .dropdown-item-text {
    color: var(--amp-body-color, #20242f);
    display: block;
    padding: .25rem 1.5rem
}

:where(.amp-styles) .form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: var(--amp-border-radius, .1875em);
    color: var(--amp-body-color, var(--amp-body-color, #20242f));
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.6em + .75rem + 2px);
    line-height: 1.6;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .form-control {
        transition: none
    }
}

:where(.amp-styles) .form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

:where(.amp-styles) .form-control:focus {
    background-color: #fff;
    border-color: #a0a0a0;
    box-shadow: none;
    color: var(--amp-body-color, var(--amp-body-color, #20242f));
    outline: 0
}

:where(.amp-styles) .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

:where(.amp-styles) .form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

:where(.amp-styles) .form-control:disabled, :where(.amp-styles) .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

:where(.amp-styles) input[type=date].form-control, :where(.amp-styles) input[type=datetime-local].form-control, :where(.amp-styles) input[type=month].form-control, :where(.amp-styles) input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

:where(.amp-styles) select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--amp-body-color, var(--amp-body-color, #20242f))
}

:where(.amp-styles) select.form-control:focus::-ms-value {
    background-color: #fff;
    color: var(--amp-body-color, var(--amp-body-color, #20242f))
}

:where(.amp-styles) .form-control-file, :where(.amp-styles) .form-control-range {
    display: block;
    width: 100%
}

:where(.amp-styles) .col-form-label {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

:where(.amp-styles) .col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

:where(.amp-styles) .col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

:where(.amp-styles) .form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: var(--amp-body-color, #20242f);
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

:where(.amp-styles) .form-control-plaintext.form-control-lg, :where(.amp-styles) .form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

:where(.amp-styles) .form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem
}

:where(.amp-styles) .form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem
}

:where(.amp-styles) select.form-control[multiple], :where(.amp-styles) select.form-control[size] {
    height: auto
}

:where(.amp-styles) textarea.form-control {
    height: auto
}

:where(.amp-styles) .form-group {
    margin-bottom: 1rem
}

:where(.amp-styles) .form-text {
    display: block;
    margin-top: .25rem
}

:where(.amp-styles) .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

:where(.amp-styles) .form-row > .col, :where(.amp-styles) .form-row > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

:where(.amp-styles) .form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}

:where(.amp-styles) .form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}

:where(.amp-styles) .form-check-input:disabled ~ .form-check-label, :where(.amp-styles) .form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

:where(.amp-styles) .form-check-label {
    margin-bottom: 0
}

:where(.amp-styles) .form-check-inline {
    align-items: center;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}

:where(.amp-styles) .form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: .3125rem;
    margin-top: 0;
    position: static
}

:where(.amp-styles) .valid-feedback {
    color: #00866b;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

:where(.amp-styles) .valid-tooltip {
    background-color: #00866b;
    border-radius: var(--amp-border-radius, .1875em);
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.6;
    margin-top: .1rem;
    max-width: 100%;
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem);
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row > .col > :where(.amp-styles) .valid-tooltip, .form-row > [class*=col-] > :where(.amp-styles) .valid-tooltip {
    left: 5px
}

.was-validated :where(.amp-styles):valid ~ .valid-feedback, .was-validated :where(.amp-styles):valid ~ .valid-tooltip, :where(.amp-styles).is-valid ~ .valid-feedback, :where(.amp-styles).is-valid ~ .valid-tooltip {
    display: block
}

.was-validated :where(.amp-styles) .form-control:valid, :where(.amp-styles) .form-control.is-valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2300866b' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");
    background-position: right calc(.4em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.8em + .375rem) calc(.8em + .375rem);
    border-color: #00866b;
    padding-right: calc(1.6em + .75rem) !important
}

.was-validated :where(.amp-styles) .form-control:valid:focus, :where(.amp-styles) .form-control.is-valid:focus {
    border-color: #00866b;
    box-shadow: 0 0 0 .2rem rgba(0, 134, 107, .25)
}

.was-validated :where(.amp-styles) select.form-control:valid, :where(.amp-styles) select.form-control.is-valid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

.was-validated :where(.amp-styles) textarea.form-control:valid, :where(.amp-styles) textarea.form-control.is-valid {
    background-position: top calc(.4em + .1875rem) right calc(.4em + .1875rem);
    padding-right: calc(1.6em + .75rem)
}

.was-validated :where(.amp-styles) .custom-select:valid, :where(.amp-styles) .custom-select.is-valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2300866b' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E") center right 1.75rem/calc(.8em + .375rem) calc(.8em + .375rem) no-repeat;
    border-color: #00866b;
    padding-right: calc(.75em + 2.3125rem) !important
}

.was-validated :where(.amp-styles) .custom-select:valid:focus, :where(.amp-styles) .custom-select.is-valid:focus {
    border-color: #00866b;
    box-shadow: 0 0 0 .2rem rgba(0, 134, 107, .25)
}

.was-validated :where(.amp-styles) .form-check-input:valid ~ .form-check-label, :where(.amp-styles) .form-check-input.is-valid ~ .form-check-label {
    color: #00866b
}

.was-validated :where(.amp-styles) .form-check-input:valid ~ .valid-feedback, .was-validated :where(.amp-styles) .form-check-input:valid ~ .valid-tooltip, :where(.amp-styles) .form-check-input.is-valid ~ .valid-feedback, :where(.amp-styles) .form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated :where(.amp-styles) .custom-control-input:valid ~ .custom-control-label, :where(.amp-styles) .custom-control-input.is-valid ~ .custom-control-label {
    color: #00866b
}

.was-validated :where(.amp-styles) .custom-control-input:valid ~ .custom-control-label:before, :where(.amp-styles) .custom-control-input.is-valid ~ .custom-control-label:before {
    border-color: #00866b
}

.was-validated :where(.amp-styles) .custom-control-input:valid:checked ~ .custom-control-label:before, :where(.amp-styles) .custom-control-input.is-valid:checked ~ .custom-control-label:before {
    background-color: #00b994;
    border-color: #00b994
}

.was-validated :where(.amp-styles) .custom-control-input:valid:focus ~ .custom-control-label:before, :where(.amp-styles) .custom-control-input.is-valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 134, 107, .25)
}

.was-validated :where(.amp-styles) .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, :where(.amp-styles) .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #00866b
}

.was-validated :where(.amp-styles) .custom-file-input:valid ~ .custom-file-label, :where(.amp-styles) .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #00866b
}

.was-validated :where(.amp-styles) .custom-file-input:valid:focus ~ .custom-file-label, :where(.amp-styles) .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #00866b;
    box-shadow: 0 0 0 .2rem rgba(0, 134, 107, .25)
}

:where(.amp-styles) .invalid-feedback {
    color: #db2e00;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

:where(.amp-styles) .invalid-tooltip {
    background-color: #db2e00;
    border-radius: var(--amp-border-radius, .1875em);
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.6;
    margin-top: .1rem;
    max-width: 100%;
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem);
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row > .col > :where(.amp-styles) .invalid-tooltip, .form-row > [class*=col-] > :where(.amp-styles) .invalid-tooltip {
    left: 5px
}

.was-validated :where(.amp-styles):invalid ~ .invalid-feedback, .was-validated :where(.amp-styles):invalid ~ .invalid-tooltip, :where(.amp-styles).is-invalid ~ .invalid-feedback, :where(.amp-styles).is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated :where(.amp-styles) .form-control:invalid, :where(.amp-styles) .form-control.is-invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db2e00' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23db2e00' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.4em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.8em + .375rem) calc(.8em + .375rem);
    border-color: #db2e00;
    padding-right: calc(1.6em + .75rem) !important
}

.was-validated :where(.amp-styles) .form-control:invalid:focus, :where(.amp-styles) .form-control.is-invalid:focus {
    border-color: #db2e00;
    box-shadow: 0 0 0 .2rem rgba(219, 46, 0, .25)
}

.was-validated :where(.amp-styles) select.form-control:invalid, :where(.amp-styles) select.form-control.is-invalid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

.was-validated :where(.amp-styles) textarea.form-control:invalid, :where(.amp-styles) textarea.form-control.is-invalid {
    background-position: top calc(.4em + .1875rem) right calc(.4em + .1875rem);
    padding-right: calc(1.6em + .75rem)
}

.was-validated :where(.amp-styles) .custom-select:invalid, :where(.amp-styles) .custom-select.is-invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db2e00' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23db2e00' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.8em + .375rem) calc(.8em + .375rem) no-repeat;
    border-color: #db2e00;
    padding-right: calc(.75em + 2.3125rem) !important
}

.was-validated :where(.amp-styles) .custom-select:invalid:focus, :where(.amp-styles) .custom-select.is-invalid:focus {
    border-color: #db2e00;
    box-shadow: 0 0 0 .2rem rgba(219, 46, 0, .25)
}

.was-validated :where(.amp-styles) .form-check-input:invalid ~ .form-check-label, :where(.amp-styles) .form-check-input.is-invalid ~ .form-check-label {
    color: #db2e00
}

.was-validated :where(.amp-styles) .form-check-input:invalid ~ .invalid-feedback, .was-validated :where(.amp-styles) .form-check-input:invalid ~ .invalid-tooltip, :where(.amp-styles) .form-check-input.is-invalid ~ .invalid-feedback, :where(.amp-styles) .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated :where(.amp-styles) .custom-control-input:invalid ~ .custom-control-label, :where(.amp-styles) .custom-control-input.is-invalid ~ .custom-control-label {
    color: #db2e00
}

.was-validated :where(.amp-styles) .custom-control-input:invalid ~ .custom-control-label:before, :where(.amp-styles) .custom-control-input.is-invalid ~ .custom-control-label:before {
    border-color: #db2e00
}

.was-validated :where(.amp-styles) .custom-control-input:invalid:checked ~ .custom-control-label:before, :where(.amp-styles) .custom-control-input.is-invalid:checked ~ .custom-control-label:before {
    background-color: #ff410f;
    border-color: #ff410f
}

.was-validated :where(.amp-styles) .custom-control-input:invalid:focus ~ .custom-control-label:before, :where(.amp-styles) .custom-control-input.is-invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(219, 46, 0, .25)
}

.was-validated :where(.amp-styles) .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, :where(.amp-styles) .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #db2e00
}

.was-validated :where(.amp-styles) .custom-file-input:invalid ~ .custom-file-label, :where(.amp-styles) .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #db2e00
}

.was-validated :where(.amp-styles) .custom-file-input:invalid:focus ~ .custom-file-label, :where(.amp-styles) .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #db2e00;
    box-shadow: 0 0 0 .2rem rgba(219, 46, 0, .25)
}

:where(.amp-styles) .form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

:where(.amp-styles) .form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    :where(.amp-styles) .form-inline label {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 0
    }

    :where(.amp-styles) .form-inline .form-group {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        margin-bottom: 0
    }

    :where(.amp-styles) .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    :where(.amp-styles) .form-inline .form-control-plaintext {
        display: inline-block
    }

    :where(.amp-styles) .form-inline .custom-select, :where(.amp-styles) .form-inline .input-group {
        width: auto
    }

    :where(.amp-styles) .form-inline .form-check {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }

    :where(.amp-styles) .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }

    :where(.amp-styles) .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    :where(.amp-styles) .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

:where(.amp-styles) .container, :where(.amp-styles) .container-fluid, :where(.amp-styles) .container-lg, :where(.amp-styles) .container-md, :where(.amp-styles) .container-sm, :where(.amp-styles) .container-xl, :where(.amp-styles) .container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 576px) {
    :where(.amp-styles) .container, :where(.amp-styles) .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .container, :where(.amp-styles) .container-md, :where(.amp-styles) .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .container, :where(.amp-styles) .container-lg, :where(.amp-styles) .container-md, :where(.amp-styles) .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .container, :where(.amp-styles) .container-lg, :where(.amp-styles) .container-md, :where(.amp-styles) .container-sm, :where(.amp-styles) .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .container, :where(.amp-styles) .container-lg, :where(.amp-styles) .container-md, :where(.amp-styles) .container-sm, :where(.amp-styles) .container-xl, :where(.amp-styles) .container-xxl {
        max-width: 1440px
    }
}

:where(.amp-styles) .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

:where(.amp-styles) .no-gutters {
    margin-left: 0;
    margin-right: 0
}

:where(.amp-styles) .no-gutters > .col, :where(.amp-styles) .no-gutters > [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

:where(.amp-styles) .col, :where(.amp-styles) .col-1, :where(.amp-styles) .col-10, :where(.amp-styles) .col-11, :where(.amp-styles) .col-12, :where(.amp-styles) .col-2, :where(.amp-styles) .col-3, :where(.amp-styles) .col-4, :where(.amp-styles) .col-5, :where(.amp-styles) .col-6, :where(.amp-styles) .col-7, :where(.amp-styles) .col-8, :where(.amp-styles) .col-9, :where(.amp-styles) .col-auto, :where(.amp-styles) .col-lg, :where(.amp-styles) .col-lg-1, :where(.amp-styles) .col-lg-10, :where(.amp-styles) .col-lg-11, :where(.amp-styles) .col-lg-12, :where(.amp-styles) .col-lg-2, :where(.amp-styles) .col-lg-3, :where(.amp-styles) .col-lg-4, :where(.amp-styles) .col-lg-5, :where(.amp-styles) .col-lg-6, :where(.amp-styles) .col-lg-7, :where(.amp-styles) .col-lg-8, :where(.amp-styles) .col-lg-9, :where(.amp-styles) .col-lg-auto, :where(.amp-styles) .col-md, :where(.amp-styles) .col-md-1, :where(.amp-styles) .col-md-10, :where(.amp-styles) .col-md-11, :where(.amp-styles) .col-md-12, :where(.amp-styles) .col-md-2, :where(.amp-styles) .col-md-3, :where(.amp-styles) .col-md-4, :where(.amp-styles) .col-md-5, :where(.amp-styles) .col-md-6, :where(.amp-styles) .col-md-7, :where(.amp-styles) .col-md-8, :where(.amp-styles) .col-md-9, :where(.amp-styles) .col-md-auto, :where(.amp-styles) .col-sm, :where(.amp-styles) .col-sm-1, :where(.amp-styles) .col-sm-10, :where(.amp-styles) .col-sm-11, :where(.amp-styles) .col-sm-12, :where(.amp-styles) .col-sm-2, :where(.amp-styles) .col-sm-3, :where(.amp-styles) .col-sm-4, :where(.amp-styles) .col-sm-5, :where(.amp-styles) .col-sm-6, :where(.amp-styles) .col-sm-7, :where(.amp-styles) .col-sm-8, :where(.amp-styles) .col-sm-9, :where(.amp-styles) .col-sm-auto, :where(.amp-styles) .col-xl, :where(.amp-styles) .col-xl-1, :where(.amp-styles) .col-xl-10, :where(.amp-styles) .col-xl-11, :where(.amp-styles) .col-xl-12, :where(.amp-styles) .col-xl-2, :where(.amp-styles) .col-xl-3, :where(.amp-styles) .col-xl-4, :where(.amp-styles) .col-xl-5, :where(.amp-styles) .col-xl-6, :where(.amp-styles) .col-xl-7, :where(.amp-styles) .col-xl-8, :where(.amp-styles) .col-xl-9, :where(.amp-styles) .col-xl-auto, :where(.amp-styles) .col-xxl, :where(.amp-styles) .col-xxl-1, :where(.amp-styles) .col-xxl-10, :where(.amp-styles) .col-xxl-11, :where(.amp-styles) .col-xxl-12, :where(.amp-styles) .col-xxl-2, :where(.amp-styles) .col-xxl-3, :where(.amp-styles) .col-xxl-4, :where(.amp-styles) .col-xxl-5, :where(.amp-styles) .col-xxl-6, :where(.amp-styles) .col-xxl-7, :where(.amp-styles) .col-xxl-8, :where(.amp-styles) .col-xxl-9, :where(.amp-styles) .col-xxl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

:where(.amp-styles) .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

:where(.amp-styles) .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

:where(.amp-styles) .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

:where(.amp-styles) .row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

:where(.amp-styles) .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

:where(.amp-styles) .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

:where(.amp-styles) .row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

:where(.amp-styles) .col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

:where(.amp-styles) .col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

:where(.amp-styles) .col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

:where(.amp-styles) .col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

:where(.amp-styles) .col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

:where(.amp-styles) .col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

:where(.amp-styles) .col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

:where(.amp-styles) .col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

:where(.amp-styles) .col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

:where(.amp-styles) .col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

:where(.amp-styles) .col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

:where(.amp-styles) .col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

:where(.amp-styles) .col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

:where(.amp-styles) .order-first {
    order: -1
}

:where(.amp-styles) .order-last {
    order: 13
}

:where(.amp-styles) .order-0 {
    order: 0
}

:where(.amp-styles) .order-1 {
    order: 1
}

:where(.amp-styles) .order-2 {
    order: 2
}

:where(.amp-styles) .order-3 {
    order: 3
}

:where(.amp-styles) .order-4 {
    order: 4
}

:where(.amp-styles) .order-5 {
    order: 5
}

:where(.amp-styles) .order-6 {
    order: 6
}

:where(.amp-styles) .order-7 {
    order: 7
}

:where(.amp-styles) .order-8 {
    order: 8
}

:where(.amp-styles) .order-9 {
    order: 9
}

:where(.amp-styles) .order-10 {
    order: 10
}

:where(.amp-styles) .order-11 {
    order: 11
}

:where(.amp-styles) .order-12 {
    order: 12
}

:where(.amp-styles) .offset-1 {
    margin-left: 8.33333333%
}

:where(.amp-styles) .offset-2 {
    margin-left: 16.66666667%
}

:where(.amp-styles) .offset-3 {
    margin-left: 25%
}

:where(.amp-styles) .offset-4 {
    margin-left: 33.33333333%
}

:where(.amp-styles) .offset-5 {
    margin-left: 41.66666667%
}

:where(.amp-styles) .offset-6 {
    margin-left: 50%
}

:where(.amp-styles) .offset-7 {
    margin-left: 58.33333333%
}

:where(.amp-styles) .offset-8 {
    margin-left: 66.66666667%
}

:where(.amp-styles) .offset-9 {
    margin-left: 75%
}

:where(.amp-styles) .offset-10 {
    margin-left: 83.33333333%
}

:where(.amp-styles) .offset-11 {
    margin-left: 91.66666667%
}

@media (min-width: 576px) {
    :where(.amp-styles) .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    :where(.amp-styles) .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    :where(.amp-styles) .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    :where(.amp-styles) .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    :where(.amp-styles) .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    :where(.amp-styles) .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    :where(.amp-styles) .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    :where(.amp-styles) .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    :where(.amp-styles) .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    :where(.amp-styles) .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    :where(.amp-styles) .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    :where(.amp-styles) .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    :where(.amp-styles) .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    :where(.amp-styles) .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    :where(.amp-styles) .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    :where(.amp-styles) .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    :where(.amp-styles) .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    :where(.amp-styles) .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    :where(.amp-styles) .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    :where(.amp-styles) .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    :where(.amp-styles) .order-sm-first {
        order: -1
    }

    :where(.amp-styles) .order-sm-last {
        order: 13
    }

    :where(.amp-styles) .order-sm-0 {
        order: 0
    }

    :where(.amp-styles) .order-sm-1 {
        order: 1
    }

    :where(.amp-styles) .order-sm-2 {
        order: 2
    }

    :where(.amp-styles) .order-sm-3 {
        order: 3
    }

    :where(.amp-styles) .order-sm-4 {
        order: 4
    }

    :where(.amp-styles) .order-sm-5 {
        order: 5
    }

    :where(.amp-styles) .order-sm-6 {
        order: 6
    }

    :where(.amp-styles) .order-sm-7 {
        order: 7
    }

    :where(.amp-styles) .order-sm-8 {
        order: 8
    }

    :where(.amp-styles) .order-sm-9 {
        order: 9
    }

    :where(.amp-styles) .order-sm-10 {
        order: 10
    }

    :where(.amp-styles) .order-sm-11 {
        order: 11
    }

    :where(.amp-styles) .order-sm-12 {
        order: 12
    }

    :where(.amp-styles) .offset-sm-0 {
        margin-left: 0
    }

    :where(.amp-styles) .offset-sm-1 {
        margin-left: 8.33333333%
    }

    :where(.amp-styles) .offset-sm-2 {
        margin-left: 16.66666667%
    }

    :where(.amp-styles) .offset-sm-3 {
        margin-left: 25%
    }

    :where(.amp-styles) .offset-sm-4 {
        margin-left: 33.33333333%
    }

    :where(.amp-styles) .offset-sm-5 {
        margin-left: 41.66666667%
    }

    :where(.amp-styles) .offset-sm-6 {
        margin-left: 50%
    }

    :where(.amp-styles) .offset-sm-7 {
        margin-left: 58.33333333%
    }

    :where(.amp-styles) .offset-sm-8 {
        margin-left: 66.66666667%
    }

    :where(.amp-styles) .offset-sm-9 {
        margin-left: 75%
    }

    :where(.amp-styles) .offset-sm-10 {
        margin-left: 83.33333333%
    }

    :where(.amp-styles) .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    :where(.amp-styles) .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    :where(.amp-styles) .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    :where(.amp-styles) .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    :where(.amp-styles) .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    :where(.amp-styles) .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    :where(.amp-styles) .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    :where(.amp-styles) .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    :where(.amp-styles) .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    :where(.amp-styles) .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    :where(.amp-styles) .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    :where(.amp-styles) .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    :where(.amp-styles) .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    :where(.amp-styles) .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    :where(.amp-styles) .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    :where(.amp-styles) .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    :where(.amp-styles) .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    :where(.amp-styles) .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    :where(.amp-styles) .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    :where(.amp-styles) .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    :where(.amp-styles) .order-md-first {
        order: -1
    }

    :where(.amp-styles) .order-md-last {
        order: 13
    }

    :where(.amp-styles) .order-md-0 {
        order: 0
    }

    :where(.amp-styles) .order-md-1 {
        order: 1
    }

    :where(.amp-styles) .order-md-2 {
        order: 2
    }

    :where(.amp-styles) .order-md-3 {
        order: 3
    }

    :where(.amp-styles) .order-md-4 {
        order: 4
    }

    :where(.amp-styles) .order-md-5 {
        order: 5
    }

    :where(.amp-styles) .order-md-6 {
        order: 6
    }

    :where(.amp-styles) .order-md-7 {
        order: 7
    }

    :where(.amp-styles) .order-md-8 {
        order: 8
    }

    :where(.amp-styles) .order-md-9 {
        order: 9
    }

    :where(.amp-styles) .order-md-10 {
        order: 10
    }

    :where(.amp-styles) .order-md-11 {
        order: 11
    }

    :where(.amp-styles) .order-md-12 {
        order: 12
    }

    :where(.amp-styles) .offset-md-0 {
        margin-left: 0
    }

    :where(.amp-styles) .offset-md-1 {
        margin-left: 8.33333333%
    }

    :where(.amp-styles) .offset-md-2 {
        margin-left: 16.66666667%
    }

    :where(.amp-styles) .offset-md-3 {
        margin-left: 25%
    }

    :where(.amp-styles) .offset-md-4 {
        margin-left: 33.33333333%
    }

    :where(.amp-styles) .offset-md-5 {
        margin-left: 41.66666667%
    }

    :where(.amp-styles) .offset-md-6 {
        margin-left: 50%
    }

    :where(.amp-styles) .offset-md-7 {
        margin-left: 58.33333333%
    }

    :where(.amp-styles) .offset-md-8 {
        margin-left: 66.66666667%
    }

    :where(.amp-styles) .offset-md-9 {
        margin-left: 75%
    }

    :where(.amp-styles) .offset-md-10 {
        margin-left: 83.33333333%
    }

    :where(.amp-styles) .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    :where(.amp-styles) .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    :where(.amp-styles) .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    :where(.amp-styles) .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    :where(.amp-styles) .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    :where(.amp-styles) .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    :where(.amp-styles) .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    :where(.amp-styles) .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    :where(.amp-styles) .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    :where(.amp-styles) .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    :where(.amp-styles) .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    :where(.amp-styles) .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    :where(.amp-styles) .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    :where(.amp-styles) .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    :where(.amp-styles) .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    :where(.amp-styles) .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    :where(.amp-styles) .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    :where(.amp-styles) .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    :where(.amp-styles) .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    :where(.amp-styles) .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    :where(.amp-styles) .order-lg-first {
        order: -1
    }

    :where(.amp-styles) .order-lg-last {
        order: 13
    }

    :where(.amp-styles) .order-lg-0 {
        order: 0
    }

    :where(.amp-styles) .order-lg-1 {
        order: 1
    }

    :where(.amp-styles) .order-lg-2 {
        order: 2
    }

    :where(.amp-styles) .order-lg-3 {
        order: 3
    }

    :where(.amp-styles) .order-lg-4 {
        order: 4
    }

    :where(.amp-styles) .order-lg-5 {
        order: 5
    }

    :where(.amp-styles) .order-lg-6 {
        order: 6
    }

    :where(.amp-styles) .order-lg-7 {
        order: 7
    }

    :where(.amp-styles) .order-lg-8 {
        order: 8
    }

    :where(.amp-styles) .order-lg-9 {
        order: 9
    }

    :where(.amp-styles) .order-lg-10 {
        order: 10
    }

    :where(.amp-styles) .order-lg-11 {
        order: 11
    }

    :where(.amp-styles) .order-lg-12 {
        order: 12
    }

    :where(.amp-styles) .offset-lg-0 {
        margin-left: 0
    }

    :where(.amp-styles) .offset-lg-1 {
        margin-left: 8.33333333%
    }

    :where(.amp-styles) .offset-lg-2 {
        margin-left: 16.66666667%
    }

    :where(.amp-styles) .offset-lg-3 {
        margin-left: 25%
    }

    :where(.amp-styles) .offset-lg-4 {
        margin-left: 33.33333333%
    }

    :where(.amp-styles) .offset-lg-5 {
        margin-left: 41.66666667%
    }

    :where(.amp-styles) .offset-lg-6 {
        margin-left: 50%
    }

    :where(.amp-styles) .offset-lg-7 {
        margin-left: 58.33333333%
    }

    :where(.amp-styles) .offset-lg-8 {
        margin-left: 66.66666667%
    }

    :where(.amp-styles) .offset-lg-9 {
        margin-left: 75%
    }

    :where(.amp-styles) .offset-lg-10 {
        margin-left: 83.33333333%
    }

    :where(.amp-styles) .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    :where(.amp-styles) .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    :where(.amp-styles) .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    :where(.amp-styles) .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    :where(.amp-styles) .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    :where(.amp-styles) .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    :where(.amp-styles) .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    :where(.amp-styles) .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    :where(.amp-styles) .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    :where(.amp-styles) .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    :where(.amp-styles) .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    :where(.amp-styles) .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    :where(.amp-styles) .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    :where(.amp-styles) .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    :where(.amp-styles) .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    :where(.amp-styles) .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    :where(.amp-styles) .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    :where(.amp-styles) .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    :where(.amp-styles) .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    :where(.amp-styles) .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    :where(.amp-styles) .order-xl-first {
        order: -1
    }

    :where(.amp-styles) .order-xl-last {
        order: 13
    }

    :where(.amp-styles) .order-xl-0 {
        order: 0
    }

    :where(.amp-styles) .order-xl-1 {
        order: 1
    }

    :where(.amp-styles) .order-xl-2 {
        order: 2
    }

    :where(.amp-styles) .order-xl-3 {
        order: 3
    }

    :where(.amp-styles) .order-xl-4 {
        order: 4
    }

    :where(.amp-styles) .order-xl-5 {
        order: 5
    }

    :where(.amp-styles) .order-xl-6 {
        order: 6
    }

    :where(.amp-styles) .order-xl-7 {
        order: 7
    }

    :where(.amp-styles) .order-xl-8 {
        order: 8
    }

    :where(.amp-styles) .order-xl-9 {
        order: 9
    }

    :where(.amp-styles) .order-xl-10 {
        order: 10
    }

    :where(.amp-styles) .order-xl-11 {
        order: 11
    }

    :where(.amp-styles) .order-xl-12 {
        order: 12
    }

    :where(.amp-styles) .offset-xl-0 {
        margin-left: 0
    }

    :where(.amp-styles) .offset-xl-1 {
        margin-left: 8.33333333%
    }

    :where(.amp-styles) .offset-xl-2 {
        margin-left: 16.66666667%
    }

    :where(.amp-styles) .offset-xl-3 {
        margin-left: 25%
    }

    :where(.amp-styles) .offset-xl-4 {
        margin-left: 33.33333333%
    }

    :where(.amp-styles) .offset-xl-5 {
        margin-left: 41.66666667%
    }

    :where(.amp-styles) .offset-xl-6 {
        margin-left: 50%
    }

    :where(.amp-styles) .offset-xl-7 {
        margin-left: 58.33333333%
    }

    :where(.amp-styles) .offset-xl-8 {
        margin-left: 66.66666667%
    }

    :where(.amp-styles) .offset-xl-9 {
        margin-left: 75%
    }

    :where(.amp-styles) .offset-xl-10 {
        margin-left: 83.33333333%
    }

    :where(.amp-styles) .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    :where(.amp-styles) .row-cols-xxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    :where(.amp-styles) .row-cols-xxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    :where(.amp-styles) .row-cols-xxl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    :where(.amp-styles) .row-cols-xxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    :where(.amp-styles) .row-cols-xxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    :where(.amp-styles) .row-cols-xxl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    :where(.amp-styles) .col-xxl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    :where(.amp-styles) .col-xxl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    :where(.amp-styles) .col-xxl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    :where(.amp-styles) .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    :where(.amp-styles) .col-xxl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    :where(.amp-styles) .col-xxl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    :where(.amp-styles) .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    :where(.amp-styles) .col-xxl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    :where(.amp-styles) .col-xxl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    :where(.amp-styles) .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    :where(.amp-styles) .col-xxl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    :where(.amp-styles) .col-xxl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    :where(.amp-styles) .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    :where(.amp-styles) .order-xxl-first {
        order: -1
    }

    :where(.amp-styles) .order-xxl-last {
        order: 13
    }

    :where(.amp-styles) .order-xxl-0 {
        order: 0
    }

    :where(.amp-styles) .order-xxl-1 {
        order: 1
    }

    :where(.amp-styles) .order-xxl-2 {
        order: 2
    }

    :where(.amp-styles) .order-xxl-3 {
        order: 3
    }

    :where(.amp-styles) .order-xxl-4 {
        order: 4
    }

    :where(.amp-styles) .order-xxl-5 {
        order: 5
    }

    :where(.amp-styles) .order-xxl-6 {
        order: 6
    }

    :where(.amp-styles) .order-xxl-7 {
        order: 7
    }

    :where(.amp-styles) .order-xxl-8 {
        order: 8
    }

    :where(.amp-styles) .order-xxl-9 {
        order: 9
    }

    :where(.amp-styles) .order-xxl-10 {
        order: 10
    }

    :where(.amp-styles) .order-xxl-11 {
        order: 11
    }

    :where(.amp-styles) .order-xxl-12 {
        order: 12
    }

    :where(.amp-styles) .offset-xxl-0 {
        margin-left: 0
    }

    :where(.amp-styles) .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    :where(.amp-styles) .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    :where(.amp-styles) .offset-xxl-3 {
        margin-left: 25%
    }

    :where(.amp-styles) .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    :where(.amp-styles) .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    :where(.amp-styles) .offset-xxl-6 {
        margin-left: 50%
    }

    :where(.amp-styles) .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    :where(.amp-styles) .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    :where(.amp-styles) .offset-xxl-9 {
        margin-left: 75%
    }

    :where(.amp-styles) .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    :where(.amp-styles) .offset-xxl-11 {
        margin-left: 91.66666667%
    }
}

:where(.amp-styles) .list-group {
    border-radius: var(--amp-border-radius, .1875em);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

:where(.amp-styles) .list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%
}

:where(.amp-styles) .list-group-item-action:focus, :where(.amp-styles) .list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1
}

:where(.amp-styles) .list-group-item-action:active {
    background-color: #e9ecef;
    color: var(--amp-body-color, #20242f)
}

:where(.amp-styles) .list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    display: block;
    padding: .75rem 1.25rem;
    position: relative;
    text-decoration: none
}

:where(.amp-styles) .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

:where(.amp-styles) .list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

:where(.amp-styles) .list-group-item.disabled, :where(.amp-styles) .list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none
}

:where(.amp-styles) .list-group-item.active {
    background-color: #9c0d63;
    border-color: #9c0d63;
    color: #fff;
    z-index: 2
}

:where(.amp-styles) .list-group-item + :where(.amp-styles) .list-group-item {
    border-top-width: 0
}

:where(.amp-styles) .list-group-item + :where(.amp-styles) .list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

:where(.amp-styles) .list-group-horizontal {
    flex-direction: row
}

:where(.amp-styles) .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: var(--amp-border-radius, .1875em);
    border-top-right-radius: 0
}

:where(.amp-styles) .list-group-horizontal > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--amp-border-radius, .1875em)
}

:where(.amp-styles) .list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

:where(.amp-styles) .list-group-horizontal > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}

:where(.amp-styles) .list-group-horizontal > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
}

@media (min-width: 576px) {
    :where(.amp-styles) .list-group-horizontal-sm {
        flex-direction: row
    }

    :where(.amp-styles) .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: var(--amp-border-radius, .1875em);
        border-top-right-radius: 0
    }

    :where(.amp-styles) .list-group-horizontal-sm > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--amp-border-radius, .1875em)
    }

    :where(.amp-styles) .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    :where(.amp-styles) .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    :where(.amp-styles) .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .list-group-horizontal-md {
        flex-direction: row
    }

    :where(.amp-styles) .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: var(--amp-border-radius, .1875em);
        border-top-right-radius: 0
    }

    :where(.amp-styles) .list-group-horizontal-md > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--amp-border-radius, .1875em)
    }

    :where(.amp-styles) .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    :where(.amp-styles) .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    :where(.amp-styles) .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .list-group-horizontal-lg {
        flex-direction: row
    }

    :where(.amp-styles) .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: var(--amp-border-radius, .1875em);
        border-top-right-radius: 0
    }

    :where(.amp-styles) .list-group-horizontal-lg > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--amp-border-radius, .1875em)
    }

    :where(.amp-styles) .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    :where(.amp-styles) .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    :where(.amp-styles) .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .list-group-horizontal-xl {
        flex-direction: row
    }

    :where(.amp-styles) .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: var(--amp-border-radius, .1875em);
        border-top-right-radius: 0
    }

    :where(.amp-styles) .list-group-horizontal-xl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--amp-border-radius, .1875em)
    }

    :where(.amp-styles) .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    :where(.amp-styles) .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    :where(.amp-styles) .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .list-group-horizontal-xxl {
        flex-direction: row
    }

    :where(.amp-styles) .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: var(--amp-border-radius, .1875em);
        border-top-right-radius: 0
    }

    :where(.amp-styles) .list-group-horizontal-xxl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--amp-border-radius, .1875em)
    }

    :where(.amp-styles) .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0
    }

    :where(.amp-styles) .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    :where(.amp-styles) .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

:where(.amp-styles) .list-group-flush {
    border-radius: 0
}

:where(.amp-styles) .list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

:where(.amp-styles) .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

:where(.amp-styles) .modal-open {
    overflow: hidden
}

:where(.amp-styles) .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

:where(.amp-styles) .modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

:where(.amp-styles) .modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade :where(.amp-styles) .modal-dialog {
    transform: translate3d(0, -50px, 0);
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade :where(.amp-styles) .modal-dialog {
        transition: none
    }
}

.modal.show :where(.amp-styles) .modal-dialog {
    transform: translateZ(0)
}

.modal.modal-static :where(.amp-styles) .modal-dialog {
    transform: scale(1.02)
}

:where(.amp-styles) .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

:where(.amp-styles) .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

:where(.amp-styles) .modal-dialog-scrollable .modal-footer, :where(.amp-styles) .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

:where(.amp-styles) .modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

:where(.amp-styles) .modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

:where(.amp-styles) .modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -moz-min-content;
    height: min-content
}

:where(.amp-styles) .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

:where(.amp-styles) .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

:where(.amp-styles) .modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

:where(.amp-styles) .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

:where(.amp-styles) .modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

:where(.amp-styles) .modal-backdrop.fade {
    opacity: 0
}

:where(.amp-styles) .modal-backdrop.show {
    opacity: .4
}

:where(.amp-styles) .modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #bdbdbd;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

:where(.amp-styles) .modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

:where(.amp-styles) .modal-title {
    line-height: 1.6;
    margin-bottom: 0
}

:where(.amp-styles) .modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

:where(.amp-styles) .modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #bdbdbd;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

:where(.amp-styles) .modal-footer > * {
    margin: .25rem
}

:where(.amp-styles) .modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width: 576px) {
    :where(.amp-styles) .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }

    :where(.amp-styles) .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    :where(.amp-styles) .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    :where(.amp-styles) .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    :where(.amp-styles) .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -moz-min-content;
        height: min-content
    }

    :where(.amp-styles) .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .modal-lg, :where(.amp-styles) .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .modal-xl {
        max-width: 1140px
    }
}

:where(.amp-styles) .nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

:where(.amp-styles) .nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none
}

:where(.amp-styles) .nav-link:focus, :where(.amp-styles) .nav-link:hover {
    text-decoration: none
}

:where(.amp-styles) .nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none
}

:where(.amp-styles) .nav-tabs {
    border-bottom: 1px solid #dee2e6
}

:where(.amp-styles) .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: var(--amp-border-radius, .1875em);
    border-top-right-radius: var(--amp-border-radius, .1875em);
    margin-bottom: -1px
}

:where(.amp-styles) .nav-tabs .nav-link:focus, :where(.amp-styles) .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

:where(.amp-styles) .nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}

:where(.amp-styles) .nav-tabs .nav-item.show .nav-link, :where(.amp-styles) .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

:where(.amp-styles) .amplify-dropdown .nav-tabs .dropdown-list, :where(.amp-styles) .nav-tabs .amplify-dropdown .dropdown-list, :where(.amp-styles) .nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

:where(.amp-styles) .nav-pills .nav-link {
    border-radius: var(--amp-border-radius, .1875em)
}

:where(.amp-styles) .nav-pills .nav-link.active, :where(.amp-styles) .nav-pills .show > .nav-link {
    background-color: #9c0d63;
    color: #fff
}

:where(.amp-styles) .nav-fill .nav-item, :where(.amp-styles) .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

:where(.amp-styles) .nav-justified .nav-item, :where(.amp-styles) .nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

:where(.amp-styles) .tab-content > .tab-pane {
    display: none
}

:where(.amp-styles) .tab-content > .active {
    display: block
}

:where(.amp-styles) .navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .5rem 1rem;
    position: relative
}

:where(.amp-styles) .navbar .container, :where(.amp-styles) .navbar .container-fluid, :where(.amp-styles) .navbar .container-lg, :where(.amp-styles) .navbar .container-md, :where(.amp-styles) .navbar .container-sm, :where(.amp-styles) .navbar .container-xl, :where(.amp-styles) .navbar .container-xxl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

:where(.amp-styles) .navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3rem;
    padding-top: .3rem;
    white-space: nowrap
}

:where(.amp-styles) .navbar-brand:focus, :where(.amp-styles) .navbar-brand:hover {
    text-decoration: none
}

:where(.amp-styles) .navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

:where(.amp-styles) .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

:where(.amp-styles) .amplify-dropdown .navbar-nav .dropdown-list, :where(.amp-styles) .navbar-nav .amplify-dropdown .dropdown-list, :where(.amp-styles) .navbar-nav .dropdown-menu {
    float: none;
    position: static
}

:where(.amp-styles) .navbar-text {
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem
}

:where(.amp-styles) .navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

:where(.amp-styles) .navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: var(--amp-border-radius, .1875em);
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
}

:where(.amp-styles) .navbar-toggler:focus, :where(.amp-styles) .navbar-toggler:hover {
    text-decoration: none
}

:where(.amp-styles) .navbar-toggler-icon {
    background: 50%/100% 100% no-repeat;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

:where(.amp-styles) .navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 575.98px) {
    :where(.amp-styles) .navbar-expand-sm > .container, :where(.amp-styles) .navbar-expand-sm > .container-fluid, :where(.amp-styles) .navbar-expand-sm > .container-lg, :where(.amp-styles) .navbar-expand-sm > .container-md, :where(.amp-styles) .navbar-expand-sm > .container-sm, :where(.amp-styles) .navbar-expand-sm > .container-xl, :where(.amp-styles) .navbar-expand-sm > .container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 576px) {
    :where(.amp-styles) .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    :where(.amp-styles) .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    :where(.amp-styles) .amplify-dropdown .navbar-expand-sm .navbar-nav .dropdown-list, :where(.amp-styles) .navbar-expand-sm .navbar-nav .amplify-dropdown .dropdown-list, :where(.amp-styles) .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    :where(.amp-styles) .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 2em;
        padding-right: 2em
    }

    :where(.amp-styles) .navbar-expand-sm > .container, :where(.amp-styles) .navbar-expand-sm > .container-fluid, :where(.amp-styles) .navbar-expand-sm > .container-lg, :where(.amp-styles) .navbar-expand-sm > .container-md, :where(.amp-styles) .navbar-expand-sm > .container-sm, :where(.amp-styles) .navbar-expand-sm > .container-xl, :where(.amp-styles) .navbar-expand-sm > .container-xxl {
        flex-wrap: nowrap
    }

    :where(.amp-styles) .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    :where(.amp-styles) .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    :where(.amp-styles) .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .navbar-expand-md > .container, :where(.amp-styles) .navbar-expand-md > .container-fluid, :where(.amp-styles) .navbar-expand-md > .container-lg, :where(.amp-styles) .navbar-expand-md > .container-md, :where(.amp-styles) .navbar-expand-md > .container-sm, :where(.amp-styles) .navbar-expand-md > .container-xl, :where(.amp-styles) .navbar-expand-md > .container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    :where(.amp-styles) .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    :where(.amp-styles) .amplify-dropdown .navbar-expand-md .navbar-nav .dropdown-list, :where(.amp-styles) .navbar-expand-md .navbar-nav .amplify-dropdown .dropdown-list, :where(.amp-styles) .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    :where(.amp-styles) .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 2em;
        padding-right: 2em
    }

    :where(.amp-styles) .navbar-expand-md > .container, :where(.amp-styles) .navbar-expand-md > .container-fluid, :where(.amp-styles) .navbar-expand-md > .container-lg, :where(.amp-styles) .navbar-expand-md > .container-md, :where(.amp-styles) .navbar-expand-md > .container-sm, :where(.amp-styles) .navbar-expand-md > .container-xl, :where(.amp-styles) .navbar-expand-md > .container-xxl {
        flex-wrap: nowrap
    }

    :where(.amp-styles) .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    :where(.amp-styles) .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    :where(.amp-styles) .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    :where(.amp-styles) .navbar-expand-lg > .container, :where(.amp-styles) .navbar-expand-lg > .container-fluid, :where(.amp-styles) .navbar-expand-lg > .container-lg, :where(.amp-styles) .navbar-expand-lg > .container-md, :where(.amp-styles) .navbar-expand-lg > .container-sm, :where(.amp-styles) .navbar-expand-lg > .container-xl, :where(.amp-styles) .navbar-expand-lg > .container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    :where(.amp-styles) .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    :where(.amp-styles) .amplify-dropdown .navbar-expand-lg .navbar-nav .dropdown-list, :where(.amp-styles) .navbar-expand-lg .navbar-nav .amplify-dropdown .dropdown-list, :where(.amp-styles) .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    :where(.amp-styles) .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 2em;
        padding-right: 2em
    }

    :where(.amp-styles) .navbar-expand-lg > .container, :where(.amp-styles) .navbar-expand-lg > .container-fluid, :where(.amp-styles) .navbar-expand-lg > .container-lg, :where(.amp-styles) .navbar-expand-lg > .container-md, :where(.amp-styles) .navbar-expand-lg > .container-sm, :where(.amp-styles) .navbar-expand-lg > .container-xl, :where(.amp-styles) .navbar-expand-lg > .container-xxl {
        flex-wrap: nowrap
    }

    :where(.amp-styles) .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    :where(.amp-styles) .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    :where(.amp-styles) .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    :where(.amp-styles) .navbar-expand-xl > .container, :where(.amp-styles) .navbar-expand-xl > .container-fluid, :where(.amp-styles) .navbar-expand-xl > .container-lg, :where(.amp-styles) .navbar-expand-xl > .container-md, :where(.amp-styles) .navbar-expand-xl > .container-sm, :where(.amp-styles) .navbar-expand-xl > .container-xl, :where(.amp-styles) .navbar-expand-xl > .container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    :where(.amp-styles) .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    :where(.amp-styles) .amplify-dropdown .navbar-expand-xl .navbar-nav .dropdown-list, :where(.amp-styles) .navbar-expand-xl .navbar-nav .amplify-dropdown .dropdown-list, :where(.amp-styles) .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    :where(.amp-styles) .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 2em;
        padding-right: 2em
    }

    :where(.amp-styles) .navbar-expand-xl > .container, :where(.amp-styles) .navbar-expand-xl > .container-fluid, :where(.amp-styles) .navbar-expand-xl > .container-lg, :where(.amp-styles) .navbar-expand-xl > .container-md, :where(.amp-styles) .navbar-expand-xl > .container-sm, :where(.amp-styles) .navbar-expand-xl > .container-xl, :where(.amp-styles) .navbar-expand-xl > .container-xxl {
        flex-wrap: nowrap
    }

    :where(.amp-styles) .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    :where(.amp-styles) .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    :where(.amp-styles) .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width: 1499.98px) {
    :where(.amp-styles) .navbar-expand-xxl > .container, :where(.amp-styles) .navbar-expand-xxl > .container-fluid, :where(.amp-styles) .navbar-expand-xxl > .container-lg, :where(.amp-styles) .navbar-expand-xxl > .container-md, :where(.amp-styles) .navbar-expand-xxl > .container-sm, :where(.amp-styles) .navbar-expand-xxl > .container-xl, :where(.amp-styles) .navbar-expand-xxl > .container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    :where(.amp-styles) .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    :where(.amp-styles) .amplify-dropdown .navbar-expand-xxl .navbar-nav .dropdown-list, :where(.amp-styles) .navbar-expand-xxl .navbar-nav .amplify-dropdown .dropdown-list, :where(.amp-styles) .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    :where(.amp-styles) .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: 2em;
        padding-right: 2em
    }

    :where(.amp-styles) .navbar-expand-xxl > .container, :where(.amp-styles) .navbar-expand-xxl > .container-fluid, :where(.amp-styles) .navbar-expand-xxl > .container-lg, :where(.amp-styles) .navbar-expand-xxl > .container-md, :where(.amp-styles) .navbar-expand-xxl > .container-sm, :where(.amp-styles) .navbar-expand-xxl > .container-xl, :where(.amp-styles) .navbar-expand-xxl > .container-xxl {
        flex-wrap: nowrap
    }

    :where(.amp-styles) .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    :where(.amp-styles) .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    :where(.amp-styles) .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

:where(.amp-styles) .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

:where(.amp-styles) .navbar-expand > .container, :where(.amp-styles) .navbar-expand > .container-fluid, :where(.amp-styles) .navbar-expand > .container-lg, :where(.amp-styles) .navbar-expand > .container-md, :where(.amp-styles) .navbar-expand > .container-sm, :where(.amp-styles) .navbar-expand > .container-xl, :where(.amp-styles) .navbar-expand > .container-xxl {
    padding-left: 0;
    padding-right: 0
}

:where(.amp-styles) .navbar-expand .navbar-nav {
    flex-direction: row
}

:where(.amp-styles) .amplify-dropdown .navbar-expand .navbar-nav .dropdown-list, :where(.amp-styles) .navbar-expand .navbar-nav .amplify-dropdown .dropdown-list, :where(.amp-styles) .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

:where(.amp-styles) .navbar-expand .navbar-nav .nav-link {
    padding-left: 2em;
    padding-right: 2em
}

:where(.amp-styles) .navbar-expand > .container, :where(.amp-styles) .navbar-expand > .container-fluid, :where(.amp-styles) .navbar-expand > .container-lg, :where(.amp-styles) .navbar-expand > .container-md, :where(.amp-styles) .navbar-expand > .container-sm, :where(.amp-styles) .navbar-expand > .container-xl, :where(.amp-styles) .navbar-expand > .container-xxl {
    flex-wrap: nowrap
}

:where(.amp-styles) .navbar-expand .navbar-nav-scroll {
    overflow: visible
}

:where(.amp-styles) .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

:where(.amp-styles) .navbar-expand .navbar-toggler {
    display: none
}

:where(.amp-styles) .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

:where(.amp-styles) .navbar-light .navbar-brand:focus, :where(.amp-styles) .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

:where(.amp-styles) .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

:where(.amp-styles) .navbar-light .navbar-nav .nav-link:focus, :where(.amp-styles) .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

:where(.amp-styles) .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

:where(.amp-styles) .navbar-light .navbar-nav .active > .nav-link, :where(.amp-styles) .navbar-light .navbar-nav .nav-link.active, :where(.amp-styles) .navbar-light .navbar-nav .nav-link.show, :where(.amp-styles) .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

:where(.amp-styles) .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .5)
}

:where(.amp-styles) .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

:where(.amp-styles) .navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

:where(.amp-styles) .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

:where(.amp-styles) .navbar-light .navbar-text a:focus, :where(.amp-styles) .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

:where(.amp-styles) .navbar-dark .navbar-brand {
    color: #fff
}

:where(.amp-styles) .navbar-dark .navbar-brand:focus, :where(.amp-styles) .navbar-dark .navbar-brand:hover {
    color: #fff
}

:where(.amp-styles) .navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

:where(.amp-styles) .navbar-dark .navbar-nav .nav-link:focus, :where(.amp-styles) .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

:where(.amp-styles) .navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

:where(.amp-styles) .navbar-dark .navbar-nav .active > .nav-link, :where(.amp-styles) .navbar-dark .navbar-nav .nav-link.active, :where(.amp-styles) .navbar-dark .navbar-nav .nav-link.show, :where(.amp-styles) .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

:where(.amp-styles) .navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .5)
}

:where(.amp-styles) .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

:where(.amp-styles) .navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

:where(.amp-styles) .navbar-dark .navbar-text a {
    color: #fff
}

:where(.amp-styles) .navbar-dark .navbar-text a:focus, :where(.amp-styles) .navbar-dark .navbar-text a:hover {
    color: #fff
}

:where(.amp-styles) .popover {
    display: block;
    font-family: benton-sans, arial, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    max-width: 276px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060;
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

:where(.amp-styles) .popover .arrow {
    display: block;
    height: .5rem;
    margin: 0 .3rem;
    position: absolute;
    width: 1rem
}

:where(.amp-styles) .popover .arrow:after, :where(.amp-styles) .popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

:where(.amp-styles) .bs-popover-auto[x-placement^=top], :where(.amp-styles) .bs-popover-top {
    margin-bottom: .5rem
}

:where(.amp-styles) .bs-popover-auto[x-placement^=top] > .arrow, :where(.amp-styles) .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

:where(.amp-styles) .bs-popover-auto[x-placement^=top] > .arrow:before, :where(.amp-styles) .bs-popover-top > .arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

:where(.amp-styles) .bs-popover-auto[x-placement^=top] > .arrow:after, :where(.amp-styles) .bs-popover-top > .arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

:where(.amp-styles) .bs-popover-auto[x-placement^=right], :where(.amp-styles) .bs-popover-right {
    margin-left: .5rem
}

:where(.amp-styles) .bs-popover-auto[x-placement^=right] > .arrow, :where(.amp-styles) .bs-popover-right > .arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .3rem 0;
    width: .5rem
}

:where(.amp-styles) .bs-popover-auto[x-placement^=right] > .arrow:before, :where(.amp-styles) .bs-popover-right > .arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

:where(.amp-styles) .bs-popover-auto[x-placement^=right] > .arrow:after, :where(.amp-styles) .bs-popover-right > .arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

:where(.amp-styles) .bs-popover-auto[x-placement^=bottom], :where(.amp-styles) .bs-popover-bottom {
    margin-top: .5rem
}

:where(.amp-styles) .bs-popover-auto[x-placement^=bottom] > .arrow, :where(.amp-styles) .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

:where(.amp-styles) .bs-popover-auto[x-placement^=bottom] > .arrow:before, :where(.amp-styles) .bs-popover-bottom > .arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}

:where(.amp-styles) .bs-popover-auto[x-placement^=bottom] > .arrow:after, :where(.amp-styles) .bs-popover-bottom > .arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

:where(.amp-styles) .bs-popover-auto[x-placement^=bottom] .popover-header:before, :where(.amp-styles) .bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

:where(.amp-styles) .bs-popover-auto[x-placement^=left], :where(.amp-styles) .bs-popover-left {
    margin-right: .5rem
}

:where(.amp-styles) .bs-popover-auto[x-placement^=left] > .arrow, :where(.amp-styles) .bs-popover-left > .arrow {
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem
}

:where(.amp-styles) .bs-popover-auto[x-placement^=left] > .arrow:before, :where(.amp-styles) .bs-popover-left > .arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

:where(.amp-styles) .bs-popover-auto[x-placement^=left] > .arrow:after, :where(.amp-styles) .bs-popover-left > .arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

:where(.amp-styles) .popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .popover-header:empty {
    display: none
}

:where(.amp-styles) .popover-body {
    color: var(--amp-body-color, #20242f);
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .tooltip {
    display: block;
    font-family: benton-sans, arial, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.6;
    margin: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
    word-wrap: break-word;
    opacity: 0
}

:where(.amp-styles) .tooltip.show {
    opacity: 1
}

:where(.amp-styles) .tooltip .arrow {
    display: block;
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem);
    position: absolute;
    width: .8rem
}

:where(.amp-styles) .tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

:where(.amp-styles) .bs-tooltip-auto[x-placement^=top], :where(.amp-styles) .bs-tooltip-top {
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) 0
}

:where(.amp-styles) .bs-tooltip-auto[x-placement^=top] .arrow, :where(.amp-styles) .bs-tooltip-top .arrow {
    bottom: 0
}

:where(.amp-styles) .bs-tooltip-auto[x-placement^=top] .arrow:before, :where(.amp-styles) .bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) .4rem 0;
    top: 0
}

:where(.amp-styles) .bs-tooltip-auto[x-placement^=right], :where(.amp-styles) .bs-tooltip-right {
    padding: 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem)
}

:where(.amp-styles) .bs-tooltip-auto[x-placement^=right] .arrow, :where(.amp-styles) .bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem)
}

:where(.amp-styles) .bs-tooltip-auto[x-placement^=right] .arrow:before, :where(.amp-styles) .bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: .4rem calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) .4rem 0;
    right: 0
}

:where(.amp-styles) .bs-tooltip-auto[x-placement^=bottom], :where(.amp-styles) .bs-tooltip-bottom {
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) 0
}

:where(.amp-styles) .bs-tooltip-auto[x-placement^=bottom] .arrow, :where(.amp-styles) .bs-tooltip-bottom .arrow {
    top: 0
}

:where(.amp-styles) .bs-tooltip-auto[x-placement^=bottom] .arrow:before, :where(.amp-styles) .bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem);
    bottom: 0
}

:where(.amp-styles) .bs-tooltip-auto[x-placement^=left], :where(.amp-styles) .bs-tooltip-left {
    padding: 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem)
}

:where(.amp-styles) .bs-tooltip-auto[x-placement^=left] .arrow, :where(.amp-styles) .bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem)
}

:where(.amp-styles) .bs-tooltip-auto[x-placement^=left] .arrow:before, :where(.amp-styles) .bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem);
    left: 0
}

:where(.amp-styles) .tooltip-inner {
    background-color: #000;
    border-radius: var(--amp-border-radius, .1875em);
    color: #fff;
    max-width: 200px;
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem);
    text-align: center
}

:where(.amp-styles) .fade {
    transition: opacity .2s linear
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .fade {
        transition: none
    }
}

:where(.amp-styles) .fade:not(.show) {
    opacity: 0
}

:where(.amp-styles) .collapse:not(.show) {
    display: none
}

:where(.amp-styles) .collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .collapsing {
        transition: none
    }
}

:where(.amp-styles) .h1, :where(.amp-styles) .h2, :where(.amp-styles) .h3, :where(.amp-styles) .h4, :where(.amp-styles) .h5, :where(.amp-styles) .h6, :where(.amp-styles) h1, :where(.amp-styles) h2, :where(.amp-styles) h3, :where(.amp-styles) h4, :where(.amp-styles) h5, :where(.amp-styles) h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

:where(.amp-styles) .h1, :where(.amp-styles) h1 {
    font-size: 2.5rem
}

:where(.amp-styles) .h2, :where(.amp-styles) h2 {
    font-size: 2rem
}

:where(.amp-styles) .h3, :where(.amp-styles) h3 {
    font-size: 1.75rem
}

:where(.amp-styles) .h4, :where(.amp-styles) h4 {
    font-size: 1.5rem
}

:where(.amp-styles) .h5, :where(.amp-styles) h5 {
    font-size: 1.25rem
}

:where(.amp-styles) .h6, :where(.amp-styles) h6 {
    font-size: 1rem
}

:where(.amp-styles) .lead {
    font-size: 1.25rem;
    font-weight: 300
}

:where(.amp-styles) .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

:where(.amp-styles) .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

:where(.amp-styles) .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

:where(.amp-styles) .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

:where(.amp-styles) hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    margin-top: 1rem
}

:where(.amp-styles) .small, :where(.amp-styles) small {
    font-size: 80%;
    font-weight: 400
}

:where(.amp-styles) .mark, :where(.amp-styles) mark {
    background-color: #fcf8e3;
    padding: .2em
}

:where(.amp-styles) .list-unstyled {
    list-style: none;
    padding-left: 0
}

:where(.amp-styles) .list-inline {
    list-style: none;
    padding-left: 0
}

:where(.amp-styles) .list-inline-item {
    display: inline-block
}

:where(.amp-styles) .list-inline-item:not(:last-child) {
    margin-right: .5rem
}

:where(.amp-styles) .initialism {
    font-size: 90%;
    text-transform: uppercase
}

:where(.amp-styles) .blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

:where(.amp-styles) .blockquote-footer {
    color: #6c757d;
    display: block;
    font-size: 80%
}

:where(.amp-styles) .blockquote-footer:before {
    content: "— "
}

:where(.amp-styles) .align-baseline {
    vertical-align: baseline !important
}

:where(.amp-styles) .align-top {
    vertical-align: top !important
}

:where(.amp-styles) .align-middle {
    vertical-align: middle !important
}

:where(.amp-styles) .align-bottom {
    vertical-align: bottom !important
}

:where(.amp-styles) .align-text-bottom {
    vertical-align: text-bottom !important
}

:where(.amp-styles) .align-text-top {
    vertical-align: text-top !important
}

:where(.amp-styles) .bg-white {
    background-color: #fff !important
}

:where(.amp-styles) .bg-transparent {
    background-color: transparent !important
}

:where(.amp-styles) .border {
    border: 1px solid #bdbdbd !important
}

:where(.amp-styles) .border-top {
    border-top: 1px solid #bdbdbd !important
}

:where(.amp-styles) .border-right {
    border-right: 1px solid #bdbdbd !important
}

:where(.amp-styles) .border-bottom {
    border-bottom: 1px solid #bdbdbd !important
}

:where(.amp-styles) .border-left {
    border-left: 1px solid #bdbdbd !important
}

:where(.amp-styles) .border-0 {
    border: 0 !important
}

:where(.amp-styles) .border-top-0 {
    border-top: 0 !important
}

:where(.amp-styles) .border-right-0 {
    border-right: 0 !important
}

:where(.amp-styles) .border-bottom-0 {
    border-bottom: 0 !important
}

:where(.amp-styles) .border-left-0 {
    border-left: 0 !important
}

:where(.amp-styles) .border-white {
    border-color: #fff !important
}

:where(.amp-styles) .rounded-sm {
    border-radius: .2rem !important
}

:where(.amp-styles) .rounded {
    border-radius: var(--amp-border-radius, .1875em) !important
}

:where(.amp-styles) .rounded-top {
    border-top-left-radius: var(--amp-border-radius, .1875em) !important;
    border-top-right-radius: var(--amp-border-radius, .1875em) !important
}

:where(.amp-styles) .rounded-right {
    border-bottom-right-radius: var(--amp-border-radius, .1875em) !important;
    border-top-right-radius: var(--amp-border-radius, .1875em) !important
}

:where(.amp-styles) .rounded-bottom {
    border-bottom-left-radius: var(--amp-border-radius, .1875em) !important;
    border-bottom-right-radius: var(--amp-border-radius, .1875em) !important
}

:where(.amp-styles) .rounded-left {
    border-bottom-left-radius: var(--amp-border-radius, .1875em) !important;
    border-top-left-radius: var(--amp-border-radius, .1875em) !important
}

:where(.amp-styles) .rounded-lg {
    border-radius: .3rem !important
}

:where(.amp-styles) .rounded-circle {
    border-radius: 50% !important
}

:where(.amp-styles) .rounded-pill {
    border-radius: 50rem !important
}

:where(.amp-styles) .rounded-0 {
    border-radius: 0 !important
}

:where(.amp-styles) .clearfix:after {
    clear: both;
    content: "";
    display: block
}

:where(.amp-styles) .d-none {
    display: none !important
}

:where(.amp-styles) .d-inline {
    display: inline !important
}

:where(.amp-styles) .d-inline-block {
    display: inline-block !important
}

:where(.amp-styles) .d-block {
    display: block !important
}

:where(.amp-styles) .d-table {
    display: table !important
}

:where(.amp-styles) .d-table-row {
    display: table-row !important
}

:where(.amp-styles) .d-table-cell {
    display: table-cell !important
}

:where(.amp-styles) .d-flex {
    display: flex !important
}

:where(.amp-styles) .d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    :where(.amp-styles) .d-sm-none {
        display: none !important
    }

    :where(.amp-styles) .d-sm-inline {
        display: inline !important
    }

    :where(.amp-styles) .d-sm-inline-block {
        display: inline-block !important
    }

    :where(.amp-styles) .d-sm-block {
        display: block !important
    }

    :where(.amp-styles) .d-sm-table {
        display: table !important
    }

    :where(.amp-styles) .d-sm-table-row {
        display: table-row !important
    }

    :where(.amp-styles) .d-sm-table-cell {
        display: table-cell !important
    }

    :where(.amp-styles) .d-sm-flex {
        display: flex !important
    }

    :where(.amp-styles) .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .d-md-none {
        display: none !important
    }

    :where(.amp-styles) .d-md-inline {
        display: inline !important
    }

    :where(.amp-styles) .d-md-inline-block {
        display: inline-block !important
    }

    :where(.amp-styles) .d-md-block {
        display: block !important
    }

    :where(.amp-styles) .d-md-table {
        display: table !important
    }

    :where(.amp-styles) .d-md-table-row {
        display: table-row !important
    }

    :where(.amp-styles) .d-md-table-cell {
        display: table-cell !important
    }

    :where(.amp-styles) .d-md-flex {
        display: flex !important
    }

    :where(.amp-styles) .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .d-lg-none {
        display: none !important
    }

    :where(.amp-styles) .d-lg-inline {
        display: inline !important
    }

    :where(.amp-styles) .d-lg-inline-block {
        display: inline-block !important
    }

    :where(.amp-styles) .d-lg-block {
        display: block !important
    }

    :where(.amp-styles) .d-lg-table {
        display: table !important
    }

    :where(.amp-styles) .d-lg-table-row {
        display: table-row !important
    }

    :where(.amp-styles) .d-lg-table-cell {
        display: table-cell !important
    }

    :where(.amp-styles) .d-lg-flex {
        display: flex !important
    }

    :where(.amp-styles) .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .d-xl-none {
        display: none !important
    }

    :where(.amp-styles) .d-xl-inline {
        display: inline !important
    }

    :where(.amp-styles) .d-xl-inline-block {
        display: inline-block !important
    }

    :where(.amp-styles) .d-xl-block {
        display: block !important
    }

    :where(.amp-styles) .d-xl-table {
        display: table !important
    }

    :where(.amp-styles) .d-xl-table-row {
        display: table-row !important
    }

    :where(.amp-styles) .d-xl-table-cell {
        display: table-cell !important
    }

    :where(.amp-styles) .d-xl-flex {
        display: flex !important
    }

    :where(.amp-styles) .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .d-xxl-none {
        display: none !important
    }

    :where(.amp-styles) .d-xxl-inline {
        display: inline !important
    }

    :where(.amp-styles) .d-xxl-inline-block {
        display: inline-block !important
    }

    :where(.amp-styles) .d-xxl-block {
        display: block !important
    }

    :where(.amp-styles) .d-xxl-table {
        display: table !important
    }

    :where(.amp-styles) .d-xxl-table-row {
        display: table-row !important
    }

    :where(.amp-styles) .d-xxl-table-cell {
        display: table-cell !important
    }

    :where(.amp-styles) .d-xxl-flex {
        display: flex !important
    }

    :where(.amp-styles) .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    :where(.amp-styles) .d-print-none {
        display: none !important
    }

    :where(.amp-styles) .d-print-inline {
        display: inline !important
    }

    :where(.amp-styles) .d-print-inline-block {
        display: inline-block !important
    }

    :where(.amp-styles) .d-print-block {
        display: block !important
    }

    :where(.amp-styles) .d-print-table {
        display: table !important
    }

    :where(.amp-styles) .d-print-table-row {
        display: table-row !important
    }

    :where(.amp-styles) .d-print-table-cell {
        display: table-cell !important
    }

    :where(.amp-styles) .d-print-flex {
        display: flex !important
    }

    :where(.amp-styles) .d-print-inline-flex {
        display: inline-flex !important
    }
}

:where(.amp-styles) .embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

:where(.amp-styles) .embed-responsive:before {
    content: "";
    display: block
}

:where(.amp-styles) .embed-responsive .embed-responsive-item, :where(.amp-styles) .embed-responsive embed, :where(.amp-styles) .embed-responsive iframe, :where(.amp-styles) .embed-responsive object, :where(.amp-styles) .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

:where(.amp-styles) .embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

:where(.amp-styles) .embed-responsive-16by9:before {
    padding-top: 56.25%
}

:where(.amp-styles) .embed-responsive-4by3:before {
    padding-top: 75%
}

:where(.amp-styles) .embed-responsive-1by1:before {
    padding-top: 100%
}

:where(.amp-styles) .flex-row {
    flex-direction: row !important
}

:where(.amp-styles) .flex-column {
    flex-direction: column !important
}

:where(.amp-styles) .flex-row-reverse {
    flex-direction: row-reverse !important
}

:where(.amp-styles) .flex-column-reverse {
    flex-direction: column-reverse !important
}

:where(.amp-styles) .flex-wrap {
    flex-wrap: wrap !important
}

:where(.amp-styles) .flex-nowrap {
    flex-wrap: nowrap !important
}

:where(.amp-styles) .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

:where(.amp-styles) .flex-fill {
    flex: 1 1 auto !important
}

:where(.amp-styles) .flex-grow-0 {
    flex-grow: 0 !important
}

:where(.amp-styles) .flex-grow-1 {
    flex-grow: 1 !important
}

:where(.amp-styles) .flex-shrink-0 {
    flex-shrink: 0 !important
}

:where(.amp-styles) .flex-shrink-1 {
    flex-shrink: 1 !important
}

:where(.amp-styles) .justify-content-start {
    justify-content: flex-start !important
}

:where(.amp-styles) .justify-content-end {
    justify-content: flex-end !important
}

:where(.amp-styles) .justify-content-center {
    justify-content: center !important
}

:where(.amp-styles) .justify-content-between {
    justify-content: space-between !important
}

:where(.amp-styles) .justify-content-around {
    justify-content: space-around !important
}

:where(.amp-styles) .align-items-start {
    align-items: flex-start !important
}

:where(.amp-styles) .align-items-end {
    align-items: flex-end !important
}

:where(.amp-styles) .align-items-center {
    align-items: center !important
}

:where(.amp-styles) .align-items-baseline {
    align-items: baseline !important
}

:where(.amp-styles) .align-items-stretch {
    align-items: stretch !important
}

:where(.amp-styles) .align-content-start {
    align-content: flex-start !important
}

:where(.amp-styles) .align-content-end {
    align-content: flex-end !important
}

:where(.amp-styles) .align-content-center {
    align-content: center !important
}

:where(.amp-styles) .align-content-between {
    align-content: space-between !important
}

:where(.amp-styles) .align-content-around {
    align-content: space-around !important
}

:where(.amp-styles) .align-content-stretch {
    align-content: stretch !important
}

:where(.amp-styles) .align-self-auto {
    align-self: auto !important
}

:where(.amp-styles) .align-self-start {
    align-self: flex-start !important
}

:where(.amp-styles) .align-self-end {
    align-self: flex-end !important
}

:where(.amp-styles) .align-self-center {
    align-self: center !important
}

:where(.amp-styles) .align-self-baseline {
    align-self: baseline !important
}

:where(.amp-styles) .align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    :where(.amp-styles) .flex-sm-row {
        flex-direction: row !important
    }

    :where(.amp-styles) .flex-sm-column {
        flex-direction: column !important
    }

    :where(.amp-styles) .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    :where(.amp-styles) .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    :where(.amp-styles) .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    :where(.amp-styles) .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    :where(.amp-styles) .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    :where(.amp-styles) .flex-sm-fill {
        flex: 1 1 auto !important
    }

    :where(.amp-styles) .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    :where(.amp-styles) .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    :where(.amp-styles) .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    :where(.amp-styles) .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    :where(.amp-styles) .justify-content-sm-start {
        justify-content: flex-start !important
    }

    :where(.amp-styles) .justify-content-sm-end {
        justify-content: flex-end !important
    }

    :where(.amp-styles) .justify-content-sm-center {
        justify-content: center !important
    }

    :where(.amp-styles) .justify-content-sm-between {
        justify-content: space-between !important
    }

    :where(.amp-styles) .justify-content-sm-around {
        justify-content: space-around !important
    }

    :where(.amp-styles) .align-items-sm-start {
        align-items: flex-start !important
    }

    :where(.amp-styles) .align-items-sm-end {
        align-items: flex-end !important
    }

    :where(.amp-styles) .align-items-sm-center {
        align-items: center !important
    }

    :where(.amp-styles) .align-items-sm-baseline {
        align-items: baseline !important
    }

    :where(.amp-styles) .align-items-sm-stretch {
        align-items: stretch !important
    }

    :where(.amp-styles) .align-content-sm-start {
        align-content: flex-start !important
    }

    :where(.amp-styles) .align-content-sm-end {
        align-content: flex-end !important
    }

    :where(.amp-styles) .align-content-sm-center {
        align-content: center !important
    }

    :where(.amp-styles) .align-content-sm-between {
        align-content: space-between !important
    }

    :where(.amp-styles) .align-content-sm-around {
        align-content: space-around !important
    }

    :where(.amp-styles) .align-content-sm-stretch {
        align-content: stretch !important
    }

    :where(.amp-styles) .align-self-sm-auto {
        align-self: auto !important
    }

    :where(.amp-styles) .align-self-sm-start {
        align-self: flex-start !important
    }

    :where(.amp-styles) .align-self-sm-end {
        align-self: flex-end !important
    }

    :where(.amp-styles) .align-self-sm-center {
        align-self: center !important
    }

    :where(.amp-styles) .align-self-sm-baseline {
        align-self: baseline !important
    }

    :where(.amp-styles) .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .flex-md-row {
        flex-direction: row !important
    }

    :where(.amp-styles) .flex-md-column {
        flex-direction: column !important
    }

    :where(.amp-styles) .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    :where(.amp-styles) .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    :where(.amp-styles) .flex-md-wrap {
        flex-wrap: wrap !important
    }

    :where(.amp-styles) .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    :where(.amp-styles) .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    :where(.amp-styles) .flex-md-fill {
        flex: 1 1 auto !important
    }

    :where(.amp-styles) .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    :where(.amp-styles) .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    :where(.amp-styles) .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    :where(.amp-styles) .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    :where(.amp-styles) .justify-content-md-start {
        justify-content: flex-start !important
    }

    :where(.amp-styles) .justify-content-md-end {
        justify-content: flex-end !important
    }

    :where(.amp-styles) .justify-content-md-center {
        justify-content: center !important
    }

    :where(.amp-styles) .justify-content-md-between {
        justify-content: space-between !important
    }

    :where(.amp-styles) .justify-content-md-around {
        justify-content: space-around !important
    }

    :where(.amp-styles) .align-items-md-start {
        align-items: flex-start !important
    }

    :where(.amp-styles) .align-items-md-end {
        align-items: flex-end !important
    }

    :where(.amp-styles) .align-items-md-center {
        align-items: center !important
    }

    :where(.amp-styles) .align-items-md-baseline {
        align-items: baseline !important
    }

    :where(.amp-styles) .align-items-md-stretch {
        align-items: stretch !important
    }

    :where(.amp-styles) .align-content-md-start {
        align-content: flex-start !important
    }

    :where(.amp-styles) .align-content-md-end {
        align-content: flex-end !important
    }

    :where(.amp-styles) .align-content-md-center {
        align-content: center !important
    }

    :where(.amp-styles) .align-content-md-between {
        align-content: space-between !important
    }

    :where(.amp-styles) .align-content-md-around {
        align-content: space-around !important
    }

    :where(.amp-styles) .align-content-md-stretch {
        align-content: stretch !important
    }

    :where(.amp-styles) .align-self-md-auto {
        align-self: auto !important
    }

    :where(.amp-styles) .align-self-md-start {
        align-self: flex-start !important
    }

    :where(.amp-styles) .align-self-md-end {
        align-self: flex-end !important
    }

    :where(.amp-styles) .align-self-md-center {
        align-self: center !important
    }

    :where(.amp-styles) .align-self-md-baseline {
        align-self: baseline !important
    }

    :where(.amp-styles) .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .flex-lg-row {
        flex-direction: row !important
    }

    :where(.amp-styles) .flex-lg-column {
        flex-direction: column !important
    }

    :where(.amp-styles) .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    :where(.amp-styles) .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    :where(.amp-styles) .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    :where(.amp-styles) .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    :where(.amp-styles) .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    :where(.amp-styles) .flex-lg-fill {
        flex: 1 1 auto !important
    }

    :where(.amp-styles) .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    :where(.amp-styles) .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    :where(.amp-styles) .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    :where(.amp-styles) .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    :where(.amp-styles) .justify-content-lg-start {
        justify-content: flex-start !important
    }

    :where(.amp-styles) .justify-content-lg-end {
        justify-content: flex-end !important
    }

    :where(.amp-styles) .justify-content-lg-center {
        justify-content: center !important
    }

    :where(.amp-styles) .justify-content-lg-between {
        justify-content: space-between !important
    }

    :where(.amp-styles) .justify-content-lg-around {
        justify-content: space-around !important
    }

    :where(.amp-styles) .align-items-lg-start {
        align-items: flex-start !important
    }

    :where(.amp-styles) .align-items-lg-end {
        align-items: flex-end !important
    }

    :where(.amp-styles) .align-items-lg-center {
        align-items: center !important
    }

    :where(.amp-styles) .align-items-lg-baseline {
        align-items: baseline !important
    }

    :where(.amp-styles) .align-items-lg-stretch {
        align-items: stretch !important
    }

    :where(.amp-styles) .align-content-lg-start {
        align-content: flex-start !important
    }

    :where(.amp-styles) .align-content-lg-end {
        align-content: flex-end !important
    }

    :where(.amp-styles) .align-content-lg-center {
        align-content: center !important
    }

    :where(.amp-styles) .align-content-lg-between {
        align-content: space-between !important
    }

    :where(.amp-styles) .align-content-lg-around {
        align-content: space-around !important
    }

    :where(.amp-styles) .align-content-lg-stretch {
        align-content: stretch !important
    }

    :where(.amp-styles) .align-self-lg-auto {
        align-self: auto !important
    }

    :where(.amp-styles) .align-self-lg-start {
        align-self: flex-start !important
    }

    :where(.amp-styles) .align-self-lg-end {
        align-self: flex-end !important
    }

    :where(.amp-styles) .align-self-lg-center {
        align-self: center !important
    }

    :where(.amp-styles) .align-self-lg-baseline {
        align-self: baseline !important
    }

    :where(.amp-styles) .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .flex-xl-row {
        flex-direction: row !important
    }

    :where(.amp-styles) .flex-xl-column {
        flex-direction: column !important
    }

    :where(.amp-styles) .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    :where(.amp-styles) .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    :where(.amp-styles) .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    :where(.amp-styles) .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    :where(.amp-styles) .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    :where(.amp-styles) .flex-xl-fill {
        flex: 1 1 auto !important
    }

    :where(.amp-styles) .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    :where(.amp-styles) .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    :where(.amp-styles) .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    :where(.amp-styles) .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    :where(.amp-styles) .justify-content-xl-start {
        justify-content: flex-start !important
    }

    :where(.amp-styles) .justify-content-xl-end {
        justify-content: flex-end !important
    }

    :where(.amp-styles) .justify-content-xl-center {
        justify-content: center !important
    }

    :where(.amp-styles) .justify-content-xl-between {
        justify-content: space-between !important
    }

    :where(.amp-styles) .justify-content-xl-around {
        justify-content: space-around !important
    }

    :where(.amp-styles) .align-items-xl-start {
        align-items: flex-start !important
    }

    :where(.amp-styles) .align-items-xl-end {
        align-items: flex-end !important
    }

    :where(.amp-styles) .align-items-xl-center {
        align-items: center !important
    }

    :where(.amp-styles) .align-items-xl-baseline {
        align-items: baseline !important
    }

    :where(.amp-styles) .align-items-xl-stretch {
        align-items: stretch !important
    }

    :where(.amp-styles) .align-content-xl-start {
        align-content: flex-start !important
    }

    :where(.amp-styles) .align-content-xl-end {
        align-content: flex-end !important
    }

    :where(.amp-styles) .align-content-xl-center {
        align-content: center !important
    }

    :where(.amp-styles) .align-content-xl-between {
        align-content: space-between !important
    }

    :where(.amp-styles) .align-content-xl-around {
        align-content: space-around !important
    }

    :where(.amp-styles) .align-content-xl-stretch {
        align-content: stretch !important
    }

    :where(.amp-styles) .align-self-xl-auto {
        align-self: auto !important
    }

    :where(.amp-styles) .align-self-xl-start {
        align-self: flex-start !important
    }

    :where(.amp-styles) .align-self-xl-end {
        align-self: flex-end !important
    }

    :where(.amp-styles) .align-self-xl-center {
        align-self: center !important
    }

    :where(.amp-styles) .align-self-xl-baseline {
        align-self: baseline !important
    }

    :where(.amp-styles) .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .flex-xxl-row {
        flex-direction: row !important
    }

    :where(.amp-styles) .flex-xxl-column {
        flex-direction: column !important
    }

    :where(.amp-styles) .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    :where(.amp-styles) .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    :where(.amp-styles) .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    :where(.amp-styles) .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    :where(.amp-styles) .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    :where(.amp-styles) .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    :where(.amp-styles) .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    :where(.amp-styles) .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    :where(.amp-styles) .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    :where(.amp-styles) .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    :where(.amp-styles) .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    :where(.amp-styles) .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    :where(.amp-styles) .justify-content-xxl-center {
        justify-content: center !important
    }

    :where(.amp-styles) .justify-content-xxl-between {
        justify-content: space-between !important
    }

    :where(.amp-styles) .justify-content-xxl-around {
        justify-content: space-around !important
    }

    :where(.amp-styles) .align-items-xxl-start {
        align-items: flex-start !important
    }

    :where(.amp-styles) .align-items-xxl-end {
        align-items: flex-end !important
    }

    :where(.amp-styles) .align-items-xxl-center {
        align-items: center !important
    }

    :where(.amp-styles) .align-items-xxl-baseline {
        align-items: baseline !important
    }

    :where(.amp-styles) .align-items-xxl-stretch {
        align-items: stretch !important
    }

    :where(.amp-styles) .align-content-xxl-start {
        align-content: flex-start !important
    }

    :where(.amp-styles) .align-content-xxl-end {
        align-content: flex-end !important
    }

    :where(.amp-styles) .align-content-xxl-center {
        align-content: center !important
    }

    :where(.amp-styles) .align-content-xxl-between {
        align-content: space-between !important
    }

    :where(.amp-styles) .align-content-xxl-around {
        align-content: space-around !important
    }

    :where(.amp-styles) .align-content-xxl-stretch {
        align-content: stretch !important
    }

    :where(.amp-styles) .align-self-xxl-auto {
        align-self: auto !important
    }

    :where(.amp-styles) .align-self-xxl-start {
        align-self: flex-start !important
    }

    :where(.amp-styles) .align-self-xxl-end {
        align-self: flex-end !important
    }

    :where(.amp-styles) .align-self-xxl-center {
        align-self: center !important
    }

    :where(.amp-styles) .align-self-xxl-baseline {
        align-self: baseline !important
    }

    :where(.amp-styles) .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

:where(.amp-styles) .float-left {
    float: left !important
}

:where(.amp-styles) .float-right {
    float: right !important
}

:where(.amp-styles) .float-none {
    float: none !important
}

@media (min-width: 576px) {
    :where(.amp-styles) .float-sm-left {
        float: left !important
    }

    :where(.amp-styles) .float-sm-right {
        float: right !important
    }

    :where(.amp-styles) .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .float-md-left {
        float: left !important
    }

    :where(.amp-styles) .float-md-right {
        float: right !important
    }

    :where(.amp-styles) .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .float-lg-left {
        float: left !important
    }

    :where(.amp-styles) .float-lg-right {
        float: right !important
    }

    :where(.amp-styles) .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .float-xl-left {
        float: left !important
    }

    :where(.amp-styles) .float-xl-right {
        float: right !important
    }

    :where(.amp-styles) .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .float-xxl-left {
        float: left !important
    }

    :where(.amp-styles) .float-xxl-right {
        float: right !important
    }

    :where(.amp-styles) .float-xxl-none {
        float: none !important
    }
}

:where(.amp-styles) .user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

:where(.amp-styles) .user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

:where(.amp-styles) .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

:where(.amp-styles) .overflow-auto {
    overflow: auto !important
}

:where(.amp-styles) .overflow-hidden {
    overflow: hidden !important
}

:where(.amp-styles) .position-static {
    position: static !important
}

:where(.amp-styles) .position-relative {
    position: relative !important
}

:where(.amp-styles) .position-absolute {
    position: absolute !important
}

:where(.amp-styles) .position-fixed {
    position: fixed !important
}

:where(.amp-styles) .position-sticky {
    position: sticky !important
}

:where(.amp-styles) .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030
}

:where(.amp-styles) .fixed-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

@supports (position:sticky) {
    :where(.amp-styles) .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

:where(.amp-styles) .sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap
}

:where(.amp-styles) .sr-only-focusable:active, :where(.amp-styles) .sr-only-focusable:focus {
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
    clip: auto;
    white-space: normal
}

:where(.amp-styles) .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

:where(.amp-styles) .shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

:where(.amp-styles) .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

:where(.amp-styles) .shadow-none {
    box-shadow: none !important
}

:where(.amp-styles) .w-25 {
    width: 25% !important
}

:where(.amp-styles) .w-50 {
    width: 50% !important
}

:where(.amp-styles) .w-75 {
    width: 75% !important
}

:where(.amp-styles) .w-100 {
    width: 100% !important
}

:where(.amp-styles) .w-auto {
    width: auto !important
}

:where(.amp-styles) .h-25 {
    height: 25% !important
}

:where(.amp-styles) .h-50 {
    height: 50% !important
}

:where(.amp-styles) .h-75 {
    height: 75% !important
}

:where(.amp-styles) .h-100 {
    height: 100% !important
}

:where(.amp-styles) .h-auto {
    height: auto !important
}

:where(.amp-styles) .mw-100 {
    max-width: 100% !important
}

:where(.amp-styles) .mh-100 {
    max-height: 100% !important
}

:where(.amp-styles) .min-vw-100 {
    min-width: 100vw !important
}

:where(.amp-styles) .min-vh-100 {
    min-height: 100vh !important
}

:where(.amp-styles) .vw-100 {
    width: 100vw !important
}

:where(.amp-styles) .vh-100 {
    height: 100vh !important
}

:where(.amp-styles) .m-0 {
    margin: 0 !important
}

:where(.amp-styles) .mt-0, :where(.amp-styles) .my-0 {
    margin-top: 0 !important
}

:where(.amp-styles) .mr-0, :where(.amp-styles) .mx-0 {
    margin-right: 0 !important
}

:where(.amp-styles) .mb-0, :where(.amp-styles) .my-0 {
    margin-bottom: 0 !important
}

:where(.amp-styles) .ml-0, :where(.amp-styles) .mx-0 {
    margin-left: 0 !important
}

:where(.amp-styles) .m-1 {
    margin: .25rem !important
}

:where(.amp-styles) .mt-1, :where(.amp-styles) .my-1 {
    margin-top: .25rem !important
}

:where(.amp-styles) .mr-1, :where(.amp-styles) .mx-1 {
    margin-right: .25rem !important
}

:where(.amp-styles) .mb-1, :where(.amp-styles) .my-1 {
    margin-bottom: .25rem !important
}

:where(.amp-styles) .ml-1, :where(.amp-styles) .mx-1 {
    margin-left: .25rem !important
}

:where(.amp-styles) .m-2 {
    margin: .5rem !important
}

:where(.amp-styles) .mt-2, :where(.amp-styles) .my-2 {
    margin-top: .5rem !important
}

:where(.amp-styles) .mr-2, :where(.amp-styles) .mx-2 {
    margin-right: .5rem !important
}

:where(.amp-styles) .mb-2, :where(.amp-styles) .my-2 {
    margin-bottom: .5rem !important
}

:where(.amp-styles) .ml-2, :where(.amp-styles) .mx-2 {
    margin-left: .5rem !important
}

:where(.amp-styles) .m-3 {
    margin: 1rem !important
}

:where(.amp-styles) .mt-3, :where(.amp-styles) .my-3 {
    margin-top: 1rem !important
}

:where(.amp-styles) .mr-3, :where(.amp-styles) .mx-3 {
    margin-right: 1rem !important
}

:where(.amp-styles) .mb-3, :where(.amp-styles) .my-3 {
    margin-bottom: 1rem !important
}

:where(.amp-styles) .ml-3, :where(.amp-styles) .mx-3 {
    margin-left: 1rem !important
}

:where(.amp-styles) .m-4 {
    margin: 1.5rem !important
}

:where(.amp-styles) .mt-4, :where(.amp-styles) .my-4 {
    margin-top: 1.5rem !important
}

:where(.amp-styles) .mr-4, :where(.amp-styles) .mx-4 {
    margin-right: 1.5rem !important
}

:where(.amp-styles) .mb-4, :where(.amp-styles) .my-4 {
    margin-bottom: 1.5rem !important
}

:where(.amp-styles) .ml-4, :where(.amp-styles) .mx-4 {
    margin-left: 1.5rem !important
}

:where(.amp-styles) .m-5 {
    margin: 3rem !important
}

:where(.amp-styles) .mt-5, :where(.amp-styles) .my-5 {
    margin-top: 3rem !important
}

:where(.amp-styles) .mr-5, :where(.amp-styles) .mx-5 {
    margin-right: 3rem !important
}

:where(.amp-styles) .mb-5, :where(.amp-styles) .my-5 {
    margin-bottom: 3rem !important
}

:where(.amp-styles) .ml-5, :where(.amp-styles) .mx-5 {
    margin-left: 3rem !important
}

:where(.amp-styles) .p-0 {
    padding: 0 !important
}

:where(.amp-styles) .pt-0, :where(.amp-styles) .py-0 {
    padding-top: 0 !important
}

:where(.amp-styles) .pr-0, :where(.amp-styles) .px-0 {
    padding-right: 0 !important
}

:where(.amp-styles) .pb-0, :where(.amp-styles) .py-0 {
    padding-bottom: 0 !important
}

:where(.amp-styles) .pl-0, :where(.amp-styles) .px-0 {
    padding-left: 0 !important
}

:where(.amp-styles) .p-1 {
    padding: .25rem !important
}

:where(.amp-styles) .pt-1, :where(.amp-styles) .py-1 {
    padding-top: .25rem !important
}

:where(.amp-styles) .pr-1, :where(.amp-styles) .px-1 {
    padding-right: .25rem !important
}

:where(.amp-styles) .pb-1, :where(.amp-styles) .py-1 {
    padding-bottom: .25rem !important
}

:where(.amp-styles) .pl-1, :where(.amp-styles) .px-1 {
    padding-left: .25rem !important
}

:where(.amp-styles) .p-2 {
    padding: .5rem !important
}

:where(.amp-styles) .pt-2, :where(.amp-styles) .py-2 {
    padding-top: .5rem !important
}

:where(.amp-styles) .pr-2, :where(.amp-styles) .px-2 {
    padding-right: .5rem !important
}

:where(.amp-styles) .pb-2, :where(.amp-styles) .py-2 {
    padding-bottom: .5rem !important
}

:where(.amp-styles) .pl-2, :where(.amp-styles) .px-2 {
    padding-left: .5rem !important
}

:where(.amp-styles) .p-3 {
    padding: 1rem !important
}

:where(.amp-styles) .pt-3, :where(.amp-styles) .py-3 {
    padding-top: 1rem !important
}

:where(.amp-styles) .pr-3, :where(.amp-styles) .px-3 {
    padding-right: 1rem !important
}

:where(.amp-styles) .pb-3, :where(.amp-styles) .py-3 {
    padding-bottom: 1rem !important
}

:where(.amp-styles) .pl-3, :where(.amp-styles) .px-3 {
    padding-left: 1rem !important
}

:where(.amp-styles) .p-4 {
    padding: 1.5rem !important
}

:where(.amp-styles) .pt-4, :where(.amp-styles) .py-4 {
    padding-top: 1.5rem !important
}

:where(.amp-styles) .pr-4, :where(.amp-styles) .px-4 {
    padding-right: 1.5rem !important
}

:where(.amp-styles) .pb-4, :where(.amp-styles) .py-4 {
    padding-bottom: 1.5rem !important
}

:where(.amp-styles) .pl-4, :where(.amp-styles) .px-4 {
    padding-left: 1.5rem !important
}

:where(.amp-styles) .p-5 {
    padding: 3rem !important
}

:where(.amp-styles) .pt-5, :where(.amp-styles) .py-5 {
    padding-top: 3rem !important
}

:where(.amp-styles) .pr-5, :where(.amp-styles) .px-5 {
    padding-right: 3rem !important
}

:where(.amp-styles) .pb-5, :where(.amp-styles) .py-5 {
    padding-bottom: 3rem !important
}

:where(.amp-styles) .pl-5, :where(.amp-styles) .px-5 {
    padding-left: 3rem !important
}

:where(.amp-styles) .m-n1 {
    margin: -.25rem !important
}

:where(.amp-styles) .mt-n1, :where(.amp-styles) .my-n1 {
    margin-top: -.25rem !important
}

:where(.amp-styles) .mr-n1, :where(.amp-styles) .mx-n1 {
    margin-right: -.25rem !important
}

:where(.amp-styles) .mb-n1, :where(.amp-styles) .my-n1 {
    margin-bottom: -.25rem !important
}

:where(.amp-styles) .ml-n1, :where(.amp-styles) .mx-n1 {
    margin-left: -.25rem !important
}

:where(.amp-styles) .m-n2 {
    margin: -.5rem !important
}

:where(.amp-styles) .mt-n2, :where(.amp-styles) .my-n2 {
    margin-top: -.5rem !important
}

:where(.amp-styles) .mr-n2, :where(.amp-styles) .mx-n2 {
    margin-right: -.5rem !important
}

:where(.amp-styles) .mb-n2, :where(.amp-styles) .my-n2 {
    margin-bottom: -.5rem !important
}

:where(.amp-styles) .ml-n2, :where(.amp-styles) .mx-n2 {
    margin-left: -.5rem !important
}

:where(.amp-styles) .m-n3 {
    margin: -1rem !important
}

:where(.amp-styles) .mt-n3, :where(.amp-styles) .my-n3 {
    margin-top: -1rem !important
}

:where(.amp-styles) .mr-n3, :where(.amp-styles) .mx-n3 {
    margin-right: -1rem !important
}

:where(.amp-styles) .mb-n3, :where(.amp-styles) .my-n3 {
    margin-bottom: -1rem !important
}

:where(.amp-styles) .ml-n3, :where(.amp-styles) .mx-n3 {
    margin-left: -1rem !important
}

:where(.amp-styles) .m-n4 {
    margin: -1.5rem !important
}

:where(.amp-styles) .mt-n4, :where(.amp-styles) .my-n4 {
    margin-top: -1.5rem !important
}

:where(.amp-styles) .mr-n4, :where(.amp-styles) .mx-n4 {
    margin-right: -1.5rem !important
}

:where(.amp-styles) .mb-n4, :where(.amp-styles) .my-n4 {
    margin-bottom: -1.5rem !important
}

:where(.amp-styles) .ml-n4, :where(.amp-styles) .mx-n4 {
    margin-left: -1.5rem !important
}

:where(.amp-styles) .m-n5 {
    margin: -3rem !important
}

:where(.amp-styles) .mt-n5, :where(.amp-styles) .my-n5 {
    margin-top: -3rem !important
}

:where(.amp-styles) .mr-n5, :where(.amp-styles) .mx-n5 {
    margin-right: -3rem !important
}

:where(.amp-styles) .mb-n5, :where(.amp-styles) .my-n5 {
    margin-bottom: -3rem !important
}

:where(.amp-styles) .ml-n5, :where(.amp-styles) .mx-n5 {
    margin-left: -3rem !important
}

:where(.amp-styles) .m-auto {
    margin: auto !important
}

:where(.amp-styles) .mt-auto, :where(.amp-styles) .my-auto {
    margin-top: auto !important
}

:where(.amp-styles) .mr-auto, :where(.amp-styles) .mx-auto {
    margin-right: auto !important
}

:where(.amp-styles) .mb-auto, :where(.amp-styles) .my-auto {
    margin-bottom: auto !important
}

:where(.amp-styles) .ml-auto, :where(.amp-styles) .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    :where(.amp-styles) .m-sm-0 {
        margin: 0 !important
    }

    :where(.amp-styles) .mt-sm-0, :where(.amp-styles) .my-sm-0 {
        margin-top: 0 !important
    }

    :where(.amp-styles) .mr-sm-0, :where(.amp-styles) .mx-sm-0 {
        margin-right: 0 !important
    }

    :where(.amp-styles) .mb-sm-0, :where(.amp-styles) .my-sm-0 {
        margin-bottom: 0 !important
    }

    :where(.amp-styles) .ml-sm-0, :where(.amp-styles) .mx-sm-0 {
        margin-left: 0 !important
    }

    :where(.amp-styles) .m-sm-1 {
        margin: .25rem !important
    }

    :where(.amp-styles) .mt-sm-1, :where(.amp-styles) .my-sm-1 {
        margin-top: .25rem !important
    }

    :where(.amp-styles) .mr-sm-1, :where(.amp-styles) .mx-sm-1 {
        margin-right: .25rem !important
    }

    :where(.amp-styles) .mb-sm-1, :where(.amp-styles) .my-sm-1 {
        margin-bottom: .25rem !important
    }

    :where(.amp-styles) .ml-sm-1, :where(.amp-styles) .mx-sm-1 {
        margin-left: .25rem !important
    }

    :where(.amp-styles) .m-sm-2 {
        margin: .5rem !important
    }

    :where(.amp-styles) .mt-sm-2, :where(.amp-styles) .my-sm-2 {
        margin-top: .5rem !important
    }

    :where(.amp-styles) .mr-sm-2, :where(.amp-styles) .mx-sm-2 {
        margin-right: .5rem !important
    }

    :where(.amp-styles) .mb-sm-2, :where(.amp-styles) .my-sm-2 {
        margin-bottom: .5rem !important
    }

    :where(.amp-styles) .ml-sm-2, :where(.amp-styles) .mx-sm-2 {
        margin-left: .5rem !important
    }

    :where(.amp-styles) .m-sm-3 {
        margin: 1rem !important
    }

    :where(.amp-styles) .mt-sm-3, :where(.amp-styles) .my-sm-3 {
        margin-top: 1rem !important
    }

    :where(.amp-styles) .mr-sm-3, :where(.amp-styles) .mx-sm-3 {
        margin-right: 1rem !important
    }

    :where(.amp-styles) .mb-sm-3, :where(.amp-styles) .my-sm-3 {
        margin-bottom: 1rem !important
    }

    :where(.amp-styles) .ml-sm-3, :where(.amp-styles) .mx-sm-3 {
        margin-left: 1rem !important
    }

    :where(.amp-styles) .m-sm-4 {
        margin: 1.5rem !important
    }

    :where(.amp-styles) .mt-sm-4, :where(.amp-styles) .my-sm-4 {
        margin-top: 1.5rem !important
    }

    :where(.amp-styles) .mr-sm-4, :where(.amp-styles) .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    :where(.amp-styles) .mb-sm-4, :where(.amp-styles) .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    :where(.amp-styles) .ml-sm-4, :where(.amp-styles) .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    :where(.amp-styles) .m-sm-5 {
        margin: 3rem !important
    }

    :where(.amp-styles) .mt-sm-5, :where(.amp-styles) .my-sm-5 {
        margin-top: 3rem !important
    }

    :where(.amp-styles) .mr-sm-5, :where(.amp-styles) .mx-sm-5 {
        margin-right: 3rem !important
    }

    :where(.amp-styles) .mb-sm-5, :where(.amp-styles) .my-sm-5 {
        margin-bottom: 3rem !important
    }

    :where(.amp-styles) .ml-sm-5, :where(.amp-styles) .mx-sm-5 {
        margin-left: 3rem !important
    }

    :where(.amp-styles) .p-sm-0 {
        padding: 0 !important
    }

    :where(.amp-styles) .pt-sm-0, :where(.amp-styles) .py-sm-0 {
        padding-top: 0 !important
    }

    :where(.amp-styles) .pr-sm-0, :where(.amp-styles) .px-sm-0 {
        padding-right: 0 !important
    }

    :where(.amp-styles) .pb-sm-0, :where(.amp-styles) .py-sm-0 {
        padding-bottom: 0 !important
    }

    :where(.amp-styles) .pl-sm-0, :where(.amp-styles) .px-sm-0 {
        padding-left: 0 !important
    }

    :where(.amp-styles) .p-sm-1 {
        padding: .25rem !important
    }

    :where(.amp-styles) .pt-sm-1, :where(.amp-styles) .py-sm-1 {
        padding-top: .25rem !important
    }

    :where(.amp-styles) .pr-sm-1, :where(.amp-styles) .px-sm-1 {
        padding-right: .25rem !important
    }

    :where(.amp-styles) .pb-sm-1, :where(.amp-styles) .py-sm-1 {
        padding-bottom: .25rem !important
    }

    :where(.amp-styles) .pl-sm-1, :where(.amp-styles) .px-sm-1 {
        padding-left: .25rem !important
    }

    :where(.amp-styles) .p-sm-2 {
        padding: .5rem !important
    }

    :where(.amp-styles) .pt-sm-2, :where(.amp-styles) .py-sm-2 {
        padding-top: .5rem !important
    }

    :where(.amp-styles) .pr-sm-2, :where(.amp-styles) .px-sm-2 {
        padding-right: .5rem !important
    }

    :where(.amp-styles) .pb-sm-2, :where(.amp-styles) .py-sm-2 {
        padding-bottom: .5rem !important
    }

    :where(.amp-styles) .pl-sm-2, :where(.amp-styles) .px-sm-2 {
        padding-left: .5rem !important
    }

    :where(.amp-styles) .p-sm-3 {
        padding: 1rem !important
    }

    :where(.amp-styles) .pt-sm-3, :where(.amp-styles) .py-sm-3 {
        padding-top: 1rem !important
    }

    :where(.amp-styles) .pr-sm-3, :where(.amp-styles) .px-sm-3 {
        padding-right: 1rem !important
    }

    :where(.amp-styles) .pb-sm-3, :where(.amp-styles) .py-sm-3 {
        padding-bottom: 1rem !important
    }

    :where(.amp-styles) .pl-sm-3, :where(.amp-styles) .px-sm-3 {
        padding-left: 1rem !important
    }

    :where(.amp-styles) .p-sm-4 {
        padding: 1.5rem !important
    }

    :where(.amp-styles) .pt-sm-4, :where(.amp-styles) .py-sm-4 {
        padding-top: 1.5rem !important
    }

    :where(.amp-styles) .pr-sm-4, :where(.amp-styles) .px-sm-4 {
        padding-right: 1.5rem !important
    }

    :where(.amp-styles) .pb-sm-4, :where(.amp-styles) .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    :where(.amp-styles) .pl-sm-4, :where(.amp-styles) .px-sm-4 {
        padding-left: 1.5rem !important
    }

    :where(.amp-styles) .p-sm-5 {
        padding: 3rem !important
    }

    :where(.amp-styles) .pt-sm-5, :where(.amp-styles) .py-sm-5 {
        padding-top: 3rem !important
    }

    :where(.amp-styles) .pr-sm-5, :where(.amp-styles) .px-sm-5 {
        padding-right: 3rem !important
    }

    :where(.amp-styles) .pb-sm-5, :where(.amp-styles) .py-sm-5 {
        padding-bottom: 3rem !important
    }

    :where(.amp-styles) .pl-sm-5, :where(.amp-styles) .px-sm-5 {
        padding-left: 3rem !important
    }

    :where(.amp-styles) .m-sm-n1 {
        margin: -.25rem !important
    }

    :where(.amp-styles) .mt-sm-n1, :where(.amp-styles) .my-sm-n1 {
        margin-top: -.25rem !important
    }

    :where(.amp-styles) .mr-sm-n1, :where(.amp-styles) .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    :where(.amp-styles) .mb-sm-n1, :where(.amp-styles) .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    :where(.amp-styles) .ml-sm-n1, :where(.amp-styles) .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    :where(.amp-styles) .m-sm-n2 {
        margin: -.5rem !important
    }

    :where(.amp-styles) .mt-sm-n2, :where(.amp-styles) .my-sm-n2 {
        margin-top: -.5rem !important
    }

    :where(.amp-styles) .mr-sm-n2, :where(.amp-styles) .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    :where(.amp-styles) .mb-sm-n2, :where(.amp-styles) .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    :where(.amp-styles) .ml-sm-n2, :where(.amp-styles) .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    :where(.amp-styles) .m-sm-n3 {
        margin: -1rem !important
    }

    :where(.amp-styles) .mt-sm-n3, :where(.amp-styles) .my-sm-n3 {
        margin-top: -1rem !important
    }

    :where(.amp-styles) .mr-sm-n3, :where(.amp-styles) .mx-sm-n3 {
        margin-right: -1rem !important
    }

    :where(.amp-styles) .mb-sm-n3, :where(.amp-styles) .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    :where(.amp-styles) .ml-sm-n3, :where(.amp-styles) .mx-sm-n3 {
        margin-left: -1rem !important
    }

    :where(.amp-styles) .m-sm-n4 {
        margin: -1.5rem !important
    }

    :where(.amp-styles) .mt-sm-n4, :where(.amp-styles) .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    :where(.amp-styles) .mr-sm-n4, :where(.amp-styles) .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    :where(.amp-styles) .mb-sm-n4, :where(.amp-styles) .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    :where(.amp-styles) .ml-sm-n4, :where(.amp-styles) .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    :where(.amp-styles) .m-sm-n5 {
        margin: -3rem !important
    }

    :where(.amp-styles) .mt-sm-n5, :where(.amp-styles) .my-sm-n5 {
        margin-top: -3rem !important
    }

    :where(.amp-styles) .mr-sm-n5, :where(.amp-styles) .mx-sm-n5 {
        margin-right: -3rem !important
    }

    :where(.amp-styles) .mb-sm-n5, :where(.amp-styles) .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    :where(.amp-styles) .ml-sm-n5, :where(.amp-styles) .mx-sm-n5 {
        margin-left: -3rem !important
    }

    :where(.amp-styles) .m-sm-auto {
        margin: auto !important
    }

    :where(.amp-styles) .mt-sm-auto, :where(.amp-styles) .my-sm-auto {
        margin-top: auto !important
    }

    :where(.amp-styles) .mr-sm-auto, :where(.amp-styles) .mx-sm-auto {
        margin-right: auto !important
    }

    :where(.amp-styles) .mb-sm-auto, :where(.amp-styles) .my-sm-auto {
        margin-bottom: auto !important
    }

    :where(.amp-styles) .ml-sm-auto, :where(.amp-styles) .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .m-md-0 {
        margin: 0 !important
    }

    :where(.amp-styles) .mt-md-0, :where(.amp-styles) .my-md-0 {
        margin-top: 0 !important
    }

    :where(.amp-styles) .mr-md-0, :where(.amp-styles) .mx-md-0 {
        margin-right: 0 !important
    }

    :where(.amp-styles) .mb-md-0, :where(.amp-styles) .my-md-0 {
        margin-bottom: 0 !important
    }

    :where(.amp-styles) .ml-md-0, :where(.amp-styles) .mx-md-0 {
        margin-left: 0 !important
    }

    :where(.amp-styles) .m-md-1 {
        margin: .25rem !important
    }

    :where(.amp-styles) .mt-md-1, :where(.amp-styles) .my-md-1 {
        margin-top: .25rem !important
    }

    :where(.amp-styles) .mr-md-1, :where(.amp-styles) .mx-md-1 {
        margin-right: .25rem !important
    }

    :where(.amp-styles) .mb-md-1, :where(.amp-styles) .my-md-1 {
        margin-bottom: .25rem !important
    }

    :where(.amp-styles) .ml-md-1, :where(.amp-styles) .mx-md-1 {
        margin-left: .25rem !important
    }

    :where(.amp-styles) .m-md-2 {
        margin: .5rem !important
    }

    :where(.amp-styles) .mt-md-2, :where(.amp-styles) .my-md-2 {
        margin-top: .5rem !important
    }

    :where(.amp-styles) .mr-md-2, :where(.amp-styles) .mx-md-2 {
        margin-right: .5rem !important
    }

    :where(.amp-styles) .mb-md-2, :where(.amp-styles) .my-md-2 {
        margin-bottom: .5rem !important
    }

    :where(.amp-styles) .ml-md-2, :where(.amp-styles) .mx-md-2 {
        margin-left: .5rem !important
    }

    :where(.amp-styles) .m-md-3 {
        margin: 1rem !important
    }

    :where(.amp-styles) .mt-md-3, :where(.amp-styles) .my-md-3 {
        margin-top: 1rem !important
    }

    :where(.amp-styles) .mr-md-3, :where(.amp-styles) .mx-md-3 {
        margin-right: 1rem !important
    }

    :where(.amp-styles) .mb-md-3, :where(.amp-styles) .my-md-3 {
        margin-bottom: 1rem !important
    }

    :where(.amp-styles) .ml-md-3, :where(.amp-styles) .mx-md-3 {
        margin-left: 1rem !important
    }

    :where(.amp-styles) .m-md-4 {
        margin: 1.5rem !important
    }

    :where(.amp-styles) .mt-md-4, :where(.amp-styles) .my-md-4 {
        margin-top: 1.5rem !important
    }

    :where(.amp-styles) .mr-md-4, :where(.amp-styles) .mx-md-4 {
        margin-right: 1.5rem !important
    }

    :where(.amp-styles) .mb-md-4, :where(.amp-styles) .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    :where(.amp-styles) .ml-md-4, :where(.amp-styles) .mx-md-4 {
        margin-left: 1.5rem !important
    }

    :where(.amp-styles) .m-md-5 {
        margin: 3rem !important
    }

    :where(.amp-styles) .mt-md-5, :where(.amp-styles) .my-md-5 {
        margin-top: 3rem !important
    }

    :where(.amp-styles) .mr-md-5, :where(.amp-styles) .mx-md-5 {
        margin-right: 3rem !important
    }

    :where(.amp-styles) .mb-md-5, :where(.amp-styles) .my-md-5 {
        margin-bottom: 3rem !important
    }

    :where(.amp-styles) .ml-md-5, :where(.amp-styles) .mx-md-5 {
        margin-left: 3rem !important
    }

    :where(.amp-styles) .p-md-0 {
        padding: 0 !important
    }

    :where(.amp-styles) .pt-md-0, :where(.amp-styles) .py-md-0 {
        padding-top: 0 !important
    }

    :where(.amp-styles) .pr-md-0, :where(.amp-styles) .px-md-0 {
        padding-right: 0 !important
    }

    :where(.amp-styles) .pb-md-0, :where(.amp-styles) .py-md-0 {
        padding-bottom: 0 !important
    }

    :where(.amp-styles) .pl-md-0, :where(.amp-styles) .px-md-0 {
        padding-left: 0 !important
    }

    :where(.amp-styles) .p-md-1 {
        padding: .25rem !important
    }

    :where(.amp-styles) .pt-md-1, :where(.amp-styles) .py-md-1 {
        padding-top: .25rem !important
    }

    :where(.amp-styles) .pr-md-1, :where(.amp-styles) .px-md-1 {
        padding-right: .25rem !important
    }

    :where(.amp-styles) .pb-md-1, :where(.amp-styles) .py-md-1 {
        padding-bottom: .25rem !important
    }

    :where(.amp-styles) .pl-md-1, :where(.amp-styles) .px-md-1 {
        padding-left: .25rem !important
    }

    :where(.amp-styles) .p-md-2 {
        padding: .5rem !important
    }

    :where(.amp-styles) .pt-md-2, :where(.amp-styles) .py-md-2 {
        padding-top: .5rem !important
    }

    :where(.amp-styles) .pr-md-2, :where(.amp-styles) .px-md-2 {
        padding-right: .5rem !important
    }

    :where(.amp-styles) .pb-md-2, :where(.amp-styles) .py-md-2 {
        padding-bottom: .5rem !important
    }

    :where(.amp-styles) .pl-md-2, :where(.amp-styles) .px-md-2 {
        padding-left: .5rem !important
    }

    :where(.amp-styles) .p-md-3 {
        padding: 1rem !important
    }

    :where(.amp-styles) .pt-md-3, :where(.amp-styles) .py-md-3 {
        padding-top: 1rem !important
    }

    :where(.amp-styles) .pr-md-3, :where(.amp-styles) .px-md-3 {
        padding-right: 1rem !important
    }

    :where(.amp-styles) .pb-md-3, :where(.amp-styles) .py-md-3 {
        padding-bottom: 1rem !important
    }

    :where(.amp-styles) .pl-md-3, :where(.amp-styles) .px-md-3 {
        padding-left: 1rem !important
    }

    :where(.amp-styles) .p-md-4 {
        padding: 1.5rem !important
    }

    :where(.amp-styles) .pt-md-4, :where(.amp-styles) .py-md-4 {
        padding-top: 1.5rem !important
    }

    :where(.amp-styles) .pr-md-4, :where(.amp-styles) .px-md-4 {
        padding-right: 1.5rem !important
    }

    :where(.amp-styles) .pb-md-4, :where(.amp-styles) .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    :where(.amp-styles) .pl-md-4, :where(.amp-styles) .px-md-4 {
        padding-left: 1.5rem !important
    }

    :where(.amp-styles) .p-md-5 {
        padding: 3rem !important
    }

    :where(.amp-styles) .pt-md-5, :where(.amp-styles) .py-md-5 {
        padding-top: 3rem !important
    }

    :where(.amp-styles) .pr-md-5, :where(.amp-styles) .px-md-5 {
        padding-right: 3rem !important
    }

    :where(.amp-styles) .pb-md-5, :where(.amp-styles) .py-md-5 {
        padding-bottom: 3rem !important
    }

    :where(.amp-styles) .pl-md-5, :where(.amp-styles) .px-md-5 {
        padding-left: 3rem !important
    }

    :where(.amp-styles) .m-md-n1 {
        margin: -.25rem !important
    }

    :where(.amp-styles) .mt-md-n1, :where(.amp-styles) .my-md-n1 {
        margin-top: -.25rem !important
    }

    :where(.amp-styles) .mr-md-n1, :where(.amp-styles) .mx-md-n1 {
        margin-right: -.25rem !important
    }

    :where(.amp-styles) .mb-md-n1, :where(.amp-styles) .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    :where(.amp-styles) .ml-md-n1, :where(.amp-styles) .mx-md-n1 {
        margin-left: -.25rem !important
    }

    :where(.amp-styles) .m-md-n2 {
        margin: -.5rem !important
    }

    :where(.amp-styles) .mt-md-n2, :where(.amp-styles) .my-md-n2 {
        margin-top: -.5rem !important
    }

    :where(.amp-styles) .mr-md-n2, :where(.amp-styles) .mx-md-n2 {
        margin-right: -.5rem !important
    }

    :where(.amp-styles) .mb-md-n2, :where(.amp-styles) .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    :where(.amp-styles) .ml-md-n2, :where(.amp-styles) .mx-md-n2 {
        margin-left: -.5rem !important
    }

    :where(.amp-styles) .m-md-n3 {
        margin: -1rem !important
    }

    :where(.amp-styles) .mt-md-n3, :where(.amp-styles) .my-md-n3 {
        margin-top: -1rem !important
    }

    :where(.amp-styles) .mr-md-n3, :where(.amp-styles) .mx-md-n3 {
        margin-right: -1rem !important
    }

    :where(.amp-styles) .mb-md-n3, :where(.amp-styles) .my-md-n3 {
        margin-bottom: -1rem !important
    }

    :where(.amp-styles) .ml-md-n3, :where(.amp-styles) .mx-md-n3 {
        margin-left: -1rem !important
    }

    :where(.amp-styles) .m-md-n4 {
        margin: -1.5rem !important
    }

    :where(.amp-styles) .mt-md-n4, :where(.amp-styles) .my-md-n4 {
        margin-top: -1.5rem !important
    }

    :where(.amp-styles) .mr-md-n4, :where(.amp-styles) .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    :where(.amp-styles) .mb-md-n4, :where(.amp-styles) .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    :where(.amp-styles) .ml-md-n4, :where(.amp-styles) .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    :where(.amp-styles) .m-md-n5 {
        margin: -3rem !important
    }

    :where(.amp-styles) .mt-md-n5, :where(.amp-styles) .my-md-n5 {
        margin-top: -3rem !important
    }

    :where(.amp-styles) .mr-md-n5, :where(.amp-styles) .mx-md-n5 {
        margin-right: -3rem !important
    }

    :where(.amp-styles) .mb-md-n5, :where(.amp-styles) .my-md-n5 {
        margin-bottom: -3rem !important
    }

    :where(.amp-styles) .ml-md-n5, :where(.amp-styles) .mx-md-n5 {
        margin-left: -3rem !important
    }

    :where(.amp-styles) .m-md-auto {
        margin: auto !important
    }

    :where(.amp-styles) .mt-md-auto, :where(.amp-styles) .my-md-auto {
        margin-top: auto !important
    }

    :where(.amp-styles) .mr-md-auto, :where(.amp-styles) .mx-md-auto {
        margin-right: auto !important
    }

    :where(.amp-styles) .mb-md-auto, :where(.amp-styles) .my-md-auto {
        margin-bottom: auto !important
    }

    :where(.amp-styles) .ml-md-auto, :where(.amp-styles) .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .m-lg-0 {
        margin: 0 !important
    }

    :where(.amp-styles) .mt-lg-0, :where(.amp-styles) .my-lg-0 {
        margin-top: 0 !important
    }

    :where(.amp-styles) .mr-lg-0, :where(.amp-styles) .mx-lg-0 {
        margin-right: 0 !important
    }

    :where(.amp-styles) .mb-lg-0, :where(.amp-styles) .my-lg-0 {
        margin-bottom: 0 !important
    }

    :where(.amp-styles) .ml-lg-0, :where(.amp-styles) .mx-lg-0 {
        margin-left: 0 !important
    }

    :where(.amp-styles) .m-lg-1 {
        margin: .25rem !important
    }

    :where(.amp-styles) .mt-lg-1, :where(.amp-styles) .my-lg-1 {
        margin-top: .25rem !important
    }

    :where(.amp-styles) .mr-lg-1, :where(.amp-styles) .mx-lg-1 {
        margin-right: .25rem !important
    }

    :where(.amp-styles) .mb-lg-1, :where(.amp-styles) .my-lg-1 {
        margin-bottom: .25rem !important
    }

    :where(.amp-styles) .ml-lg-1, :where(.amp-styles) .mx-lg-1 {
        margin-left: .25rem !important
    }

    :where(.amp-styles) .m-lg-2 {
        margin: .5rem !important
    }

    :where(.amp-styles) .mt-lg-2, :where(.amp-styles) .my-lg-2 {
        margin-top: .5rem !important
    }

    :where(.amp-styles) .mr-lg-2, :where(.amp-styles) .mx-lg-2 {
        margin-right: .5rem !important
    }

    :where(.amp-styles) .mb-lg-2, :where(.amp-styles) .my-lg-2 {
        margin-bottom: .5rem !important
    }

    :where(.amp-styles) .ml-lg-2, :where(.amp-styles) .mx-lg-2 {
        margin-left: .5rem !important
    }

    :where(.amp-styles) .m-lg-3 {
        margin: 1rem !important
    }

    :where(.amp-styles) .mt-lg-3, :where(.amp-styles) .my-lg-3 {
        margin-top: 1rem !important
    }

    :where(.amp-styles) .mr-lg-3, :where(.amp-styles) .mx-lg-3 {
        margin-right: 1rem !important
    }

    :where(.amp-styles) .mb-lg-3, :where(.amp-styles) .my-lg-3 {
        margin-bottom: 1rem !important
    }

    :where(.amp-styles) .ml-lg-3, :where(.amp-styles) .mx-lg-3 {
        margin-left: 1rem !important
    }

    :where(.amp-styles) .m-lg-4 {
        margin: 1.5rem !important
    }

    :where(.amp-styles) .mt-lg-4, :where(.amp-styles) .my-lg-4 {
        margin-top: 1.5rem !important
    }

    :where(.amp-styles) .mr-lg-4, :where(.amp-styles) .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    :where(.amp-styles) .mb-lg-4, :where(.amp-styles) .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    :where(.amp-styles) .ml-lg-4, :where(.amp-styles) .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    :where(.amp-styles) .m-lg-5 {
        margin: 3rem !important
    }

    :where(.amp-styles) .mt-lg-5, :where(.amp-styles) .my-lg-5 {
        margin-top: 3rem !important
    }

    :where(.amp-styles) .mr-lg-5, :where(.amp-styles) .mx-lg-5 {
        margin-right: 3rem !important
    }

    :where(.amp-styles) .mb-lg-5, :where(.amp-styles) .my-lg-5 {
        margin-bottom: 3rem !important
    }

    :where(.amp-styles) .ml-lg-5, :where(.amp-styles) .mx-lg-5 {
        margin-left: 3rem !important
    }

    :where(.amp-styles) .p-lg-0 {
        padding: 0 !important
    }

    :where(.amp-styles) .pt-lg-0, :where(.amp-styles) .py-lg-0 {
        padding-top: 0 !important
    }

    :where(.amp-styles) .pr-lg-0, :where(.amp-styles) .px-lg-0 {
        padding-right: 0 !important
    }

    :where(.amp-styles) .pb-lg-0, :where(.amp-styles) .py-lg-0 {
        padding-bottom: 0 !important
    }

    :where(.amp-styles) .pl-lg-0, :where(.amp-styles) .px-lg-0 {
        padding-left: 0 !important
    }

    :where(.amp-styles) .p-lg-1 {
        padding: .25rem !important
    }

    :where(.amp-styles) .pt-lg-1, :where(.amp-styles) .py-lg-1 {
        padding-top: .25rem !important
    }

    :where(.amp-styles) .pr-lg-1, :where(.amp-styles) .px-lg-1 {
        padding-right: .25rem !important
    }

    :where(.amp-styles) .pb-lg-1, :where(.amp-styles) .py-lg-1 {
        padding-bottom: .25rem !important
    }

    :where(.amp-styles) .pl-lg-1, :where(.amp-styles) .px-lg-1 {
        padding-left: .25rem !important
    }

    :where(.amp-styles) .p-lg-2 {
        padding: .5rem !important
    }

    :where(.amp-styles) .pt-lg-2, :where(.amp-styles) .py-lg-2 {
        padding-top: .5rem !important
    }

    :where(.amp-styles) .pr-lg-2, :where(.amp-styles) .px-lg-2 {
        padding-right: .5rem !important
    }

    :where(.amp-styles) .pb-lg-2, :where(.amp-styles) .py-lg-2 {
        padding-bottom: .5rem !important
    }

    :where(.amp-styles) .pl-lg-2, :where(.amp-styles) .px-lg-2 {
        padding-left: .5rem !important
    }

    :where(.amp-styles) .p-lg-3 {
        padding: 1rem !important
    }

    :where(.amp-styles) .pt-lg-3, :where(.amp-styles) .py-lg-3 {
        padding-top: 1rem !important
    }

    :where(.amp-styles) .pr-lg-3, :where(.amp-styles) .px-lg-3 {
        padding-right: 1rem !important
    }

    :where(.amp-styles) .pb-lg-3, :where(.amp-styles) .py-lg-3 {
        padding-bottom: 1rem !important
    }

    :where(.amp-styles) .pl-lg-3, :where(.amp-styles) .px-lg-3 {
        padding-left: 1rem !important
    }

    :where(.amp-styles) .p-lg-4 {
        padding: 1.5rem !important
    }

    :where(.amp-styles) .pt-lg-4, :where(.amp-styles) .py-lg-4 {
        padding-top: 1.5rem !important
    }

    :where(.amp-styles) .pr-lg-4, :where(.amp-styles) .px-lg-4 {
        padding-right: 1.5rem !important
    }

    :where(.amp-styles) .pb-lg-4, :where(.amp-styles) .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    :where(.amp-styles) .pl-lg-4, :where(.amp-styles) .px-lg-4 {
        padding-left: 1.5rem !important
    }

    :where(.amp-styles) .p-lg-5 {
        padding: 3rem !important
    }

    :where(.amp-styles) .pt-lg-5, :where(.amp-styles) .py-lg-5 {
        padding-top: 3rem !important
    }

    :where(.amp-styles) .pr-lg-5, :where(.amp-styles) .px-lg-5 {
        padding-right: 3rem !important
    }

    :where(.amp-styles) .pb-lg-5, :where(.amp-styles) .py-lg-5 {
        padding-bottom: 3rem !important
    }

    :where(.amp-styles) .pl-lg-5, :where(.amp-styles) .px-lg-5 {
        padding-left: 3rem !important
    }

    :where(.amp-styles) .m-lg-n1 {
        margin: -.25rem !important
    }

    :where(.amp-styles) .mt-lg-n1, :where(.amp-styles) .my-lg-n1 {
        margin-top: -.25rem !important
    }

    :where(.amp-styles) .mr-lg-n1, :where(.amp-styles) .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    :where(.amp-styles) .mb-lg-n1, :where(.amp-styles) .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    :where(.amp-styles) .ml-lg-n1, :where(.amp-styles) .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    :where(.amp-styles) .m-lg-n2 {
        margin: -.5rem !important
    }

    :where(.amp-styles) .mt-lg-n2, :where(.amp-styles) .my-lg-n2 {
        margin-top: -.5rem !important
    }

    :where(.amp-styles) .mr-lg-n2, :where(.amp-styles) .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    :where(.amp-styles) .mb-lg-n2, :where(.amp-styles) .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    :where(.amp-styles) .ml-lg-n2, :where(.amp-styles) .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    :where(.amp-styles) .m-lg-n3 {
        margin: -1rem !important
    }

    :where(.amp-styles) .mt-lg-n3, :where(.amp-styles) .my-lg-n3 {
        margin-top: -1rem !important
    }

    :where(.amp-styles) .mr-lg-n3, :where(.amp-styles) .mx-lg-n3 {
        margin-right: -1rem !important
    }

    :where(.amp-styles) .mb-lg-n3, :where(.amp-styles) .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    :where(.amp-styles) .ml-lg-n3, :where(.amp-styles) .mx-lg-n3 {
        margin-left: -1rem !important
    }

    :where(.amp-styles) .m-lg-n4 {
        margin: -1.5rem !important
    }

    :where(.amp-styles) .mt-lg-n4, :where(.amp-styles) .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    :where(.amp-styles) .mr-lg-n4, :where(.amp-styles) .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    :where(.amp-styles) .mb-lg-n4, :where(.amp-styles) .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    :where(.amp-styles) .ml-lg-n4, :where(.amp-styles) .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    :where(.amp-styles) .m-lg-n5 {
        margin: -3rem !important
    }

    :where(.amp-styles) .mt-lg-n5, :where(.amp-styles) .my-lg-n5 {
        margin-top: -3rem !important
    }

    :where(.amp-styles) .mr-lg-n5, :where(.amp-styles) .mx-lg-n5 {
        margin-right: -3rem !important
    }

    :where(.amp-styles) .mb-lg-n5, :where(.amp-styles) .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    :where(.amp-styles) .ml-lg-n5, :where(.amp-styles) .mx-lg-n5 {
        margin-left: -3rem !important
    }

    :where(.amp-styles) .m-lg-auto {
        margin: auto !important
    }

    :where(.amp-styles) .mt-lg-auto, :where(.amp-styles) .my-lg-auto {
        margin-top: auto !important
    }

    :where(.amp-styles) .mr-lg-auto, :where(.amp-styles) .mx-lg-auto {
        margin-right: auto !important
    }

    :where(.amp-styles) .mb-lg-auto, :where(.amp-styles) .my-lg-auto {
        margin-bottom: auto !important
    }

    :where(.amp-styles) .ml-lg-auto, :where(.amp-styles) .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .m-xl-0 {
        margin: 0 !important
    }

    :where(.amp-styles) .mt-xl-0, :where(.amp-styles) .my-xl-0 {
        margin-top: 0 !important
    }

    :where(.amp-styles) .mr-xl-0, :where(.amp-styles) .mx-xl-0 {
        margin-right: 0 !important
    }

    :where(.amp-styles) .mb-xl-0, :where(.amp-styles) .my-xl-0 {
        margin-bottom: 0 !important
    }

    :where(.amp-styles) .ml-xl-0, :where(.amp-styles) .mx-xl-0 {
        margin-left: 0 !important
    }

    :where(.amp-styles) .m-xl-1 {
        margin: .25rem !important
    }

    :where(.amp-styles) .mt-xl-1, :where(.amp-styles) .my-xl-1 {
        margin-top: .25rem !important
    }

    :where(.amp-styles) .mr-xl-1, :where(.amp-styles) .mx-xl-1 {
        margin-right: .25rem !important
    }

    :where(.amp-styles) .mb-xl-1, :where(.amp-styles) .my-xl-1 {
        margin-bottom: .25rem !important
    }

    :where(.amp-styles) .ml-xl-1, :where(.amp-styles) .mx-xl-1 {
        margin-left: .25rem !important
    }

    :where(.amp-styles) .m-xl-2 {
        margin: .5rem !important
    }

    :where(.amp-styles) .mt-xl-2, :where(.amp-styles) .my-xl-2 {
        margin-top: .5rem !important
    }

    :where(.amp-styles) .mr-xl-2, :where(.amp-styles) .mx-xl-2 {
        margin-right: .5rem !important
    }

    :where(.amp-styles) .mb-xl-2, :where(.amp-styles) .my-xl-2 {
        margin-bottom: .5rem !important
    }

    :where(.amp-styles) .ml-xl-2, :where(.amp-styles) .mx-xl-2 {
        margin-left: .5rem !important
    }

    :where(.amp-styles) .m-xl-3 {
        margin: 1rem !important
    }

    :where(.amp-styles) .mt-xl-3, :where(.amp-styles) .my-xl-3 {
        margin-top: 1rem !important
    }

    :where(.amp-styles) .mr-xl-3, :where(.amp-styles) .mx-xl-3 {
        margin-right: 1rem !important
    }

    :where(.amp-styles) .mb-xl-3, :where(.amp-styles) .my-xl-3 {
        margin-bottom: 1rem !important
    }

    :where(.amp-styles) .ml-xl-3, :where(.amp-styles) .mx-xl-3 {
        margin-left: 1rem !important
    }

    :where(.amp-styles) .m-xl-4 {
        margin: 1.5rem !important
    }

    :where(.amp-styles) .mt-xl-4, :where(.amp-styles) .my-xl-4 {
        margin-top: 1.5rem !important
    }

    :where(.amp-styles) .mr-xl-4, :where(.amp-styles) .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    :where(.amp-styles) .mb-xl-4, :where(.amp-styles) .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    :where(.amp-styles) .ml-xl-4, :where(.amp-styles) .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    :where(.amp-styles) .m-xl-5 {
        margin: 3rem !important
    }

    :where(.amp-styles) .mt-xl-5, :where(.amp-styles) .my-xl-5 {
        margin-top: 3rem !important
    }

    :where(.amp-styles) .mr-xl-5, :where(.amp-styles) .mx-xl-5 {
        margin-right: 3rem !important
    }

    :where(.amp-styles) .mb-xl-5, :where(.amp-styles) .my-xl-5 {
        margin-bottom: 3rem !important
    }

    :where(.amp-styles) .ml-xl-5, :where(.amp-styles) .mx-xl-5 {
        margin-left: 3rem !important
    }

    :where(.amp-styles) .p-xl-0 {
        padding: 0 !important
    }

    :where(.amp-styles) .pt-xl-0, :where(.amp-styles) .py-xl-0 {
        padding-top: 0 !important
    }

    :where(.amp-styles) .pr-xl-0, :where(.amp-styles) .px-xl-0 {
        padding-right: 0 !important
    }

    :where(.amp-styles) .pb-xl-0, :where(.amp-styles) .py-xl-0 {
        padding-bottom: 0 !important
    }

    :where(.amp-styles) .pl-xl-0, :where(.amp-styles) .px-xl-0 {
        padding-left: 0 !important
    }

    :where(.amp-styles) .p-xl-1 {
        padding: .25rem !important
    }

    :where(.amp-styles) .pt-xl-1, :where(.amp-styles) .py-xl-1 {
        padding-top: .25rem !important
    }

    :where(.amp-styles) .pr-xl-1, :where(.amp-styles) .px-xl-1 {
        padding-right: .25rem !important
    }

    :where(.amp-styles) .pb-xl-1, :where(.amp-styles) .py-xl-1 {
        padding-bottom: .25rem !important
    }

    :where(.amp-styles) .pl-xl-1, :where(.amp-styles) .px-xl-1 {
        padding-left: .25rem !important
    }

    :where(.amp-styles) .p-xl-2 {
        padding: .5rem !important
    }

    :where(.amp-styles) .pt-xl-2, :where(.amp-styles) .py-xl-2 {
        padding-top: .5rem !important
    }

    :where(.amp-styles) .pr-xl-2, :where(.amp-styles) .px-xl-2 {
        padding-right: .5rem !important
    }

    :where(.amp-styles) .pb-xl-2, :where(.amp-styles) .py-xl-2 {
        padding-bottom: .5rem !important
    }

    :where(.amp-styles) .pl-xl-2, :where(.amp-styles) .px-xl-2 {
        padding-left: .5rem !important
    }

    :where(.amp-styles) .p-xl-3 {
        padding: 1rem !important
    }

    :where(.amp-styles) .pt-xl-3, :where(.amp-styles) .py-xl-3 {
        padding-top: 1rem !important
    }

    :where(.amp-styles) .pr-xl-3, :where(.amp-styles) .px-xl-3 {
        padding-right: 1rem !important
    }

    :where(.amp-styles) .pb-xl-3, :where(.amp-styles) .py-xl-3 {
        padding-bottom: 1rem !important
    }

    :where(.amp-styles) .pl-xl-3, :where(.amp-styles) .px-xl-3 {
        padding-left: 1rem !important
    }

    :where(.amp-styles) .p-xl-4 {
        padding: 1.5rem !important
    }

    :where(.amp-styles) .pt-xl-4, :where(.amp-styles) .py-xl-4 {
        padding-top: 1.5rem !important
    }

    :where(.amp-styles) .pr-xl-4, :where(.amp-styles) .px-xl-4 {
        padding-right: 1.5rem !important
    }

    :where(.amp-styles) .pb-xl-4, :where(.amp-styles) .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    :where(.amp-styles) .pl-xl-4, :where(.amp-styles) .px-xl-4 {
        padding-left: 1.5rem !important
    }

    :where(.amp-styles) .p-xl-5 {
        padding: 3rem !important
    }

    :where(.amp-styles) .pt-xl-5, :where(.amp-styles) .py-xl-5 {
        padding-top: 3rem !important
    }

    :where(.amp-styles) .pr-xl-5, :where(.amp-styles) .px-xl-5 {
        padding-right: 3rem !important
    }

    :where(.amp-styles) .pb-xl-5, :where(.amp-styles) .py-xl-5 {
        padding-bottom: 3rem !important
    }

    :where(.amp-styles) .pl-xl-5, :where(.amp-styles) .px-xl-5 {
        padding-left: 3rem !important
    }

    :where(.amp-styles) .m-xl-n1 {
        margin: -.25rem !important
    }

    :where(.amp-styles) .mt-xl-n1, :where(.amp-styles) .my-xl-n1 {
        margin-top: -.25rem !important
    }

    :where(.amp-styles) .mr-xl-n1, :where(.amp-styles) .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    :where(.amp-styles) .mb-xl-n1, :where(.amp-styles) .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    :where(.amp-styles) .ml-xl-n1, :where(.amp-styles) .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    :where(.amp-styles) .m-xl-n2 {
        margin: -.5rem !important
    }

    :where(.amp-styles) .mt-xl-n2, :where(.amp-styles) .my-xl-n2 {
        margin-top: -.5rem !important
    }

    :where(.amp-styles) .mr-xl-n2, :where(.amp-styles) .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    :where(.amp-styles) .mb-xl-n2, :where(.amp-styles) .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    :where(.amp-styles) .ml-xl-n2, :where(.amp-styles) .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    :where(.amp-styles) .m-xl-n3 {
        margin: -1rem !important
    }

    :where(.amp-styles) .mt-xl-n3, :where(.amp-styles) .my-xl-n3 {
        margin-top: -1rem !important
    }

    :where(.amp-styles) .mr-xl-n3, :where(.amp-styles) .mx-xl-n3 {
        margin-right: -1rem !important
    }

    :where(.amp-styles) .mb-xl-n3, :where(.amp-styles) .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    :where(.amp-styles) .ml-xl-n3, :where(.amp-styles) .mx-xl-n3 {
        margin-left: -1rem !important
    }

    :where(.amp-styles) .m-xl-n4 {
        margin: -1.5rem !important
    }

    :where(.amp-styles) .mt-xl-n4, :where(.amp-styles) .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    :where(.amp-styles) .mr-xl-n4, :where(.amp-styles) .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    :where(.amp-styles) .mb-xl-n4, :where(.amp-styles) .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    :where(.amp-styles) .ml-xl-n4, :where(.amp-styles) .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    :where(.amp-styles) .m-xl-n5 {
        margin: -3rem !important
    }

    :where(.amp-styles) .mt-xl-n5, :where(.amp-styles) .my-xl-n5 {
        margin-top: -3rem !important
    }

    :where(.amp-styles) .mr-xl-n5, :where(.amp-styles) .mx-xl-n5 {
        margin-right: -3rem !important
    }

    :where(.amp-styles) .mb-xl-n5, :where(.amp-styles) .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    :where(.amp-styles) .ml-xl-n5, :where(.amp-styles) .mx-xl-n5 {
        margin-left: -3rem !important
    }

    :where(.amp-styles) .m-xl-auto {
        margin: auto !important
    }

    :where(.amp-styles) .mt-xl-auto, :where(.amp-styles) .my-xl-auto {
        margin-top: auto !important
    }

    :where(.amp-styles) .mr-xl-auto, :where(.amp-styles) .mx-xl-auto {
        margin-right: auto !important
    }

    :where(.amp-styles) .mb-xl-auto, :where(.amp-styles) .my-xl-auto {
        margin-bottom: auto !important
    }

    :where(.amp-styles) .ml-xl-auto, :where(.amp-styles) .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .m-xxl-0 {
        margin: 0 !important
    }

    :where(.amp-styles) .mt-xxl-0, :where(.amp-styles) .my-xxl-0 {
        margin-top: 0 !important
    }

    :where(.amp-styles) .mr-xxl-0, :where(.amp-styles) .mx-xxl-0 {
        margin-right: 0 !important
    }

    :where(.amp-styles) .mb-xxl-0, :where(.amp-styles) .my-xxl-0 {
        margin-bottom: 0 !important
    }

    :where(.amp-styles) .ml-xxl-0, :where(.amp-styles) .mx-xxl-0 {
        margin-left: 0 !important
    }

    :where(.amp-styles) .m-xxl-1 {
        margin: .25rem !important
    }

    :where(.amp-styles) .mt-xxl-1, :where(.amp-styles) .my-xxl-1 {
        margin-top: .25rem !important
    }

    :where(.amp-styles) .mr-xxl-1, :where(.amp-styles) .mx-xxl-1 {
        margin-right: .25rem !important
    }

    :where(.amp-styles) .mb-xxl-1, :where(.amp-styles) .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    :where(.amp-styles) .ml-xxl-1, :where(.amp-styles) .mx-xxl-1 {
        margin-left: .25rem !important
    }

    :where(.amp-styles) .m-xxl-2 {
        margin: .5rem !important
    }

    :where(.amp-styles) .mt-xxl-2, :where(.amp-styles) .my-xxl-2 {
        margin-top: .5rem !important
    }

    :where(.amp-styles) .mr-xxl-2, :where(.amp-styles) .mx-xxl-2 {
        margin-right: .5rem !important
    }

    :where(.amp-styles) .mb-xxl-2, :where(.amp-styles) .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    :where(.amp-styles) .ml-xxl-2, :where(.amp-styles) .mx-xxl-2 {
        margin-left: .5rem !important
    }

    :where(.amp-styles) .m-xxl-3 {
        margin: 1rem !important
    }

    :where(.amp-styles) .mt-xxl-3, :where(.amp-styles) .my-xxl-3 {
        margin-top: 1rem !important
    }

    :where(.amp-styles) .mr-xxl-3, :where(.amp-styles) .mx-xxl-3 {
        margin-right: 1rem !important
    }

    :where(.amp-styles) .mb-xxl-3, :where(.amp-styles) .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    :where(.amp-styles) .ml-xxl-3, :where(.amp-styles) .mx-xxl-3 {
        margin-left: 1rem !important
    }

    :where(.amp-styles) .m-xxl-4 {
        margin: 1.5rem !important
    }

    :where(.amp-styles) .mt-xxl-4, :where(.amp-styles) .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    :where(.amp-styles) .mr-xxl-4, :where(.amp-styles) .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    :where(.amp-styles) .mb-xxl-4, :where(.amp-styles) .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    :where(.amp-styles) .ml-xxl-4, :where(.amp-styles) .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    :where(.amp-styles) .m-xxl-5 {
        margin: 3rem !important
    }

    :where(.amp-styles) .mt-xxl-5, :where(.amp-styles) .my-xxl-5 {
        margin-top: 3rem !important
    }

    :where(.amp-styles) .mr-xxl-5, :where(.amp-styles) .mx-xxl-5 {
        margin-right: 3rem !important
    }

    :where(.amp-styles) .mb-xxl-5, :where(.amp-styles) .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    :where(.amp-styles) .ml-xxl-5, :where(.amp-styles) .mx-xxl-5 {
        margin-left: 3rem !important
    }

    :where(.amp-styles) .p-xxl-0 {
        padding: 0 !important
    }

    :where(.amp-styles) .pt-xxl-0, :where(.amp-styles) .py-xxl-0 {
        padding-top: 0 !important
    }

    :where(.amp-styles) .pr-xxl-0, :where(.amp-styles) .px-xxl-0 {
        padding-right: 0 !important
    }

    :where(.amp-styles) .pb-xxl-0, :where(.amp-styles) .py-xxl-0 {
        padding-bottom: 0 !important
    }

    :where(.amp-styles) .pl-xxl-0, :where(.amp-styles) .px-xxl-0 {
        padding-left: 0 !important
    }

    :where(.amp-styles) .p-xxl-1 {
        padding: .25rem !important
    }

    :where(.amp-styles) .pt-xxl-1, :where(.amp-styles) .py-xxl-1 {
        padding-top: .25rem !important
    }

    :where(.amp-styles) .pr-xxl-1, :where(.amp-styles) .px-xxl-1 {
        padding-right: .25rem !important
    }

    :where(.amp-styles) .pb-xxl-1, :where(.amp-styles) .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    :where(.amp-styles) .pl-xxl-1, :where(.amp-styles) .px-xxl-1 {
        padding-left: .25rem !important
    }

    :where(.amp-styles) .p-xxl-2 {
        padding: .5rem !important
    }

    :where(.amp-styles) .pt-xxl-2, :where(.amp-styles) .py-xxl-2 {
        padding-top: .5rem !important
    }

    :where(.amp-styles) .pr-xxl-2, :where(.amp-styles) .px-xxl-2 {
        padding-right: .5rem !important
    }

    :where(.amp-styles) .pb-xxl-2, :where(.amp-styles) .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    :where(.amp-styles) .pl-xxl-2, :where(.amp-styles) .px-xxl-2 {
        padding-left: .5rem !important
    }

    :where(.amp-styles) .p-xxl-3 {
        padding: 1rem !important
    }

    :where(.amp-styles) .pt-xxl-3, :where(.amp-styles) .py-xxl-3 {
        padding-top: 1rem !important
    }

    :where(.amp-styles) .pr-xxl-3, :where(.amp-styles) .px-xxl-3 {
        padding-right: 1rem !important
    }

    :where(.amp-styles) .pb-xxl-3, :where(.amp-styles) .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    :where(.amp-styles) .pl-xxl-3, :where(.amp-styles) .px-xxl-3 {
        padding-left: 1rem !important
    }

    :where(.amp-styles) .p-xxl-4 {
        padding: 1.5rem !important
    }

    :where(.amp-styles) .pt-xxl-4, :where(.amp-styles) .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    :where(.amp-styles) .pr-xxl-4, :where(.amp-styles) .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    :where(.amp-styles) .pb-xxl-4, :where(.amp-styles) .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    :where(.amp-styles) .pl-xxl-4, :where(.amp-styles) .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    :where(.amp-styles) .p-xxl-5 {
        padding: 3rem !important
    }

    :where(.amp-styles) .pt-xxl-5, :where(.amp-styles) .py-xxl-5 {
        padding-top: 3rem !important
    }

    :where(.amp-styles) .pr-xxl-5, :where(.amp-styles) .px-xxl-5 {
        padding-right: 3rem !important
    }

    :where(.amp-styles) .pb-xxl-5, :where(.amp-styles) .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    :where(.amp-styles) .pl-xxl-5, :where(.amp-styles) .px-xxl-5 {
        padding-left: 3rem !important
    }

    :where(.amp-styles) .m-xxl-n1 {
        margin: -.25rem !important
    }

    :where(.amp-styles) .mt-xxl-n1, :where(.amp-styles) .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    :where(.amp-styles) .mr-xxl-n1, :where(.amp-styles) .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    :where(.amp-styles) .mb-xxl-n1, :where(.amp-styles) .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    :where(.amp-styles) .ml-xxl-n1, :where(.amp-styles) .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    :where(.amp-styles) .m-xxl-n2 {
        margin: -.5rem !important
    }

    :where(.amp-styles) .mt-xxl-n2, :where(.amp-styles) .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    :where(.amp-styles) .mr-xxl-n2, :where(.amp-styles) .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    :where(.amp-styles) .mb-xxl-n2, :where(.amp-styles) .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    :where(.amp-styles) .ml-xxl-n2, :where(.amp-styles) .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    :where(.amp-styles) .m-xxl-n3 {
        margin: -1rem !important
    }

    :where(.amp-styles) .mt-xxl-n3, :where(.amp-styles) .my-xxl-n3 {
        margin-top: -1rem !important
    }

    :where(.amp-styles) .mr-xxl-n3, :where(.amp-styles) .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    :where(.amp-styles) .mb-xxl-n3, :where(.amp-styles) .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    :where(.amp-styles) .ml-xxl-n3, :where(.amp-styles) .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    :where(.amp-styles) .m-xxl-n4 {
        margin: -1.5rem !important
    }

    :where(.amp-styles) .mt-xxl-n4, :where(.amp-styles) .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    :where(.amp-styles) .mr-xxl-n4, :where(.amp-styles) .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    :where(.amp-styles) .mb-xxl-n4, :where(.amp-styles) .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    :where(.amp-styles) .ml-xxl-n4, :where(.amp-styles) .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    :where(.amp-styles) .m-xxl-n5 {
        margin: -3rem !important
    }

    :where(.amp-styles) .mt-xxl-n5, :where(.amp-styles) .my-xxl-n5 {
        margin-top: -3rem !important
    }

    :where(.amp-styles) .mr-xxl-n5, :where(.amp-styles) .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    :where(.amp-styles) .mb-xxl-n5, :where(.amp-styles) .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    :where(.amp-styles) .ml-xxl-n5, :where(.amp-styles) .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    :where(.amp-styles) .m-xxl-auto {
        margin: auto !important
    }

    :where(.amp-styles) .mt-xxl-auto, :where(.amp-styles) .my-xxl-auto {
        margin-top: auto !important
    }

    :where(.amp-styles) .mr-xxl-auto, :where(.amp-styles) .mx-xxl-auto {
        margin-right: auto !important
    }

    :where(.amp-styles) .mb-xxl-auto, :where(.amp-styles) .my-xxl-auto {
        margin-bottom: auto !important
    }

    :where(.amp-styles) .ml-xxl-auto, :where(.amp-styles) .mx-xxl-auto {
        margin-left: auto !important
    }
}

:where(.amp-styles) .stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

:where(.amp-styles) .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

:where(.amp-styles) .text-justify {
    text-align: justify !important
}

:where(.amp-styles) .text-wrap {
    white-space: normal !important
}

:where(.amp-styles) .text-nowrap {
    white-space: nowrap !important
}

:where(.amp-styles) .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

:where(.amp-styles) .text-left {
    text-align: left !important
}

:where(.amp-styles) .text-right {
    text-align: right !important
}

:where(.amp-styles) .text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    :where(.amp-styles) .text-sm-left {
        text-align: left !important
    }

    :where(.amp-styles) .text-sm-right {
        text-align: right !important
    }

    :where(.amp-styles) .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .text-md-left {
        text-align: left !important
    }

    :where(.amp-styles) .text-md-right {
        text-align: right !important
    }

    :where(.amp-styles) .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .text-lg-left {
        text-align: left !important
    }

    :where(.amp-styles) .text-lg-right {
        text-align: right !important
    }

    :where(.amp-styles) .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .text-xl-left {
        text-align: left !important
    }

    :where(.amp-styles) .text-xl-right {
        text-align: right !important
    }

    :where(.amp-styles) .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .text-xxl-left {
        text-align: left !important
    }

    :where(.amp-styles) .text-xxl-right {
        text-align: right !important
    }

    :where(.amp-styles) .text-xxl-center {
        text-align: center !important
    }
}

:where(.amp-styles) .text-lowercase {
    text-transform: lowercase !important
}

:where(.amp-styles) .text-uppercase {
    text-transform: uppercase !important
}

:where(.amp-styles) .text-capitalize {
    text-transform: capitalize !important
}

:where(.amp-styles) .font-weight-light {
    font-weight: 300 !important
}

:where(.amp-styles) .font-weight-lighter {
    font-weight: lighter !important
}

:where(.amp-styles) .font-weight-normal {
    font-weight: 400 !important
}

:where(.amp-styles) .font-weight-bold {
    font-weight: 700 !important
}

:where(.amp-styles) .font-weight-bolder {
    font-weight: bolder !important
}

:where(.amp-styles) .font-italic {
    font-style: italic !important
}

:where(.amp-styles) .text-white {
    color: #fff !important
}

:where(.amp-styles) .text-body {
    color: var(--amp-body-color, #20242f) !important
}

:where(.amp-styles) .text-muted {
    color: #6c757d !important
}

:where(.amp-styles) .text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

:where(.amp-styles) .text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

:where(.amp-styles) .text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

:where(.amp-styles) .text-decoration-none {
    text-decoration: none !important
}

:where(.amp-styles) .text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

:where(.amp-styles) .text-reset {
    color: inherit !important
}

:where(.amp-styles) .visible {
    visibility: visible !important
}

:where(.amp-styles) .invisible {
    visibility: hidden !important
}

:root {
    --amp-body-color: #20242f;
    --amp-text-color-dark: #000;
    --amp-focus-color: #9c0d63;
    --amp-border-radius: 0.1875em;
    --amp-btn-input-border-width: 0.0625em;
    --amp-icon-v2-checkmark: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3Cpath%20fill='%23fff'%20d='M7.88%2014.91l-3.91-4.05%201.44-1.39%202.47%202.56%206.71-6.94%201.44%201.39-8.15%208.43'/%3E%3C/svg%3E");
    --amp-icon-k5-checkmark: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10%2022a2.828%202.828%200%200%201%204%200l6%206%2014-14a2.828%202.828%200%201%201%204%204L22.12%2033.879a3%203%200%200%201-4.242%200l-7.88-7.88a2.828%202.828%200%200%201%200-4Z%22%2F%3E%3C%2Fsvg%3E");
    --amp-icon-checkmark: var(--amp-icon-v2-checkmark);
    --amp-icon-dash: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3Cpath%20fill='%23fff'%20d='M4%209h12v2H4z'/%3E%3C/svg%3E")
}

:where(.amp-styles) [type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

:where(.amp-styles) [tabindex="-1"]:focus {
    outline: 0 !important
}

:where(.amp-styles) .amplify-spinner {
    align-items: center;
    display: flex;
    height: 1.625em;
    width: 1.625em
}

:where(.amp-styles) .amplify-spinner .loader {
    animation: load-white 1s ease infinite;
    border-radius: 50%;
    box-shadow: 0 -.625em 0 0 #fff, .4375em -.4375em 0 0 hsla(0, 0%, 100%, .2), .625em 0 0 0 hsla(0, 0%, 100%, .2), .4375em .4375em 0 0 hsla(0, 0%, 100%, .2), 0 .625em 0 0 hsla(0, 0%, 100%, .2), -.4375em .4375em 0 0 hsla(0, 0%, 100%, .2), -.625em 0 0 0 hsla(0, 0%, 100%, .5), -.4375em -.4375em 0 0 hsla(0, 0%, 100%, .8);
    display: inline-flex;
    height: .3125em;
    margin: .65625em auto;
    width: .3125em
}

@keyframes load-white {
    0%, to {
        box-shadow: 0 -.625em 0 0 #fff, .4375em -.4375em 0 0 hsla(0, 0%, 100%, .2), .625em 0 0 0 hsla(0, 0%, 100%, .2), .4375em .4375em 0 0 hsla(0, 0%, 100%, .2), 0 .625em 0 0 hsla(0, 0%, 100%, .2), -.4375em .4375em 0 0 hsla(0, 0%, 100%, .2), -.625em 0 0 0 hsla(0, 0%, 100%, .5), -.4375em -.4375em 0 0 hsla(0, 0%, 100%, .8)
    }
    15% {
        box-shadow: 0 -.625em 0 0 hsla(0, 0%, 100%, .8), .4375em -.4375em 0 0 #fff, .625em 0 0 0 hsla(0, 0%, 100%, .2), .4375em .4375em 0 0 hsla(0, 0%, 100%, .2), 0 .625em 0 0 hsla(0, 0%, 100%, .2), -.4375em .4375em 0 0 hsla(0, 0%, 100%, .2), -.625em 0 0 0 hsla(0, 0%, 100%, .2), -.4375em -.4375em 0 0 hsla(0, 0%, 100%, .5)
    }
    25% {
        box-shadow: 0 -.625em 0 0 hsla(0, 0%, 100%, .5), .4375em -.4375em 0 0 hsla(0, 0%, 100%, .8), .625em 0 0 0 #fff, .4375em .4375em 0 0 hsla(0, 0%, 100%, .2), 0 .625em 0 0 hsla(0, 0%, 100%, .2), -.4375em .4375em 0 0 hsla(0, 0%, 100%, .2), -.625em 0 0 0 hsla(0, 0%, 100%, .2), -.4375em -.4375em 0 0 hsla(0, 0%, 100%, .2)
    }
    40% {
        box-shadow: 0 -.625em 0 0 hsla(0, 0%, 100%, .2), .4375em -.4375em 0 0 hsla(0, 0%, 100%, .5), .625em 0 0 0 hsla(0, 0%, 100%, .8), .4375em .4375em 0 0 #fff, 0 .625em 0 0 hsla(0, 0%, 100%, .2), -.4375em .4375em 0 0 hsla(0, 0%, 100%, .2), -.625em 0 0 0 hsla(0, 0%, 100%, .2), -.4375em -.4375em 0 0 hsla(0, 0%, 100%, .2)
    }
    50% {
        box-shadow: 0 -.625em 0 0 hsla(0, 0%, 100%, .2), .4375em -.4375em 0 0 hsla(0, 0%, 100%, .2), .625em 0 0 0 hsla(0, 0%, 100%, .5), .4375em .4375em 0 0 hsla(0, 0%, 100%, .8), 0 .625em 0 0 #fff, -.4375em .4375em 0 0 hsla(0, 0%, 100%, .2), -.625em 0 0 0 hsla(0, 0%, 100%, .2), -.4375em -.4375em 0 0 hsla(0, 0%, 100%, .2)
    }
    60% {
        box-shadow: 0 -.625em 0 0 hsla(0, 0%, 100%, .2), .4375em -.4375em 0 0 hsla(0, 0%, 100%, .2), .625em 0 0 0 hsla(0, 0%, 100%, .2), .4375em .4375em 0 0 hsla(0, 0%, 100%, .5), 0 .625em 0 0 hsla(0, 0%, 100%, .8), -.4375em .4375em 0 0 #fff, -.625em 0 0 0 hsla(0, 0%, 100%, .2), -.4375em -.4375em 0 0 hsla(0, 0%, 100%, .2)
    }
    75% {
        box-shadow: 0 -.625em 0 0 hsla(0, 0%, 100%, .2), .4375em -.4375em 0 0 hsla(0, 0%, 100%, .2), .625em 0 0 0 hsla(0, 0%, 100%, .2), .4375em .4375em 0 0 hsla(0, 0%, 100%, .2), 0 .625em 0 0 hsla(0, 0%, 100%, .5), -.4375em .4375em 0 0 hsla(0, 0%, 100%, .8), -.625em 0 0 0 #fff, -.4375em -.4375em 0 0 hsla(0, 0%, 100%, .2)
    }
    85% {
        box-shadow: 0 -.625em 0 0 hsla(0, 0%, 100%, .2), .4375em -.4375em 0 0 hsla(0, 0%, 100%, .2), .625em 0 0 0 hsla(0, 0%, 100%, .2), .4375em .4375em 0 0 hsla(0, 0%, 100%, .2), 0 .625em 0 0 hsla(0, 0%, 100%, .2), -.4375em .4375em 0 0 hsla(0, 0%, 100%, .5), -.625em 0 0 0 hsla(0, 0%, 100%, .8), -.4375em -.4375em 0 0 #fff
    }
}

:where(.amp-styles) .amplify-spinner.spinner-centered {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

:where(.amp-styles) .amplify-spinner.spinner-large {
    font-size: 2em
}

:where(.amp-styles) .amplify-spinner.spinner-scrim {
    background-color: rgba(0, 0, 0, .4);
    border-radius: .75em;
    height: 5.625em;
    width: 5.625em
}

:where(.amp-styles) .amplify-spinner.spinner-scrim .loader {
    font-size: 2em
}

:where(.amp-styles) .amplify-spinner.spinner-dark > .loader {
    animation: load-gray 1s ease infinite;
    box-shadow: 0 -.625em 0 0 #464646, .4375em -.4375em 0 0 rgba(70, 70, 70, .2), .625em 0 0 0 rgba(70, 70, 70, .2), .4375em .4375em 0 0 rgba(70, 70, 70, .2), 0 .625em 0 0 rgba(70, 70, 70, .2), -.4375em .4375em 0 0 rgba(70, 70, 70, .2), -.625em 0 0 0 rgba(70, 70, 70, .5), -.4375em -.4375em 0 0 rgba(70, 70, 70, .8)
}

@keyframes load-gray {
    0%, to {
        box-shadow: 0 -.625em 0 0 #464646, .4375em -.4375em 0 0 rgba(70, 70, 70, .2), .625em 0 0 0 rgba(70, 70, 70, .2), .4375em .4375em 0 0 rgba(70, 70, 70, .2), 0 .625em 0 0 rgba(70, 70, 70, .2), -.4375em .4375em 0 0 rgba(70, 70, 70, .2), -.625em 0 0 0 rgba(70, 70, 70, .5), -.4375em -.4375em 0 0 rgba(70, 70, 70, .8)
    }
    15% {
        box-shadow: 0 -.625em 0 0 rgba(70, 70, 70, .8), .4375em -.4375em 0 0 #464646, .625em 0 0 0 rgba(70, 70, 70, .2), .4375em .4375em 0 0 rgba(70, 70, 70, .2), 0 .625em 0 0 rgba(70, 70, 70, .2), -.4375em .4375em 0 0 rgba(70, 70, 70, .2), -.625em 0 0 0 rgba(70, 70, 70, .2), -.4375em -.4375em 0 0 rgba(70, 70, 70, .5)
    }
    25% {
        box-shadow: 0 -.625em 0 0 rgba(70, 70, 70, .5), .4375em -.4375em 0 0 rgba(70, 70, 70, .8), .625em 0 0 0 #464646, .4375em .4375em 0 0 rgba(70, 70, 70, .2), 0 .625em 0 0 rgba(70, 70, 70, .2), -.4375em .4375em 0 0 rgba(70, 70, 70, .2), -.625em 0 0 0 rgba(70, 70, 70, .2), -.4375em -.4375em 0 0 rgba(70, 70, 70, .2)
    }
    40% {
        box-shadow: 0 -.625em 0 0 rgba(70, 70, 70, .2), .4375em -.4375em 0 0 rgba(70, 70, 70, .5), .625em 0 0 0 rgba(70, 70, 70, .8), .4375em .4375em 0 0 #464646, 0 .625em 0 0 rgba(70, 70, 70, .2), -.4375em .4375em 0 0 rgba(70, 70, 70, .2), -.625em 0 0 0 rgba(70, 70, 70, .2), -.4375em -.4375em 0 0 rgba(70, 70, 70, .2)
    }
    50% {
        box-shadow: 0 -.625em 0 0 rgba(70, 70, 70, .2), .4375em -.4375em 0 0 rgba(70, 70, 70, .2), .625em 0 0 0 rgba(70, 70, 70, .5), .4375em .4375em 0 0 rgba(70, 70, 70, .8), 0 .625em 0 0 #464646, -.4375em .4375em 0 0 rgba(70, 70, 70, .2), -.625em 0 0 0 rgba(70, 70, 70, .2), -.4375em -.4375em 0 0 rgba(70, 70, 70, .2)
    }
    60% {
        box-shadow: 0 -.625em 0 0 rgba(70, 70, 70, .2), .4375em -.4375em 0 0 rgba(70, 70, 70, .2), .625em 0 0 0 rgba(70, 70, 70, .2), .4375em .4375em 0 0 rgba(70, 70, 70, .5), 0 .625em 0 0 rgba(70, 70, 70, .8), -.4375em .4375em 0 0 #464646, -.625em 0 0 0 rgba(70, 70, 70, .2), -.4375em -.4375em 0 0 rgba(70, 70, 70, .2)
    }
    75% {
        box-shadow: 0 -.625em 0 0 rgba(70, 70, 70, .2), .4375em -.4375em 0 0 rgba(70, 70, 70, .2), .625em 0 0 0 rgba(70, 70, 70, .2), .4375em .4375em 0 0 rgba(70, 70, 70, .2), 0 .625em 0 0 rgba(70, 70, 70, .5), -.4375em .4375em 0 0 rgba(70, 70, 70, .8), -.625em 0 0 0 #464646, -.4375em -.4375em 0 0 rgba(70, 70, 70, .2)
    }
    85% {
        box-shadow: 0 -.625em 0 0 rgba(70, 70, 70, .2), .4375em -.4375em 0 0 rgba(70, 70, 70, .2), .625em 0 0 0 rgba(70, 70, 70, .2), .4375em .4375em 0 0 rgba(70, 70, 70, .2), 0 .625em 0 0 rgba(70, 70, 70, .2), -.4375em .4375em 0 0 rgba(70, 70, 70, .5), -.625em 0 0 0 rgba(70, 70, 70, .8), -.4375em -.4375em 0 0 #464646
    }
}

:where(.amp-styles) .btn .amplify-spinner {
    font-size: 1em;
    vertical-align: middle
}

:where(.amp-styles) .content-box {
    background-color: #fff;
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 1px 3px rgba(0, 0, 0, .07), 0 1px 2px rgba(0, 0, 0, .12);
    padding: 2.5em
}

:where(.amp-styles) .amplify-wordmark {
    align-items: center;
    color: #f37321;
    display: inline-flex;
    height: 1em
}

:where(.amp-styles) .amplify-wordmark.wordmark-dark {
    color: var(--amp-body-color, #20242f)
}

:where(.amp-styles) .amplify-wordmark.wordmark-light {
    color: #fff
}

:where(.amp-styles) .amplify-wordmark svg {
    display: block;
    height: .95em;
    width: 3.82375em
}

:where(.amp-styles) .amplify-program-wordmark {
    --amp-period-fill: transparent;
    display: inline-flex
}

:where(.amp-styles) .amplify-program-wordmark .amplify-wordmark {
    flex-shrink: 0
}

:where(.amp-styles) .amplify-program-wordmark .program-name {
    color: #4d4d4f;
    font-family: amplify;
    font-weight: 200;
    letter-spacing: -.005em;
    line-height: .8;
    margin-left: -.05em;
    position: relative;
    word-spacing: -.125em
}

:where(.amp-styles) .btn {
    --amp-btn-bg: transparent;
    --amp-btn-border: transparent;
    --amp-btn-color: var(--amp-body-color, #20242f);
    --amp-btn-shadow: 0 0 0 0 transparent;
    --amp-btn-hover-bg: transparent;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: var(--amp-body-color, #20242f);
    --amp-btn-hover-shadow: var(--amp-btn-shadow);
    --amp-btn-active-bg: transparent;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: var(--amp-body-color, #20242f);
    --amp-btn-active-shadow: var(--amp-btn-hover-shadow);
    align-items: center;
    background-color: var(--amp-btn-bg);
    border: var(--amp-btn-input-border-width) solid var(--amp-btn-border);
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    box-shadow: var(--amp-btn-shadow);
    color: var(--amp-btn-color);
    display: inline-flex;
    font-family: var(--amp-btn-input-font, "benton-sans", arial, sans-serif);
    font-size: 1em;
    font-weight: var(--amp-btn-input-font-weight, 400);
    height: 2.5em;
    justify-content: center;
    padding: 0 1em;
    position: relative
}

@media (hover: hover) {
    :where(.amp-styles) .btn:hover, :where(.amp-styles) .btn[data-state=hover] {
        background-color: var(--amp-btn-hover-bg);
        border-color: var(--amp-btn-hover-border);
        box-shadow: var(--amp-btn-hover-shadow);
        color: var(--amp-btn-hover-color)
    }
}

:where(.amp-styles) .btn:hover, :where(.amp-styles) .btn[data-state=hover] {
    color: var(--amp-btn-hover-color)
}

:where(.amp-styles) .btn:focus-visible, :where(.amp-styles) .btn[data-state=focus] {
    background-color: var(--amp-btn-hover-bg);
    border-color: var(--amp-btn-hover-border);
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), var(--amp-btn-hover-shadow);
    color: var(--amp-btn-hover-color)
}

:where(.amp-styles) .btn.active, :where(.amp-styles) .btn:active, :where(.amp-styles) .btn[data-state=active] {
    background-color: var(--amp-btn-active-bg);
    border-color: var(--amp-btn-active-border);
    box-shadow: var(--amp-btn-active-shadow);
    color: var(--amp-btn-active-color)
}

:where(.amp-styles) .btn.active:focus-visible, :where(.amp-styles) .btn:active:focus-visible, :where(.amp-styles) .btn[data-state=active]:focus-visible {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), var(--amp-btn-active-shadow)
}

:where(.amp-styles) .btn:has(>.svg-icon), :where(.amp-styles) .btn:has(>i) {
    gap: .375em
}

:where(.amp-styles) .btn .svg-icon, :where(.amp-styles) .btn i {
    vertical-align: top
}

:where(.amp-styles) .btn i {
    display: inline-block;
    font-size: 1.5em;
    line-height: inherit
}

:where(.amp-styles) .btn .svg-icon {
    height: 1.5em;
    width: 1.5em
}

:where(.amp-styles) .btn-oval {
    border-radius: 1.25em;
    padding: 0 1.5em
}

:where(.amp-styles) .btn-primary {
    --amp-btn-bg: #9c0d63;
    --amp-btn-border: transparent;
    --amp-btn-color: #fff;
    --amp-btn-hover-bg: #5e083b;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #fff;
    --amp-btn-active-bg: #2f041e;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #fff
}

:where(.amp-styles) .btn-secondary {
    --amp-btn-bg: #fff;
    --amp-btn-border: #bdbdbd;
    --amp-btn-color: var(--amp-body-color, $ text-color);
    --amp-btn-hover-bg: #fff;
    --amp-btn-hover-border: #9c0d63;
    --amp-btn-hover-color: var(--amp-body-color, $ text-color);
    --amp-btn-active-bg: #e6e6e6;
    --amp-btn-active-border: #9c0d63;
    --amp-btn-active-color: var(--amp-body-color, $ text-color)
}

:where(.amp-styles) .btn-blue {
    --amp-btn-bg: #3278c8;
    --amp-btn-border: transparent;
    --amp-btn-color: #fff;
    --amp-btn-hover-bg: #23538b;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #fff;
    --amp-btn-active-bg: #193b62;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #fff
}

:where(.amp-styles) .btn-green {
    --amp-btn-bg: #00866b;
    --amp-btn-border: transparent;
    --amp-btn-color: #fff;
    --amp-btn-hover-bg: #005342;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #fff;
    --amp-btn-active-bg: #00201a;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #fff
}

:where(.amp-styles) .btn-primary-dark, html[theme=dark] #polypad-header :where(.amp-styles) .btn-primary {
    --amp-btn-bg: #9c0d63;
    --amp-btn-border: hsla(0, 0%, 100%, .8);
    --amp-btn-color: #fff;
    --amp-btn-hover-bg: #5e083b;
    --amp-btn-hover-border: #fff;
    --amp-btn-hover-color: #fff;
    --amp-btn-active-bg: #2f041e;
    --amp-btn-active-border: #fff;
    --amp-btn-active-color: #fff
}

:where(.amp-styles) .btn-secondary-dark, html[theme=dark] #polypad-header :where(.amp-styles) .btn-secondary {
    --amp-btn-bg: rgba(0, 0, 0, .2);
    --amp-btn-border: hsla(0, 0%, 100%, .8);
    --amp-btn-color: #fff;
    --amp-btn-hover-bg: rgba(0, 0, 0, .4);
    --amp-btn-hover-border: #fff;
    --amp-btn-hover-color: #fff;
    --amp-btn-active-bg: rgba(0, 0, 0, .4);
    --amp-btn-active-border: #fff;
    --amp-btn-active-color: #fff
}

:where(.amp-styles) .btn-ghost {
    --amp-btn-bg: transparent;
    --amp-btn-border: transparent;
    --amp-btn-color: var(--amp-body-color, $ text-color);
    --amp-btn-hover-bg: rgba(0, 0, 0, .05);
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: var(--amp-body-color, $ text-color);
    --amp-btn-active-bg: rgba(0, 0, 0, .1);
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: var(--amp-body-color, $ text-color);
    font-weight: 500
}

:where(.amp-styles) .btn-primary-dark, :where(.amp-styles) .btn-secondary, :where(.amp-styles) .btn-secondary-dark, html[theme=dark] #polypad-header :where(.amp-styles) .btn-primary, html[theme=dark] #polypad-header :where(.amp-styles) .btn-secondary {
    --amp-fancy-border-shadow: none;
    --amp-fancy-border-hover-shadow: inset 0 0 0 0.0625em var(--amp-btn-hover-border);
    --amp-btn-shadow: var(--amp-fancy-border-shadow);
    --amp-btn-hover-shadow: var(--amp-fancy-border-hover-shadow)
}

:where(.amp-styles) .btn-icon-ghost {
    --amp-btn-bg: transparent;
    --amp-btn-border: transparent;
    --amp-btn-color: var(--amp-body-color, $ text-color);
    --amp-btn-hover-bg: rgba(0, 0, 0, .05);
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: var(--amp-body-color, $ text-color);
    --amp-btn-active-bg: rgba(0, 0, 0, .1);
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: var(--amp-body-color, $ text-color);
    align-items: center;
    border-radius: 1.25em;
    justify-content: center;
    padding: 0;
    width: 2.5em
}

:where(.amp-styles) .btn-icon-ghost .btn-label, :where(.amp-styles) .btn-icon-ghost label {
    background-color: #444c63;
    border-radius: .0625em;
    color: #fff;
    display: inline-block;
    font-size: .625em;
    font-weight: 500;
    height: 1.8em;
    line-height: 1.8em;
    opacity: 0;
    padding: 0 .5em;
    position: absolute;
    top: 4.4em;
    transition: opacity .2s linear;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    visibility: hidden
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .btn-icon-ghost .btn-label, :where(.amp-styles) .btn-icon-ghost label {
        transition: none
    }
}

:where(.amp-styles) .btn-icon-ghost i {
    line-height: 1;
    margin: 0
}

:where(.amp-styles) .btn-icon-ghost.active .btn-label, :where(.amp-styles) .btn-icon-ghost.active label, :where(.amp-styles) .btn-icon-ghost:active .btn-label, :where(.amp-styles) .btn-icon-ghost:active label, :where(.amp-styles) .btn-icon-ghost:focus-visible .btn-label, :where(.amp-styles) .btn-icon-ghost:focus-visible label, :where(.amp-styles) .btn-icon-ghost:hover .btn-label, :where(.amp-styles) .btn-icon-ghost:hover label, :where(.amp-styles) .btn-icon-ghost[data-state=focus] .btn-label, :where(.amp-styles) .btn-icon-ghost[data-state=focus] label, :where(.amp-styles) .btn-icon-ghost[data-state=hover] .btn-label, :where(.amp-styles) .btn-icon-ghost[data-state=hover] label {
    opacity: 1;
    transition-delay: 0;
    visibility: visible
}

:where(.amp-styles) .btn-icon-label {
    --amp-btn-bg: transparent;
    --amp-btn-border: transparent;
    --amp-btn-color: var(--amp-body-color, #20242f);
    --amp-btn-hover-bg: transparent;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #9c0d63;
    --amp-btn-active-bg: transparent;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #5e083b;
    display: inline-block;
    line-height: 1;
    padding: 0 .5em
}

:where(.amp-styles) .btn-icon-label i {
    display: block;
    margin: 0 auto
}

:where(.amp-styles) .btn-icon-label .btn-label {
    font-size: .75em;
    font-weight: 500;
    margin-top: .25em
}

:where(.amp-styles) .btn-icon-float {
    --amp-btn-bg: #fff;
    --amp-btn-border: transparent;
    --amp-btn-color: #444c63;
    --amp-btn-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    --amp-btn-hover-bg: #fafafa;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: var(--amp-text-color-dark, #000);
    --amp-btn-active-bg: #e0e0e0;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: var(--amp-text-color-dark, #000);
    align-items: center;
    border-radius: 1.5em;
    height: 3em;
    justify-content: center;
    padding: 0;
    width: 3em
}

:where(.amp-styles) .btn-icon-float .btn-label, :where(.amp-styles) .btn-icon-float label {
    background-color: #444c63;
    border-radius: .0625em;
    bottom: -.8em;
    color: #fff;
    display: inline-block;
    font-size: .625em;
    font-weight: 500;
    height: 1.8em;
    line-height: 1.8em;
    margin: 0;
    opacity: 0;
    padding: 0 .5em;
    position: absolute;
    transform: translateY(100%);
    transition: opacity .2s linear;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    visibility: hidden
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .btn-icon-float .btn-label, :where(.amp-styles) .btn-icon-float label {
        transition: none
    }
}

:where(.amp-styles) .btn-icon-float i {
    margin: 0
}

:where(.amp-styles) .btn-icon-float.active .btn-label, :where(.amp-styles) .btn-icon-float.active label, :where(.amp-styles) .btn-icon-float:active .btn-label, :where(.amp-styles) .btn-icon-float:active label, :where(.amp-styles) .btn-icon-float:focus-visible .btn-label, :where(.amp-styles) .btn-icon-float:focus-visible label, :where(.amp-styles) .btn-icon-float:hover .btn-label, :where(.amp-styles) .btn-icon-float:hover label {
    opacity: 1;
    transition-delay: 0;
    visibility: visible
}

:where(.amp-styles) .btn-icon-float.label-right {
    --amp-offset: translateX(50%)
}

:where(.amp-styles) .btn-icon-float.label-right .btn-label, :where(.amp-styles) .btn-icon-float.label-right label {
    bottom: auto;
    right: -.8em;
    transform: translateX(100%)
}

:where(.amp-styles) .btn-icon-float.label-left {
    --amp-offset: translateX(-50%)
}

:where(.amp-styles) .btn-icon-float.label-left .btn-label, :where(.amp-styles) .btn-icon-float.label-left label {
    bottom: auto;
    left: -.8em;
    transform: translateX(-100%)
}

:where(.amp-styles) .btn-icon-float.label-top {
    --amp-offset: translateY(-50%)
}

:where(.amp-styles) .btn-icon-float.label-top .btn-label, :where(.amp-styles) .btn-icon-float.label-top label {
    bottom: auto;
    top: -.8em;
    transform: translateY(-100%)
}

:where(.amp-styles) .btn-icon-float.fancy-label {
    background-color: transparent;
    border: 0;
    display: inline-block
}

:where(.amp-styles) .btn-icon-float.fancy-label i {
    align-items: center;
    background-color: #fff;
    border-color: transparent;
    border-radius: 50%;
    color: #444c63;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear, box-shadow .2s linear;
    width: 100%
}

:where(.amp-styles) .btn-icon-float.fancy-label i:hover {
    color: #444c63
}

@media (hover: hover) {
    :where(.amp-styles) .btn-icon-float.fancy-label i:focus-visible, :where(.amp-styles) .btn-icon-float.fancy-label i:hover {
        background-color: #fafafa;
        border-color: transparent;
        color: var(--amp-text-color-dark, #000);
        outline: none
    }
}

:where(.amp-styles) .btn-icon-float.fancy-label i.active, :where(.amp-styles) .btn-icon-float.fancy-label i:active {
    background-color: #e0e0e0;
    border-color: transparent;
    color: var(--amp-text-color-dark, #000)
}

:where(.amp-styles) .btn-icon-float.fancy-label .btn-label, :where(.amp-styles) .btn-icon-float.fancy-label label {
    background-color: transparent;
    bottom: auto;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: auto;
    left: auto;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    padding: .5em;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-50%)
}

:where(.amp-styles) .btn-icon-float.fancy-label .label-inner {
    background-color: #444c63;
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    display: inline-block;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1em;
    position: relative;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .btn-icon-float.fancy-label .label-inner {
        transition: none
    }
}

:where(.amp-styles) .btn-icon-float.fancy-label.label-left .btn-label, :where(.amp-styles) .btn-icon-float.fancy-label.label-left label {
    padding-right: 0;
    right: 50%
}

:where(.amp-styles) .btn-icon-float.fancy-label.label-left .label-inner {
    padding-right: 2.25em;
    transform: translate3d(100%, 0, 0)
}

:where(.amp-styles) .btn-icon-float.fancy-label.label-right .btn-label, :where(.amp-styles) .btn-icon-float.fancy-label.label-right label {
    left: 50%;
    padding-left: 0
}

:where(.amp-styles) .btn-icon-float.fancy-label.label-right .label-inner {
    padding-left: 2.25em;
    transform: translate3d(-100%, 0, 0)
}

:where(.amp-styles) .btn-icon-float.fancy-label.active .label-inner, :where(.amp-styles) .btn-icon-float.fancy-label:active .label-inner, :where(.amp-styles) .btn-icon-float.fancy-label:focus-visible .label-inner, :where(.amp-styles) .btn-icon-float.fancy-label:hover .label-inner {
    transform: translateZ(0)
}

:where(.amp-styles) .btn-icon-float, :where(.amp-styles) .btn-icon-ghost {
    --amp-offset: translateY(50%)
}

:where(.amp-styles) .btn-icon-float:before, :where(.amp-styles) .btn-icon-ghost:before {
    background-color: transparent;
    bottom: 0;
    content: "";
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    pointer-events: auto;
    position: absolute;
    transform: var(--amp-offset);
    width: 100%
}

:where(.amp-styles) .btn-icon-float.active:before, :where(.amp-styles) .btn-icon-float:active:before, :where(.amp-styles) .btn-icon-float:focus-visible:before, :where(.amp-styles) .btn-icon-float:hover:before, :where(.amp-styles) .btn-icon-ghost.active:before, :where(.amp-styles) .btn-icon-ghost:active:before, :where(.amp-styles) .btn-icon-ghost:focus-visible:before, :where(.amp-styles) .btn-icon-ghost:hover:before {
    display: block
}

:where(.amp-styles) .btn-small {
    font-size: .85rem
}

:where(.amp-styles) .btn-medium {
    font-size: 1rem
}

:where(.amp-styles) .btn-touch {
    font-size: 1.1rem
}

:where(.amp-styles) .btn-large {
    font-size: 1.25rem
}

:where(.amp-styles) .btn-jumbo {
    font-size: 1.5rem
}

:where(.amp-styles) .btn-ghost-alt {
    --amp-btn-bg: transparent;
    --amp-btn-border: transparent;
    --amp-btn-color: var(--amp-body-color, #20242f);
    --amp-btn-hover-bg: transparent;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #9c0d63;
    --amp-btn-active-bg: transparent;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #5e083b;
    font-weight: 500
}

:where(.amp-styles) .card {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 1px 3px rgba(0, 0, 0, .07), 0 1px 2px rgba(0, 0, 0, .12)
}

:where(.amp-styles) .card-block:not(:last-of-type) {
    margin-bottom: .75em
}

:where(.amp-styles) .card-title {
    font-weight: 700;
    margin: 0
}

:where(.amp-styles) .card-label {
    font-size: .6875em;
    font-weight: 700;
    line-height: 2.1818181818em;
    margin-bottom: 0;
    text-transform: uppercase
}

:where(.amp-styles) .card-label i {
    display: inline-block;
    font-size: 2.1818181818em;
    margin-right: .125em;
    vertical-align: top
}

:where(.amp-styles) .card-label.label-red {
    color: #db2e00
}

:where(.amp-styles) .card-actions {
    background-color: #f6f6f6;
    text-align: right
}

:where(.amp-styles) .layout-context-medium {
    --amp-scale-ratio: 1.2;
    --amp-rhythm-unit-px: 12;
    --amp-font-size-px: 16;
    --amp-btn-rhythm-units: 4;
    --amp-btn-plus-1-rhythm-units: 4;
    --amp-btn-plus-2-rhythm-units: 5;
    --amp-btn-minus-1-rhythm-units: 3;
    --amp-btn-toggle-rhythm-units: 4;
    --amp-btn-toggle-plus-1-rhythm-units: 5;
    --amp-btn-toggle-plus-2-rhythm-units: 6;
    --amp-btn-toggle-minus-1-rhythm-units: 4;
    --amp-radio-checkbox-size-px: 20;
    --amp-radio-dot-size-px: 10;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width: 576px) {
    :where(.amp-styles) .layout-context-medium {
        --amp-scale-ratio: 1.25;
        --amp-rhythm-unit-px: 13;
        --amp-font-size-px: 16;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 4;
        --amp-btn-plus-2-rhythm-units: 5;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 6;
        --amp-btn-toggle-minus-1-rhythm-units: 3;
        --amp-radio-checkbox-size-px: 20;
        --amp-radio-dot-size-px: 10;
        font-size: 1rem;
        line-height: 1.625rem;
        --amp-fixed-container: 468
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .layout-context-medium {
        --amp-fixed-container: 624
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .layout-context-medium {
        --amp-fixed-container: 936
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .layout-context-medium {
        --amp-fixed-container: 1092
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .layout-context-medium {
        --amp-rhythm-unit-px: 14;
        --amp-font-size-px: 18;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 5;
        --amp-btn-plus-2-rhythm-units: 6;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 7;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 22;
        --amp-radio-dot-size-px: 12;
        font-size: 1.125rem;
        line-height: 1.75rem;
        --amp-fixed-container: 1344
    }
}

:where(.amp-styles) .layout-context-full {
    --amp-scale-ratio: 1.2;
    --amp-rhythm-unit-px: 14;
    --amp-font-size-px: 19;
    --amp-btn-rhythm-units: 4;
    --amp-btn-plus-1-rhythm-units: 5;
    --amp-btn-plus-2-rhythm-units: 5;
    --amp-btn-minus-1-rhythm-units: 3;
    --amp-btn-toggle-rhythm-units: 5;
    --amp-btn-toggle-plus-1-rhythm-units: 5;
    --amp-btn-toggle-plus-2-rhythm-units: 6;
    --amp-btn-toggle-minus-1-rhythm-units: 4;
    --amp-radio-checkbox-size-px: 24;
    --amp-radio-dot-size-px: 12;
    font-size: 1.1875rem;
    line-height: 1.75rem
}

@media (min-width: 576px) {
    :where(.amp-styles) .layout-context-full {
        --amp-scale-ratio: 1.25;
        --amp-rhythm-unit-px: 15;
        --amp-font-size-px: 19;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 4;
        --amp-btn-plus-2-rhythm-units: 5;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 6;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 24;
        --amp-radio-dot-size-px: 12;
        font-size: 1.1875rem;
        line-height: 1.875rem;
        --amp-fixed-container: 540
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .layout-context-full {
        --amp-rhythm-unit-px: 16;
        --amp-font-size-px: 21;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 5;
        --amp-btn-plus-2-rhythm-units: 6;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 7;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 26;
        --amp-radio-dot-size-px: 14;
        font-size: 1.3125rem;
        line-height: 2rem;
        --amp-fixed-container: 576
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .layout-context-full {
        --amp-fixed-container: 960
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .layout-context-full {
        --amp-fixed-container: 960
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .layout-context-full {
        --amp-fixed-container: 1344
    }
}

:where(.amp-styles) .layout-context-compact {
    --amp-scale-ratio: 1.2;
    --amp-rhythm-unit-px: 10;
    --amp-font-size-px: 14;
    --amp-btn-rhythm-units: 4;
    --amp-btn-plus-1-rhythm-units: 5;
    --amp-btn-plus-2-rhythm-units: 6;
    --amp-btn-minus-1-rhythm-units: 3;
    --amp-btn-toggle-rhythm-units: 5;
    --amp-btn-toggle-plus-1-rhythm-units: 6;
    --amp-btn-toggle-plus-2-rhythm-units: 7;
    --amp-btn-toggle-minus-1-rhythm-units: 4;
    --amp-radio-checkbox-size-px: 18;
    --amp-radio-dot-size-px: 10;
    font-size: .875rem;
    line-height: 1.25rem
}

@media (min-width: 576px) {
    :where(.amp-styles) .layout-context-compact {
        --amp-fixed-container: 480
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .layout-context-compact {
        --amp-fixed-container: 720
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .layout-context-compact {
        --amp-rhythm-unit-px: 11;
        --amp-font-size-px: 15;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 5;
        --amp-btn-plus-2-rhythm-units: 5;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 5;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 6;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 18;
        --amp-radio-dot-size-px: 10;
        font-size: .9375rem;
        line-height: 1.375rem;
        --amp-fixed-container: 924
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .layout-context-compact {
        --amp-fixed-container: 1056
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .layout-context-compact {
        --amp-rhythm-unit-px: 12;
        --amp-font-size-px: 16;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 4;
        --amp-btn-plus-2-rhythm-units: 5;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 6;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 20;
        --amp-radio-dot-size-px: 10;
        font-size: 1rem;
        line-height: 1.5rem;
        --amp-fixed-container: 1440
    }
}

:where(.amp-styles) [class*=layout-context-] p {
    font-size: 1em;
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) [class*=layout-context-] .h1, :where(.amp-styles) [class*=layout-context-] h1 {
    font-size: calc(var(--amp-scale-ratio) * 1 * var(--amp-scale-ratio) * var(--amp-scale-ratio) * var(--amp-scale-ratio) * 1em);
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4);
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3);
    scroll-margin-block-start: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) [class*=layout-context-] .h2, :where(.amp-styles) [class*=layout-context-] h2 {
    font-size: calc(var(--amp-scale-ratio) * 1 * var(--amp-scale-ratio) * var(--amp-scale-ratio) * 1em);
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3);
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3);
    scroll-margin-block-start: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) [class*=layout-context-] .h3, :where(.amp-styles) [class*=layout-context-] h3 {
    font-size: calc(var(--amp-scale-ratio) * 1 * var(--amp-scale-ratio) * 1em);
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3);
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3);
    scroll-margin-block-start: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) [class*=layout-context-] .h4, :where(.amp-styles) [class*=layout-context-] h4 {
    font-size: calc(var(--amp-scale-ratio) * 1 * 1em);
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3);
    scroll-margin-block-start: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) [class*=layout-context-] .h5, :where(.amp-styles) [class*=layout-context-] h5 {
    font-size: 1em;
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    scroll-margin-block-start: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) [class*=layout-context-] .scale-plus-1 {
    font-size: calc(var(--amp-scale-ratio) * 1 * 1em)
}

:where(.amp-styles) [class*=layout-context-] .scale-plus-2 {
    font-size: calc(var(--amp-scale-ratio) * 1 * var(--amp-scale-ratio) * 1em);
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) [class*=layout-context-] .scale-plus-3 {
    font-size: calc(var(--amp-scale-ratio) * 1 * var(--amp-scale-ratio) * var(--amp-scale-ratio) * 1em);
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) [class*=layout-context-] .scale-plus-4 {
    font-size: calc(var(--amp-scale-ratio) * 1 * var(--amp-scale-ratio) * var(--amp-scale-ratio) * var(--amp-scale-ratio) * 1em);
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) [class*=layout-context-] .scale-plus-5 {
    font-size: calc(var(--amp-scale-ratio) * 1 * var(--amp-scale-ratio) * var(--amp-scale-ratio) * var(--amp-scale-ratio) * var(--amp-scale-ratio) * 1em);
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) [class*=layout-context-] .scale-minus-1 {
    font-size: calc(1 / var(--amp-scale-ratio) * 1em)
}

:where(.amp-styles) [class*=layout-context-] .amplify-label {
    font-size: calc(1 / var(--amp-scale-ratio) * 1em);
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 0);
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 0);
    scroll-margin-block-start: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 0)
}

:where(.amp-styles) [class*=layout-context-] .amplify-caption {
    font-size: calc(1 / var(--amp-scale-ratio) * 1em);
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 0)
}

:where(.amp-styles) [class*=layout-context-] .line-height-tight, :where(.amp-styles) [class*=layout-context-] .line-height-tight p {
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1.5)
}

:where(.amp-styles) [class*=layout-context-] .line-height-airy, :where(.amp-styles) [class*=layout-context-] .line-height-airy p {
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2.5)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-container {
    padding: 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-container.container {
    max-width: calc(var(--amp-fixed-container) / var(--amp-font-size-px) * 1em)
}

@media (min-width: 576px) {
    :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-fluid:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-lg:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-md:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-sm:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-xl:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-xxl:not([class*=custom-padding]) {
        padding: 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-fluid:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-lg:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-md:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-sm:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-xl:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-xxl:not([class*=custom-padding]) {
        padding: 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-fluid:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-lg:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-md:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-sm:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-xl:not([class*=custom-padding]), :where(.amp-styles) [class*=layout-context-] .rhythm-container.container-xxl:not([class*=custom-padding]) {
        padding: 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
    }
}

:where(.amp-styles) [class*=layout-context-] .rhythm-row {
    margin: 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * -1)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-row > div {
    padding: 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-icon {
    font-size: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-icon.rhythm-3x {
    font-size: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-icon.rhythm-4x {
    font-size: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-icon.svg-icon {
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-icon.svg-icon.rhythm-3x {
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3);
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-icon.svg-icon.rhythm-4x {
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4);
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-button, :where(.amp-styles) [class*=layout-context-] .rhythm-input {
    font-size: 1em;
    margin-bottom: calc((var(--amp-btn-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - var(--amp-font-size-px, 16) * 1 * 2.5 / 2) / (1 * var(--amp-font-size-px, 16)) * 1em);
    margin-top: calc((var(--amp-btn-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - var(--amp-font-size-px, 16) * 1 * 2.5 / 2) / (1 * var(--amp-font-size-px, 16)) * 1em)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-button.type-scale-1, :where(.amp-styles) [class*=layout-context-] .rhythm-input.type-scale-1 {
    font-size: calc(var(--amp-scale-ratio, 1.25) * 1 * 1em);
    margin-bottom: calc((var(--amp-btn-plus-1-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - var(--amp-scale-ratio, 1.25) * 1 * var(--amp-font-size-px, 16) * 2.5 / 2) / (1 * var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16)) * 1em);
    margin-top: calc((var(--amp-btn-plus-1-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - var(--amp-scale-ratio, 1.25) * 1 * var(--amp-font-size-px, 16) * 2.5 / 2) / (1 * var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16)) * 1em)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-button.type-scale-2, :where(.amp-styles) [class*=layout-context-] .rhythm-input.type-scale-2 {
    font-size: calc(var(--amp-scale-ratio, 1.25) * 1 * var(--amp-scale-ratio, 1.25) * 1em);
    margin-bottom: calc((var(--amp-btn-plus-2-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - var(--amp-scale-ratio, 1.25) * 1 * var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16) * 2.5 / 2) / (1 * var(--amp-scale-ratio, 1.25) * var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16)) * 1em);
    margin-top: calc((var(--amp-btn-plus-2-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - var(--amp-scale-ratio, 1.25) * 1 * var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16) * 2.5 / 2) / (1 * var(--amp-scale-ratio, 1.25) * var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16)) * 1em)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-button.type-scale-minus-1, :where(.amp-styles) [class*=layout-context-] .rhythm-input.type-scale-minus-1 {
    font-size: calc(1 / var(--amp-scale-ratio, 1.25) * 1em);
    margin-bottom: calc((var(--amp-btn-minus-1-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - 1 / var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16) * 2.5 / 2) / (1 / var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16)) * 1em);
    margin-top: calc((var(--amp-btn-minus-1-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - 1 / var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16) * 2.5 / 2) / (1 / var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16)) * 1em)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-toggle-buttons {
    font-size: 1em;
    margin-bottom: calc((var(--amp-btn-toggle-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - var(--amp-font-size-px, 16) * 1 * 3 / 2) / (1 * var(--amp-font-size-px, 16)) * 1em);
    margin-top: calc((var(--amp-btn-toggle-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - var(--amp-font-size-px, 16) * 1 * 3 / 2) / (1 * var(--amp-font-size-px, 16)) * 1em)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-toggle-buttons.type-scale-1 {
    font-size: calc(var(--amp-scale-ratio, 1.25) * 1 * 1em);
    margin-bottom: calc((var(--amp-btn-toggle-plus-1-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - var(--amp-scale-ratio, 1.25) * 1 * var(--amp-font-size-px, 16) * 3 / 2) / (1 * var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16)) * 1em);
    margin-top: calc((var(--amp-btn-toggle-plus-1-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - var(--amp-scale-ratio, 1.25) * 1 * var(--amp-font-size-px, 16) * 3 / 2) / (1 * var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16)) * 1em)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-toggle-buttons.type-scale-2 {
    font-size: calc(var(--amp-scale-ratio, 1.25) * 1 * var(--amp-scale-ratio, 1.25) * 1em);
    margin-bottom: calc((var(--amp-btn-toggle-plus-2-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - var(--amp-scale-ratio, 1.25) * 1 * var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16) * 3 / 2) / (1 * var(--amp-scale-ratio, 1.25) * var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16)) * 1em);
    margin-top: calc((var(--amp-btn-toggle-plus-2-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - var(--amp-scale-ratio, 1.25) * 1 * var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16) * 3 / 2) / (1 * var(--amp-scale-ratio, 1.25) * var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16)) * 1em)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-toggle-buttons.type-scale-minus-1 {
    font-size: calc(1 / var(--amp-scale-ratio, 1.25) * 1em);
    margin-bottom: calc((var(--amp-btn-toggle-minus-1-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - 1 / var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16) * 3 / 2) / (1 / var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16)) * 1em);
    margin-top: calc((var(--amp-btn-toggle-minus-1-rhythm-units) * var(--amp-rhythm-unit-px) / 2 - 1 / var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16) * 3 / 2) / (1 / var(--amp-scale-ratio, 1.25) * var(--amp-font-size-px, 16)) * 1em)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-checkbox, :where(.amp-styles) [class*=layout-context-] .rhythm-radio {
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-checkbox .faux-input, :where(.amp-styles) [class*=layout-context-] .rhythm-radio .faux-input {
    height: calc(var(--amp-radio-checkbox-size-px, 20) / var(--amp-font-size-px, 16) * 1em);
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem);
    width: calc(var(--amp-radio-checkbox-size-px, 20) / var(--amp-font-size-px, 16) * 1em)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-checkbox .faux-input:after, :where(.amp-styles) [class*=layout-context-] .rhythm-radio .faux-input:after {
    height: calc(var(--amp-radio-dot-size-px, 10) / var(--amp-font-size-px, 16) * 1em);
    width: calc(var(--amp-radio-dot-size-px, 10) / var(--amp-font-size-px, 16) * 1em)
}

:where(.amp-styles) .tab-set [role=tablist] [role=tab], :where(.amp-styles) .tab-set [role=tablist] button {
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em)) var(--amp-border-radius, var(--amp-border-radius, .1875em)) 0 0;
    height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

:where(.amp-styles) .tab-set [role=tablist] [role=tab] + [role=tab], :where(.amp-styles) .tab-set [role=tablist] [role=tab] + button, :where(.amp-styles) .tab-set [role=tablist] button + [role=tab], :where(.amp-styles) .tab-set [role=tablist] button + button {
    margin-left: .25em
}

:where(.amp-styles) .tab-set [role=tablist].tab-right {
    justify-content: flex-end
}

:where(.amp-styles) .tab-set [role=tablist].tab-left {
    justify-content: flex-start
}

:where(.amp-styles) .tab-set [role=tablist].tab-middle {
    justify-content: center
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] {
    display: flex;
    flex-flow: row
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab], :where(.amp-styles) .tab-set.tab-box [role=tablist] button {
    display: table-cell;
    margin-bottom: .0625em;
    width: 50%
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab] div, :where(.amp-styles) .tab-set.tab-box [role=tablist] button div {
    display: inline-block
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=true], :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=true] {
    background: #fff;
    border: 0;
    box-shadow: 0 .125em 0 0 #fff, 0 0 0 .0625em #bdbdbd;
    pointer-events: none
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=true]:focus, :where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=true][data-state=focus], :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=true]:focus, :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=true][data-state=focus] {
    z-index: 10
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=true]:focus:not(:focus-visible), :where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=true][data-state=focus]:not(:focus-visible), :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=true]:focus:not(:focus-visible), :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=true][data-state=focus]:not(:focus-visible) {
    outline: 0
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=true]:focus-visible, :where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=true][data-state=focus], :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=true]:focus-visible, :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=true][data-state=focus] {
    outline: 0
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=true]:focus-visible, :where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=true][data-state=focus], :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=true]:focus-visible, :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=true][data-state=focus] {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), #fff 0 .125em 0 0, #bdbdbd 0 0 0 .0625em
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=false], :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=false] {
    background: #bdbdbd;
    box-shadow: 0 0 0 .0625em #bdbdbd;
    color: #444c63
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=false]:focus, :where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=false][data-state=focus], :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=false]:focus, :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=false][data-state=focus] {
    z-index: 10
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=false]:focus:not(:focus-visible), :where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=false][data-state=focus]:not(:focus-visible), :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=false]:focus:not(:focus-visible), :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=false][data-state=focus]:not(:focus-visible) {
    outline: 0
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=false]:focus-visible, :where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=false][data-state=focus], :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=false]:focus-visible, :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=false][data-state=focus] {
    outline: 0
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=false]:focus-visible, :where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab][aria-selected=false][data-state=focus], :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=false]:focus-visible, :where(.amp-styles) .tab-set.tab-box [role=tablist] button[aria-selected=false][data-state=focus] {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), #bdbdbd 0 0 0 .0625em
}

:where(.amp-styles) .tab-set.tab-box [role=tablist] [role=tab]:hover, :where(.amp-styles) .tab-set.tab-box [role=tablist] button:hover {
    background: #e9e9e9;
    box-shadow: 0 0 0 .0625em #e9e9e9;
    color: #9c0d63
}

:where(.amp-styles) .tab-set.tab-box [role=tabpanel] {
    background: #fff;
    border-radius: 0 0 var(--amp-border-radius, .1875em) var(--amp-border-radius, .1875em);
    box-shadow: 0 0 0 .0625em #bdbdbd;
    padding: 1.5em 2.5em
}

:where(.amp-styles) .tab-set.tab-box [role=tabpanel]:focus, :where(.amp-styles) .tab-set.tab-box [role=tabpanel][data-state=focus] {
    z-index: 10
}

:where(.amp-styles) .tab-set.tab-box [role=tabpanel]:focus:not(:focus-visible), :where(.amp-styles) .tab-set.tab-box [role=tabpanel][data-state=focus]:not(:focus-visible) {
    outline: 0
}

:where(.amp-styles) .tab-set.tab-box [role=tabpanel]:focus-visible, :where(.amp-styles) .tab-set.tab-box [role=tabpanel][data-state=focus] {
    outline: 0
}

:where(.amp-styles) .tab-set.tab-box [role=tabpanel]:focus-visible, :where(.amp-styles) .tab-set.tab-box [role=tabpanel][data-state=focus] {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), #bdbdbd 0 0 0 .0625em
}

:where(.amp-styles) .tab-set.tab-head [role=tablist] {
    display: flex;
    font-size: 1.125em
}

:where(.amp-styles) .tab-set.tab-head [role=tablist] [role=tab], :where(.amp-styles) .tab-set.tab-head [role=tablist] button {
    background: #f6f6f6;
    border: 0;
    height: 2.5em;
    line-height: 2.5em;
    min-width: 11.25em;
    padding: 0 1em
}

:where(.amp-styles) .tab-set.tab-head [role=tablist] [role=tab][aria-selected=true], :where(.amp-styles) .tab-set.tab-head [role=tablist] button[aria-selected=true] {
    pointer-events: none
}

:where(.amp-styles) .tab-set.tab-head [role=tablist] [role=tab][aria-selected=false], :where(.amp-styles) .tab-set.tab-head [role=tablist] button[aria-selected=false] {
    background-color: #bdbdbd;
    color: #444c63
}

:where(.amp-styles) .tab-set.tab-head [role=tablist] [role=tab]:hover, :where(.amp-styles) .tab-set.tab-head [role=tablist] button:hover {
    background: #e9e9e9;
    color: #9c0d63
}

:where(.amp-styles) .tab-set.tab-head [role=tablist] [role=tab] .tab-badge, :where(.amp-styles) .tab-set.tab-head [role=tablist] button .tab-badge {
    background-color: #9c0d63;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: .8888888889em;
    line-height: 1.875em;
    margin-left: .5em;
    pointer-events: none;
    width: 1.875em
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .tab-set.tab-head [role=tablist] {
        margin-left: auto;
        margin-right: auto
    }

    :where(.amp-styles) .tab-set.tab-head [role=tablist] [role=tab], :where(.amp-styles) .tab-set.tab-head [role=tablist] button {
        padding-left: .75em;
        padding-right: .75em
    }
}

:where(.amp-styles) .tab-set.tab-underline [role=tablist] [role=tab]:after, :where(.amp-styles) .tab-set.tab-underline [role=tablist] button:after, :where(.amp-styles) .tab-set.tab-underline [role=tablist]:before {
    border-radius: var(--amp-tab-underline-radius, 0);
    bottom: 0;
    content: "";
    display: block;
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * .5);
    left: 0;
    position: absolute;
    width: 100%
}

:where(.amp-styles) .tab-set.tab-underline [role=tablist] {
    display: flex;
    position: relative
}

:where(.amp-styles) .tab-set.tab-underline [role=tablist]:before {
    background-color: #e9e9e9
}

:where(.amp-styles) .tab-set.tab-underline [role=tablist] [role=tab], :where(.amp-styles) .tab-set.tab-underline [role=tablist] button {
    background: none;
    border: 0;
    display: flex;
    margin-left: 0;
    padding: 0 1em
}

:where(.amp-styles) .tab-set.tab-underline [role=tablist] [role=tab]:after, :where(.amp-styles) .tab-set.tab-underline [role=tablist] button:after {
    background-color: #9c0d63
}

:where(.amp-styles) .tab-set.tab-underline [role=tablist] [role=tab][aria-selected=true], :where(.amp-styles) .tab-set.tab-underline [role=tablist] button[aria-selected=true] {
    pointer-events: none
}

:where(.amp-styles) .tab-set.tab-underline [role=tablist] [role=tab][aria-selected=false], :where(.amp-styles) .tab-set.tab-underline [role=tablist] button[aria-selected=false] {
    background-color: none;
    color: #444c63
}

:where(.amp-styles) .tab-set.tab-underline [role=tablist] [role=tab][aria-selected=false] div, :where(.amp-styles) .tab-set.tab-underline [role=tablist] button[aria-selected=false] div {
    color: #444c63
}

:where(.amp-styles) .tab-set.tab-underline [role=tablist] [role=tab][aria-selected=false]:after, :where(.amp-styles) .tab-set.tab-underline [role=tablist] button[aria-selected=false]:after {
    background-color: #e9e9e9
}

:where(.amp-styles) .tab-set.tab-underline [role=tablist] [role=tab]:hover, :where(.amp-styles) .tab-set.tab-underline [role=tablist] button:hover {
    background-color: #e9e9e9;
    color: #9c0d63
}

:where(.amp-styles) .tab-set.tab-underline [role=tablist] [role=tab]:hover div, :where(.amp-styles) .tab-set.tab-underline [role=tablist] button:hover div {
    color: #9c0d63
}

:where(.amp-styles) .tab-set.tab-underline [role=tablist] [role=tab] .big-number, :where(.amp-styles) .tab-set.tab-underline [role=tablist] button .big-number {
    font-size: 1.5em;
    padding-right: .25em;
    pointer-events: none
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .tab-set.tab-underline [role=tablist] {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}

:where(.amp-styles) [class*=layout-context-] .rhythm-tabs.tab-set {
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-tabs.tab-set [role=tablist] [role=tab] {
    height: auto;
    line-height: inherit;
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    white-space: normal
}

:where(.amp-styles) [class*=layout-context-] .rhythm-tabs.tab-underline [role=tablist] {
    box-shadow: inset #e9e9e9 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * .5 * -1) 0
}

:where(.amp-styles) [class*=layout-context-] .rhythm-tabs.tab-underline [role=tablist] [role=tab]:after {
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * .5)
}

:where(.amp-styles) [class*=layout-context-] .rhythm-tabs.type-scale-1 [role=tablist] [role=tab] {
    font-size: calc(var(--amp-scale-ratio) * 1em);
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1.5) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

@font-face {
    font-family: amplify;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/amplify-light/amplify-light.woff) format("woff"), url(../fonts/amplify-light/amplify-light.woff2) format("woff2")
}

@font-face {
    font-family: amplify;
    font-style: italic;
    font-weight: 200;
    src: url(../fonts/amplify-light-italic/amplify-light-italic.woff) format("woff"), url(../fonts/amplify-light-italic/amplify-light-italic.woff2) format("woff2")
}

@font-face {
    font-family: amplify;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/amplify-regular/amplify-regular.woff) format("woff"), url(../fonts/amplify-regular/amplify-regular.woff2) format("woff2")
}

@font-face {
    font-family: amplify;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/amplify-regular-italic/amplify-regular-italic.woff) format("woff"), url(../fonts/amplify-regular-italic/amplify-regular-italic.woff2) format("woff2")
}

@font-face {
    font-family: amplify;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/amplify-medium/amplify-medium.woff) format("woff"), url(../fonts/amplify-medium/amplify-medium.woff2) format("woff2")
}

@font-face {
    font-family: amplify;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/amplify-medium-italic/amplify-medium-italic.woff) format("woff"), url(../fonts/amplify-medium-italic/amplify-medium-italic.woff2) format("woff2")
}

@font-face {
    font-family: amplify;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/amplify-bold/amplify-bold.woff) format("woff"), url(../fonts/amplify-bold/amplify-bold.woff2) format("woff2")
}

@font-face {
    font-family: amplify;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/amplify-bold-italic/amplify-bold-italic.woff) format("woff"), url(../fonts/amplify-bold-italic/amplify-bold-italic.woff2) format("woff2")
}

@font-face {
    font-family: benton-sans;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/benton-sans-light/benton-sans-light.woff) format("woff"), url(../fonts/benton-sans-light/benton-sans-light.woff2) format("woff2")
}

@font-face {
    font-family: benton-sans;
    font-style: italic;
    font-weight: 200;
    src: url(../fonts/benton-sans-light-italic/benton-sans-light-italic.woff) format("woff"), url(../fonts/benton-sans-light-italic/benton-sans-light-italic.woff2) format("woff2")
}

@font-face {
    font-family: benton-sans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/benton-sans-book/benton-sans-book.woff) format("woff"), url(../fonts/benton-sans-book/benton-sans-book.woff2) format("woff2")
}

@font-face {
    font-family: benton-sans;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/benton-sans-book-italic/benton-sans-book-italic.woff) format("woff"), url(../fonts/benton-sans-book-italic/benton-sans-book-italic.woff2) format("woff2")
}

@font-face {
    font-family: benton-sans;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/benton-sans-regular/benton-sans-regular.woff) format("woff"), url(./fonts/benton-sans-regular/benton-sans-regular.woff2) format("woff2")
}

@font-face {
    font-family: benton-sans;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/benton-sans-regular-italic/benton-sans-regular-italic.woff) format("woff"), url(../fonts/benton-sans-regular-italic/benton-sans-regular-italic.woff2) format("woff2")
}

@font-face {
    font-family: benton-sans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/benton-sans-medium/benton-sans-medium.woff) format("woff"), url(../fonts/benton-sans-medium/benton-sans-medium.woff2) format("woff2")
}

@font-face {
    font-family: benton-sans;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/benton-sans-medium-italic/benton-sans-medium-italic.woff) format("woff"), url(../fonts/benton-sans-medium-italic/benton-sans-medium-italic.woff2) format("woff2")
}

@font-face {
    font-family: benton-sans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/benton-sans-bold/benton-sans-bold.woff) format("woff"), url(../fonts/benton-sans-bold/benton-sans-bold.woff2) format("woff2")
}

@font-face {
    font-family: benton-sans;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/benton-sans-bold-italic/benton-sans-bold-italic.woff) format("woff"), url(../fonts/benton-sans-bold-italic/benton-sans-bold-italic.woff2) format("woff2")
}

@font-face {
    font-family: gaegu;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/gaegu-light/gaegu-light.woff) format("woff"), url(../fonts/gaegu-light/gaegu-light.woff2) format("woff2")
}

@font-face {
    font-family: gaegu;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/gaegu-regular/gaegu-regular.woff) format("woff"), url(../fonts/gaegu-regular/gaegu-regular.woff2) format("woff2")
}

@font-face {
    font-family: gaegu;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/gaegu-bold/gaegu-bold.woff) format("woff"), url(../fonts/gaegu-bold/gaegu-bold.woff2) format("woff2")
}

@font-face {
    font-family: icons-amplify-v2;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons-amplify-v2/icons-amplify-v2.woff) format("woff"), url(../fonts/icons-amplify-v2/icons-amplify-v2.ttf) format("truetype")
}

@font-face {
    font-family: icons-amplify-k5;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons-amplify-k5/icons-amplify-k5.woff) format("woff"), url(../fonts/icons-amplify-k5/icons-amplify-k5.ttf) format("truetype")
}

@font-face {
    font-family: icons-amplify;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons-amplify/icons-amplify.woff) format("woff"), url(../fonts/icons-amplify/icons-amplify.ttf) format("truetype")
}

@font-face {
    font-family: icons-material;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons-material/icons-material.woff) format("woff"), url(../fonts/icons-material/icons-material.ttf) format("truetype")
}

@font-face {
    font-family: icons-vamp;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icons-vamp/icons-vamp.woff) format("woff"), url(../fonts/icons-vamp/icons-vamp.ttf) format("truetype")
}

@font-face {
    font-family: lato;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/lato-thin/lato-thin.woff) format("woff"), url(../fonts/lato-thin/lato-thin.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: italic;
    font-weight: 100;
    src: url(../fonts/lato-thin-italic/lato-thin-italic.woff) format("woff"), url(../fonts/lato-thin-italic/lato-thin-italic.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/lato-light/lato-light.woff) format("woff"), url(../fonts/lato-light/lato-light.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/lato-light-italic/lato-light-italic.woff) format("woff"), url(../fonts/lato-light-italic/lato-light-italic.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lato-regular/lato-regular.woff) format("woff"), url(../fonts/lato-regular/lato-regular.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/lato-italic/lato-italic.woff) format("woff"), url(../fonts/lato-italic/lato-italic.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/lato-medium/lato-medium.woff) format("woff"), url(../fonts/lato-medium/lato-medium.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/lato-medium-italic/lato-medium-italic.woff) format("woff"), url(../fonts/lato-medium-italic/lato-medium-italic.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/lato-semi-bold/lato-semi-bold.woff) format("woff"), url(../fonts/lato-semi-bold/lato-semi-bold.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/lato-semi-bold-italic/lato-semi-bold-italic.woff) format("woff"), url(../fonts/lato-semi-bold-italic/lato-semi-bold-italic.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/lato-bold/lato-bold.woff) format("woff"), url(../fonts/lato-bold/lato-bold.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/lato-bold-italic/lato-bold-italic.woff) format("woff"), url(../fonts/lato-bold-italic/lato-bold-italic.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/lato-black/lato-black.woff) format("woff"), url(../fonts/lato-black/lato-black.woff2) format("woff2")
}

@font-face {
    font-family: lato;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/lato-black-italic/lato-black-italic.woff) format("woff"), url(../fonts/lato-black-italic/lato-black-italic.woff2) format("woff2")
}

@font-face {
    font-family: merriweather;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/merriweather-light/merriweather-light.woff) format("woff"), url(../fonts/merriweather-light/merriweather-light.woff2) format("woff2"), url(../fonts/merriweather-light/merriweather-light.ttf) format("truetype")
}

@font-face {
    font-family: merriweather;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/merriweather-light-italic/merriweather-light-italic.woff) format("woff"), url(../fonts/merriweather-light-italic/merriweather-light-italic.woff2) format("woff2"), url(../fonts/merriweather-light-italic/merriweather-light-italic.ttf) format("truetype")
}

@font-face {
    font-family: merriweather;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/merriweather-regular/merriweather-regular.woff) format("woff"), url(../fonts/merriweather-regular/merriweather-regular.woff2) format("woff2"), url(../fonts/merriweather-regular/merriweather-regular.ttf) format("truetype")
}

@font-face {
    font-family: merriweather;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/merriweather-italic/merriweather-italic.woff) format("woff"), url(../fonts/merriweather-italic/merriweather-italic.woff2) format("woff2"), url(../fonts/merriweather-italic/merriweather-italic.ttf) format("truetype")
}

@font-face {
    font-family: merriweather;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/merriweather-bold/merriweather-bold.woff) format("woff"), url(../fonts/merriweather-bold/merriweather-bold.woff2) format("woff2"), url(../fonts/merriweather-bold/merriweather-bold.ttf) format("truetype")
}

@font-face {
    font-family: merriweather;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/merriweather-bold-italic/merriweather-bold-italic.woff) format("woff"), url(../fonts/merriweather-bold-italic/merriweather-bold-italic.woff2) format("woff2"), url(../fonts/merriweather-bold-italic/merriweather-bold-italic.ttf) format("truetype")
}

@font-face {
    font-family: merriweather;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/merriweather-black/merriweather-black.woff) format("woff"), url(../fonts/merriweather-black/merriweather-black.woff2) format("woff2"), url(../fonts/merriweather-black/merriweather-black.ttf) format("truetype")
}

@font-face {
    font-family: merriweather;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/merriweather-black-italic/merriweather-black-italic.woff) format("woff"), url(../fonts/merriweather-black-italic/merriweather-black-italic.woff2) format("woff2"), url(../fonts/merriweather-black-italic/merriweather-black-italic.ttf) format("truetype")
}

@font-face {
    font-family: quicksand;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/quicksand-light/quicksand-light.woff) format("woff"), url(../fonts/quicksand-light/quicksand-light.woff2) format("woff2"), url(../fonts/quicksand-light/quicksand-light.ttf) format("truetype")
}

@font-face {
    font-family: quicksand;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/quicksand-regular/quicksand-regular.woff) format("woff"), url(../fonts/quicksand-regular/quicksand-regular.woff2) format("woff2"), url(../fonts/quicksand-regular/quicksand-regular.ttf) format("truetype")
}

@font-face {
    font-family: quicksand;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/quicksand-medium/quicksand-medium.woff) format("woff"), url(../fonts/quicksand-medium/quicksand-medium.woff2) format("woff2"), url(../fonts/quicksand-medium/quicksand-medium.ttf) format("truetype")
}

@font-face {
    font-family: quicksand;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/quicksand-semi-bold/quicksand-semi-bold.woff) format("woff"), url(../fonts/quicksand-semi-bold/quicksand-semi-bold.woff2) format("woff2"), url(../fonts/quicksand-semi-bold/quicksand-semi-bold.ttf) format("truetype")
}

@font-face {
    font-family: quicksand;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/quicksand-bold/quicksand-bold.woff) format("woff"), url(../fonts/quicksand-bold/quicksand-bold.woff2) format("woff2"), url(../fonts/quicksand-bold/quicksand-bold.ttf) format("truetype")
}

@font-face {
    font-family: open-sans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/open-sans-light/open-sans-light.woff2) format("woff2"), url(../fonts/open-sans-light/open-sans-light.woff) format("woff"), url(../fonts/open-sans-light/open-sans-light.ttf) format("truetype")
}

@font-face {
    font-family: open-sans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/open-sans-regular/open-sans-regular.woff2) format("woff2"), url(../fonts/open-sans-regular/open-sans-regular.woff) format("woff"), url(../fonts/open-sans-regular/open-sans-regular.ttf) format("truetype")
}

@font-face {
    font-family: open-sans;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/open-sans-italic/open-sans-italic.woff2) format("woff2"), url(../fonts/open-sans-italic/open-sans-italic.woff) format("woff"), url(../fonts/open-sans-italic/open-sans-italic.ttf) format("truetype")
}

@font-face {
    font-family: open-sans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/open-sans-semi-bold/open-sans-semi-bold.woff2) format("woff2"), url(../fonts/open-sans-semi-bold/open-sans-semi-bold.woff) format("woff"), url(../fonts/open-sans-semi-bold/open-sans-semi-bold.ttf) format("truetype")
}

@font-face {
    font-family: open-sans;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/open-sans-semi-bold-italic/open-sans-semi-bold-italic.woff2) format("woff2"), url(../fonts/open-sans-semi-bold-italic/open-sans-semi-bold-italic.woff) format("woff"), url(../fonts/open-sans-semi-bold-italic/open-sans-semi-bold-italic.ttf) format("truetype")
}

@font-face {
    font-family: open-sans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/open-sans-bold/open-sans-bold.woff2) format("woff2"), url(../fonts/open-sans-bold/open-sans-bold.woff) format("woff"), url(../fonts/open-sans-bold/open-sans-bold.ttf) format("truetype")
}

@font-face {
    font-family: open-sans;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/open-sans-bold-italic/open-sans-bold-italic.woff2) format("woff2"), url(../fonts/open-sans-bold-italic/open-sans-bold-italic.woff) format("woff"), url(../fonts/open-sans-bold-italic/open-sans-bold-italic.ttf) format("truetype")
}

@font-face {
    font-family: open-sans;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/open-sans-extra-bold/open-sans-extra-bold.woff2) format("woff2"), url(../fonts/open-sans-extra-bold/open-sans-extra-bold.woff) format("woff"), url(../fonts/open-sans-extra-bold/open-sans-extra-bold.ttf) format("truetype")
}

@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/roboto-light/roboto-light.woff) format("woff"), url(../fonts/roboto-light/roboto-light.ttf) format("truetype")
}

@font-face {
    font-family: roboto;
    font-style: italic;
    font-weight: 200;
    src: url(../fonts/roboto-light-italic/roboto-light-italic.woff) format("woff"), url(../fonts/roboto-light-italic/roboto-light-italic.ttf) format("truetype")
}

@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/roboto-regular/roboto-regular.woff) format("woff"), url(../fonts/roboto-regular/roboto-regular.ttf) format("truetype")
}

@font-face {
    font-family: roboto;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/roboto-italic/roboto-italic.woff) format("woff"), url(../fonts/roboto-italic/roboto-italic.ttf) format("truetype")
}

@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/roboto-medium/roboto-medium.woff) format("woff"), url(../fonts/roboto-medium/roboto-medium.ttf) format("truetype")
}

@font-face {
    font-family: roboto;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/roboto-medium-italic/roboto-medium-italic.woff) format("woff"), url(../fonts/roboto-medium-italic/roboto-medium-italic.ttf) format("truetype")
}

@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/roboto-bold/roboto-bold.woff) format("woff"), url(../fonts/roboto-bold/roboto-bold.ttf) format("truetype")
}

@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/roboto-black/roboto-black.woff) format("woff"), url(../fonts/roboto-black/roboto-black.ttf) format("truetype")
}

@font-face {
    font-family: rockwell;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/rockwell-regular/rockwell-regular.woff) format("woff"), url(../fonts/rockwell-regular/rockwell-regular.woff2) format("woff2")
}

@font-face {
    font-family: rockwell;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/rockwell-bold/rockwell-bold.woff) format("woff"), url(../fonts/rockwell-bold/rockwell-bold.woff2) format("woff2")
}

:where(.amp-styles) .container-fluid:not(.no-max), :where(.amp-styles) .container-lg:not(.no-max), :where(.amp-styles) .container-md:not(.no-max), :where(.amp-styles) .container-sm:not(.no-max), :where(.amp-styles) .container-xl:not(.no-max), :where(.amp-styles) .container-xxl:not(.no-max) {
    max-width: 1440px
}

:where(.amp-styles) [class*=" icon-v2-"], :where(.amp-styles) [class^=icon-v2-] {
    font-family: icons-amplify-v2 !important;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

:where(.amp-styles) .icon-v2-arrow-back:before {
    content: "\e900"
}

:where(.amp-styles) .icon-v2-arrow-next:before {
    content: "\e901"
}

:where(.amp-styles) .icon-v2-arrow-up:before {
    content: "\e902"
}

:where(.amp-styles) .icon-v2-arrow-down:before {
    content: "\e903"
}

:where(.amp-styles) .icon-v2-caret-left:before {
    content: "\e904"
}

:where(.amp-styles) .icon-v2-caret-right:before {
    content: "\e905"
}

:where(.amp-styles) .icon-v2-caret-up:before {
    content: "\e906"
}

:where(.amp-styles) .icon-v2-caret-down:before {
    content: "\e907"
}

:where(.amp-styles) .icon-v2-caret-small-left:before {
    content: "\e908"
}

:where(.amp-styles) .icon-v2-caret-small-right:before {
    content: "\e909"
}

:where(.amp-styles) .icon-v2-caret-small-up:before {
    content: "\e90a"
}

:where(.amp-styles) .icon-v2-caret-small-down:before {
    content: "\e90b"
}

:where(.amp-styles) .icon-v2-chevron-left:before {
    content: "\e90c"
}

:where(.amp-styles) .icon-v2-chevron-right:before {
    content: "\e90d"
}

:where(.amp-styles) .icon-v2-chevron-up:before {
    content: "\e90e"
}

:where(.amp-styles) .icon-v2-chevron-down:before {
    content: "\e90f"
}

:where(.amp-styles) .icon-v2-chevron-small-left:before {
    content: "\e910"
}

:where(.amp-styles) .icon-v2-chevron-small-right:before {
    content: "\e911"
}

:where(.amp-styles) .icon-v2-chevron-small-up:before {
    content: "\e912"
}

:where(.amp-styles) .icon-v2-chevron-small-down:before {
    content: "\e913"
}

:where(.amp-styles) .icon-v2-double-chevron-left:before {
    content: "\e914"
}

:where(.amp-styles) .icon-v2-double-chevron-right:before {
    content: "\e915"
}

:where(.amp-styles) .icon-v2-double-chevron-up:before {
    content: "\e916"
}

:where(.amp-styles) .icon-v2-double-chevron-down:before {
    content: "\e917"
}

:where(.amp-styles) .icon-v2-first-page:before {
    content: "\e918"
}

:where(.amp-styles) .icon-v2-last-page:before {
    content: "\e919"
}

:where(.amp-styles) .icon-v2-sort:before {
    content: "\e91a"
}

:where(.amp-styles) .icon-v2-sort-down:before {
    content: "\e91b"
}

:where(.amp-styles) .icon-v2-sort-up:before {
    content: "\e91c"
}

:where(.amp-styles) .icon-v2-back-to-top:before {
    content: "\e91d"
}

:where(.amp-styles) .icon-v2-down-to-bottom:before {
    content: "\e91e"
}

:where(.amp-styles) .icon-v2-log-in:before {
    content: "\e91f"
}

:where(.amp-styles) .icon-v2-log-out:before {
    content: "\e920"
}

:where(.amp-styles) .icon-v2-maximize:before {
    content: "\e921"
}

:where(.amp-styles) .icon-v2-minimize:before {
    content: "\e922"
}

:where(.amp-styles) .icon-v2-overflow-horizontal:before {
    content: "\e923"
}

:where(.amp-styles) .icon-v2-overflow-vertical:before {
    content: "\e924"
}

:where(.amp-styles) .icon-v2-zoom-in:before {
    content: "\e925"
}

:where(.amp-styles) .icon-v2-zoom-out:before {
    content: "\e926"
}

:where(.amp-styles) .icon-v2-home:before {
    content: "\e927"
}

:where(.amp-styles) .icon-v2-hamburger-menu:before {
    content: "\e928"
}

:where(.amp-styles) .icon-v2-apps:before {
    content: "\e929"
}

:where(.amp-styles) .icon-v2-launch:before {
    content: "\e92a"
}

:where(.amp-styles) .icon-v2-user:before {
    content: "\e92b"
}

:where(.amp-styles) .icon-v2-classes:before {
    content: "\e92c"
}

:where(.amp-styles) .icon-v2-jump-to:before {
    content: "\e92d"
}

:where(.amp-styles) .icon-v2-differentiation:before {
    content: "\e92e"
}

:where(.amp-styles) .icon-v2-on-the-fly:before {
    content: "\e92f"
}

:where(.amp-styles) .icon-v2-data:before {
    content: "\e930"
}

:where(.amp-styles) .icon-v2-ereader:before {
    content: "\e931"
}

:where(.amp-styles) .icon-v2-new-tab:before {
    content: "\e97e"
}

:where(.amp-styles) .icon-v2-close:before {
    content: "\e932"
}

:where(.amp-styles) .icon-v2-question-mark:before {
    content: "\e9bd"
}

:where(.amp-styles) .icon-v2-list-view:before {
    content: "\e9be"
}

:where(.amp-styles) .icon-v2-sample-response:before {
    content: "\e9bf"
}

:where(.amp-styles) .icon-v2-lesson-brief:before {
    content: "\e9c0"
}

:where(.amp-styles) .icon-v2-student-support:before {
    content: "\e9c1"
}

:where(.amp-styles) .icon-v2-grid-view:before {
    content: "\e9c2"
}

:where(.amp-styles) .icon-v2-run-sample-class:before {
    content: "\e9d6"
}

:where(.amp-styles) .icon-v2-readonly-editor:before {
    content: "\e9d7"
}

:where(.amp-styles) .icon-v2-snapshot:before {
    content: "\e9d8"
}

:where(.amp-styles) .icon-v2-grading:before {
    content: "\e9d9"
}

:where(.amp-styles) .icon-v2-rubric:before {
    content: "\e9da"
}

:where(.amp-styles) .icon-v2-digital-course:before {
    content: "\e9f4"
}

:where(.amp-styles) .icon-v2-accessibility:before {
    content: "\e9f9"
}

:where(.amp-styles) .icon-v2-pd-library:before {
    content: "\ea0d"
}

:where(.amp-styles) .icon-v2-person:before {
    content: "\e933"
}

:where(.amp-styles) .icon-v2-group:before {
    content: "\e934"
}

:where(.amp-styles) .icon-v2-absent-person:before {
    content: "\e97f"
}

:where(.amp-styles) .icon-v2-folder:before {
    content: "\e9c3"
}

:where(.amp-styles) .icon-v2-file:before {
    content: "\e935"
}

:where(.amp-styles) .icon-v2-notes:before {
    content: "\e936"
}

:where(.amp-styles) .icon-v2-teacher-material:before {
    content: "\e937"
}

:where(.amp-styles) .icon-v2-assignment:before {
    content: "\e938"
}

:where(.amp-styles) .icon-v2-composite:before {
    content: "\e981"
}

:where(.amp-styles) .icon-v2-image:before {
    content: "\e939"
}

:where(.amp-styles) .icon-v2-projection:before {
    content: "\e93a"
}

:where(.amp-styles) .icon-v2-video:before {
    content: "\e93b"
}

:where(.amp-styles) .icon-v2-pdf:before {
    content: "\e93c"
}

:where(.amp-styles) .icon-v2-ppt:before {
    content: "\e93d"
}

:where(.amp-styles) .icon-v2-zip:before {
    content: "\e93e"
}

:where(.amp-styles) .icon-v2-xls:before {
    content: "\e9c4"
}

:where(.amp-styles) .icon-v2-csv:before {
    content: "\e9a6"
}

:where(.amp-styles) .icon-v2-school:before {
    content: "\e987"
}

:where(.amp-styles) .icon-v2-sim:before {
    content: "\e99f"
}

:where(.amp-styles) .icon-v2-clock-outlined:before {
    content: "\e9a0"
}

:where(.amp-styles) .icon-v2-clock-filled:before {
    content: "\e9a1"
}

:where(.amp-styles) .icon-v2-lightning:before {
    content: "\e9ac"
}

:where(.amp-styles) .icon-v2-calculator:before {
    content: "\e9af"
}

:where(.amp-styles) .icon-v2-tools:before {
    content: "\e9b7"
}

:where(.amp-styles) .icon-v2-scratchpad:before {
    content: "\e9b8"
}

:where(.amp-styles) .icon-v2-languages:before {
    content: "\e9b9"
}

:where(.amp-styles) .icon-v2-teacher-guide:before {
    content: "\e9c5"
}

:where(.amp-styles) .icon-v2-single-session-code:before {
    content: "\e9c6"
}

:where(.amp-styles) .icon-v2-reporting:before {
    content: "\e9c7"
}

:where(.amp-styles) .icon-v2-paper:before {
    content: "\e9c8"
}

:where(.amp-styles) .icon-v2-qr-code:before {
    content: "\e9c9"
}

:where(.amp-styles) .icon-v2-curricula:before {
    content: "\e9ca"
}

:where(.amp-styles) .icon-v2-classwork:before {
    content: "\e9cb"
}

:where(.amp-styles) .icon-v2-frame:before {
    content: "\e9f3"
}

:where(.amp-styles) .icon-v2-cube-outlined:before {
    content: "\ea0c"
}

:where(.amp-styles) .icon-v2-chat:before {
    content: "\e93f"
}

:where(.amp-styles) .icon-v2-messages:before {
    content: "\e9cc"
}

:where(.amp-styles) .icon-v2-add-comment:before {
    content: "\e940"
}

:where(.amp-styles) .icon-v2-add-note:before {
    content: "\e941"
}

:where(.amp-styles) .icon-v2-add-person:before {
    content: "\e942"
}

:where(.amp-styles) .icon-v2-add-group:before {
    content: "\e943"
}

:where(.amp-styles) .icon-v2-add:before {
    content: "\e944"
}

:where(.amp-styles) .icon-v2-subtract:before {
    content: "\e945"
}

:where(.amp-styles) .icon-v2-block:before {
    content: "\e946"
}

:where(.amp-styles) .icon-v2-bookmark:before {
    content: "\e947"
}

:where(.amp-styles) .icon-v2-bookmark-filled:before {
    content: "\e9b6"
}

:where(.amp-styles) .icon-v2-edit:before {
    content: "\e948"
}

:where(.amp-styles) .icon-v2-search:before {
    content: "\e949"
}

:where(.amp-styles) .icon-v2-calendar:before {
    content: "\e94a"
}

:where(.amp-styles) .icon-v2-filter:before {
    content: "\e94b"
}

:where(.amp-styles) .icon-v2-hand-out:before {
    content: "\e94c"
}

:where(.amp-styles) .icon-v2-collect:before {
    content: "\e94d"
}

:where(.amp-styles) .icon-v2-copy:before {
    content: "\e94e"
}

:where(.amp-styles) .icon-v2-delete:before {
    content: "\e94f"
}

:where(.amp-styles) .icon-v2-upload:before {
    content: "\e950"
}

:where(.amp-styles) .icon-v2-download:before {
    content: "\e951"
}

:where(.amp-styles) .icon-v2-downloaded:before {
    content: "\e9cd"
}

:where(.amp-styles) .icon-v2-offline:before {
    content: "\e9ce"
}

:where(.amp-styles) .icon-v2-draggable-horizontal:before {
    content: "\e952"
}

:where(.amp-styles) .icon-v2-draggable-vertical:before {
    content: "\e953"
}

:where(.amp-styles) .icon-v2-email:before {
    content: "\e954"
}

:where(.amp-styles) .icon-v2-export:before {
    content: "\e955"
}

:where(.amp-styles) .icon-v2-import:before {
    content: "\e956"
}

:where(.amp-styles) .icon-v2-present-this:before {
    content: "\e957"
}

:where(.amp-styles) .icon-v2-stop-presenting:before {
    content: "\e9cf"
}

:where(.amp-styles) .icon-v2-presentation:before {
    content: "\e958"
}

:where(.amp-styles) .icon-v2-monitor:before {
    content: "\e959"
}

:where(.amp-styles) .icon-v2-student-solo:before {
    content: "\e9d0"
}

:where(.amp-styles) .icon-v2-print:before {
    content: "\e95a"
}

:where(.amp-styles) .icon-v2-undo:before {
    content: "\e95b"
}

:where(.amp-styles) .icon-v2-redo:before {
    content: "\e95c"
}

:where(.amp-styles) .icon-v2-sync:before {
    content: "\e95d"
}

:where(.amp-styles) .icon-v2-reset:before {
    content: "\e95e"
}

:where(.amp-styles) .icon-v2-reset-lesson:before {
    content: "\e95f"
}

:where(.amp-styles) .icon-v2-save:before {
    content: "\e960"
}

:where(.amp-styles) .icon-v2-settings:before {
    content: "\e961"
}

:where(.amp-styles) .icon-v2-share:before {
    content: "\e962"
}

:where(.amp-styles) .icon-v2-table-of-contents:before {
    content: "\e963"
}

:where(.amp-styles) .icon-v2-pin:before {
    content: "\e964"
}

:where(.amp-styles) .icon-v2-transfer:before {
    content: "\e965"
}

:where(.amp-styles) .icon-v2-link:before {
    content: "\e966"
}

:where(.amp-styles) .icon-v2-unlink:before {
    content: "\e967"
}

:where(.amp-styles) .icon-v2-locked:before {
    content: "\e969"
}

:where(.amp-styles) .icon-v2-unlocked:before {
    content: "\e96a"
}

:where(.amp-styles) .icon-v2-notification:before {
    content: "\e96b"
}

:where(.amp-styles) .icon-v2-notification-off:before {
    content: "\e96c"
}

:where(.amp-styles) .icon-v2-notification-filled:before {
    content: "\e9ab"
}

:where(.amp-styles) .icon-v2-view:before {
    content: "\e96d"
}

:where(.amp-styles) .icon-v2-view-off:before {
    content: "\e96e"
}

:where(.amp-styles) .icon-v2-preview:before {
    content: "\e9d1"
}

:where(.amp-styles) .icon-v2-archive:before {
    content: "\e968"
}

:where(.amp-styles) .icon-v2-assign:before {
    content: "\e980"
}

:where(.amp-styles) .icon-v2-eraser:before {
    content: "\e982"
}

:where(.amp-styles) .icon-v2-keyboard:before {
    content: "\e983"
}

:where(.amp-styles) .icon-v2-line-tool:before {
    content: "\e984"
}

:where(.amp-styles) .icon-v2-math-type:before {
    content: "\e985"
}

:where(.amp-styles) .icon-v2-teach:before {
    content: "\e986"
}

:where(.amp-styles) .icon-v2-favorite:before {
    content: "\e9a8"
}

:where(.amp-styles) .icon-v2-favorite-off:before {
    content: "\e9a9"
}

:where(.amp-styles) .icon-v2-move:before {
    content: "\e9aa"
}

:where(.amp-styles) .icon-v2-sort-arrow-up:before {
    content: "\e9ad"
}

:where(.amp-styles) .icon-v2-sort-arrow-down:before {
    content: "\e9ae"
}

:where(.amp-styles) .icon-v2-raise-hand:before {
    content: "\e9ba"
}

:where(.amp-styles) .icon-v2-view-history:before {
    content: "\e9bb"
}

:where(.amp-styles) .icon-v2-drill-down:before {
    content: "\e9bc"
}

:where(.amp-styles) .icon-v2-pace:before {
    content: "\e9d2"
}

:where(.amp-styles) .icon-v2-celebration:before {
    content: "\e9d3"
}

:where(.amp-styles) .icon-v2-anonymize:before {
    content: "\e9d4"
}

:where(.amp-styles) .icon-v2-publish:before {
    content: "\e9db"
}

:where(.amp-styles) .icon-v2-activity-data:before {
    content: "\e9dc"
}

:where(.amp-styles) .icon-v2-contrast:before {
    content: "\e9dd"
}

:where(.amp-styles) .icon-v2-paragraph-numbers:before {
    content: "\e9f5"
}

:where(.amp-styles) .icon-v2-insert-math:before {
    content: "\e9f6"
}

:where(.amp-styles) .icon-v2-thumb-up:before {
    content: "\e9f7"
}

:where(.amp-styles) .icon-v2-thumb-down:before {
    content: "\e9f8"
}

:where(.amp-styles) .icon-v2-send:before {
    content: "\e9fa"
}

:where(.amp-styles) .icon-v2-fit-page:before {
    content: "\ea08"
}

:where(.amp-styles) .icon-v2-fit-width:before {
    content: "\ea09"
}

:where(.amp-styles) .icon-v2-repeat:before {
    content: "\ea0e"
}

:where(.amp-styles) .icon-v2-push-to-editions:before {
    content: "\ea10"
}

:where(.amp-styles) .icon-v2-checkmark-outline:before {
    content: "\e96f"
}

:where(.amp-styles) .icon-v2-checkmark:before {
    content: "\e970"
}

:where(.amp-styles) .icon-v2-error-critical:before {
    content: "\e971"
}

:where(.amp-styles) .icon-v2-error:before {
    content: "\e972"
}

:where(.amp-styles) .icon-v2-help:before {
    content: "\e973"
}

:where(.amp-styles) .icon-v2-information:before {
    content: "\e974"
}

:where(.amp-styles) .icon-v2-warning:before {
    content: "\e975"
}

:where(.amp-styles) .icon-v2-in-progress:before {
    content: "\e9a7"
}

:where(.amp-styles) .icon-v2-audio:before {
    content: "\e988"
}

:where(.amp-styles) .icon-v2-volume-down:before {
    content: "\e989"
}

:where(.amp-styles) .icon-v2-volume-up:before {
    content: "\e98a"
}

:where(.amp-styles) .icon-v2-mute:before {
    content: "\e98b"
}

:where(.amp-styles) .icon-v2-play:before {
    content: "\e98c"
}

:where(.amp-styles) .icon-v2-pause:before {
    content: "\e98d"
}

:where(.amp-styles) .icon-v2-skip-forward:before {
    content: "\e98e"
}

:where(.amp-styles) .icon-v2-skip-back:before {
    content: "\e98f"
}

:where(.amp-styles) .icon-v2-stop:before {
    content: "\e990"
}

:where(.amp-styles) .icon-v2-replay:before {
    content: "\e991"
}

:where(.amp-styles) .icon-v2-mic-on:before {
    content: "\e992"
}

:where(.amp-styles) .icon-v2-mic-off:before {
    content: "\e993"
}

:where(.amp-styles) .icon-v2-headphones:before {
    content: "\e994"
}

:where(.amp-styles) .icon-v2-speed-halfx:before {
    content: "\e995"
}

:where(.amp-styles) .icon-v2-speed-1x:before {
    content: "\e996"
}

:where(.amp-styles) .icon-v2-speed-2x:before {
    content: "\e997"
}

:where(.amp-styles) .icon-v2-speed-3x:before {
    content: "\e998"
}

:where(.amp-styles) .icon-v2-rewind-5:before {
    content: "\e999"
}

:where(.amp-styles) .icon-v2-rewind-10:before {
    content: "\e99a"
}

:where(.amp-styles) .icon-v2-rewind-30:before {
    content: "\e99b"
}

:where(.amp-styles) .icon-v2-forward-5:before {
    content: "\e99c"
}

:where(.amp-styles) .icon-v2-forward-10:before {
    content: "\e99d"
}

:where(.amp-styles) .icon-v2-forward-30:before {
    content: "\e99e"
}

:where(.amp-styles) .icon-v2-recording-start:before {
    content: "\e9f1"
}

:where(.amp-styles) .icon-v2-recording-stop:before {
    content: "\e9f2"
}

:where(.amp-styles) .icon-v2-no-audio:before {
    content: "\ea0f"
}

:where(.amp-styles) .icon-v2-bold:before {
    content: "\e9b0"
}

:where(.amp-styles) .icon-v2-italic:before {
    content: "\e9b1"
}

:where(.amp-styles) .icon-v2-underline:before {
    content: "\e9b2"
}

:where(.amp-styles) .icon-v2-text-color:before {
    content: "\e9b3"
}

:where(.amp-styles) .icon-v2-bulleted-list:before {
    content: "\e9b4"
}

:where(.amp-styles) .icon-v2-code:before {
    content: "\e9b5"
}

:where(.amp-styles) .icon-v2-clear:before {
    content: "\e9d5"
}

:where(.amp-styles) .icon-v2-ordered-list:before {
    content: "\e9ec"
}

:where(.amp-styles) .icon-v2-align-center:before {
    content: "\e9ed"
}

:where(.amp-styles) .icon-v2-align-justify:before {
    content: "\e9ee"
}

:where(.amp-styles) .icon-v2-align-left:before {
    content: "\e9ef"
}

:where(.amp-styles) .icon-v2-align-right:before {
    content: "\e9f0"
}

:where(.amp-styles) .icon-v2-text-tool:before {
    content: "\e9fb"
}

:where(.amp-styles) .icon-v2-line-weight-1:before {
    content: "\e9fc"
}

:where(.amp-styles) .icon-v2-line-weight-2:before {
    content: "\e9fd"
}

:where(.amp-styles) .icon-v2-line-weight-3:before {
    content: "\e9fe"
}

:where(.amp-styles) .icon-v2-text-size-1:before {
    content: "\e9ff"
}

:where(.amp-styles) .icon-v2-text-size-2:before {
    content: "\ea00"
}

:where(.amp-styles) .icon-v2-text-size-3:before {
    content: "\ea01"
}

:where(.amp-styles) .icon-v2-correct:before {
    content: "\e9a2"
}

:where(.amp-styles) .icon-v2-incorrect:before {
    content: "\e9a3"
}

:where(.amp-styles) .icon-v2-incomplete:before {
    content: "\e9a4"
}

:where(.amp-styles) .icon-v2-unanswered:before {
    content: "\e9a5"
}

:where(.amp-styles) .icon-v2-challenge-creator:before {
    content: "\e9de"
}

:where(.amp-styles) .icon-v2-action-button:before {
    content: "\e9df"
}

:where(.amp-styles) .icon-v2-card-sort:before {
    content: "\e9e0"
}

:where(.amp-styles) .icon-v2-checkboxes:before {
    content: "\e9e1"
}

:where(.amp-styles) .icon-v2-free-response:before {
    content: "\e9e2"
}

:where(.amp-styles) .icon-v2-graph:before {
    content: "\e9e3"
}

:where(.amp-styles) .icon-v2-graphing-calculator:before {
    content: "\e9e4"
}

:where(.amp-styles) .icon-v2-media:before {
    content: "\e9e5"
}

:where(.amp-styles) .icon-v2-multiple-choice:before {
    content: "\e9e6"
}

:where(.amp-styles) .icon-v2-note:before {
    content: "\e9e7"
}

:where(.amp-styles) .icon-v2-polygraph:before {
    content: "\e9e8"
}

:where(.amp-styles) .icon-v2-polypad:before {
    content: "\e9e9"
}

:where(.amp-styles) .icon-v2-sketch:before {
    content: "\e9ea"
}

:where(.amp-styles) .icon-v2-table:before {
    content: "\e9eb"
}

:where(.amp-styles) .icon-v2-student-responses:before {
    content: "\ea07"
}

:where(.amp-styles) .icon-v2-item:before {
    content: "\ea0a"
}

:where(.amp-styles) .icon-v2-item-bank:before {
    content: "\ea0b"
}

:where(.amp-styles) .icon-v2-glyph-checkmark:before {
    content: "\e976"
}

:where(.amp-styles) .icon-v2-glyph-exclamation:before {
    content: "\e977"
}

:where(.amp-styles) .icon-v2-glyph-exclamation-short:before {
    content: "\e978"
}

:where(.amp-styles) .icon-v2-glyph-i:before {
    content: "\e979"
}

:where(.amp-styles) .icon-v2-glyph-questionmark:before {
    content: "\e97a"
}

:where(.amp-styles) .icon-v2-shape-circle:before {
    content: "\e97b"
}

:where(.amp-styles) .icon-v2-shape-octagon:before {
    content: "\e97c"
}

:where(.amp-styles) .icon-v2-shape-triangle:before {
    content: "\e97d"
}

:where(.amp-styles) [class*=" icon-v2-duotone-"], :where(.amp-styles) [class*=" icon-v2-messaging-"], :where(.amp-styles) [class^=icon-v2-duotone-], :where(.amp-styles) [class^=icon-v2-messaging-] {
    position: relative
}

:where(.amp-styles) [class*=" icon-v2-duotone-"]:after, :where(.amp-styles) [class*=" icon-v2-messaging-"]:after, :where(.amp-styles) [class^=icon-v2-duotone-]:after, :where(.amp-styles) [class^=icon-v2-messaging-]:after {
    left: 0;
    position: absolute;
    top: 0
}

:where(.amp-styles) .icon-v2-messaging-error:before {
    color: #db2e00;
    content: "\e97d"
}

:where(.amp-styles) .icon-v2-messaging-error:after {
    color: #fff;
    content: "\e978"
}

:where(.amp-styles) .icon-v2-messaging-warning:before {
    color: #d8a202;
    content: "\e97d"
}

:where(.amp-styles) .icon-v2-messaging-warning:after {
    color: #fff;
    content: "\e978"
}

:where(.amp-styles) .icon-v2-messaging-info:before {
    color: #3278c8;
    content: "\e97b"
}

:where(.amp-styles) .icon-v2-messaging-info:after {
    color: #fff;
    content: "\e979"
}

:where(.amp-styles) .icon-v2-messaging-success:before {
    color: #00866b;
    content: "\e97b"
}

:where(.amp-styles) .icon-v2-messaging-success:after {
    color: #fff;
    content: "\e976"
}

:where(.amp-styles) .icon-v2-duotone-warning:before {
    content: "\e97d"
}

:where(.amp-styles) .icon-v2-duotone-warning:after {
    color: #fff;
    content: "\e978"
}

:where(.amp-styles) .icon-v2-duotone-info:before {
    content: "\e97b"
}

:where(.amp-styles) .icon-v2-duotone-info:after {
    color: #fff;
    content: "\e979"
}

:where(.amp-styles) .icon-v2-duotone-success:before {
    content: "\e97b"
}

:where(.amp-styles) .icon-v2-duotone-success:after {
    color: #fff;
    content: "\e976"
}

:where(.amp-styles) [class*=" icon-v2-social-"].official-color, :where(.amp-styles) [class^=icon-v2-social-].official-color {
    color: var(--amp-official-color)
}

:where(.amp-styles) .icon-v2-social-facebook {
    --amp-official-color: #0866ff
}

:where(.amp-styles) .icon-v2-social-facebook:before {
    content: "\ea02"
}

:where(.amp-styles) .icon-v2-social-instagram {
    --amp-official-color: #e4405f
}

:where(.amp-styles) .icon-v2-social-instagram:before {
    content: "\ea03"
}

:where(.amp-styles) .icon-v2-social-x {
    --amp-official-color: #000
}

:where(.amp-styles) .icon-v2-social-x:before {
    content: "\ea04"
}

:where(.amp-styles) .icon-v2-social-linkedin {
    --amp-official-color: #0a66c2
}

:where(.amp-styles) .icon-v2-social-linkedin:before {
    content: "\ea05"
}

:where(.amp-styles) .icon-v2-social-youtube {
    --amp-official-color: red
}

:where(.amp-styles) .icon-v2-social-youtube:before {
    content: "\ea06"
}

:where(.amp-styles) [class*=" icon-amplify-"], :where(.amp-styles) [class^=icon-amplify-] {
    font-family: icons-amplify !important;
    font-size: 1.5rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

:where(.amp-styles) .icon-amplify-data:before {
    content: "\e924"
}

:where(.amp-styles) .icon-amplify-play-speed-half:before {
    content: "\e91d"
}

:where(.amp-styles) .icon-amplify-play-speed-3x:before {
    content: "\e920"
}

:where(.amp-styles) .icon-amplify-play-speed-2x:before {
    content: "\e921"
}

:where(.amp-styles) .icon-amplify-play-speed-1x:before {
    content: "\e922"
}

:where(.amp-styles) .icon-amplify-audio:before {
    content: "\e923"
}

:where(.amp-styles) .icon-amplify-play:before {
    content: "\e91e"
}

:where(.amp-styles) .icon-amplify-start-over:before {
    content: "\e91f"
}

:where(.amp-styles) .icon-amplify-glyph-check:before {
    content: "\e915"
}

:where(.amp-styles) .icon-amplify-glyph-exclamation:before {
    content: "\e917"
}

:where(.amp-styles) .icon-amplify-glyph-i:before {
    content: "\e918"
}

:where(.amp-styles) .icon-amplify-glyph-x:before {
    content: "\e919"
}

:where(.amp-styles) .icon-amplify-shape-circle:before {
    content: "\e91a"
}

:where(.amp-styles) .icon-amplify-shape-stop:before {
    content: "\e91b"
}

:where(.amp-styles) .icon-amplify-shape-caution:before {
    content: "\e91c"
}

:where(.amp-styles) .icon-amplify-question:before {
    content: "\e914"
}

:where(.amp-styles) .icon-amplify-double-chevron:before {
    content: "\e913"
}

:where(.amp-styles) .icon-amplify-hand-out:before {
    content: "\e911"
}

:where(.amp-styles) .icon-amplify-collect:before {
    content: "\e912"
}

:where(.amp-styles) .icon-amplify-assignment:before {
    content: "\e910"
}

:where(.amp-styles) .icon-amplify-chevron:before {
    content: "\e90f"
}

:where(.amp-styles) .icon-amplify-success:before {
    content: "\e90e"
}

:where(.amp-styles) .icon-amplify-present-this:before {
    content: "\e90c"
}

:where(.amp-styles) .icon-amplify-presentation:before {
    content: "\e90d"
}

:where(.amp-styles) .icon-amplify-monitor:before {
    content: "\e30c"
}

:where(.amp-styles) .icon-amplify-done:before {
    content: "\e876"
}

:where(.amp-styles) .icon-amplify-lock:before {
    content: "\e897"
}

:where(.amp-styles) .icon-amplify-pause:before {
    content: "\e90b"
}

:where(.amp-styles) .icon-amplify-volume:before {
    content: "\e909"
}

:where(.amp-styles) .icon-amplify-admin:before {
    content: "\e254"
}

:where(.amp-styles) .icon-amplify-exit:before {
    content: "\e879"
}

:where(.amp-styles) .icon-amplify-help_outline:before {
    content: "\e8fd"
}

:where(.amp-styles) .icon-amplify-launch:before {
    content: "\e908"
}

:where(.amp-styles) .icon-amplify-arrow-back:before {
    content: "\e907"
}

:where(.amp-styles) .icon-amplify-profile:before {
    content: "\e900"
}

:where(.amp-styles) .icon-amplify-classes:before {
    content: "\e906"
}

:where(.amp-styles) .icon-amplify-chat:before {
    content: "\e0ca"
}

:where(.amp-styles) .icon-amplify-chat-outline:before {
    content: "\e0cb"
}

:where(.amp-styles) .icon-amplify-file:before {
    content: "\e24d"
}

:where(.amp-styles) .icon-amplify-new-window:before {
    content: "\e89e"
}

:where(.amp-styles) .icon-amplify-email:before {
    content: "\e0e1"
}

:where(.amp-styles) .icon-amplify-add-person:before {
    content: "\e7fe"
}

:where(.amp-styles) .icon-amplify-home:before {
    content: "\e88a"
}

:where(.amp-styles) .icon-amplify-person:before {
    content: "\e7fd"
}

:where(.amp-styles) .icon-amplify-transfer:before {
    content: "\e90a"
}

:where(.amp-styles) .icon-amplify-menu:before {
    content: "\e5d2"
}

:where(.amp-styles) .icon-amplify-print:before {
    content: "\e8ad"
}

:where(.amp-styles) .icon-amplify-refresh:before {
    content: "\e5d5"
}

:where(.amp-styles) .icon-amplify-error-critical:before {
    content: "\e901"
}

:where(.amp-styles) .icon-amplify-disable:before {
    content: "\e902"
}

:where(.amp-styles) .icon-amplify-sort:before {
    content: "\e903"
}

:where(.amp-styles) .icon-amplify-sort-down:before {
    content: "\e904"
}

:where(.amp-styles) .icon-amplify-sort-up:before {
    content: "\e905"
}

:where(.amp-styles) .icon-amplify-add:before {
    content: "\e145"
}

:where(.amp-styles) .icon-amplify-apps:before {
    content: "\e5c3"
}

:where(.amp-styles) .icon-amplify-drop-down:before {
    content: "\e5c5"
}

:where(.amp-styles) .icon-amplify-block:before {
    content: "\e14b"
}

:where(.amp-styles) .icon-amplify-cancel:before {
    content: "\e5c9"
}

:where(.amp-styles) .icon-amplify-close:before {
    content: "\e5cd"
}

:where(.amp-styles) .icon-amplify-date:before {
    content: "\e916"
}

:where(.amp-styles) .icon-amplify-delete:before {
    content: "\e872"
}

:where(.amp-styles) .icon-amplify-download:before {
    content: "\e884"
}

:where(.amp-styles) .icon-amplify-upload:before {
    content: "\e2c6"
}

:where(.amp-styles) .icon-amplify-group:before {
    content: "\e7fb"
}

:where(.amp-styles) .icon-amplify-add-group:before {
    content: "\e7f0"
}

:where(.amp-styles) .icon-amplify-help:before {
    content: "\e887"
}

:where(.amp-styles) .icon-amplify-info:before {
    content: "\e88e"
}

:where(.amp-styles) .icon-amplify-info-outline:before {
    content: "\e88f"
}

:where(.amp-styles) .icon-amplify-arrow-top:before {
    content: "\e316"
}

:where(.amp-styles) .icon-amplify-arrow-right:before {
    content: "\e317"
}

:where(.amp-styles) .icon-amplify-arrow-left:before {
    content: "\e318"
}

:where(.amp-styles) .icon-amplify-arrow-bottom:before {
    content: "\e319"
}

:where(.amp-styles) .icon-amplify-details:before {
    content: "\e5d3"
}

:where(.amp-styles) .icon-amplify-details-vertical:before {
    content: "\e5d4"
}

:where(.amp-styles) .icon-amplify-caution:before {
    content: "\e002"
}

:where(.amp-styles) .icon-amplify-search:before {
    content: "\e8b6"
}

:where(.amp-styles) [class*=" icon-amplify-twotone-"], :where(.amp-styles) [class^=icon-amplify-twotone-] {
    position: relative
}

:where(.amp-styles) [class*=" icon-amplify-twotone-"]:after, :where(.amp-styles) [class^=icon-amplify-twotone-]:after {
    left: 0;
    position: absolute;
    top: 0
}

:where(.amp-styles) .icon-amplify-twotone-error:before {
    color: #db2e00;
    content: "\e91b"
}

:where(.amp-styles) .icon-amplify-twotone-error:after {
    color: #fff;
    content: "\e917"
}

:where(.amp-styles) .icon-amplify-twotone-warning:before {
    color: #d8a202;
    content: "\e91c"
}

:where(.amp-styles) .icon-amplify-twotone-warning:after {
    color: #fff;
    content: "\e917"
}

:where(.amp-styles) .icon-amplify-twotone-info:before {
    color: #3278c8;
    content: "\e91a"
}

:where(.amp-styles) .icon-amplify-twotone-info:after {
    color: #fff;
    content: "\e918"
}

:where(.amp-styles) .icon-amplify-twotone-success:before {
    color: #00866b;
    content: "\e91a"
}

:where(.amp-styles) .icon-amplify-twotone-success:after {
    color: #fff;
    content: "\e915"
}

:where(.amp-styles) .form-control {
    border: .0625em solid #bdbdbd;
    caret-color: #9c0d63;
    font-size: 1em;
    height: 2.5em;
    padding: 0 1em
}

:where(.amp-styles) .form-control.active, :where(.amp-styles) .form-control:active {
    box-shadow: inset 0 0 0 .0625em #9c0d63
}

@media (hover: hover) {
    :where(.amp-styles) .form-control:focus-visible, :where(.amp-styles) .form-control:hover {
        border-color: #9c0d63
    }

    :where(.amp-styles) .form-control:hover {
        box-shadow: inset 0 0 0 .0625em #9c0d63
    }

    :where(.amp-styles) .form-control:focus, :where(.amp-styles) .form-control[data-state=focus] {
        z-index: 10
    }

    :where(.amp-styles) .form-control:focus:not(:focus-visible), :where(.amp-styles) .form-control[data-state=focus]:not(:focus-visible) {
        outline: 0
    }

    :where(.amp-styles) .form-control:focus-visible, :where(.amp-styles) .form-control[data-state=focus] {
        outline: 0
    }

    :where(.amp-styles) .form-control:focus-visible, :where(.amp-styles) .form-control[data-state=focus] {
        box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), 0 0 0 .0625em #9c0d63 inset
    }
}

:where(.amp-styles) .form-control::-moz-placeholder {
    color: #444c63;
    font-style: italic
}

:where(.amp-styles) .form-control::placeholder {
    color: #444c63;
    font-style: italic
}

:where(.amp-styles) .form-control:focus::-moz-placeholder {
    opacity: 0
}

:where(.amp-styles) .form-control:focus::placeholder {
    opacity: 0
}

:where(.amp-styles) .amplify-search {
    display: inline-block;
    position: relative
}

:where(.amp-styles) .amplify-search .form-control {
    padding-left: 2.75em;
    padding-right: 6em;
    transition: all .2s ease-in-out;
    width: 15em
}

:where(.amp-styles) .amplify-search .form-control:focus, :where(.amp-styles) .amplify-search .form-control:valid {
    padding-left: 1em;
    width: 22em
}

:where(.amp-styles) .amplify-search .form-control:focus + .icon-prompt, :where(.amp-styles) .amplify-search .form-control:valid + .icon-prompt {
    opacity: 0
}

:where(.amp-styles) .amplify-search .form-control:focus + .icon-prompt + .btn-search, :where(.amp-styles) .amplify-search .form-control:valid + .icon-prompt + .btn-search {
    opacity: 1;
    pointer-events: auto
}

:where(.amp-styles) .amplify-search .form-control:valid + .icon-prompt + .btn-search + .btn-clear-search {
    opacity: 1;
    pointer-events: auto
}

:where(.amp-styles) .amplify-search .icon-prompt {
    left: .6666666667em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s linear
}

:where(.amp-styles) .amplify-search .btn-search {
    border-radius: 0 var(--amp-border-radius, .1875em) var(--amp-border-radius, .1875em) 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s linear
}

:where(.amp-styles) .amplify-search .btn-search i {
    margin-right: 0
}

:where(.amp-styles) .amplify-search .btn-clear-search {
    --amp-btn-bg: transparent;
    --amp-btn-border: transparent;
    --amp-btn-color-hover: var(--amp-text-color-dark, #000);
    --amp-btn-color: #444c63;
    --amp-btn-hover-bg: transparent;
    --amp-btn-hover-border: transparent;
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 4.5em;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s linear
}

:where(.amp-styles) .amplify-search .btn-clear-search i {
    margin-right: 0
}

:where(.amp-styles) .hidden-input {
    margin: 0;
    opacity: 0 !important;
    padding: 0;
    pointer-events: none;
    position: absolute
}

:where(.amp-styles) .hidden-input:focus + .faux-input, :where(.amp-styles) .hidden-input[data-state=focus] + .faux-input {
    z-index: 10
}

:where(.amp-styles) .hidden-input:focus-visible + .faux-input, :where(.amp-styles) .hidden-input[data-state=focus] + .faux-input {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63)
}

:where(.amp-styles) .amp-field {
    display: flex
}

:where(.amp-styles) .amp-field.field-inline {
    align-items: center;
    flex-direction: row;
    gap: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .amp-field.field-stacked {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content
}

:where(.amp-styles) .amplify-input-label {
    margin-bottom: 0
}

:where(.amp-styles) .amplify-audio {
    align-items: center;
    display: flex;
    height: 3.5em;
    padding: 1em
}

:where(.amp-styles) .amplify-audio .btn {
    margin: 0
}

:where(.amp-styles) .amplify-audio .audio-on-off {
    color: #9c0d63
}

:where(.amp-styles) .amplify-audio .audio-play-pause {
    color: #9c0d63
}

:where(.amp-styles) .amplify-audio .audio-start-over {
    color: #444c63
}

:where(.amp-styles) .amplify-audio .audio-play-speed {
    color: #444c63
}

:where(.amp-styles) .amplify-audio .audio-scrubber {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    height: 2.5em;
    margin: 0 .5em;
    position: relative
}

:where(.amp-styles) .amplify-audio .audio-scrubber:before {
    background-color: rgba(0, 0, 0, .1);
    border-radius: .125em;
    content: "";
    display: block;
    height: .25em;
    position: absolute;
    transition: transform .2s ease-in-out, background-color .2s linear;
    width: 100%
}

:where(.amp-styles) .amplify-audio .audio-scrubber:focus:before, :where(.amp-styles) .amplify-audio .audio-scrubber:hover:before {
    background-color: rgba(0, 0, 0, .15);
    transform: scaleY(1.3)
}

:where(.amp-styles) .amplify-audio .audio-scrubber:focus .audio-progress:before, :where(.amp-styles) .amplify-audio .audio-scrubber:hover .audio-progress:before {
    transform: scaleY(1.3)
}

:where(.amp-styles) .amplify-audio .audio-progress {
    align-items: center;
    display: flex;
    height: 2.5em;
    justify-content: flex-end;
    position: relative;
    z-index: 1
}

:where(.amp-styles) .amplify-audio .audio-progress:before {
    background-color: #9c0d63;
    border-radius: .125em;
    content: "";
    display: block;
    height: .25em;
    position: absolute;
    transition: transform .2s ease-in-out, background-color .2s linear;
    width: 100%
}

:where(.amp-styles) .amplify-audio .audio-progress:hover:before {
    transform: scaleY(1.3)
}

:where(.amp-styles) .amplify-audio .audio-thumb {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 2.5em;
    justify-content: center;
    position: relative;
    right: -.9375em;
    width: 1.875em
}

:where(.amp-styles) .amplify-audio .audio-thumb:before {
    background-color: #fff;
    border: .125em solid #9c0d63;
    border-radius: 50%;
    content: "";
    height: .875em;
    transition: transform .2s ease-in-out, background-color .2s linear;
    width: .875em
}

:where(.amp-styles) .amplify-audio .audio-thumb:hover:before {
    background-color: #9c0d63;
    transform: scale(1.3)
}

:where(.amp-styles) .amplify-audio .audio-time {
    bottom: -.25em;
    color: #9c0d63;
    font-size: .75em;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    white-space: nowrap
}

:where(.amp-styles) .amplify-toggle {
    height: 2.5em
}

:where(.amp-styles) .amplify-toggle .faux-input {
    margin-bottom: 0;
    position: relative
}

:where(.amp-styles) .amplify-toggle .toggle-label {
    cursor: pointer;
    display: block;
    margin: .5em 0
}

:where(.amp-styles) .amplify-toggle .toggle-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    min-width: 5em;
    overflow: hidden;
    position: relative;
    transition: background-color .2s linear
}

:where(.amp-styles) .amplify-toggle .toggle-button:before {
    content: "";
    display: block;
    flex: 0 1 0;
    transition: flex .2s ease-in-out
}

:where(.amp-styles) .amplify-toggle .toggle-button:after {
    content: "";
    display: block;
    flex: 0 0 auto;
    margin-right: auto
}

:where(.amp-styles) .amplify-toggle .hidden-input:checked + .faux-input .toggle-button:before {
    flex-grow: 1
}

:where(.amp-styles) .amplify-toggle .hidden-input:checked + .faux-input .text-off:after {
    opacity: 0
}

:where(.amp-styles) .amplify-toggle .hidden-input:checked + .faux-input .text-on:after {
    opacity: 1
}

:where(.amp-styles) .amplify-toggle .toggle-text {
    height: 0;
    overflow: hidden;
    padding-left: 4.5em;
    pointer-events: none;
    visibility: hidden
}

:where(.amp-styles) .amplify-toggle .toggle-text:after {
    content: attr(data-text);
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s linear;
    visibility: visible;
    width: 100%
}

:where(.amp-styles) .amplify-toggle .text-off:after {
    opacity: 1;
    padding-left: 3em;
    padding-right: 1.5em
}

:where(.amp-styles) .amplify-toggle .text-on:after {
    opacity: 0;
    padding-left: 1.5em;
    padding-right: 3em
}

:root {
    --amp-toggle-bg: #bdbdbd;
    --amp-toggle-hover-bg: #b0b0b0;
    --amp-toggle-checked-bg: #9c0d63;
    --amp-toggle-checked-hover-bg: #840b54;
    --amp-toggle-checked-color: #fff
}

:where(.amp-styles) .amplify-toggle .faux-input {
    border-radius: 1.25em
}

:where(.amp-styles) .amplify-toggle .faux-input:hover .toggle-button {
    background-color: var(--amp-toggle-hover-bg)
}

:where(.amp-styles) .amplify-toggle .toggle-button {
    background-color: var(--amp-toggle-bg);
    border-radius: 1.25em;
    height: 2.5em;
    padding: 0 .0625em
}

:where(.amp-styles) .amplify-toggle .toggle-button:after {
    background-color: #fff;
    border-radius: 1.25em;
    height: 2.375em;
    width: 2.375em
}

:where(.amp-styles) .amplify-toggle .hidden-input:checked + .faux-input .toggle-button {
    background-color: var(--amp-toggle-checked-bg)
}

:where(.amp-styles) .amplify-toggle .hidden-input:checked + .faux-input .toggle-button:hover {
    background-color: var(--amp-toggle-checked-hover-bg)
}

:where(.amp-styles) .amplify-toggle .toggle-text {
    font-weight: 500
}

:where(.amp-styles) .amplify-toggle .text-on:after {
    color: #fff
}

:where(.amp-styles) .amplify-toggle.toggle-uppercase .toggle-text {
    font-size: .875em;
    letter-spacing: .05em;
    padding-left: 5.1428571429em;
    text-transform: uppercase
}

:where(.amp-styles) .amplify-toggle.toggle-uppercase .text-off:after {
    padding-left: 3.4285714286em;
    padding-right: 1.7142857143em
}

:where(.amp-styles) .amplify-toggle.toggle-uppercase .text-on:after {
    padding-left: 1.7142857143em;
    padding-right: 3.4285714286em
}

:where(.amp-styles) .amplify-toggle.toggle-blue {
    --amp-toggle-checked-bg: #3278c8;
    --amp-toggle-checked-hover-bg: #2d6cb4
}

:where(.amp-styles) .amplify-toggle.toggle-green {
    --amp-toggle-checked-bg: #00866b;
    --amp-toggle-checked-hover-bg: #006d57
}

:root {
    --amp-checkbox-bg: #fff;
    --amp-checkbox-border: #bdbdbd;
    --amp-checkbox-radius: var(--amp-border-radius);
    --amp-checkbox-hover-bg: #fff;
    --amp-checkbox-hover-border: #9c0d63;
    --amp-checkbox-checked-bg: #9c0d63;
    --amp-checkbox-checked-border: #9c0d63;
    --amp-checkbox-checked-hover-bg: #5e083b;
    --amp-checkbox-checked-hover-border: #5e083b;
    --amp-checkbox-glyph: var(--amp-icon-checkmark)
}

:where(.amp-styles) .amplify-checkbox label, :where(.amp-styles) .amplify-multi-select label {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

:where(.amp-styles) .amplify-checkbox label:focus-visible input:not(:checked,[disabled]) + .faux-input, :where(.amp-styles) .amplify-checkbox label:hover input:not(:checked,[disabled]) + .faux-input, :where(.amp-styles) .amplify-multi-select label:focus-visible input:not(:checked,[disabled]) + .faux-input, :where(.amp-styles) .amplify-multi-select label:hover input:not(:checked,[disabled]) + .faux-input {
    background-color: var(--amp-checkbox-hover-bg);
    box-shadow: 0 0 0 .125em var(--amp-checkbox-hover-border) inset
}

:where(.amp-styles) .amplify-checkbox label:focus-visible input:checked + .faux-input, :where(.amp-styles) .amplify-checkbox label:hover input:checked + .faux-input, :where(.amp-styles) .amplify-multi-select label:focus-visible input:checked + .faux-input, :where(.amp-styles) .amplify-multi-select label:hover input:checked + .faux-input {
    background-color: var(--amp-checkbox-checked-hover-bg);
    box-shadow: 0 0 0 .125em var(--amp-checkbox-checked-hover-border) inset
}

:where(.amp-styles) .amplify-checkbox input, :where(.amp-styles) .amplify-multi-select input {
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute
}

:where(.amp-styles) .amplify-checkbox input:focus + .faux-input, :where(.amp-styles) .amplify-checkbox input[data-state=focus] + .faux-input, :where(.amp-styles) .amplify-multi-select input:focus + .faux-input, :where(.amp-styles) .amplify-multi-select input[data-state=focus] + .faux-input {
    z-index: 10
}

:where(.amp-styles) .amplify-checkbox input:focus-visible + .faux-input, :where(.amp-styles) .amplify-checkbox input[data-state=focus] + .faux-input, :where(.amp-styles) .amplify-multi-select input:focus-visible + .faux-input, :where(.amp-styles) .amplify-multi-select input[data-state=focus] + .faux-input {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), 0 0 0 .125em var(--amp-checkbox-border) inset
}

:where(.amp-styles) .amplify-checkbox input + .faux-input, :where(.amp-styles) .amplify-multi-select input + .faux-input {
    background-color: var(--amp-checkbox-bg);
    border-radius: var(--amp-checkbox-radius);
    box-shadow: 0 0 0 .125em var(--amp-checkbox-border) inset;
    height: 1.25em;
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    position: relative;
    transform: scale(.9);
    transition: background-color .2s linear, box-shadow .2s linear;
    width: 1.25em
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .amplify-checkbox input + .faux-input, :where(.amp-styles) .amplify-multi-select input + .faux-input {
        transition: none
    }
}

:where(.amp-styles) .amplify-checkbox input:checked:focus + .faux-input, :where(.amp-styles) .amplify-checkbox input:checked[data-state=focus] + .faux-input, :where(.amp-styles) .amplify-multi-select input:checked:focus + .faux-input, :where(.amp-styles) .amplify-multi-select input:checked[data-state=focus] + .faux-input {
    z-index: 10
}

:where(.amp-styles) .amplify-checkbox input:checked:focus-visible + .faux-input, :where(.amp-styles) .amplify-checkbox input:checked[data-state=focus] + .faux-input, :where(.amp-styles) .amplify-multi-select input:checked:focus-visible + .faux-input, :where(.amp-styles) .amplify-multi-select input:checked[data-state=focus] + .faux-input {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63)
}

:where(.amp-styles) .amplify-checkbox input:checked + .faux-input, :where(.amp-styles) .amplify-multi-select input:checked + .faux-input {
    background-color: var(--amp-checkbox-checked-bg);
    background-image: var(--amp-checkbox-glyph);
    box-shadow: 0 0 0 .125em var(--amp-checkbox-checked-border) inset
}

:where(.amp-styles) .amplify-checkbox.checkbox-blue, :where(.amp-styles) .checkbox-blue.amplify-multi-select {
    --amp-checkbox-hover-border: #3278c8;
    --amp-checkbox-checked-bg: #3278c8;
    --amp-checkbox-checked-border: #3278c8;
    --amp-checkbox-checked-hover-bg: #1e4878;
    --amp-checkbox-checked-hover-border: #1e4878
}

:where(.amp-styles) .amplify-checkbox.partial input:checked + .faux-input, :where(.amp-styles) .partial.amplify-multi-select input:checked + .faux-input {
    background-image: var(--amp-icon-dash)
}

:where(.amp-styles) .amplify-dropdown {
    --amp-dropdown-btn-width: auto;
    --amp-dropdown-btn-max-width: 21.875em;
    position: relative
}

:where(.amp-styles) .amplify-dropdown .menu-btn {
    --amp-btn-bg: #fff;
    --amp-btn-border: #bdbdbd;
    --amp-btn-color: var(--amp-body-color, $ text-color);
    --amp-btn-shadow: none;
    --amp-btn-hover-bg: #fff;
    --amp-btn-hover-border: #9c0d63;
    --amp-btn-hover-color: var(--amp-body-color, $ text-color);
    --amp-btn-hover-shadow: inset 0 0 0 0.0625em var(--amp-btn-hover-border);
    --amp-btn-active-bg: #e6e6e6;
    --amp-btn-active-border: #9c0d63;
    --amp-btn-active-color: var(--amp-body-color, $ text-color);
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    max-width: var(--amp-dropdown-btn-max-width);
    padding-right: 0;
    width: var(--amp-dropdown-btn-width)
}

:where(.amp-styles) .amplify-dropdown .menu-btn:after {
    content: "\e90b";
    display: block;
    font-family: icons-amplify-v2;
    font-size: 1.5em;
    margin-left: auto;
    padding: 0 .25em;
    transition: transform .2s ease-in-out
}

:where(.amp-styles) .amplify-dropdown .menu-btn .btn-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

:where(.amp-styles) .amplify-dropdown.dropdown-component .dropdown-list, :where(.amp-styles) .amplify-dropdown.dropdown-component .dropdown-menu {
    display: block
}

:where(.amp-styles) .amplify-dropdown.dropdown-primary .menu-btn {
    --amp-btn-bg: #9c0d63;
    --amp-btn-border: transparent;
    --amp-btn-color: #fff;
    --amp-btn-hover-bg: #5e083b;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #fff;
    --amp-btn-active-bg: #2f041e;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #fff
}

:where(.amp-styles) .amplify-dropdown.open > .menu-btn:after, :where(.amp-styles) .amplify-dropdown.show > .menu-btn:after {
    transform: rotate(180deg)
}

:where(.amp-styles) .amplify-dropdown.open .btn-label, :where(.amp-styles) .amplify-dropdown.show .btn-label {
    opacity: 0
}

:where(.amp-styles) .amplify-dropdown.open > .dropdown-list, :where(.amp-styles) .amplify-dropdown.open > .dropdown-menu, :where(.amp-styles) .amplify-dropdown.show > .dropdown-list, :where(.amp-styles) .amplify-dropdown.show > .dropdown-menu {
    display: block
}

:where(.amp-styles) .amplify-dropdown .dropdown-list, :where(.amp-styles) .amplify-dropdown .dropdown-menu {
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    font-size: .9375em;
    max-width: 23.3333333333em;
    min-width: 10.6666666667em;
    overflow-y: auto;
    padding: .75em 0
}

:where(.amp-styles) .amplify-dropdown .dropdown-list .dropdown-item, :where(.amp-styles) .amplify-dropdown .dropdown-menu .dropdown-item {
    align-items: center;
    color: var(--amp-body-color, var(--amp-body-color, #20242f));
    cursor: pointer;
    display: flex;
    line-height: 1.4;
    min-height: 2.5em;
    padding: .375em 1.0666666667em;
    position: relative;
    white-space: normal
}

:where(.amp-styles) .amplify-dropdown .dropdown-list .dropdown-item:focus, :where(.amp-styles) .amplify-dropdown .dropdown-list .dropdown-item:hover, :where(.amp-styles) .amplify-dropdown .dropdown-menu .dropdown-item:focus, :where(.amp-styles) .amplify-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #f6f6f6
}

:where(.amp-styles) .amplify-dropdown .dropdown-list .dropdown-item.selected, :where(.amp-styles) .amplify-dropdown .dropdown-list .dropdown-item:active, :where(.amp-styles) .amplify-dropdown .dropdown-menu .dropdown-item.selected, :where(.amp-styles) .amplify-dropdown .dropdown-menu .dropdown-item:active {
    background-color: #e9e9e9;
    color: var(--amp-body-color, var(--amp-body-color, #20242f))
}

:where(.amp-styles) .amplify-dropdown .dropdown-list .dropdown-item.faux-focus, :where(.amp-styles) .amplify-dropdown .dropdown-menu .dropdown-item.faux-focus {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63);
    z-index: 10
}

:where(.amp-styles) .amplify-dropdown .dropdown-list .dropdown-item.disabled.has-hover-state, :where(.amp-styles) .amplify-dropdown .dropdown-menu .dropdown-item.disabled.has-hover-state {
    pointer-events: auto
}

:where(.amp-styles) .amplify-dropdown .dropdown-list .dropdown-header, :where(.amp-styles) .amplify-dropdown .dropdown-menu .dropdown-header {
    color: var(--amp-body-color, var(--amp-body-color, #20242f));
    font-size: .7333333333em;
    font-weight: 700;
    height: 2.5em;
    line-height: 2.5em;
    margin-top: 0;
    padding: 0 1.4545454545em;
    text-transform: uppercase
}

:where(.amp-styles) .amplify-dropdown .dropdown-list .dropdown-header:not(:first-child), :where(.amp-styles) .amplify-dropdown .dropdown-menu .dropdown-header:not(:first-child) {
    margin-top: 1em
}

:where(.amp-styles) .amplify-dropdown .dropdown-list .dropdown-group, :where(.amp-styles) .amplify-dropdown .dropdown-menu .dropdown-group {
    margin: 0;
    padding: 0
}

:where(.amp-styles) .amplify-dropdown .dropdown-list .dropdown-divider, :where(.amp-styles) .amplify-dropdown .dropdown-menu .dropdown-divider {
    border-top: 1px solid #e9e9e9
}

:where(.amp-styles) .amplify-multi-select .faux-input {
    margin-right: .75em
}

:where(.amp-styles) .amplify-dropdown .amplify-multi-select .dropdown-list label, :where(.amp-styles) .amplify-multi-select .amplify-dropdown .dropdown-list label, :where(.amp-styles) .amplify-multi-select .dropdown-menu label {
    white-space: normal
}

:where(.amp-styles) .amplify-dropdown .amplify-multi-select .dropdown-list label input, :where(.amp-styles) .amplify-multi-select .amplify-dropdown .dropdown-list label input, :where(.amp-styles) .amplify-multi-select .dropdown-menu label input {
    height: 0
}

:where(.amp-styles) .amplify-dropdown .amplify-multi-select .dropdown-list label div, :where(.amp-styles) .amplify-multi-select .amplify-dropdown .dropdown-list label div, :where(.amp-styles) .amplify-multi-select .dropdown-menu label div {
    flex-shrink: 0
}

:where(.amp-styles) .amplify-dropdown .amplify-multi-select .dropdown-list .dropdown-item:active, :where(.amp-styles) .amplify-multi-select .amplify-dropdown .dropdown-list .dropdown-item:active, :where(.amp-styles) .amplify-multi-select .dropdown-menu .dropdown-item:active {
    background-color: #f6f6f6;
    color: var(--amp-body-color, #20242f)
}

:where(.amp-styles) .amplify-menu {
    z-index: 1
}

:where(.amp-styles) .amplify-dropdown .amplify-menu.open .dropdown-list, :where(.amp-styles) .amplify-dropdown .amplify-menu.show .dropdown-list, :where(.amp-styles) .amplify-menu.open .amplify-dropdown .dropdown-list, :where(.amp-styles) .amplify-menu.open .col-wrapper, :where(.amp-styles) .amplify-menu.open .dropdown-menu, :where(.amp-styles) .amplify-menu.show .amplify-dropdown .dropdown-list, :where(.amp-styles) .amplify-menu.show .col-wrapper, :where(.amp-styles) .amplify-menu.show .dropdown-menu {
    display: block
}

:where(.amp-styles) .amplify-menu.open button:after, :where(.amp-styles) .amplify-menu.show button:after {
    top: .5em;
    transform: rotate(180deg)
}

:where(.amp-styles) .amplify-dropdown .amplify-menu.many-entries .dropdown-list, :where(.amp-styles) .amplify-menu.many-entries .amplify-dropdown .dropdown-list, :where(.amp-styles) .amplify-menu.many-entries .dropdown-menu {
    -moz-column-count: 3;
    column-count: 3
}

:where(.amp-styles) .amplify-menu.many-entries .col-wrapper {
    max-height: 18.75em;
    max-width: 44.6875em;
    overflow-y: auto;
    padding: 0 1.0666666667em
}

:where(.amp-styles) .amplify-dropdown .amplify-menu.many-entries.simplified .dropdown-list, :where(.amp-styles) .amplify-menu.many-entries.simplified .amplify-dropdown .dropdown-list, :where(.amp-styles) .amplify-menu.many-entries.simplified .dropdown-menu {
    -moz-column-count: 1;
    column-count: 1
}

:where(.amp-styles) .amplify-menu.many-entries.simplified .col-wrapper {
    max-width: 22.34375em
}

:where(.amp-styles) .amplify-menu.many-entries .dropdown-item {
    display: inline-block
}

:where(.amp-styles) .amplify-menu .col-wrapper {
    background: #fff;
    border: .0625em solid #bdbdbd;
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    display: none;
    margin-top: .1875em;
    max-height: none;
    overflow: visible;
    position: absolute
}

:where(.amp-styles) .amplify-dropdown .amplify-menu .col-wrapper .dropdown-list, :where(.amp-styles) .amplify-menu .col-wrapper .amplify-dropdown .dropdown-list, :where(.amp-styles) .amplify-menu .col-wrapper .dropdown-menu {
    border: 0;
    box-shadow: none;
    max-width: none;
    min-width: none;
    position: relative
}

:where(.amp-styles) .amplify-dropdown .amplify-menu .col-wrapper .dropdown-list .dropdown-item, :where(.amp-styles) .amplify-menu .col-wrapper .amplify-dropdown .dropdown-list .dropdown-item, :where(.amp-styles) .amplify-menu .col-wrapper .dropdown-menu .dropdown-item {
    cursor: pointer;
    line-height: 2.5em;
    overflow: hidden;
    padding: 0 1.0666666667em;
    position: relative
}

:where(.amp-styles) .amplify-dropdown .amplify-menu .col-wrapper .dropdown-list .dropdown-item:active, :where(.amp-styles) .amplify-dropdown .amplify-menu .col-wrapper .dropdown-list .dropdown-item:focus, :where(.amp-styles) .amplify-dropdown .amplify-menu .col-wrapper .dropdown-list .dropdown-item:hover, :where(.amp-styles) .amplify-menu .col-wrapper .amplify-dropdown .dropdown-list .dropdown-item:active, :where(.amp-styles) .amplify-menu .col-wrapper .amplify-dropdown .dropdown-list .dropdown-item:focus, :where(.amp-styles) .amplify-menu .col-wrapper .amplify-dropdown .dropdown-list .dropdown-item:hover, :where(.amp-styles) .amplify-menu .col-wrapper .dropdown-menu .dropdown-item:active, :where(.amp-styles) .amplify-menu .col-wrapper .dropdown-menu .dropdown-item:focus, :where(.amp-styles) .amplify-menu .col-wrapper .dropdown-menu .dropdown-item:hover {
    background-color: #f6f6f6;
    color: var(--amp-body-color, #20242f)
}

:where(.amp-styles) .amplify-dropdown .amplify-menu .col-wrapper .dropdown-list .dropdown-item span, :where(.amp-styles) .amplify-menu .col-wrapper .amplify-dropdown .dropdown-list .dropdown-item span, :where(.amp-styles) .amplify-menu .col-wrapper .dropdown-menu .dropdown-item span {
    display: block;
    line-height: 1.1em;
    padding-top: .125em
}

:where(.amp-styles) .amplify-menu button {
    background-color: #fff;
    border-color: #bdbdbd;
    color: var(--amp-body-color, #20242f)
}

:where(.amp-styles) .amplify-menu button:hover {
    color: var(--amp-body-color, #20242f)
}

@media (hover: hover) {
    :where(.amp-styles) .amplify-menu button:focus-visible, :where(.amp-styles) .amplify-menu button:hover {
        background-color: #fff;
        border-color: #9c0d63;
        color: var(--amp-body-color, #20242f);
        outline: none
    }
}

:where(.amp-styles) .amplify-menu button.active, :where(.amp-styles) .amplify-menu button:active {
    background-color: #e6e6e6;
    border-color: transparent;
    color: var(--amp-body-color, #20242f)
}

:where(.amp-styles) .amplify-menu button.open {
    background: #fff;
    color: var(--amp-body-color, #20242f)
}

:where(.amp-styles) .amplify-menu button.open:focus, :where(.amp-styles) .amplify-menu button.open:hover {
    background: #fff;
    color: var(--amp-body-color, #20242f)
}

:where(.amp-styles) .amplify-radio-group {
    display: flex
}

:where(.amp-styles) .amplify-radio-group.vertical {
    display: inline-block
}

:where(.amp-styles) .amplify-radio-btn {
    margin-right: 1.5em
}

:root {
    --amp-radio-bg: #fff;
    --amp-radio-border: #bdbdbd;
    --amp-radio-hover-bg: #fff;
    --amp-radio-hover-border: #9c0d63;
    --amp-radio-checked-bg: #9c0d63;
    --amp-radio-checked-border: #bdbdbd;
    --amp-radio-inset-shadow: var(--amp-radio-bg)
}

:where(.amp-styles) .amplify-radio-btn label {
    align-items: flex-start;
    cursor: pointer;
    display: inline-flex;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

:where(.amp-styles) .amplify-radio-btn label:focus-visible, :where(.amp-styles) .amplify-radio-btn label:hover {
    --amp-radio-inset-shadow: var(--amp-radio-hover-bg)
}

:where(.amp-styles) .amplify-radio-btn label:focus-visible input + .faux-input, :where(.amp-styles) .amplify-radio-btn label:hover input + .faux-input {
    background-color: var(--amp-radio-hover-bg);
    border-color: var(--amp-radio-hover-border)
}

:where(.amp-styles) .amplify-radio-btn label:focus-visible input:checked + .faux-input, :where(.amp-styles) .amplify-radio-btn label:hover input:checked + .faux-input {
    background-color: var(--amp-radio-checked-bg)
}

:where(.amp-styles) .amplify-radio-btn input {
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute
}

:where(.amp-styles) .amplify-radio-btn input:focus + .faux-input, :where(.amp-styles) .amplify-radio-btn input[data-state=focus] + .faux-input {
    z-index: 10
}

:where(.amp-styles) .amplify-radio-btn input:focus-visible + .faux-input, :where(.amp-styles) .amplify-radio-btn input[data-state=focus] + .faux-input {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), 0 0 0 .21875em var(--amp-radio-inset-shadow) inset
}

:where(.amp-styles) .amplify-radio-btn input:checked + .faux-input {
    background-color: var(--amp-radio-checked-bg);
    border-color: var(--amp-radio-checked-border)
}

:where(.amp-styles) .amplify-radio-btn .faux-input {
    background-color: var(--amp-radio-bg);
    border: .125em solid var(--amp-radio-border);
    border-radius: 50rem;
    box-shadow: 0 0 0 .21875em var(--amp-radio-inset-shadow) inset;
    flex-shrink: 0;
    height: 1.25em;
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    transition: border .2s linear, box-shadow .2s linear, background-color .2s linear;
    width: 1.25em
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .amplify-radio-btn .faux-input {
        transition: none
    }
}

:where(.amp-styles) .amplify-radio-btn.radio-blue {
    --amp-radio-hover-border: #3278c8;
    --amp-radio-checked-bg: #3278c8
}

:where(.amp-styles) .amplify-button-toggle {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

:where(.amp-styles) .amplify-button-toggle legend {
    font-size: 1em;
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    margin-bottom: 0
}

:where(.amp-styles) .amplify-button-toggle .toggle-buttons {
    background-color: #e9e9e9;
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding: .25em;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

:where(.amp-styles) .amplify-button-toggle .toggle-buttons .hidden-input:checked + .btn {
    cursor: default;
    pointer-events: none
}

:where(.amp-styles) .amplify-button-toggle .toggle-buttons:has(.hidden-input:nth-of-type(2):checked) .btn:first-of-type:after {
    transform: translateX(100%)
}

:where(.amp-styles) .amplify-button-toggle .toggle-buttons:has(.hidden-input:nth-of-type(3):checked) .btn:first-of-type:after {
    transform: translateX(200%)
}

:where(.amp-styles) .amplify-button-toggle .toggle-buttons:has(.hidden-input:nth-of-type(4):checked) .btn:first-of-type:after {
    transform: translateX(300%)
}

:where(.amp-styles) .amplify-button-toggle .btn {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-weight: 500;
    margin: 0;
    transition-duration: .2s;
    transition-property: background-color, box-shadow;
    transition-timing-function: linear
}

:where(.amp-styles) .amplify-button-toggle .btn:hover {
    background-color: rgba(0, 0, 0, .05);
    color: var(--amp-text-color-dark, #000)
}

:where(.amp-styles) .amplify-button-toggle .btn:first-of-type:after {
    background-color: #fff;
    border: var(--amp-btn-input-border-width) solid var(--amp-btn-border);
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    content: "";
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    transition: transform .2s ease-in-out;
    width: 100%;
    z-index: -1
}

:where(.amp-styles) .amplify-button-toggle .buttons-oval {
    border-radius: 1.5em
}

:where(.amp-styles) .amplify-button-toggle .buttons-oval .btn {
    border-radius: 1.25em;
    padding: 0 1.5em
}

:where(.amp-styles) .amplify-button-toggle .buttons-oval .btn:first-of-type:after {
    border-radius: 1.25em
}

:where(.amp-styles) .amplify-toast {
    display: flex;
    left: 0;
    opacity: 0;
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .2s linear, transform .2s ease-in-out;
    width: 100%;
    z-index: 1060
}

:where(.amp-styles) .amplify-toast.toast-top-center {
    justify-content: center;
    transform: translateY(-10%)
}

:where(.amp-styles) .amplify-toast.toast-top-left {
    justify-content: flex-start;
    transform: translateX(-10%)
}

:where(.amp-styles) .amplify-toast.toast-top-right {
    justify-content: flex-end;
    transform: translateX(10%)
}

:where(.amp-styles) .amplify-toast.show {
    opacity: 1;
    transform: none
}

:where(.amp-styles) .amplify-toast .toast-inner {
    align-items: center;
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    display: flex;
    min-width: 0;
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    pointer-events: auto
}

:where(.amp-styles) .amplify-toast .toast-inner .toast-body {
    padding: 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    width: 34em
}

:where(.amp-styles) .amplify-toast .toast-inner .toast-heading {
    font-weight: 700;
    margin: 0
}

:where(.amp-styles) .amplify-toast .toast-inner .toast-content p {
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .amplify-toast .toast-inner .toast-content p:last-child {
    margin: 0
}

:where(.amp-styles) .amplify-toast .toast-inner .toast-close {
    flex-shrink: 0
}

:where(.amp-styles) .amplify-toast .toast-inner .toast-close i {
    color: #444c63
}

:where(.amp-styles) .amplify-toast .toast-inner .toast-close:hover i {
    color: var(--amp-body-color, #20242f)
}

:where(.amp-styles) .amplify-toast .toast-inner.toast-error {
    background-color: #f4c0b3
}

:where(.amp-styles) .amplify-toast .toast-inner.toast-info {
    background-color: #c2d7ef
}

:where(.amp-styles) .amplify-toast .toast-inner.toast-warning {
    background-color: #f3e3b3
}

:where(.amp-styles) .amplify-toast .toast-inner.toast-success {
    background-color: #b3dbd3
}

:where(.amp-styles) .amplify-toast.toast-stationary {
    max-height: 0;
    opacity: 1;
    padding: 0;
    position: relative;
    transform: none;
    transition: max-height .3s ease-in-out
}

:where(.amp-styles) .amplify-toast.toast-stationary .toast-inner {
    border-radius: 0;
    box-shadow: none;
    justify-content: center;
    position: relative;
    width: 100%
}

:where(.amp-styles) .amplify-toast.toast-stationary .toast-inner * {
    opacity: 0;
    transition: opacity .2s linear
}

:where(.amp-styles) .amplify-toast.toast-stationary.show {
    max-height: 50vh
}

:where(.amp-styles) .amplify-toast.toast-stationary.show * {
    opacity: 1
}

:where(.amp-styles) .amplify-toast.toast-stationary .toast-icon {
    margin-left: auto
}

:where(.amp-styles) .amplify-toast.toast-stationary .toast-body {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

:where(.amp-styles) .amplify-toast.toast-stationary .toast-body .toast-heading {
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .amplify-toast.toast-stationary .toast-body p {
    max-width: 38em
}

:where(.amp-styles) .amplify-toast.toast-stationary .toast-close {
    margin-left: auto
}

:where(.amp-styles) .notification {
    align-items: center;
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    display: flex;
    max-width: 39.75em;
    padding: .75em 1em
}

:where(.amp-styles) .notification.notification-error {
    background-color: #f4c0b3
}

:where(.amp-styles) .notification.notification-error svg {
    color: #fff;
    fill: #d8a202
}

:where(.amp-styles) .notification.notification-info {
    background-color: #c2d7ef
}

:where(.amp-styles) .notification.notification-info svg {
    color: #fff;
    fill: #3278c8
}

:where(.amp-styles) .notification.notification-warning {
    background-color: #f3e3b3
}

:where(.amp-styles) .notification.notification-warning svg {
    color: #fff;
    fill: #db2e00
}

:where(.amp-styles) .notification.notification-success {
    background-color: #b3dbd3
}

:where(.amp-styles) .notification.notification-success svg {
    color: #fff;
    fill: #00866b
}

:where(.amp-styles) .notification.notification-stationary {
    background: none;
    border-bottom: .125em solid #e9e9e9;
    border-radius: 0;
    max-width: 100%
}

:where(.amp-styles) .notification div {
    color: var(--amp-body-color, #20242f);
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin: 0 .75em
}

:where(.amp-styles) .notification div p {
    margin: 0
}

:where(.amp-styles) .notification div p:first-child {
    font-weight: 700;
    padding-right: .25em
}

:where(.amp-styles) .notification svg {
    flex: 0 0 1.5em;
    height: 1.5em;
    width: 1.5em
}

:where(.amp-styles) .notification button {
    flex: 0 0 1.5em;
    height: 1.5em;
    width: 1.5em
}

:where(.amp-styles) .notification button i {
    font-size: 1em
}

:where(.amp-styles) .modal-backdrop.fade, :where(.amp-styles) .modal.fade {
    will-change: opacity
}

:where(.amp-styles) .modal-backdrop.fade:not(.show), :where(.amp-styles) .modal.fade:not(.show) {
    transition-delay: .1s
}

:where(.amp-styles) .modal .modal-title {
    margin-top: 0
}

:where(.amp-styles) .modal-tour ::-webkit-scrollbar, :where(.amp-styles) .modal-tour::-webkit-scrollbar {
    -webkit-appearance: none;
    width: .875rem
}

:where(.amp-styles) .modal-tour ::-webkit-scrollbar-thumb, :where(.amp-styles) .modal-tour::-webkit-scrollbar-thumb {
    background-color: #444c63;
    border: .125rem solid #fff;
    border-radius: .4375rem
}

:where(.amp-styles) .modal-tour ::-webkit-scrollbar-thumb:hover, :where(.amp-styles) .modal-tour::-webkit-scrollbar-thumb:hover {
    background-color: #394154
}

@media (max-width: 575.98px) {
    :where(.amp-styles) .modal-tour.modal {
        overflow-y: hidden
    }

    :where(.amp-styles) .modal-tour.modal.fade .modal-dialog {
        transform: translateY(50%);
        transition: transform .3s ease-in-out
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .modal-tour.modal.fade .modal-dialog {
        transition: none
    }
}

@media (max-width: 575.98px) {
    :where(.amp-styles) .modal-tour.modal.show .modal-dialog {
        transform: translate(0)
    }
}

:where(.amp-styles) .modal-tour .modal-dialog {
    max-width: 56.6666666667em
}

@media screen and (max-width: 850px) {
    :where(.amp-styles) .modal-tour .modal-dialog {
        margin: 0 2em
    }
}

@media (max-width: 575.98px) {
    :where(.amp-styles) .modal-tour .modal-dialog {
        height: 100%;
        margin: 0
    }
}

:where(.amp-styles) .modal-tour .modal-header, :where(.amp-styles) .modal-tour.fullpage .modal-header {
    border: 0;
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (max-width: 575.98px) {
    :where(.amp-styles) .modal-tour .modal-header, :where(.amp-styles) .modal-tour.fullpage .modal-header {
        padding: .5em
    }
}

:where(.amp-styles) .modal-tour .modal-header .modal-close, :where(.amp-styles) .modal-tour.fullpage .modal-header .modal-close {
    background-color: hsla(0, 0%, 100%, .6);
    pointer-events: auto
}

:where(.amp-styles) .modal-tour .modal-header .modal-close:hover, :where(.amp-styles) .modal-tour.fullpage .modal-header .modal-close:hover {
    background-color: rgba(0, 0, 0, .05)
}

:where(.amp-styles) .modal-tour .modal-header .modal-close i, :where(.amp-styles) .modal-tour.fullpage .modal-header .modal-close i {
    margin: 0
}

:where(.amp-styles) .modal-tour .modal-content {
    border: 0;
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    font-size: 1.2em;
    height: 100%;
    max-height: 80vh;
    min-height: 60vh;
    overflow: hidden
}

@media (max-width: 575.98px) {
    :where(.amp-styles) .modal-tour .modal-content {
        bottom: 0;
        height: 85vh;
        min-height: auto;
        position: fixed
    }
}

:where(.amp-styles) .modal-tour .modal-image {
    border-radius: 0 var(--amp-border-radius, var(--amp-border-radius, .1875em)) var(--amp-border-radius, var(--amp-border-radius, .1875em)) 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

:where(.amp-styles) .modal-tour .modal-slides {
    display: flex;
    flex-direction: row;
    height: 100%;
    min-height: 60vh;
    position: relative;
    transition: transform .3s ease-in-out
}

:where(.amp-styles) .modal-tour .modal-body {
    display: flex;
    flex-shrink: 0;
    min-height: 0;
    padding: 0;
    white-space: normal;
    width: 100%
}

:where(.amp-styles) .modal-tour .modal-title {
    line-height: 1.4;
    padding-bottom: .75em
}

:where(.amp-styles) .modal-tour .modal-column {
    display: block;
    flex-basis: 50%;
    min-height: 0;
    overflow-y: auto
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-tour .modal-column {
        flex-basis: 100%
    }
}

:where(.amp-styles) .modal-tour .modal-column.content-box {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 7.5em;
    margin-top: 2.5em;
    padding-bottom: 0;
    padding-top: 0
}

@media (max-width: 575.98px) {
    :where(.amp-styles) .modal-tour .modal-column.content-box {
        margin-bottom: 6.5em;
        padding: 0 1.5em
    }
}

:where(.amp-styles) .modal-tour .modal-column.content-box h1, :where(.amp-styles) .modal-tour .modal-column.content-box h2, :where(.amp-styles) .modal-tour .modal-column.content-box h3, :where(.amp-styles) .modal-tour .modal-column.content-box h4, :where(.amp-styles) .modal-tour .modal-column.content-box h5, :where(.amp-styles) .modal-tour .modal-column.content-box li, :where(.amp-styles) .modal-tour .modal-column.content-box p {
    background-color: hsla(0, 0%, 100%, .7)
}

:where(.amp-styles) .modal-tour .modal-column strong {
    font-weight: 500
}

:where(.amp-styles) .modal-tour .modal-column li {
    margin-bottom: .5em
}

:where(.amp-styles) .modal-tour .tour-image {
    z-index: -1
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-tour .tour-image {
        display: none
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .modal-tour .modal-tour-full {
        padding: 0 3.5em
    }
}

:where(.amp-styles) .modal-tour .modal-tour-full .tour-image {
    bottom: 0;
    position: absolute;
    right: 0
}

:where(.amp-styles) .modal-tour .modal-tour-full .modal-column {
    flex-basis: 100%
}

:where(.amp-styles) .modal-tour.full-width-only .modal-tour-full {
    padding: 0
}

:where(.amp-styles) .modal-tour.full-width-only .content-box {
    padding: 0 3em
}

:where(.amp-styles) .modal-tour.full-width-only .modal-tour-pagination {
    width: 100%
}

:where(.amp-styles) .modal-tour .modal-tour-pagination {
    bottom: 0;
    left: 0;
    padding: 1em;
    position: absolute;
    width: 50%
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-tour .modal-tour-pagination {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    :where(.amp-styles) .modal-tour .modal-tour-pagination {
        background-color: #fff;
        border-top: .0625em solid #e9e9e9;
        bottom: 0;
        padding: .5em
    }
}

:where(.amp-styles) .modal-tour .modal-tour-pagination.last-slide .btn-next {
    display: none
}

:where(.amp-styles) .modal-tour .modal-tour-pagination.last-slide .btn-last {
    display: block
}

:where(.amp-styles) .modal-tour .modal-tour-pagination.last-slide .info-link {
    display: flex
}

:where(.amp-styles) .modal-tour .modal-tour-pagination .modal-footer {
    align-items: center;
    border: 0;
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: relative
}

:where(.amp-styles) .modal-tour .modal-tour-pagination .modal-footer button {
    margin: 0
}

:where(.amp-styles) .modal-tour .modal-tour-pagination .modal-footer span {
    width: 2.5em
}

:where(.amp-styles) .modal-tour .modal-tour-pagination .modal-tour-indicator {
    display: flex;
    height: .5em;
    justify-content: space-between
}

:where(.amp-styles) .modal-tour .modal-tour-pagination .modal-tour-indicator span {
    border: .0625em solid #707070;
    border-radius: .5em;
    margin: 0 .5em;
    width: .5em
}

:where(.amp-styles) .modal-tour .modal-tour-pagination .modal-tour-indicator span.modal-dot-current {
    background: #707070
}

:where(.amp-styles) .modal-tour .modal-cta {
    display: flex;
    justify-content: center;
    margin: 0 auto .5em
}

:where(.amp-styles) .modal-tour .modal-cta .btn {
    margin-left: 0
}

:where(.amp-styles) .modal-tour .modal-cta .btn-next {
    min-width: 9.375em;
    z-index: 10
}

:where(.amp-styles) .modal-tour .modal-cta .btn-next i {
    margin: 0;
    position: absolute;
    right: .75em
}

:where(.amp-styles) .modal-tour .modal-cta .info-link {
    align-items: center;
    color: var(--amp-body-color, #20242f);
    display: none;
    margin-right: 2em
}

:where(.amp-styles) .modal-tour .modal-cta .info-link i {
    margin-right: .25em
}

:where(.amp-styles) .modal-tour .modal-cta .info-link i:before {
    display: inline-block
}

:where(.amp-styles) .modal-tour .modal-cta .btn-last {
    display: none;
    min-width: 9.375em
}

:where(.amp-styles) .modal-tour .modal-cta .btn-last i {
    left: .75em
}

:where(.amp-styles) .modal-tour .modal-cta .btn-back {
    background-color: #e9e9e9;
    position: absolute;
    transform: translateX(-7.1875em);
    transition: transform .2s ease-in-out
}

:where(.amp-styles) .modal-tour .modal-cta .btn-back:hover {
    background-color: #d0d0d0
}

:where(.amp-styles) .modal-tour .first-slide .btn-back {
    transform: translateX(0)
}

:where(.amp-styles) .modal-simple-dialog ::-webkit-scrollbar, :where(.amp-styles) .modal-simple-dialog::-webkit-scrollbar {
    -webkit-appearance: none;
    width: .875rem
}

:where(.amp-styles) .modal-simple-dialog ::-webkit-scrollbar-thumb, :where(.amp-styles) .modal-simple-dialog::-webkit-scrollbar-thumb {
    background-color: #444c63;
    border: .125rem solid #fff;
    border-radius: .4375rem
}

:where(.amp-styles) .modal-simple-dialog ::-webkit-scrollbar-thumb:hover, :where(.amp-styles) .modal-simple-dialog::-webkit-scrollbar-thumb:hover {
    background-color: #394154
}

:where(.amp-styles) .modal-simple-dialog .modal-dialog {
    max-width: calc(34em + var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 6)
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-simple-dialog .modal-dialog {
        justify-content: flex-end;
        margin: 0 auto;
        max-width: 100%;
        min-height: 100%
    }
}

:where(.amp-styles) .modal-simple-dialog .modal-dialog.fit-content {
    max-width: calc(100vw - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 6);
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-simple-dialog .modal-dialog.fit-content {
        max-width: 100%
    }
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-simple-dialog.fade {
        overflow-y: hidden
    }
}

:where(.amp-styles) .modal-simple-dialog.fade .modal-dialog {
    transform: translate3d(0, -50px, 0);
    transition: transform .3s ease-in-out;
    will-change: transform
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .modal-simple-dialog.fade .modal-dialog {
        transition: none
    }
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-simple-dialog.fade .modal-dialog {
        transform: translate3d(0, 100%, 0)
    }
}

:where(.amp-styles) .modal-simple-dialog.show .modal-dialog {
    transform: translateZ(0)
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-simple-dialog.show .modal-dialog {
        transform: translateZ(0)
    }
}

:where(.amp-styles) .modal-simple-dialog .modal-content {
    border: 0;
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    overflow: hidden
}

:where(.amp-styles) .modal-simple-dialog .modal-header {
    border: 0;
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    position: relative
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-simple-dialog .modal-header {
        padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
    }
}

:where(.amp-styles) .modal-simple-dialog .modal-header .modal-close {
    position: absolute;
    right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .modal-simple-dialog .modal-header > .modal-title {
    margin-bottom: 0
}

:where(.amp-styles) .modal-simple-dialog .modal-title {
    font-weight: 500;
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-simple-dialog .modal-title {
        margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
    }
}

:where(.amp-styles) .modal-simple-dialog .modal-title:only-child {
    margin-right: 0
}

:where(.amp-styles) .modal-simple-dialog .modal-body {
    padding: 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-simple-dialog .modal-body {
        padding: 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
    }
}

:where(.amp-styles) .modal-simple-dialog .modal-body > :first-child {
    margin-top: 0
}

:where(.amp-styles) .modal-simple-dialog .modal-body > :last-child {
    margin-bottom: 0
}

:where(.amp-styles) .modal-simple-dialog .modal-footer {
    background-color: #f6f6f6;
    border: 0;
    border-radius: 0 0 var(--amp-border-radius, var(--amp-border-radius, .1875em)) var(--amp-border-radius, var(--amp-border-radius, .1875em));
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3);
    position: relative
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-simple-dialog .modal-footer {
        padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
    }
}

:where(.amp-styles) .modal-simple-dialog .modal-footer > :not(:first-child) {
    margin-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    margin-right: 0
}

:where(.amp-styles) .modal-simple-dialog .modal-footer > :not(:last-child) {
    margin-left: 0;
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .modal-simple-dialog .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: 80vh
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-simple-dialog .modal-dialog-centered.modal-dialog-scrollable .modal-content {
        max-height: 100%
    }
}

:where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled .modal-header:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0, transparent);
    content: "";
    display: block;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

:where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled .modal-header:after {
    bottom: -.25em;
    height: .25em;
    left: 0;
    width: 100%
}

:where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled .modal-footer:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, .15) 0, transparent);
    content: "";
    display: block;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

:where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled .modal-footer:after {
    height: .25em;
    left: 0;
    top: -.25em;
    width: 100%
}

:where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled .modal-footer:after, :where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled .modal-header:after {
    opacity: 0;
    transition: opacity .2s linear;
    will-change: opacity
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled .modal-footer:after, :where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled .modal-header:after {
        transition: none
    }
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled .modal-content {
        margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3);
        transition: margin .3s ease-in-out;
        will-change: margin
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled .modal-content {
        transition: none
    }
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled:not(.scrolled-top) .modal-content {
        margin-top: 0
    }
}

:where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled:not(.scrolled-top) .modal-header:after {
    opacity: .7
}

:where(.amp-styles) .modal-simple-dialog .modal-dialog-scrolled:not(.scrolled-bottom) .modal-footer:after {
    opacity: .7
}

:where(.amp-styles) .modal-side-panel ::-webkit-scrollbar, :where(.amp-styles) .modal-side-panel::-webkit-scrollbar {
    -webkit-appearance: none;
    width: .8125rem
}

:where(.amp-styles) .modal-side-panel ::-webkit-scrollbar-thumb, :where(.amp-styles) .modal-side-panel::-webkit-scrollbar-thumb {
    background-color: #444c63;
    border: .1875rem solid #fff;
    border-radius: .40625rem
}

:where(.amp-styles) .modal-side-panel ::-webkit-scrollbar-thumb:hover, :where(.amp-styles) .modal-side-panel::-webkit-scrollbar-thumb:hover {
    background-color: #394154
}

:where(.amp-styles) .modal-side-panel .modal-dialog {
    display: flex;
    margin: 0;
    min-height: 100%;
    transition: transform .3s ease-in-out
}

@media (max-width: 991.98px) {
    :where(.amp-styles) .modal-side-panel .modal-dialog {
        flex-direction: column;
        justify-content: flex-end
    }
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .modal-side-panel .modal-dialog {
        transition: none
    }
}

:where(.amp-styles) .modal-side-panel .modal-dialog.side-panel-left {
    margin-left: 0;
    margin-right: auto;
    max-width: calc(100vw - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 8)
}

@media (max-width: 991.98px) {
    :where(.amp-styles) .modal-side-panel .modal-dialog.side-panel-left {
        max-width: none
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .modal-side-panel .modal-dialog.side-panel-left .modal-close {
        --amp-btn-bg: #fff;
        --amp-btn-border: transparent;
        --amp-btn-color: #444c63;
        --amp-btn-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
        --amp-btn-hover-bg: #fafafa;
        --amp-btn-hover-border: transparent;
        --amp-btn-hover-color: var(--amp-text-color-dark, #000);
        --amp-btn-active-bg: #e0e0e0;
        --amp-btn-active-border: transparent;
        --amp-btn-active-color: var(--amp-text-color-dark, #000);
        right: calc(-2.5em + var(--amp-rhythm-unit-px, 12) / 16 * 1rem * -1)
    }

    :where(.amp-styles) .modal-side-panel .modal-dialog.side-panel-left .modal-title {
        padding-right: 0
    }
}

:where(.amp-styles) .modal-side-panel .modal-dialog.side-panel-right {
    margin-left: auto;
    margin-right: 0;
    max-width: calc(100vw - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 15)
}

@media (max-width: 991.98px) {
    :where(.amp-styles) .modal-side-panel .modal-dialog.side-panel-right {
        max-width: none
    }
}

:where(.amp-styles) .modal-side-panel .modal-dialog.fit-content {
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width: 991.98px) {
    :where(.amp-styles) .modal-side-panel .modal-dialog.fit-content {
        width: auto
    }
}

:where(.amp-styles) .modal-side-panel .modal-dialog.fixed-header .modal-header {
    background-color: #fff;
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3);
    padding-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-side-panel .modal-dialog.fixed-header .modal-header {
        padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
        padding-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
    }
}

:where(.amp-styles) .modal-side-panel .modal-dialog.fixed-header .modal-header:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0, transparent);
    content: "";
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

:where(.amp-styles) .modal-side-panel .modal-dialog.fixed-header .modal-header:after {
    bottom: -.25em;
    height: .25em;
    left: 0;
    width: 100%
}

:where(.amp-styles) .modal-side-panel .modal-dialog.fixed-header .modal-header:after {
    transition: opacity .2s linear;
    will-change: opacity
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .modal-side-panel .modal-dialog.fixed-header .modal-header:after {
        transition: none
    }
}

:where(.amp-styles) .modal-side-panel .modal-dialog.fixed-header:not(.scrolled-top) .modal-header:after {
    opacity: 1
}

:where(.amp-styles) .modal-side-panel .modal-dialog.fixed-header .modal-title {
    margin-bottom: 0
}

:where(.amp-styles) .modal-side-panel .modal-dialog.fixed-header .modal-body {
    padding-top: 0
}

:where(.amp-styles) .modal-side-panel .modal-dialog:not(.fixed-header):not(.scrolled-top) .modal-close {
    --amp-btn-bg: #fff;
    --amp-btn-border: transparent;
    --amp-btn-color: #444c63;
    --amp-btn-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    --amp-btn-hover-bg: #fafafa;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: var(--amp-text-color-dark, #000);
    --amp-btn-active-bg: #e0e0e0;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: var(--amp-text-color-dark, #000)
}

:where(.amp-styles) .modal-side-panel .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115)
}

@media (max-width: 991.98px) {
    :where(.amp-styles) .modal-side-panel .modal-content {
        border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em)) var(--amp-border-radius, var(--amp-border-radius, .1875em)) 0 0;
        margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
    }
}

:where(.amp-styles) .modal-side-panel .modal-content .modal-title {
    margin-right: 2.5em;
    margin-top: 0
}

:where(.amp-styles) .modal-side-panel .modal-header {
    border: 0;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1020
}

:where(.amp-styles) .modal-side-panel .modal-close {
    position: absolute;
    right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .modal-side-panel .modal-body {
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

@media (max-width: 767.98px) {
    :where(.amp-styles) .modal-side-panel .modal-body {
        padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
    }
}

:where(.amp-styles) .modal-side-panel.fade {
    transition-duration: 0s
}

:where(.amp-styles) .modal-side-panel.fade:not(.show) {
    transition-delay: .3s
}

:where(.amp-styles) .modal-side-panel.fade .modal-dialog.side-panel-left {
    transform: translate3d(-100%, 0, 0);
    will-change: transform
}

@media (max-width: 991.98px) {
    :where(.amp-styles) .modal-side-panel.fade .modal-dialog.side-panel-left {
        transform: translate3d(0, 100%, 0)
    }
}

:where(.amp-styles) .modal-side-panel.fade .modal-dialog.side-panel-right {
    transform: translate3d(100%, 0, 0);
    will-change: transform
}

@media (max-width: 991.98px) {
    :where(.amp-styles) .modal-side-panel.fade .modal-dialog.side-panel-right {
        transform: translate3d(0, 100%, 0)
    }
}

:where(.amp-styles) .modal-side-panel.show .modal-dialog.side-panel-left, :where(.amp-styles) .modal-side-panel.show .modal-dialog.side-panel-right {
    transform: translateZ(0)
}

@media (max-width: 991.98px) {
    :where(.amp-styles) .modal-side-panel.transitioning {
        height: 100%;
        overflow-y: hidden
    }

    :where(.amp-styles) .modal-side-panel.transitioning .modal-dialog {
        max-height: 100%
    }

    :where(.amp-styles) .modal-side-panel.transitioning .modal-dialog .modal-content {
        height: 100%;
        overflow-y: hidden
    }
}

:where(.amp-styles) .nav-header {
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    padding: 0 2em
}

:where(.amp-styles) .nav-header .navbar-wordmark {
    align-items: center;
    display: flex;
    font-size: 2em;
    height: 1.75em;
    line-height: 0;
    margin-right: 1em;
    text-decoration: none
}

:where(.amp-styles) .nav-horizontal .nav-link {
    color: #444c63;
    font-size: .75em;
    font-weight: 500;
    height: 4.6666666667em;
    letter-spacing: .05em;
    line-height: 4.6666666667em;
    padding: 0 2.5em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap
}

:where(.amp-styles) .nav-horizontal .nav-link i {
    font-size: 2.6666666667em;
    margin: 0 0 0 .25em;
    vertical-align: middle
}

@media (min-width: 1200px) {
    :where(.amp-styles) .nav-horizontal .nav-link i {
        font-size: 2em
    }
}

:where(.amp-styles) .nav-horizontal .nav-item.show .nav-link, :where(.amp-styles) .nav-horizontal .nav-item:hover .nav-link {
    background-color: #f6f6f6;
    color: #9c0d63
}

:where(.amp-styles) .nav-horizontal .nav-item .disabled {
    background: none;
    border: 0;
    opacity: .75
}

:where(.amp-styles) .nav-horizontal .nav-item .disabled:focus {
    outline: 0
}

:where(.amp-styles) .nav-horizontal .active .nav-link {
    color: #9c0d63
}

:where(.amp-styles) .nav-horizontal .active .nav-link:after {
    background-color: #9c0d63;
    bottom: 0;
    content: "";
    display: block;
    height: .25em;
    left: 0;
    position: absolute;
    width: 100%
}

:where(.amp-styles) .nav-item .nav-arrow {
    bottom: .15625em;
    display: none;
    height: 1.25em;
    left: 50%;
    overflow: hidden;
    position: absolute;
    transform: translateX(-50%);
    width: 1.875em;
    z-index: 1100
}

:where(.amp-styles) .nav-item .nav-arrow:before {
    background-color: #fff;
    border: .0625em solid rgba(var(--amp-body-color, #20242f), .2);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    content: "";
    display: block;
    height: 1.875em;
    position: absolute;
    top: .625em;
    transform: rotate(45deg);
    width: 1.875em
}

:where(.amp-styles) .nav-item .nav-dropdown {
    border: .0625em solid rgba(var(--amp-body-color, #20242f), .2);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    font-size: 1em;
    margin-top: -.25em;
    padding: .5em 0
}

:where(.amp-styles) .nav-item .dropdown-item {
    line-height: 1.4;
    padding: .55em 1.5em
}

:where(.amp-styles) .nav-item .dropdown-borders .dropdown-item {
    padding: .75em 1.5em
}

:where(.amp-styles) .nav-item .dropdown-borders .dropdown-item:not(:last-of-type) {
    border-bottom: .0625em solid #e9e9e9
}

:where(.amp-styles) .nav-item .dropdown-icon {
    display: inline-block;
    margin-right: .5em;
    vertical-align: middle
}

:where(.amp-styles) .nav-item.show .nav-arrow {
    display: block
}

:where(.amp-styles) .dropdown-menu-center {
    left: 50%;
    transform: translateX(-50%)
}

:where(.amp-styles) .popover, :where(.amp-styles) .tooltip {
    transition: opacity(.2s) ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .popover, :where(.amp-styles) .tooltip {
        transition: none
    }
}

:where(.amp-styles) .popover .arrow, :where(.amp-styles) .tooltip .arrow {
    bottom: auto;
    left: auto;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto
}

:where(.amp-styles) .popover .arrow:before, :where(.amp-styles) .tooltip .arrow:before {
    background-color: #fff;
    border: 0;
    bottom: auto;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115), 0 0 3px rgba(0, 0, 0, .2);
    content: "";
    display: block;
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 / 1.41);
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 / 1.41)
}

:where(.amp-styles) .popover .arrow:after, :where(.amp-styles) .tooltip .arrow:after {
    display: none
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=top] .arrow, :where(.amp-styles) .popover.bs-popover-top .arrow, :where(.amp-styles) .popover.bs-popover-top-end .arrow, :where(.amp-styles) .popover.bs-popover-top-start .arrow, :where(.amp-styles) .popover.bs-tooltip-auto[x-placement^=top] .arrow, :where(.amp-styles) .popover.bs-tooltip-top .arrow, :where(.amp-styles) .tooltip.bs-popover-auto[x-placement^=top] .arrow, :where(.amp-styles) .tooltip.bs-popover-top .arrow, :where(.amp-styles) .tooltip.bs-popover-top-end .arrow, :where(.amp-styles) .tooltip.bs-popover-top-start .arrow, :where(.amp-styles) .tooltip.bs-tooltip-auto[x-placement^=top] .arrow, :where(.amp-styles) .tooltip.bs-tooltip-top .arrow {
    bottom: 0;
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 * 2)
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=top] .arrow:before, :where(.amp-styles) .popover.bs-popover-top .arrow:before, :where(.amp-styles) .popover.bs-popover-top-end .arrow:before, :where(.amp-styles) .popover.bs-popover-top-start .arrow:before, :where(.amp-styles) .popover.bs-tooltip-auto[x-placement^=top] .arrow:before, :where(.amp-styles) .popover.bs-tooltip-top .arrow:before, :where(.amp-styles) .tooltip.bs-popover-auto[x-placement^=top] .arrow:before, :where(.amp-styles) .tooltip.bs-popover-top .arrow:before, :where(.amp-styles) .tooltip.bs-popover-top-end .arrow:before, :where(.amp-styles) .tooltip.bs-popover-top-start .arrow:before, :where(.amp-styles) .tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before, :where(.amp-styles) .tooltip.bs-tooltip-top .arrow:before {
    left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem);
    top: 0;
    transform: rotate(-45deg);
    transform-origin: 0 0
}

:where(.amp-styles) .popover.bs-tooltip-auto[x-placement^=top] .arrow, :where(.amp-styles) .popover.bs-tooltip-top .arrow, :where(.amp-styles) .tooltip.bs-tooltip-auto[x-placement^=top] .arrow, :where(.amp-styles) .tooltip.bs-tooltip-top .arrow {
    transform: translateY(calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem - .0625em))
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=top] .arrow, :where(.amp-styles) .popover.bs-popover-top .arrow, :where(.amp-styles) .popover.bs-popover-top-end .arrow, :where(.amp-styles) .popover.bs-popover-top-start .arrow, :where(.amp-styles) .tooltip.bs-popover-auto[x-placement^=top] .arrow, :where(.amp-styles) .tooltip.bs-popover-top .arrow, :where(.amp-styles) .tooltip.bs-popover-top-end .arrow, :where(.amp-styles) .tooltip.bs-popover-top-start .arrow {
    bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * -2 + .0625em)
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=bottom] .arrow, :where(.amp-styles) .popover.bs-popover-bottom .arrow, :where(.amp-styles) .popover.bs-popover-bottom-end .arrow, :where(.amp-styles) .popover.bs-popover-bottom-start .arrow, :where(.amp-styles) .popover.bs-tooltip-auto[x-placement^=bottom] .arrow, :where(.amp-styles) .popover.bs-tooltip-bottom .arrow, :where(.amp-styles) .tooltip.bs-popover-auto[x-placement^=bottom] .arrow, :where(.amp-styles) .tooltip.bs-popover-bottom .arrow, :where(.amp-styles) .tooltip.bs-popover-bottom-end .arrow, :where(.amp-styles) .tooltip.bs-popover-bottom-start .arrow, :where(.amp-styles) .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow, :where(.amp-styles) .tooltip.bs-tooltip-bottom .arrow {
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    top: 0;
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 * 2)
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=bottom] .arrow:before, :where(.amp-styles) .popover.bs-popover-bottom .arrow:before, :where(.amp-styles) .popover.bs-popover-bottom-end .arrow:before, :where(.amp-styles) .popover.bs-popover-bottom-start .arrow:before, :where(.amp-styles) .popover.bs-tooltip-auto[x-placement^=bottom] .arrow:before, :where(.amp-styles) .popover.bs-tooltip-bottom .arrow:before, :where(.amp-styles) .tooltip.bs-popover-auto[x-placement^=bottom] .arrow:before, :where(.amp-styles) .tooltip.bs-popover-bottom .arrow:before, :where(.amp-styles) .tooltip.bs-popover-bottom-end .arrow:before, :where(.amp-styles) .tooltip.bs-popover-bottom-start .arrow:before, :where(.amp-styles) .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:before, :where(.amp-styles) .tooltip.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem);
    transform: rotate(45deg);
    transform-origin: 0 100%
}

:where(.amp-styles) .popover.bs-tooltip-auto[x-placement^=bottom] .arrow, :where(.amp-styles) .popover.bs-tooltip-bottom .arrow, :where(.amp-styles) .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow, :where(.amp-styles) .tooltip.bs-tooltip-bottom .arrow {
    transform: translateY(calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * -1 - -.0625em))
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=bottom] .arrow, :where(.amp-styles) .popover.bs-popover-bottom .arrow, :where(.amp-styles) .popover.bs-popover-bottom-end .arrow, :where(.amp-styles) .popover.bs-popover-bottom-start .arrow, :where(.amp-styles) .tooltip.bs-popover-auto[x-placement^=bottom] .arrow, :where(.amp-styles) .tooltip.bs-popover-bottom .arrow, :where(.amp-styles) .tooltip.bs-popover-bottom-end .arrow, :where(.amp-styles) .tooltip.bs-popover-bottom-start .arrow {
    top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * -2 + .0625em)
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=right] .arrow, :where(.amp-styles) .popover.bs-popover-right .arrow, :where(.amp-styles) .popover.bs-popover-right-end .arrow, :where(.amp-styles) .popover.bs-popover-right-start .arrow, :where(.amp-styles) .popover.bs-tooltip-auto[x-placement^=right] .arrow, :where(.amp-styles) .popover.bs-tooltip-right .arrow, :where(.amp-styles) .tooltip.bs-popover-auto[x-placement^=right] .arrow, :where(.amp-styles) .tooltip.bs-popover-right .arrow, :where(.amp-styles) .tooltip.bs-popover-right-end .arrow, :where(.amp-styles) .tooltip.bs-popover-right-start .arrow, :where(.amp-styles) .tooltip.bs-tooltip-auto[x-placement^=right] .arrow, :where(.amp-styles) .tooltip.bs-tooltip-right .arrow {
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 * 2);
    left: 0;
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=right] .arrow:before, :where(.amp-styles) .popover.bs-popover-right .arrow:before, :where(.amp-styles) .popover.bs-popover-right-end .arrow:before, :where(.amp-styles) .popover.bs-popover-right-start .arrow:before, :where(.amp-styles) .popover.bs-tooltip-auto[x-placement^=right] .arrow:before, :where(.amp-styles) .popover.bs-tooltip-right .arrow:before, :where(.amp-styles) .tooltip.bs-popover-auto[x-placement^=right] .arrow:before, :where(.amp-styles) .tooltip.bs-popover-right .arrow:before, :where(.amp-styles) .tooltip.bs-popover-right-end .arrow:before, :where(.amp-styles) .tooltip.bs-popover-right-start .arrow:before, :where(.amp-styles) .tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before, :where(.amp-styles) .tooltip.bs-tooltip-right .arrow:before {
    right: 0;
    top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem);
    transform: rotate(-45deg);
    transform-origin: 100% 0
}

:where(.amp-styles) .popover.bs-tooltip-auto[x-placement^=right] .arrow, :where(.amp-styles) .popover.bs-tooltip-right .arrow, :where(.amp-styles) .tooltip.bs-tooltip-auto[x-placement^=right] .arrow, :where(.amp-styles) .tooltip.bs-tooltip-right .arrow {
    transform: translateX(calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * -1 - -.0625em))
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=right] .arrow, :where(.amp-styles) .popover.bs-popover-right .arrow, :where(.amp-styles) .popover.bs-popover-right-end .arrow, :where(.amp-styles) .popover.bs-popover-right-start .arrow, :where(.amp-styles) .tooltip.bs-popover-auto[x-placement^=right] .arrow, :where(.amp-styles) .tooltip.bs-popover-right .arrow, :where(.amp-styles) .tooltip.bs-popover-right-end .arrow, :where(.amp-styles) .tooltip.bs-popover-right-start .arrow {
    left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * -2 + .0625em)
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=left] .arrow, :where(.amp-styles) .popover.bs-popover-left .arrow, :where(.amp-styles) .popover.bs-popover-left-end .arrow, :where(.amp-styles) .popover.bs-popover-left-start .arrow, :where(.amp-styles) .popover.bs-tooltip-auto[x-placement^=left] .arrow, :where(.amp-styles) .popover.bs-tooltip-left .arrow, :where(.amp-styles) .tooltip.bs-popover-auto[x-placement^=left] .arrow, :where(.amp-styles) .tooltip.bs-popover-left .arrow, :where(.amp-styles) .tooltip.bs-popover-left-end .arrow, :where(.amp-styles) .tooltip.bs-popover-left-start .arrow, :where(.amp-styles) .tooltip.bs-tooltip-auto[x-placement^=left] .arrow, :where(.amp-styles) .tooltip.bs-tooltip-left .arrow {
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 * 2);
    right: 0;
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=left] .arrow:before, :where(.amp-styles) .popover.bs-popover-left .arrow:before, :where(.amp-styles) .popover.bs-popover-left-end .arrow:before, :where(.amp-styles) .popover.bs-popover-left-start .arrow:before, :where(.amp-styles) .popover.bs-tooltip-auto[x-placement^=left] .arrow:before, :where(.amp-styles) .popover.bs-tooltip-left .arrow:before, :where(.amp-styles) .tooltip.bs-popover-auto[x-placement^=left] .arrow:before, :where(.amp-styles) .tooltip.bs-popover-left .arrow:before, :where(.amp-styles) .tooltip.bs-popover-left-end .arrow:before, :where(.amp-styles) .tooltip.bs-popover-left-start .arrow:before, :where(.amp-styles) .tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before, :where(.amp-styles) .tooltip.bs-tooltip-left .arrow:before {
    left: 0;
    top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem);
    transform: rotate(45deg);
    transform-origin: 0 0
}

:where(.amp-styles) .popover.bs-tooltip-auto[x-placement^=left] .arrow, :where(.amp-styles) .popover.bs-tooltip-left .arrow, :where(.amp-styles) .tooltip.bs-tooltip-auto[x-placement^=left] .arrow, :where(.amp-styles) .tooltip.bs-tooltip-left .arrow {
    transform: translateX(calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem - .0625em))
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=left] .arrow, :where(.amp-styles) .popover.bs-popover-left .arrow, :where(.amp-styles) .popover.bs-popover-left-end .arrow, :where(.amp-styles) .popover.bs-popover-left-start .arrow, :where(.amp-styles) .tooltip.bs-popover-auto[x-placement^=left] .arrow, :where(.amp-styles) .tooltip.bs-popover-left .arrow, :where(.amp-styles) .tooltip.bs-popover-left-end .arrow, :where(.amp-styles) .tooltip.bs-popover-left-start .arrow {
    right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * -2 + .0625em)
}

:where(.amp-styles) .popover {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    max-width: calc(20em + var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 * 2);
    transition: opacity .2s linear;
    width: -moz-max-content;
    width: max-content
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .popover {
        transition: none
    }
}

:where(.amp-styles) .popover.show .popover-inner {
    transform: scale(100%)
}

:where(.amp-styles) .popover:before {
    content: "";
    display: block;
    position: absolute
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=bottom]:before, :where(.amp-styles) .popover.bs-popover-auto[x-placement^=top]:before, :where(.amp-styles) .popover.bs-popover-bottom-end:before, :where(.amp-styles) .popover.bs-popover-bottom-start:before, :where(.amp-styles) .popover.bs-popover-bottom:before, :where(.amp-styles) .popover.bs-popover-top-end:before, :where(.amp-styles) .popover.bs-popover-top-start:before, :where(.amp-styles) .popover.bs-popover-top:before {
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem);
    width: 100%
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=top]:before, :where(.amp-styles) .popover.bs-popover-top-end:before, :where(.amp-styles) .popover.bs-popover-top-start:before, :where(.amp-styles) .popover.bs-popover-top:before {
    bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * -1)
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=top] .popover-inner, :where(.amp-styles) .popover.bs-popover-top .popover-inner, :where(.amp-styles) .popover.bs-popover-top-end .popover-inner, :where(.amp-styles) .popover.bs-popover-top-start .popover-inner {
    transform-origin: center bottom
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=bottom]:before, :where(.amp-styles) .popover.bs-popover-bottom-end:before, :where(.amp-styles) .popover.bs-popover-bottom-start:before, :where(.amp-styles) .popover.bs-popover-bottom:before {
    top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * -1)
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=bottom] .popover-inner, :where(.amp-styles) .popover.bs-popover-bottom .popover-inner, :where(.amp-styles) .popover.bs-popover-bottom-end .popover-inner, :where(.amp-styles) .popover.bs-popover-bottom-start .popover-inner {
    transform-origin: center top
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=left]:before, :where(.amp-styles) .popover.bs-popover-auto[x-placement^=right]:before, :where(.amp-styles) .popover.bs-popover-left-end:before, :where(.amp-styles) .popover.bs-popover-left-start:before, :where(.amp-styles) .popover.bs-popover-left:before, :where(.amp-styles) .popover.bs-popover-right-end:before, :where(.amp-styles) .popover.bs-popover-right-start:before, :where(.amp-styles) .popover.bs-popover-right:before {
    height: 100%;
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem)
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=left]:before, :where(.amp-styles) .popover.bs-popover-left-end:before, :where(.amp-styles) .popover.bs-popover-left-start:before, :where(.amp-styles) .popover.bs-popover-left:before {
    right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * -1)
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=left] .popover-inner, :where(.amp-styles) .popover.bs-popover-left .popover-inner, :where(.amp-styles) .popover.bs-popover-left-end .popover-inner, :where(.amp-styles) .popover.bs-popover-left-start .popover-inner {
    transform-origin: right center
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=right]:before, :where(.amp-styles) .popover.bs-popover-right-end:before, :where(.amp-styles) .popover.bs-popover-right-start:before, :where(.amp-styles) .popover.bs-popover-right:before {
    left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * -1)
}

:where(.amp-styles) .popover.bs-popover-auto[x-placement^=right] .popover-inner, :where(.amp-styles) .popover.bs-popover-right .popover-inner, :where(.amp-styles) .popover.bs-popover-right-end .popover-inner, :where(.amp-styles) .popover.bs-popover-right-start .popover-inner {
    transform-origin: left center
}

:where(.amp-styles) .popover[role=dialog] {
    max-width: calc(20em + var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2.5 * 2)
}

:where(.amp-styles) .popover[role=dialog] .popover-body {
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2.5)
}

:where(.amp-styles) .popover[role=dialog] .popover-close {
    position: absolute;
    right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * .5);
    top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * .5)
}

:where(.amp-styles) .popover-inner {
    background-color: #fff;
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    transform: scale(.9);
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .popover-inner {
        transition: none
    }
}

:where(.amp-styles) .popover-body p:last-child {
    margin-bottom: 0
}

:where(.amp-styles) .bs-popover-auto[x-placement^=top] .arrow:before {
    bottom: auto
}

:where(.amp-styles) .bs-popover-auto[x-placement^=right] .arrow:before {
    left: auto
}

:where(.amp-styles) .bs-popover-auto[x-placement^=bottom] .arrow:before {
    top: auto
}

:where(.amp-styles) .bs-popover-auto[x-placement^=left] .arrow:before {
    right: auto
}

:where(.amp-styles) .popover-gold .popover-inner {
    background-color: #f5cd52
}

:where(.amp-styles) .popover-gold .popover-inner a {
    color: rgba(var(--amp-text-color-dark, black), 1);
    text-decoration-color: rgba(var(--amp-text-color-dark, black), 1);
    text-decoration-line: underline;
    transition-duration: .2s;
    transition-property: color, text-decoration-color;
    transition-timing-function: linear
}

:where(.amp-styles) .popover-gold .popover-inner a:focus, :where(.amp-styles) .popover-gold .popover-inner a:hover {
    color: rgba(var(--amp-text-color-dark, black), 1);
    text-decoration-color: rgba(var(--amp-text-color-dark, black), 0)
}

:where(.amp-styles) .popover-gold .popover-inner a:active {
    text-decoration-color: rgba(var(--amp-text-color-dark, black), 1)
}

:where(.amp-styles) .popover-gold .popover-inner .popover-body {
    color: var(--amp-body-color, var(--amp-body-color, #20242f))
}

:where(.amp-styles) .popover-gold .arrow:before {
    background-color: #f5cd52
}

:where(.amp-styles) .tooltip-inner {
    background-color: #fff;
    border-radius: var(--amp-border-radius, var(--amp-border-radius, .1875em));
    color: var(--amp-body-color, var(--amp-body-color, #20242f));
    max-width: none;
    text-align: left
}

:where(.amp-styles) .tooltip-dark .tooltip-inner {
    background-color: var(--amp-body-color, var(--amp-body-color, #20242f));
    border: 1px solid #e9e9e9;
    color: #fff
}

:where(.amp-styles) .tooltip-dark .arrow:before {
    background-color: var(--amp-body-color, var(--amp-body-color, #20242f));
    border: 1px solid #e9e9e9
}

:where(.amp-styles) .simple-tooltip {
    display: inline-block;
    position: relative
}

:where(.amp-styles) .simple-tooltip:after {
    background-color: #444c63;
    border-radius: .125em;
    color: #fff;
    content: attr(aria-label);
    font-size: calc(1em / var(--amp-scale-ratio));
    font-weight: 400;
    left: 50%;
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1.5);
    opacity: 0;
    padding: 0 calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * .5);
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: translate(-50%, calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * .5));
    transition: opacity .2s linear;
    white-space: nowrap;
    word-wrap: break-word;
    z-index: 1070
}

@media (prefers-reduced-motion: reduce) {
    :where(.amp-styles) .simple-tooltip:after {
        transition: none
    }
}

:where(.amp-styles) .simple-tooltip:focus-visible:after, :where(.amp-styles) .simple-tooltip:has(:focus-visible):after, :where(.amp-styles) .simple-tooltip:hover:after {
    opacity: 1
}

:where(.amp-styles) .simple-tooltip-wide:after {
    white-space: normal;
    width: 12.5em;
    word-wrap: break-word
}

:where(.amp-styles) :focus {
    outline: .1875em solid var(--amp-focus-color, #9c0d63);
    outline-offset: .125em
}

:where(.amp-styles) :focus:not(:focus-visible) {
    outline: 0
}

:where(.amp-styles) :focus-visible {
    outline: .1875em solid var(--amp-focus-color, #9c0d63);
    outline-offset: .125em
}

:where(.amp-styles) .fancy-border {
    border: .0625em solid #bdbdbd
}

:where(.amp-styles) .fancy-border.active, :where(.amp-styles) .fancy-border:active {
    box-shadow: inset 0 0 0 .0625em #9c0d63
}

@media (hover: hover) {
    :where(.amp-styles) .fancy-border:focus-visible, :where(.amp-styles) .fancy-border:hover {
        border-color: #9c0d63
    }

    :where(.amp-styles) .fancy-border:hover {
        box-shadow: inset 0 0 0 .0625em #9c0d63
    }

    :where(.amp-styles) .fancy-border:focus, :where(.amp-styles) .fancy-border[data-state=focus] {
        z-index: 10
    }

    :where(.amp-styles) .fancy-border:focus:not(:focus-visible), :where(.amp-styles) .fancy-border[data-state=focus]:not(:focus-visible) {
        outline: 0
    }

    :where(.amp-styles) .fancy-border:focus-visible, :where(.amp-styles) .fancy-border[data-state=focus] {
        outline: 0
    }

    :where(.amp-styles) .fancy-border:focus-visible, :where(.amp-styles) .fancy-border[data-state=focus] {
        box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), 0 0 0 .0625em #9c0d63 inset
    }
}

:where(.amp-styles) svg {
    height: 100%;
    width: 100%
}

:where(.amp-styles) .svg-icon-glyph {
    fill: currentColor
}

:where(.amp-styles) a:where(:not([class*=btn])) {
    color: #9c0d63;
    text-decoration-color: #9c0d63;
    text-decoration-line: underline;
    transition-duration: .2s;
    transition-property: color, text-decoration-color;
    transition-timing-function: linear
}

:where(.amp-styles) a:where(:not([class*=btn])):focus, :where(.amp-styles) a:where(:not([class*=btn])):hover {
    color: #5e083b;
    text-decoration-color: rgba(156, 13, 99, 0)
}

:where(.amp-styles) a:where(:not([class*=btn])):active {
    text-decoration-color: #9c0d63
}

:where(.amp-styles) .amp-link {
    color: #9c0d63;
    text-decoration-color: #9c0d63;
    text-decoration-line: underline;
    transition-duration: .2s;
    transition-property: color, text-decoration-color;
    transition-timing-function: linear
}

:where(.amp-styles) .amp-link:focus, :where(.amp-styles) .amp-link:hover {
    color: #5e083b;
    text-decoration-color: rgba(156, 13, 99, 0)
}

:where(.amp-styles) .amp-link:active {
    text-decoration-color: #9c0d63
}

:where(.amp-styles) .amp-link.link-secondary {
    color: rgba(var(--amp-body-color, #20242f), 1);
    text-decoration-color: rgba(var(--amp-body-color, #20242f), 1);
    text-decoration-line: underline;
    transition-duration: .2s;
    transition-property: color, text-decoration-color;
    transition-timing-function: linear
}

:where(.amp-styles) .amp-link.link-secondary:focus, :where(.amp-styles) .amp-link.link-secondary:hover {
    color: #000;
    text-decoration-color: rgba(var(--amp-body-color, #20242f), 0)
}

:where(.amp-styles) .amp-link.link-secondary:active {
    text-decoration-color: rgba(var(--amp-body-color, #20242f), 1)
}

:where(.amp-styles) .amp-link.link-light {
    color: #444c63;
    text-decoration-color: #444c63;
    text-decoration-line: underline;
    transition-duration: .2s;
    transition-property: color, text-decoration-color;
    transition-timing-function: linear
}

:where(.amp-styles) .amp-link.link-light:focus, :where(.amp-styles) .amp-link.link-light:hover {
    color: rgba(var(--amp-body-color, #20242f), 1);
    text-decoration-color: rgba(68, 76, 99, 0)
}

:where(.amp-styles) .amp-link.link-light:active {
    text-decoration-color: #444c63
}

:where(.amp-styles) .amp-link:has(>.svg-icon), :where(.amp-styles) .amp-link:has(>i), :where(.amp-styles) a:has(>.svg-icon), :where(.amp-styles) a:has(>i) {
    display: inline-flex;
    gap: .375em
}

:where(.amp-styles) .amp-link i:before, :where(.amp-styles) a i:before {
    display: inline-block
}

:where(.amp-styles) .disabled, :where(.amp-styles) :has(>.hidden-input[disabled]), :where(.amp-styles) [aria-disabled=true], :where(.amp-styles) [data-state=disabled], :where(.amp-styles) [disabled] {
    cursor: not-allowed;
    filter: grayscale(var(--amp-disabled-grayscale, 0));
    opacity: .4;
    pointer-events: none
}

:where(.amp-styles) .shadow-basic {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 1px 3px rgba(0, 0, 0, .07), 0 1px 2px rgba(0, 0, 0, .12)
}

:where(.amp-styles) .shadow-raised {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115)
}

:where(.amp-styles) .shadow-transit {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 10px 20px rgba(0, 0, 0, .076), 0 6px 6px rgba(0, 0, 0, .092)
}

:where(.amp-styles) .tooltip-inner {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115)
}

:where(.amp-styles) .font-benton-sans {
    font-family: benton-sans, sans-serif
}

:where(.amp-styles) .font-merriweather {
    font-family: merriweather, serif
}

:where(.amp-styles) .font-open-sans {
    font-family: open-sans, sans-serif
}

:where(.amp-styles) .font-amplify {
    font-family: amplify, serif
}

:where(.amp-styles) .h1, :where(.amp-styles) .h2, :where(.amp-styles) .h3, :where(.amp-styles) .h4, :where(.amp-styles) .h5, :where(.amp-styles) h1, :where(.amp-styles) h2, :where(.amp-styles) h3, :where(.amp-styles) h4, :where(.amp-styles) h5 {
    font-family: var(--amp-heading-font, "benton-sans", arial, sans-serif);
    line-height: 1.2;
    margin: 1.5em 0 .5em;
    scroll-margin-block-start: 1.5em
}

:where(.amp-styles) .h1, :where(.amp-styles) h1 {
    font-size: 2.44140625em;
    font-weight: 200
}

:where(.amp-styles) .h1.font-merriweather, :where(.amp-styles) .h1.font-open-sans, :where(.amp-styles) h1.font-merriweather, :where(.amp-styles) h1.font-open-sans {
    font-weight: 300
}

:where(.amp-styles) .h2, :where(.amp-styles) h2 {
    font-size: 1.953125em;
    font-weight: 300
}

:where(.amp-styles) .h2.font-amplify, :where(.amp-styles) h2.font-amplify {
    font-weight: 200
}

:where(.amp-styles) .h3, :where(.amp-styles) h3 {
    font-size: 1.5625em;
    font-weight: 400
}

:where(.amp-styles) .h4, :where(.amp-styles) h4 {
    font-size: 1.25em;
    font-weight: 400
}

:where(.amp-styles) .h5, :where(.amp-styles) h5 {
    font-size: 1em;
    font-weight: 500
}

:where(.amp-styles) .h5.font-merriweather, :where(.amp-styles) h5.font-merriweather {
    font-weight: 700
}

:where(.amp-styles) .h5.font-open-sans, :where(.amp-styles) h5.font-open-sans {
    font-weight: 600
}

:where(.amp-styles) p.lead {
    font-size: 1.1875em;
    font-weight: 400;
    max-width: none
}

:where(.amp-styles) p strong {
    font-weight: 500
}

:where(.amp-styles) .text-column, :where(.amp-styles) .text-width {
    max-width: 34em
}

:where(.amp-styles) .text-column {
    margin: 0 auto
}

:where(.amp-styles) .text-width-narrow {
    max-width: 20em
}

:where(.amp-styles) .text-width-wide {
    max-width: 38em
}

:where(.amp-styles) .amplify-uppercase {
    font-size: .875em;
    letter-spacing: .05em;
    text-transform: uppercase
}

:where(.amp-styles) .amplify-label {
    font-size: .875em;
    font-weight: 500;
    margin: .5em 0
}

:where(.amp-styles) .amplify-caption {
    font-size: .85em;
    line-height: 1.4
}

:where(.amp-styles) .rhythm-m-1 {
    margin: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .rhythm-m-2 {
    margin: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .rhythm-m-3 {
    margin: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) .rhythm-m-4 {
    margin: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) .rhythm-m-5 {
    margin: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 5)
}

:where(.amp-styles) .rhythm-m-6 {
    margin: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 6)
}

:where(.amp-styles) .rhythm-mt-1 {
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .rhythm-mt-2 {
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .rhythm-mt-3 {
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) .rhythm-mt-4 {
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) .rhythm-mt-5 {
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 5)
}

:where(.amp-styles) .rhythm-mt-6 {
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 6)
}

:where(.amp-styles) .rhythm-mb-1 {
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .rhythm-mb-2 {
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .rhythm-mb-3 {
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) .rhythm-mb-4 {
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) .rhythm-mb-5 {
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 5)
}

:where(.amp-styles) .rhythm-mb-6 {
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 6)
}

:where(.amp-styles) .rhythm-ml-1 {
    margin-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .rhythm-ml-2 {
    margin-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .rhythm-ml-3 {
    margin-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) .rhythm-ml-4 {
    margin-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) .rhythm-ml-5 {
    margin-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 5)
}

:where(.amp-styles) .rhythm-ml-6 {
    margin-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 6)
}

:where(.amp-styles) .rhythm-mr-1 {
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .rhythm-mr-2 {
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .rhythm-mr-3 {
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) .rhythm-mr-4 {
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) .rhythm-mr-5 {
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 5)
}

:where(.amp-styles) .rhythm-mr-6 {
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 6)
}

:where(.amp-styles) .rhythm-p-1 {
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .rhythm-p-2 {
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .rhythm-p-3 {
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) .rhythm-p-4 {
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) .rhythm-p-5 {
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 5)
}

:where(.amp-styles) .rhythm-p-6 {
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 6)
}

:where(.amp-styles) .rhythm-pt-1 {
    padding-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .rhythm-pt-2 {
    padding-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .rhythm-pt-3 {
    padding-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) .rhythm-pt-4 {
    padding-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) .rhythm-pt-5 {
    padding-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 5)
}

:where(.amp-styles) .rhythm-pt-6 {
    padding-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 6)
}

:where(.amp-styles) .rhythm-pb-1 {
    padding-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .rhythm-pb-2 {
    padding-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .rhythm-pb-3 {
    padding-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) .rhythm-pb-4 {
    padding-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) .rhythm-pb-5 {
    padding-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 5)
}

:where(.amp-styles) .rhythm-pb-6 {
    padding-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 6)
}

:where(.amp-styles) .rhythm-pl-1 {
    padding-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .rhythm-pl-2 {
    padding-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .rhythm-pl-3 {
    padding-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) .rhythm-pl-4 {
    padding-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) .rhythm-pl-5 {
    padding-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 5)
}

:where(.amp-styles) .rhythm-pl-6 {
    padding-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 6)
}

:where(.amp-styles) .rhythm-pr-1 {
    padding-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .rhythm-pr-2 {
    padding-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .rhythm-pr-3 {
    padding-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 3)
}

:where(.amp-styles) .rhythm-pr-4 {
    padding-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 4)
}

:where(.amp-styles) .rhythm-pr-5 {
    padding-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 5)
}

:where(.amp-styles) .rhythm-pr-6 {
    padding-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 6)
}

:where(.amp-styles) .theme-educator {
    --amp-focus-color: #9c0d63;
    --amp-btn-input-border-width: 0.125em;
    --amp-border-radius: 0.4em;
    --amp-tab-underline-radius: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 0.5 / 2)
}

:where(.amp-styles) .theme-educator {
    --amp-checkbox-hover-border: #20242f;
    --amp-checkbox-checked-bg: #20242f;
    --amp-checkbox-checked-border: #20242f;
    --amp-checkbox-checked-hover-bg: #454a68;
    --amp-checkbox-checked-hover-border: #454a68;
    --amp-radio-hover-border: #20242f;
    --amp-radio-checked-bg: #20242f;
    --amp-radio-checked-border: #20242f;
    --amp-toggle-checked-bg: #20242f;
    --amp-toggle-checked-hover-bg: #454a68
}

:where(.amp-styles) .theme-educator .amplify-dropdown .menu-btn {
    --amp-btn-hover-shadow: none;
    --amp-btn-hover-border: #20242f;
    --amp-btn-active-border: #20242f
}

:where(.amp-styles) .theme-educator {
    color: var(--amp-body-color)
}

:where(.amp-styles) .theme-educator .h1, :where(.amp-styles) .theme-educator h1 {
    --amp-heading-font: amplify-bold, sans-serif
}

:where(.amp-styles) .theme-educator .btn-secondary {
    --amp-btn-hover-border: #20242f;
    --amp-btn-active-border: #20242f
}

:where(.amp-styles) .theme-educator .btn-primary-dark, :where(.amp-styles) .theme-educator .btn-secondary, :where(.amp-styles) .theme-educator .btn-secondary-dark, html[theme=dark] #polypad-header :where(.amp-styles) .theme-educator .btn-primary, html[theme=dark] #polypad-header :where(.amp-styles) .theme-educator .btn-secondary {
    --amp-fancy-border-shadow: 0 0 0 0 transparent;
    --amp-fancy-border-hover-shadow: 0 0 0 0 transparent;
    --amp-btn-shadow: 0 0 0 0 transparent;
    --amp-btn-hover-shadow: 0 0 0 0 transparent
}

:where(.amp-styles) .theme-educator .link-secondary {
    color: #20242f;
    text-decoration-color: #20242f;
    text-decoration-line: underline;
    transition-duration: .2s;
    transition-property: color, text-decoration-color;
    transition-timing-function: linear
}

:where(.amp-styles) .theme-educator .link-secondary:focus, :where(.amp-styles) .theme-educator .link-secondary:hover {
    color: #454a68;
    text-decoration-color: rgba(32, 36, 47, 0)
}

:where(.amp-styles) .theme-educator .link-secondary:active {
    text-decoration-color: #20242f
}

:where(.amp-styles) .layout-context-alpha {
    --amp-scale-ratio: 1.2;
    --amp-rhythm-unit-px: 17;
    --amp-font-size-px: 24;
    --amp-btn-rhythm-units: 4;
    --amp-btn-plus-1-rhythm-units: 5;
    --amp-btn-plus-2-rhythm-units: 6;
    --amp-btn-minus-1-rhythm-units: 3;
    --amp-btn-toggle-rhythm-units: 5;
    --amp-btn-toggle-plus-1-rhythm-units: 6;
    --amp-btn-toggle-plus-2-rhythm-units: 7;
    --amp-btn-toggle-minus-1-rhythm-units: 4;
    --amp-radio-checkbox-size-px: 30;
    --amp-radio-dot-size-px: 16;
    font-size: 1.5rem;
    line-height: 2.125rem
}

@media (min-width: 576px) {
    :where(.amp-styles) .layout-context-alpha {
        --amp-scale-ratio: 1.333;
        --amp-rhythm-unit-px: 25;
        --amp-font-size-px: 28;
        --amp-btn-rhythm-units: 3;
        --amp-btn-plus-1-rhythm-units: 4;
        --amp-btn-plus-2-rhythm-units: 5;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 6;
        --amp-btn-toggle-minus-1-rhythm-units: 3;
        --amp-radio-checkbox-size-px: 36;
        --amp-radio-dot-size-px: 18;
        font-size: 1.75rem;
        line-height: 3.125rem;
        --amp-fixed-container: 300
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .layout-context-alpha {
        --amp-rhythm-unit-px: 28;
        --amp-font-size-px: 32;
        --amp-btn-rhythm-units: 3;
        --amp-btn-plus-1-rhythm-units: 4;
        --amp-btn-plus-2-rhythm-units: 6;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 7;
        --amp-btn-toggle-minus-1-rhythm-units: 3;
        --amp-radio-checkbox-size-px: 40;
        --amp-radio-dot-size-px: 20;
        font-size: 2rem;
        line-height: 3.5rem;
        --amp-fixed-container: 672
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .layout-context-alpha {
        --amp-rhythm-unit-px: 32;
        --amp-font-size-px: 36;
        --amp-btn-rhythm-units: 3;
        --amp-btn-plus-1-rhythm-units: 4;
        --amp-btn-plus-2-rhythm-units: 5;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 6;
        --amp-btn-toggle-minus-1-rhythm-units: 3;
        --amp-radio-checkbox-size-px: 46;
        --amp-radio-dot-size-px: 24;
        font-size: 2.25rem;
        line-height: 4rem;
        --amp-fixed-container: 768
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .layout-context-alpha {
        --amp-rhythm-unit-px: 36;
        --amp-font-size-px: 40;
        --amp-btn-rhythm-units: 3;
        --amp-btn-plus-1-rhythm-units: 4;
        --amp-btn-plus-2-rhythm-units: 5;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 6;
        --amp-btn-toggle-minus-1-rhythm-units: 3;
        --amp-radio-checkbox-size-px: 50;
        --amp-radio-dot-size-px: 26;
        font-size: 2.5rem;
        line-height: 4.5rem;
        --amp-fixed-container: 864
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .layout-context-alpha {
        --amp-rhythm-unit-px: 39;
        --amp-font-size-px: 44;
        --amp-btn-rhythm-units: 3;
        --amp-btn-plus-1-rhythm-units: 4;
        --amp-btn-plus-2-rhythm-units: 6;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 7;
        --amp-btn-toggle-minus-1-rhythm-units: 3;
        --amp-radio-checkbox-size-px: 56;
        --amp-radio-dot-size-px: 28;
        font-size: 2.75rem;
        line-height: 4.875rem;
        --amp-fixed-container: 1404
    }
}

:where(.amp-styles) .layout-context-bravo {
    --amp-scale-ratio: 1.2;
    --amp-rhythm-unit-px: 14;
    --amp-font-size-px: 20;
    --amp-btn-rhythm-units: 4;
    --amp-btn-plus-1-rhythm-units: 5;
    --amp-btn-plus-2-rhythm-units: 6;
    --amp-btn-minus-1-rhythm-units: 3;
    --amp-btn-toggle-rhythm-units: 5;
    --amp-btn-toggle-plus-1-rhythm-units: 6;
    --amp-btn-toggle-plus-2-rhythm-units: 7;
    --amp-btn-toggle-minus-1-rhythm-units: 4;
    --amp-radio-checkbox-size-px: 26;
    --amp-radio-dot-size-px: 14;
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media (min-width: 576px) {
    :where(.amp-styles) .layout-context-bravo {
        --amp-scale-ratio: 1.25;
        --amp-rhythm-unit-px: 17;
        --amp-font-size-px: 22;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 5;
        --amp-btn-plus-2-rhythm-units: 6;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 7;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 28;
        --amp-radio-dot-size-px: 14;
        font-size: 1.375rem;
        line-height: 2.125rem;
        --amp-fixed-container: 408
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .layout-context-bravo {
        --amp-rhythm-unit-px: 20;
        --amp-font-size-px: 25;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 4;
        --amp-btn-plus-2-rhythm-units: 5;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 6;
        --amp-btn-toggle-minus-1-rhythm-units: 3;
        --amp-radio-checkbox-size-px: 32;
        --amp-radio-dot-size-px: 16;
        font-size: 1.5625rem;
        line-height: 2.5rem;
        --amp-fixed-container: 720
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .layout-context-bravo {
        --amp-fixed-container: 960
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .layout-context-bravo {
        --amp-rhythm-unit-px: 25;
        --amp-font-size-px: 32;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 4;
        --amp-btn-plus-2-rhythm-units: 5;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 6;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 40;
        --amp-radio-dot-size-px: 20;
        font-size: 2rem;
        line-height: 3.125rem;
        --amp-fixed-container: 900
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .layout-context-bravo {
        --amp-rhythm-unit-px: 27;
        --amp-font-size-px: 35;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 5;
        --amp-btn-plus-2-rhythm-units: 6;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 4;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 7;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 44;
        --amp-radio-dot-size-px: 22;
        font-size: 2.1875rem;
        line-height: 3.375rem;
        --amp-fixed-container: 1296
    }
}

:where(.amp-styles) .layout-context-delta {
    --amp-scale-ratio: 1.2;
    --amp-rhythm-unit-px: 13;
    --amp-font-size-px: 18;
    --amp-btn-rhythm-units: 4;
    --amp-btn-plus-1-rhythm-units: 5;
    --amp-btn-plus-2-rhythm-units: 5;
    --amp-btn-minus-1-rhythm-units: 3;
    --amp-btn-toggle-rhythm-units: 5;
    --amp-btn-toggle-plus-1-rhythm-units: 5;
    --amp-btn-toggle-plus-2-rhythm-units: 6;
    --amp-btn-toggle-minus-1-rhythm-units: 4;
    --amp-radio-checkbox-size-px: 22;
    --amp-radio-dot-size-px: 12;
    font-size: 1.125rem;
    line-height: 1.625rem
}

@media (min-width: 576px) {
    :where(.amp-styles) .layout-context-delta {
        --amp-rhythm-unit-px: 14;
        --amp-font-size-px: 19;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 5;
        --amp-btn-plus-2-rhythm-units: 5;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 5;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 6;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 24;
        --amp-radio-dot-size-px: 12;
        font-size: 1.1875rem;
        line-height: 1.75rem;
        --amp-fixed-container: 504
    }
}

@media (min-width: 768px) {
    :where(.amp-styles) .layout-context-delta {
        --amp-rhythm-unit-px: 14;
        --amp-font-size-px: 20;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 5;
        --amp-btn-plus-2-rhythm-units: 6;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 5;
        --amp-btn-toggle-plus-1-rhythm-units: 6;
        --amp-btn-toggle-plus-2-rhythm-units: 7;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 26;
        --amp-radio-dot-size-px: 14;
        font-size: 1.25rem;
        line-height: 1.75rem;
        --amp-fixed-container: 672
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .layout-context-delta {
        --amp-rhythm-unit-px: 16;
        --amp-font-size-px: 22;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 5;
        --amp-btn-plus-2-rhythm-units: 5;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 5;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 6;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 28;
        --amp-radio-dot-size-px: 14;
        font-size: 1.375rem;
        line-height: 2rem;
        --amp-fixed-container: 960
    }
}

@media (min-width: 1200px) {
    :where(.amp-styles) .layout-context-delta {
        --amp-rhythm-unit-px: 17;
        --amp-font-size-px: 24;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 5;
        --amp-btn-plus-2-rhythm-units: 6;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 5;
        --amp-btn-toggle-plus-1-rhythm-units: 6;
        --amp-btn-toggle-plus-2-rhythm-units: 7;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 30;
        --amp-radio-dot-size-px: 16;
        font-size: 1.5rem;
        line-height: 2.125rem;
        --amp-fixed-container: 1020
    }
}

@media (min-width: 1500px) {
    :where(.amp-styles) .layout-context-delta {
        --amp-rhythm-unit-px: 19;
        --amp-font-size-px: 26;
        --amp-btn-rhythm-units: 4;
        --amp-btn-plus-1-rhythm-units: 5;
        --amp-btn-plus-2-rhythm-units: 5;
        --amp-btn-minus-1-rhythm-units: 3;
        --amp-btn-toggle-rhythm-units: 5;
        --amp-btn-toggle-plus-1-rhythm-units: 5;
        --amp-btn-toggle-plus-2-rhythm-units: 6;
        --amp-btn-toggle-minus-1-rhythm-units: 4;
        --amp-radio-checkbox-size-px: 32;
        --amp-radio-dot-size-px: 16;
        font-size: 1.625rem;
        line-height: 2.375rem;
        --amp-fixed-container: 1368
    }
}

:where(.amp-styles) [class*=" icon-k5-"], :where(.amp-styles) [class^=icon-k5-] {
    font-family: icons-amplify-k5 !important;
    font-size: 3em;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

:where(.amp-styles) .icon-k5-checkmark:before {
    content: "\e900"
}

:where(.amp-styles) .icon-k5-caution:before {
    content: "\e901"
}

:where(.amp-styles) .icon-k5-stop:before {
    content: "\e902"
}

:where(.amp-styles) .icon-k5-sound-on:before {
    content: "\e903"
}

:where(.amp-styles) .icon-k5-sound-off:before {
    content: "\e904"
}

:where(.amp-styles) .icon-k5-mic:before {
    content: "\e905"
}

:where(.amp-styles) .icon-k5-pause:before {
    content: "\e906"
}

:where(.amp-styles) .icon-k5-play:before {
    content: "\e907"
}

:where(.amp-styles) .icon-k5-skip-back:before {
    content: "\e93e"
}

:where(.amp-styles) .icon-k5-skip-forward:before {
    content: "\e93f"
}

:where(.amp-styles) .icon-k5-line-weight-1:before {
    content: "\e92c"
}

:where(.amp-styles) .icon-k5-line-weight-2:before {
    content: "\e92d"
}

:where(.amp-styles) .icon-k5-line-weight-3:before {
    content: "\e92e"
}

:where(.amp-styles) .icon-k5-text-size-1:before {
    content: "\e908"
}

:where(.amp-styles) .icon-k5-text-size-2:before {
    content: "\e93c"
}

:where(.amp-styles) .icon-k5-text-size-3:before {
    content: "\e93d"
}

:where(.amp-styles) .icon-k5-home:before {
    content: "\e909"
}

:where(.amp-styles) .icon-k5-backpack:before {
    content: "\e90a"
}

:where(.amp-styles) .icon-k5-apps:before {
    content: "\e90b"
}

:where(.amp-styles) .icon-k5-hamburger:before {
    content: "\e90c"
}

:where(.amp-styles) .icon-k5-expand:before {
    content: "\e90d"
}

:where(.amp-styles) .icon-k5-collapse:before {
    content: "\e92f"
}

:where(.amp-styles) .icon-k5-logout:before {
    content: "\e90e"
}

:where(.amp-styles) .icon-k5-close:before {
    content: "\e90f"
}

:where(.amp-styles) .icon-k5-chevron-up:before {
    content: "\e912"
}

:where(.amp-styles) .icon-k5-chevron-down:before {
    content: "\e913"
}

:where(.amp-styles) .icon-k5-chevron-left:before {
    content: "\e914"
}

:where(.amp-styles) .icon-k5-chevron-right:before {
    content: "\e915"
}

:where(.amp-styles) .icon-k5-arrow-up:before {
    content: "\e916"
}

:where(.amp-styles) .icon-k5-arrow-down:before {
    content: "\e917"
}

:where(.amp-styles) .icon-k5-arrow-previous:before {
    content: "\e918"
}

:where(.amp-styles) .icon-k5-arrow-next:before {
    content: "\e919"
}

:where(.amp-styles) .icon-k5-caret-down:before {
    content: "\e930"
}

:where(.amp-styles) .icon-k5-caret-up:before {
    content: "\e931"
}

:where(.amp-styles) .icon-k5-caret-left:before {
    content: "\e932"
}

:where(.amp-styles) .icon-k5-caret-right:before {
    content: "\e933"
}

:where(.amp-styles) .icon-k5-messages:before {
    content: "\e91a"
}

:where(.amp-styles) .icon-k5-delete:before {
    content: "\e91b"
}

:where(.amp-styles) .icon-k5-math-operation:before {
    content: "\e91c"
}

:where(.amp-styles) .icon-k5-edit:before {
    content: "\e91d"
}

:where(.amp-styles) .icon-k5-magnify:before {
    content: "\e91e"
}

:where(.amp-styles) .icon-k5-eraser:before {
    content: "\e91f"
}

:where(.amp-styles) .icon-k5-favorite:before {
    content: "\e920"
}

:where(.amp-styles) .icon-k5-keyboard:before {
    content: "\e921"
}

:where(.amp-styles) .icon-k5-start-over:before {
    content: "\e922"
}

:where(.amp-styles) .icon-k5-line-tool:before {
    content: "\e923"
}

:where(.amp-styles) .icon-k5-undo:before {
    content: "\e910"
}

:where(.amp-styles) .icon-k5-redo:before {
    content: "\e911"
}

:where(.amp-styles) .icon-k5-points-only:before {
    content: "\e927"
}

:where(.amp-styles) .icon-k5-backspace:before {
    content: "\e928"
}

:where(.amp-styles) .icon-k5-sketch:before {
    content: "\e929"
}

:where(.amp-styles) .icon-k5-input-text:before {
    content: "\e92a"
}

:where(.amp-styles) .icon-k5-math:before {
    content: "\e92b"
}

:where(.amp-styles) .icon-k5-draggable-vertical:before {
    content: "\e934"
}

:where(.amp-styles) .icon-k5-draggable-horizontal:before {
    content: "\e935"
}

:where(.amp-styles) .icon-k5-rotate:before {
    content: "\e936"
}

:where(.amp-styles) .icon-k5-add:before {
    content: "\e937"
}

:where(.amp-styles) .icon-k5-view:before {
    content: "\e938"
}

:where(.amp-styles) .icon-k5-view-off:before {
    content: "\e939"
}

:where(.amp-styles) .icon-k5-fraction:before {
    content: "\e93a"
}

:where(.amp-styles) .icon-k5-contrast:before {
    content: "\e93b"
}

:where(.amp-styles) .icon-k5-image:before {
    content: "\e924"
}

:where(.amp-styles) .icon-k5-camera:before {
    content: "\e925"
}

:where(.amp-styles) .icon-k5-calculator:before {
    content: "\e926"
}

:where(.amp-styles) .theme-student.sub-theme-4-5, :where(.amp-styles) .theme-student:not([class*=sub-theme-]) {
    --amp-student-body-font: open-sans, sans-serif;
    --amp-student-heading-font: quicksand, sans-serif;
    --amp-border-radius: 0.53em;
    --amp-btn-input-font: open-sans, sans-serif;
    --amp-btn-input-font-weight: 400
}

:where(.amp-styles) .theme-student.sub-theme-4-5 [class*=visible-for-]:not(.visible-for-4-5), :where(.amp-styles) .theme-student:not([class*=sub-theme-]) [class*=visible-for-]:not(.visible-for-4-5) {
    display: none
}

:where(.amp-styles) .theme-student {
    --amp-focus-color: #c231a0;
    --amp-btn-input-border-width: 0.09375em;
    --amp-icon-checkmark: var(--amp-icon-k5-checkmark);
    --amp-disabled-grayscale: 100%;
    color: var(--amp-body-color, #20242f)
}

:where(.amp-styles) .theme-student .bg-light .btn-primary, :where(.amp-styles) .theme-student .btn-primary, :where(.amp-styles) .theme-student .btn-primary.btn-raised, :where(.amp-styles) .theme-student .mc-button .hidden-input:checked + .btn, :where(.amp-styles) .theme-student .mc-button .hidden-input:checked + .btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .btn-primary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-button .hidden-input:checked + .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .btn-primary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-button .hidden-input:checked + .btn:not(.btn-flat) {
    --amp-btn-bg: #0069e4;
    --amp-btn-border: transparent;
    --amp-btn-color: #fff;
    --amp-btn-hover-bg: #0058bf;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #fff;
    --amp-btn-active-bg: #004597;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #fff
}

:where(.amp-styles) .theme-student .bg-dark .btn-primary, :where(.amp-styles) .theme-student .bg-dark .btn-primary.btn-raised, :where(.amp-styles) .theme-student .bg-dark .mc-button .hidden-input:checked + .btn, :where(.amp-styles) .theme-student .bg-dark .mc-button .hidden-input:checked + .btn-raised, :where(.amp-styles) .theme-student .bg-light .btn-primary.btn-raised, :where(.amp-styles) .theme-student .bg-light .mc-button .hidden-input:checked + .btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .btn-primary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .mc-button .hidden-input:checked + .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .btn-primary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .mc-button .hidden-input:checked + .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .btn-primary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .mc-button .hidden-input:checked + .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .btn-primary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .mc-button .hidden-input:checked + .btn:not(.btn-flat) {
    --amp-btn-bg: #0069e4;
    --amp-btn-border: #fff;
    --amp-btn-color: #fff;
    --amp-btn-hover-bg: #0058bf;
    --amp-btn-hover-border: #fff;
    --amp-btn-hover-color: #fff;
    --amp-btn-active-bg: #004597;
    --amp-btn-active-border: #fff;
    --amp-btn-active-color: #fff
}

:where(.amp-styles) .theme-student .bg-light .btn-secondary, :where(.amp-styles) .theme-student .btn-secondary {
    --amp-btn-bg: #fff;
    --amp-btn-border: #b0bed3;
    --amp-btn-color: #0069e4;
    --amp-btn-hover-bg: #dae3f0;
    --amp-btn-hover-border: #b0bed3;
    --amp-btn-hover-color: #0058bf;
    --amp-btn-active-bg: #b0bed3;
    --amp-btn-active-border: #b0bed3;
    --amp-btn-active-color: #002c64
}

:where(.amp-styles) .theme-student .btn-secondary.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .btn-secondary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .btn-secondary:not(.btn-flat) {
    --amp-btn-bg: #f1f5fb;
    --amp-btn-border: transparent;
    --amp-btn-color: #0069e4;
    --amp-btn-hover-bg: #dae3f0;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #0058bf;
    --amp-btn-active-bg: #b0bed3;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #002c64
}

:where(.amp-styles) .theme-student .bg-dark .btn-secondary, :where(.amp-styles) .theme-student .bg-dark .btn-secondary.btn-raised, :where(.amp-styles) .theme-student .bg-light .btn-secondary.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .btn-secondary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .btn-secondary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .btn-secondary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .btn-secondary:not(.btn-flat) {
    --amp-btn-bg: #fff;
    --amp-btn-border: transparent;
    --amp-btn-color: #0069e4;
    --amp-btn-hover-bg: #dae3f0;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #0058bf;
    --amp-btn-active-bg: #b0bed3;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #002c64
}

:where(.amp-styles) .theme-student .bg-light .btn-multipurpose, :where(.amp-styles) .theme-student .bg-light .mc-button .btn, :where(.amp-styles) .theme-student .btn-multipurpose, :where(.amp-styles) .theme-student .mc-button .btn {
    --amp-btn-bg: #e6f1fe;
    --amp-btn-border: #b3d2f7;
    --amp-btn-color: #0058bf;
    --amp-btn-hover-bg: #b3d2f7;
    --amp-btn-hover-border: #0069e4;
    --amp-btn-hover-color: #002c64;
    --amp-btn-active-bg: #80b4f1;
    --amp-btn-active-border: #0069e4;
    --amp-btn-active-color: #002c64
}

:where(.amp-styles) .theme-student .btn-multipurpose.btn-raised, :where(.amp-styles) .theme-student .mc-button .btn.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .btn-multipurpose:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-button .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .btn-multipurpose:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-button .btn:not(.btn-flat) {
    --amp-btn-bg: #e6f1fe;
    --amp-btn-border: transparent;
    --amp-btn-color: #0058bf;
    --amp-btn-hover-bg: #b3d2f7;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #002c64;
    --amp-btn-active-bg: #80b4f1;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #002c64
}

:where(.amp-styles) .theme-student .bg-dark .btn-multipurpose, :where(.amp-styles) .theme-student .bg-dark .btn-multipurpose.btn-raised, :where(.amp-styles) .theme-student .bg-dark .mc-button .btn, :where(.amp-styles) .theme-student .bg-dark .mc-button .btn-raised, :where(.amp-styles) .theme-student .bg-light .btn-multipurpose.btn-raised, :where(.amp-styles) .theme-student .bg-light .mc-button .btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .btn-multipurpose:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .mc-button .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .btn-multipurpose:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .mc-button .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .btn-multipurpose:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .mc-button .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .btn-multipurpose:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .mc-button .btn:not(.btn-flat) {
    --amp-btn-bg: #e6f1fe;
    --amp-btn-border: #fff;
    --amp-btn-color: #0058bf;
    --amp-btn-hover-bg: #b3d2f7;
    --amp-btn-hover-border: #fff;
    --amp-btn-hover-color: #002c64;
    --amp-btn-active-bg: #80b4f1;
    --amp-btn-active-border: #fff;
    --amp-btn-active-color: #002c64
}

:where(.amp-styles) .theme-student .bg-light .btn-red, :where(.amp-styles) .theme-student .btn-red, :where(.amp-styles) .theme-student .btn-red.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .btn-red:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .btn-red:not(.btn-flat) {
    --amp-btn-bg: #db2e00;
    --amp-btn-border: transparent;
    --amp-btn-color: #fff;
    --amp-btn-hover-bg: #af2500;
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #fff;
    --amp-btn-active-bg: #831c00;
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #fff
}

:where(.amp-styles) .theme-student .bg-dark .btn-red, :where(.amp-styles) .theme-student .bg-dark .btn-red.btn-raised, :where(.amp-styles) .theme-student .bg-light .btn-red.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .btn-red:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .btn-red:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .btn-red:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .btn-red:not(.btn-flat) {
    --amp-btn-bg: #db2e00;
    --amp-btn-border: #fff;
    --amp-btn-color: #fff;
    --amp-btn-hover-bg: #af2500;
    --amp-btn-hover-border: #fff;
    --amp-btn-hover-color: #fff;
    --amp-btn-active-bg: #831c00;
    --amp-btn-active-border: #fff;
    --amp-btn-active-color: #fff
}

:where(.amp-styles) .theme-student .bg-light .btn-icon-ghost, :where(.amp-styles) .theme-student .btn-icon-ghost {
    --amp-btn-bg: transparent;
    --amp-btn-border: transparent;
    --amp-btn-color: #0069e4;
    --amp-btn-hover-bg: rgba(0, 0, 0, .05);
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #0069e4;
    --amp-btn-active-bg: rgba(0, 0, 0, .05);
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #002c64
}

:where(.amp-styles) .theme-student .bg-dark .btn-icon-ghost {
    --amp-btn-bg: transparent;
    --amp-btn-border: transparent;
    --amp-btn-color: #fff;
    --amp-btn-hover-bg: hsla(0, 0%, 100%, .1);
    --amp-btn-hover-border: transparent;
    --amp-btn-hover-color: #fff;
    --amp-btn-active-bg: hsla(0, 0%, 100%, .1);
    --amp-btn-active-border: transparent;
    --amp-btn-active-color: #fff
}

:where(.amp-styles) .theme-student .bg-dark .btn-primary.btn-raised, :where(.amp-styles) .theme-student .bg-dark .mc-button .hidden-input:checked + .btn-raised, :where(.amp-styles) .theme-student .bg-light .btn-primary.btn-raised, :where(.amp-styles) .theme-student .bg-light .mc-button .hidden-input:checked + .btn-raised, :where(.amp-styles) .theme-student .btn-primary.btn-raised, :where(.amp-styles) .theme-student .mc-button .hidden-input:checked + .btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .btn-primary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .mc-button .hidden-input:checked + .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .btn-primary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .mc-button .hidden-input:checked + .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .btn-primary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-button .hidden-input:checked + .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .btn-primary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .mc-button .hidden-input:checked + .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .btn-primary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .mc-button .hidden-input:checked + .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .btn-primary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-button .hidden-input:checked + .btn:not(.btn-flat) {
    --amp-btn-raised-hard-shadow: #004597;
    --amp-btn-raised-hover-hard-shadow: #002c64;
    --amp-btn-raised-active-hard-shadow: #002c64
}

:where(.amp-styles) .theme-student .bg-dark .btn-secondary.btn-raised, :where(.amp-styles) .theme-student .bg-light .btn-secondary.btn-raised, :where(.amp-styles) .theme-student .btn-secondary.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .btn-secondary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .btn-secondary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .btn-secondary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .btn-secondary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .btn-secondary:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .btn-secondary:not(.btn-flat) {
    --amp-btn-raised-hard-shadow: #b0bed3;
    --amp-btn-raised-hover-hard-shadow: #909eb5;
    --amp-btn-raised-active-hard-shadow: #77879d
}

:where(.amp-styles) .theme-student .bg-light .btn-multipurpose.btn-raised, :where(.amp-styles) .theme-student .bg-light .mc-button .btn-raised, :where(.amp-styles) .theme-student .btn-multipurpose.btn-raised, :where(.amp-styles) .theme-student .mc-button .btn.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .btn-multipurpose:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .mc-button .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .btn-multipurpose:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-button .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .btn-multipurpose:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .mc-button .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .btn-multipurpose:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-button .btn:not(.btn-flat) {
    --amp-btn-raised-hard-shadow: #b3d2f7;
    --amp-btn-raised-hover-hard-shadow: #80b4f1;
    --amp-btn-raised-active-hard-shadow: #0069e4
}

:where(.amp-styles) .theme-student .bg-dark .btn-multipurpose.btn-raised, :where(.amp-styles) .theme-student .bg-dark .mc-button .btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .btn-multipurpose:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .mc-button .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .btn-multipurpose:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .mc-button .btn:not(.btn-flat) {
    --amp-btn-raised-hard-shadow: #b3d2f7;
    --amp-btn-raised-hover-hard-shadow: #80b4f1;
    --amp-btn-raised-active-hard-shadow: #0058bf
}

:where(.amp-styles) .theme-student .bg-dark .btn-red.btn-raised, :where(.amp-styles) .theme-student .bg-light .btn-red.btn-raised, :where(.amp-styles) .theme-student .btn-red.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .btn-red:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .btn-red:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .btn-red:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .btn-red:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .btn-red:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .btn-red:not(.btn-flat) {
    --amp-btn-raised-hard-shadow: #831c00;
    --amp-btn-raised-hover-hard-shadow: #420e00;
    --amp-btn-raised-active-hard-shadow: #420e00
}

:where(.amp-styles) .theme-student .arrow-button {
    --amp-arrow-fill: #0069e4;
    --amp-arrow-fill-hover: #0058bf;
    --amp-arrow-fill-active: #004597
}

:where(.amp-styles) .theme-student .arrow-button, :where(.amp-styles) .theme-student .bg-light .arrow-button {
    --amp-arrow-border: transparent;
    --amp-arrow-shadow: transparent
}

:where(.amp-styles) .theme-student .bg-dark .arrow-button {
    --amp-arrow-border: #fff;
    --amp-arrow-shadow: transparent
}

:where(.amp-styles) .theme-student .arrow-button.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .arrow-button:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .arrow-button:not(.btn-flat) {
    --amp-arrow-border: #e6f1fe;
    --amp-arrow-shadow: #80b4f1
}

:where(.amp-styles) .theme-student .bg-dark .arrow-button.btn-raised, :where(.amp-styles) .theme-student .bg-light .arrow-button.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .arrow-button:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-light .arrow-button:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .arrow-button:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-light .arrow-button:not(.btn-flat) {
    --amp-arrow-border: #fff;
    --amp-arrow-shadow: #80b4f1
}

:where(.amp-styles) .theme-student .btn.btn-raised, :where(.amp-styles) .theme-student .mc-button .btn.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-button .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-button .btn:not(.btn-flat) {
    --amp-btn-shadow: 0 0.25em 0 var(--amp-btn-raised-hard-shadow);
    --amp-btn-hover-shadow: 0 0.25em 0 var(--amp-btn-raised-hover-hard-shadow);
    --amp-btn-active-shadow: 0 0.125em 0 var(--amp-btn-raised-active-hard-shadow);
    height: 2.375em;
    transform: translateY(-.125em);
    transition: color .2s linear, background-color .2s linear, border-color .2s linear, box-shadow .2s linear, transform .2s ease-in-out, box-shadow .2s ease-in-out
}

:where(.amp-styles) .theme-student .active.btn.btn-raised, :where(.amp-styles) .theme-student .btn.btn-raised:active, :where(.amp-styles) .theme-student.sub-theme-2-3 .active.btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .btn:active:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .active.btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .btn:active:not(.btn-flat) {
    transform: translateY(0)
}

:where(.amp-styles) .theme-student .arrow-button.btn-raised svg .arrow-flat, :where(.amp-styles) .theme-student.sub-theme-2-3 .arrow-button:not(.btn-flat) svg .arrow-flat, :where(.amp-styles) .theme-student.sub-theme-k-1 .arrow-button:not(.btn-flat) svg .arrow-flat {
    display: none
}

:where(.amp-styles) .theme-student .arrow-button.btn-raised svg .arrow-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .arrow-button:not(.btn-flat) svg .arrow-raised, :where(.amp-styles) .theme-student.sub-theme-k-1 .arrow-button:not(.btn-flat) svg .arrow-raised {
    display: inline
}

:where(.amp-styles) .theme-student .arrow-button.btn-raised .arrow-surface, :where(.amp-styles) .theme-student.sub-theme-2-3 .arrow-button:not(.btn-flat) .arrow-surface, :where(.amp-styles) .theme-student.sub-theme-k-1 .arrow-button:not(.btn-flat) .arrow-surface {
    transform: translateY(-.25em)
}

:where(.amp-styles) .theme-student .active.arrow-button.btn-raised .arrow-surface, :where(.amp-styles) .theme-student .arrow-button.btn-raised:active .arrow-surface, :where(.amp-styles) .theme-student.sub-theme-2-3 .active.arrow-button:not(.btn-flat) .arrow-surface, :where(.amp-styles) .theme-student.sub-theme-2-3 .arrow-button:active:not(.btn-flat) .arrow-surface, :where(.amp-styles) .theme-student.sub-theme-k-1 .active.arrow-button:not(.btn-flat) .arrow-surface, :where(.amp-styles) .theme-student.sub-theme-k-1 .arrow-button:active:not(.btn-flat) .arrow-surface {
    transform: translateY(-.125em)
}

:where(.amp-styles) .theme-student .btn.btn-icon {
    border-radius: 50%;
    justify-content: center;
    padding: 0;
    width: 2.5em
}

:where(.amp-styles) .theme-student .btn.btn-icon .svg-icon, :where(.amp-styles) .theme-student .btn.btn-icon i {
    margin: 0
}

:where(.amp-styles) .theme-student .arrow-button {
    background-color: transparent;
    border: 0;
    height: 2.5em;
    outline: 0;
    position: relative;
    width: 2.8925em
}

:where(.amp-styles) .theme-student .arrow-button .arrow-fill {
    fill: var(--amp-arrow-fill)
}

:where(.amp-styles) .theme-student .arrow-button .arrow-border {
    fill: var(--amp-arrow-border);
    stroke: var(--amp-arrow-border)
}

:where(.amp-styles) .theme-student .arrow-button .arrow-shadow {
    fill: var(--amp-arrow-shadow);
    stroke: var(--amp-arrow-shadow)
}

:where(.amp-styles) .theme-student .arrow-button:focus-visible .arrow-fill, :where(.amp-styles) .theme-student .arrow-button:hover .arrow-fill {
    fill: var(--amp-arrow-fill-hover)
}

:where(.amp-styles) .theme-student .arrow-button.active .arrow-fill, :where(.amp-styles) .theme-student .arrow-button:active .arrow-fill {
    fill: var(--amp-arrow-fill-active)
}

:where(.amp-styles) .theme-student .arrow-button svg {
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    transition: transform .2s ease-in-out, opacity .2s linear, fill .2s linear
}

:where(.amp-styles) .theme-student .arrow-button svg .arrow-raised {
    display: none
}

:where(.amp-styles) .theme-student .arrow-button .arrow-border {
    stroke-width: .5em
}

:where(.amp-styles) .theme-student .arrow-button .arrow-shadow {
    stroke-width: .5em
}

:where(.amp-styles) .theme-student .arrow-button .arrow-focus-inner, :where(.amp-styles) .theme-student .arrow-button .arrow-focus-outer {
    opacity: 0
}

:where(.amp-styles) .theme-student .arrow-button .arrow-focus-outer {
    fill: #c231a0;
    stroke: #c231a0;
    stroke-width: .625em
}

:where(.amp-styles) .theme-student .arrow-button .arrow-focus-inner {
    fill: #fff;
    stroke: #fff;
    stroke-width: .25em
}

:where(.amp-styles) .theme-student .arrow-button:focus-visible .arrow-focus-inner, :where(.amp-styles) .theme-student .arrow-button:focus-visible .arrow-focus-outer {
    opacity: 1
}

:where(.amp-styles) .theme-student .arrow-button.btn-previous {
    transform: scaleX(-1)
}

:where(.amp-styles) .theme-student .btn-secondary:not(.btn-raised) {
    --amp-btn-hover-shadow: 0 0 0 transparent
}

:where(.amp-styles) .theme-student .mc-tile .btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:not(.btn-flat) {
    --amp-mc-tile-shadow-color: #b3d2f7;
    --amp-mc-tile-hover-shadow-color: #80b4f1;
    --amp-mc-tile-active-shadow-color: #0069e4;
    box-shadow: 0 .25em 0 var(--amp-mc-tile-shadow-color), 0 calc(1px + .25em) 3px rgba(0, 0, 0, .07), 0 calc(1px + .25em) 2px rgba(0, 0, 0, .12)
}

:where(.amp-styles) .theme-student .mc-tile .btn-raised:focus, :where(.amp-styles) .theme-student .mc-tile [data-state=focus].btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:focus:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 [data-state=focus].mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:focus:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 [data-state=focus].mc-tile-btn:not(.btn-flat) {
    z-index: 10
}

:where(.amp-styles) .theme-student .mc-tile .btn-raised:focus:not(:focus-visible), :where(.amp-styles) .theme-student .mc-tile [data-state=focus].btn-raised:not(:focus-visible), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:focus:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 [data-state=focus].mc-tile-btn:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:focus:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 [data-state=focus].mc-tile-btn:not(:focus-visible):not(.btn-flat) {
    outline: 0
}

:where(.amp-styles) .theme-student .mc-tile .btn-raised:focus-visible, :where(.amp-styles) .theme-student .mc-tile [data-state=focus].btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 [data-state=focus].mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 [data-state=focus].mc-tile-btn:not(.btn-flat) {
    outline: 0
}

:where(.amp-styles) .theme-student .mc-tile .btn-raised:focus-visible, :where(.amp-styles) .theme-student .mc-tile [data-state=focus].btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 [data-state=focus].mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 [data-state=focus].mc-tile-btn:not(.btn-flat) {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), 0 .25em 0 var(--amp-mc-tile-hover-shadow-color), 0 calc(1px + .25em) 3px rgba(0, 0, 0, .07), 0 calc(1px + .25em) 2px rgba(0, 0, 0, .12)
}

:where(.amp-styles) .theme-student .mc-tile .btn-raised:hover, :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:hover:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:hover:not(.btn-flat) {
    box-shadow: 0 .25em 0 var(--amp-mc-tile-hover-shadow-color), 0 calc(1px + .25em) 3px rgba(0, 0, 0, .07), 0 calc(1px + .25em) 2px rgba(0, 0, 0, .12)
}

:where(.amp-styles) .theme-student .mc-tile .btn-raised:hover:focus, :where(.amp-styles) .theme-student .mc-tile .btn-raised:hover[data-state=focus], :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:hover:focus:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:hover[data-state=focus]:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:hover:focus:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:hover[data-state=focus]:not(.btn-flat) {
    z-index: 10
}

:where(.amp-styles) .theme-student .mc-tile .btn-raised:hover:focus:not(:focus-visible), :where(.amp-styles) .theme-student .mc-tile .btn-raised:hover[data-state=focus]:not(:focus-visible), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:hover:focus:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:hover[data-state=focus]:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:hover:focus:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:hover[data-state=focus]:not(:focus-visible):not(.btn-flat) {
    outline: 0
}

:where(.amp-styles) .theme-student .mc-tile .btn-raised:hover:focus-visible, :where(.amp-styles) .theme-student .mc-tile .btn-raised:hover[data-state=focus], :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:hover:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:hover[data-state=focus]:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:hover:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:hover[data-state=focus]:not(.btn-flat) {
    outline: 0
}

:where(.amp-styles) .theme-student .mc-tile .btn-raised:hover:focus-visible, :where(.amp-styles) .theme-student .mc-tile .btn-raised:hover[data-state=focus], :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:hover:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:hover[data-state=focus]:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:hover:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:hover[data-state=focus]:not(.btn-flat) {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), 0 .25em 0 var(--amp-mc-tile-hover-shadow-color), 0 calc(1px + .25em) 3px rgba(0, 0, 0, .07), 0 calc(1px + .25em) 2px rgba(0, 0, 0, .12)
}

:where(.amp-styles) .theme-student .mc-tile .active.btn-raised, :where(.amp-styles) .theme-student .mc-tile .btn-raised:active, :where(.amp-styles) .theme-student.sub-theme-2-3 .active.mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:active:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .active.mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:active:not(.btn-flat) {
    box-shadow: 0 .125em 0 var(--amp-mc-tile-active-shadow-color), 0 calc(1px + .125em) 3px rgba(0, 0, 0, .07), 0 calc(1px + .125em) 2px rgba(0, 0, 0, .12)
}

:where(.amp-styles) .theme-student .mc-tile .active.btn-raised:focus, :where(.amp-styles) .theme-student .mc-tile .active[data-state=focus].btn-raised, :where(.amp-styles) .theme-student .mc-tile .btn-raised:active:focus, :where(.amp-styles) .theme-student .mc-tile .btn-raised:active[data-state=focus], :where(.amp-styles) .theme-student.sub-theme-2-3 .active.mc-tile-btn:focus:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .active[data-state=focus].mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:active:focus:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:active[data-state=focus]:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .active.mc-tile-btn:focus:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .active[data-state=focus].mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:active:focus:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:active[data-state=focus]:not(.btn-flat) {
    z-index: 10
}

:where(.amp-styles) .theme-student .mc-tile .active.btn-raised:focus:not(:focus-visible), :where(.amp-styles) .theme-student .mc-tile .active[data-state=focus].btn-raised:not(:focus-visible), :where(.amp-styles) .theme-student .mc-tile .btn-raised:active:focus:not(:focus-visible), :where(.amp-styles) .theme-student .mc-tile .btn-raised:active[data-state=focus]:not(:focus-visible), :where(.amp-styles) .theme-student.sub-theme-2-3 .active.mc-tile-btn:focus:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .active[data-state=focus].mc-tile-btn:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:active:focus:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:active[data-state=focus]:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .active.mc-tile-btn:focus:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .active[data-state=focus].mc-tile-btn:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:active:focus:not(:focus-visible):not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:active[data-state=focus]:not(:focus-visible):not(.btn-flat) {
    outline: 0
}

:where(.amp-styles) .theme-student .mc-tile .active.btn-raised:focus-visible, :where(.amp-styles) .theme-student .mc-tile .active[data-state=focus].btn-raised, :where(.amp-styles) .theme-student .mc-tile .btn-raised:active:focus-visible, :where(.amp-styles) .theme-student .mc-tile .btn-raised:active[data-state=focus], :where(.amp-styles) .theme-student.sub-theme-2-3 .active.mc-tile-btn:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .active[data-state=focus].mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:active:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:active[data-state=focus]:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .active.mc-tile-btn:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .active[data-state=focus].mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:active:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:active[data-state=focus]:not(.btn-flat) {
    outline: 0
}

:where(.amp-styles) .theme-student .mc-tile .active.btn-raised:focus-visible, :where(.amp-styles) .theme-student .mc-tile .active[data-state=focus].btn-raised, :where(.amp-styles) .theme-student .mc-tile .btn-raised:active:focus-visible, :where(.amp-styles) .theme-student .mc-tile .btn-raised:active[data-state=focus], :where(.amp-styles) .theme-student.sub-theme-2-3 .active.mc-tile-btn:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .active[data-state=focus].mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:active:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile-btn:active[data-state=focus]:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .active.mc-tile-btn:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .active[data-state=focus].mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:active:focus-visible:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile-btn:active[data-state=focus]:not(.btn-flat) {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), 0 .125em 0 var(--amp-mc-tile-active-shadow-color), 0 calc(1px + .125em) 3px rgba(0, 0, 0, .07), 0 calc(1px + .125em) 2px rgba(0, 0, 0, .12)
}

:where(.amp-styles) .theme-student .mc-tile .btn.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .btn.mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .btn.mc-tile-btn:not(.btn-flat) {
    height: 100%
}

:where(.amp-styles) .theme-student .mc-tile .hidden-input:checked + .btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile .hidden-input:checked + .mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile .hidden-input:checked + .mc-tile-btn:not(.btn-flat) {
    --amp-mc-tile-shadow-color: #0069e4;
    --amp-mc-tile-hover-shadow-color: #004597;
    --amp-mc-tile-active-shadow-color: #004597
}

:where(.amp-styles) .theme-student .bg-dark .mc-tile-btn.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .bg-dark .mc-tile-btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .bg-dark .mc-tile-btn:not(.btn-flat) {
    --amp-mc-tile-shadow-color: #b3d2f7;
    --amp-mc-tile-hover-shadow-color: #80b4f1;
    --amp-mc-tile-active-shadow-color: #0058bf
}

:where(.amp-styles) .theme-student .mc-button .btn.btn-raised, :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-button .btn:not(.btn-flat), :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-button .btn:not(.btn-flat) {
    height: 100%
}

:where(.amp-styles) .theme-student .amplify-checkbox {
    --amp-checkbox-bg: #fff;
    --amp-checkbox-border: #77879d;
    --amp-checkbox-radius: 0.1875em;
    --amp-checkbox-hover-bg: #e8eef8;
    --amp-checkbox-hover-border: #0069e4;
    --amp-checkbox-checked-bg: #0069e4;
    --amp-checkbox-checked-border: #0069e4;
    --amp-checkbox-checked-hover-bg: #004597;
    --amp-checkbox-checked-hover-border: #004597;
    --amp-checkbox-glyph: var(--amp-icon-checkmark)
}

:where(.amp-styles) .theme-student .amplify-radio-btn {
    --amp-radio-bg: #fff;
    --amp-radio-border: #77879d;
    --amp-radio-hover-bg: #e8eef8;
    --amp-radio-hover-border: #0069e4;
    --amp-radio-checked-bg: #0069e4;
    --amp-radio-checked-border: #77879d
}

:where(.amp-styles) .theme-student .amplify-checkbox, :where(.amp-styles) .theme-student .amplify-radio-btn {
    font-family: var(--amp-btn-input-font);
    font-weight: var(--amp-btn-input-font-weight)
}

:where(.amp-styles) .theme-student .mc-input-group {
    display: flex;
    flex-direction: column;
    gap: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

:where(.amp-styles) .theme-student .mc-input-group .faux-input {
    display: flex
}

:where(.amp-styles) .theme-student .mc-button label {
    display: block;
    height: 100%;
    margin: 0
}

:where(.amp-styles) .theme-student .mc-button .btn {
    --amp-btn-shadow: none;
    --amp-btn-hover-shadow: none;
    height: 100%;
    hyphens: auto;
    justify-content: flex-start;
    line-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    overflow-wrap: anywhere;
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1.5);
    text-align: left;
    white-space: normal;
    word-break: normal
}

:where(.amp-styles) .theme-student .mc-button .hidden-input:focus + .faux-input, :where(.amp-styles) .theme-student .mc-button .hidden-input[data-state=focus] + .faux-input {
    z-index: 10
}

:where(.amp-styles) .theme-student .mc-button .hidden-input:focus-visible + .faux-input, :where(.amp-styles) .theme-student .mc-button .hidden-input[data-state=focus] + .faux-input {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), 0 .25em 0 #80b4f1
}

:where(.amp-styles) .theme-student .mc-button .hidden-input:checked:focus + .faux-input, :where(.amp-styles) .theme-student .mc-button .hidden-input:checked[data-state=focus] + .faux-input {
    z-index: 10
}

:where(.amp-styles) .theme-student .mc-button .hidden-input:checked:focus-visible + .faux-input, :where(.amp-styles) .theme-student .mc-button .hidden-input:checked[data-state=focus] + .faux-input {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63), 0 .25em 0 #004597
}

:where(.amp-styles) .theme-student .mc-button .hidden-input[type=checkbox] + .btn {
    align-items: flex-start
}

:where(.amp-styles) .theme-student .mc-button .hidden-input[type=checkbox] + .btn:before {
    align-items: center;
    background-color: #fff;
    border: .09375em solid #b0bed3;
    border-radius: .1875em;
    color: hsla(0, 0%, 100%, 0);
    content: "\e900";
    display: flex;
    flex-shrink: 0;
    font-family: icons-amplify-k5;
    font-size: 1.25em;
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    justify-content: center;
    margin-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    transition: all .2s linear;
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .theme-student .mc-button .hidden-input[type=checkbox] + .btn:hover:before, :where(.amp-styles) .theme-student .mc-button .hidden-input[type=checkbox] + .btn[data-state=hover]:before {
    border-color: #0069e4
}

:where(.amp-styles) .theme-student .mc-button .hidden-input[type=checkbox] + .btn:active:before, :where(.amp-styles) .theme-student .mc-button .hidden-input[type=checkbox] + .btn[data-state=active]:before {
    border-color: #0058bf
}

:where(.amp-styles) .theme-student .mc-button .hidden-input[type=checkbox]:checked + .btn:before {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

:where(.amp-styles) .theme-student .mc-button-group {
    display: grid;
    gap: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    grid-template-columns:repeat(auto-fit, minmax(10em, 1fr))
}

:where(.amp-styles) .theme-student .mc-button-group .faux-input {
    display: flex
}

:where(.amp-styles) .theme-student .mc-tile {
    --amp-mc-tile-font-weight: 500;
    --amp-mc-tile-font-size: calc(1em / var(--amp-scale-ratio));
    --amp-mc-tile-line-height-units: 1.5;
    --amp-mc-tile-border-width: 0.09375em;
    --amp-mc-tile-hover-border-multiplier: 1;
    --amp-mc-tile-on-border-multiplier: 2;
    --amp-mc-tile-bg: #fff;
    --amp-mc-tile-border: #b3d2f7;
    --amp-mc-tile-color: var(--amp-body-color, #20242f);
    --amp-mc-tile-hover-bg: #fff;
    --amp-mc-tile-hover-border: #0069e4;
    --amp-mc-tile-hover-color: var(--amp-body-color, #20242f);
    --amp-mc-tile-active-bg: #fff;
    --amp-mc-tile-active-border: #0069e4;
    --amp-mc-tile-active-color: var(--amp-body-color, #20242f);
    --amp-mc-tile-on-bg: #fff;
    --amp-mc-tile-on-border: #0069e4;
    --amp-mc-tile-on-color: var(--amp-body-color, #20242f);
    --amp-mc-tile-on-hover-bg: #fff;
    --amp-mc-tile-on-hover-border: #004597;
    --amp-mc-tile-on-hover-color: var(--amp-body-color, #20242f);
    --amp-mc-tile-on-active-bg: #fff;
    --amp-mc-tile-on-active-border: #0069e4;
    --amp-mc-tile-on-active-color: var(--amp-body-color, #20242f);
    --amp-mc-tile-checkbox-size: min(calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * 1.5), 40%);
    --amp-mc-tile-checkbox-position: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * -0.5);
    --amp-mc-tile-checkbox-border: #b3d2f7;
    --amp-mc-tile-checkbox-hover-border: #0069e4;
    --amp-mc-tile-checkbox-active-border: #0069e4;
    --amp-mc-tile-checkbox-opacity: 1;
    --amp-mc-tile-on-checkbox-bg: #0069e4;
    --amp-mc-tile-on-checkbox-border: transparent;
    --amp-mc-tile-on-checkbox-hover-bg: #004597;
    --amp-mc-tile-on-checkbox-opacity: 1;
    --amp-mc-tile-checkbox-glyph: var(--amp-icon-checkmark);
    aspect-ratio: 1/1;
    display: inline-flex;
    width: 100%
}

:where(.amp-styles) .theme-student .mc-tile .mc-tile-btn {
    --amp-mc-tile-hidden-border: 1px;
    --amp-btn-bg: var(--amp-mc-tile-bg);
    --amp-btn-border: var(--amp-mc-tile-border);
    --amp-btn-color: var(--amp-mc-tile-color);
    --amp-btn-hover-bg: var(--amp-mc-tile-hover-bg);
    --amp-btn-hover-border: var(--amp-mc-tile-hover-border);
    --amp-btn-hover-color: var(--amp-mc-tile-hover-color);
    --amp-btn-active-bg: var(--amp-mc-tile-active-bg);
    --amp-btn-active-border: var(--amp-mc-tile-active-border);
    --amp-btn-active-color: var(--amp-mc-tile-active-color);
    align-items: start;
    border-width: var(--amp-mc-tile-hidden-border);
    height: 100%;
    justify-content: start;
    padding: 0;
    width: 100%
}

:where(.amp-styles) .theme-student .mc-tile .mc-tile-btn:before {
    border: var(--amp-btn-input-border-width) solid var(--amp-mc-tile-border);
    border-radius: var(--amp-border-radius);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: calc(var(--amp-mc-tile-hidden-border) * -1);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: .2s;
    transition-property: border-color, border-width;
    transition-timing-function: linear;
    z-index: 1
}

:where(.amp-styles) .theme-student .mc-tile .mc-tile-btn:hover:before, :where(.amp-styles) .theme-student .mc-tile .mc-tile-btn[data-state=hover]:before {
    border: calc(var(--amp-mc-tile-border-width) * var(--amp-mc-tile-hover-border-multiplier)) solid var(--amp-mc-tile-hover-border)
}

:where(.amp-styles) .theme-student .mc-tile .mc-tile-btn:active:before, :where(.amp-styles) .theme-student .mc-tile .mc-tile-btn[data-state=active]:before {
    border-color: var(--amp-mc-tile-active-border)
}

:where(.amp-styles) .theme-student .mc-tile .mc-tile-btn .mc-tile-label {
    align-self: center;
    font-size: var(--amp-mc-tile-font-size);
    font-weight: var(--amp-mc-tile-font-weight);
    hyphens: auto;
    line-height: calc(var(--amp-rhythm-unit-px) * var(--amp-mc-tile-line-height-units) / 16 * 1rem);
    overflow-wrap: anywhere;
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * .5);
    position: relative;
    white-space: normal;
    width: 100%;
    word-break: normal
}

:where(.amp-styles) .theme-student .mc-tile .mc-tile-btn.has-image .mc-tile-label, :where(.amp-styles) .theme-student .mc-tile .mc-tile-btn:has(img) .mc-tile-label {
    align-self: auto;
    text-align: left;
    text-shadow: 0 -2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff
}

:where(.amp-styles) .theme-student .mc-tile .mc-tile-image {
    border-radius: calc(var(--amp-border-radius) - var(--amp-mc-tile-hidden-border));
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
    position: absolute;
    width: 100%
}

:where(.amp-styles) .theme-student .mc-tile .hidden-input:focus + .faux-input, :where(.amp-styles) .theme-student .mc-tile .hidden-input[data-state=focus] + .faux-input {
    z-index: 10
}

:where(.amp-styles) .theme-student .mc-tile .hidden-input:focus-visible + .faux-input, :where(.amp-styles) .theme-student .mc-tile .hidden-input[data-state=focus] + .faux-input {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63)
}

:where(.amp-styles) .theme-student .mc-tile .hidden-input:checked:focus + .faux-input, :where(.amp-styles) .theme-student .mc-tile .hidden-input:checked[data-state=focus] + .faux-input {
    z-index: 10
}

:where(.amp-styles) .theme-student .mc-tile .hidden-input:checked:focus-visible + .faux-input, :where(.amp-styles) .theme-student .mc-tile .hidden-input:checked[data-state=focus] + .faux-input {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63)
}

:where(.amp-styles) .theme-student .mc-tile .hidden-input:checked + .mc-tile-btn {
    --amp-btn-bg: var(--amp-mc-tile-on-bg);
    --amp-btn-border: var(--amp-mc-tile-on-border);
    --amp-btn-color: var(--amp-mc-tile-on-color);
    --amp-btn-hover-bg: var(--amp-mc-tile-on-hover-bg);
    --amp-btn-hover-border: var(--amp-mc-tile-on-hover-border);
    --amp-btn-hover-color: var(--amp-mc-tile-on-hover-color);
    --amp-btn-active-bg: var(--amp-mc-tile-on-active-bg);
    --amp-btn-active-border: var(--amp-mc-tile-on-active-border);
    --amp-btn-active-color: var(--amp-mc-tile-on-active-color)
}

:where(.amp-styles) .theme-student .mc-tile .hidden-input:checked + .mc-tile-btn:before {
    border: calc(var(--amp-mc-tile-border-width) * var(--amp-mc-tile-on-border-multiplier)) solid var(--amp-mc-tile-on-border)
}

:where(.amp-styles) .theme-student .mc-tile .hidden-input:checked + .mc-tile-btn:hover:before, :where(.amp-styles) .theme-student .mc-tile .hidden-input:checked + .mc-tile-btn[data-state=hover]:before {
    border-color: var(--amp-mc-tile-on-hover-border)
}

:where(.amp-styles) .theme-student .mc-tile .hidden-input:checked + .mc-tile-btn .mc-tile-label {
    color: var(--amp-mc-tile-on-color)
}

:where(.amp-styles) .theme-student .mc-tile .hidden-input:checked + .mc-tile-btn.has-image .mc-tile-label, :where(.amp-styles) .theme-student .mc-tile .hidden-input:checked + .mc-tile-btn:has(img) .mc-tile-label {
    color: var(--amp-mc-tile-color)
}

:where(.amp-styles) .theme-student .mc-tile [type=checkbox] + .mc-tile-btn:after {
    align-items: center;
    background-color: #fff;
    background-image: var(--amp-mc-tile-checkbox-glyph);
    border: var(--amp-btn-input-border-width) solid var(--amp-mc-tile-checkbox-border);
    border-radius: .1875em;
    content: "";
    display: flex;
    height: var(--amp-mc-tile-checkbox-size);
    justify-content: center;
    opacity: var(--amp-mc-tile-checkbox-opacity);
    position: absolute;
    right: var(--amp-mc-tile-checkbox-position);
    top: var(--amp-mc-tile-checkbox-position);
    transition: all .2s linear;
    width: var(--amp-mc-tile-checkbox-size);
    z-index: 2
}

:where(.amp-styles) .theme-student .mc-tile [type=checkbox] + .mc-tile-btn:hover:after, :where(.amp-styles) .theme-student .mc-tile [type=checkbox] + .mc-tile-btn[data-state=hover]:after {
    border-color: var(--amp-mc-tile-checkbox-hover-border)
}

:where(.amp-styles) .theme-student .mc-tile [type=checkbox] + .mc-tile-btn:active:after, :where(.amp-styles) .theme-student .mc-tile [type=checkbox] + .mc-tile-btn[data-state=active]:after {
    border-color: var(--amp-mc-tile-checkbox-active-border)
}

:where(.amp-styles) .theme-student .mc-tile [type=checkbox]:checked + .mc-tile-btn:after {
    background-color: var(--amp-mc-tile-on-checkbox-bg);
    border-color: var(--amp-mc-tile-on-checkbox-border);
    opacity: var(--amp-mc-tile-checkbox-on-opacity)
}

:where(.amp-styles) .theme-student .mc-tile [type=checkbox]:checked + .mc-tile-btn:hover:after, :where(.amp-styles) .theme-student .mc-tile [type=checkbox]:checked + .mc-tile-btn[data-state=hover]:after {
    background-color: var(--amp-mc-tile-on-checkbox-hover-bg)
}

:where(.amp-styles) .theme-student .mc-tile [type=checkbox]:focus-visible + .mc-tile-btn:after, :where(.amp-styles) .theme-student .mc-tile [type=checkbox][data-state=focus] + .mc-tile-btn:after {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63)
}

:where(.amp-styles) .theme-student .mc-tile label {
    margin: 0;
    width: 100%
}

:where(.amp-styles) .theme-student .mc-tile-group {
    --amp-tile-buffer-units: 16;
    display: grid;
    gap: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    grid-template-columns:repeat(auto-fit, minmax(6.25rem, 1fr))
}

@media (max-width: 1199.98px) {
    :where(.amp-styles) .theme-student .mc-tile-group:has(.mc-tile:nth-of-type(2)):not(:has(.mc-tile:nth-of-type(3))) {
        margin: 0 auto;
        max-width: calc(37.5rem + var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
    }
}

@media (min-width: 992px) {
    :where(.amp-styles) .theme-student .mc-tile-group {
        justify-content: end
    }

    :where(.amp-styles) .theme-student .mc-tile-group:has(.mc-tile:nth-of-type(2)):not(:has(.mc-tile:nth-of-type(3))) {
        grid-template-columns:repeat(2, min((100% - 1 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 2, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 0 * 1)) / 1, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .mc-tile-group:has(.mc-tile:nth-of-type(3)):not(:has(.mc-tile:nth-of-type(4))) {
        grid-template-columns:repeat(3, min((100% - 2 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 3, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 0 * 1)) / 1, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .mc-tile-group:has(.mc-tile:nth-of-type(4)):not(:has(.mc-tile:nth-of-type(5))) {
        grid-template-columns:repeat(4, min((100% - 3 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 4, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 0 * 1)) / 1, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .mc-tile-group:has(.mc-tile:nth-of-type(5)):not(:has(.mc-tile:nth-of-type(6))) {
        grid-template-columns:repeat(5, min((100% - 4 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 5, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 0 * 1)) / 1, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .mc-tile-group:has(.mc-tile:nth-of-type(6)):not(:has(.mc-tile:nth-of-type(7))) {
        grid-template-columns:repeat(3, min((100% - 2 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 3, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * 1)) / 2, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .mc-tile-group:has(.mc-tile:nth-of-type(7)):not(:has(.mc-tile:nth-of-type(8))) {
        grid-template-columns:repeat(4, min((100% - 3 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 4, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * 1)) / 2, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .mc-tile-group:has(.mc-tile:nth-of-type(8)):not(:has(.mc-tile:nth-of-type(9))) {
        grid-template-columns:repeat(4, min((100% - 3 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 4, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * 1)) / 2, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .mc-tile-group:has(.mc-tile:nth-of-type(9)):not(:has(.mc-tile:nth-of-type(10))) {
        grid-template-columns:repeat(3, min((100% - 2 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 3, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 * 1)) / 3, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .mc-tile-group:has(.mc-tile:nth-of-type(10)):not(:has(.mc-tile:nth-of-type(11))) {
        grid-template-columns:repeat(5, min((100% - 4 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 5, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * 1)) / 2, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .mc-tile-group:has(.mc-tile:nth-of-type(11)).mc-tile-group {
        grid-template-columns:repeat(5, min((100% - 4 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 5, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 * 1)) / 3, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student [class^=col-] + [class^=col-] .mc-tile-group {
        justify-content: start
    }

    :where(.amp-styles) .theme-student .col-full .mc-tile-group {
        justify-content: center
    }

    :where(.amp-styles) .theme-student .col-two-thirds .mc-tile-group:has(.mc-tile:nth-of-type(5)):not(:has(.mc-tile:nth-of-type(6))) {
        grid-template-columns:repeat(3, min((100% - 2 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 3, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * 1)) / 2, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .col-two-thirds .mc-tile-group:has(.mc-tile:nth-of-type(10)).mc-tile-group {
        grid-template-columns:repeat(4, min((100% - 3 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 4, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 * 1)) / 3, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .col-half .mc-tile-group:has(.mc-tile:nth-of-type(4)):not(:has(.mc-tile:nth-of-type(5))) {
        grid-template-columns:repeat(2, min((100% - 1 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 2, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * 1)) / 2, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .col-half .mc-tile-group:has(.mc-tile:nth-of-type(5)):not(:has(.mc-tile:nth-of-type(6))) {
        grid-template-columns:repeat(3, min((100% - 2 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 3, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * 1)) / 2, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .col-half .mc-tile-group:has(.mc-tile:nth-of-type(10)).mc-tile-group {
        grid-template-columns:repeat(4, min((100% - 3 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 4, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 * 1)) / 3, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .col-one-third .mc-tile-group:has(.mc-tile:nth-of-type(3)):not(:has(.mc-tile:nth-of-type(4))) {
        grid-template-columns:repeat(2, min((100% - 1 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 2, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * 1)) / 2, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .col-one-third .mc-tile-group:has(.mc-tile:nth-of-type(4)):not(:has(.mc-tile:nth-of-type(5))) {
        grid-template-columns:repeat(2, min((100% - 1 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 2, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1 * 1)) / 2, 18.75rem), 6.25rem)))
    }

    :where(.amp-styles) .theme-student .col-one-third .mc-tile-group:has(.mc-tile:nth-of-type(5)).mc-tile-group {
        grid-template-columns:repeat(2, min((100% - 1 * calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem) * 1) / 2, max(min((calc(100vh - var(--amp-rhythm-unit-px, 12) / 16 * 1rem * var(--amp-tile-buffer-units)) - calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2 * 1)) / 3, 18.75rem), 6.25rem)))
    }
}

:where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile .hidden-input:checked:focus + .faux-input, :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile .hidden-input:checked[data-state=focus] + .faux-input, :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile .hidden-input:checked:focus + .faux-input, :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile .hidden-input:checked[data-state=focus] + .faux-input {
    z-index: 10
}

:where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile .hidden-input:checked:focus-visible + .faux-input, :where(.amp-styles) .theme-student.sub-theme-2-3 .mc-tile .hidden-input:checked[data-state=focus] + .faux-input, :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile .hidden-input:checked:focus-visible + .faux-input, :where(.amp-styles) .theme-student.sub-theme-k-1 .mc-tile .hidden-input:checked[data-state=focus] + .faux-input {
    box-shadow: 0 0 0 .125em #fff, 0 0 0 .3125em var(--amp-focus-color, #9c0d63)
}

:where(.amp-styles) .theme-student .bg-dark .mc-tile-btn, :where(.amp-styles) .theme-student .bg-light .mc-tile-btn {
    --amp-mc-tile-bg: #fff;
    --amp-mc-tile-border: #b3d2f7;
    --amp-mc-tile-color: var(--amp-body-color, #20242f);
    --amp-mc-tile-hover-bg: #fff;
    --amp-mc-tile-hover-color: var(--amp-body-color, #20242f);
    --amp-mc-tile-active-bg: #fff;
    --amp-mc-tile-hover-border: #0069e4;
    --amp-mc-tile-active-color: var(--amp-body-color, #20242f)
}

:where(.amp-styles) .theme-student.sub-theme-6-12 .mc-button .btn {
    --amp-btn-bg: #fff;
    --amp-btn-color: var(--amp-body-color, #20242f);
    --amp-btn-hover-bg: #e6f1fe;
    --amp-btn-hover-color: var(--amp-body-color, #20242f);
    --amp-btn-active-color: var(--amp-body-color, #20242f)
}

:where(.amp-styles) .theme-student.sub-theme-6-12 .mc-tile {
    --amp-mc-tile-font-weight: 400;
    --amp-mc-tile-font-size: 1em;
    --amp-mc-tile-line-height-units: 2;
    --amp-mc-tile-border-width: 0.0625em;
    --amp-mc-tile-hover-border-multiplier: 2;
    --amp-mc-tile-on-border-multiplier: 4;
    --amp-mc-tile-border: #bdbdbd;
    --amp-mc-tile-checkbox-size: 12%;
    --amp-mc-tile-checkbox-position: 0.375rem;
    --amp-mc-tile-checkbox-border: #bdbdbd;
    --amp-mc-tile-checkbox-opacity: 0;
    --amp-mc-tile-on-checkbox-opacity: 1
}

:where(.amp-styles) .theme-student {
    font-family: var(--amp-student-body-font)
}

:where(.amp-styles) .theme-student .h1, :where(.amp-styles) .theme-student .h2, :where(.amp-styles) .theme-student .h3, :where(.amp-styles) .theme-student .h4, :where(.amp-styles) .theme-student .h5, :where(.amp-styles) .theme-student h1, :where(.amp-styles) .theme-student h2, :where(.amp-styles) .theme-student h3, :where(.amp-styles) .theme-student h4, :where(.amp-styles) .theme-student h5 {
    font-family: var(--amp-student-heading-font)
}

:where(.amp-styles) .theme-student .k5-note * {
    line-height: inherit
}

:where(.amp-styles) .theme-student .k5-note.note-taped {
    background-color: #f1f5fb;
    border-radius: .53em;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    margin-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    padding: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2) calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    position: relative
}

:where(.amp-styles) .theme-student .k5-note.note-taped :last-child {
    margin-bottom: 0
}

:where(.amp-styles) .theme-student .k5-note.note-taped:after, :where(.amp-styles) .theme-student .k5-note.note-taped:before {
    background-color: #e9e9e9;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .05), 0 3px 6px rgba(0, 0, 0, .08), 0 3px 6px rgba(0, 0, 0, .115);
    content: "";
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2.5);
    opacity: .5;
    position: absolute;
    top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * -1);
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2.5 * 2)
}

:where(.amp-styles) .theme-student .k5-note.note-taped:before {
    left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * -1.5);
    transform: rotate(-30deg) skewX(10deg)
}

:where(.amp-styles) .theme-student .k5-note.note-taped:after {
    right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * -1.5);
    transform: rotate(30deg) skewX(-10deg)
}

:where(.amp-styles) .theme-student .k5-note.scale-plus-1.note-taped {
    padding-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1.5);
    padding-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1.5)
}

:where(.amp-styles) .theme-student .k5-note.scale-plus-2.note-taped {
    padding-left: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    padding-right: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

:where(.amp-styles) .theme-student.sub-theme-k-1 {
    --amp-student-body-font: quicksand, sans-serif;
    --amp-student-heading-font: quicksand, sans-serif;
    --amp-border-radius: 0.53em;
    --amp-btn-input-font: quicksand, sans-serif;
    --amp-btn-input-font-weight: 700
}

:where(.amp-styles) .theme-student.sub-theme-k-1 [class*=visible-for-]:not(.visible-for-k-1) {
    display: none
}

:where(.amp-styles) .theme-student.sub-theme-2-3 {
    --amp-student-body-font: open-sans, sans-serif;
    --amp-student-heading-font: quicksand, sans-serif;
    --amp-border-radius: 0.53em;
    --amp-btn-input-font: quicksand, sans-serif;
    --amp-btn-input-font-weight: 700
}

:where(.amp-styles) .theme-student.sub-theme-2-3 [class*=visible-for-]:not(.visible-for-2-3) {
    display: none
}

:where(.amp-styles) .theme-student.sub-theme-6-12 {
    --amp-student-body-font: open-sans, sans-serif;
    --amp-student-heading-font: open-sans, sans-serif;
    --amp-border-radius: 0.4em;
    --amp-btn-input-font: open-sans, sans-serif;
    --amp-btn-input-font-weight: 400;
    --amp-icon-checkmark: var(--amp-icon-v2-checkmark)
}

:where(.amp-styles) .theme-student.sub-theme-6-12 [class*=visible-for-]:not(.visible-for-6-12) {
    display: none
}

:where(.amp-styles) .theme-student .amp-link:where(:not([class*=btn])), :where(.amp-styles) .theme-student a:where(:not([class*=btn])) {
    color: #0069e4;
    text-decoration-color: #0069e4;
    text-decoration-line: underline;
    transition-duration: .2s;
    transition-property: color, text-decoration-color;
    transition-timing-function: linear
}

:where(.amp-styles) .theme-student .amp-link:where(:not([class*=btn])):focus, :where(.amp-styles) .theme-student .amp-link:where(:not([class*=btn])):hover, :where(.amp-styles) .theme-student a:where(:not([class*=btn])):focus, :where(.amp-styles) .theme-student a:where(:not([class*=btn])):hover {
    color: #004597;
    text-decoration-color: rgba(0, 105, 228, 0)
}

:where(.amp-styles) .theme-student .amp-link:where(:not([class*=btn])):active, :where(.amp-styles) .theme-student a:where(:not([class*=btn])):active {
    text-decoration-color: #0069e4
}

:where(.amp-styles) .theme-student .amp-link.link-secondary, :where(.amp-styles) .theme-student a.link-secondary {
    color: #444c63;
    text-decoration-color: #444c63;
    text-decoration-line: underline;
    transition-duration: .2s;
    transition-property: color, text-decoration-color;
    transition-timing-function: linear
}

:where(.amp-styles) .theme-student .amp-link.link-secondary:focus, :where(.amp-styles) .theme-student .amp-link.link-secondary:hover, :where(.amp-styles) .theme-student a.link-secondary:focus, :where(.amp-styles) .theme-student a.link-secondary:hover {
    color: rgba(var(--amp-body-color, #20242f), 1);
    text-decoration-color: rgba(68, 76, 99, 0)
}

:where(.amp-styles) .theme-student .amp-link.link-secondary:active, :where(.amp-styles) .theme-student a.link-secondary:active {
    text-decoration-color: #444c63
}

:where(.amp-styles) .theme-student .bg-light .amp-link:where(:not([class*=btn])), :where(.amp-styles) .theme-student .bg-light a:where(:not([class*=btn])) {
    color: #004597;
    text-decoration-color: #004597;
    text-decoration-line: underline;
    transition-duration: .2s;
    transition-property: color, text-decoration-color;
    transition-timing-function: linear
}

:where(.amp-styles) .theme-student .bg-light .amp-link:where(:not([class*=btn])):focus, :where(.amp-styles) .theme-student .bg-light .amp-link:where(:not([class*=btn])):hover, :where(.amp-styles) .theme-student .bg-light a:where(:not([class*=btn])):focus, :where(.amp-styles) .theme-student .bg-light a:where(:not([class*=btn])):hover {
    color: #002c64;
    text-decoration-color: rgba(0, 69, 151, 0)
}

:where(.amp-styles) .theme-student .bg-light .amp-link:where(:not([class*=btn])):active, :where(.amp-styles) .theme-student .bg-light a:where(:not([class*=btn])):active {
    text-decoration-color: #004597
}

:where(.amp-styles) .theme-student .bg-light .amp-link.link-secondary, :where(.amp-styles) .theme-student .bg-light a.link-secondary {
    color: rgba(var(--amp-body-color, #20242f), 1);
    text-decoration-color: rgba(var(--amp-body-color, #20242f), 1);
    text-decoration-line: underline;
    transition-duration: .2s;
    transition-property: color, text-decoration-color;
    transition-timing-function: linear
}

:where(.amp-styles) .theme-student .bg-light .amp-link.link-secondary:focus, :where(.amp-styles) .theme-student .bg-light .amp-link.link-secondary:hover, :where(.amp-styles) .theme-student .bg-light a.link-secondary:focus, :where(.amp-styles) .theme-student .bg-light a.link-secondary:hover {
    color: rgba(var(--amp-text-color-dark, black), 1);
    text-decoration-color: rgba(var(--amp-body-color, #20242f), 0)
}

:where(.amp-styles) .theme-student .bg-light .amp-link.link-secondary:active, :where(.amp-styles) .theme-student .bg-light a.link-secondary:active {
    text-decoration-color: rgba(var(--amp-body-color, #20242f), 1)
}

:where(.amp-styles) .theme-student .bg-dark .amp-link:where(:not([class*=btn])), :where(.amp-styles) .theme-student .bg-dark a:where(:not([class*=btn])) {
    color: #fff;
    text-decoration-color: #fff;
    text-decoration-line: underline;
    transition-duration: .2s;
    transition-property: color, text-decoration-color;
    transition-timing-function: linear
}

:where(.amp-styles) .theme-student .bg-dark .amp-link:where(:not([class*=btn])):focus, :where(.amp-styles) .theme-student .bg-dark .amp-link:where(:not([class*=btn])):hover, :where(.amp-styles) .theme-student .bg-dark a:where(:not([class*=btn])):focus, :where(.amp-styles) .theme-student .bg-dark a:where(:not([class*=btn])):hover {
    color: #fff;
    text-decoration-color: hsla(0, 0%, 100%, 0)
}

:where(.amp-styles) .theme-student .bg-dark .amp-link:where(:not([class*=btn])):active, :where(.amp-styles) .theme-student .bg-dark a:where(:not([class*=btn])):active {
    text-decoration-color: #fff
}

:where(.amp-styles) .theme-student .bg-dark .amp-link.link-secondary, :where(.amp-styles) .theme-student .bg-dark a.link-secondary {
    color: hsla(0, 0%, 100%, .8);
    text-decoration-color: hsla(0, 0%, 100%, .8);
    text-decoration-line: underline;
    transition-duration: .2s;
    transition-property: color, text-decoration-color;
    transition-timing-function: linear
}

:where(.amp-styles) .theme-student .bg-dark .amp-link.link-secondary:focus, :where(.amp-styles) .theme-student .bg-dark .amp-link.link-secondary:hover, :where(.amp-styles) .theme-student .bg-dark a.link-secondary:focus, :where(.amp-styles) .theme-student .bg-dark a.link-secondary:hover {
    color: #fff;
    text-decoration-color: hsla(0, 0%, 100%, 0)
}

:where(.amp-styles) .theme-student .bg-dark .amp-link.link-secondary:active, :where(.amp-styles) .theme-student .bg-dark a.link-secondary:active {
    text-decoration-color: hsla(0, 0%, 100%, .8)
}

x-alert {
    align-items: center;
    color: #20242f;
    gap: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    margin-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    min-height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2.5);
    min-width: 357px;
    padding-bottom: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1);
    padding-top: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 1)
}

x-alert [class^=icon-v2-messaging-] {
    height: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2);
    margin: 0;
    width: calc(var(--amp-rhythm-unit-px, 12) / 16 * 1rem * 2)
}

x-alert .alert-text {
    font-weight: 500;
    width: 100%
}

x-alert.success-alert {
    background-color: #b3dbd3
}

x-alert.warning-alert {
    background-color: #f3e3b3
}

x-alert.error-alert {
    background-color: #f4c0b3
}

x-alert.generic-alert {
    background: #f8f8f8
}

x-alert.tutorial-alert {
    background: #c2d7ef
}

x-alert.tutorial-alert .btn {
    background: #fff;
    color: #3278c8;
    display: block;
    margin: 10px auto 0
}

.polypad svg.overlay, x-polypad {
    stroke-linecap: round;
    stroke-linejoin: round;
    text-anchor: middle
}

.loading-button-wrapper {
    box-sizing: border-box;
    height: 100%;
    padding: 5px;
    width: 100%
}

.loading-button-wrapper .loader {
    background-image: url(/images/loading-white.gif);
    background-position: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    height: inherit;
    pointer-events: none;
    width: inherit
}

.polypad {
    --tile-stroke: var(--canvas-bg);
    --stroke-adjustment: 1;
    --stroke-width-0: 1px;
    --stroke-width-1: 2px;
    --stroke-width-2: 4px;
    --stroke-width-3: 6px
}

.polypad .high-contrast {
    --tile-stroke: var(--canvas-fg);
    --stroke-width-0: 2px;
    --stroke-width-1: 2px;
    --stroke-width-2: 4px
}

x-polypad {
    background: var(--canvas-bg);
    display: block;
    overflow: hidden;
    text-anchor: middle;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

x-polypad .canvas {
    height: 100%;
    outline: none;
    width: 100%
}

x-polypad .html-overlay, x-polypad .html-overlay > * {
    left: 0;
    position: absolute;
    top: 0
}

x-polypad .cursors {
    pointer-events: none
}

x-polypad .cursors circle {
    fill: none;
    stroke: var(--canvas-bg);
    stroke-width: 4
}

x-polypad .svg-focus {
    fill: none;
    stroke: var(--canvas-bg);
    stroke-width: calc(7px * var(--canvas-zoom))
}

x-polypad .svg-focus.inner {
    stroke: var(--focus-color);
    stroke-width: calc(3px * var(--canvas-zoom))
}

x-polypad .selection {
    display: none;
    fill: rgba(135, 193, 249, .5);
    stroke: #87c1f9;
    stroke-width: var(--canvas-zoom)
}

x-polypad .stroke {
    fill: none;
    stroke-width: 3px
}

x-polypad .stroke.marker {
    stroke-width: 8px
}

x-polypad .stroke.highlighter {
    mix-blend-mode: multiply;
    opacity: .4;
    stroke-width: 24px
}

x-polypad .stroke.cut {
    stroke: var(--canvas-fg);
    stroke-dasharray: 10px
}

.dark x-polypad .stroke.highlighter {
    mix-blend-mode: screen
}

x-polypad[data-tool=text] {
    cursor: text
}

x-polypad[data-tool=pan] {
    cursor: move
}

x-polypad[data-tool=cutPolygon], x-polypad[data-tool=geoPending], x-polypad[data-tool=geo] {
    cursor: crosshair
}

x-polypad .geo-paths, x-polypad .geo-points, x-polypad .geo-shadows, x-polypad .grid, x-polypad .selection, x-polypad .strokes, x-polypad:not([data-tool=move]) .tiles {
    pointer-events: none
}

x-polypad[data-tool=pen] .no-sketching {
    pointer-events: all
}

x-polypad .grid {
    opacity: var(--grid-opacity, .25)
}

x-polypad.high-contrast .grid {
    opacity: 1
}

x-polypad .geo-shadows {
    opacity: .3
}

x-polypad .grid-pattern line, x-polypad .grid-pattern rect {
    fill: none;
    stroke: var(--canvas-fg)
}

x-polypad .grid-pattern .filled, x-polypad .grid-pattern circle {
    fill: var(--canvas-fg);
    stroke: none
}

x-polypad .image-drop {
    background: rgba(15, 130, 242, .1);
    border: 6px dashed #0f82f2;
    box-sizing: border-box;
    display: none;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

x-polypad .tile-error {
    background: #fec680;
    border-radius: 6px;
    bottom: calc(100% + 10px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    color: #000;
    font-size: 16px;
    left: -12px;
    line-height: 1.4;
    padding: 5px 10px;
    position: relative;
    position: absolute;
    text-align: left;
    top: auto;
    transform-origin: 24px bottom -6px;
    width: 260px
}

x-polypad .tile-error:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fec680;
    content: "";
    display: block;
    left: 50%;
    left: 24px;
    margin-left: -8px;
    position: absolute;
    top: 100%
}

x-polypad .tile-error button {
    color: #0f82f2;
    cursor: pointer
}

x-polypad .tile-error button:focus, x-polypad .tile-error button:hover {
    text-decoration: underline
}

x-polypad.handdrawn .canvas {
    filter: url(#handdrawn)
}

x-polypad.handdrawn .geo-paths, x-polypad.handdrawn .strokes {
    filter: url(#pencil)
}

x-polypad .bg-icon {
    bottom: -60px;
    opacity: .1;
    pointer-events: none;
    position: absolute;
    right: -60px
}

x-polypad .rotate-label {
    background-color: #181824;
    border: 1px solid;
    border-color: var(--canvas-bg);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 6px 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.polypad {
    --ui-bg: #3a3645;
    --ui-fg: hsla(0, 0%, 100%, .6);
    --ui-fg-active: hsla(0, 0%, 100%, .9);
    --ui-fg-hover: #fff;
    --ui-fg-inactive: hsla(0, 0%, 100%, .35);
    --ui-fg-disabled: hsla(0, 0%, 100%, .25);
    --ui-button: hsla(0, 0%, 100%, .2);
    --ui-button-disabled: hsla(0, 0%, 100%, .1);
    --ui-border: none;
    --ui-shadow: 0 3px 8px rgba(0, 0, 0, .3);
    --ui-radius: 6px;
    --ui-hover: transparent;
    --sidebar-bg: #292735;
    --sidebar-fg: hsla(0, 0%, 100%, .8);
    --sidebar-border: 1px solid #716e79;
    --focus-color: #0f82f2
}

.polypad.large-ui {
    font-family: quicksand, Helvetica, sans-serif;
    --ui-border: 2px solid #716e79;
    --ui-shadow: 0 6px 0 #716e79;
    --ui-radius: 14px;
    --ui-hover: #29548a;
    --sidebar-border: var(--ui-border)
}

.polypad.light-ui {
    --ui-bg: #ededed;
    --ui-fg: #5f5f5f;
    --ui-fg-active: #4c4c4c;
    --ui-fg-hover: #303030;
    --ui-fg-inactive: rgba(95, 95, 95, .35);
    --ui-fg-disabled: rgba(95, 95, 95, .25);
    --ui-shadow: 0 2px 6px rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .1);
    --ui-button: rgba(95, 95, 95, .25);
    --ui-button-disabled: rgba(95, 95, 95, .1);
    --sidebar-bg: #ededed;
    --sidebar-fg: #5f5f5f;
    --sidebar-border: 1px solid #a6a6a6
}

.polypad.large-ui.light-ui {
    --ui-hover: #c1d8ee;
    --ui-border: 2px solid #a6a6a6;
    --ui-shadow: 0 6px 0 #a6a6a6;
    --sidebar-border: var(--ui-border)
}

x-color-picker {
    display: flex;
    height: 90px;
    justify-content: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 270px
}

x-color-picker.custom .palette, x-color-picker:not(.custom) .sliders {
    display: none
}

x-color-picker .palette {
    display: flex;
    flex-wrap: wrap
}

x-color-picker .palette button {
    box-sizing: border-box;
    cursor: pointer;
    height: 30px;
    width: 30px
}

x-color-picker .palette button.active {
    border: 3px solid #fff;
    border-radius: 4px;
    transform: scale(1.2)
}

html.is-tabbing x-color-picker .palette button:focus, x-color-picker .palette button.active {
    z-index: 1
}

x-color-picker .sliders {
    margin: -3px 0;
    width: 100%
}

x-color-picker .slider-row {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: space-between
}

x-color-picker .slider-row label {
    display: block;
    font-size: 14px;
    height: 24px;
    opacity: .8
}

x-color-picker .slider {
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
    height: 14px;
    margin: 6px 0;
    position: relative;
    width: 180px
}

x-color-picker .handle {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    cursor: grab;
    height: 20px;
    margin: -3px -10px;
    position: absolute;
    transition: transform .2s;
    width: 20px
}

x-color-picker .handle.active, x-color-picker .handle:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    transform: scale(1.2)
}

x-color-picker .input-field {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    width: 44px
}

body, html {
    height: 100%
}

main {
    height: calc(100% - 54px)
}

.polypad {
    display: flex;
    flex-direction: column
}

.tangram {
    height: calc(100% - 120px);
    position: relative;
    touch-action: none
}

.tangram-background {
    background: 50% no-repeat;
    background-size: contain;
    height: 100%;
    opacity: .2;
    position: absolute;
    width: 100%
}

x-polypad {
    height: 100%;
    position: relative;
    width: 100%
}

.group-outline, .rotate-bar, .tile.active .outline {
    stroke-width: 4px
}

.polygon-tile {
    stroke-width: .6px
}

.rotate-circle {
    r: 8
}

.buttons {
    bottom: 8px;
    display: flex;
    position: absolute;
    right: 0
}

.tangram-btn {
    box-sizing: content-box;
    display: block;
    height: 28px;
    margin-right: 8px;
    min-width: 0;
    padding: 6px;
    width: 28px
}

.tangram-btn x-icon {
    display: block;
    margin: 2px
}

.tangram-btn#brush.active x-icon:first-child, .tangram-btn#brush:not(.active) x-icon:nth-child(2) {
    display: none
}

.tangram-footer {
    background: #c5c2cc;
    display: flex;
    height: 120px;
    position: relative
}

.tangram-footer-tabs {
    width: 100px;
    z-index: 2
}

.tangram-footer-tab {
    background: #aaa;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px
}

.tangram-footer-tab:hover {
    background: #888
}

.tangram-footer-tab.active {
    background: #3a3645;
    color: #fff;
    position: relative
}

.tangram-footer-tab.active:after {
    border-bottom: 15px solid transparent;
    border-left: 6px solid #3a3645;
    border-top: 15px solid transparent;
    content: "";
    display: block;
    left: 100%;
    margin-top: -15px;
    position: absolute;
    top: 50%
}

.tangram-footer-tiles {
    flex: 1 1;
    overflow: auto;
    position: relative;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain
}

.tangram-footer-wrap {
    display: flex;
    margin: 0 auto;
    padding: 4px 12px 0;
    width: 880px
}

.tangram-tile {
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    opacity: .5;
    text-align: center;
    width: 88px
}

.tangram-tile img {
    display: block;
    height: 88px;
    width: 88px
}

.tangram-tile.active, .tangram-tile:hover {
    opacity: .85
}

.color-picker {
    background: #c5c2cc;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.color-picker.active {
    z-index: 10
}

x-color-picker .switch {
    fill: #000
}

x-color-picker .slider-row label {
    color: rgba(0, 0, 0, .6)
}