
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');








/*********** 1b. Colors ***********/

/*** Primary Colors ***/








.bg-primary-color-1, .text-primary-color-1 {
    background-color: #29759F;
}

.bg-primary-color-2, .text-primary-color-2 {
    background-color: ;
}


/*** Neutral Colors ***/










.bg-neutral-color-800, .text-neutral-color-800 {
    background-color: ;
}

.bg-neutral-color-700, .text-neutral-color-700 {
    background-color: #1F2559;
}

.bg-neutral-color-600, .text-neutral-color-600 {
    background-color: #231F20;
}

.bg-neutral-color-500, .text-neutral-color-500 {
    background-color: #BDBFD1;
}

.bg-neutral-color-400, .text-neutral-color-400 {
    background-color: #E7E8F1;
}

.bg-neutral-color-300, .text-neutral-color-300 {
    background-color: #F4F4F9;
}

.bg-neutral-color-200, .text-neutral-color-200 {
    background-color: #FAFAFC;
}

.bg-neutral-color-100, .text-neutral-color-100 {
    background-color: #FFFFFF;
}


/*** Status Colors ***/






.bg-status-color-default, .text-status-color-default {
    background-color: #4E4B66;
}

.bg-status-color-success, .text-status-color-success {
    background-color: #28a745;
}

.bg-status-color-warning, .text-status-color-warning {
    background-color: #ffc107;
}

.bg-status-color-error, .text-status-color-error {
    background-color: #dc3545;
}

/*********** 1c. Typography *********/


/*** Desktop Typography ***/





















/*** Mobile Typography ***/

























/*********** 1d. Shadows **********/

/******* General Shadow 1 *******/






.general-shadow-1 {
    -webkit-filter: drop-shadow(0px 3px 10px rgba(31, 37, 89, 0.04)) !important;
    filter:         drop-shadow(0px 3px 10px rgba(31, 37, 89, 0.04)) !important; 
}

/******* General Shadow 2 *******/






.general-shadow-2 {
    -webkit-filter: drop-shadow(0px 4px 12px rgba(8, 15, 52, 0.06)) !important;
    filter:         drop-shadow(0px 4px 12px rgba(8, 15, 52, 0.06)) !important; 
}

/******* General Shadow 3 *******/






.general-shadow-3 {
    -webkit-filter: drop-shadow(0px 8px 18px rgba(31, 37, 89, 0.05)) !important;
    filter:         drop-shadow(0px 8px 18px rgba(31, 37, 89, 0.05)) !important; 
}

/******* General Shadow 4 *******/






.general-shadow-4 {
    -webkit-filter: drop-shadow(0px 16px 51px rgba(28, 26, 74, 0.04)) !important;
    filter:         drop-shadow(0px 16px 51px rgba(28, 26, 74, 0.04)) !important; 
}


/******* General Shadow 5 *******/






.general-shadow-5 {
    -webkit-filter: drop-shadow(0px 24px 75px rgba(21, 16, 152, 0.05)) !important;
    filter:         drop-shadow(0px 24px 75px rgba(21, 16, 152, 0.05)) !important;
}


/******* General Shadow 6 *******/






.general-shadow-6 {
    -webkit-filter: drop-shadow(0px 45px 84px rgba(8, 15, 52, 0.19)) !important;
    filter:         drop-shadow(0px 45px 84px rgba(8, 15, 52, 0.19)) !important;
}


/******* Button Shadow 1 *******/






.button-shadow-1 {
    -webkit-filter: drop-shadow(0px 2px 6px rgba(31, 37, 89, 0.16));
    filter:         drop-shadow(0px 2px 6px rgba(31, 37, 89, 0.16)); 
}


/******* Button Shadow 2 *******/






.button-shadow-2 {
    -webkit-filter: drop-shadow(0px 4px 12px rgba(8, 15, 52, 0.06));
    filter:         drop-shadow(0px 4px 12px rgba(8, 15, 52, 0.06)); 
}


/******* Button Shadow 3 *******/






.button-shadow-3 {
    -webkit-filter: drop-shadow(0px 8px 18px rgba(31, 37, 89, 0.05));
    filter:         drop-shadow(0px 8px 18px rgba(31, 37, 89, 0.05)); 
}


/******* Button Shadow 4 *******/






