







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */
























/* 1d. Buttons */









/* 1e. Forms */










/* 1f. Tables */















.dnd-section > .row-fluid,
.page-center,
.container,
.content-wrapper {
	max-width: 1336px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1399px) {
	.page-center,
	.container,
	.content-wrapper,
	.dnd-section > .row-fluid {
		max-width: 1139.9999999951199px;
	}
}

@media (max-width: 1199px) {
	.page-center,
	.container,
	.content-wrapper,
	.dnd-section > .row-fluid {
		max-width: 959.999999998px;
	}
}

@media (max-width: 991px) {
	.page-center,
	.container,
	.content-wrapper,
	.dnd-section > .row-fluid {
		max-width: 719.99999998848px;
	}
}

@media (max-width: 767px) {
	.page-center,
	.container,
	.content-wrapper,
	.dnd-section > .row-fluid {
		max-width: 539.99999999136px;
	}
}


@media (max-width: 575px) {
	.page-center,
	.container,
	.content-wrapper,
	.dnd-section > .row-fluid {
		max-width: 1336px;
	}
}
.dnd-section,
.container,
.content-wrapper--vertical-spacing {
	padding: 40px 12px;
}





body {
	font-size: 18px;
	font-weight: 400;
	font-family: AeonikPro-Regular;
	color: rgba(101, 97, 118, 1.0);
}

@media (max-width: 767px) {
	body {
		font-size: 16.941176470588236px;
	}
}

/* Paragraphs */

p {
	font-family: AeonikPro-Regular;
}

/* Anchors */

a {
	color: 

  
  
    
  


  rgba(0, 167, 118, 1.0)

;
}

a:hover,
a:focus,
a:active {
	color: 

  
  
    
  


  rgba(0, 167, 118, 1.0)

;
}

/* Headings */

h1, h2, h3, h4, h5, h6{
	font-family: AeonikPro-Regular;
	color: rgba(63, 57, 84, 1.0);
}

h1 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 400;
}

h2 {
	font-size: calc( 1.325rem + 0.9vw);
	font-weight: 400;
}

h3 {
	font-size: calc( 1.2999999999875rem + 0.6vw);
	font-weight: 400;
}

h4 {
	font-size: calc( 1.275rem + 0.3vw);
	font-weight: 400;
}

h5 {
	font-size: 1.25rem;
	font-weight: 400;
}

h6 {
	font-size: 1.15rem;
	font-weight: 400;
}


@media (min-width: 1200px){
	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.75rem;
	}

	h4 {
		font-size: 1.5rem;
	}
}

/* Blockquote */

