











/* 1a. Containers */




/* 1b. Colors */

















/* 1c. Typography */















/* 1d. Buttons */





/* 1e. Forms */





/* 1f. Tables */











/* 1g. Site header */






/* 1h. Site footer */














body {
  font-weight: normal; text-decoration: none; line-height: 1.5; font-family: Axiforma Book; font-style: normal;
  color: #000000;
}

/* Paragraphs */

p {
  ;
}

/* Anchors */

a:not([class]) {
  color: #482DEB;
}

a:not([class]):hover,
a:not([class]):focus {
  color: #2005c3;
}

a:active {
  
}

/* Headings */

h1 {
  font-weight: 500; text-decoration: none; line-height: 1; font-family: Axiforma Book; font-style: normal;
  color: #000000;
}

h2 {
  font-weight: 500; text-decoration: none; line-height: 1; font-family: Axiforma Book; font-style: normal;
  color: #000000;
}

h3 {
  font-weight: 500; text-decoration: none; line-height: 1.5; font-family: Axiforma Book; font-style: normal;
  color: #000000;
}

h4 {
  font-weight: 500; text-decoration: none; font-family: Axiforma Book; font-style: normal;
  color: #000000;
}

h5 {
  font-weight: 500; text-decoration: none; font-family: Axiforma Book; font-style: normal;
  color: #000000;
}

h6 {
  font-weight: 500; text-decoration: none; font-family: Axiforma Book; font-style: normal;
  color: #000000;
}

/* Blockquote */

blockquote {
  border-left-color: #9181F3;
}







button,
.button,
.hs-button,
input[type=submit] {
  font-weight: 500; text-decoration: none; font-family: Axiforma Book; font-style: normal;
  background-color: #482DEB;
  color: #FFFFFF;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: rgba(112, 85, 255, 1);
  color: #FFFFFF;
}

button:active,
.button:active,
.hs-button:active,
input[type=submit]:active {
  background-color: rgba(32, 5, 195, 1);
  color: #FFFFFF;
}

.button--outline {
  color: black;
  background-color: transparent;
}
.button--outline:hover,
.button--outline:focus {
  color: white;
  background-color: black;
}
.button--outline:active {
  color: white;
  background-color: rgba(0,0,0,0.5);
}



.button--secondary {
  background-color: #9181F3;
}
.button--outline.button--secondary {
  background-color: transparent;
  color: #9181F3;
  border-color: #9181F3;
}
.button--outline.button--secondary:hover,
.button--outline.button--secondary:focus {
  background-color: #9181F3;
  
    color: white;
  
}
.button--outline.button--secondary:active {
  background-color: rgba(145, 129, 243, 0.5);
  
    color: white;
  
}

.button--midtone {
  background-color: #556680;
}
.button--outline.button--midtone {
  background-color: transparent;
  color: #556680;
  border-color: #556680;
}
.button--outline.button--midtone:hover,
.button--outline.button--midtone:focus {
  background-color: #556680;
  
    color: black;
  
}
.button--outline.button--midtone:active {
  background-color: rgba(85, 102, 128, 0.5);
  
    color: black;
  
}

