







/* 1a. Containers */





/* 1b. Colors */












/* 1c. Typography */

















































/* 1d. Buttons */

/* 1. Primary Button */












/* 2. Secondary Button */












/* 3. Tertiary Button */













/* 1e. Forms */


















/* 1f. Tables */











/* 1g. Site header  -- remove */ 





/* 1h. Site footer -- remove */








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

.page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
  max-width: 1250px;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
    width: 100%;
    padding: 0px 90px;
  }
}
@media only screen and (min-width: 690px) and (max-width: 999px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
    max-width: 600px;
  }
}
@media only screen and (max-width: 690px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
    max-width: 320px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 690px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
    max-width: 420px;
  }
}
@media only screen and (max-width: 321px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
    max-width: 300px;
  }
}





html {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 1.02rem;
  line-height: 1.55
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 1.02rem;
  line-height: 1.55
}

button, input{
  font-family: Sora;
}
/* Paragraphs */

.bold, strong, b {
  font-weight: bold;
}

/* Paragraphs */

p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 1.02rem;
  line-height: 1.55
}

/* Anchors */

a {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #524fef;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #333333;
  text-decoration: underline;
}

a:active {
  color: #333333;
}

/* Headings */

h1,
.h1 {
  font-family: Sora, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #333333;
  font-size: 44px;
  text-transform: none;
  line-height: 1.27;
}

h2,
.h2 {
  font-weight: 600; text-decoration: none; font-family: Sora, sans-serif; font-style: normal;
  color: #333333;
  font-size: 2.25rem;
  text-transform: none;
  line-height: 1.25;
}

h3,
.h3 {
  font-weight: 600; text-decoration: none; font-family: Sora, sans-serif; font-style: normal;
  color: #333333;
  font-size: 1.25rem;
  text-transform: none;
  line-height: 1.5;
}

h4,
.h4 {
  font-weight: 600; text-decoration: none; font-family: Sora, sans-serif; font-style: normal;
  color: #333333;
  font-size: 1rem;
  text-transform: none;
  line-height: 1.5;
}

h5,
.h5 {
  font-weight: 600; text-decoration: none; font-family: Sora, sans-serif; font-style: normal;
  color: #333333;
  font-size: 0.83rem;
  text-transform: none;
  line-height: 1.4;
}

h6,
.h6 {
  font-weight: 600; text-decoration: none; font-family: Sora, sans-serif; font-style: normal;
  color: #333333;
  font-size: 0.83rem;
  text-transform: none;
  line-height: 1.4;
}


