/* @import "tailwindcss/base"; */
#smc-software-download html {
    height: 100%;
}
#smc-software-download body {
    margin: 0px;
    height: 100%;
    padding: 0px;
}
#smc-software-download .sm-title {
    line-height: 1.125;
    font-weight: 600;
    margin-top: 0;
}
#smc-software-download .sm-title--3 {
    font-size: 1.875rem;
    font-size: 30px;
}
#smc-software-download .sm-title--4 {
    font-size: 1.5rem;
    font-size: 24px;
}
#smc-software-download .sm-title:not(:last-child) {
    margin-bottom: 1.5rem;
    margin-bottom: 24px;
}
#smc-software-download .sm-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1660px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    #smc-software-download .sm-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
#smc-software-download .sm-container--xl {
    max-width: 1280px;
}
#smc-software-download .sm-container--lg {
    max-width: 1024px;
}
#smc-software-download .sm-btn {
    display: inline-block;
    font-size: 1.125rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: #961919;
    border-radius: 0;
    background-color: #961919;
    color: #fff;
    outline: none;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
    padding: 11px 13px;
    transition: background .35s;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
}
#smc-software-download .sm-btn:not(:last-child) {
    margin-right: 0.5rem;
    margin-right: 8px;
}
#smc-software-download .sm-btn:hover {
    border-color: #d30015;
    background-color: #d30015;
}
#smc-software-download .sm-btn:focus {
    outline: none;
}
#smc-software-download .sm-btn:active {
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.125);
}
#smc-software-download .sm-btn:not(.sm-btn--text):disabled {
    background-color: #eaeae8;
    border-color: #eaeae8;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
    color: #a7a8a9;
    cursor: not-allowed;
}
#smc-software-download .sm-btn--outline {
    border-color: #d30015;
    background-color: #fff;
    color: #222;
}
#smc-software-download .sm-btn--outline:hover {
    background-color: #d30015;
    color: #fff;
}
#smc-software-download .sm-fm-group {
    position: relative;
}
#smc-software-download .sm-fm-group .sm-fm-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#smc-software-download .sm-fm-group--right .sm-fm-input {
    padding-right: 2.8em;
}
#smc-software-download .sm-fm-group--right .sm-fm-icon {
    right: 13px;
}
#smc-software-download .sm-fm-icon {
    width: 1.4em;
    height: 1.4em;
}
#smc-software-download .sm-fm-input {
    display: inline-block;
    font-size: 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    outline: none;
    border-color: #d9d8d6;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
    text-align: left;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.02) inset;
    padding-left: 13px;
    padding-right: 13px;
}
#smc-software-download .sm-fm-input:focus {
    outline: none;
    border-color: #a7a8a9;
    box-shadow: 0 0 0 3px rgba(0,0,0,.05);
}
#smc-software-download .sm-fm-select {
    display: inline-block;
    font-size: 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    outline: none;
    border-color: #d9d8d6;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
    text-align: left;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.02) inset;
    padding-left: 13px;
    padding-right: 2.8em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%2354565a' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-position: right 13px center;
    background-size: 1.4em 1.4em;
    background-repeat: no-repeat;
}
#smc-software-download .sm-fm-select::-ms-expand {
    color: #54565a;
    border: none;
    display: none;
}
#smc-software-download .sm-fm-select:focus {
    outline: none;
    border-color: #a7a8a9;
    box-shadow: 0 0 0 3px rgba(0,0,0,.05);
}
#smc-software-download .sm-fm-label {
    display: inline-block;
    font-size: 1rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #222;
    outline: none;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
    text-align: left;
}
#smc-software-download .sm-fm-check {
    position: relative;
    padding-left: 1.25rem;
    padding-left: 20px;
    display: inline-block;
    cursor: pointer;
}
#smc-software-download .sm-fm-check-input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.02) inset;
    border-color: #d9d8d6;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    display: block;
    height: 1rem;
    height: 16px;
    width: 1rem;
    width: 16px;
    color: #222;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#smc-software-download .sm-fm-check-input:focus {
    outline: none;
    border-color: #a7a8a9;
    box-shadow: 0 0 0 3px rgba(0,0,0,.05);
}
#smc-software-download .sm-fm-check-input[disabled] {
    background-color: #eaeae8;
    border-color: #d9d8d6;
    cursor: not-allowed;
}
#smc-software-download .sm-fm-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/%3E%3C/svg%3E");
    background-color: #002248;
    background-size: 170% 170%;
    background-position: 50%;
    background-repeat: no-repeat;
    border-color: #54565a;
}
#smc-software-download .sm-fm-check-input--radio {
    border-radius: 50%;
}
#smc-software-download .sm-fm-check-input--radio:checked {
    background-image: none;
    border-width: 4px;
    background-color: #fff;
}
#smc-software-download .sm-fm-check[disabled] {
    color: #a7a8a9;
    cursor: not-allowed;
}
#smc-software-download .sm-fm-check + .sm-fm-check {
    margin-left: 0.5em;
}
#smc-software-download .sm-tabs {
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9d8d6;
    font-size: 1rem;
    font-size: 16px;
}
#smc-software-download .sm-tabs-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 1em;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    font-size: inherit;
    color: #222;
    cursor: pointer;
}
#smc-software-download .sm-tabs-item--active {
    color: #961919;
    border-bottom-color: #961919;
    cursor: default;
}
#smc-software-download .sm-tabs--center {
    justify-content: center;
}
#smc-software-download .sm-spinner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.75);
}
#smc-software-download .sm-spinner-overlay--fullscreen {
    position: fixed;
}
@-webkit-keyframes sm-spinner {
    0% {
        transform: perspective(2em) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(2em) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(2em) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes sm-spinner {
    0% {
        transform: perspective(2em) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(2em) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(2em) rotateX(-180deg) rotateY(-179.9deg);
    }
}
#smc-software-download .sm-list {
    margin-top: 1em;
    margin-bottom: 1em;
}
#smc-software-download .sm-list-item {
    margin-top: 0.25em;
    margin-bottom: 0;
}
#smc-software-download .sm-link {
    color: #222;
    text-decoration: underline;
    -webkit-text-decoration-color: #961919;
            text-decoration-color: #961919;
}
#smc-software-download .sm-link:hover {
    color: #961919;
}
#smc-software-download .sm-hero {
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#smc-software-download .sm-hero--sm {
    height: 300px;
}
#smc-software-download .sm-hero-title {
    font-size: 3rem;
    font-size: 48px;
    font-weight: 600;
}
/* @import "./_custom-base-styles.css"; */
/* @import "./_custom-styles.css"; */
#smc-software-download .sm-m-0 {
    margin: 0px;
}
#smc-software-download .sm--m-1 {
    margin: -0.25rem;
    margin: -4px;
}
#smc-software-download .sm--m-4 {
    margin: -1rem;
    margin: -16px;
}
#smc-software-download .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
}
#smc-software-download .sm--mx-4 {
    margin-left: -1rem;
    margin-left: -16px;
    margin-right: -1rem;
    margin-right: -16px;
}
#smc-software-download .sm-my-6 {
    margin-top: 1.5rem;
    margin-top: 24px;
    margin-bottom: 1.5rem;
    margin-bottom: 24px;
}
#smc-software-download .sm-my-10 {
    margin-top: 2.5rem;
    margin-top: 40px;
    margin-bottom: 2.5rem;
    margin-bottom: 40px;
}
#smc-software-download .sm-mt-0 {
    margin-top: 0px;
}
#smc-software-download .sm-mt-1 {
    margin-top: 0.25rem;
    margin-top: 4px;
}
#smc-software-download .sm-mt-2 {
    margin-top: 0.5rem;
    margin-top: 8px;
}
#smc-software-download .sm-mt-3 {
    margin-top: 0.75rem;
    margin-top: 12px;
}
#smc-software-download .sm-mt-4 {
    margin-top: 1rem;
    margin-top: 16px;
}
#smc-software-download .sm-mt-6 {
    margin-top: 1.5rem;
    margin-top: 24px;
}
#smc-software-download .sm-mt-8 {
    margin-top: 2rem;
    margin-top: 32px;
}
#smc-software-download .sm-mt-10 {
    margin-top: 2.5rem;
    margin-top: 40px;
}
#smc-software-download .sm-mt-12 {
    margin-top: 3rem;
    margin-top: 48px;
}
#smc-software-download .sm-mt-14 {
    margin-top: 3.5rem;
    margin-top: 56px;
}
#smc-software-download .sm--mt-4 {
    margin-top: -1rem;
    margin-top: -16px;
}
#smc-software-download .sm-mr-0 {
    margin-right: 0px;
}
#smc-software-download .sm--mr-4 {
    margin-right: -1rem;
    margin-right: -16px;
}
#smc-software-download .sm-mb-1 {
    margin-bottom: 0.25rem;
    margin-bottom: 4px;
}
#smc-software-download .sm-mb-2 {
    margin-bottom: 0.5rem;
    margin-bottom: 8px;
}
#smc-software-download .sm-mb-3 {
    margin-bottom: 0.75rem;
    margin-bottom: 12px;
}
#smc-software-download .sm-mb-4 {
    margin-bottom: 1rem;
    margin-bottom: 16px;
}
#smc-software-download .sm-mb-6 {
    margin-bottom: 1.5rem;
    margin-bottom: 24px;
}
#smc-software-download .sm-mb-8 {
    margin-bottom: 2rem;
    margin-bottom: 32px;
}
#smc-software-download .sm-mb-10 {
    margin-bottom: 2.5rem;
    margin-bottom: 40px;
}
#smc-software-download .sm--mb-4 {
    margin-bottom: -1rem;
    margin-bottom: -16px;
}
#smc-software-download .sm-ml-2 {
    margin-left: 0.5rem;
    margin-left: 8px;
}
#smc-software-download .sm--ml-4 {
    margin-left: -1rem;
    margin-left: -16px;
}
#smc-software-download .sm-block {
    display: block;
}
#smc-software-download .sm-inline-block {
    display: inline-block;
}
#smc-software-download .sm-flex {
    display: flex;
}
#smc-software-download .sm-list-item {
    display: list-item;
}
#smc-software-download .sm-hidden {
    display: none;
}
#smc-software-download .sm-h-4 {
    height: 1rem;
    height: 16px;
}
#smc-software-download .sm-h-full {
    height: 100%;
}
#smc-software-download .sm-w-4 {
    width: 1rem;
    width: 16px;
}
#smc-software-download .sm-w-16 {
    width: 4rem;
    width: 64px;
}
#smc-software-download .sm-w-24 {
    width: 6rem;
    width: 96px;
}
#smc-software-download .sm-w-40 {
    width: 10rem;
    width: 160px;
}
#smc-software-download .sm-w-44 {
    width: 11rem;
    width: 176px;
}
#smc-software-download .sm-w-48 {
    width: 12rem;
    width: 192px;
}
#smc-software-download .sm-w-52 {
    width: 13rem;
    width: 208px;
}
#smc-software-download .sm-w-60 {
    width: 15rem;
    width: 240px;
}
#smc-software-download .sm-w-64 {
    width: 16rem;
    width: 256px;
}
#smc-software-download .sm-w-96 {
    width: 24rem;
    width: 384px;
}
#smc-software-download .sm-w-1\/2 {
    width: 50%;
}
#smc-software-download .sm-w-4\/5 {
    width: 80%;
}
#smc-software-download .sm-w-full {
    width: 100%;
}
#smc-software-download .sm-min-w-full {
    min-width: 100%;
}
#smc-software-download .sm-max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
#smc-software-download .sm-flex-1 {
    flex: 1 1 0%;
}
#smc-software-download .sm-flex-auto {
    flex: 1 1 auto;
}
#smc-software-download .sm-flex-none {
    flex: none;
}
#smc-software-download .sm-flex-grow {
    flex-grow: 1;
}
@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}
@-webkit-keyframes pulse {
    50% {
        opacity: .5;
    }
}
@keyframes pulse {
    50% {
        opacity: .5;
    }
}
@-webkit-keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
                animation-timing-function: cubic-bezier(0.8,0,1,1);
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
                animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
                animation-timing-function: cubic-bezier(0.8,0,1,1);
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
                animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}