.button-shadow-4 {
    -webkit-filter: drop-shadow(0px 16px 51px rgba(28, 26, 74, 0.04));
    filter:         drop-shadow(0px 16px 51px rgba(28, 26, 74, 0.04)); 
}

/******* Button Shadow 5 *******/






.button-shadow-5 {
    -webkit-filter: drop-shadow(0px 24px 75px rgba(21, 16, 152, 0.05));
    filter:         drop-shadow(0px 24px 75px rgba(21, 16, 152, 0.05)); 
}


/******* Button Shadow 6 *******/






.button-shadow-6 {
    -webkit-filter: drop-shadow(0px 45px 84px rgba(8, 15, 52, 0.19));
    filter:         drop-shadow(0px 45px 84px rgba(8, 15, 52, 0.19)); 
}




/*********** 1e. Buttons **********/

/*** Primary Buttons ***/

























/*** Secondary Buttons ***/























/*********** 1f. Cards ************/



















/*********** 1g. Forms ************/






















/*********** 1h. Tables ************/
















/************ 1i. Site header ************/




/************ 1j. Site footer ************/




/************ 1k. Shadows ************/
   

/* Dynamic CSS asigns */

.horizontal_spacer_1 {  
    margin-left: 5px;
    margin-right: 5px;
}

.vertical_spacer_1 {  
    margin-top: 5px;
    margin-bottom: 5px;
}


.buttons_container {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}


.box_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
}

.box_light {
    width: 100%;
    max-width: 140px;
    height: auto;
    text-align: center;
    padding: 15px 15px;
    border-radius: 16px;
    color: #FFF;
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 15px 44px rgba(8, 15, 52, 0.06);
    transition: 0.2s ease-in-out;
}

.box_dark {
    width: 100%;
    max-width: 140px;
    height: auto;
    text-align: center;
    padding: 15px 15px;
    border-radius: 16px;
    color: #000;
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 15px 44px rgba(8, 15, 52, 0.06);
    transition: 0.2s ease-in-out;
}

.box_light:hover, .box_dark:hover {
    transform: scale(1.05);
}

blockquote {
    border-left: 2px solid #29759F;
}

:focus {
    outline: none; 
}

.elements--faq__accordion:after, 
.elements--jobs__accordion:after, 
.header__language-switcher--label {
    box-shadow: 0px 3px 10px rgba(31, 37, 89, 0.04);
}








html {
    font-size: 15px;
}

body {
    
    font-family: Manrope, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 15px;
    color: #231F20;
    line-height: 27px;
    text-transform: none;
    letter-spacing: -0.1px;
}

/*** Paragraphs ***/

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

    font-size: 15px;
    color: #231F20;
    line-height: 27px;
    text-transform: none;
    letter-spacing: -0.1px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/*** Anchors ***/
