<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {scroll-behavior: smooth; scroll-padding-top: 80px;}

.webp .mh {background-image: linear-gradient(to bottom right,#00000077,#00000099), url("/uploaded/Image/mastheads/sm/LaptopCloseUp.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#00000077,#00000099), url("/uploaded/Image/mastheads/sm/LaptopCloseUp.jpg");}

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#00000055,#00000099), url("/uploaded/Image/mastheads/mobile/450_LaptopCloseUp.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#00000055,#00000099), url("/uploaded/Image/mastheads/mobile/450_LaptopCloseUp.jpg");}
}

#IMG-MASTHEAD h1 {
    font-size: clamp(2.2rem, 1.553rem + 2.871vw, 4rem);
    line-height: clamp(2.2rem, 1.553rem + 2.871vw, 4rem);
}

#IMG-MASTHEAD h2 {
    letter-spacing: 6px;
}

.sub-menu a.anchor-link.download:after {
content: "\f0ab";
}

/*----------------- Masthead End ------------------*/



/*----------------- Light Buttons Start ------------------*/

.light-button {
    background: transparent;
    font-weight: 600 !important;
    color: #0071ee !important;
    text-decoration:none;
    margin: 0 20px 10px 0;
}

.light-button em {
    font-weight: 400;
    padding-right: 10px;
}

.light-button:hover {
    color: #ff6319 !important;
    text-decoration: none !important;
}

.light-button-group {
    text-align: left;
    display: flex;
}

@media (max-width: 700px) {
    .light-button-group { flex-direction: column; }
}

/*----------------- Light Buttons End ------------------*/

/*----------------- Callouts Start ------------------*/

.callout img {
    margin: auto;
    height: 95px;
    padding: 3px 0 0;
}

.callout-header {
    display: flex;
}

.callout-subtitle {
    color: #00b6ff;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: left;
    margin: 0.5em 0;
}

.callout-subtitle em {
   font-size: 18px;
   margin-right: 6px;
}

.callout-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #00b6ff;
    padding-bottom: 5px;
    transition: 0.5s ease color;
}

.icon .callout-title, .icon .callout-subtitle {
    text-align: center;
}

.callout.icon .card-body {
   padding: 0 10px 10px;
}

.callout .accordion {
   margin-top: 10px;
   color: #0071ee;
}

.callout .accordion:hover, .callout .accordion__item.active {
    color: #ff6600;
}

.callout .accordion-header {
    padding-left: 2em;
    text-indent: 0em;
    font-weight: 600;
}

.callout .accordion__item.js-accordion-item::after {
    left: 2px;
    color: inherit !important;
}

.callout .accordion-header:hover, .callout .accordion__item.active .accordion-header {
    background: none;
    color: #ff6600;
}



.callout .accordion__item.active .accordion-header {
    background: none;
    border-bottom: 1px solid #bbb5;
}

.callout .accordion-body__contents {
    padding: 10px;
}

.callout .accordion-header svg {
    margin: 0 15px 0 5px;
}

.callout .accordion-body__contents {
       padding: 10px 0;
}

.callout .light-button {
    margin: 10px 0 0;
    padding: 7px;
    display: flex;
    align-items: center;
}

/*----------------- Callouts End ------------------*/

/*----------------- regWhite Start ------------------*/

@media (min-width: 700px) {
.card-col-container { column-gap: 40px; }
}

.card-body p:first-child {
margin-top: calc(1em - 10px);
}

/*----------------- regWhite End ------------------*/


/*----------------- regGrey Start ------------------*/

#regGrey { background: #eee; }

@media (min-width: 700px) {
#regGrey .card-col-container { grid-gap: 20px; }
}

/*----------------- regGrey End ------------------*/

/*----------------- regPurple Start ------------------*/

#regPurple .card-span a {
    color: #0071ee;
    text-decoration: none !important;
    font-weight: 600;
}

.Launch { text-transform: uppercase; text-decoration: none; }
#guidepdf::before {
    background-image: linear-gradient(to bottom, rgba(29, 79, 159, 0.1), rgb(5 31 73 / 40%)), url(/Uploaded/Image/Hardware/Hardware-Guide.webp);
}
#sysrequirements::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(/Uploaded/Image/Hardware/System-Requirements.webp);
}
#serverequirements::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(/Uploaded/Image/Hardware/Server-Requirements.webp);
}
#whyupgrade::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(/Uploaded/Image/Hardware/Upgrade-PC.webp);
}

.half .fa-hexagon {
    position: relative;
}

.half .fa-hexagon:before {
    clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
    z-index: 2;
    position: relative;
}

.half .fa-hexagon:after {
    content: "\f312";
    color: #1d4f9155;
    position: absolute;
    left: 0;
}


#matrix-container .grey em {
    color: #dadada;
}



#regPurple .feature-image {
    display: flex;
    margin: 20px 0px 10px 40px;
    border-radius: 10px;
    overflow: hidden;
    height: fit-content;
    box-shadow: 1px 2px 5px 2px #dadada;
}

.card-icon {
    color: #00b6ff;
    font-size: 60px;
}

#regPurple strong a {
color: #ff6319;
text-decoration: none;
}

#regPurple strong a:hover {
color: #00b6ff;

}

#regPurple a.across-all {
width:fit-content;background: #ff6319;border-radius: 4px;font-weight:bold;padding: 5px 35px;color: #fff !important;text-decoration: none;margin: 20px auto 0;display:flex;font-size: 1.1em;
}

#regPurple a.across-all:hover {
background: #0071ed;
}

@media (max-width: 1000px) {
#review .across-seven {
    grid-column: span 12;
}