#smc-software-download .sm-list-decimal {
    list-style-type: decimal;
}
#smc-software-download .sm-flex-col {
    flex-direction: column;
}
#smc-software-download .sm-flex-wrap {
    flex-wrap: wrap;
}
#smc-software-download .sm-items-end {
    align-items: flex-end;
}
#smc-software-download .sm-items-center {
    align-items: center;
}
#smc-software-download .sm-justify-center {
    justify-content: center;
}
#smc-software-download .sm-gap-2 {
    gap: 0.5rem;
    gap: 8px;
}
#smc-software-download .sm-gap-4 {
    gap: 1rem;
    gap: 16px;
}
#smc-software-download .sm-self-end {
    align-self: flex-end;
}
#smc-software-download .sm-self-center {
    align-self: center;
}
#smc-software-download .sm-overflow-x-scroll {
    overflow-x: scroll;
}
#smc-software-download .sm-border-0 {
    border-width: 0px;
}
#smc-software-download .sm-border-b-2 {
    border-bottom-width: 2px;
}
#smc-software-download .sm-border-solid {
    border-style: solid;
}
#smc-software-download .sm-border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgb(150 25 25 / var(--tw-border-opacity));
}
#smc-software-download .sm-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#smc-software-download .sm-bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(150 25 25 / var(--tw-bg-opacity));
}
#smc-software-download .sm-bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
#smc-software-download .sm-px-10 {
    padding-left: 2.5rem;
    padding-left: 40px;
    padding-right: 2.5rem;
    padding-right: 40px;
}
#smc-software-download .sm-pt-10 {
    padding-top: 2.5rem;
    padding-top: 40px;
}
#smc-software-download .sm-pb-10 {
    padding-bottom: 2.5rem;
    padding-bottom: 40px;
}
#smc-software-download .sm-text-left {
    text-align: left;
}
#smc-software-download .sm-text-center {
    text-align: center;
}
#smc-software-download .sm-text-right {
    text-align: right;
}
#smc-software-download .sm-align-top {
    vertical-align: top;
}
#smc-software-download .sm-align-middle {
    vertical-align: middle;
}
#smc-software-download .sm-text-sm {
    font-size: 0.875rem;
    font-size: 14px;
    line-height: 1.25rem;
    line-height: 20px;
}
#smc-software-download .sm-text-base {
    font-size: 1rem;
    font-size: 16px;
    line-height: 1.5rem;
    line-height: 24px;
}
#smc-software-download .sm-text-lg {
    font-size: 1.125rem;
    font-size: 18px;
    line-height: 1.75rem;
    line-height: 28px;
}
#smc-software-download .sm-text-2xl {
    font-size: 1.5rem;
    font-size: 24px;
    line-height: 2rem;
    line-height: 32px;
}
#smc-software-download .sm-font-normal {
    font-weight: 400;
}
#smc-software-download .sm-font-semibold {
    font-weight: 600;
}
#smc-software-download .sm-font-bold {
    font-weight: 700;
}
#smc-software-download .sm-leading-none {
    line-height: 1;
}
#smc-software-download .sm-leading-snug {
    line-height: 1.375;
}
#smc-software-download .sm-tracking-tight {
    letter-spacing: -0.025em;
}
#smc-software-download .sm-text-black {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
#smc-software-download .sm-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#smc-software-download .sm-text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(0 58 112 / var(--tw-text-opacity));
}
#smc-software-download .sm-text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(150 25 25 / var(--tw-text-opacity));
}
#smc-software-download .sm-text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(234 234 232 / var(--tw-text-opacity));
}
#smc-software-download .sm-text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(99 101 105 / var(--tw-text-opacity));
}
#smc-software-download .sm-text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(84 86 90 / var(--tw-text-opacity));
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes pulse {
    50% {
        opacity: .5;
    }
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
                animation-timing-function: cubic-bezier(0.8,0,1,1);
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
                animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}