.footer--no-navigation-copyright a{color: #E38C93;}
.footer--no-navigation-copyright a:hover{color:#29759F;}   
a {
    color: #231F20;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    line-height: 27px;
    text-transform: none;
    letter-spacing: -0.1px;
    transition: 0.3s ease-in-out;
    text-decoration: none;	
}

a:hover,
a:focus {
    color: #29759F;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
    color: #29759F !important;
}

strong {
    transition: 0.2s ease-in-out;
}

/*** Headings ***/

h1 {
    
    font-family: Manrope, sans-serif;
    

    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #E38C93;
    font-size: 48px;
    line-height: 62px;
    text-transform: none;
    letter-spacing: -0.1px;

}

h2 {
    
    font-family: Manrope, sans-serif;
    
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    color: #E38C93;
    font-size: 38px;
    line-height: 48px;
    text-transform: none;
    letter-spacing: -1px;
}

h3 {
    
    font-family: Manrope, sans-serif;
    
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
    color: #231F20;
    font-size: 24px;
    line-height: 34px;
    text-transform: none;
    letter-spacing: 0px;
}

h4 {
    
    font-family: Manrope, sans-serif;
    
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
    color: #E38C93;
    font-size: 22px;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0px;
}

h5 {
    
    font-family: Manrope, sans-serif;
    
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
    color: #1F2559;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0px;
}

h6 {
    
    font-family: Manrope, sans-serif;
    
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
    color: #1F2559;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0px;
}

/*** Blockquote ***/

blockquote {
    border-left-color: ;
}






/*** Primary Buttons ***/

.btn-primary-dark {
    background-color: 

  
  
    
  


  rgba(41, 117, 159, 1.0)

;
    border: 0px solid #1F2559;
    border-radius: 12px;
    color: #FFFFFF;
    padding: 20px 28px;
    font-size: 15px;


    
    -webkit-filter: drop-shadow(0px 2px 6px rgba(31, 37, 89, 0.16));
    filter:         drop-shadow(0px 2px 6px rgba(31, 37, 89, 0.16)); 
    

    transition: 0.2s ease-in-out;
    font-weight: 500;

}

    

.btn-primary-dark:hover,
.btn-primary-dark:focus,
.btn-primary-dark:active {
    background-color: 

  
  
    
  


  rgba(41, 117, 159, 1.0)

;
    color: #FFFFFF;
    border: 0px solid #1F2559;
}


    

  
.btn-primary-dark:hover,
.btn-primary-dark:focus,
.btn-primary-dark:active {
    transform: scale(1.05);
}



.btn-primary-white {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: 0px solid #29759F;
    border-radius: 12px;
    color: #29759F;
    padding: 20px 28px;
    font-size: 15px;

    

    transition: 0.2s ease-in-out;
    font-weight: 500;

}

    

.btn-primary-white:hover,
.btn-primary-white:focus,
.btn-primary-white:active {
    background-color: 

  
  
    
  


  rgba(41, 117, 159, 1.0)

;
    color: #FFFFFF;
    border: 0px solid #29759F;
}


    

  
.btn-primary-white:hover,
.btn-primary-white:focus,
.btn-primary-white:active {
    transform: scale(1.05);
}




/*** Secondary Buttons ***/


.btn-secondary-white {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: 1px solid #BDBFD1;
    border-radius: 12px;
    color: #1F2559;
    padding: 20px 28px;
    font-size: 15px;
    
    -webkit-filter: drop-shadow(0px 2px 6px rgba(31, 37, 89, 0.16));
    filter:         drop-shadow(0px 2px 6px rgba(31, 37, 89, 0.16)); 
    

    font-weight: 500;
    transition: 0.2s ease-in-out;


}

    

.btn-secondary-white:hover,
.btn-secondary-white:focus,
.btn-secondary-white:active {
    background-color: 

  
  
    
  


  rgba(41, 117, 159, 1.0)

;
    color: #FFFFFF;
    border: 1px solid #29759F;
}


    

  
.btn-secondary-white:hover,
.btn-secondary-white:focus,
.btn-secondary-white:active {
    transform: scale(1.05);
}



.btn-secondary-dark {
    background-color: 

  
  
    
  


  rgba(31, 37, 89, 1.0)

;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    color: #FFFFFF;
    padding: 20px 28px;
    font-size: 15px; 

    

    font-weight: 500;
    transition: 0.2s ease-in-out;

}

    

.btn-secondary-dark:hover,
.btn-secondary-dark:focus,
.btn-secondary-dark:active {
    background-color: 

  
  
    
  


  rgba(23, 28, 72, 1.0)

;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}


    

  
.btn-secondary-dark:hover,
.btn-secondary-dark:focus,
.btn-secondary-dark:active {
    transform: scale(1.05);
}



button.simple {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    color: #E38C93 !important;
    font-size: 16px  !important;
}

button.simple:hover {
    color: #29759F !important;
}






.cards {
    justify-content: center;
}

.card__image {
    max-width: px;
}

.card__title {
    color: ;
}

.card__text p {
    color: ;
}

.cards__card {
    background-color: #FFFFFF;
    border: 1px solid #F4F4F9;
    border-radius: 36px;
    transition: 0.2s ease-in-out;
    overflow: hidden;

    
    -webkit-filter: drop-shadow(0px 3px 10px rgba(31, 37, 89, 0.04));
    filter:         drop-shadow(0px 3px 10px rgba(31, 37, 89, 0.04)); 
    

}




.cards__card:hover {
    transform: scale(1.03) !important;
}












form,
.submitted-message {
    ;
}

.inputs-list input, .inputs-list span {
    color: #231F20;
    font-weight: normal;
}


/*** Form label ***/

form label, .hs-form-required {
    color: #1F2559;
    font-weight: 500;
}

/*** Form help text ***/

form legend {
    color: #231F20;
}

/*** Form inputs ***/

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
    border: 1px solid #E7E8F1;
    color: ;
    border-radius: 10px;
    height: 62px;
    box-shadow: 0px 2px 8px rgba(244, 38, 62, 0.04), 0px 1px 3px rgba(31, 37, 89, 0.07);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
    border: 2px solid #E38C93; 
}

.hs-form-field{position:relative;}
.hs-error-msgs{position:absolute;top:100%;left:0;}
.hs-error-msgs li{margin:0;}
.hs-error-msgs li label.hs-error-msg{margin:0;font-size:12px;}
.hs_error_rollup {
    display: none;
}


/*** Form placeholder text ***/

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

::-webkit-input-placeholder {
    color: #231F20;
}

/*** Date picker ***/

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

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

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

/*** Submit button ***/


form input[type=submit],
form .hs-button {
    background-color: 

  
  
    
  


  rgba(41, 117, 159, 1.0)

;
    border: 0px solid #1F2559;
    border-radius: 12px;
    color: #FFFFFF;
    padding: 20px 28px;
    font-size: 16px;

    line-height: 1.125;
    
    -webkit-filter: drop-shadow(0px 2px 6px rgba(31, 37, 89, 0.16));
    filter:         drop-shadow(0px 2px 6px rgba(31, 37, 89, 0.16)); 
    
    font-weight: 500;
}

    

form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
    background-color: 

  
  
    
  


  rgba(41, 117, 159, 1.0)

;
    color: #FFFFFF;
    border: 0px solid #1F2559;
}


    

  
form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
    transform: scale(1.05);
}