/* Mobile Styles from Theme Settings */
@media only screen and (max-width: 768px)  {
  h1 {
    font-size: 2.8rem;
    line-height: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
  h3 {
    font-size: 1.43rem;
    line-height: 1.5rem;
  }
  h4 {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  h5 {
    font-size: 0.83rem;
    line-height: 1.4rem;
  }
  h6 {
    font-size: 0.67rem;
    line-height: 1.4rem;
  }
}

.tx-white {
  color: #FFFFFF;
}


/* Blockquote */

blockquote {
  border-left-color: #B7FF5B;
}





.widget-type-form{
  background-color: 

  
  
    
  


  rgba(82, 79, 239, 1.0)

;
  border-radius: 10px
}


form,
.submitted-message {
  background-color: rgba(#null, 0.0);
}

/* Form title */

.form-title, .form-wrapper .form-title {
  background-color: ;
  color: #FFFFFF;
}

/* Form label */

form label, .form-wrapper form label{
  color: #078296;
}

/* Form help text */

form legend, .form-wrapper form legend {
  color: #757575;
}

/* Form inputs */

form input:not(.hs-button),
form select,
form textarea,
.hs-input,
.hs-search-field__input,
form input[type="password"] {
  border: 0px solid #CAD5DE;
  color: #3f3f3f;
  background: -webkit-linear-gradient(top, 0%,#34%, 100%);
  background: -o-linear-gradient(top, 0%, 34%, 100%);
  background: -ms-linear-gradient(top, 0%, 34%, 100%);
  background: linear-gradient(to bottom, 0%, 34%, 100%);
  background-color: #f6f5f0;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus,
form input[type="password"]:focus {
  border-color: #FFFFFF;
}
form .inputs-list{
  list-style: none;
}
/* Form placeholder text */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: ;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #3094ED;
}

.fn-date-picker td .pika-button:hover {
  background-color: #3094ED !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #3094ED;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button {
  background-color: rgba(183, 255, 91, 1.0);
  border: 0px solid #078296;
  border-radius: 24px;
  color: #524fef;
  padding: 8px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.button:hover,
.button:focus {
  background-color: rgba(82, 79, 239, 1.0);
  color: #a5fcec;
  border: 0px solid #078296;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(#null, 0.0);
  border-color: ;
  color: #524fef;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000000;
}

th,
td {
  border-color: #000000;
  color: #000000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: #000000;
  color: #FFFFFF;
}

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


.container-wt{
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1145px;
  padding-left: 0px;
  padding-right: 0px;
}

.container-wt{
  padding-bottom: 40px;
}






.card__price {
  font-family: {font=Sora, font_set=GOOGLE, styles={font-weight=600, text-decoration=none, font-family=Sora, sans-serif, font-style=normal}, size=1.25, size_unit=rem, color=#333333, variant=600, fallback=sans-serif, style=font-weight: 600; text-decoration: none; font-family: Sora, sans-serif; font-style: normal, css=color: #333333;font-size: 1.25rem;font-weight: 600; font-family: Sora, sans-serif;};
  font-size: px;
  color: ;
  font-weight: 
}


.wt-hero{
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
  position: relative;
  margin-bottom: -160px;
  background-color: #3094ED;
}

.wt-hero .wt-hero-outer{
  padding-top: 60px;
  padding-bottom: 60px;

}

@media(min-width: 992px){
  .wt-hero{
    margin-bottom: -320px;
  }
  .wt-hero .wt-hero-outer{
    padding-bottom: 220px;
  }
}

.wt-hero .wt-hero-outer .wt-hero-bottom{
  min-height: 320px;
  padding: 60px 0;
}

.press-release-subtitle {
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  text-align: center;
}

.press-release-subtitle span {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.hs-search-results__pagination > a {
  color: #3094ED;
}
.social li a svg {
  fill: #A5FCEC
}
.stats .stats-container .stats--item h2 {
  color: #524FEF;
}
.ct-category {
  background-color: ;
  border-top: 1px solid #524FEF !important;
  border-bottom: 1px solid #524FEF !important;
}
table.comparison-table {
  border: 1px solid #524FEF;
}

/* Styles for Table 27356982 (Press - List Layout) */

.press-release-item {
  border-bottom: 2px solid #d8d8d8;
  padding: 30px; 
  display: flex;
  flex-direction: column;
  transition: all 400ms ease-in-out;
}

.press-release-item:hover {
  background-color: #f6f5f0;
}

.press-release-item a {
  color: #524fef;
  font-size:1.25rem;
  line-height:28px;
  display: block;
  font-weight:600;
  text-decoration: none;
}

.press-release-item span {
  font-size: .9375rem;
  display: block;
  margin-bottom: 10px;
}


.widget-type-form .submitted-message,
.widget-type-form .submitted-message p{
  color: #FFFFFF
}

.items-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: stretch;
}


.item-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 calc(var(--card-width, 100%) - 20px);
  max-width: calc(var(--card-width, 100%) - 20px);
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: auto;
  align-self: stretch;
}

.item-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.item-card a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-decoration: none;
  color: inherit;
}

.item-image img {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin: 0;
  overflow: hidden;
}

.item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.item-copy {
  flex-grow: 1;
  padding: 16px;
}

@media (max-width: 768px) {
  .items-container {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }

  .item-card {
    margin-bottom: 20px;
  }
}