blockquote {
	border-left-color: {color=#3F3954, opacity=100, rgba=rgba(63, 57, 84, 1), rgb=rgb(63, 57, 84), hex=#3F3954, css=#3F3954};
}





.error-page .button,a
button,
.button,
form input[type=submit],
form .hs-button {
	background-color: 

  
  
    
  


  rgba(0, 2, 91, 1.0)

;
	border: 1px solid 

  
  
    
  


  rgba(0, 2, 91, 1.0)

;
	border-radius: 3px;
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	padding: 12px 24px;
}

.error-page .button:hover,
button:hover,
button:focus,
.button:hover,
.button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
	background-color: 

  
  
    
  


  rgba(0, 2, 91, 1.0)

;
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active,
form input[type=submit]:active,
form .hs-button:active {
	background-color: 

  
  
    
  


  rgba(0, 2, 91, 1.0)

;
	color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.section.post-footer form {
	background-color: rgba(255, 255, 255, 1.0);
}

/* Form title */

.form-title {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
	color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form label */

form label {
	color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form help text */

form legend {
	color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	border-color: 

  
  
    
  


  rgba(203, 214, 226, 1.0)

;
	/*   color: rgba(101, 97, 118, 1.0); */
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
	border-color: 

  
  
    
  


  rgba(82, 168, 236, 0.8)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
	color: rgba(101, 97, 118, 1.0);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
	color: rgba(101, 97, 118, 1.0);
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
	background: {color=#656176, opacity=100, rgba=rgba(101, 97, 118, 1), rgb=rgb(101, 97, 118), hex=#656176, css=#656176};
}

.fn-date-picker td .pika-button:hover {
	background-color: {color=#656176, opacity=100, rgba=rgba(101, 97, 118, 1), rgb=rgb(101, 97, 118), hex=#656176, css=#656176} !important;
}

.fn-date-picker td.is-today .pika-button {
	color: {color=#656176, opacity=100, rgba=rgba(101, 97, 118, 1), rgb=rgb(101, 97, 118), hex=#656176, css=#656176};
}





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(26, 26, 26, 1.0);
	color: rgba(26, 26, 26, 1.0);
}

thead th,
thead td {
	background-color: rgba(26, 26, 26, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

tfoot td {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(26, 26, 26, 1.0);
}

table,
tbody + tbody {
	border-color: rgba(26, 26, 26, 1.0);
}









header.header .header-menu .navigation-primary>ul>li>a{
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(255, 255, 255, 0.0);
}

header.header .header-menu .navigation-primary>ul>li>a:hover{
	color: rgba(63, 57, 84, 1.0);
	background-color: rgba(255, 255, 255, 0.0);
}


header.header .header-menu .navigation-primary>ul>li>a:active{
	color: rgba(63, 57, 84, 1.0);
	background-color: rgba(255, 255, 255, 0.0);
}

header.header .header-menu .navigation-primary>ul ul{
	background-color: rgba(255, 255, 255, 1.0);
}

header.header .header-menu .navigation-primary>ul ul>li{
	background-color: rgba(255, 255, 255, 0.0);
}

header.header .header-menu .navigation-primary>ul ul>li>a{
	color: rgba(63, 57, 84, 1.0);
}

header.header .header-menu .navigation-primary>ul ul>li:hover{
	background-color: rgba(255, 255, 255, 0.0);
}

header.header .header-menu .navigation-primary>ul ul>li:hover>a{
	color: rgba(63, 57, 84, 1.0);
}

header.header .wrapper-light-speak a{
	color: rgba(63, 57, 84, 1.0);
	background-color: rgba(80, 253, 130, 1.0);
	border-color: rgba(94, 243, 135, 1.0);
}

header.header .wrapper-light-speak a:hover{
	color: rgba(63, 57, 84, 1.0);
	background-color: rgba(80, 253, 130, 1.0);
	border-color: rgba(80, 253, 130, 1.0);
}





footer.bg-dark {
	background-color: rgba(63, 57, 84, 1.0);
}

footer .footer-top h4{
	color: rgba(255, 255, 255, 1.0);
}

footer .footer-top form input{
	background: rgba(255, 255, 255, 0.0);
	color: rgba(255, 255, 255, 1.0);
}

footer .footer-top form .legal-consent-container{
	color: rgba(197, 196, 204, 1.0);
}

footer .footer-middle h6{
	color: rgba(140, 136, 152, 1.0);
}

footer .footer-middle ul li a{
	color: rgba(255, 255, 255, 1.0);
}

footer .footer-middle ul li a:hover{
	color: rgba(255, 255, 255, 1.0);
}

footer .footer-bottom .menu-footer-navigation ul li a{
	color: rgba(197, 196, 204, 1.0);
}

footer .footer-bottom .menu-footer-navigation ul li a:hover{
	color: rgba(197, 196, 204, 1.0);
}

.footer-bottom .menu-footer-navigation ul li{
	color: rgba(197, 196, 204, 1.0);
}


















.card__price {
	font-family: ;
	font-size: px;
	color: ;
	font-weight: 
}

.no-pad .dnd-section, .container, .content-wrapper--vertical-spacing {
padding: 0px 0px;
}

.no-pad .dnd-section .dnd-column {
    padding: 0 0px;
}

.no-pad.container, .no-pad.container-fluid, .no-pad .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.footer-bottom .menu-footer-navigation ul {
    display: inline-block;
    float: none;
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
  text-align:center;
  margin:auto;
}
.footer-bottom .copy{
    font-size: 14px;
    line-height: 20px;
    color: #C5C4CC;
      text-align: center;
}
.custom-footer-logo {
    text-align: center;
}
.bg-dark {
    background-color: #3F3954 !important;
}
.footer-logos {
    text-align: center;
    margin: 40px 0;
}
.footer-bottom img {
    height: auto;
    max-width: 120px;
    width: 100% !important;
}
.footer-bottom:first-child img {
    margin-right: 20px;
}
.terms {
    text-align: center;
    margin: 30px 0;
}
.has-no-banner .header-wrapper, .no-nav .header {
    position: fixed;
      z-index: 9999999;
}
.header.scrolled .logo-dark {display:block;}
.header.scrolled .logo-white {display:none;}
.logo-dark {display:none;}
.lp-header .header {
    background: transparent !important;
      background-color: transparent !important;
}

.has-no-banner .header-wrapper, .no-nav .header.scrolled {
    background: #fff !important;
}


.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}
.systems-page.upp-login{
    max-width: 767px;
    padding: 10rem 0 7rem 0;
    width: 100%;
    margin: 0 auto;
}
.systems-page.register{
    max-width: 767px;
    padding: 10rem 0 7rem 0;
    width: 100%;
    margin: 0 auto;
}
.systems-page.passwordreset{
    max-width: 767px;
    padding: 10rem 0 7rem 0;
    width: 100%;
    margin: 0 auto;
}
.systems-page .passwordreset{
    max-width: 767px;
    padding: 10rem 0 7rem 0;
    width: 100%;
    margin: 0 auto;
}

.systems-page .passwordrest{
    max-width: 767px;
    padding: 10rem 0 7rem 0;
    width: 100%;
    margin: 0 auto;
}
.upp-login.hs_cos_wrapper_type_member_login{padding:0;}

form#hs-membership-form .hs-login-widget-show-password {
    font-size: 12px;
  color:#3F3954 !important;
  order:2;
}
form#hs-membership-form .hs-input {
    direction: ltr;
    width: 100%;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid #3F3954;
    margin-bottom: 10px;
	background-color:transparent
}
form#hs-membership-form .hs-form-field input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #3F3954;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    margin: 0px;
}
.hs_cos_wrapper_type_password_reset_request{padding:0;}
.hs_cos_wrapper_type_member_login{padding:0;}
form#hs-membership-form .hs-form-field input[type="checkbox"]:checked {
    background-color: #3F3954;
    border-color: #3F3954;
}

form#hs-membership-form .hs-form-field input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
form#hs-membership-form .hs-button {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 12px 24px;
    color: #3F3954;
    background-color: #50FD82;
    text-decoration: none;
    -webkit-transition: color 0.2s, box-shadow 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s, box-shadow 0.2s ease-in-out 0s;
    -ms-transition: color 0.2s, box-shadow 0.2s ease-in-out 0s;
    -o-transition: color 0.2s, box-shadow 0.2s ease-in-out 0s;
    transition: color 0.2s, box-shadow 0.2s ease-in-out 0s;
    border: 1px solid #5EF387;
    border-radius: 100px;
}

#hs-button_sign_in_button{    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 12px 24px;
    color: #3F3954;
    background-color: #50FD82;
    text-decoration: none;
    -webkit-transition: color 0.2s, box-shadow 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s, box-shadow 0.2s ease-in-out 0s;
    -ms-transition: color 0.2s, box-shadow 0.2s ease-in-out 0s;
    -o-transition: color 0.2s, box-shadow 0.2s ease-in-out 0s;
    transition: color 0.2s, box-shadow 0.2s ease-in-out 0s;
    border: 1px solid #5EF387;
    border-radius: 100px;}
form#hs-membership-form.hs-login-widget-password{order:1;position:relative;text-decoration:none}
form#hs-membership-form a.hs-login-widget-password{text-decoration:none !important;}
form#hs-membership-form a.hs-login-widget-show-password {text-decoration:none !important; order:2
														}