#regPurple .feature-image {
    grid-column: span 12;
    margin: 0 auto 10px;
    max-width: 200px;
    order: -1;
}
}




/*----------------- regPurple End ------------------*/


#regGreen {background: #eee;}


/*---------------------- FORM START  ------------------------------- */

.form-container {padding-bottom:20px; align-self: center;}
.form-title { margin: 20px 0 0 0; text-align: center; font-size: 2.2em; text-transform: uppercase; font-weight: 700; color: #ff6319; line-height: 1em;}

#regBodyContent input[type=email], #regBodyContent input[type=number], #regBodyContent input[type=text], #regBodyContent input[type=password], #regBodyContent input[type=tel], #regBodyContent textarea, #swks_FormSelector {
        -webkit-appearance: none;
    box-shadow: 0 0 3px #617fbb;
    border: 1px solid #415595;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1em;
    margin-bottom: 1%;
    margin-right: 1%;
    width: 97%;
    float: left;
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
}

#regBodyContent input[type=checkbox] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: relative;
    border-radius: 3px;
    border: 1px solid #333;
    webkit-appearance: checkbox;
}

.mktoForm button.mktoButton {
    float: left;
    cursor: pointer;
    background-color: #85b358;
    border-radius: 0;
    width: 100%;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 5px 5px 5px 5px;
}

#Country {
    width: 416px;
    box-shadow: 0 0 3px #617fbb;
    border: 1px solid #415595!important;
    font-size: 1em;
    float: left;
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
    background-color: #fff;
    color:  #757575;
	}
	
	
#swks_County {
    width: 416px;
    box-shadow: 0 0 3px #617fbb;
    border: 1px solid #415595!important;
    font-size: 1em;
    margin-bottom: 1%;
    margin-right: 1%;
    float: left;
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
	}


.mktoHtmlText.mktoHasWidth {
    color: #fff;
}


.mktoHtmlText.mktoHasWidth div, .mktoCaptchaDisclaimer {
    text-align:center !important;
    color: #fff;
}

/*---------------------- FORM END  ------------------------------- */
/*---------------------- Marketo Form Start  ------------------------------- */

.mktoForm {
font-size: 14px !important;
color: #757575 !important;
line-height: 1.7em;
font-weight: 500 !important;
word-wrap: break-word;
margin-top: 10px;
}

.mktoForm a {
color: #c4c4c4 !important;
}

.mktoForm .mktoFormCol {
    width: 100%;
    margin-bottom: 0px !important;
}
.mktoFormCol {
display: flex !important;
flex-direction: row !important;
}
.mktoHasWidth {
width: 99% !important
}
.mktoForm .mktoLabel {
    display: flex;
    padding-top: 0em !important;
    width: 15px !important;
    margin-left: -7.5px !important;
}
.mktoFieldWrap.mktoRequiredField {
width: 99%
}
.mktoForm .mktoOffset {
width: 0% !important
}
.mktoHtmlText {
    display: flex;
    justify-content: center;
}
.formTextBlock {
    padding: 10px 0px !important;
    font-size: 1.1em;
    color: #757575;
   width: 92%;
}
.mktoForm .mktoFieldWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
width: 92%!important;
align-items: center;
border: 1px solid #009fdf !important;
font-size: 1.1em !important;
float: left;
padding: 10px !important;
border-radius: 4px;
min-height: 35px;
}
.mktoForm .mktoFormRow {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mktoForm .mktoGutter {
    display: none;
}

.mktoButtonRow {
    margin-top: 10px !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.mktoButtonWrap.mktoNative {
    width: 90%;
    margin-left: 0 !important;
}

.mktoForm .mktoAsterix {
    float: none;
    color: #009fdf;
    padding-left: 0px !important;
}

#regGrey input[type=text], #regGrey input[type=email], #regGrey textarea  {margin-bottom: 0 ;}
textarea#mkto_formnotes {margin-bottom: 15px !important; margin-top:0px; min-height: 80px;}

.mktoForm .mktoError .mktoErrorArrow {
    background-color: #1d4f91 !important;
    border: none !important;
}

.mktoForm .mktoError .mktoErrorMsg {
    background-color: #1d4f91 !important;
    background-image: none !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 1.1em !important;
    line-height: 1.1em !important;
    padding: 8px 8px 6px 8px !important;
    text-shadow: none !important;
    font-weight: lighter;
}

.mktoForm button.mktoButton {
    background-color: #ff6319;
    width: 100%;
    border: 0;
    text-align: center;
    font-weight: lighter;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 4px;
}
#mktoOptIn {
width: 100%;
height: 20px;
padding-top: 0px !important;
margin-top: -12px;
}


#regGrey select {
    background-color: #fff;
    color: #757575;
}

.mktoFieldWrap.mktoRequiredField {margin-bottom: 15px;}

.mktoFormRow input, #mkto_formnotes {
    min-height: 25px;
}

/*---------------------- Marketo Form End  ------------------------------- */

/*---------------------- RegBlue Start  ------------------------------- */

.carouselTitle {
    display: none;
}

.carouselImg {
    height: 170px;
    margin: 0 0 10px;
    border-radius: 8px;
}

.carouselTile {
    width: 300px;
    border-radius: 4px;
    overflow: hidden;
    background: none;
    border: none;
}

.carouselArrow {
    background-color: #00b6ff55;
    border: none !important;
    transition: 0.5s ease;
    opacity: 1;
    height: 240px;
}

.videosCarousel .carouselArrow:hover {
    opacity: 1;
    background-color: #00b6ff;
}

.carouselWrap {
    padding: 15px 35px 15px 45px;
}

/*---------------------- RegBlue End  ------------------------------- */
</pre></body></html>