.button--white {
  background-color: #FFFFFF;
}
.button--outline.button--white {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.button--outline.button--white:hover,
.button--outline.button--white:focus {
  background-color: #FFFFFF;
  
    color: black;
  
}
.button--outline.button--white:active {
  background-color: rgba(255, 255, 255, 0.5);
  
    color: black;
  
}

.button--success {
  background-color: #482DEB;
}
.button--outline.button--success {
  background-color: transparent;
  color: #482DEB;
  border-color: #482DEB;
}
.button--outline.button--success:hover,
.button--outline.button--success:focus {
  background-color: #482DEB;
  
    color: white;
  
}
.button--outline.button--success:active {
  background-color: rgba(72, 45, 235, 0.5);
  
    color: white;
  
}

.button--midtone_light {
  background-color: #D1CCDA;
}
.button--outline.button--midtone_light {
  background-color: transparent;
  color: #D1CCDA;
  border-color: #D1CCDA;
}
.button--outline.button--midtone_light:hover,
.button--outline.button--midtone_light:focus {
  background-color: #D1CCDA;
  
    color: black;
  
}
.button--outline.button--midtone_light:active {
  background-color: rgba(209, 204, 218, 0.5);
  
    color: black;
  
}

.button--tertiary {
  background-color: #50C8FC;
}
.button--outline.button--tertiary {
  background-color: transparent;
  color: #50C8FC;
  border-color: #50C8FC;
}
.button--outline.button--tertiary:hover,
.button--outline.button--tertiary:focus {
  background-color: #50C8FC;
  
    color: white;
  
}
.button--outline.button--tertiary:active {
  background-color: rgba(80, 200, 252, 0.5);
  
    color: white;
  
}

.button--black {
  background-color: #000000;
}
.button--outline.button--black {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}
.button--outline.button--black:hover,
.button--outline.button--black:focus {
  background-color: #000000;
  
    color: white;
  
}
.button--outline.button--black:active {
  background-color: rgba(0, 0, 0, 0.5);
  
    color: white;
  
}

.button--warning {
  background-color: #efb043;
}
.button--outline.button--warning {
  background-color: transparent;
  color: #efb043;
  border-color: #efb043;
}
.button--outline.button--warning:hover,
.button--outline.button--warning:focus {
  background-color: #efb043;
  
    color: white;
  
}
.button--outline.button--warning:active {
  background-color: rgba(239, 176, 67, 0.5);
  
    color: white;
  
}

.button--error {
  background-color: #482DEB;
}
.button--outline.button--error {
  background-color: transparent;
  color: #482DEB;
  border-color: #482DEB;
}
.button--outline.button--error:hover,
.button--outline.button--error:focus {
  background-color: #482DEB;
  
    color: white;
  
}
.button--outline.button--error:active {
  background-color: rgba(72, 45, 235, 0.5);
  
    color: white;
  
}

.button--midtone_dark {
  background-color: #1A0044;
}
.button--outline.button--midtone_dark {
  background-color: transparent;
  color: #1A0044;
  border-color: #1A0044;
}
.button--outline.button--midtone_dark:hover,
.button--outline.button--midtone_dark:focus {
  background-color: #1A0044;
  
    color: white;
  
}
.button--outline.button--midtone_dark:active {
  background-color: rgba(26, 0, 68, 0.5);
  
    color: white;
  
}

.button--primary {
  background-color: #482DEB;
}
.button--outline.button--primary {
  background-color: transparent;
  color: #482DEB;
  border-color: #482DEB;
}
.button--outline.button--primary:hover,
.button--outline.button--primary:focus {
  background-color: #482DEB;
  
    color: white;
  
}
.button--outline.button--primary:active {
  background-color: rgba(72, 45, 235, 0.5);
  
    color: white;
  
}

.button--info {
  background-color: #50C8FC;
}
.button--outline.button--info {
  background-color: transparent;
  color: #50C8FC;
  border-color: #50C8FC;
}
.button--outline.button--info:hover,
.button--outline.button--info:focus {
  background-color: #50C8FC;
  
    color: white;
  
}
.button--outline.button--info:active {
  background-color: rgba(80, 200, 252, 0.5);
  
    color: white;
  
}






form,
.submitted-message {
  font-weight: normal; text-decoration: none; line-height: 1.5; font-family: Axiforma Book; font-style: normal
}

.hs-input.invalid.error {
  border-color: #482DEB;
}

.hs-error-msg {
  color: #482DEB;
}

.styled-form.styled-form--dark input[type=text],
.styled-form.styled-form--dark input[type=email],
.styled-form.styled-form--dark input[type=password],
.styled-form.styled-form--dark input[type=tel],
.styled-form.styled-form--dark input[type=number],
.styled-form.styled-form--dark input[type=file],
.styled-form.styled-form--dark select,
.styled-form.styled-form--dark textarea {
  font-family: Axiforma Book; font-style: normal; font-weight: normal; text-decoration: none
}

/* Form title */

h3.form-title {
  
}

/* Form label */

.field > label {
  font-weight: 500; text-decoration: none; font-family: Axiforma Book; font-style: normal
}

/* Form help text */

form legend {
  font-weight: normal; text-decoration: none; line-height: 1.5; font-family: Axiforma Book; font-style: normal
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
font-family: Axiforma Book; font-style: normal; font-weight: normal; text-decoration: none
  background-color: #D1CCDA;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  
}

.hs-form-required {
  
}

/* Form placeholder text */

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

/* Date picker */

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

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

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






table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: ;
}

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(72, 45, 235, 1.0)

;
  border-bottom-color: ;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(26, 0, 68, 1.0)

;
  color: #FFFFFF;
}

tbody + tbody {
  border-top-color: ;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}
.header.scrolled {
  background-color: ;
}

body .navigation-menu a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-weight: 500; text-decoration: none; line-height: 1; font-family: Axiforma Book; font-style: normal;
  font-size: 16px;
  color: #000000
}

body .navigation-menu a:hover,
body .navigation-menu 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: 

  
  
    
  


  rgba(72, 45, 235, 1)

;
}

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

  
  
    
  


  rgba(72, 45, 235, 1)

;
}

body .navigation-menu .submenu.level-1 > li > a.active-item:after {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  
}

body .submenu.level-2 > li:first-child:before {
  
}

body .header__language-switcher .lang_list_class:before {
  
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

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

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

  
  
    
  


  rgba(72, 45, 235, 1)

;
}

@media(max-width: 768px) {
  body .navigation-menu a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    font-size: 30;
  }

  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  }

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

  
  
    
  


  rgba(72, 45, 235, 1)

;
  }
}






.footer {
  background-color: 

  
  
    
  


  rgba(26, 0, 68, 1.0)

;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #FFFFFF;
}





.blog-post__date {
  border-color: #000000;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #000000;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #282828;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #482DEB;
}

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  font-weight: 500; text-decoration: none; line-height: 1; font-family: Axiforma Book; font-style: normal;
  color: #000000;
  font-size: 46px;
}

.blog-post__author {
  background-color: #9181F3;
}

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

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

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











body .icon svg {
  fill: #482DEB;
}

body .tns-nav button.tns-nav-active {
  background-color: #482DEB;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #482DEB;
}

body .team-member__description {
  background-color: #9181F3;
}

body .text-carousel__dots .slick-active button::after {
  background-color: #482DEB;
}

.hs-video-placeholder::after,
.oembed_custom-thumbnail_icon::after {
	content: url(
	
		
			//25731646.fs1.hubspotusercontent-eu1.net/hubfs/25731646/raw_assets/public/Codat%20Test%20Theme%202022/images/btn-play.svg
		
	
);
}