







/* 1b. Colors */




/* 1c. Fonts */




/* 1g. Website header */








/* 1h. Website footer */




:root {
  --oxford-blue-800: #06090f;
  --oxford-blue-700-default: #16233c;
  --oxford-blue-600: #2c4677;
  --oxford-blue-500: #3d61a4;
  --oxford-blue-400: #6a8bc8;
  --oxford-blue-300: #97aed8;
  --oxford-blue-200: #d2dcee;
  --oxford-blue-100: #f0f3f9;
  --aquamarine-mind-800: #02120a;
  --aquamarine-mind-700: #0b5b34;
  --aquamarine-mind-600: #14a35e;
  --aquamarine-mind-500: #1bda7e;
  --aquamarine-mind-400-default: #49e89c;
  --aquamarine-mind-300: #80efb9;
  --aquamarine-mind-200: #b6f6d7;
  --aquamarine-mind-100: #edfdf5;
  --caribbean-current-800: #080d0d;
  --caribbean-current-700: #172626;
  --caribbean-current-600: #273f3f;
  --caribbean-current-500-default: #3d6464;
  --caribbean-current-400: #558b8b;
  --caribbean-current-300: #74aaaa;
  --caribbean-current-200: #9ac1c1;
  --caribbean-current-100: #d9e8e8;
  --dodger-blue-800: #011528;
  --dodger-blue-700: #023564;
  --dodger-blue-600: #0354a0;
  --dodger-blue-500: #0474dc;
  --dodger-blue-400-default: #1e91fa;
  --dodger-blue-300: #73bafc;
  --dodger-blue-200: #afd8fd;
  --dodger-blue-100: #d7ebfe;
  --periwinkle-violet-800: #25009c;
  --periwinkle-violet-700: #4411e7;
  --periwinkle-violet-600: #543ff3;
  --periwinkle-violet-500: #7666f5;
  --periwinkle-violet-400-default: #b9b1fa;
  --periwinkle-violet-300: #ccc5fb;
  --periwinkle-violet-200: #ddd9fd;
  --periwinkle-violet-100: #eeecfe;
  --grey-600: #000;
  --grey-500: #1c2025;
  --grey-400: #696969;
  --grey-300: #999;
  --grey-200: #e4e4e4;
  --grey-100: #f6f6f6;
}





/* 1a. Containers */




/* 1ca. Typography */
























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */



















  /* 1a. Containers */

  
  

  /* 1ca. Typography */

  
  

  
  

  
  

  
  

  
  

  
  

  

  

  /* 1d. Buttons */

  
  
  
  
  
  

  
  
  
  

  /* 1e. Forms */
  

  
  
  
  
  
  
  
  


  

  

  
  
  
  
  

  
  
  
  
  
  
  


  
  
  
  

  
  
  


  /* 1f. Tables */

  
  

  
  

  
  

  
  






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

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

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

@media only screen and (max-width: 767px) {
  .content-wrapper {
    max-width: 1240px;
  }

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

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





html {
  font-size: 16px;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Roboto, serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Roboto, serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Roboto, serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
  color: #ffffff;
  font-size: 72px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
  color: #ffffff;
  font-size: 60px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
  color: #ffffff;
  font-size: 48px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
  color: #ffffff;
  font-size: 36px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
  color: #ffffff;
  font-size: 30px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
  color: #ffffff;
  font-size: 24px;
  text-transform: none;
}

@media only screen and (max-width: 767px) {

  html {
    font-size: 24px;
  }

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

  /* Paragraphs */

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

  /* Anchors */

  a {
    font-weight: normal; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    color: #0270E0;
  }

  a:hover,
  a:focus {
    font-weight: normal; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    color: #0048b8;
  }

  a:active {
    font-weight: normal; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    color: #2a98ff;
  }

  /* Headings */

  h1,
  .h1 {
    font-weight: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    color: #ffffff;
    font-size: 10px;
    text-transform: none;
  }

  h2,
  .h2 {
    font-weight: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    color: #ffffff;
    font-size: 38px;
    text-transform: none;
  }

  h3,
  .h3 {
    font-weight: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    color: #ffffff;
    font-size: 30px;
    text-transform: none;
  }

  h4,
  .h4 {
    font-weight: normal; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    color: #ffffff;
    font-size: 24px;
    text-transform: none;
  }

  h5,
  .h5 {
    font-weight: normal; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    color: #ffffff;
    font-size: 16px;
    text-transform: none;
  }

  h6,
  .h6 {
    font-weight: normal; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    color: #ffffff;
    font-size: 14px;
    text-transform: none;
  }
}

/* Blockquote */

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





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #ffffff;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

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: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(47, 30, 69, 0.8)

;
  border-radius: 0px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ffffff;
}