table {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: none;
    border-spacing: 0px;
    border-collapse: separate;
    border-right: 1px solid #1F2559;

}

th,
td {
    border: none;
    color: #231F20;
    border-left: 1px solid #1F2559;
    border-bottom: 1px solid #1F2559;
}



thead th,
thead td {
    border: none;
    background-color: 

  
  
    
  


  rgba(41, 117, 159, 1.0)

;
    color: #FFFFFF;

    

}

tfoot td {
    border: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #231F20;
    border-bottom: 1px solid #1F2559;
    border-left: 1px solid #1F2559;
}

tbody + tbody {
    border: none;
    border-top-color: ;

}






.header .logo-company-name {
    line-height: 30px;
}

.header {
    background-color: 

  
  
    
  


  rgba(250, 248, 239, 1.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name {
    
    font-family: Manrope, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 16px;
    color: #29759F;
    line-height: 40px;
    text-transform: none;
    letter-spacing: -0.1px;
}

.submenu.level-2 .menu-item .menu-link,
.header__language-switcher .lang_list_class li a,
.header__language-switcher-label-current {
    
    font-family: Manrope, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 16px;
    color: #231F20;
    line-height: 40px;
    text-transform: none;
    letter-spacing: -0.1px;
}

.navigation-primary a:hover,
.navigation-primary a:focus,
.footer a:hover,
.footer a:focus,
.lang_list_class a:hover,
.lang_list_class a:focus {
    color: #E38C93;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
    color: #29759F;
}

.header__language-switcher .lang_list_class li a:hover,
.header__language-switcher .lang_list_class li a:focus {
    color: #29759F !important;
}

.submenu .level-2 {
    background-color: #fff;
}



@media(min-width: 857px) {

    .submenu.level-2 {
        border: none !important;
        border-radius: 15px !important;
        visibility: hidden !important;
        opacity: 0 !important;
        -prefixes-transition-property: opacity, visibility !important;
        -prefixes-transition-duration: .4s, 0s !important;
        -prefixes-transition-delay: 0s, .4s !important;
        left: unset !important;
        transition: 0.2s ease-in-out !important;
    }

    .submenu.level-1 > li.has-submenu:hover .submenu.level-2 {
        left: unset !important;
        visibility: visible !important;
        opacity: 1 !important;
        -prefixes-transition-delay: 0s, 0s !important;
    }

    .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
        left: unset !important;
    }


    .submenu.level-2 > li {
        border: none !important;
    }
    .submenu.level-2 > li:first-child:before {
        border: none !important;
        top: -6px !important;
        width: 0px !important;
        height: 0px !important;
        display: none !important;
        border-radius: none !important;

    }

    .submenu.level-2 .menu-item:last-of-type, .submenu.level-2 .menu-item:last-of-type .menu-link {
        border-radius: 15px !important;
    }

    .submenu.level-2 .menu-item:first-of-type, .submenu.level-2 .menu-item:first-of-type .menu-link {
        border-radius: 15px !important;
    }
}

@media(max-width: 857px) {



    .header__navigation--toggle.open:after, .header__search--toggle.open:after, .header__language-switcher--toggle.open:after {
        color: #1F2559 !important;
        top: -2px;
        text-transform: capitalize !important;
    }


    body .submenu.level-2 {
        padding-left: 20px;
    }

    body .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
        margin-top: 0px !important;
        border: none !important;
        background-color: #FFFFFF;
    }


}