form label {
    margin-bottom: 10px;
		color:rgba(101, 97, 118, 1.0);
}
.hs_cos_wrapper_type_member_register{padding:0;}
.hs_cos_wrapper_type_password_reset{padding:0;}
.hs-form-field {}
.hs_cos_wrapper_type_member_login .hs-form-field:nth-child(6) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

form#hs-membership-form .hs-form-field:nth-child(6) input[type="checkbox"] {
    margin-right: 10px;

}
form#hs-membership-form .hs-form-field:nth-child(5) {
    display: flex;
flex-direction:column
}
form#hs-membership-form .hs-form-field:nth-child(5) {
    display: flex;

	flex-direction:column
}
form#hs-membership-form .hs-form-field:nth-child(7) {
    display: flex;

	flex-direction:column
}

a.hs-register-widget-show-password {text-decoration:none !important; order:2;    font-size: 12px;
  color:#3F3954 !important;}
a.hs-reset-widget-show-password{text-decoration:none !important; order:2;    font-size: 12px;
  color:#3F3954 !important;}

/* Ensure that the error message labels are displayed */
 .form-input-validation-message .hs-error-msg {
    display: block;
    color: #e74c3c; /* You can customize this color */
    font-size: 14px; /* Adjust the font size as needed */
    margin-top: 5px; /* Optional: Add some spacing above the message */
}

/* Ensure that the entire validation message block is visible */
.form-input-validation-message {
    display: block;
}
.systems-page.passwordrest {
    margin: 0 auto;
      padding: 10rem 0 7rem 0;
}

.systems-page.upp-logout{    margin: 0 auto;
      padding: 10rem 0 7rem 0;}
#hs_cos_wrapper_membership_admin_content {
    margin-top: 30px;
    font-size: 12px;
}

.button {
    border-radius: 27.5px;
    display: inline-block;
    display: inline-flex;
    font-weight: 400 !important;
    margin-top: 25px;
    padding: 10px 40px;
    text-decoration: none;
}
.button.blue {
    background-color: #3F3954!important;;
    border: 2px solid #fff;
    color: #fff;
}

.featured-quote {
    border-radius: 20px;
    border: 1px solid #50FD82;
    background: #50FD82;
    padding: 80px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quote {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
}

.quote span {
    color: #3F3954;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
}

.quote-job {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.quote-person {
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.btn-primary-small{
color: rgba(63, 57, 84, 1.0);
    background-color: rgba(80, 253, 130, 1.0);
    border-color: rgba(94, 243, 135, 1.0);
  cursor: pointer !important;
  background-color: #50fd82;
    border: 1px solid #5ef387;
    border-radius: 100px;
    color: #3f3954;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 10px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .2s, box-shadow .2s ease-in-out 0s;
    -moz-transition: color .2s, box-shadow .2s ease-in-out 0s;
    -ms-transition: color .2s, box-shadow .2s ease-in-out 0s;
    -o-transition: color .2s, box-shadow .2s ease-in-out 0s;
    transition: color .2s, box-shadow .2s ease-in-out 0s;
}
.btn-secondary-small {
    cursor: pointer !important;
    background-color: #3F3954;
    border: 1px solid #3F3954;
    border-radius: 100px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 10px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .2s, box-shadow .2s ease-in-out 0s;
    -moz-transition: color .2s, box-shadow .2s ease-in-out 0s;
    -ms-transition: color .2s, box-shadow .2s ease-in-out 0s;
    -o-transition: color .2s, box-shadow .2s ease-in-out 0s;
    transition: color .2s, box-shadow .2s ease-in-out 0s;
}
.posts-related .resources-cards .row .col-md-4 article.card {
    background-color: #3F3954;
    border: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
  height:100%;
}
.posts-related .resources-cards .card .card-body h5 {
    color: #3f3954;
    font-family: AeonikPro-Regular, sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -.7px;
    line-height: 31px;
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
      margin-bottom: 30px;
}
.posts-related .resources-cards .card .card-body {
    flex: 1 1 auto;
    padding: 20px;
}

.posts-related .resources-cards .row .col-md-4 article:hover.card{
background-color:#50FD82;transition: all .3s ease;
}

article:hover.card .card-body h5{color:#3f3954 !important;transition: all .3s ease;}

article:hover.card .btn-primary-small{
  cursor: pointer !important;transition: all .3s ease;
  background-color: #3F3954;
    border: 1px solid #5ef387;
    border-radius: 100px;
    color: #5ef387;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 10px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .2s, box-shadow .2s ease-in-out 0s;
    -moz-transition: color .2s, box-shadow .2s ease-in-out 0s;
    -ms-transition: color .2s, box-shadow .2s ease-in-out 0s;
    -o-transition: color .2s, box-shadow .2s ease-in-out 0s;
    transition: color .2s, box-shadow .2s ease-in-out 0s;
}
.blog-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1045px;
    margin: 0 auto;
}
.latest-post .col-lg-4.m-auto .wrapper-text h3.upp-ai-awards {
    letter-spacing: -1.2px;
    margin-bottom: 24px;
    padding-right: 20px;
}
.blog-news-banner {
    padding: 250px 0 200px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-news-banner h1{
color: #FFF;
text-align: center;
font-size: 54px;
font-style: normal;
font-weight: 500;
line-height: 56px; /* 103.704% */
}
 .blog-news-banner:before {
   content:'';
    position: absolute;
    background:#3F3954;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0.5;
}
.blog-news-banner > * {  position: relative;}
.news-banner-meta {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}
.post-content .container .content-aside {
    max-width: 100%; 
    width: 100%;
}
.intro-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.back {
    display: flex;
    align-items: center;
    color: #656176;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.share {
    color: #656176;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: flex;
    align-items: center;
}
ul.list-inline {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 0;
}
li.list-inline-item {
    background: #3F3954;
    border-radius: 50px;
    padding: 8px;
      line-height: 1;
    width: 35px;
    height: 35px;
}
.content-aside h2 {
    color: #3F3954;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin: 60px 0 40px 0;
}

.stat-box {
    border-radius: 20px;
    background: #3F3954;
    padding: 40px;
}

.stat-box-content {
    display: flex;
    gap: 10px;
    align-items: center;
}

.stat-box-number {
    color: #50FD82;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px; /* 71.667% */
}

.stat-box-text {
  color: #FFF;}

.stat-boxes {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 60px;
}

.quote-box {
    border-radius: 20px;
    background: #3F3954;
    padding: 60px 20px;
      margin-bottom: 60px;
}

.quote-box-quote {

    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 60px;
}

.quote-box-quote span {
    color: #50FD82;
  }


.quote-box-name {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 110% */
}

.quote-box-job {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.featured-box {
    border-radius: 20px;
    border: 1px solid #3F3954;
    background: #FFF;
      overflow: hidden;
}

.featured-box-content {
  
}

.featured-box-quote {
    color: #3F3954;
  padding: 20px;
}

.featured-box-name {
    color: #3F3954;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
      padding: 0px 20px 20px 20px;
}
.featured-box-img {
    height: 200px;
    background-size: cover;
    margin-bottom: 30px;
}
.featured-box-content .btn-secondary-small {
    margin: 0 20px 40px 20px;
}

.main-quote-box {
    border-radius: 20px;
    background: #3F3954;
    padding: 60px 40px;
    margin: 60px 0;
}

.main-quote-box-quote {
   color: #FFF;


font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 43px; /* 119.444% */
}
    .post-content .container .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
        padding-left: 100px;
    }

.main-quote-box-quote span {
    color: #50FD82;
}

.main-quote-box-name {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 110% */
}

.main-quote-box-job {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.posts-related {
    padding: 100px 0;
  width:100%;
}

.posts-related h3 {
    color: #3F3954;
    text-align: center;

/* Heading 1 */
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px; /* 120.37% */
}

.posts-related h3 span {
    color: #50FD82;

}
section.pricing-cta {
    padding: 200px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    /* background: fixed; */
}

.pricing-cta h3 {
    color: #FFF;
    text-align: center;

/* Heading 1 */
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px; /* 120.37% */
    display: block;
      max-width: 850px;
    margin-bottom: 20px;
}

.pricing-cta h3 span {
    color: #50FD82;

/* Heading 1 */
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
}

section.pricing-cta:before {
   content:'';
    position: absolute;
    background:#3F3954;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0.5;
}

.pricing-cta > *{    position: relative;}
.recent-blogs-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
.col-lg-12.col-single {
    width: 100%;
}
.event-blog .post-content .container {
    padding: 120px 24px 0px;
}
.col-lg-6.order-lg-2.order-1 {
    flex: 0 0 auto;
    width: 50%;
    /* padding-left: 100px; */
}

.podcast .post-content .container .row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -12px;
    gap: 40px;
}
.podcast .intro-content-header {
    margin-bottom: 90px;
}
.post-content h2 {
    color: #3F3954;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 40px;
}
.custom-header-logo svg {
    max-width: 82px;
    height: auto;
}

header.header.scrolled {
    background: #fff;
}

header.header.scrolled svg path {
    fill: #3F3954;
}

.header.scrolled .header-menu .navigation-primary>ul>li>a{   color: #3F3954;}
.blog-index .posts-related .resources-cards .row {
    flex-wrap: wrap;
    row-gap: 20px;
}
.blog-index .posts-related {
    background: none;
    padding: 0;
}
.posts-related .resources-cards {
    padding-top: 0px;
}

a.blog-nav-item {
    display: inline-flex;
    padding: 15px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid var(--Primary, #3F3954);
    color: var(--Primary, #3F3954);

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
  transition: all .3s ease;
}

a.blog-nav-item.current {
    border-radius: 100px;
    border: 1px solid var(--Primary, #3F3954);
    background: var(--Primary, #3F3954);
    color: #fff;
}

a.blog-nav-item:hover {
    border-radius: 100px;
    border: 1px solid var(--Primary, #3F3954);
    background: var(--Primary, #3F3954);
    color: #fff;
}
section.posts-featured-latest {
    padding: 40px 12px 20px 12px;
    max-width: 1045px;
    margin: 0 auto;
}

.dnd-section, .container, .content-wrapper--vertical-spacing {
    padding: 0px 0px;
}

.post-content .container {
    padding: 120px 24px 80px;
    max-width: 1045px;
}

.post-content .container .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33%;
    }

.post-content .container .col-lg-8 {
        flex: 0 0 auto;
        width: 66.67%;
    }
.posts-related {
    padding: 100px 0;
    max-width: 1045px;
    margin: 0 auto;
    background: #fff;
}
section.blogs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
      padding: 80px 0 40px 0;
}
    .latest-post .col-lg-4.m-auto .wrapper-text h3.upp-ai-awards {
        font-size: 25px;
    }

span.latest {
    color: #50fd82;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.posts-related .resources-cards {
    padding-top: 0px;
    margin-bottom: 40px;
}
.blog-search {
    display: none;
    max-width: 1024px;
    margin: auto;
      margin-top: 80px;

}
.blog-search form {
    width: 100%;
    display: flex;
}
.blog-search form {

    position: relative;
}

.blog-search input[type="text"] {
    border-radius: 50px 0px 0px 50px;
border: 1px solid #50FD82;
background: #FFF;
    font-size: 16px;
    box-sizing: border-box;
  width:90%;
  padding: 30px 30px;
}

.blog-search button {
    padding: 10px 20px;
    /* background-color: #0073e6; */
    color: #3F3954;
    border: none;
    /* border-radius: 4px; */
    cursor: pointer;
    font-size: 16px;
    margin-left: 0px;
    border-radius: 0px 50px 50px 0px;
    background: #50FD82;
    width: 14%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-search button:hover {
    background-color:  #3F3954;
  color: #fff;
}

.blog-search input[type="text"]:focus {
    border-color: #0073e6;
    outline: none;
}

.blog-search button svg {
    width: 15px;
}
.post-content .col-lg-8.order-lg-2.order-1 {
    padding-left: 100px;
}

.side-bar-wrap {
    position: sticky;
    top: 110px;
}

.wrapper-text {
    padding: 0 20px;
}

.event-content {
    margin-bottom: 140px;
}

.posts-related .resources-cards .card .card-top img {
    height: 235px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
a.no-dec {
    text-decoration: none;
}

.header:hover {
    background: transparent;
}
.blog-pagination a {
    text-decoration: none;
    background-color: #3F3954;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 5px 11px;
    border-radius: 50px;
}
.blog-pagination {
    align-items: center;
    display: flex
;
    justify-content: center;
    text-align: center;
    gap: 10px;
}
.blog-pagination {
    align-items: center;
    display: flex
;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 80px;
}
.blog-pagination a.active {
    background: #50FD82;
}
.blog-pagination-left {
    padding: 0px;
}
.header {
    left: 0;
    position: fixed;
    right: 0;
    top: 87px;
    z-index: 1030;
}
.event-advert {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 55;
}

.event-advert {
	display: block !important;
}
 .event-advert .alert {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	margin-bottom: 0;
padding: 20px 0;
 }
 .event-advert .alert img {
 	height: 33px;
 }
 .event-advert .alert h4{
 	 	color: #ffffff !important;
 	 	font-size: 20px;
 	 	line-height: 1;
 	 	margin-bottom: 0;
 }
.bg-black {
    --bs-bg-opacity: 1;
    background-color: #000 !important;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 16 16 fill=%23000%3e%3cpath d=M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z/%3e%3c/svg%3e) center / 1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}

main {
    display: block;
    margin-top: 88px;
}
a.blog-nav-item.active {
    border-radius: 100px;
    border: 1px solid var(--Primary, #3F3954);
    background: var(--Primary, #3F3954);
    color: #fff;
}

.header .hamburger-inner,.header .hamburger-inner:after,.header .hamburger-inner:before {
    background-color: #fff;
    border-radius: 4px;
    height: 3px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 37px
}

.header .hamburger-inner {
    display: block;
    margin-top: -2px;
    top: 2px
}

.header .hamburger-inner:before {
    background: #fff;
    height: 3px;
    top: 10px;
    transition-duration: .15s;
    transition-property: transform,opacity;
    transition-timing-function: ease;
    width: 37px
}

.header .hamburger-inner:after {
    background: #fff;
    bottom: -10px;
    height: 3px;
    top: 20px;
    width: 37px
}
.header.scrolled .hamburger-inner,.header.scrolled .hamburger-inner:after,.header.scrolled .hamburger-inner:before {
    background-color: #3f3954;
    border-radius: 4px;
    height: 3px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 37px
}
.header.scrolled .hamburger-inner:before {
    background: #3f3954;
    height: 3px;
    top: 10px;
    transition-duration: .15s;
    transition-property: transform,opacity;
    transition-timing-function: ease;
    width: 37px
}

.header.scrolled .hamburger-inner:after {
    background: #3f3954;
    bottom: -10px;
    height: 3px;
    top: 20px;
    width: 37px
}

.scrolled .header .custom-header-logo {
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: 0px;
    padding-top: 0px;
    text-decoration: none;
    white-space: nowrap;
  transition: all 0.3s ease;
}
.scrolled .header .header-menu .navigation-primary>ul>li>a {
    padding: 7px 17px;
  transition: all 0.3s ease;
}

.header.scrolled .wrapper-light-speak a {
padding: 3px 24px;
transition: all 0.3s ease;
font-size: 12px;

}

.new-small-advert.scrolled h4 {
color: #ffffff !important;
font-size: 15px;
line-height: 1;
margin-bottom: 0;
transition: all 0.3s ease;
}

.scrolled.event-advert .alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 5px 0;
  transition: all 0.3s ease;
}

.new-small-advert.scrolled .btn-primary-small {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 10px;
  padding: 2px 24px;
transition: all 0.3s ease;
}
.header.scrolled {
    top: 39px;
  transition: all 0.3s ease;
}

header.scrolled .custom-header-logo {
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: 15px;
    padding-top: 15px;
    text-decoration: none;
    white-space: nowrap;
  transition: all 0.3s ease;
}

header.scrolled .header-menu .navigation-primary>ul>li>a {
transition: all 0.3s ease;
    padding: 7px 17px;

}

.header .wrapper-light-speak {
    display: flex
;
}

.header .wrapper-light-speak a.invert-btn {
    background-color: #fff;
    color: #3f3954;
    border: #fff;
}

.header.scrolled  .wrapper-light-speak a.invert-btn  {border: 1px solid #3f3954;}
@media only screen and (max-width: 1400px) {
.header .header-menu .navigation-primary>ul>li>a {
    color: #3f3954;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 37px 12px;
    position: relative;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
.header:hover, .open-menu .header, .sticky.header {
    background: unset;
}
      .header .header-menu .navigation-primary>ul>li>a {
        color: #3f3954;
        display: block;
        font-size: 28px;
        font-weight: 400;
        line-height: 36px;
        padding: 0;
        position: relative;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }
}
/*--------------------------------------------------------------
## iPad Pro
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

}
/*--------------------------------------------------------------
## iPhone
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .event-advert .alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 15px 0;
    flex-direction: column;
    gap: 20px;
}
  main {
    display: block;
    margin-top: 87px;
}
 
  .header {
    left: 0;
    position: fixed;
    right: 0;
    top: 118px;
    z-index: 1030;
}
  
.blog-nav-wrap {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0 10px;
}
      section.posts-featured-latest .container {
        padding: 0px;
    }
  .latest-post .col-lg-8.order-1 .wrapper-image img {
    border-radius: 16px;
    height: 100%;
    max-width: 537px;
    min-height: 350px;
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
}
  .posts-featured-latest .row-main .col-lg-4-5 {
    margin-top: 20px;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
}
  
  .posts-related .resources-cards .row [class*=col-] {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 10px;
}
  .blog-news-banner h1 {
    color: #FFF;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    padding: 0 10px;
}
  figure.wp-block-image.size-full img {
    max-width: 100%;
    height: auto;
}
  .pricing-cta h3 {
    color: #FFF;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    display: block;
    max-width: 850px;
    margin-bottom: 20px;
    padding: 0 20px;
}
  .pricing-cta h3 span {
    color: #50FD82;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
}
  .posts-related h3 {
    color: #3F3954;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
}
  .intro-content-header {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
  .header .header__navigation a.mobile-search {
        display: inline-block;
        font-size: 18px;
        display: none;
    }
  
  .post-content .container {
    padding: 70px 24px 80px;
    max-width: 1045px;
}
  .blog-news-banner {
    padding: 150px 0 100px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
}
  .post-content .container .col-lg-8 {
    flex: 0 0 auto;
    width: 100%;
    padding: 20px;
}
  .post-content .container .row {
    display: flex
;
    flex-wrap: wrap;
    margin: 0 -12px;
    flex-direction: column;
}
  .post-content .container .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
}
  .post-content .col-lg-8.order-lg-2.order-1 {
    padding-left: 0;
}
  .post-content .container .row {
    display: flex
;
    flex-wrap: wrap;
    margin: 0 -12px;
    flex-direction: column;
}
  .post-content .col-lg-8.order-lg-2.order-1 {
    padding-left: 0px;
}
.post-content .container .col-lg-8 {
    flex: 0 0 auto;
    width: 100%;
}
  .post-content .container .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
}
.wp-block-button__link{
    color: rgba(63, 57, 84, 1.0);
    background-color: rgba(80, 253, 130, 1.0);
    border-color: rgba(94, 243, 135, 1.0);
    cursor: pointer !important;
    background-color: #50fd82;
    border: 1px solid #5ef387;
    border-radius: 100px;
    color: #3f3954;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 10px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .2s, box-shadow .2s ease-in-out 0s;
    -moz-transition: color .2s, box-shadow .2s ease-in-out 0s;
    -ms-transition: color .2s, box-shadow .2s ease-in-out 0s;
    -o-transition: color .2s, box-shadow .2s ease-in-out 0s;
    transition: color .2s, box-shadow .2s ease-in-out 0s;
}

.wp-block-button__link a {    color: rgba(63, 57, 84, 1.0); text-decoration:none;}

header.header .header-menu .navigation-primary>ul>li>a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.0);
}

header.header.scrolled .header-menu .navigation-primary>ul>li>a:hover {
    color: rgba(63, 57, 84, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
}

blockquote {
    border-left: none;
    margin: 0 0 1.4rem;
    padding-left: 15px;
}

.event-advert .alert h4 {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
}
  .btn-primary-small {

    padding: 5px 24px;

}
  .header.scrolled {
    top: 72px;
    transition: all 0.3s ease;
}
}