







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */

















.navigation-primary .submenu.level-1 .header-btn a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-image: linear-gradient(180deg,

  
  
    
  


  rgba(255, 0, 123, 1.0)

 0%,

  
  
    
  


  rgba(168, 74, 149, 1.0)

 100%);
}

.navigation-primary .submenu.level-1 .header-btn a:hover {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-image: linear-gradient(180deg,

  
  
    
  


  rgba(255, 0, 123, 1.0)

 0%,

  
  
    
  


  rgba(168, 74, 149, 1.0)

 100%);
}


/* 1h. Site footer */








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

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

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





html {
  font-size: 14px;
}

body {
  font-size: 14px;
  color: #5d5d5d;
  font-weight: 500;
  font-family: Open Sans;
}

/* Paragraphs */

p {
  font-size: 14px;
  color: #5d5d5d;
  font-weight: 500;
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(24, 49, 79, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(24, 49, 79, 1.0)

;
}

/* Headings */

h1 {
  font-family: KoHo;
  font-size: 35px;
  color: #18314f;
  font-weight: 500;
}

h2 {
  font-family: KoHo;
  font-size: 30px;
  color: #414141;
  font-weight: 500;
}

h3 {
  font-family: KoHo;
  font-size: 22px;
  color: #333333;
  font-weight: 500;
}

h4 {
  font-family: KoHo;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}

h5 {
  font-family: KoHo;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}

h6 {
  font-family: KoHo;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color: #18314F;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(87, 183, 210, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(87, 183, 210, 1.0)

;
  border-radius: 40px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 10px 30px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color:  rgba(87, 183, 210, 0.7000000000000001);
  color: rgba(255, 255, 255, 0.7000000000000001);
  border-color: rgba(87, 183, 210, 0.7000000000000001);
}

button:active,
.button:active {
  background-color: rgba(127, 223, 250, 1.0);
  border-color: #7fdffa;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





form,
.submitted-message {
  font-size: 14px;
  color: #5d5d5d;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.0);
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 46, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(92, 92, 92, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(92, 92, 92, 1.0)

;
}

/* 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: rgba(0, 0, 0, 0.0);
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(92, 92, 92, 0.1);
  border-width: 1px;
}

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: rgba(0, 0, 0, 0.0);
  background-color: rgba(92, 92, 92, 0.1);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #5d5d5d;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(87, 183, 210, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(87, 183, 210, 1.0)

;
  border-radius: 40px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 10px 30px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color:  rgba(87, 183, 210, 0.7000000000000001);
  color: rgba(255, 255, 255, 0.7000000000000001);
  border-color: rgba(87, 183, 210, 0.7000000000000001);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(127, 223, 250, 1.0);
  border-color: #7fdffa;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





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

th,
td {
  border-color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
  color: 

  
  
    
  


  rgba(93, 93, 93, 1.0)

;
}
thead th{
  border-color: rgba(#null, 0.0);
}
thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
  color: 

  
  
    
  


  rgba(85, 85, 85, 1.0)

;
}
tbody tr td{
  border-color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
  color: 

  
  
    
  


  rgba(93, 93, 93, 1.0)

;
}

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





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body .navigation-primary .submenu.level-1 li a{
  color: rgba(255, 0, 123, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
body .navigation-primary .submenu.level-1 > li > a:hover{
  color: rgba(255, 0, 123, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
body .navigation-primary .submenu.level-1 li a.active-item{
  color: rgba(255, 0, 123, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .submenu.level-2 .menu-item .menu-link{
  color: rgba(255, 0, 123, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .submenu.level-2 .menu-item .menu-link:hover{
  color: rgba(255, 0, 123, 1.0);
}
body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ff007b;
  font-family: Open Sans;
}

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

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

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

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: ;
}

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

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

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(255, 255, 255, 0.0);
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer{
  background-color: rgba(65, 65, 64, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer p {
  color: rgba(255, 255, 255, 1.0);
}

.footer a{
  color: rgba(46, 163, 242, 1.0);
}

.footer a:hover{
  color: rgba(46, 163, 242, 1.0);
}

.content-column ul li a, .content-column p a {
  color: rgba(255, 255, 255, 1.0);
}
.content-column ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 0, 0, 0.03);
}

.content-column p a:hover {
  color: rgba(255, 255, 255, 1.0);
}

footer h4{
  color: rgba(255, 255, 255, 1.0);
}




/* Blog Header */

/* Blog Listing */

.blog-index__post-inner-card {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

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

.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: 

  
  
    
  


  rgba(24, 49, 79, 1.0)

;
}

.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: 

  
  
    
  


  rgba(24, 49, 79, 1.0)

;
}

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

.blog-pagination__link {
	color: #5d5d5d;
}

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

.blog-post__title {
	color: #18314f;
	font-family:KoHo;
	font-size: 35px;
	font-weight: 500;
}

.blog-post__author {
	background-color: #18314F;
}

#comments-listing .comment-reply-to {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
	color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
	background-color: ;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
	color: 

  
  
    
  


  rgba(24, 49, 79, 1.0)

;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
	fill: 

  
  
    
  


  rgba(24, 49, 79, 1.0)

;
}

.blog-index__post-content--small h2 {
  font-size: 22px;
}

.blog-index__post-content a {
  color: #5d5d5d;
}

.blog-post__read-more svg {
	fill: #5d5d5d;
}

.blog-sidebar ul {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
	color: #5d5d5d;
}

.blog__subscription-block, .blog-related-posts {
	background-color: rgb(#null);
}

.post-featured-image {
	max-height: px;
}

.blog-post {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
	color: #5d5d5d;
}

.blog-post__meta a:hover {
  color: 

  
  
    
  


  rgba(24, 49, 79, 1.0)

;
}

.blog-post__links-container {
	border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
	color: #5d5d5d;
}

.blog-post__back-to-blog svg {
	fill: #5d5d5d;
}

.comment.depth-0,
.blog-comments form {
	border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 {
	border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
	border-color: rgb(#null);
}

.blog-recent-posts {
	background-color: rgb(#null);
}











.card__price {
  font-family: KoHo
  font-size: 22px;
  color: #333333;
  font-weight: 500
}