@media(max-width: 857px) {

    body .navigation-primary a,
    .header__logo .logo-company-name {
        
        font-family: Manrope, sans-serif;
        
        font-weight: 400;
        text-decoration: none;
        font-style: normal;

        font-size: 16px;
        color: #29759F;
        line-height: 40px;
        text-transform: none;
        letter-spacing: -0.1px;
    }

    .submenu.level-2 .menu-item .menu-link,
    .header__language-switcher .lang_list_class li a, 
    .header__language-switcher-label-current {
        
        font-family: Manrope, sans-serif;
        
        font-weight: 400;
        text-decoration: none;
        font-style: normal;

        font-size: 16px;
        color: #231F20;
        line-height: 40px;
        text-transform: none;
        letter-spacing: -0.1px;
    }

    .navigation-primary a:hover,
    .navigation-primary a:focus,
    .footer a:hover,
    .footer a:focus,
    .lang_list_class a:hover,
    .lang_list_class a:focus {
        color: #29759F;
    }

    .submenu.level-2 .menu-item .menu-link:hover,
    .submenu.level-2 .menu-item .menu-link:focus {
        color: #29759F;
    }


    .header__language-switcher .lang_list_class li a:hover,
    .header__language-switcher .lang_list_class li a:focus {
        color: #29759F !important;
    }

}

body .header__search .hs-search-field__input {
    
    font-family: Manrope, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    font-size: 15px;
}



body .navigation-primary a:active {
    color: ;
}

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


body .header__language-switcher .lang_list_class {
    background-color: #fff;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .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: #fff;
}

.header__language-switcher .lang_list_class.first-active::after {
    border-bottom-color: #fff;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
    
    font-family: Manrope, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    font-size: 15px;
}

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

@media(max-width: 767px) {

    .header__navigation {
        background-color: 

  
  
    
  


  rgba(250, 248, 239, 1.0)

;
    }

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

}





.footer {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

 !important;
}

/* Footer Content */

.footer__columns h1,
.footer__columns h2,
.footer__columns h4,
.footer__columns h5,
.footer__columns h6
{

    
    font-family: Manrope, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 18px;
    color: #29759F;
    line-height: 32px;
    text-transform: none;
    letter-spacing: -0.1px;

}



.footer__columns a {

    
    font-family: Manrope;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 16px;
    color: #29759F;
    line-height: 27px;
    text-transform: none;
    letter-spacing: -0.1px;

}

.footer__columns a:hover {
    color: #E38C93;
}

.footer__copyright a:hover {
    color: #29759F;
}




.footer p {

    
    font-family: Manrope, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 16px;
    color: #1F2559;
    line-height: 27px;
    text-transform: none;
    letter-spacing: -0.1px;

}

.footer__copyright {

    
    font-family: Manrope, sans-serif;
    
    font-weight: 400;
    text-decoration: none;
    font-style: normal;

    font-size: 16px;
    color: #231F20;
    line-height: 27px;
    text-transform: none;
    letter-spacing: -0.1px;

}






.blog-post__date {
    border-color: #231F20;
}

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

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

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

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

.blog-pagination__link {
    color: ;
}

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

.blog-post__title {

    
    font-family: Manrope, sans-serif;
    
    font-weight: 700;
    text-decoration: none;
    font-style: normal;

    color: #E38C93;
    font-size: 38px;
    line-height: 48px;
    text-transform: none;
    letter-spacing: -1px;
}

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

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

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






body .icon svg {
    fill: #29759F;
}

body .tns-nav button.tns-nav-active {
    background-color: #29759F;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
    background-color: #29759F;
}

body .social-links__icon {
    background-color: #29759F;
}


