







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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





html {
   font-size: 20px;
}

body {
   font-size: 20px;
   color: #000000;
   font-weight: 400;
   font-family: 'Nunito Sans Regular',sans-serif;
}

/* Paragraphs */

p {
   font-size: 20px;
   color: #000000;
   font-weight: 400;
}

/* Anchors */

a {
   color: #F56E7B;
}

a:hover,
a:focus,
a:active {
   color: #008080;
}

/* Headings */

h1 {
   font-family: 'Nunito Sans ExtraBold',sans-serif;
   font-size: 45px;
   color: #393392;
   font-weight: 800;
}

h2 {
   font-family: Nunito Sans Bold;
   font-size: 38px;
   color: #393392;
   font-weight: 800;
}

h3 {
   font-family: 'Nunito Sans ExtraBold',sans-serif;
   font-size: 35px;
   color: #393392;
   font-weight: 800;
}

h4 {
   font-family: Nunito Sans Bold;
   font-size: 24px;
   color: #393392;
   font-weight: 800;
}

h5 {
   font-family: 'Nunito Sans ExtraBold',sans-serif;
   font-size: 20px;
   color: #393392;
   font-weight: 800;
}

h6 {
   font-family: Nunito Sans Bold;
   font-size: 14px;
   color: #393392;
   font-weight: 800;
}

/* Blockquote */

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





button,
.button {
   background-color: 

  
  
    
  


  rgba(245, 110, 123, 1.0)

;
   border: px solid ;
   border-radius: 15px;
   color: #ffffff;
   padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
   background-color: rgba(245, 110, 123, 1.0);
   border-color: ;
   color: rgba(255, 255, 255, 1.0);
}

button:active,
.button:active {
   background-color: rgba(255, 150, 163, 1.0);
   border-color: ;
   color: #ffffff;
}





form,
.submitted-message {
   font-size: 20px;
   color: #000000;
   font-weight: 400
}

/* Form title */

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

/* Form label */

form label {
   color: #33475b;
}

/* Form help text */

form legend {
   color: #1d82b6;
}

/* 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: #cbd6e2;
   color: #000000;
}

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

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
   background-color: 

  
  
    
  


  rgba(245, 110, 123, 1.0)

;
   border: px solid ;
   border-radius: 15px;
   color: #ffffff;
   padding: 12px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
   background-color: rgba(245, 110, 123, 1.0);
   border-color: ;
   color: rgba(255, 255, 255, 1.0);
}

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





table {
   background-color: 

  
  
    
  


  rgba(249, 249, 249, 1.0)

;
   border-color: #dbdbdb;
}

th,
td {
   border-color: #dbdbdb;
   color: #000a15;
}

thead th,
thead td {
   background-color: 

  
  
    
  


  rgba(249, 249, 249, 1.0)

;
   border-bottom-color: #dbdbdb;
   color: #363636;
}

tfoot td {
   background-color: 

  
  
    
  


  rgba(249, 249, 249, 1.0)

;
   color: #363636;
}




header.header {
   background-color: rgba(57, 51, 146, 1.0);
}
.header-nav nav>ul>li>a{
   color: rgba(255, 255, 255, 1.0);
}
.header-nav nav>ul>li:hover>a{
   color: rgba(245, 110, 123, 1.0);
}
.header-nav nav>ul>li.current .submenu.level-2,.header-top-regions.is-open ul ul,.header-nav .submenu.level-3{
   background-color: rgba(240, 240, 240, 1.0);
}
.header-nav .submenu.level-2>li a,.header-top-regions ul ul>li>a{
   color: rgba(57, 51, 146, 1.0);
}
.header-nav .submenu.level-2>li a:hover,.header-top-regions ul ul>li:hover>a,.header-nav .submenu.level-2>li:hover>a{
   color: rgba(245, 110, 123, 1.0);
}



footer.footer {
   background: linear-gradient(15deg, #151744 0%, #393392 100%)
}
.footer-menu-col:nth-child(2) .hs-menu-wrapper>ul>li:first-child>a, .footer-menu-col:nth-child(3) .hs-menu-wrapper>ul>li:first-child>a{
   color: rgba(255, 255, 255, 1.0); 
}
.footer-menu-col ul>li>a{
   color: rgba(255, 255, 255, 1.0);
}
.footer-menu-col ul>li>a:hover{
   color: rgba(245, 110, 123, 1.0);
}
.footer-copyright{
   color: rgba(112, 124, 241, 1.0);  
}
.footer-policies-container ul>li>a{
   color: rgba(112, 124, 241, 1.0);   
}
.footer-policies-container ul>li>a:hover{
   color: rgba(245, 110, 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: ;
   font-family: 'Nunito Sans Regular',sans-serif;
}

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

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

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

body .submenu.level-2,
.header__language-switcher .lang_list_class {
   background-color: 

  
  
    
  


  rgba(57, 51, 146, 1.0)

;
   border-color: ;
}

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

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


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

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
   font-family: 'Nunito Sans Regular',sans-serif;
}

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

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

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


















.card__price {
   font-family: 'Nunito Sans ExtraBold',sans-serif
      font-size: 35px;
   color: #393392;
   font-weight: 800
}
@media (max-width: 991px){
   body {
      font-size: 20px;
      line-height: 1.45;
   }
   h1 {
      font-size: 36px;
   }
   h2 {
      font-size: 32px;
   }
}