<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;}
.card-body p:first-child { margin-top: 0px;}

#regPurple img {
    aspect-ratio: 16/9;
    width: 100%;
}

#regPurple {
background-color: #eee;
}

.product-title {
    color: #00b6ff;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: left;
}

.product-title  em{
   margin-right: 6px;
}

#regPurple .card-header {
    position: relative;
}

#regPurple .card-header {
    margin-top: 5px;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #00b6ff;
    padding-bottom: 5px;
    transition: 0.5s ease color;
    margin-bottom: 10px;
}

#regPurple .card-title {
color: #000;
border-color: #00b6ff;
margin-top: 50px;
}

#regPurple .card-col-container {
margin: 30px 0;
}

#regPurple .card-description {
padding-bottom: 10px;
}

#regGreen .major-title, #regPurple .major-title {font-size: clamp(1.4rem, 1.142rem + 1.142vw, 2rem); text-transform: uppercase; font-weight: 700; color: white; line-height: 1em; margin: 20px 0 0; border-bottom: 1px solid #00b6ff; width: fit-content; padding-bottom: 6px;}

#regGreen {
background: #262626;
}

#regGreen .card-span.across-three.clean {
    background: transparent;
    color: #fff;
align-text: center;
}

#regGreen .card-span {
margin: 40px 0 0;
}

#regGreen .benefit-title {
color: white;
    background: transparent !important;
    border: none;
    box-shadow: none;
    width: fit-content;
    margin: 20px auto 0;
    border-bottom: 2px solid #00b6ff;
    border-radius: 0;
    font-weight: 600;
}

#regPurple #NewFeatures .section-title {
    background: transparent;
    border: none;
    color: #383838;
    box-shadow: none;
    width: fit-content;
    margin: 20px auto 0;
    border-bottom: 2px solid #00b6ff;
    border-radius: 0;
    font-weight: 600;
}

.across-all-text {
    margin: 10px auto;
max-width: 1100px;
}

/*============ Masthead Start ============*/
#IMG-MASTHEAD {height: 400px;}

#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: 2px;
}

.webp .mh {background-image: linear-gradient(to bottom right,#00000000,#00000011), url("/Uploaded/Image/mastheads/Whats-New-SOLIDWORKS-2025.webp");}

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#00000000,#00000011), url("/Uploaded/Image/mastheads/mobile/450_Whats-New-SOLIDWORKS-2025.webp");}
}
.OneCTA {
display: flex; justify-content: center; align-items: center;
}

#IMG-MASTHEAD .OneCTA .MastheadCTA {
    margin: 40px 20px -20px 0px;
}

#IMG-MASTHEAD .OneCTA .MastheadCTA:hover {
    margin: 40px 20px -20px 0px;
}
/*============ Masthead End ============*/

/*============ regWhite Start ============*/

#regWhite .card-body a {
font-weight: 600;
}

.big-play-custom-container button img {
max-width: 75px;
}

#regWhite .card-body a:hover {
color: #ff6319;
}

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

/*============ regWhite End ============*/

/*============ regGrey Start ============*/

#regGrey {
background: #262626;
}

.light .card-title {
color: #fff;
border-color: #00b6ff;
}

a.across-six.card-span:after {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "Watch On-Demand";
    background: #0007;
    height: 100%;
    place-content: center;
    margin: auto;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    flex-direction: column;
    opacity: 0;
    transition: 0.3s ease;
    cursor: pointer;
    color: #fff;
}

a.across-six.card-span:hover:after {
    opacity: 1;
}

/*----------------- Playlist Carousel START -----------------*/

.carouselText {
display: block;
padding: 8px;}

.carouselTitle {
display: none;}

.videosCarousel {
    height: fit-content !important;
    min-height: 160px;
    max-height: 225px;
}

.carouselArrow {
    border-color: #009fdf;
    background: #009fdf no-repeat center center;
}

.carouselArrow.right, .carouselArrow.left {
    border:none;
}

