













/* 1a. Containers */





/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */











ul, ol {
    margin: 0 0 1.6em 1.6em;
    padding: 0;
}

blockquote {
  background: #d5d5d5;
  border-left: 12px solid #000;
}

.post--vertical-style-card-thumb-aside .post__thumb {
   width: 320px;
  height: 180px;
}


.hs_cos_wrapper_type_rich_text img {
height: 100%;
 width: 100%;
}

.full-width img {
  width: 100%;
  height: auto;
}

.third-quarters-width img {
  width: 75%;
  height: auto;
}

.half-width img {
  width: 65%;
  height: auto;
}

.container--narrow {
  max-width: 1100px;
}

.single-1.atbs-block[class *='single-'] .atbs-single-header:not(:last-child) {
  margin-bottom: 20px;
}

h3 {
font-size: 20px;
  line-height; 24px;
  font-weight: 300;
  letter-spacing: -1;
}

.posts-navigation .post--horizontal .post__title {
 font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0;
}

.menu-header .hs-menu-wrapper>ul {
 justify-content: left; 
}


.menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:last-child {
background:#cc0000; 
}






.content-wrapper {
  max-width: 1400px;
}

.dnd-section > .row-fluid {
  max-width: 1400px;
}





html {
  font-size: 20px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Paragraphs */

p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: ;
}

a:hover,
a:focus {
  color: ;
}

a:active {
  color: ;
}

/* Headings */
.single-body.entry-content h1:not(.post-title ):not(.blog-list-header__title),
h1 {
  font-family: 'Saira Semi Condensed', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  font-size: 56px;
}
.single-body.entry-content h2, 
h2 {
  font-family: 'Saira Semi Condensed', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 38px;
}
.single-body.entry-content h3, 
h3 {
  font-family: 'Saira Semi Condensed', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 30px;
  line-height: 36px;
}
.single-body.entry-content h4, 
h4 {
  font-size: 24px;
  line-height: 34px;
}
.single-body.entry-content h5, 
h5 {
  font-family: 'Saira Semi Condensed', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
.single-body.entry-content h6, 
h6 {
  font-family: 'Saira Semi Condensed', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 14px;
}


/* Blockquote */

/* ==============================
   HubSpot Editorial Pull Quote
   Auto-applies to default editor
   ============================== */

/* Scope to blog/article content only */
.blog-post blockquote,
.hs-content blockquote,
.blog-content blockquote {
  --accent: #1f5bd8;   /* update to your exact brand blue */

  position: relative;
  margin: 2rem 0;
  padding: 1.5rem 1.75rem 1.4rem 1.75rem;

  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);

  overflow: hidden;
}

/* Left accent stripe */
.blog-post blockquote::before,
.hs-content blockquote::before,
.blog-content blockquote::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--accent) 90%, #fff),
    color-mix(in srgb, var(--accent) 65%, #000)
  );
}

/* Oversized subtle quotation mark */
.blog-post blockquote::after,
.hs-content blockquote::after,
.blog-content blockquote::after {
  content: "“";
  position: absolute;
  top: -28px;
  right: 18px;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 180px;
  line-height: 1;
  color: rgba(31, 91, 216, 0.07);

  pointer-events: none;
}

/* Quote text */
.blog-post blockquote p,
.hs-content blockquote p,
.blog-content blockquote p {
  margin: 0;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(1.1rem, 1.15vw + 0.9rem, 1.4rem);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #1f2933;
}

/* Attribution (if present) */
.blog-post blockquote cite,
.hs-content blockquote cite,
.blog-content blockquote cite {
  display: block;
  margin-top: 0.75rem;

  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 600;
  color: #6b7280;
}

.blog-post blockquote cite::before,
.hs-content blockquote cite::before,
.blog-content blockquote cite::before {
  content: "— ";
}

/* Mobile refinements */
@media (max-width: 640px) {
  .blog-post blockquote,
  .hs-content blockquote,
  .blog-content blockquote {
    padding: 1.25rem 1.25rem 1.15rem;
  }

  .blog-post blockquote::after,
  .hs-content blockquote::after,
  .blog-content blockquote::after {
    font-size: 140px;
    top: -18px;
  }
}






button,
.button {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border: px solid ;
  border-radius: px;
  color: ;
  padding: px px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(#null, 0.0);
  border-color: ;
  color: ;
}

button:active,
.button:active {
  background-color: rgba(#null, 0.0);
  border-color: ;
  color: ;
}





form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}

/* Form label */

form label {
  color: ;
}

/* Form help text */

form legend {
  color: ;
}

/* 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: ;
  color: ;
}

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: ;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: ;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: ;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border: px solid ;
  border-radius: px;
  color: ;
  padding: px px;
}

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

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





table {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: ;
}

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

.post__title .widget-4 { 
  font-family: Bakbak One !important;
  font-size: 22px;
    line-height: 26px;
    letter-spacing: -1px;
  margin-bottom: 5px;
  font-weight: 500;
}

.post__thumb4 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  
}
  

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-bottom-color: ;
  color: ;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}





.header {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.author-box {
max-width: none; !important
}

body .navigation-primary a,
.header__logo .logo-company-name {
  color: ;
  font-family: Lato, sans-serif;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #0057B2;
}




.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(#null, 1)

;
}



.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: ;
}





.blog-index,
.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 60px 0;
}

.blog-pagination,
.blog-comments {
  margin-bottom: px;
}

.blog-post__date {
  border-color: ;
}

.blog-post__tag-link {
  color: ;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: ;
}

.blog-post__tag-link:active {
  color: ;
}

.blog-pagination__link {
  color: ;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #0057B2;
}

#comments-listing .comment-reply-to {
  color: ;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: ;
}

#comments-listing .comment-reply-to:active {
  color: ;
}











.card__price {
  font-family: 'Saira Semi Condensed', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: ;
  font-size: 30px;
}