







/* 1a. Containers */


  



  


/* 1b. Colors */







/* 1c. Typography */



































/* 1d. Buttons */






















































/* 1e. Forms */






























/* 1f. Icons */
















/* 1g. Cards */

/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
  padding: 80px 20px;
}

/* Padding on blog post sections */

.blog-post__column-wrapper  {
  padding: 80px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1280px;
}





/* Light-Dark Mode */
:root {
  --primary-color: #0e1111;
  --secondary-color: #536390;
  --accent-color: #544fff;
  --font-color: #4a4b4c;
  --bg-color: #fafafa;
  --heading-color: #0e1111;
  --border-color: #eaeaea;
}
[data-theme="dark"] {
  --primary-color: #fafafacc; 
  --secondary-color: #fafafa; 
  --accent-color: #544fff;  
  --font-color: #fafafacc;
  --bg-color: #0e1111;
  --heading-color: #fafafa;
}
/* End Light-Dark Mode */

html {
  font-size: 16px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: #0e1111;
  color: #fafafa;
  font-size: 16px;
}

#main-content {
  background: #0e1111;
  overflow: hidden;
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-family: 'Calibri', sans-serif!important;
  color: #fafafacc;
}

/* Anchors */

a {
  font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #544fff;
  font-family: 'Calibri', sans-serif!important;  
}

a:hover,
a:focus {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
}
  .yt__link {
    margin-right: 1px;
    font-size: 1.25rem;
  }
  .yt__link:hover,
  .yt__link:focus {
    font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;  
      font-weight: 600;
      transition: .2s ease-in;
      text-decoration: none;
  }

a:active {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #ea50ff;
}

/* Link wrapper */
.a__wrapper {
    display: flex;
    width: max-content;
    margin: 0 5px;
    height: 35px;
    align-items: center;
}
  .a__wrapper:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -5px;
        height: 3px;
        width: 0;
        margin-top: 0px;
        border-radius: 15px;
        background-color: #544fff;
        transition: .4s ease-in-out;
    }
    .a__wrapper:hover:after {
        width: 100%;
    }
        .a__wrapper.yt-link:after {
            bottom: 18px;
        }
        .a__wrapper.yt-link:hover:after {
            width: 72px;
        }
@media screen and (min-width: 770px) {
 .mt769 {
   display: none!important;
  }
}
@media screen and (max-width: 769px){
 .d770 {
   display: none!important;
  }
}

/* Headings */

h1 {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fafafa;
  font-size: 72px;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  h1 {    
    font-size: 42px;    
  }
}

h2 {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fafafa;
  font-size: 54px;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0.01em;  
}
@media (max-width: 767px) {
  h2 {    
    font-size: 38px;    
  }
}

h3 {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fafafa;
  font-size: 36px;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0.01em;  
}
@media (max-width: 767px) {
  h3 {    
    font-size: 38px;    
  }
}

h4 {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fafafa;
  font-size: 24px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.01em;  
}
@media (max-width: 767px) {
  h4 {    
    font-size: 22px;    
  }
}

h5 {
  font-family: Montserrat, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #fafafa;
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.01em;  
}
@media (max-width: 767px) {
  h5 {    
    font-size: 20px;    
  }
}

h6 {
  font-family: Montserrat, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #fafafa;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.01em;  
}
@media (max-width: 767px) {
  h6 {    
    font-size: 18px;    
  }
}

/* Blockquotes */

blockquote {
  font-family: Montserrat, serif; font-style: normal; font-weight: 400; text-decoration: none;
  border-left-color: #fafafa;
  color: #fafafa;
  font-size: 24px;
}

blockquote > footer {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #030303;
}





/* Primary button */

button,
.button,
.hs-button {
  border: 2px solid #544fff;

  padding-top: 12px;
padding-right: 28px;
padding-bottom: 10px;
padding-left: 28px;

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

  
  
    
  


  rgba(66, 91, 118, 0.0)

;
  border-radius: 18px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 18px;
  font-weight: 600!important;
  letter-spacing: 0.02em;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 2px solid #544fff;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: none;
  color: #FFFFFF;
  fill: #544fff;
  -webkit-font-smoothing: antialiased;
}

button:active,
.button:active,
.hs-button:active {
  border: 2px solid #544fff;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: #a49fff;
  color: #544fff;
  fill: #544fff;
}

  .button--icon-right:hover .button__icon,
  .button--icon-right:focus .button__icon,
  .button--icon-right:active .button__icon,
  .button--icon-right:hover .button__icon,
  .button--icon-right:focus .button__icon,
  .button--icon-right:active .button__icon,
  .button--icon-right:hover .button__icon,
  .button--icon-right:focus .button__icon,
  .button--icon-right:active .button__icon {
      transform: translateY(-1px) scale(1.15);
      transition: .3s ease-in-out;
  }