.carouselBtn {
    margin: auto auto 16px;
    color: #1d4f91 !important;
    font-weight: bold;
    border: 1px solid #1d4f91;
    background: transparent;
    transition: 0.5s ease all;
}

.carouselBtn:hover {
color: #fff  !important;
text-decoration: none !important;
font-weight: bold !important;
background: #1d4f91 !important;
}

.carouselTile {
    border: none;
    border-radius: 0;
    width: 270px;
}

.carouselImg {
    height: 150px;
}

/*----------------- Playlist Carousel END -----------------*/

.link-button {
    color: white !important;
    background: #ff6319;
    border-radius: 4px 0 4px 0;
    padding: 5px 15px;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 1rem;
}

.link-button:nth-of-type(2n) {
    background: #0071ed;
    margin-left: 10px;
}

.link-button:hover {
    background: #0071ed;
}

.link-button:nth-of-type(2n):hover {
    background: #ff6319;

}

/*============ regGrey End ============*/

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

.card-body a {
margin-top: 5px;
}

.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 .light-button {
    margin: 0 20px 0 0;
}

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

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

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

/*============ regPurple Start ============*/



/*---------------------- Locked Video Start --------------------------------------*/
 .locked-video-container {
  position: relative;
  background: #333;
height: 0;
padding-bottom: 56.25%;
}

.locked-video-container img { 
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

 .locked-video-containerOverlay {
    background: linear-gradient(to bottom, transparent 10%, rgba(0,0,0,0.2), transparent 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.hexSSM {
    position: absolute;
    top: 47.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67px;
    height: 76px;
    filter: opacity(0.7);
    background: url(/uploaded/image/MYSSM_Hex.svg);
    background-size: cover;
}

.playSSM {
    position: absolute;
    top: 47.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    filter: opacity(0.7);
    background: url(/uploaded/image/MYSSM_Play.svg);
    background-size: cover;
}

.hexSSM:hover {
    filter: opacity(1);
}

.playSSM:hover {
    filter: opacity(1);
}
/*---------------------- Locked Video END --------------------------------------*/

/*============ regPurple End ============*/

/*============ regBlue Start ============*/


#regBodyContent ul li, #regBlue ul li, #regGrey ul li {
padding-bottom: 15px;
}


/*---------------------- Marketo Form Start  ------------------------------- */

.form-container {padding-bottom:20px; padding-left: 20px;}

.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
    color: #555;
}

#regGrey #Country {
    border: 1px solid #55a73d !important;
	}
	
	
#regGrey #swks_County {
    border: 1px solid #55a73d !important;
	}


.mktoHtmlText.mktoHasWidth {
    padding-left: 20px;
       }



.mktoForm {
font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
font-size: 14px !important;
color: #757575 !important;
line-height: 1.7em;
font-weight: 500 !important;
word-wrap: break-word;
margin-top: 10px;
padding-bottom: 10px;
}
.mktoForm .mktoFormCol {
    width: 100%;
    margin-bottom: 0px !important;
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 #ff6319 !important;
font-size: 1.1em !important;
float: left;
padding: 10px !important;
border-radius: 4px;
}
.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;
    padding-left: 0px !important;
    color: #009fdf;
}

#regGrey input[type=text], #regGrey input[type=email], #regGrey textarea  {margin-bottom: 0 ;}
textarea#mkto_formnotes {margin-bottom: 20px; !important;}

.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: 20px;}

.demo {
font-size: 4.2em!important;
text-transform: uppercase;
font-weight: 700;
color: white;
line-height: 1em;
text-shadow: 0 3px 8px #262626;
margin: 0px;
opacity: 1;
margin-bottom: 45px;
}

.mktoButtonRow {
    margin-top: 10px !important;
    font-weight: 700;
}


.mktoCaptchaDisclaimer {margin-bottom: 15px !important; padding-left: 20px!important;}

@media (max-width: 480px) {
.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 {padding: 20px !important;}
textarea#mkto_formnotes {height: 70px;}
#regGrey select { padding: 10px !important;}
}



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





/*============ regBlue End ============*/






</pre></body></html>