/* Fonts 
=========*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Rest style 
==============*/
* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
html, body.up, .up div, .up span, .up applet, .up object, .up iframe, .up h1, .up h2, .up h3, .up h4, .up h5, .up h6, .up p, 
.up blockquote, .up pre, .up a, .up abbr, .up acronym, .up address, .up big, .up cite, .up code, .up del, .up dfn, 
.up em, .up font, .up img, .up ins, .up kbd, .up q, .up s, .up samp, .up small, .up strike, .up strong, .up sub, 
.up sup, .up tt, .up var, .up dl, .up dt, .up dd, .up fieldset, .up form, .up label, 
.up legend, .up table, .up caption, .up tbody, .up tfoot, .up thead, .up tr, .up th, .up td, .up select, 
.up input, .up option { margin: 0; padding: 0; border: 0; outline: 0; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
.up sub, .up sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
.up sup { top: -0.5em; }
.up sub { bottom: -0.25em }
.up button, .up input, .up select, .up textarea { font-size:100%; margin:0; vertical-align:baseline; box-shadow:none !important; }
.up input[type="button"], .up input[type="submit"] { -webkit-appearance: none !important; }
.up :focus { outline: 0; }
.up img { border:0 none; max-width:100%; vertical-align:bottom; }
.up a { text-decoration:none; outline:none; cursor:pointer; }
.up a:focus { text-decoration:none !important; outline:none !important; }
.up img { max-width: 100%; }
.up .cf:before,.up .cf:after { content:""; display: table }
.up .cf:after { clear: both; }
.up .cf { *zoom:1;}
.up .preloader { display: none; }

/* make buttons play nice in IE */
button,input[type=button]{width:auto;overflow:visible;}

/*Placeholder opacity cross browsers*/
.up input::-webkit-input-placeholder { opacity:1; } 

/* WebKit browsers */
.up input:-moz-placeholder { opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.up input::-moz-placeholder { opacity: 1; }

/* Mozilla Firefox 19+ */
.up input:-ms-input-placeholder { opacity: 1; }

/* Internet Explorer 10+ */
.up textarea::-webkit-input-placeholder { opacity: 1; }

/* WebKit browsers */
.up textarea:-moz-placeholder { opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.up textarea::-moz-placeholder { opacity: 1; }

/* Mozilla Firefox 19+ */
.up textarea:-ms-input-placeholder { opacity: 1; }

/* Internet Explorer 10+ */
.up button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner { border: 0; }


/* Global Setup
=============== */
body.up { position:relative; margin:0; padding:0; font-size:16px; color:#1A1E2C; font-family: "Barlow", sans-serif; font-weight:400; line-height:24px; letter-spacing: 0.02em; }
.up .txt2{ font-size:16px; line-height:1.1875; }
.up .wrapper { width:100%; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; opacity:0;}
.up .main { max-width:1200px; margin: 0 auto; padding-right:15px; padding-left:15px; }
.up a{ transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }

.up h1, .up h2, .up h3, .up h4, .up h5, .up h6,
.up h1 div, .up h2 div, .up h3 div, .up h4 div, .up h5 div, .up h6 div{ font-family: "Barlow Semi Condensed", sans-serif; color:#1A1E2C; letter-spacing: 0;}

.up h1,.up h1 div{ font-size:64px; font-weight:400; line-height:72px; }
.up h2,.up h2 div{ font-size:48px; font-weight:400; line-height:56px; }
.up h3,.up h3 div{ font-size:32px; font-weight:400; line-height:40px; }
.up h4,.up h4 div{ font-size:24px; font-weight:400; line-height:32px; }
.up h5,.up h5 div{ font-size:18px; font-weight:400; line-height:26px; font-family: "Barlow", sans-serif; letter-spacing: 0.02em;}
.up h6,.up h6 div{ font-size:16px; font-weight:700; line-height:24px; font-family: "Barlow", sans-serif; letter-spacing: 0.02em;}

.up .bullets ul li{ position:relative; padding-left:35px; }
.up .bullets ul li:before{ content:''; width:5px; height:5px; border-radius:50%; position:absolute; top:5px; left:0; background-color:#f16b48; }

.up a{ color:#000000; }
.up a:hover{ }
.up a.btn{ min-width:140px; display: inline-block; background-color:#FF9239; color:#fff; font-size:12px; font-weight:700; text-align:center; padding:12.74px 15px; line-height:14.52px; border-radius:50px; }
.up a.btn:hover{ background: #FF9239; text-decoration:none; }


.up .dis_flex{ display:flex; flex-wrap:wrap; align-items:center;}
.up .dis_flex-footer{ display:flex; flex-wrap:wrap;}
.up .aic{ align-items:center; }
.up .jcsb{ justify-content:space-between; }
.up .jcc{ justify-content:center; }

.up .noListStyle ul{ margin:0; padding:0; list-style:none; }

.up .text-right{ text-align:right; }
.up .text-center{ text-align:center; }

.up .themeBgColor{ background-color:#fff; }
.up .themeFontColor{ color:#000; }


/* header style 
==========================*/
.up .header_section{ padding:19px 0; }
.up .header_section .main{ max-width:1200px }
.up .site_logo{ width:20%; }
.up .site_logo img{ width:150px; }
.up .site_menu{ width:80%; }
.up .site_menu ul{ margin:0; padding:0; list-style:none; text-align:right; }
.up .site_menu ul li{ display:inline-block; vertical-align:middle; margin-left:8.5%; }
.up .site_menu ul li a{ font-weight:700; }

.up .header_section.v2 .site_menu a.btn{ margin-left:20px; }
.up .header_section.v3 .site_menu a.btn{ margin-left:30px; }
.up .header_section.v3 .site_menu a:first-child{ color:#fff; font-weight:700; display:inline-block; vertical-align:middle; }

/* midd container style
=======================*/
.up .banner_sec{ padding: 138px 0; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.up .banner_sec.v2{ padding:194px 0; }
.up .banner_sec.v2 h1 div,
.up .banner_sec.v2 h1{ color:#fff; }
.up .banner_sec h1 div a,
.up .banner_sec h1 div span{ }
.up .banner_sec a.btn{ margin-top: 60px; padding: 20px 20px; min-width: 200px; }

.up .banner_sec h1 div a,
.up .banner_sec h1 div span{ }

.up .Title_Form_Sec{ padding:92px 0 50px; }
.up .Title_Form_Sec h2 div a,
.up .Title_Form_Sec h2 div span{ }
.up .Title_Form_Sec .txt{ margin-top: 26px; font-size: 24px; }
.up .form_main { margin:0 auto; width:350px; max-width:100%; }

.up .TwoColLCRI{ padding:82px 0 80px; }
.up .TwoColLCRI.whiteFont{ color:#fff; }
.up .TwoColLCRI.whiteFont h2,
.up .TwoColLCRI.whiteFont h2 div{ color:#fff; }
.up .TwoColLCRI.whiteFont h2 span,
.up .TwoColLCRI.whiteFont h2 div span{ }

.up .TwoColLCRI .main{ max-width:1200px; }
.up .TwoColLCRI .dis_flex{ justify-content: space-between; align-items: flex-start; }
.up .TwoColLeftContent { width:53%; }
.up .TwoColLeftContent .txt{ margin-top:45px; }
.up .TwoColRightImage { width:30%; }

/* Two-column V1: h2 half-width above sub-row, image aligns with .txt top */
.up #two-column-v1 > .main > h2,
.up #two-column-v1-pt2 > .main > h2 { width:53%; color:#fff; margin-bottom:0; }
.up .v1-content-row { justify-content:space-between; align-items:flex-start; margin-top:45px; }
.up .TwoColLeftText { width:53%; }
/* Left text always anchors to the top */
.up .v1-content-row .TwoColLeftText { align-self: flex-start; }
.up .TwoColLeftText .btn { margin-top: 45px; }

/* Image alignment states */
.up .img-valign-top    .TwoColRightImage { align-self: flex-start; }
.up .img-valign-bottom .TwoColRightImage { align-self: flex-end; }

/* Middle: centre image against the full module height */
.up #two-column-v1 .main,
.up #two-column-v1-pt2 .main { position: relative; }
.up .img-valign-middle .TwoColRightImage {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
}


.up .TwoColLCRI.v2{ padding:125px 0 93px; }
.up .TwoColLCRI.v2 .TwoColLeftContent{ padding-top:15px; }
.up .TwoColLCRI.v2 .TwoColLeftContent a.btn{ margin-top:55px; }
.up .TwoColLCRI.v2 .TwoColLeftContent a,
.up .TwoColLCRI.v2 .TwoColLeftContent span{ }

.up .TwoColLCRI.v3{ padding:105px 0 80px; }
.up .TwoColLCRI.v3 .TwoColLeftContent{ padding-top:0; }
.up .TwoColLCRI.v3 .TwoColLeftContent .txt{ margin-top:45px; }
.up .TwoColLCRI.v3 .TwoColRightImage { width: 31%; margin-top: 16px; }

.up .TwoColLCRI.v3:not(.two-column-video-form) .TwoColRightImage h6,
.up .TwoColLCRI.v3:not(.two-column-video-form) .TwoColRightImage h6 div{ color:#fff; }
.up .TwoColLCRI.v3:not(.two-column-video-form) form.mktoForm .mktoLabel{ color:#fff !important; }
.up .TwoColLCRI.v3:not(.two-column-video-form) form.mktoForm{ margin-top:28px; }
.up .TwoColLCRI.v3:not(.two-column-video-form) form.mktoForm input[type="text"], 
.up .TwoColLCRI.v3:not(.two-column-video-form) form.mktoForm input[type="url"],
.up .TwoColLCRI.v3:not(.two-column-video-form) form.mktoForm input[type="email"],
.up .TwoColLCRI.v3:not(.two-column-video-form) form.mktoForm input[type="tel"],
.up .TwoColLCRI.v3:not(.two-column-video-form) form.mktoForm input[type="number"],
.up .TwoColLCRI.v3:not(.two-column-video-form) form.mktoForm input[type="date"],
.up .TwoColLCRI.v3:not(.two-column-video-form) form.mktoForm textarea.mktoField, 
.up .TwoColLCRI.v3:not(.two-column-video-form) form.mktoForm select.mktoField{ border:1px solid #fff !important; background-color:#fff !important; }

.up .TwoColTCB{ padding:100px 0 73px; }
.up .TwoColTCB .main{ max-width: 1200px; }
.up .TwoColTCB h3 span,
.up .TwoColTCB h3 div span{ }
.up .TwoColTCB .TCTCB_box { width:50%; padding-right:100px; }
.up .TwoColTCB .TCTCB_box .txt{ margin-top: 67px; font-size: 16px; }
.up .TwoColTCB .TCTCB_box a.btn{ margin-top:47px; }

.up .TwoColICB{ color:#fff; padding:72px 0 103px; }
.up .TwoColICB .main{ max-width: 1200px; }
.up .TwoColICB .ICTCB_box { width:50%; margin-top:72px; padding-right:50px; }
.up .TwoColICB .ICTCB_box .ICTCB_box_img{ width:118px; }
.up .TwoColICB .ICTCB_box .txt{ margin-top: 21px; font-size: 16px; }
.up .TwoColICB .ICTCB_box a.btn{ margin-top:43px; }
.up .TwoColICB h2,
.up .TwoColICB h2 div{ color:#fff; }
.up .TwoColICB h2 span,
.up .TwoColICB h2 div span{ }

.up .logos_sec{ padding:51px 0; color:#fff; }
.up .logos_sec h2,
.up .logos_sec h2 div{ color:#fff; }
.up .logo_box{ width:12.5%; padding:0 15px; margin-top: 30px; margin-bottom: 30px; text-align: center; }
.up .logo_box img { max-height: 40px; max-width: 100%; height: auto; object-fit: contain; display: inline-block; vertical-align: middle; }

.up .full_content{ color:#fff; padding:125px 0; }

.up .ThreeColTC{ padding:55px 0; }
.up .ThreeColTC .main{ max-width:1200px; }
.up .ThreeColTC h4 span,
.up .ThreeColTC h4 div span{ }
.up .ThreeColTC_box { width: 22%; margin-right: 17%; }
.up .ThreeColTC_box:last-child{ margin-right:0 }
.up .ThreeColTC_box .txt{ font-size: 16px; line-height: 19.36px; margin-top: 55px; }

.up .banner_sec.v3 h1,
.up .banner_sec.v3 h1 div{ color:#fff; }

.up .banner_sec.v4{ padding:138px 0  247px; }


.up .videoSec{ padding:127px 0 80px; }
.up .videoIframe { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; }
.up .videoIframe iframe, 
.up .videoIframe video { left:0; top:0; position: absolute; width: 100%; height: 100%; }

/* Wistia responsive embed
==========================*/
.up .wistia-video-wrap { display: block; width: 100%; margin-top: 45px; }
.up #TwoColVideoSource.wistia-video-wrap { margin-top: 20px; }
.up .wistia_responsive_padding { padding: 56.25% 0 0 0; position: relative; }
.up .wistia_responsive_wrapper { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.up .wistia_embed { height: 100%; position: relative; width: 100%; }

.up .testimonial_sec{ padding:54px 0 132px; }
.up .testimonial_sec .quoteImg{ margin-left:-90px; }
.up .testimonial_sec .main{ max-width: 1200px; }
.up .testimonial_sec .dis_flex{ margin-top: 64px; }
.up .testimonial_sec .client_logo{ width:30%; }
.up .testimonial_sec .client_comment{ width: 60%; margin-left: 8%; }
.up .testimonial_sec * + h5{ margin-top:22px; }

.up .TwoColLCRI.v4{ padding:111px 0 30px }
.up .TwoColLCRI.v4 .TwoColLeftContent{ padding-top:0; }
.up .TwoColLCRI.v4 form.mktoForm{ margin-top:16px; }
.up .TwoColLCRI.v4 .form_right{ width:43%; margin-top:0; background: #F7F9FC; padding:51px 40px 37px; }
.up .TwoColLCRI.v4 .form_right h6,
.up .TwoColLCRI.v4 .form_right h6 div{ color:#1A1A1A; }
.up .TwoColLCRI.v4 .form_right form.mktoForm .mktoLabel{ color:#5C5CE8 !important; }
.up .TwoColLCRI.v4 .form_right form.mktoForm input[type="text"], 
.up .TwoColLCRI.v4 .form_right form.mktoForm input[type="url"], 
.up .TwoColLCRI.v4 .form_right form.mktoForm input[type="email"], 
.up .TwoColLCRI.v4 .form_right form.mktoForm input[type="tel"], 
.up .TwoColLCRI.v4 .form_right form.mktoForm input[type="number"], 
.up .TwoColLCRI.v4 .form_right form.mktoForm input[type="date"], 
.up .TwoColLCRI.v4 .form_right form.mktoForm textarea.mktoField, 
.up .TwoColLCRI.v4 .form_right form.mktoForm select.mktoField { border: 1px solid #1A1A1A !important; background-color: #fff !important; }
.up .TwoColLCRI.v4 .mktoButton{ margin-top:5px !important; font-size:12px !important; min-width: 140px; }

.up .speaker_sec{ padding:101px 0; }
.up .speaker_sec .main{ max-width:1200px; }
.up .speaker_sec h5,
.up .speaker_sec h5 div{ font-size:22px; line-height:1.210454545454545; }
.up .spaker_left{ width:57%; }
.up .spaker_left h3,
.up .spaker_left h3 div{ color:#5C5CE8; }
.up .spaker_left * + h5{ margin-top:24px; }
.up .spaker_right{ width:35.5%; }
.up .spaker_right h2,
.up .spaker_right h2 div{ font-size:45px; }

.up .speaker_box .speaker_img{ border-radius:50%; overflow:hidden; width:33.5%; }
.up .speaker_box .speaker_img img{ width:100%; }
.up .speaker_box .speaker_content{ width:57%; }
.up .speaker_box .speaker_content h5 + h5,
.up .speaker_box .speaker_content h5 + h5 div{ color: #5C5CE8; }
.up .speaker_box { margin-top: 25px; justify-content: space-between; align-items: center; }

.up .menu_icon{ display:none; cursor:pointer; font-size:35px; line-height:1; }

.up .mktoGen.mktoImg { display: inherit !important; line-height: inherit !important; }

/* footer style
================*/
.up .footer_section{ padding:42px 0; color:#fff; }
.up .footer_section .main{ max-width:1200px; }
.up .social_icon ul li a{ width:50px; height:50px; font-size: 30px; background-color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#5C5CE8; }
.up .social_icon ul li a:hover{ text-decoration:none; opacity:.7; }
.up .footer_left{ width:60%; }
.up .footer_left .footer_logo{ width:28%; }
.up .footer_left .txt{ width: 52%; margin-left: 9%; }
.up .footer_right{ width:40%; }
.up .footer_right ul{ margin:0; padding:0; text-align:right; }
.up .footer_right ul li{ margin:7px 12px; padding:0; list-style:none; display:inline-block; }
.up .footer_right ul li:last-child{ margin-right:0; }
.up .footer_right ul li:first-child{ margin-left:0; }
.up .footer_section a{ color:#fff; }
.up .footer_bottom { margin-top:65px; }
.up .footer_bottom a{ margin-right:30px; font-weight:700; display:inline-block; font-size:16px; line-height:19.36px; }
.up .footer_bottom a:hover{ text-decoration:none; }

/* Footer V2 Styles */
.up .footer_section.v2 { padding: 64px 0px; color: #1A1E2C; font-family: 'Barlow', sans-serif; font-size: 14px; line-height: 1.5; }
.up .footer_section.v2 a { color: #1A1E2C; text-decoration: none; transition: opacity 0.3s; }
.up .footer_section.v2 a:hover { opacity: 0.7; }

/* Columns */
.up .footer_columns_v2 { align-items: flex-start; margin-bottom: 60px; }
.up .footer_left_wrapper { width: 56%; display: flex; justify-content: flex-start; column-gap: 64px; }
.up .footer_right_wrapper { width: 40%; }

.up .footer_col_v2 { width: 22%; } /* 32% of the left wrapper */
.up .footer_col_v2.right_side { width: 100%; text-align: left; padding-left: 0; padding-top: 0; display: flex; justify-content: flex-end; align-items: flex-start; } /* Reset padding/width relative to wrapper */

/* Groups */
.up .footer_group { margin-bottom: 32px; }
.up .footer_group h5, 
.up .footer_address_v2 h5,
.up .footer_support_v2 h5 { font-family: 'Barlow', sans-serif; font-weight: 700; font-size: 14px; line-height: 20px; letter-spacing: 0.28px; text-transform: uppercase; margin-bottom: 16px; color: #1A1E2C; display: block; }
.up .footer_address_v2 h5 { margin-bottom: 0; }
.up .footer_group ul { list-style: none; padding: 0; margin: 0; }
.up .footer_group ul li { margin-bottom: 8px; }
.up .footer_group ul li a { font-size: 14px; line-height: 20px; font-weight: 400; color: #1A1E2C; letter-spacing: 0.28px; display: inline-block; }

/* Right Column Elements */
.up .footer_content_v2 { position: relative; }
.up .return_top_wrap { position: static; margin-right: 60px; }
.up .return_to_top { display: inline-flex; align-items: center; justify-content: space-between; gap: 15px; height: 56px; padding: 0 24px; border: 1px solid #1A1E2C; border-radius: 30px; background: transparent; font-family: 'Barlow', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.02em; color: #1A1E2C; text-decoration: none; white-space: nowrap; transition: all 0.3s; }
.up .return_to_top:hover { background-color: #f87f1c !important; color: #ffffff !important; border-color: #f87f1c !important; }
.up .return_to_top:hover path { stroke: #ffffff; }

.up .footer_brand_details { flex: 1; text-align: left; }
.up .footer_logo_v2 { margin-bottom: 30px; }
.up .footer_logo_v2 img { max-width: 150px; }
.up .footer_social_v2 { margin-bottom: 30px; }
.up .footer_social_v2 ul { padding: 0; margin: 0; list-style: none; display: flex; gap: 15px; }
.up .footer_social_v2 ul li a img { height: 32px; width: auto; filter: none; }

.up .footer_address_v2, 
.up .footer_support_v2 { margin-bottom: 30px; }
.up .footer_address_v2 p, 
.up .footer_support_v2 p { font-size: 14px; line-height: 1.6; margin-bottom: 0; }
.up .footer_support_v2 a { color: #FF9239 !important; }

/* Bottom Bar */
.up .footer_bottom_v2 { border-top: 0px solid rgba(0,0,0,0.1); padding-top: 0px; align-items: start; }
.up .footer_bottom_v2 .copyrights { width: 60%; }
.up .footer_bottom_v2 .copyrights p { margin: 0 0 10px; font-size: 14px; color: #1A1E2C; }
.up .footer_bottom_v2 .copyrights p.tiny-text { margin: 0 !important; font-size: 10px; line-height: 1.4; color: #757983; margin-top: 10px; max-width: 80%; }
.up .footer_bottom_v2 .legal_links { text-align: right; }
.up .footer_bottom_v2 .legal_links a { margin-left: 20px; font-size: 12px; color: #1A1E2C; }

/* Responsive */
@media (max-width: 1024px) {
  .up .footer_col_v2 { width: 33%; }
  .up .footer_col_v2.right_side { width: 100%; margin-top: 40px; padding-left: 0; }
  .up .footer_columns_v2 { flex-wrap: wrap; }
}

@media (max-width: 767px) {
  .up .footer_col_v2 { width: 100%; margin-bottom: 20px; }
  .up .footer_bottom_v2 { flex-direction: column-reverse; align-items: flex-start; }
  .up .footer_bottom_v2 .legal_links { text-align: left; margin-bottom: 20px; }
  .up .footer_bottom_v2 .legal_links a { margin-left: 0; margin-right: 20px; }
  .up .return_top_wrap { text-align: left; }
}


/* Form style 
==========================*/


.up form.mktoForm { width: 100% !important; float:left; margin-top:40px; }
.up .mktoForm fieldset legend{ margin:0; }
.up form.mktoForm .mktoFormCol { width: 100% !important; float: left; margin-bottom: 0 !important; }
.up form.mktoForm .mktoFormRow{ clear:none !important; }
.up form.mktoForm .mktoFormRow:has(.mktoField[type="hidden"]){ padding-bottom: 0 !important; }

.up form.mktoForm .mktoFormRow { padding-bottom:16px !important; display: flex !important; column-gap: 10px !important; }
.up form.mktoForm fieldset{ padding-right:0 !important;  }
.up form.mktoForm .mktoClear { display: none !important; }
.up form.mktoForm fieldset .mktoFormRow{ padding-bottom:0 !important; }
.up form.mktoForm fieldset .mktoFormRow .mktoFormCol{ float:left; width: 100% !important; } 
.up form.mktoForm fieldset .mktoFormRow.two-col .mktoFormCol { width: 50% !important; } 
.up form.mktoForm .mktoFormRow .mktoFormCol { flex: 1; } 

/* Hide rows that contain only hidden fields to prevent extra spacing */
.up form.mktoForm .mktoFormRow:has(.mktoField[type="hidden"]):not(:has(.mktoField:not([type="hidden"]))) { display: none !important; } 

.up form.mktoForm .mktoFieldWrap:has(.mktoCheckboxList){ display: flex; flex-direction: row-reverse; width: 100%; justify-content: flex-end; column-gap: 2px; }
.up form.mktoForm .mktoFieldWrap:has(.mktoCheckboxList) .mktoLabel{ margin-bottom: 0;  padding: 3px 0 0px 0 !important; }
.up form.mktoForm .mktoFieldWrap:has(.mktoCheckboxList) .mktoAsterix { float: left; padding-left: 0px; }

.up .mktoForm .mktoLogicalField.mktoInvalid { border: none !important; }

.up form.mktoForm .mktoFieldWrap { width: 100% !important; float: left; position: relative; }
.up form.mktoForm input[type="text"], .up form.mktoForm input[type="url"], .up form.mktoForm input[type="email"], 
.up form.mktoForm input[type="tel"], .up form.mktoForm input[type="number"], .up form.mktoForm input[type="date"], 
.up form.mktoForm textarea.mktoField, .up form.mktoForm select.mktoField { width: 100% !important; 
  float: left; padding: 12px 16px; color: #1A1E2C; font-size: 16px; background-color: #ffffff !important;
  font-family:'Barlow',sans-serif; font-weight: 400; outline: 0 !important; border-radius: 4px !important; 
  height: 48px !important; border: 1px solid #D1D5DB !important; box-shadow: none; transition: border-color 0.3s; }

.up form.mktoForm input:focus, .up form.mktoForm textarea:focus, .up form.mktoForm select:focus { border-color: #1A1E2C !important; }

.up form.mktoForm select.mktoField{ appearance:none; -webkit-appearance:none; background-image:url('https://mkto.nomadmktg.com/rs/070-CHN-642/images/arrow-down-3101.png'); background-repeat:no-repeat; background-position:96% center; background-size: 10px; }
.up .mktoOffset { width: 0px !important; }
.up form.mktoForm .mktoGutter { width: 0px !important; }
.up form.mktoForm .mktoLabel { color:#1A1E2C !important; font-size:14px !important; font-weight:500 !important; font-family: 'Barlow', sans-serif; padding:0 0 4px 0 !important; width: auto !important; line-height: 1.5; text-transform: none; }
.up form.mktoForm .mktoAsterix { color: #E11D48 !important; visibility: visible !important; padding-left: 2px; }

.up .mktoButtonRow span { margin-left: 0px !important; }
.up .mktoButtonRow { width: 100%; text-align: left !important; margin-top:20px !important; }
.up .mktoButton { background-color:#C9CDD2 !important; 
  background-image: none !important; border: none !important; border-radius: 30px; min-width:146px; 
  padding: 0 24px !important; color:#ffffff !important; font-size: 16px !important; 
  font-weight: 700 !important; font-family: 'Barlow', sans-serif !important; 
  float: none; display: inline-flex; align-items: center; justify-content: space-between; height: 56px !important; 
  border: 1px solid #C9CDD2 !important; transition: 0.3s; cursor: not-allowed; pointer-events: none; }
  
/* Add Arrow to Button */
.up .mktoButton::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 15L15 10L10 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 10H5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #fff;
    border-radius: 50%;
}

.up .mktoButton.is-valid { background-color:#FF9239 !important; border-color: #FF9239 !important; cursor: pointer; pointer-events: auto; }
.up .mktoButton.is-valid:hover { background-color:#f87f1c !important; border-color: #f87f1c !important; }

.up form.mktoForm textarea[rows="2"] { height: auto !important; padding: 12px 16px; min-height: 100px; }

/* Privacy Checkbox */
.up form.mktoForm .mktoCheckboxList { padding: 0 !important; width: 25px !important; position: relative !important;}
.up form.mktoForm input[type="checkbox"].mktoField + label { 
  cursor: pointer !important; 
  width: auto !important; margin: 0 !important; line-height: 1.5 !important; 
  font-size: 14px !important; color: #1A1E2C !important; font-family:'Barlow',sans-serif; font-weight: 400 !important; 
  display: flex; align-items: flex-start; }
  
.up form.mktoForm input[type="checkbox"].mktoField { display:none; }
.up form.mktoForm input[type="checkbox"].mktoField + label:before { 
    position: absolute; left: 0px; top: 2px; content: ''; width: 20px; height: 20px; 
    border: 1px solid #D1D5DB; border-radius: 4px; background: #fff; display: flex; align-items: center; justify-content: center;  box-shadow: none; margin-left: 0 !important;
}
.up form.mktoForm input[type="checkbox"].mktoField:checked + label:before { 
    background-color: #fff; border-color: #D1D5DB; 
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3L4.5 8.5L2 6' stroke='%233DCB87' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.up form.mktoForm input[type="radio"].mktoField:not(old) + label { position: relative; cursor: pointer; padding-left:30px; margin-bottom: 0 !important; width: auto; }
.up form.mktoForm input[type="radio"].mktoField:not(old) + label:before { position: absolute; box-sizing:border-box; left:0px; top:3px; content: ''; width:16px; height:16px; border:1px solid #1A1A1A; border-radius:50%; }
.up form.mktoForm input[type="radio"].mktoField:not(old):checked + label:before { content:'\f111'; font-family:'FontAwesome' !important; display: flex; align-items: center; justify-content: center; font-size:7px; background-color:#FF9239; }
.up form.mktoForm .mktoHtmlText { width:100% !important; }

/* Two Column V1 Image Vertical Alignment */
.up .v1-content-row.img-valign-top    .TwoColRightImage { align-self: flex-start; }
.up .v1-content-row.img-valign-middle .TwoColRightImage { align-self: center; }
.up .v1-content-row.img-valign-bottom .TwoColRightImage { align-self: flex-end; }

/* Feature Comparison Table
===========================*/
.up .feature-compare-sec { padding: 80px 0; }
.up .feature-compare-sec .main { max-width: 1200px; }
.up .feature-compare-sec h2,
.up .feature-compare-sec h2 div { color: #1A1A1A; font-size: 36px; line-height: 1.2; font-weight: 700; margin-bottom: 40px; }

.up .feature-compare-wrap { width: 100%; overflow-x: auto; }

/* Flex container for the rating cells to ensure multiple stars stay on one line and resize proportionally */
.up .feature-compare-table td:not(:first-child) .mktoText,
.up .feature-compare-table td:not(:first-child) .mktoText > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2px;
}

.up .feature-compare-table td:not(:first-child) img { 
    height: auto; 
    min-width: 0; /* Enables the images to shrink correctly when inside a flex container */
    flex: 1 1 0; /* Shrinks the stars evenly across the available space */
    max-width: 20px; /* Prevents the stars from growing too large */
}

.up .feature-compare-table { width: 100%; border-collapse: collapse; outline: 1px solid #1A1A1A; }

/* Header row */
.up .feature-compare-table thead tr { border-bottom: 2px solid #1A1A1A; }
.up .feature-compare-table th { padding: 16px 20px; text-align: left; font-size: 16px; font-weight: 700; color: #1A1A1A; border: 1px solid #1A1A1A; background: #ffffff; }

/* Data rows */
.up .feature-compare-table td { padding: 16px 20px; font-size: 15px; color: #1A1E2C; border: 1px solid #1A1A1A; vertical-align: middle; }

/* Column widths */
.up .feature-compare-table th:first-child,
.up .feature-compare-table td:first-child { width: 30%; }

/* Gold stars */
.up .fc-stars { color: #FFB800; font-size: 22px; letter-spacing: 2px; line-height: 1; }
