<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------- Masthead Start ------------------------------- */

.webp .mh { background-image: linear-gradient(to bottom right,#0a264c88,#030b1777), url("/Uploaded/Image/mastheads/1920_all.webp"); }
.no-webp .mh { background-image: linear-gradient(to bottom right,#0a264c88,#030b1777), url("/Uploaded/Image/mastheads/1920_all.png"); }

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#000000cc, #00000042), url("/uploaded/Image/mastheads/mobile/450_all.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#000000cc, #00000042), url("/uploaded/Image/mastheads/mobile/450_all.png");}
}
.sub-menu.sticky {
    margin-bottom: 0 !important;
}

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

html {scroll-behavior: smooth;}

/*----------------- Breadcrumb Start------------------*/

/* Style the list */


#regWhite .fa-solid {
font-weight: 500;
}

#breadcrumb .svg-inline--fa {
display:none;
}

#breadcrumb {
margin-bottom: -25px;
}

ul.breadcrumbNav {
  padding: 10px 16px;
  list-style: none;
color: #ff6319;
font-weight: 700;
font-size: 1em;
margin-left: -25px;
padding-left: 0px;
}

/* Display list items side by side */
ul.breadcrumbNav li {
  display: inline;
margin-left: -8px
}

/* Add a slash symbol (/) before/behind each list item */


#breadcrumb ul.breadcrumbNav li+li:before {
display: inline;
    padding: 5px;
    color: #565656;
    content: "/\00a0";
}


/* Add a color to all links inside the list */
svg.home {
filter: invert(57%) sepia(58%) saturate(5171%) hue-rotate(347deg) brightness(101%) contrast(105%);
}
svg.home:hover {
filter: invert(29%) sepia(53%) saturate(717%) hue-rotate(173deg) brightness(91%) contrast(103%);
}


/* Add a color on mouse-over */
#breadcrumb ul.breadcrumbNav li a:hover {
  color: #1d4f91;
font-weight: 700;
  text-decoration: underline;
}

#breadcrumb ul.breadcrumbNav li a{
color: #ff6319;
font-weight: 700;
text-decoration: none;
}

/*----------------- Breadcrumb End ------------------*/

#regWhite .card-col-container.intro-text {
    grid-gap: 10px;
}




#regWhite .intro-text .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;
}

#regWhite .intro-text .across-all-text {
    margin: 10px auto;
}

#regBodyContent .benefit-filters {
    display: flex;
    margin: 0 auto 20px;
    grid-column: -1/1;
}

#regBodyContent .benefit-filters li {
    color: #0071ee;
    padding: 10px;
    text-indent: 0;
    font-weight: 600; 
    cursor: pointer;
}


@media (min-width: 1201px) {
.sw .mob-hide.benefit-filters li:nth-child(1), .visualisation .mob-hide.benefit-filters li:nth-child(2), .simulation .mob-hide.benefit-filters li:nth-child(3), .datamanagement .mob-hide.benefit-filters li:nth-child(4), .documentation .mob-hide.benefit-filters li:nth-child(5), .manufacturing .mob-hide.benefit-filters li:nth-child(6), .electrical .mob-hide.benefit-filters li:nth-child(7), .partner .mob-hide.benefit-filters li:nth-child(8), .api .mob-hide.benefit-filters li:nth-child(9), .platform .mob-hide.benefit-filters li:nth-child(10), .catia .mob-hide.benefit-filters li:nth-child(11)  {
   border-bottom: 2px solid;
}
}

@media (max-width: 800px) {
.sw .mob-show.ulA.benefit-filters li:nth-child(1), .visualisation .mob-show.ulA.benefit-filters li:nth-child(2), .simulation .mob-show.ulA.benefit-filters li:nth-child(3),

.datamanagement .mob-show.ulB.benefit-filters li:nth-child(1), .documentation .mob-show.ulB.benefit-filters li:nth-child(2),  .manufacturing .mob-show.ulB.benefit-filters li:nth-child(3),

 .electrical .mob-show.ulC.benefit-filters li:nth-child(1), .partner .mob-show.ulC.benefit-filters li:nth-child(2), .api .mob-show.ulC.benefit-filters li:nth-child(3),

.platform .mob-show.ulD.benefit-filters li:nth-child(1), .catia .mob-show.ulD.benefit-filters li:nth-child(2)  {
   border-bottom: 2px solid;
}
}


@media (min-width: 801px) and (max-width: 1200px) {
.sw .mob-hide.tablet-show.ulE.benefit-filters li:nth-child(1), .visualisation .mob-hide.tablet-show.ulE.benefit-filters li:nth-child(2), .simulation .mob-hide.tablet-show.ulE.benefit-filters li:nth-child(3), .datamanagement .mob-hide.tablet-show.ulE.benefit-filters li:nth-child(4), .documentation .mob-hide.tablet-show.ulE.benefit-filters li:nth-child(5),  .manufacturing .mob-hide.tablet-show.ulE.benefit-filters li:nth-child(6),

 .electrical .mob-hide.tablet-show.ulF.benefit-filters li:nth-child(1), .partner .mob-hide.tablet-show.ulF.benefit-filters li:nth-child(2), .api .mob-hide.tablet-show.ulF.benefit-filters li:nth-child(3), .platform .mob-hide.tablet-show.ulF.benefit-filters li:nth-child(4), .catia .mob-hide.tablet-show.ulF.benefit-filters li:nth-child(5)  {
   border-bottom: 2px solid;
}
}


