







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

 













/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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





* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 24px;
}

body {
  font-family: "Libre Franklin",sans-serif;
  font-display: swap;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  color: #333;
}

/* Paragraphs */

p {
  font-family: 'Libre Franklin', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-align:unset;
  font-family: "Libre Franklin",sans-serif;
  font-display: swap;
  font-size:18px;
}

/* Anchors */
/*
a {
  color: #ff0072;
}

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

a:active {
  color: #ff289a;
}
*/
/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #333;
  font-size: 50px;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #333;
  font-size: 38px;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #333;
  font-size: 30px;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #333;
  font-size: 24px;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #333;
  font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Akzidenz Grotesk Extra B", sans-serif;
}
/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 0, 114, 1.0)

;
  border: 1px solid #ff0072;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(215, 0, 74, 1.0);
  border-color: #d7004a;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(255, 40, 154, 1.0);
  border-color: #ff289a;
  color: #FFFFFF;
}





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

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  color: #f9f9f9;
  padding: 15px;
  margin-bottom: 20px;
}

/* Form label */

form label {
  color: #333;
  font-size: 20px;
  font-weight: 400;
}

/* Form help text */

form legend {
  color: #333;
}

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

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

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(255, 0, 114, 1.0)

;
  border: 1px solid #ff0072;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(215, 0, 74, 1.0);
  border-color: #d7004a;
  color: #FFFFFF;
}

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

.widget-type-form {
  max-width: 1120px;
  margin: 0 auto;
  padding: 15px;
}

.widget-type-form h3.form-title {
  background-color: #151719;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
form .form-columns-1 input[type=text],
form .form-columns-1 input[type=email],
form .form-columns-1 input[type=password],
form .form-columns-1 input[type=tel],
form .form-columns-1 input[type=number],
form .form-columns-1 input[type=file],
form .form-columns-1 select,
form .form-columns-1 textarea {
  width:100% !important;
  
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #333;
}

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

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

tfoot td {
  background-color: 

  
  
    
  


  rgba(21, 23, 25, 1.0)

;
  color: ;
}





.header {
  background-color: rgb(255 255 255);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid #e7e7e7
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #333;
  font-family: Libre Franklin, sans-serif;
}
body .header__logo--main{
  padding:5px;
}
body .navigation-primary a {
  font-size: 16px;
}
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: #0b0b0b;
}

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

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #333;
}
body .navigation-primary .submenu.level-1>li:last-child a {
  background: #ff0072;
  color: white;
  padding: 10px 20px;
}
body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  border-color: #494A52;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #494A52;
}

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

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.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(248, 250, 252, 1.0)

;
}

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

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Libre Franklin, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #333;
}
body .submenu.level-2>li:first-child:before {
    border: 1px solid #d1d6dc;
  border-radius: 2px;
}
@media(min-width: 768px) {
  body span.menu-arrow-bg {
    margin-top: 2px;
  }
  body .submenu.level-1>.has-submenu>.menu-arrow {
    display: inline-flex;
    position: unset;
    right: 0;
    top: 0;
  }
    body .submenu.level-2 {
    border: 1px solid #d1d6dc;
      border-radius: 0px;
  }
}
@media(max-width: 767px) {
  body {
    padding-top: 75px;
  }
  .kore-module.kore-banner{
    padding-top: 30px;
}
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #333;
  }
  body .header__search--toggle {
    display:none;
  }
  
  body .header__container {
    flex-direction: unset;
    padding: 0;
    display: grid;
    grid-template-columns: 70% auto;
  }
  body .header__navigation--toggle {
     margin:0;
  }
  body .header__logo {
      width: 200px;
      max-width: 100%;
      margin-left: 0;
      padding-left: 20px;
  }
  .header__navigation.open {
    top:85px;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(21, 23, 25, 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: #fff;
}
.footer .social-links {
  margin-bottom:20px;
  justify-content: left;
}
.footer a{
  color: #fff!important;
}  




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

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

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

.blog-post__tag-link {
  color: #333;
}

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

.blog-post__tag-link:active {
  color: #5b5b5b;
}

.blog-pagination__link {
  color: #333;
}

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

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

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

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











.card__price {
  font-weight: 700; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #333;
  font-size: 30px;
}






/* Disable Header and Footer */
/*end*/
.container, .container-fluid,
.page, .page-narrow, .page-wide, .page-extra-wide {
  padding-right: unset;
  padding-left: unset;
}
@media (min-width: 992px){
  .page, .page-wide {
    max-width: unset;
  }
}
@media (min-width: 768px){
  .page-narrow, .page, .page-wide {
    max-width: unset;
  }
}

@font-face {
	font-family: 'Akzidenz Grotesk Extra B';
  font-display: swap;
	src: url('https://f.hubspotusercontent10.net/hubfs/834568/Live%20Assets/fonts/AkzidGroProExtBol.eot');
	src: url('https://f.hubspotusercontent10.net/hubfs/834568/Live%20Assets/fonts/AkzidGroProExtBol.eot?#iefix') format('embedded-opentype'),
		 url('https://f.hubspotusercontent10.net/hubfs/834568/Live%20Assets/fonts/AkzidenzGroteskPro-XBd.woff') format('woff'),
		 url('https://f.hubspotusercontent10.net/hubfs/834568/Live%20Assets/fonts/AkzidenzGroteskPro-XBd.ttf') format('truetype'),
		 url('https://f.hubspotusercontent10.net/hubfs/834568/Live%20Assets/fonts/AkzidenzGroteskPro-XBd.svg#Akzidenz Grotesk Extra B') format('svg');
	font-weight: normal;
	font-style: normal;
}