body .social-links__icon svg {
    fill: #29759F;
}
body .content_div_section-5-module-1 {margin-bottom: 0px !important;  }
body .content_div_section-5-module-1 + a {
    margin-top: 49px;
    display: inline-block;
}





@media(max-width: 767px) {

body .content_div_section-5-module-1 + a {
    margin-top: 30px !important;
}
    .buttons_container {
        flex-direction: column;
    }

    
    
    

    html {
        font-size: 16px;
    }

    body {
        font-size: 16px;
        
        font-family: Manrope, sans-serif;
        
        font-weight: 400;
        text-decoration: none;
        font-style: normal;
        color: #231F20;
        line-height: 26px;
        text-transform: none;
        letter-spacing: -0.1px;
    }

    /*** Paragraphs ***/

    p {
        font-size: 16px;
        
        font-family: Manrope, sans-serif;
        
        font-weight: 400;
        text-decoration: none;
        font-style: normal;
        color: #231F20;
        line-height: 27px;
        text-transform: none;
        letter-spacing: -0.1px;
    }

    /*** Anchors ***/


    a {
        font-weight: 400;
        text-decoration: none;
        font-style: normal;
        color: #231F20;
        line-height: 26px;
        text-transform: none;
        letter-spacing: -0.1px;
        transition: all .35s ease;
    }

    a:hover,
    a:focus {
        color: #29759F;
    }

    a:active {
        color: ;
    }

    strong {
        transition: 1s all ease-in-out;
    }


    /*** Headings ***/

    h1 {
        
        font-family: Manrope, sans-serif;
        
        font-weight: 700;
        text-decoration: none;
        font-style: normal;
        color: #E38C93;
        font-size: 36px;
        line-height: 44px;
        text-transform: none;
        letter-spacing: -0.1px;
    }

    h2 {
        
        font-family: Manrope, sans-serif;
        
        font-weight: 600;
        text-decoration: none;
        font-style: normal;
        color: #E38C93;
        font-size: 30px;
        line-height: 40px;
        text-transform: none;
        letter-spacing: -1px;
    }

    h3 {
        
        font-family: Manrope;
        
        font-weight: 600;
        text-decoration: none;
        font-style: normal;
        color: #231F20;
        font-size: 24px;
        line-height: 31px;
        text-transform: none;
        letter-spacing: 0px;
    }

    h4 {
        
        font-family: Manrope, sans-serif;
        
        font-weight: 600;
        text-decoration: none;
        font-style: normal;
        color: #E38C93;
        font-size: 22px;
        line-height: 28px;
        text-transform: none;
        letter-spacing: 0px;
    }

    h5 {
        
        font-family: Manrope, sans-serif;
        
        font-weight: 500;
        text-decoration: none;
        font-style: normal;
        color: #1F2559;
        font-size: 18px;
        line-height: 24px;
        text-transform: none;
        letter-spacing: 0px;
    }

    h6 {
        
        font-family: Manrope, sans-serif;
        
        font-weight: 500;
        text-decoration: none;
        font-style: normal;
        color: #1F2559;
        font-size: 16px;
        line-height: 22px;
        text-transform: none;
        letter-spacing: 0px;
    }


    /* Footer Content */

    .footer h1,
    .footer h2,
    .footer h4,
    .footer h5 {

        
        font-family: Manrope, sans-serif;
        
        color: #29759F;

    }

    .footer__columns h6 {

        
        font-family: Manrope, sans-serif;
        
        font-weight: 400;
        text-decoration: none;
        font-style: normal;

        font-size: 18px;
        color: #29759F;
        line-height: 32px;
        text-transform: none;
        letter-spacing: -0.1px;

    }

    .footer__columns a {

        
        font-family: Manrope, sans-serif;
        
        font-weight: 400;
        text-decoration: none;
        font-style: normal;

        font-size: 16px;
        color: #29759F;
        line-height: 27px;
        text-transform: none;
        letter-spacing: -0.1px;

    }

    .footer__columns a:hover {
        color: #E38C93;
    }

    .footer__copyright a:hover {
        color: #29759F;
    }

    .footer p {

        
        font-family: Manrope, sans-serif;
        
        font-weight: 400;
        text-decoration: none, sans-serif;
        font-style: normal;

        font-size: 16px;
        color: #231F20;
        line-height: 27px;
        text-transform: none;
        letter-spacing: -0.1px;

    }

    .footer__copyright {

        
        font-family: Manrope, sans-serif;
        
        font-weight: 400;
        text-decoration: none;
        font-style: normal;

        font-size: 16px;
        color: #231F20;
        line-height: 27px;
        text-transform: none;
        letter-spacing: -0.1px;

    }

}