#regBodyContent .benefit-filters svg {
   display: none;
}


#regWhite .card-col-container {
    grid-gap: 30px;
}

#regWhite .Inner {
    max-width: 1450px;
}

.benefit {
    text-align: left;
    transition: 0.3s ease opacity;
    opacity: 0;
    margin: 10px;
}

.item-show .benefit {
   opacity: 1;
}

.benefit img {
    aspect-ratio: 16/9;
    width: 100%;
}

.benefit-header {
    position: relative;
}

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

.benefit-category em {
   font-size: 18px;
   margin-right: 6px;
}

.benefit-title {
    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;
}

.benefit .accordion {
   margin-top: 10px;
}

.benefit .accordion-header {
    padding-left: 0em;
    text-indent: 0em;
    color: #0071ee;
    font-weight: 600;
}

.benefit .accordion-header:hover {
    background: none;
    color: #ff6600;
}

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

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

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

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

#benefits .platform, #benefits .sw, #benefits .visualisation, #benefits .simulation, #benefits .datamanagement, #benefits .documentation, #benefits .manufacturing, #benefits .electrical, #benefits .partner, #benefits .api, #benefits .catia {
    display: none;
}

#benefits.all .catia, #benefits.catia .catia, #benefits.all .platform, #benefits.platform .platform, #benefits.all .sw,  #benefits.sw .sw, #benefits.all .visualisation, #benefits.visualisation .visualisation,  #benefits.all .simulation, #benefits.simulation .simulation, #benefits.all .datamanagement, #benefits.datamanagement .datamanagement, #benefits.all .documentation,  #benefits.documentation .documentation, #benefits.all .manufacturing, #benefits.manufacturing .manufacturing, #benefits.all .electrical, #benefits.electrical .electrical, #benefits.all .partner, #benefits.partner .partner, #benefits.all .api, #benefits.api .api  {
    display: block;
}

#regWhite .card-span a:hover, #regGrey .card-span a:hover, #regBlue .card-span a:hover {
    text-decoration: none;
}



@media (max-width: 700px) {
#regWhite .card-col-container { column-gap: 10px;}
}


#regGreen { background: #eee;}
#regGreen header { background: #1d4f91;}
#regGreen .card-headingTitle { text-align: center;}
#regGreen .card-heading { border-color: #63666a;}

/* TRAINING BUTTON START */

#regWhite .fa-regular, #regGrey .fa-regular, #regPurple .fa-regular {
    margin-left: -8px;
    font-weight: 400;
    padding-right: 10px;
}

#regWhite .training-button {
    padding-left: 0em;
    text-indent: 0em;
    font-weight: 600;
margin-top: 10px;
}

#regWhite .training-button a {
background: transparent;
font-weight: 600;
color: #0071ee !important;
text-decoration:none;
padding-left: unset;
text-indent: unset;
padding: 10px;
}

#regPurple .training-button a {
background: transparent;
font-weight: 600;
color: #009fdf !important;
text-decoration:none;
padding-left: unset;
text-indent: unset;
padding: 10px;
}

#regWhite .training-button a:hover, #regPurple .training-button a:hover {
background: transparent;
color: #ff6319 !important;
text-decoration: none;
text-underline-offset: 0.2em;
}

#regWhite a:hover .svg-inline--fa, #regPurple a:hover .svg-inline--fa  {
color: #ff6319;
}

#regWhite a:hover svg, #regWhite .card-button a:hover {
font-weight: 600;
color: white;
text-decoration: none;
}


#regWhite a:hover svg, #regWhite a:hover, #regPurple a:hover svg, #regPurple a:hover {
font-weight: 600;
color: #ff6319;

}

/* TRAINING BUTTON END */





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

#regPurple .card-span .training-button {
    text-align: left;
    margin-left: 18px;
}

#regPurple .card-span a:hover {
color: #ff6319;
}

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

#regPurple {
background: #262626;
}


#passports .card-icon img, #regPurple .card-icon img {
height: 100px;
}

#regPurple .card-icon, #passports .card-icon {
display:flex;
justify-content: center;

}

#regPurple .card-subtitle, #passports .card-subtitle {
    font-weight: 600;
    text-align: center;
}

#regPurple .card-span {
background: transparent;
}

#regPurple .card-span img, #passports .card-span img {
    aspect-ratio: 1/1;
}

#regPurple .training-button {
    padding-left: 0em;
    text-indent: 0em;
    font-weight: 600;
    margin-top: -20px;
}

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


/*----- ABOUT FOOTER -----*/


#regBlue .card-subtitle {
    font-size: 1.3em;
    font-weight: 400;
    color: #ffffff!important;
    border-style: none;
    border-width: 0 0 1px 0;
    padding-bottom: 10px;
    width: 100%;
}

#regBlue .card-icon img {
    filter: unset;
}

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

#regBlue .card-span {
     text-align: center;
}

#regBlue .Inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*----- ABOUT FOOTER -----*/


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

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

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

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

select#mkto_formnotes {
    height: 330px;
}

.mktoForm option:first-child {
    font-weight: bold;
}

.mktoForm div.mktoCaptchaDisclaimer {
    text-align: center;
}

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


.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  ------------------------------- */
</pre></body></html>