/* Secondary button */

.button.button--secondary {
  border: 3px solid #425b76;

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

  
  
    
  


  rgba(14, 17, 17, 0.0)

;
  border-radius: 0px;
  color: #425b76;
  fill: #425b76;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 3px solid #425b76;

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

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(146, 171, 198, 100);
  border: 3px solid #425b76;

  border-color: #92abc6;
  color: #ffffff;
  fill: #ffffff;
}

/* Brutalist button */

.button.button--brutalist {   
  border: 2px solid #000000;

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #000000;
  fill: #000000;
  text-transform: none;
  box-shadow: 8px 8px 0px 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.button.button--brutalist:hover,
.button.button--brutalist:focus,
.button.button--brutalist:active {        
  border: 2px solid #000000;

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
  fill: #000000;
  top: -4px;
  left: -4px;
  box-shadow: 12px 12px 0px 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Highlight button */

.button.button--highlight {
  border: 3px solid #544fff;

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

  
  
    
  


  rgba(84, 79, 255, 1.0)

;
  border-radius: 24px;
  color: #FFFFFF;
  fill: #FFFFFF;
  text-transform: none;
  transition: 0.4s ease-in-out;  
}

.button.button--highlight:hover,
.button.button--highlight:focus,
.button.button--highlight:active {
  border: 3px solid #544fff;

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

  
  
    
  


  rgba(195, 52, 227, 0.0)

;
  color: #544fff;
  fill: #544fff;
    color: #FFFFFF;
    fill: #FFFFFF;
    background: var(--bg-color);
}

.button.button--highlight:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(255, 132, 255, 0);
  border: 3px solid #544fff;

  border-color: #a49fff;
  color: #544fff;
  fill: #544fff;
}

/* Simple button */

.button.button--simple {
  font-weight: 400; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #544fff;
  fill: #544fff;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #9a00ff;
  fill: #9a00ff;
}

.button.button--simple:active {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #ea50ff;
  fill: #ea50ff;
}

/* Button sizing */

.button.button--small {
  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 14px;
padding-right: 34px;
padding-bottom: 14px;
padding-left: 34px;

  font-size: 20px;
}





/* Form */

form {
  border: 0px none #000000;

  padding: 45px;
  
  border-radius: 0px;  
}

.widget-type-form {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

 !important;
}


/* Form title */

.form-title {
  border: 0px none #425b76;

  padding: 25px;

  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #030303 !important;
  font-size: 36px;
  text-transform: none;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 0px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fafafa;
  font-size: 16px;
}

/* Help text */

form legend {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #fafafa;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 0px none #030303;

  padding: 10px;

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #fafafa;
  font-size: 16px;
}

/* Form fields - placeholders */

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

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

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

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

::placeholder {
  color: #030303;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(#null, 1.0)

;
  color: #030303;
}

form td.is-today .pika-button {
  color: #fafafa;
}

form .is-selected .pika-button {
  background-color: #fafafa;
  color: #fafafa;
}

form .pika-button:hover {
  background-color: #425b76 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #fafafa;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #fafafa;
  font-size: 14px;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 2px solid #544fff;

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

  
  
    
  


  rgba(66, 91, 118, 0.0)

;
    border-radius: 18px;
    color: #ffffff;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 2px solid #544fff;

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
    color: #544fff;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 2px solid #544fff;

    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: #a49fff;
    color: #544fff;
}





  form input[type='submit'],
  form .hs-button {
    padding-top: 12px;
padding-right: 28px;
padding-bottom: 10px;
padding-left: 28px;

    font-size: 18px;
  }



/* Inline thank you message */

.submitted-message {
  border: 0px none #000000;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 12px;

  background-color: 

  
  
    
  


  rgba(84, 79, 255, 1.0)

;
}

.icon svg {
  fill: #FFFFFF;
  height: 22px;
  width: 22px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
}

.icon--light svg {
  fill: #544fff;
}

/* Size */

.icon--small svg {
  height: 14px;
  width: 14px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 30px;
  width: 30px;
}

.icon--large .icon {
  padding: 16px;

}





/* Table */

table {
  border: 0px solid #030303;

  background-color: 

  
  
    
  


  rgba(14, 17, 17, 1.0)

;
}

/* Table cells */

th,
td {
  border: 0px solid #030303;

  padding: 10px;

  color: #fafafa;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(#null, 1.0)

;
  color: #030303;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
  color: #fafafa;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(14, 17, 17, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #fafafa;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #fafafa;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #fafafa;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(14, 17, 17, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #fafafa;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(36, 39, 44, 1.0)

;
  color: #FFFFFF;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(14, 17, 17, 1.0)

;
}


  @media screen and (min-width: 768px) {
    .header__language-switcher .lang_list_class {
      box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -webkit-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -moz-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
    }    
  }


/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(14, 17, 17, 1.0)

;
}
  @media screen and (min-width: 1279px) {
    .header__bottom {
      padding: 20px 0!important; 
    }
}