.widget-type-rich_text img, 
.hs_cos_wrapper_type_inline_rich_text img {
    max-width: 100%;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    -webkit-transform: none;
    transform: none;
}
.header--no-navigation .header__logo {
    margin-right: auto !important;
    margin-left: unset !important;
}
p {
    margin: 0;
}

*+p {
    margin-top: 26px;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

* + h1,* + h2,* + h3,* + h4,* + h5,* + h6{margin-top: 10px;}
.header--no-navigation {
    padding-top: 35px;
    padding-bottom: 35px;
}

.submenu.level-1 > .has-submenu > .menu-arrow {
    background-image: url(https://news.tobeagency.co/hubfs/Tobe%20Elements%20Child%20Theme/Images/menuArrow.svg) !important;

    background-position: center !important;

    -webkit-transform: none !important
        -ms-transform: none !important;
    transform: none !important;
}
.footer * + p {
    margin-top: 9px;
}
.listIcon h2 {
    font-weight: 500;
    line-height: 38px;
}
.header__button .btn-primary-dark {
    font-size: 14px;
    padding: 18px 24px;
}
.header__container__main {
    padding: 22px 0;}
.showBtn {
    height: 23px !important;
    width: 23px !important;}
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.33%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w66 { width: 65%; }
.w66 { width: 66.66%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w95 { width: 95%; }
.w100 { width: 100%; }


.d-flex{display:flex; flex-wrap:wrap;}
.justifyCenter{justify-content: center;}
.justifyBetween{justify-content: space-between;}
.justifyEnd{justify-content: flex-end;}
.alignStart{align-items: flex-start;}
.alignCenter{align-items: center;}
.alignEnd{align-items: flex-end;}


.m0-15{margin-left:-15px; margin-right:-15px}
.ps15{padding-left:15px; padding-right:15px}
.p0-8{padding-left:8px; padding-right:8px;}
.m0-8{margin-left:-8px; margin-right:-8px;}

.ps20{padding-left:20px; padding-right:20px}
.ms20{margin-left:-20px; margin-right:-20px;}

.ps25{padding-left:25px; padding-right:25px}
.ms25{margin-left:-25px; margin-right:-25px;}

[class*= "elements--team-members__member_"] {
    margin: unset !important;
}
[class*="elements-btns-text--styles_"] {
    font-size: 18px;
}
.footer_style_one .footer__container-top {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
}

footer.footer.footer_style_one {
    padding-left: 0;
    padding-right: 0;
}
.footer_style_one .footer__right-column {
    margin-top: 30px;
}

.footer_style_one .footer__container-bottom {
    margin-top: 101px;
    padding: 34px 0 19px;
}
.footer_style_one .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.footer_style_one .footer__container-bottom { background-color: #FAF8EF; }
@media (max-width:1230px ) {
    /*   .container { max-width:1000px } */

    .ps20,.ps25{padding-left:15px; padding-right:15px}
    .ms20,.ms25{margin-left:-15px; margin-right:-15px;}


}

@media (max-width:991px ) {

    .tabw25 { width:25%; }
    .tabw30 { width:30%; }
    .tabw33 { width:33.33%; }
    .tabw40 { width:40%; }
    .tabw50 { width:50%; }
    .tabw60 { width:60%; }
    .tabw66 { width:66.66%; }
    .tabw70 { width:70%; }
    .tabw75 { width:75%; }
    .tabw100 { width:100%; }
    .tab-center{text-align: center;}
    .tabBlock{display:block; margin-right:0;}
    .tabNone{display:none}
    *+p {
        margin-top: 15px;
    }
    .header--no-navigation {
        padding: 20px 0 20px;
    }

}

@media (max-width:767px ){


    .row-fluid [class*="span"] {
         width:100%;
    }
    .mw25 { width:25%; }
    .mw33 { width:33.33%; }
    .mw50 { width:50%; }
    .mw66 { width:66.66%; }
    .mw75 { width:75%; }
    .mw100 { width:100%; }
    .header__logo {
        width: 115px;
    } 
    fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
    }

}