






/* 1a. Containers */



/* 1b. Colors */








/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */









/* Thin (100) */
@font-face {
  font-family: 'Criteria CF';
  src: url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-thin.woff2') format('woff2'),
    url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

/* Extra Light (200) */
@font-face {
  font-family: 'Criteria CF';
  src: url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-extra-light.woff2') format('woff2'),
    url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-extra-light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

/* Light (300) */
@font-face {
  font-family: 'Criteria CF';
  src: url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-light.woff2') format('woff2'),
    url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* Regular (400) */
@font-face {
  font-family: 'Criteria CF';
  src: url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-regular.woff2') format('woff2'),
    url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Medium (500) */
@font-face {
  font-family: 'Criteria CF';
  src: url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-medium.woff2') format('woff2'),
    url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* Bold (700) */
@font-face {
  font-family: 'Criteria CF';
  src: url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-bold.woff2') format('woff2'),
    url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* Extra Bold (800) */
@font-face {
  font-family: 'Criteria CF';
  src: url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-extra-bold.woff2') format('woff2'),
    url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/fonts/Criteria%20CF/criteria-cf-extra-bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}




:root {  
  /* COLORS: Color */  
  --color-primary:#1040d1;
  --color-secondary:#ffeb0b;
  --color-tertiary:#F9EDE8;
  --color-accent-primary:#2f3033;
  --color-accent-secondary:#089988;
  --color-accent-tertiary:#ffffff;

  /* FONTS: Font Size */
  --font-size-extra-xs: clamp(12px, 0vw + 11px, 14px);
  --font-size-xxxs: clamp(14px, 0vw + 12px, 16px);
  --font-size-xxs: clamp(16px, 0vw + 14px, 16px);
  --font-size-xs: clamp(18px, 0vw + 16px, 18px);
  --font-size-sm: clamp(20px, 0vw + 16px, 20px);
  --font-size-md: clamp(24px, 0vw + 22px, 28px);
  --font-size-lg: clamp(28px, 0vw + 22px, 30px);
  --font-size-xl: clamp(30px, 0vw + 26px, 32px);
  --font-size-light-xl: clamp(32px, 1vw + 26px, 32px);
  --font-size-xxl: clamp(34px, 2vw + 30px, 34px);
  --font-size-xxxl: clamp(40px, 2vw + 30px, 42px);
  --font-size-extra-xl: clamp(44px, 2vw + 30px, 48px);
  --font-size-extra-xxl: clamp(54px, 2vw + 32px, 60px);
  --font-size-extra-xxxl: clamp(60px, 2vw + 38px, 70px);  

  /* FONTS: Font Weight */
  --font-weight-thin: 100;
  --font-weight-extra-light: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;  
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;  
  --font-weight-bold: 700;  
  --font-weight-extra-bold: 800;  
  --font-weight-black: 900;  

  /* FONTS: Line-Height */
  --line-height-xs:100%;  
  --line-height-sm:115%;
  --line-height-md:130%;
  --line-height-lg: 150%;
  --line-height-xl: 160%;
  --line-height-xxl: 170%;

  /* ANIMATIONS */
  --transition-ease-sm: 300ms;
  --transition-ease-md: 400ms;  

  /* LAYOUTS: Spacing */
  --site-space-xs: 4px;
  --site-space-xxs: 8px;
  --site-space-xxxs: 12px;
  --site-space-md: 16px;
  --site-space-lg: 20px;
  --site-space-xl: 32px;
  --site-space-xxl: 40px;
  --site-space-xxxl: 50px;
  --site-space-extra-xl: 64px;
  --site-space-extra-xxl: 80px;
  --site-space-extra-xxxl; 100px;  

}




.content-wrapper {
  max-width: 1300px;
  margin:0 auto;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

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





html {
  font-size: 16px;
}

body {
  background:var(--color-tertiary);
  font-weight: 400; font-family: 'Criteria CF';
  color: #2f3033;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

/* Paragraphs */

p {
  font-weight: 400; font-family: 'Criteria CF';
  line-height: 170%;
  font-weight:300;
}

/* Anchors */

a {
  font-weight: 400; font-family: 'Criteria CF';
  color: #ffeb0b;
}

a:hover,
a:focus {
  font-weight: 400; font-family: 'Criteria CF';
  color: #d7c300;
}

a:active {
  font-weight: 400; font-family: 'Criteria CF';
  color: #ffff33;
}

/* Headings */

h1,
.h1 {
  font-weight: 500; font-family: 'Criteria CF';
  color: #2f3033;
  font-size: 34px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 500; font-family: 'Criteria CF';
  color: #2f3033;
  font-size: 28px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; font-family: 'Criteria CF';
  color: #2f3033;
  font-size: 24px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 700; font-family: 'Criteria CF';
  color: #2f3033;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 700; font-family: 'Criteria CF';
  color: #2f3033;
  font-size: 24px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 700; font-family: 'Criteria CF';
  color: #2f3033;
  font-size: 20px;
  text-transform: none;
}

@media (min-width:768px){

  h1,
  .h1 {
    font-size: 44px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }  
  h4,
  .h4 {
    font-size: 24px;
  }    

}

@media (min-width:1025px){

  h1,
  .h1 {
    font-size: 54px;
  }
  h2,
  .h2 {
    font-size: 44px;
  }

  h3,
  .h3 {
    font-size: 34px;
  }  

  h4,
  .h4 {
    font-size: 28px;
  }  

}



/* Blockquote */

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





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button, .cta-button a {
  border: 2px solid #ffeb0b;

  padding-top: 12px;
padding-right: 16px;
padding-bottom: 12px;
padding-left: 16px;

  font-weight: 400; font-family: 'Criteria CF';
  background-color: 

  
  
    
  


  rgba(255, 235, 11, 1.0)

;
  border-radius: 0px;
  color: #1040d1;
  font-size: 16px;
  text-transform: none;
  border-width: 2px;
  text-decoration: none;
  transition:var(--transition-ease-md);
  display: inline-block;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 2px solid #ffeb0b;
;
  color: 

  
  
    
  


  rgba(255, 235, 11, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 235, 11, 0.0)

;
  border-radius: 0px;

}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-weight: 400; font-family: 'Criteria CF';
  background-color: rgba(255, 255, 51, 1.0);
  border-color: #ffff33;
}

.cta-button__primary a {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-tertiary);
}
.cta-button__secondary a {
  border-color: var(--color-secondary);
  background: var(--color-secondary);
  color: var(--color-primary);
}
.cta-button__tertiary a {
  border-color: var(--color-tertiary);
  background: var(--color-tertiary);
  color: var(--color-primary);
}
.cta-button__accent_primary a {
  border-color: var(--color-accent-primary);
  background: var(--color-accent-primary);
  color: var(--color-tertiary);
}
.cta-button__primary a:hover, .cta-button__secondary a:hover, .cta-button__tertiary a:hover, .cta-button__accent_primary a:hover {
  background: transparent;
}
.cta-button__primary.cta-button__light_background a:hover {
  color: var(--color-primary);
}
.cta-button__secondary a:hover {
  color: var(--color-secondary);
}
.cta-button__tertiary a:hover{
  color: var(--color-tertiary);
}
.cta-button__accent_primary a:hover{
  color: var(--color-accent_primary);
}
.cta-button__inline a {
  padding: 0;
  color: var(--color-secondary);
  background: transparent;
  border: none;
  position: relative;
  z-index: 1;
}
.cta-button__inline a:after {
  content: '';
  background: var(--color-secondary);
  width: 100%;
  height: 2px;
  display: block;
  margin: 1px 0 0 0;
}
.cta-button__inline a:before {
  content: '';
  width: 50px;
  height: 20px;
  background: url('https://46150702.fs1.hubspotusercontent-na1.net/hubfs/46150702/Icon/right-arrow.svg');
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  right: -40px;
  background-size: 26px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
  transition:var(--transition-ease-md);
}
.cta-button__inline a:hover {
  padding-right: 55px;
}
.cta-button__inline a:hover:before {
  right: 0;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}






form,
.submitted-message, .standard-form__wrap {
  font-weight: 400; font-family: 'Criteria CF';
  border: 1px none #1040d1;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(16, 64, 209, 1.0)

;
  padding: 30px;
;
}

/* Form title */

.form-title {
  border: 1px none #1040d1;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-weight: 700; font-family: 'Criteria CF';
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 34px;
  color: #F9EDE8;
  background-color: 

  
  
    
  


  rgba(16, 64, 209, 1.0)

;
}


/* Labels */

form label {
  color: #F9EDE8;
}

/* Help text */

form legend {
  color: #2f3033;
}

/* Inputs */

form input[type=text],
form input[type=search],
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: 0px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2f3033;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #2f3033;
}

::-moz-placeholder {
  color: #2f3033;
}

:-ms-input-placeholder {
  color: #2f3033;
}

::placeholder {
  color: #2f3033;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #2f3033;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #1040d1;
;
  padding-top: 12px;
padding-right: 16px;
padding-bottom: 12px;
padding-left: 16px;
;
  font-weight: 400; font-family: 'Criteria CF';
  color: #1040d1;
  font-size: 16px;
  background-color: 

  
  
    
  


  rgba(255, 235, 11, 1.0)

;
  border-radius: 0px;
  text-transform: none;
}

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

  
  
    
  


  rgba(249, 237, 232, 0.0)

;
  color: #ffeb0b;
  border: 1px solid #ffeb0b;
;
}

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





/* Table */

table {
  border: 1px solid #2f3033;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #2f3033;

  padding: 18px;

  color: #2f3033;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(16, 64, 209, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2f3033;
}





.header {
  background-color: 

  
  
    
  


  rgba(47, 48, 51, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #F9EDE8;
  font-family: Criteria CF;
}

.menu__child-toggle-icon {
  border-top-color: #F9EDE8;
}

.menu .menu__link:hover,
.menu .menu__link: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: #d1c5c0;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #d1c5c0;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

.menu__child-toggle-icon:active {
  border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #F9EDE8;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #1040d1;

    background-color: 

  
  
    
  


  rgba(47, 48, 51, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #1040d1;

    background-color: 

  
  
    
  


  rgba(47, 48, 51, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #F9EDE8;
  background-color: 

  
  
    
  


  rgba(47, 48, 51, 1.0)

;
}

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

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(47, 48, 51, 1.0)

;
}

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

  
  
    
  


  rgba(47, 48, 51, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Criteria CF;
}

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

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

  
  
    
  


  rgba(47, 48, 51, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(47, 48, 51, 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: #F9EDE8;
}





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

/* Blog post */

.blog-post__meta a {
  color: #2f3033;
}

.blog-post__tag-link {
  color: #2f3033;
}

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

.blog-post__tag-link:active {
  color: #57585b;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 500; font-family: 'Criteria CF';
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #2f3033;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #07080b;
}

.blog-related-posts__title-link:active {
  color: #57585b;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

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

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

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





.hs-search-results__title {
  font-weight: 500; font-family: 'Criteria CF';
  color: #2f3033;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 500; font-family: 'Criteria CF';
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #2f3033;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #07080b;
}

.hs-blog-post-listing__post-title-link:active {
  color: #57585b;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #2f3033;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #2f3033;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #07080b;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #57585b;
}

.hs-pagination__link-icon svg {
  fill: #2f3033;
}

/* Pricing card */

.card__price {
  font-weight: 700; font-family: 'Criteria CF';
  color: #2f3033;
  font-size: 34px;
}

.card__body svg {
  fill: #1040d1;
}

/* Social follow */

.social-links__icon {
  background-color: #1040d1;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #0018a9;
}

.social-links__icon:active {
  background-color: #3868f9;
  font-weight: 700; font-family: 'Criteria CF';
  color: #2f3033;
  font-size: 34px;
}

/* global text white */
.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5,
.text-white h6, .text-white p, .text-white li, .text-white a{
  color:var(--color-tertiary);

}
/* end global text white */

/* global alignment */
.alignment__LEFT {
  display: flex;
  justify-content: flex-start;
}
.alignment__CENTER {
  display: flex;
  justify-content: center;
}
.alignment__RIGHT {
  display: flex;
  justify-content: flex-end;
}
.text-alignment__left{
  text-align:left;
}
.text-alignment__center{
  text-align:center;
}
.text-alignment__right{
  text-align:right;
}
/* end global alignment */


@media (min-width:768px){
  .p-font__small p{
    font-size: var(--font-size-xxxs);
  }
  .p-font__large p{
    font-size: var(--font-size-xs);
  }
  .p-font__extra_large p{
    font-size: var(--font-size-sm);
  }  
}