/* Logo */

.header__logo-company-name {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fafafa;
  font-size: 36px;
  text-transform: none;
}

/* Menu */

@media (max-width: 767px) {
  .header__menu--mobile {
    background: linear-gradient(225deg, rgb(255 255 255 / 5%), rgb(255 255 255 / 20%)), rgb(0 0 0 / 30%);
    -webkit-background: linear-gradient(225deg, rgb(255 255 255 / 5%), rgb(255 255 255 / 20%)), rgb(0 0 0 / 30%);
    backdrop-filter: blur(20.5px);
    -webkit-backdrop-filter: blur(20.5px);
    width: 90% !important;
    right: 5% !important;
    padding: 25px 10px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 5px;
    box-shadow: 0 0 65px rgb(255 255 255 / 18%);  
  }
  .header__menu-item {
    text-align: center!important;
  }
  .header__menu-item--depth-1 {
    margin: 10px 0 !important;
  }
  .header__menu-link {
    font-size: 1.25rem!important;
  }
  .header__menu-item--depth-1>.header__menu-link:hover, .header__menu-item--depth-1>.header__menu-link:focus {
    transform: scale(1.05);
    font-weight: 600;
    letter-spacing: 0.01em;
    background: linear-gradient(transparent 2%, #544fff 40%, #544fff 60%, transparent 98%);
  }
}

/* Menu items */

.header__menu-link {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  text-transform: none;
  font-size: 1.25rem;
  letter-spacing: 0.01em;  
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #fafafa;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #FFFFFF;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #ffffff;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #FFFFFF;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #fafafa;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(36, 39, 44, 1.0)

;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #fafafa;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(36, 39, 44, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #FFFFFF;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(36, 39, 44, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(36, 39, 44, 1.0)

;
}


  @media screen and (min-width: 768px) {
    .header__menu-submenu {
      box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -webkit-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
      -moz-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
    }    
  }


/* Menu icons */

.header__menu-toggle svg {
  fill: #fafafa;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(14, 17, 17, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #fafafa;
}

.footer hr {
  border-bottom-color: #fafafa !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fafafa;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
}











/* Error templates */

.error-page:before {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #fafafa;
}

/* Search template */

.hs-search-results__title {
  font-size: 54px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding: padding: 10px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 24px;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-post__left-sidebar .btn__back-to-posts {
  color: #fafafa;
}

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fafafa;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #aaaaaa;
}

.blog-listing__post-title-link:active {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
}

.blog-listing__post-tag {
  color: #fafafa;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #aaaaaa;
}

.blog-listing__post-tag:active {
  color: #ffffff;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #fafafa;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #aaaaaa;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #ffffff;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(4, 0, 175, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(164, 159, 255, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(158, 158, 158, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #544fff;
  height: 16px;
  width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #9a00ff;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #a49fff;
}

.pagination__link--active {
  border-color: #030303
}

/* Pricing card */

.pricing-card__heading {
  background-color: #425b76;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(4, 0, 175, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(164, 159, 255, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(158, 158, 158, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #fafafa;
  color: #fafafa;
}

/* Slider container */
  .splide__track {
    border-radius: 4px;
  }

/* Animated text */
  .aos-init.aos-animate p {  
    font-size: 1.25rem;
    letter-spacing: 0.01em;
    line-height: 1.75;
    color: #fafafacc;
    margin: 0 0 1.25rem;
    }
  @media screen and (max-width: 768px) { 
    .aos-init.aos-animate p {
      font-size: 16px;
    }  
  }
  @media screen and (max-width: 499px) {  
    h1 {
      font-size: 48px!important;
      display: flex;
      flex-wrap: wrap;
    }
    .aos-init.aos-animate p {
      font-size: 16px;
    }
  }

/* Rotating Text */
  .rtxt__wrapper {
    width: 100%;
    height: 75px;
    position: relative;
    overflow: hidden;
  }
  .rtxt__words {
    float: left;
    overflow: hidden;
    position: relative;
    height: 85px;
    margin-top: 15px;
  }
  .rtxt {
    display: inline-block;
    position: relative;
    color: #121212;
    letter-spacing: 0.01em;
    text-shadow: -1px 1px 0 #fafafa, 1px 1px 0 #fafafa, 1px -1px 0 #fafafa, -1px -1px 0 #fafafa, 1px 4px 4px #544fff;
    font-size: 72px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    top: 0;
    left: 0;
    float: left;
    margin: 5px 10px 5px 0;
    user-select: none;
    animation: rotate 9s infinite ease-in-out;
  }
    @keyframes rotate {
      10% {
        transform: translateY(-20px);
      }
      25% {
        transform: translateY(-12px);
      }
      35% {
        transform: translateY(-122px);
      }
      50% {
        transform: translateY(-112px);
      }
      60% {
        transform: translateY(-224px);
      }
      75% {
        transform: translateY(-216px);
      }
    }

 @media screen and (max-width: 499px) {  
    .rtxt__words {
      height: 80px;
      margin-top: 10px;
    }
    .rtxt {
      font-size: 56px;
      text-align: left;
      font-weight: bold;
      white-space: nowrap;
      margin: 5px 2px;
      animation: rotate 9s infinite ease-in-out;
    }
      @keyframes rotate {
        10% {
          transform: translateY(-15px);
        }
        25% {
          transform: translateY(-10px);
        }
        35% {
          transform: translateY(-90px);
        }
        50% {
          transform: translateY(-85px);
        }
        60% {
          transform: translateY(-165px);
        }
        75% {
          transform: translateY(-160px);
        }
      }    
  }

/* Image Slider */
  .splide__main.splide {
    background: #fff;
    border-radius: 5px;
    padding-top: 20px;    
  }
  .splide__slide--image {
    border-radius: 5px!important;
  }
  .splide__track--nav>.splide__list>.splide__slide {
    margin-right: 0px!important;
  }
  .hs-gallery-slider-main__arrow .splide__arrow {
    height: 100%;
    border-radius: 0px;
    opacity: 1;
    width: 2.2em;
    background: #fff;
  }
  button.splide__arrow--prev {
    left: 0!important;
    border-radius: 5px 0 0 5px!important;
  }
  button.splide__arrow--next {
    right: 0!important;
    border-radius: 0 5px 5px 0!important;
  }  
    .splide__nav .splide__arrow--prev {
      left: 0!important;      
      border-radius: 50px!important;
      opacity: 0.8;
      background: #fff;
    }
    .splide__nav .splide__arrow--next {
      right: 0!important;
      border-radius: 50px!important;
      opacity: 0.8;
      background: #fff;
    }
  .splide__slide--caption {
    width: 90%;
    margin: 0.5rem auto 0;
    text-align: center;
}
  @media screen and (max-width: 499px) {  
    .splide__main.splide {
      padding: 5px 5px 0;    
    }
    .splide__slide--caption {
      font-size: 12px;
    }
    .splide__track--nav>.splide__list>.splide__slide {
      width: 150px!important;
      margin-right: 0px!important;
    }
    .splide__slide--nav-image {
      border-radius: 0px!important;
    }
    .hs-gallery-slider-main__arrow .splide__arrow {
      opacity: 0.5;
      width: 2em;
      height: 2em;
      border-radius: 50px!important;
      background: #fff;
    }
  }

/* dnd override */
@media screen and (max-width: 499px) {  
   .dnd_area-row-0-padding {
     padding-top: 80px!important;
     padding-bottom: 80px!important;
  } 
  .dnd_area-row-3-hidden, .dnd_area-row-5-hidden {
     padding-top: 40px;
  }
  .dnd_area-row-3-hidden {
     padding-bottom: 40px;
  }
}

/* contact status bar */
.container__contact-status {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items; center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  border: 1px solid #fafafa5a;
  border-radius: 50px;
  height: auto;
  width: fit-content;
  position: relative;
  margin-bottom: 20px;  
  margin-top: 20px;
  font-family: Calibri, sans-serif !important;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.contact-status-icon {
  background-color: #6fad61;
  border-radius: 40px;
  flex: none;
  height: 12px;
  overflow: inherit;
  position: relative;
  width: 12px;
  align-self: center;
}
.contact-status-icon:after {
  content: "";
  display: flex;
  background-color: #6fad61;
  border-radius: 40px;
  flex: none;
  height: 12px;
  overflow: hidden;
  position: relative;
  width: 12px;
  align-self: center;
  animation: glow 4s ease-in-out infinite;
}
  @keyframes glow {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(2);
      opacity: 0;
    }
}
@media screen and (max-width: 499px) {  
  .container__contact-status {
    margin-bottom: 12px;
    margin-top: 0px;
  }
}