@media only screen and (max-width: 767px) {
  button,
  .button,
  .hs-button,
  .hs-blog-post-listing__post-button {
    border: 1px solid #ffffff;

    padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

    font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-radius: 0px;
    color: #FFFFFF;
    font-size: 22px;
    text-transform: none;
  }

  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: 1px solid #1a334e;
;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    background-color: 

  
  
    
  


  rgba(47, 30, 69, 0.8)

;
    border-radius: 0px;
  }

  button:active,
  .button:active,
  .hs-button:active,
  .hs-blog-post-listing__post-button:active {
    font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 255, 255, 1.0);
    border-color: #ffffff;
  }
}





form,
.submitted-message {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Roboto; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 48px;
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  color: ;
}

/* 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: 2px solid #D1D6DC;
;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #ffffff;
  border-radius: 3px;
  width:100%!important;
}
.hs-form-field {
  margin-bottom:10px; 
}
form input[type=text]::placeholder {
  color:#bebebe; 
}

/* Form placeholder text */

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

::-moz-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

::placeholder {
  color: #ffffff;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #ffffff;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 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(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

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

@media only screen and (max-width: 767px) {
form,
.submitted-message {
  font-family: Roboto, serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Roboto; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 48px;
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  color: ;
}

/* 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: 2px solid #D1D6DC;
;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #ffffff;
  border-radius: 3px;
  width:100%!important;
}
.hs-form-field {
  margin-bottom:10px; 
}
form input[type=text]::placeholder {
  color:#bebebe; 
}

/* Form placeholder text */

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

::-moz-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

::placeholder {
  color: #ffffff;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #ffffff;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  ;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 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(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

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

}





/* Table */

table {
  border: 1px solid #ffffff;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #ffffff;

  padding: 18px;

  color: #ffffff;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  /* Table */

  table {
    border: 1px solid #ffffff;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  /* Table cells */

  td,
  th {
    border: 1px solid #ffffff;

    
    color: #ffffff;
  }

  /* Table header */

  thead th {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #FFFFFF;
  }

  /* Table footer */

  tfoot td {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #ffffff;
  }
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; */
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
/*     border: 2px solid #ffffff;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; */
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
/*   color: #ffffff;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; */
}

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

.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(255, 255, 255, 1.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: Roboto;
}

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 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: #ffffff;
}





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

/* Blog post */

.blog-post__meta a {
  color: #ffffff;
}

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

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

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

/* 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: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

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

@media only screen and (max-width: 767px) {
  .blog-post,
  .blog-header__inner,
  .blog-related-posts {
    padding: 80px 0;
  }

  /* Blog post */

  .blog-post__meta a {
    color: #ffffff;
  }

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

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

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

  /* 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: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    text-transform: none;
  }

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

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

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

  /* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  hs-search-results__title {
    font-weight: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    color: #ffffff;
  }
}





/* 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: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
  text-transform: none;134679
  
}

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

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

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


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

/* Blog pagination */

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

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

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

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

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
  color: #ffffff;
  font-size: 48px;
}

.card__body svg {
  fill: #ffffff;
}

/* Social follow */

.social-links__icon {
  background-color: #ffffff;
}

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

.social-links__icon:active {
  background-color: #ffffff;
  font-weight: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
  color: #ffffff;
  font-size: 48px;
}

@media only screen and (max-width: 767px) {
  /* 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: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    text-transform: none;
  }

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

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

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


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

  /* Blog pagination */

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

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

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

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

  /* Pricing card */

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

  .card__body svg {
    fill: #ffffff;
  }

  /* Social follow */

  .social-links__icon {
    background-color: #ffffff;
  }

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

  .social-links__icon:active {
    background-color: #ffffff;
    font-weight: 700; text-decoration: none; font-family: regulator-nova, sans-serif; font-style: normal;
    color: #ffffff;
    font-size: 30px;
  }
}

.body-container-wrapper {
  min-height: calc(100vh - 397.5px);
}







.hs-category-toggle .slider {
  height: 34px;
}

.hs-category-toggle .slider::before {
  top: 4px;
}



div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px !important;
} 

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 10px  0 0 !important;

} 

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin-right: 0 !important; 
  justify-content: center !important;
}