







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 18px;
  scroll-behavior: smooth; /* CSS native smooth scroll */
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Paragraphs */

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

/* Anchors */

a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  transition: all 200ms ease;
}

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

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

/* Headings */

h1,
.h1 {
  font-weight: 700; font-family: 'Aleksei Bold';
  color: #fcde06;
  font-size: 48px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; font-family: 'Aleksei Bold';
  color: #fcde06;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; font-family: 'Aleksei Bold';
  color: #fcde06;
  font-size: 28px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 500; font-family: Graphik;
  color: #fcde06;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 500; font-family: Graphik;
  color: #fcde06;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 500; font-family: Graphik;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0 0 10px 0;
}

/* Blockquote */

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





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px none #fcde06;

  padding-top: 10px;
padding-right: 40px;
padding-bottom: 10px;
padding-left: 40px;

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

  
  
    
  


  rgba(252, 222, 6, 1.0)

;
  border-radius: 0px;
  color: #000000;
  font-size: 18px;
  text-transform: none;
  transition: all .15s linear;
}

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  background-color: 

  
  
    
  


  rgba(252, 222, 6, 1.0)

;
  border-radius: 0px;
  box-shadow: 4px 4px 0px rgba(0,0,0,1);
  margin: -4px 4px 4px -4px;
}

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





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

/* Form title */

.form-title {
  border: 1px none #000000;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-weight: 700; font-family: 'Aleksei Bold';
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 28px;
  color: #fcde06;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}


/* Labels */

form label {
  color: #000000;
}

/* Help text */

form legend {
  color: #000000;
}

/* 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: #000000;
  border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #000000;
}

/* Inputs - date picker */

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

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

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

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

/* Form nav buttons */

.h-hsfc-Button[type=button] {
  font-weight: normal;
  border: 2px solid #000;
  color: #000;
  background: transparent;
  font-size: 22px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #fcde06;
;
  padding-top: 10px;
padding-right: 40px;
padding-bottom: 10px;
padding-left: 40px;
;
  font-family: Graphik;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(252, 222, 6, 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, 46, 1.0);
  border-color: #ffff2e;
}






/* Table */

table {
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #000000;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(252, 222, 6, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.header {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header--no-navigation {
  position: fixed;
  z-index: 100;
  width: 100%;
  box-shadow: 0 0 60px rgba(0,0,0,0.6);
}

.header--no-navigation .ivr-logo {
  top: 15px;
  left: 0;"
}

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

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

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

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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(0, 0, 0, 1.0)

;
}

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

  
  
    
  


  rgba(0, 0, 0, 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: #000000;
}

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 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: #000000;
}





/* Blog post */

.blog-post,
.blog-post .blog-post__body,
.blog-post .blog-post__body p {
  font-family: Roboto;
}

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

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

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

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

/* 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; font-family: 'Aleksei Bold';
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: 700; font-family: 'Aleksei Bold';
  color: #fcde06;
}





/* 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; font-family: 'Aleksei Bold';
  text-transform: none;
}

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

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

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


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

/* Blog pagination */

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

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

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

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

/* Pricing card */

.card__price {
  font-weight: 700; font-family: 'Aleksei Bold';
  color: #fcde06;
  font-size: 28px;
}

.card__body svg {
  fill: #fcde06;
}

/* Social follow */

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

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

.social-links__icon:active {
  background-color: #ffff2e;
  font-weight: 700; font-family: 'Aleksei Bold';
  color: #fcde06;
  font-size: 28px;
}


/* Iver custom styles*/

.widget-type-rich_text ul {
  list-style: none;
}

.widget-type-rich_text ul li {
  position: relative;
  padding: 0;
  margin-bottom: 18px;
  font-weight: 500;
}

.widget-type-rich_text ul li::before {
  content: "";
  left: -30px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
  width: 22px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2215%22%20viewBox%3D%220%200%2020%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M18%202L7%2013L2%208%22%20stroke%3D%22%231E1E1E%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}


/* Page specific styles */

.row-number-1 {
  position: relative;
  z-index: 1;
}
.hs-content-id-242352915702 #hs_cos_wrapper_module_17491097765217_ img,
.hs-content-id-242352915702 #hs_cos_wrapper_module_17490291969203_ img,
.hs-content-id-242352915702 #hs_cos_wrapper_module_17491132446744_ img {
  box-shadow: 18px 36px 0 rgba(0,0,0,0.05);
}

.hs-content-id-242352915702 .dnd_area-row-10-background-layers {
  background-attachment: fixed;
}


/* Media queries */

@media (max-width: 1450px) {

  .header--no-navigation .ivr-logo {
    left: 18px;
  }
  
  .header--no-navigation .button {
    width: 210px;
    margin: 0 18px 0 148px;
    align-self: flex-end;
  }
}

@media (max-width: 768px) {
  
  body {
    font-size: 90%;
  }

  h1,
  h2 {
    font-size: 28px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  h6 {
    font-size: 1rem;
  }
}