@media (min-width: 576px) {
    #smc-software-download .sm\:sm-flex {
        display: flex;
    }
    #smc-software-download .sm\:sm-flex-1 {
        flex: 1 1 0%;
    }
    #smc-software-download .sm\:sm-flex-none {
        flex: none;
    }
    #smc-software-download .sm\:sm-flex-grow {
        flex-grow: 1;
    }
    @-webkit-keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }
    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }
    @-webkit-keyframes ping {
        75%, 100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    @keyframes ping {
        75%, 100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    @-webkit-keyframes pulse {
        50% {
            opacity: .5;
        }
    }
    @keyframes pulse {
        50% {
            opacity: .5;
        }
    }
    @-webkit-keyframes bounce {
        0%, 100% {
            transform: translateY(-25%);
            -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
                    animation-timing-function: cubic-bezier(0.8,0,1,1);
        }
        50% {
            transform: none;
            -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
                    animation-timing-function: cubic-bezier(0,0,0.2,1);
        }
    }
    @keyframes bounce {
        0%, 100% {
            transform: translateY(-25%);
            -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
                    animation-timing-function: cubic-bezier(0.8,0,1,1);
        }
        50% {
            transform: none;
            -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
                    animation-timing-function: cubic-bezier(0,0,0.2,1);
        }
    }
    #smc-software-download .sm\:sm-flex-wrap {
        flex-wrap: wrap;
    }
    #smc-software-download .sm\:sm-justify-center {
        justify-content: center;
    }
    #smc-software-download .sm\:sm-gap-x-2 {
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
        -moz-column-gap: 8px;
             column-gap: 8px;
    }
    #smc-software-download .sm\:sm-overflow-x-visible {
        overflow-x: visible;
    }
}
@media (min-width: 768px) {
    #smc-software-download .md\:sm-w-44 {
        width: 11rem;
        width: 176px;
    }
    #smc-software-download .md\:sm-w-60 {
        width: 15rem;
        width: 240px;
    }
    #smc-software-download .md\:sm-w-96 {
        width: 24rem;
        width: 384px;
    }
    #smc-software-download .md\:sm-w-1\/3 {
        width: 33.333333%;
    }
    #smc-software-download .md\:sm-min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }
    @-webkit-keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }
    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }
    @-webkit-keyframes ping {
        75%, 100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    @keyframes ping {
        75%, 100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    @-webkit-keyframes pulse {
        50% {
            opacity: .5;
        }
    }
    @keyframes pulse {
        50% {
            opacity: .5;
        }
    }
    @-webkit-keyframes bounce {
        0%, 100% {
            transform: translateY(-25%);
            -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
                    animation-timing-function: cubic-bezier(0.8,0,1,1);
        }
        50% {
            transform: none;
            -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
                    animation-timing-function: cubic-bezier(0,0,0.2,1);
        }
    }
    @keyframes bounce {
        0%, 100% {
            transform: translateY(-25%);
            -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
                    animation-timing-function: cubic-bezier(0.8,0,1,1);
        }
        50% {
            transform: none;
            -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
                    animation-timing-function: cubic-bezier(0,0,0.2,1);
        }
    }
    #smc-software-download .md\:sm-flex-nowrap {
        flex-wrap: nowrap;
    }
}
@media (min-width: 1024px) {
    #smc-software-download .lg\:sm-block {
        display: block;
    }
    #smc-software-download .lg\:sm-w-1\/2 {
        width: 50%;
    }
    #smc-software-download .lg\:sm-min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }
    @-webkit-keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }
    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }
    @-webkit-keyframes ping {
        75%, 100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    @keyframes ping {
        75%, 100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    @-webkit-keyframes pulse {
        50% {
            opacity: .5;
        }
    }
    @keyframes pulse {
        50% {
            opacity: .5;
        }
    }
    @-webkit-keyframes bounce {
        0%, 100% {
            transform: translateY(-25%);
            -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
                    animation-timing-function: cubic-bezier(0.8,0,1,1);
        }
        50% {
            transform: none;
            -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
                    animation-timing-function: cubic-bezier(0,0,0.2,1);
        }
    }
    @keyframes bounce {
        0%, 100% {
            transform: translateY(-25%);
            -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
                    animation-timing-function: cubic-bezier(0.8,0,1,1);
        }
        50% {
            transform: none;
            -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
                    animation-timing-function: cubic-bezier(0,0,0.2,1);
        }
    }
}
@media (min-width: 1280px) {
    @-webkit-keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }
    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }
    @-webkit-keyframes ping {
        75%, 100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    @keyframes ping {
        75%, 100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    @-webkit-keyframes pulse {
        50% {
            opacity: .5;
        }
    }
    @keyframes pulse {
        50% {
            opacity: .5;
        }
    }
    @-webkit-keyframes bounce {
        0%, 100% {
            transform: translateY(-25%);
            -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
                    animation-timing-function: cubic-bezier(0.8,0,1,1);
        }
        50% {
            transform: none;
            -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
                    animation-timing-function: cubic-bezier(0,0,0.2,1);
        }
    }
    @keyframes bounce {
        0%, 100% {
            transform: translateY(-25%);
            -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
                    animation-timing-function: cubic-bezier(0.8,0,1,1);
        }
        50% {
            transform: none;
            -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
                    animation-timing-function: cubic-bezier(0,0,0.2,1);
        }
    }
}