@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/*                           Global SCSS & CSS Vars                           */
/* -------------------------------------------------------------------------- */

/* Colors1 */
.color_green_a_100 {
    color: var(--color-secondary-1, #abb6c4) !important;
}

/*BG Colors1 */
.bg_color-green_a_100 {
    background: var(--color-secondary-1, #abb6c4) !important;
}

/* Colors2 */
.color_green_b_200 {
    color: var(--color-secondary-2, #abb6c4) !important;
}

/*BG Colors2 */
.bg_color-green_b_200 {
    background: var(--color-secondary-2, #abb6c4) !important;
}

/* Colors3 */
.color_green_c_300 {
    color: var(--color-secondary-3, #abb6c4) !important;
}

/*BG Colors3 */
.bg_color-green_c_300 {
    background: var(--color-secondary-3, #abb6c4) !important;
}

/* Colors4 */
.color_green_d_400 {
    color: var(--color-secondary-4, #abb6c4) !important;
}

/*BG Colors4 */
.bg_color-green_d_400 {
    background: var(--color-secondary-4, #abb6c4) !important;
}

/* Colors5 */
.color_green_e_500 {
    color: var(--color-secondary-5, #abb6c4) !important;
}

/*BG Colors5 */
.bg_color-green_e_500 {
    background: var(--color-secondary-5, #abb6c4) !important;
}

/* Colors6 */
.color_green_f_600 {
    color: var(--color-secondary-6, #abb6c4) !important;
}

/*BG Colors6 */
.bg_color-green_f_600 {
    background: var(--color-secondary-6, #abb6c4) !important;
}

/* Colors7 */
.color_green_g_700 {
    color: var(--color-secondary-8, #abb6c4) !important;
}

/*BG Colors7 */
.bg_color-green_g_700 {
    background: var(--color-secondary-8, #abb6c4) !important;
}

/* Colors8 */
.color_green_h_800 {
    color: var(--color-secondary-8, #abb6c4) !important;
}

/*BG Colors8 */
.bg_color-green_h_800 {
    background: var(--color-secondary-8, #abb6c4) !important;
}

/* Colors9 */
.color_green_i_900 {
    color: var(--color-secondary-9, #abb6c4) !important;
}

/*BG Colors9 */
.bg_color-green_i_900 {
    background: var(--color-secondary-9, #abb6c4) !important;
}

/* Colors1 */
.color_primary_green, .color1:not(.custom) {
    color: var(--color-primary-1, #abb6c4) !important;
}

/*BG Colors1 */
.bg_color-primary_green {
    background: var(--color-primary-1, #abb6c4) !important;
}

/* Colors2 */
.color_primary_pink, .color2:not(.custom) {
    color: var(--color-primary-2, #abb6c4) !important;
}

/* Colors3 */
.color_secondary_yellow, .color3:not(.custom) {
    color: var(--color-support-4, #fdcd4a) !important;
}

.btn.color-primary-2, .btn.color-secondary-9 {
    color: #1A1D23 !important;
}

/*BG Colors2 */
.bg_color-primary_pink {
    background: var(--color-primary-2, #abb6c4) !important;
}

/* Colors1 */
.color_white {
    color: var(--color-support-1, #abb6c4) !important;
}

/*BG Colors1 */
.bg_color-white {
    background: var(--color-support-1, #abb6c4) !important;
}

/* Colors2 */
.color_black {
    color: var(--color-support-2, #abb6c4) !important;
}

/*BG Colors2 */
.bg_color-black {
    background: var(--color-support-2, #abb6c4) !important;
}

/* Colors3 */
.color_purple {
    color: var(--color-support-3, #abb6c4) !important;
}

/*BG Colors3 */
.bg_color-purple {
    background: var(--color-support-3, #abb6c4) !important;
}

/* Colors4 */
.color_yellow {
    color: var(--color-support-4, #abb6c4) !important;
}

/*BG Colors4 */
.bg_color-yellow {
    background: var(--color-support-4, #abb6c4) !important;
}

/* Colors5 */
.color_blue {
    color: var(--color-support-5, #abb6c4) !important;
}

/*BG Colors5 */
.bg_color-blue {
    background: var(--color-support-5, #abb6c4) !important;
}

/* Colors6 */
.color_baby_pink {
    color: var(--color-support-6, #abb6c4) !important;
}

/*BG Colors6 */
.bg_color-baby_pink {
    background: var(--color-support-6, #abb6c4) !important;
}

/* Colors1 */
.color_grey_a\:v100 {
    color: var(--color-neutral-1, #abb6c4) !important;
}

/*BG Colors1 */
.bg_color-grey_a {
    background: var(--color-neutral-1, #abb6c4) !important;
}

/* Colors2 */
.color_grey_b\:v200 {
    color: var(--color-neutral-2, #abb6c4) !important;
}

/*BG Colors2 */
.bg_color-grey_b {
    background: var(--color-neutral-2, #abb6c4) !important;
}

/* Colors3 */
.color_grey_c\:v300 {
    color: var(--color-neutral-3, #abb6c4) !important;
}

/*BG Colors3 */
.bg_color-grey_c {
    background: var(--color-neutral-3, #abb6c4) !important;
}

/* Colors4 */
.color_grey_d\:v400 {
    color: var(--color-neutral-4, #abb6c4) !important;
}

/*BG Colors4 */
.bg_color-grey_d {
    background: var(--color-neutral-4, #abb6c4) !important;
}

/* Colors5 */
.color_grey_e\:v500 {
    color: var(--color-neutral-5, #abb6c4) !important;
}

/*BG Colors5 */
.bg_color-grey_e {
    background: var(--color-neutral-5, #abb6c4) !important;
}

/* Colors6 */
.color_grey_f\:v600 {
    color: var(--color-neutral-6, #abb6c4) !important;
}

/*BG Colors6 */
.bg_color-grey_f {
    background: var(--color-neutral-6, #abb6c4) !important;
}

/* Colors7 */
.color_grey_h\:v700 {
    color: var(--color-neutral-7, #abb6c4) !important;
}

/*BG Colors7 */
.bg_color-grey_h {
    background: var(--color-neutral-7, #abb6c4) !important;
}

/* Colors8 */
.color_grey_i\:v800 {
    color: var(--color-neutral-8, #abb6c4) !important;
}

/*BG Colors8 */
.bg_color-grey_i {
    background: var(--color-neutral-8, #abb6c4) !important;
}

.pointer { cursor: pointer; }
.desktop_yes { display: block !important; }
.desktop_no { display: none !important; }
.border10 { border-radius: 10px; }
.border15, .sidebar img { border-radius: 15px; }
.border20 { border-radius: 20px; }
.border25 { border-radius: 25px; }
.border30 { border-radius: 30px; }
.top40 { padding-top: 40px; }

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-12        */
/* -------------------------------------------------------------------------- */
.font-12 {
    font-size: 12px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-12        */
/* -------------------------------------------------------------------------- */
.margin-b-12 {
    margin-bottom: 12px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-14        */
/* -------------------------------------------------------------------------- */
.font-14 {
    font-size: 14px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-14        */
/* -------------------------------------------------------------------------- */
.margin-b-14 {
    margin-bottom: 14px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-16        */
/* -------------------------------------------------------------------------- */
.font-16 {
    font-size: 16px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-16        */
/* -------------------------------------------------------------------------- */
.margin-b-16 {
    margin-bottom: 16px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-18        */
/* -------------------------------------------------------------------------- */
.font-18 {
    font-size: 18px !important;
}

.font-15 {
    font-size: 15px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-18        */
/* -------------------------------------------------------------------------- */
.margin-b-18 {
    margin-bottom: 18px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-20        */
/* -------------------------------------------------------------------------- */
.font-20 {
    font-size: 20px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-20        */
/* -------------------------------------------------------------------------- */
.margin-b-20 {
    margin-bottom: 20px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-22        */
/* -------------------------------------------------------------------------- */
.font-22 {
    font-size: 22px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-22        */
/* -------------------------------------------------------------------------- */
.margin-b-22 {
    margin-bottom: 22px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-24        */
/* -------------------------------------------------------------------------- */
.font-24 {
    font-size: 24px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-24        */
/* -------------------------------------------------------------------------- */
.margin-b-24 {
    margin-bottom: 24px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-26        */
/* -------------------------------------------------------------------------- */
.font-26 {
    font-size: 26px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-26        */
/* -------------------------------------------------------------------------- */
.margin-b-26 {
    margin-bottom: 26px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-28        */
/* -------------------------------------------------------------------------- */
.font-28 {
    font-size: 28px !important;
}
 .boostifai-accordion-header {
  font-size: 22px !important;
}
/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-28        */
/* -------------------------------------------------------------------------- */
.margin-b-28 {
    margin-bottom: 28px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-30        */
/* -------------------------------------------------------------------------- */
.font-30 {
    font-size: 30px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-30        */
/* -------------------------------------------------------------------------- */
.margin-b-30 {
    margin-bottom: 30px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-32        */
/* -------------------------------------------------------------------------- */
.font-32 {
    font-size: 32px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-32        */
/* -------------------------------------------------------------------------- */
.margin-b-32 {
    margin-bottom: 32px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-34        */
/* -------------------------------------------------------------------------- */
.font-34 {
    font-size: 34px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-34        */
/* -------------------------------------------------------------------------- */
.margin-b-34 {
    margin-bottom: 34px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-36        */
/* -------------------------------------------------------------------------- */
.font-36 {
    font-size: 36px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-36        */
/* -------------------------------------------------------------------------- */
.margin-b-36 {
    margin-bottom: 36px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-38        */
/* -------------------------------------------------------------------------- */
.font-38 {
    font-size: 38px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-38        */
/* -------------------------------------------------------------------------- */
.margin-b-38 {
    margin-bottom: 38px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-40        */
/* -------------------------------------------------------------------------- */
.font-40 {
    font-size: 40px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-40        */
/* -------------------------------------------------------------------------- */
.margin-b-40 {
    margin-bottom: 40px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-42        */
/* -------------------------------------------------------------------------- */
.font-42 {
    font-size: 42px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-42        */
/* -------------------------------------------------------------------------- */
.margin-b-42 {
    margin-bottom: 42px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-44        */
/* -------------------------------------------------------------------------- */
.font-44 {
    font-size: 44px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-44        */
/* -------------------------------------------------------------------------- */
.margin-b-44 {
    margin-bottom: 44px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-46        */
/* -------------------------------------------------------------------------- */
.font-46 {
    font-size: 46px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-46        */
/* -------------------------------------------------------------------------- */
.margin-b-46 {
    margin-bottom: 46px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-48        */
/* -------------------------------------------------------------------------- */
.font-48 {
    font-size: 48px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-48        */
/* -------------------------------------------------------------------------- */
.margin-b-48 {
    margin-bottom: 48px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-50        */
/* -------------------------------------------------------------------------- */
.font-50 {
    font-size: 50px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-50        */
/* -------------------------------------------------------------------------- */
.margin-b-50 {
    margin-bottom: 50px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-52        */
/* -------------------------------------------------------------------------- */
.font-52 {
    font-size: 52px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-52        */
/* -------------------------------------------------------------------------- */
.margin-b-52 {
    margin-bottom: 52px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-54        */
/* -------------------------------------------------------------------------- */
.font-54 {
    font-size: 54px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-54        */
/* -------------------------------------------------------------------------- */
.margin-b-54 {
    margin-bottom: 54px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-56        */
/* -------------------------------------------------------------------------- */
.font-56 {
    font-size: 56px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-56        */
/* -------------------------------------------------------------------------- */
.margin-b-56 {
    margin-bottom: 56px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-58        */
/* -------------------------------------------------------------------------- */
.font-58 {
    font-size: 58px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-58        */
/* -------------------------------------------------------------------------- */
.margin-b-58 {
    margin-bottom: 58px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-60        */
/* -------------------------------------------------------------------------- */
.font-60 {
    font-size: 60px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-60        */
/* -------------------------------------------------------------------------- */
.margin-b-60 {
    margin-bottom: 60px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-62        */
/* -------------------------------------------------------------------------- */
.font-62 {
    font-size: 62px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-62        */
/* -------------------------------------------------------------------------- */
.margin-b-62 {
    margin-bottom: 62px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Font Class SCSS & CSS Stying  .font-64        */
/* -------------------------------------------------------------------------- */
.font-64 {
    font-size: 64px !important;
}

/* -------------------------------------------------------------------------- */
/*                           Margin Class SCSS & CSS Stying  .font-64        */
/* -------------------------------------------------------------------------- */
.margin-b-64 {
    margin-bottom: 64px !important;
}

.margin-b-0 {
    margin-bottom: 0 !important;
}

.font-italic {
    font-style: italic !important;
}

.font-bold, .boostifai-accordion-header {
    font-weight: bold !important;
}

.font-normal {
    font-weight: normal !important;
}

.list-normal {
    list-style: none !important;
}
.list-normal li {
    margin-bottom: 12px;
    color: #1A1D23;
    font-size: 15px;
    display: block;
}
.list-normal li a {
    text-decoration: none;
    color: #1A1D23;
    font-size: 15px;
    display: block;
    font-family: font-family: var(--second-family, sans-serif);
    font-weight: 600;
}
.list-normal li a:hover {
    color: #1200D6;
}
.list-normal li a:hover i {
    transform: rotate(20deg);
}

/* -------------------------------------------------------------------------- */
/*                           Basic SCSS & CSS Stying                           */
/* -------------------------------------------------------------------------- */
a,
button,
input,
select,
h1,
h2,
h3,
h4,
h5,
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    -webkit-font-smoothing: antialiased;
}

/* basic styling */
select,
input,
button,
a {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    -webkit-font-smoothing: antialiased;
}

/* Reset for input checkboxes */
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    margin: 3px 5px 0 0;
    position: relative;
    top: 4px;
}

a {
    color: var(--color-support-2, #222830);
    text-decoration: underline;
}

p a, ul.list a { color: var(--color-primary-1, #abb6c4); text-decoration: none; }

ul.list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 12px;
    margin-bottom: 24px;
}
ul.list.list2 {
    gap: 8px;
}
ul.list.list2 li {
    font-weight: 400;
    font-size: 15px;
    display: block;
}
ul.list.list2 li:before {
    background-image: url(../img/sections/list2.svg);
    width: 10px;
    height: 11px;
}
ul.list.list2.large {
    gap: 14px;
}
ul.list.list2.large li {
    color: var(--color-support-1, #fff);
    font-size: 20px;
    font-weight: 400;
}
ul.list.list2.large li:before {
    width: 16px;
    height: 16px;
    background-image: url(../img/sections/list2.svg);
}
ul.list.inline {
    flex-direction: row;
    gap: 35px;
}
ul.list li {
    color: var(--color-support-2, #222830);
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
ul.list li:before {
    background-image: url(../img/sections/list1.svg);
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: -10px;
    position: absolute;
    top: 2px;
}

ul.list.list2 li:before { top: 5px;}

.link {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-primary-1, #06d6a0);
}
.link:hover {
    opacity: 0.8;
}


/* -------------------------------------------------------------------------- */
/*                                  Form Wrap                                 */
/* -------------------------------------------------------------------------- */
.form-wrap, .gform-body {
    margin-bottom: 16px;
}x
.gform-body h1, 
.gform-body h2,
.gform-body h3, 
.gform-body h4, 
.gform-body h5,
.gform-body h6 { color: var(--color-support-2, #222830); }
.form-wrap .text-area label, .gform-body .text-area label {
    top: 20px;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: block !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin: 10px 0 8px !important;
    padding: 0;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label { font-size: 13px !important; }
.gform_wrapper.gravity-theme .gfield_required { display: none !important; }
/*
.form-wrap label, .gform-body label:not(.btn-basic) {
color: var(--color-support-2, #222830);
font-size: 14px;
line-height: 100%;
font-weight: 400;
position: absolute;
left: 32px;
top: 50%;
z-index: 1;
transform: translateY(-50%);
}
.form-wrap label span, .gform-body label span {
color: var(--color-primary-2, #ef476f);
font-size: 11px;
line-height: 100%;
font-weight: 400;
}
*/
.form-wrap input, .gform-body input:not([type='checkbox']),
.form-wrap textarea, .gform-body textarea {
    background: var(--color-secondary-1, #F3F6F6);
    padding: 16px !important;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: var(--color-support-2, #222830);
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2, .gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction { 
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    font-family: var(--font-family, sans-serif) !important;
    letter-spacing: normal !important;
}

.gfield--type-choice .gform-field-label { position: relative; top: 3px; }
.gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 8px !important; }
.form-wrap, .gform-body { margin-bottom: 0 !important; }
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer { margin: 0 !important; }
.form-wrap input:not(:-moz-placeholder-shown) ~ label, .form-wrap textarea:not(:-moz-placeholder-shown) ~ label {
    z-index: -1;
}
.form-wrap input:focus ~ label,
.form-wrap textarea:focus ~ label,
.form-wrap input:not(:placeholder-shown) ~ label,
.form-wrap textarea:not(:placeholder-shown) ~ label {
    z-index: -1;
}

/* -------------------------------------------------------------------------- */
/*                                     Hs                                     */
/* -------------------------------------------------------------------------- */
h1 {
    font-family: var(--second-family, sans-serif);
    letter-spacing: -2px;
     color: #1A1D23;
    font-size: 64px;
    line-height: 100%;
    font-weight: 700;
}

h2 {
     color: #1A1D23;
    font-family: var(--second-family, sans-serif);
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 52px;
    font-weight: 700;
}

h3 {
    color: #1A1D23;
    font-size: 40px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 16px;
}

h4 {
     color: #1A1D23;
    font-size: 24px;
    line-height: 120%;
    font-weight: 800;
    margin-bottom: 16px;
}

h5 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    -webkit-font-smoothing: antialiased;
     color: #1A1D23;
    font-size: 18px;
    line-height: 90%;
    font-weight: 700;
}

h6 {
     color: #1A1D23;
    font-size: 15px;
    line-height: 90%;
    font-weight: 700;
}

.h1 {
    font-family: var(--second-family, sans-serif);
    letter-spacing: -2px;
    color: #1A1D23;
    font-size: 64px;
    line-height: 100%;
    font-weight: 700;
}

.h2 {
    font-family: var(--second-family, sans-serif);
    letter-spacing: -2px;
    color: #1A1D23;
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
}

.h3 {
    color: #1A1D23;
    font-family: var(--font-family, sans-serif);
    letter-spacing: 0px;
    font-size: 40px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 16px;
}

.h4 {
    color: var(--color-support-2, #222830);
    font-family: var(--font-family, sans-serif);
    letter-spacing: 0px;
    font-size: 24px;
    line-height: 120%;
    font-weight: 800;
    margin-bottom: 16px;
}

.h5 {
     color: #1A1D23;
    font-family: var(--font-family, sans-serif);
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 90%;
    font-weight: 700;
}

.h6 {
     color: #1A1D23;
    font-family: var(--font-family, sans-serif);
    letter-spacing: 0px;
    font-size: 15px;
    line-height: 90%;
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--font-family, sans-serif);
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    line-height: 1.2;
     color: #1A1D23;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}
/* -------------------------------------------------------------------------- */
/*                      basic buttons with color variant                      */
/* -------------------------------------------------------------------------- */
.btn {
    background: var(--primarygreen, #06d6a0);
    border-radius: 30px;
    padding: 16px 20px 16px 20px;
    color: var(--color-support-2, #222830);
    font-family: var(--font-family, sans-serif);
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    border: none;
    display: inline-flex;
    gap: 8px;
    transition: all 0.3s ease;
}
main .btn { margin-right: 10px; }
.btn:hover { transform: scale(1.1); }
.btn-fixed { position: fixed; bottom: 20px; right: 20px; z-index: 100; }
.btn-medium {
    padding: 20px 24px;
    font-size: 15px;
}
.btn-extend {
    padding-left: 56px;
    padding-right: 56px;
}
.btn-extend-sm {
    padding-left: 48px;
    padding-right: 48px;
}
.btn-large {
    border-radius: 60px;
    padding: 24px 56px;
    font-size: 18px;
}
/*.btn:hover, .btn:active {
background: var(--color-action-1, #07f8b9);
color: var(--color-support-2, #222830);
}*/
.btn.btn-primary-color-1 {
    background: var(--color-primary-1, #06d6a0);
    color: #fff !important;
}
.btn.btn-primary-color-1:hover, .btn.btn-primary-color-1:active {
    background: var(--color-primary-1, #06d6a0);
}
.btn.btn-primary-color-2 {
    background: var(--color-primary-2, #ef476f);
    color: var(--color-support-1, #fff);
}
.btn.btn-primary-color-2:hover, .btn.btn-primary-color-2:active {
    background: var(--color-primary-2, #ef476f);
    color: var(--color-support-1, #fff);
}
.btn.btn-secondary-color-1 {
    background: var(--color-support-4, #fdcd4a);
}
.btn.btn-secondary-color-1:hover, .btn.btn-secondary-color-1:active {
    background: var(--color-support-4, #fdcd4a);
}
.btn.btn-secondary-color-2 {
    background: var(--color-secondary-9, #09534e);
    color: var(--color-support-1, #fff);
}
.btn.btn-secondary-color-2:hover, .btn.btn-secondary-color-2:active {
    background: var(--color-secondary-9, #09534e);
    color: var(--color-support-1, #fff);
}
.btn.btn-basic-outline {
    border: 1px solid var(--color-secondary-9, #09534e);
    background: none;
    color: var(--color-secondary-9, #09534e);
}
.btn.btn-basic-outline:hover, .btn.btn-basic-outline:active {
    border: 1px solid var(--color-secondary-9, #09534e);
    background: none;
    color: var(--color-secondary-9, #09534e);
}
.btn.btn-basic-ghost {
    padding: 0;
    border: none;
    background: none;
    /*color: var(--color-primary-1, #06d6a0);*/
}
.btn.btn-basic-ghost i.fa.fa-arrow-right {
    transform: rotate(-45deg);
}
.btn.btn-basic-ghost:hover, .btn.btn-basic-ghost:active {
    transform: scale(1);
    border: none;
    background: none;
    /*color: var(--color-primary-1, #06d6a0);*/
}
.btn.btn-basic {
    font-size: 13px;
    font-weight: normal;
    padding: 12px 16px;
    border: 1px solid var(--color-secondary-2, #F3F6F6);
    background: var(--color-secondary-2, #F3F6F6);
    color: var(--color-neutral-8, #333c48);
    cursor: pointer;
}
.btn.btn-basic:hover, .btn.btn-basic:active {
    transform: scale(1);
    border: 1px solid var(--color-secondary-2, #F3F6F6);
    background: var(--color-secondary-2, #F3F6F6);
    color: var(--color-neutral-8, #333c48);
}

.font-size-body {
    font-size: 14px !important;
}

/* Dynamic font size classes */
.font-size-sm {
    font-size: calc(var(--base-font-size) -1px) !important; /* 80% of base font size */
}

.font-size-md {
    font-size: calc(var(--base-font-size) * 1) !important; /* Same as base font size */
}

.font-size-lg {
    font-size: calc(var(--base-font-size) * 1.2) !important; /* 120% of base font size */
}

.fixed-height {
    min-height: 100px; /* Define your desired fixed height */
    overflow: hidden;
    padding: 0; /* 6px */
    position: relative;
}

#menu-hoofdmenu > li.current-menu-item > a,
#menu-hoofdmenu > li > a:hover,
#menu-topmenu > li.current-menu-item > a,
#menu-topmenu > li > a:hover {
	color: var(--color-primary-1, #06d6a0) !important;
}

@media (max-width: 1200px) {
    h1 {
        font-size: 50px;
        line-height: 62px;
    }
    h2 {
        font-size: 36px;
        line-height: 48px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    .h1 {
        font-size: 50px;
        line-height: 62px;
    }
    .h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .h3 {
        font-size: 28px;
    }
    .h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {  font-size: 14px; }

    .font-24 {
        font-size: 18px !important;
    }
    .font-18 {
        font-size: 13.5px !important;
    }
    .picture-wrap .word-specific { right: -40px !important; top: 40% !important; }
}
@media (max-width: 991px) {
    h1, .h1 {
        font-size: 40px;
        line-height: 42px;
        letter-spacing: -1px;
    }
    h2, .h2 {
        font-size: 32px;
        line-height: 30px;
        letter-spacing: -1px;
    }
    h3, .h3 {
        font-size: 28px;
    }
    h4, .h4 {
        font-size: 24px;
    }
    h5, .h5 {
        font-size: 18px;
    }
    h6, .h6 {
        font-size: 16px;
    }
    .font-24 {
        font-size: 16px !important;
    }
    .font-18 {
        font-size: 13px !important;
    }
    ul.list.inline {
        flex-direction: column;
        gap: 9px;
    }
    .picture-wrap .word-specific {
        right: -80px !important;
        top: 120px !important;
    }
}
/* -------------------------------------------------------------------------- */
/*                                   Header                                   */
/* -------------------------------------------------------------------------- */
header {
    background: var(--color-secondary-2, #09534e);
    padding-bottom: 38px;
}
header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    animation: slideDown 0.35s ease-out;
    padding: 16px 0;
}
header.sticky .logo {
    max-width: 129px;
}
header.sticky .top-menu,
header.sticky a.phone-header {
    display: none;
}
header button {
    display: flex;
    align-items: center;
}

.inner-container {
    display: flex;
    align-items: center;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.navbar-brand {
  padding: 0;
  line-height: 0;
  width: 200px;
}

.phone-header {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    background: var(--white, #ffffff);
    border-radius: 0px 0px 30px 30px;
    padding: 10px 32px;
    align-items: center;
    justify-content: center;
    color: var(--color-support-2, #222830);
    font-size: 13px;
    line-height: 100%;
    font-weight: 700;
    text-decoration: none;
}

.top-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
    gap: 12px;
}
.top-menu li {
    list-style: none;
}
.top-menu li a {
    color: #1A1D23;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    text-decoration: none;
}

ul.top-menu.bottom-header {
    display: none;
}

.show {
    display: block;
}

.hide {
    display: none;
}

/* -------------------------------------------------------------------------- */
/*                                   Nav Bar                                  */
/* -------------------------------------------------------------------------- */
.navbar-expand-lg {
    margin: 0;
}
@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
    .mr-md-4 { margin-right: 30px; }
}
.navbar-expand-lg .navbar-collapse .btn {
    padding: 12px 24px 12px 20px;
}

.navbar-nav {
    gap: 24px;
    margin-right: 20px;
}
.navbar-nav .nav-item .nav-link {
    color: #1A1D23;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    padding: 0;
}

/* -------------------------------------------------------------------------- */
/*                                 Bread Crunb                                */
/* -------------------------------------------------------------------------- */
.bread-crumb-menu {
    background: var(--color-secondary-2, #09534e);
    padding: 10px 0;
}
.bread-crumb-menu .breadcrumb {
    margin: 0;
}
.bread-crumb-menu .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--color-secondary-3, #dfe7e6);
}
.bread-crumb-menu .breadcrumb span {
    font-weight: normal;
    font-size: 12px;
    color: #1A1D23;
}
.bread-crumb-menu .breadcrumb span a {
    font-weight: 600;
    font-size: 12px;
    color: #1A1D23;
    text-decoration: none;
}

main {
    overflow: hidden;
}

/* -------------------------------------------------------------------------- */
/*                                // Sections Global Styling                           */
/* -------------------------------------------------------------------------- */
.left-form h1,
.left-form h2,
.left-form h3,
.right-form h1,
.right-form h2,
.right-form h3 {
    color: var(--color-support-2, #222830);
}
/*
.section-two-col .left-form h2 span {
background-image: url(../img/sections/icon-bg3.svg);
background-size: auto;
padding: 21px 20px 10px;
background-position: center;
}
.section-two-col .left-form h2 line {
background-image: url("../img/sections/line-2.svg");
}
*/

section { padding: 46px 0; }
body.page:not(.home) section:first-child { padding-top: 20px !important; }


.section-two-col {
  background: #d5e3fe;
}
.section-two-col.version-inverse {
    background: var(--color-secondary-2, #F3F6F6);
}
section.version-inverse h1,
section.version-inverse h2,
section.version-inverse h3,
section.version-inverse h4,
section.version-inverse h5,
section.version-inverse h6,
section.version-inverse p,
section.version-inverse li {
    color: var(--color-support-2, #222830) !important;
}
.section-two-col:not(.version-inverse) ul.list.list2 li {
    color: var(--color-support-1, #fff);
}
.section-two-col:not(.version-inverse) ul.list.list2 li::before {
  background-image: url(../img/sections/list2.svg);
}
.section-two-col p {
    color: #1A1D23;
    font-size: 15px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 24px;
}
.section-16 p { font-size: 18px; }
.section-two-col .h6,
.section-two-col .h5 {
    margin-bottom: 12px;
}
/*
.section-two-col h4 {
color: var(--color-support-1, #fff);
margin-bottom: 12px;
}
*/
.section-two-col .heading.h1 {
    margin-bottom: 36px;
    color: var(--color-support-1, #fff);
}
@media (max-width: 991px) {
    .section-two-col .heading.h1 {
        margin-bottom: 18px;
    }
    section { padding: 30px 0; }
}
section .heading span, section .gfield_html span {
    padding: 0 19px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -19px;
    background-position: center;
}
/*
h1 .section-two-col h1 span, .section-two-col h2 span {
background-image: url(../img/sections/icon-bg1.svg);
padding: 18px 15px 5px;
margin-left: -15px;
}
*/

section .heading line, section .gfield_html line {
    padding: 14px 0 5px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
    background-position: bottom;
    display: inline;
}
section .gfield_html line { padding-bottom: 0; }
/*
.section-two-col h1 dot,
.section-two-col h2 dot {
color: var(--color-primary-1, #06d6a0);
}
*/
.section-two-col.content-justify p {
    line-height: 160%;
}
.section-two-col .img-group {
    display: inline-flex;
    margin-left: auto;
    position: relative;
}
.section-two-col .img-group img.badge-tag {
    position: absolute;
    bottom: 20px;
    left: -80px;
}
.section-two-col .img-group.xl-img {
    padding-bottom: 60px;
}
.section-two-col .img-group.xl-img img.badge-tag {
    position: absolute;
    bottom: -18px;
    left: auto;
    right: 13%;
}

.section-one-col {
    background: var(--color-secondary-9, #09534e);
}
.section-one-col.version-inverse {
    background: var(--color-secondary-2, #F3F6F6);
}
.section-one-col.version-inverse .heading.h1,
.section-one-col.version-inverse p {
    color: var(--color-support-2, #222830);
}
.section-one-col:not(.version-inverse) ul.list.list2 li {
    color: var(--color-support-1, #fff);
}
.section-one-col:not(.version-inverse) ul.list.list2 li:before {
    background-image: url(../img/sections/list3.svg);
}
.section-one-col p {
  color: #1A1D23;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 24px;
}
.section-one-col h6,
.section-one-col h5 {
    margin-bottom: 12px;
}
.section-one-col h4 {
    color: #1A1D23;
    margin-bottom: 12px;
}
.section-one-col .h1,
.section-one-col .h2 {
    margin-bottom: 24px;
    color: #1A1D23;
}
@media (max-width: 991px) {
    .section-one-col .h1,
    .section-one-col .h2 {
        margin-bottom: 16px;
    }
}
.section-one-col h1 span,
.section-one-col h2 span {
    background-image: url(../img/sections/icon-bg.svg);
    padding: 0 19px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -19px;
    background-position: center;
}
h1 .section-one-col h1 span, .section-one-col h2 span {
    background-image: url(../img/sections/icon-bg1.svg);
    padding: 18px 15px 5px;
    margin-left: -15px;
}

/*
.section-one-col .heading line {
padding: 14px 0 5px;
background-size: contain;
background-repeat: no-repeat;
margin-left: 0;
background-position: bottom;
display: inline;
}
*/
.section-one-col h1 dot,
.section-one-col h2 dot {
    color: var(--color-primary-1, #06d6a0);
}
.section-one-col.group-container {
    padding: 40px 0;
}
.section-one-col.card-extended {
    padding: 32px 0;
    position: relative;
}
.section-one-col.card-extended:after {
    content: "";
    display: block;
    height: 80px;
    width: 100%;
    background: var(--color-secondary-9, #09534e);
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-one-col.card-extended .card {
    z-index: 1;
    padding: 56px;
    background: var(--color-support-4, #fdcd4a);
    border: none;
}
.section-one-col.card-extended .card ul.list li:before {
    background-image: url(../img/sections/list6.svg);
}
.section-one-col.card-extended .card .btn-justify {
    display: flex;
    align-items: center;
    gap: 16px;
}
.section-one-col.card-extended .card .btn-justify p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.section-one-col.card-extended .card .img-card-bt {
    /* height: 100%; */
    max-width: 445px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    /* height: 456px; */
    top: 0;
}
.section-one-col.card-extended .card .img-card-bt img {
    height: 100%;
    width: auto;
}

.section-one-col-left {
    /* -------------------------------------------------------------------------- */
    /*                                // Section Styling                           */
    /* -------------------------------------------------------------------------- */
    background: var(--color-secondary-9, #09534e);
    padding: 56px 0;
}
.section-one-col-left.version-inverse {
    background: var(--color-secondary-2, #F3F6F6);
}
.section-one-col-left.version-inverse h1,
.section-one-col-left.version-inverse h2,
.section-one-col-left.version-inverse h4,
.section-one-col-left.version-inverse h5,
.section-one-col-left.version-inverse h6,
.section-one-col-left.version-inverse p {
    color: var(--color-support-2, #222830);
}
.section-one-col-left:not(.version-inverse) ul.list.list2 li {
    color: var(--color-support-1, #fff);
}
.section-one-col-left:not(.version-inverse) ul.list.list2 li:before {
    background-image: url(../img/sections/list3.svg);
}
.section-one-col-left p {
    color: var(--color-support-1, #fff);
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 16px;
}
.section-one-col-left h6,
.section-one-col-left h5 {
    margin-bottom: 12px;
}
.section-one-col-left h4 {
    color: var(--color-support-1, #fff);
    margin-bottom: 12px;
}
.section-one-col-left h1,
.section-one-col-left h2 {
    margin-bottom: 16px;
    color: var(--color-support-1, #fff);
}
@media (max-width: 991px) {
    .section-one-col-left h1,
    .section-one-col-left h2 {
        margin-bottom: 8px;
    }
}
.section-one-col-left h1 span,
.section-one-col-left h2 span {
    background-image: url(../img/sections/icon-bg.svg);
    padding: 0 19px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -19px;
    background-position: center;
}
h1 .section-one-col-left h1 span, .section-one-col-left h2 span {
    background-image: url(../img/sections/icon-bg1.svg);
    padding: 18px 15px 5px;
    margin-left: -15px;
}

/*
.section-one-col-left h1 line,
.section-one-col-left h2 line {
background-image: url(../img/sections/line.svg);
padding: 14px 0;
background-size: contain;
background-repeat: no-repeat;
margin-left: 0;
background-position: bottom;
display: inline;
}
*/
.section-one-col-left h1 dot,
.section-one-col-left h2 dot {
    color: var(--color-primary-1, #06d6a0);
}

.section-two-row-odd {
    /* -------------------------------------------------------------------------- */
    /*                                // Section Styling                           */
    /* -------------------------------------------------------------------------- */
    background: var(--color-secondary-9, #09534e);
    padding: 64px 0;
}
.section-two-row-odd.version-inverse {
    background: var(--color-secondary-2, #F3F6F6);
}
.section-two-row-odd.version-inverse h1,
.section-two-row-odd.version-inverse h2,
.section-two-row-odd.version-inverse h3,
.section-two-row-odd.version-inverse h4,
.section-two-row-odd.version-inverse h5,
.section-two-row-odd.version-inverse h6,
.section-two-row-odd.version-inverse p {
    color: var(--color-support-2, #222830);
}
.section-two-row-odd:not(.version-inverse) ul.list.list2 li {
    color: var(--color-support-1, #fff);
}
.section-two-row-odd:not(.version-inverse) ul.list.list2 li:before {
    background-image: url(../img/sections/list3.svg);
}
.section-two-row-odd p {
    color: #1A1D23;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 16px;
}
.section-two-row-odd .card p { font-size: 15px; }
.section-two-row-odd h6,
.section-two-row-odd h5 {
    margin-bottom: 12px;
}
.section-two-row-odd h4 {
    color: #1A1D23;
    margin-bottom: 12px;
}
.section-two-row-odd h1,
.section-two-row-odd h2 {
    margin-bottom: 16px;
    color: #1A1D23;
}
@media (max-width: 991px) {
    .section-two-row-odd h1,
    .section-two-row-odd h2 {
        margin-bottom: 8px;
    }
}
.section-two-row-odd h1 span,
.section-two-row-odd h2 span {
    background-image: url(../img/sections/icon-bg.svg);
    padding: 0 19px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -19px;
    background-position: center;
}
h1 .section-two-row-odd h1 span, .section-two-row-odd h2 span {
    background-image: url(../img/sections/icon-bg1.svg);
    padding: 18px 15px 5px;
    margin-left: -15px;
}

/*
.section-two-row-odd h1 line,
.section-two-row-odd h2 line {
background-image: url(../img/sections/line.svg);
padding: 14px 0;
background-size: contain;
background-repeat: no-repeat;
margin-left: 0;
background-position: bottom;
display: inline;
}
*/
.section-two-row-odd h1 dot,
.section-two-row-odd h2 dot {
    color: var(--color-primary-1, #06d6a0);
}
.section-two-row-odd p {
    line-height: 160%;
}

.section-two-row-even {
    /* -------------------------------------------------------------------------- */
    /*                                // Section Styling                           */
    /* -------------------------------------------------------------------------- */
    background: var(--color-secondary-9, #09534e);
    padding: 94px 0;
}
.section-two-row-even.version-inverse {
    background: var(--color-secondary-5, #c8e4dd);
}
.section-two-row-even.version-inverse h1,
.section-two-row-even.version-inverse .h1,
.section-two-row-even.version-inverse h2,
.section-two-row-even.version-inverse .h2,
.section-two-row-even.version-inverse h4,
.section-two-row-even.version-inverse h5,
.section-two-row-even.version-inverse h6,
.section-two-row-even.version-inverse .h6,
.section-two-row-even.version-inverse p {
    color: var(--color-support-2, #222830) !important;
}
.section-two-row-even:not(.version-inverse) ul.list.list2 li {
    color: var(--color-support-1, #fff);
}
.section-two-row-even:not(.version-inverse) ul.list.list2 li:before {
    background-image: url(../img/sections/list3.svg);
}
.section-two-row-even p {
  color: var(--color-support-1, #fff);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 20px;
}
.section-two-row-even li { font-weight: 400; line-height: 140%; }
.section-two-row-even h6,
.section-two-row-even h5 {
    margin-bottom: 12px;
}
.section-two-row-even h4 {
    color: var(--color-support-1, #fff);
    margin-bottom: 12px;
}
.section-two-row-even h1,
.section-two-row-even h2 {
    margin-bottom: 16px;
    color: var(--color-support-1, #fff);
}
@media (max-width: 991px) {
    .section-two-row-even h1,
    .section-two-row-even h2 {
        margin-bottom: 8px;
    }
}
.section-two-row-even h1 span,
.section-two-row-even h2 span {
    background-image: url(../img/sections/icon-bg.svg);
    padding: 0 19px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -19px;
    background-position: center;
}
h1 .section-two-row-even h1 span, .section-two-row-even h2 span {
    background-image: url(../img/sections/icon-bg1.svg);
    padding: 18px 15px 5px;
    margin-left: -15px;
}

/*
.section-two-row-even h1 line,
.section-two-row-even h2 line {
background-image: url(../img/sections/line.svg);
padding: 14px 0;
background-size: contain;
background-repeat: no-repeat;
margin-left: 0;
background-position: bottom;
display: inline;
}
*/
.section-two-row-even h1 dot,
.section-two-row-even h2 dot {
    color: var(--color-primary-1, #06d6a0);
}

/* -------------------------------------------------------------------------- */
/*                             Global Card Styling                            */
/* -------------------------------------------------------------------------- */
.card {
    background: var(--white, #ffffff);
    border-radius: 16px;
    padding: 30px 40px;
    border: none;
    box-shadow: 0px 0px 24px 0px rgba(112, 144, 176, 0.16);
}
.card.card2 {
    padding: 30px 40px;
    box-shadow: none;
    background-color: #D5E3FE;
    border-radius: 24px;
    border: none;
}

.testimonials .card p {
	color: #1A1D23
}
.card p {
    color: #fff;
}
.card small {
    font-size: 14px;
}

/* -------------------------------------------------------------------------- */
/*                             BTN Wrap                           */
/* -------------------------------------------------------------------------- */
.btn-wrap {
    position: relative;
    padding-bottom: 50px;
}
.btn-wrap .btn {
    position: relative;
}
/*
.btn-wrap .sub-indicator {
background-image: url(../img/sections/indicator.svg);
padding: 16px 90px 0 132px;
background-size: auto;
background-repeat: no-repeat;
background-position: left 56px center;
text-align: center;
font-family: var(--second-family, sans-serif);
position: absolute;
font-weight: 400;
left: 0;
bottom: 0;
width: 449px;
font-size: 14px;
}
.btn-wrap .sub-indicator.indicator2 {
background-image: url(../img/sections/indicato-w.svg);
}
*/

.btn-wrap-center {
    position: relative;
    padding-bottom: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.btn-wrap-center .indicator {
    position: relative;
}
.sub-indicator {
    background-image: url(../img/sections/indicator.svg);
    padding: 16px 0 0 65px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left 3px center;
    text-align: center;
    font-family: var(--second-family, sans-serif);
    font-size: 14px;
    width: 248px;
    position: relative;
    left: 50%;
    top: 100%;
}
.sub-indicator.indicator2 {
    background-image: url(../img/sections/indicator-w.svg);
}
.btn-wrap .sub-indicator { left: 10%; }

.card .sub-indicator {
    background-image: url(../img/sections/indicator.svg) !important;
    color: var(--color-support-2, #222830) !important;
    left: 15%;
}

.auth {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.auth .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 60px;
    margin-right: -20px;
    overflow: hidden;
}

.slick-track {
    display: flex !important;
    gap: 15px;
}

.slick-list {
    padding-bottom: 55px !important;
    margin: 0 -30px !important;
}
.slick-list:not(.centered) .testimonial.slick-center {
    animation: pullDown 0.35s ease-out;
    transform: translateY(50px);
}
.slick-list.centered .testimonial:not(.slick-center) {
    animation: pullDown 0.35s ease-out;
    transform: translateY(50px);
}

.testimonials ul.slick-dots { margin-top: 20px; }
ul.slick-dots { display: flex !important; margin-top: 20px !important; }
ul.slick-dots > li { display: inline-block; }
ul.slick-dots > li:only-child { display: none; }

@keyframes pullDown {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(50px);
    }
}
.btn.color-primary-1 {
  color: #fff;
}
.boostifai-accordion-item {
    border-bottom: 1px solid var(--color-secondary-1, #5a8684);
    padding: 25px 0;
}
.boostifai-accordion-item:first-child {
    border-top: none;
}
.boostifai-accordion-header {
    cursor: pointer;
    color: #1A1D23;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boostifai-accordion-header i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-secondary-1, #06d6a0);
    /* ----------------------------- color: $black; ----------------------------- */
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 18px;
    /* --------------------- text-shadow: 0px 0px 2px BLACK; -------------------- */
    display: none;
}
.boostifai-accordion-header i:not(.minus) {
    display: flex;
}
.boostifai-accordion-header:hover {
    opacity: 0.9;
}
.boostifai-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.boostifai-accordion-content p {
    font-size: 15px;
    margin-bottom: 20px;
}
.boostifai-accordion-content ul.list li, .boostifai-accordion-content ul.list li a {
    color: var(--color-support-1, #fff);
}
.boostifai-accordion-content :last-child {
    margin-bottom: 0 !important;
}
.boostifai-accordion-item.active i {
    display: none;
}
.boostifai-accordion-item.active i:not(.plus) {
    display: flex;
}
.boostifai-accordion-item .boostifai-accordion-content {
    margin-bottom: 16px;
    display: none;
}
.boostifai-accordion-item.active .boostifai-accordion-content {
    max-height: 1500px;
    display: block;
}

.boostifai-accordion-item .boostifai-accordion-content { display: none; margin-top: 16px; }

.version-inverse .boostifai-accordion-header {
    color: var(--color-support-2, #222830);
}
.version-inverse .boostifai-accordion-content ul.list li {
    color: var(--color-support-2, #222830);
}

/* -------------------------------------------------------------------------- */
/*                            Pricing  Css                            */
/* -------------------------------------------------------------------------- */
.pricing-wrap {
    --gap: 30px;
    --columns: 3;
    display: flex;
    gap: var(--gap);
    margin-bottom: 56px;
}
.pricing-wrap .card {
    flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
    border-radius: 24px;
    padding: 40px 32px;
    align-items: flex-start;
}
.pricing-wrap .card .tag {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-support-2, #222830);
    background: var(--color-support-4, #fdcd4a);
    position: absolute;
    right: 32px;
    top: -18px;
    padding: 10px 20px;
    border-radius: 8px;
}
.pricing-wrap .card .pricing-header {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.pricing-wrap .card .base-price {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}
.pricing-wrap .card .btn {
    align-self: center;
    margin-bottom: 12px;
}
.pricing-wrap .details {
    width: 100%;
}
.pricing-wrap .details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
}
.pricing-wrap .details ul {
    margin: 0;
}
.pricing-wrap .details ul > li {
    font-weight: normal;
}
.pricing-wrap .details ul.list > li { align-items: flex-start; }
.pricing-wrap .details ul > li:before {
    background-image: url(../img/sections/list4.svg);
    background-size: auto;
    min-width: 14px;
    top: 5px;
}
.pricing-wrap .details-header i {
    display: none;
}

/* -------------------------------------------------------------------------- */
/*                             Brands Card Styling                            */
/* -------------------------------------------------------------------------- */
.brands-wrap {
    --gap: 26px;
    --columns: 6;
    display: flex;
    gap: var(--gap);
}
.brands-wrap .card {
    flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
    border-radius: 24px;
    padding: 20px 10px;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
}
.brands-wrap .card img {
    margin: 0 auto 26px;
}
.brands-wrap .card h6 {
    margin-bottom: 6px;
    text-transform: none;
    color: var(--color-support-2, #222830);
}
.brands-wrap .card p {
    font-size: 12px;
    margin-bottom: 0;
}

ol.list-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 0;
}
ol.list-inline li {
    font-size: 24px;
    color: #1A1D23;
    display: inline-flex;
    align-items: center;
}
ol.list-inline li::before {
    background-repeat: no-repeat;
    background-size: cover;
    content: " ";
    width: 24px;
    height: 22px;
    margin-right: 8px;
    display: inline-block;
}

.version-inverse ol.list-inline li {
    color: var(--color-support-2, #222830);
}

.process-block {
    --gap: 30px;
    --columns: 4;
    position: relative;
    margin-top: 30px;
}
.process-block .slick-track {
    gap: var(--gap);
}
.process-block .slick-track .slick-slide {
    height: auto;
}
.process-block::before {
    display: block;
    content: "";
    width: 1260px;
    height: 260px;
    left: -72px;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 36px;
    z-index: 0;
}
.process-block .card {
  flex: 0 0 calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns) - 15px);
  border-radius: 24px;
  padding: 20px 20px 86px;
  align-items: flex-start;
  background: var(--color-neutral-5, #dfe7e6);
  color: #fff;
}
.process-block .card img {
    position: absolute;
    right: 32px;
    bottom: 12px;
}
.process-block .card p {
    line-height: 150%;
}
.process-block .card .tag-line {
    font-size: 14px;
    margin-bottom: 8px;
    color: #fff;
}
.process-block .card h4 {
    margin-bottom: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}
.process-block .card h4 span {
    color: #eef2f1;
}
.process-block .card.last {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #f2c2ff;
}
.process-block .card.last h3 {
    color: var(--color-Neutral-2, #1A1D23);
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
}
.process-block .card.last p {
    color: var(--color-Neutral-2, #1A1D23);
    padding-bottom: 32px;
}
.process-block .card.last .color-support-4 {
  background-color: #1200d6 !important;
  color: #fff;
}

/* -------------------------------------------------------------------------- */
/*                             Faq Card Styling                            */
/* -------------------------------------------------------------------------- */
.faq-item {
    padding: 20px 16px 20px 48px;
    border-radius: 8px;
    background: var(--color-secondary-2, #F3F6F6);
    position: relative;
    max-width: 350px;
}
.faq-item:not(:last-child) {
    margin-bottom: 20px;
}
.faq-item::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: var(--color-secondary-7, #1c9b8e);
    color: var(--color-support-1, #fff);
    left: 16px;
    top: 21px;
    font-size: 9px;
    line-height: 0;
}
.faq-header {
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-support-2, #222830);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0s ease;
}
.faq-details p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 156%;
    color: var(--color-support-2, #222830);
}
.faq-details :last-child,
.faq-details :only-child {
    margin-bottom: 0 !important;
}
.faq-item.active {
    background: var(--color-primary-1, #ef476f);
    max-width: 445px;
}
.faq-item.active::before {
    background: var(--color-support-1, #fff);
    color: #1A1D23;
    top: 28px;
}
.faq-item.active .faq-header {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 800;
    line-height: 156%;
    color: #fff;
}
.faq-item.active .faq-details {
    max-height: 1000px; /* Adjust as needed */
}

.faq-item .faq-details {
    /*    display: none;*/
}
.faq-item.active .faq-details {
    max-height: 1000px;
    /*    display: block;*/
}

.faq-item.active .faq-details p {
    color: #fff;
}

.picture-wrap {
    width: 350px;
    height: 660px;
    border-radius: 175px;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: var(--color-support-6, #ffccf5);
    position: relative;
}
.picture-wrap.picture-wrap2 {
    width: 255px;
    height: 485px;
    margin-left: auto;
}
.picture-wrap.picture-wrap2 .word-specific {
    top: 24px;
}
.picture-wrap .word-specific {
    background: var(--color-primary-1, #ef476f);
    border-radius: 20px;
    min-height: 120px;
    padding: 16px;
    right: -100px;
    top: 96px;
    display: inline-block;
    max-width: 160px;
    position: absolute;
}
.picture-wrap .word-specific .text-title {
    color: var(--color-support-1, #fff);
    font-size: 16px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 16px;
}
.picture-wrap .word-specific .user {
    color: var(--color-support-1, #fff);
    font-size: 13px;
    line-height: 120%;
    font-weight: 600;
}
.picture-wrap .word-specific .user span {
    padding-top: 5px;
    color: var(--color-support-1, #fff);
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    font-style: italic;
    display: block;
}

.container-wide {
    max-width: 1548px;
    margin: 0 auto;
    padding: 0 50px;
    /*    overflow: hidden;*/
}

/* -------------------------------------------------------------------------- */
/*                             dynamic Card Styling                            */
/* -------------------------------------------------------------------------- */
.services .slick-list { overflow: visible !important; }
.dynamic-card {
    height: 334px;
    border-radius: 24px;
    overflow: hidden;
    padding: 32px;
    position: relative;
    transition: all 0.3s ease;
}
.dynamic-card:hover {
    transform: scale(1.03);
}
.dynamic-card h3 {
    color: var(--color-support-2, #222830);
    font-size: 28px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 16px;
}
.dynamic-card .picture-wrap {
    width: 160px;
    height: 334px;
    border-radius: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.dynamic-card .picture-wrap .word-specific {
    top: auto;
    bottom: 40px;
    left: -100px;
    right: auto;
}

.dynamic-card .arrow-schuin {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: none;
    transition: all 0.3s ease;
}

.dynamic-card:hover > .arrow-schuin {
    display: block;
}


ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    list-style: none;
    text-indent: -5000px;
    padding: 0;
}
ul.slick-dots li {
    background: var(--color-secondary-4, #c5d3d1);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: relative;
}
ul.slick-dots li.slick-active {
    background: var(--color-primary-2, #ef476f);
}

.whitespace {
    display: block;
    width: 100%;
    height: 40px;
}

/* -------------------------------------------------------------------------- */
/*                             whitespace Styling                            */
/* -------------------------------------------------------------------------- */
.whitespace-inner, .whitespace-inner-v1, .whitespace-inner-v2 {
    width: 100%;
    height: 40px;
    display: block;
}

.whitespace-inner-v1 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.whitespace-inner-v2 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.ginput_container_radio > .gfield_radio {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.ginput_container_radio .button-wrap {
    position: relative;
}
.ginput_container_radio .button-wrap input[type=radio] {
    opacity: 0.011;
    z-index: 100;
    position: absolute;
}
.ginput_container_radio .button-wrap input[type=radio]:checked + label {
    background: var(--color-secondary-9, #09534e);
    color: var(--color-neutral-1, #fff);
}

.section {
    margin-bottom: 40px;
    padding-left: 100px;
}
.section .pic-wrap {
    margin-bottom: 80px;
}

footer {
    background: var(--color-secondary-9, #09534e);
}
.process-block .slick-slide h3 {
  color: #fff;
}
.footer-menu {
    display: flex;
}
footer h2 {
  color: var(--color-primary-1, #06d6a0);
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.footer-menu ul.list { gap: 0 !important; }
.footer-menu li:before { display: none !important; }

.menu-col h6 {
    margin-bottom: 24px;
}
.menu-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-col ul li { padding-left: 0; }
.menu-col ul li:not(:last-child) {
    margin-bottom: 24px;
    line-height: 1;
}
.menu-col ul li a {
    font-size: 14px;
    color: #1A1D23;
    text-decoration: none;
}
.menu-col ul li a:hover {
    color: var(--color-support-4, #fdcd4a)
}

.contact-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-us .address {
    font-size: 18px;
    color: #1A1D23;
    line-height: 1.6;
}
.contact-us .list-normal li a {
    color: var(--color-primary-1, #06d6a0);
}

section.contact { padding-bottom: 60px; }
section.contact h1, section.contact h2 { padding-bottom: 15px; }
section.contact .gform_wrapper { margin-top: 40px; }
.gform_heading { display: none !important; }

/* -------------------------------------------------------------------------- */
/*                                   Footer                                   */
/* -------------------------------------------------------------------------- */
ul.footer-bottom {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 28px;
}
ul.footer-bottom li:not(:last-child):after {
    content: "|";
    font-size: 13px;
    color: var(--color-secondary-4, #c5d3d1);
    display: inline;
    position: relative;
    right: -14px;
}
ul.footer-bottom li a {
    font-size: 13px;
    color: var(--color-secondary-4, #c5d3d1);
    text-decoration: none;
}
ul.footer-bottom li a:hover {
    color: var(--color-secondary-6, #8dcebe);
}

.info-footer {
    color: var(--color-secondary-4, #c5d3d1);
    font-size: 13px;
}
.info-footer a {
    font-size: 13px;
}

hr.hr-full {
    margin: 0;
    border-color: var(--color-secondary-2, #5a8684);
    opacity: 1;
}

/* -------------------------------------------------------------------------- */
/*                                 Responsive                                 */
/* -------------------------------------------------------------------------- */
@media (max-width: 1600px) {
    .picture-wrap.picture-wrap2 {
        margin-left: 10%;
    }
}
@media (max-width: 1200px) {
    .section-one-col p,
    .section-two-col p {
        font-size: 18px;
        margin-bottom: 18px;
    }
    ol.list-inline li {
        font-size: 18px;
    }
    .process-block .card h4 {
        font-size: 22px;
    }
    .process-block .card.last h3 {
        font-size: 28px;
    }
    .slick-list:not(.centered) .testimonial.slick-center {
        animation: none;
        transform: translateY(0);
    }
    .slick-list.centered .testimonial:not(.slick-center),
    .slick-list.centered .testimonial.slick-center {
        animation: none;
        transform: translateY(0);
    }
    .slick-list {
        padding-bottom: 20px !important;
        margin: 0 !important;
    }
    ul.list.list2.large li {
        font-size: 18px;
    }
    .picture-wrap.picture-wrap2 {
        width: 189px;
        height: 359px;
        margin: 0 auto;
    }
    .process-block .card {
        flex: auto;
    }
    .process-block::before {
        left: -40px;
        right: -40px;
        width: auto;
    }
    .dynamic-card h4 {
        font-size: 24px;
    }
    .dynamic-card .picture-wrap {
        width: 104px;
        height: 219px;
    }
    .services .dynamic-card .picture-wrap {
        width: 140px;
        height: 280px;
    }
    .services .dynamic-card .picture-wrap .word-specific {
        bottom: 80px;
        max-width: 180px;
        min-height: 160px;
    }
    .services .picture-wrap .word-specific .text-title {
        font-size: 14px;
    }
    .section-one-col.card-extended .card .btn-justify {
        align-items: flex-start;
        flex-direction: column;
    }
    .section-one-col.card-extended .card .img-card-bt {
        height: 300px;
        max-width: 300px;
        -o-object-fit: contain;
        object-fit: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        /* height: 456px; */
        top: auto;
    }
    .section-two-col .img-group img.badge-tag {
        position: absolute;
        bottom: 20px;
        left: -55px;
        max-width: 110px;
    }
    .ginput_container_radio {
        flex-wrap: wrap;
    }
    .section {
        margin-bottom: 24px;
        padding-left: 0;
    }
    footer .contact-us .address { font-size: 16px; }
    footer .contact-us .list-normal li a { font-size: 14.8px; }
}
@media (max-width: 991px) {
    header .logo {
        max-width: 129px;
    }
    .phone-header {
        padding: 10px 25px;
        left: 154px;
        position: absolute;
    }
    .navbar-expand-lg {
        padding: 18px 0;
    }
    header {
        padding-bottom: 0;
    }
    button.navbar-toggler {
        border: 0 !important;
        outline: 0 !important;
        font-size: 26px;
        color: var(--color-support-1, #fff);
        box-shadow: none !important;
        position: relative;
        z-index: 14;
    }
    button.navbar-toggler .fa-bars {
        display: none;
    }
    button.navbar-toggler .fa-xmark {
        display: inline-block;
    }
    button.navbar-toggler.collapsed .fa-xmark {
        display: none;
    }
    button.navbar-toggler.collapsed .fa-bars {
        display: inline-block;
    }
    .menu-open {
        overflow: hidden;
    }
    .menu-open a.navbar-brand.logo {
        visibility: hidden;
    }
    .menu-open .phone-header {
        display: none;
    }
    .navbar-collapse {
        background-color: var(--color-secondary-9, #09534e);
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        padding-top: 86px;
        z-index: 12;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 24px;
        line-height: 100%;
        font-weight: 700;
        padding: 0;
    }
    .navbar-nav .nav-item .nav-link::before {
        display: inline-block;
        content: "\f061";
        margin-right: 15px;
        font-family: "Font Awesome 6 Free";
        transform: rotate(-45deg);
    }
    .navbar-nav {
        gap: 40px;
        margin-right: 0;
    }
    .navbar-collapse .inner-container {
        max-width: 720px;
        margin: 0 auto;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-collapse .inner-container .btn.btn-primary-color-1 {
        position: absolute;
        top: -70px;
        right: 57px;
    }
    .top-menu li a {
        color: var(--color-support-1, #fff);
        font-size: 18px;
        line-height: 100%;
        font-weight: 400;
    }
    ul.top-menu.top-header {
        display: none;
    }
    ul.top-menu.bottom-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 24px;
        margin-top: 30px;
    }
    header.sticky {
        padding: 0;
    }
    .picture-wrap {
        width: 260px;
        height: 490px;
    }
    .section-two-col .left-form h2 span {
        background-size: contain;
    }
    .dynamic-card .picture-wrap .word-specific {
        display: none;
    }
    .brands-wrap {
        --gap: 10px;
        --columns: 3;
        flex-wrap: wrap;
    }
    .picture-wrap {
        width: 200px;
        height: 377px;
    }
    .dynamic-card:hover {
        transform: scale(1.01);
        margin-top: 2px;
    }
    .pricing-wrap .card .base-price {
        font-size: 28px;
    }
    .pricing-wrap {
        --gap: 10px;
        --columns: 2;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .section-two-col .img-group {
        display: inline-flex;
        margin-left: 0;
        position: relative;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .section-two-col .img-group img.badge-tag {
        position: absolute;
        bottom: -2px;
        left: 30px;
        max-width: 110px;
    }
    .section-two-col .img-group.xl-img {
        padding-bottom: 45px;
        padding-top: 0;
    }
    .section-two-col .img-group.xl-img img.badge-tag { bottom: -3px; }
    .process-block::before {
        display: none;
    }
    .img-card-bt {
        display: none;
    }
    .footer-menu {
        display: flex;
        flex-direction: column;
        gap: 30px !important;
    }
    .menu-inner.gap-5 {
        flex-direction: column;
        gap: 30px !important;
    }
    .contact-us {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
    ul.footer-bottom {
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .section-one-col.card-extended .card .btn-justify {
        align-items: center;
    }
    .section-one-col.card-extended .card { padding: 30px; }
    ul.list.inline { display: block; }
    ul.list.inline li { line-height: 30px; }

    .brands-wrap .card {
        flex: initial;
        align-items: center;
        text-align: center;
        justify-content: flex-end;
    }

}
@media (max-width: 768px) {
    .mobile_yes { display: block !important; }
    .mobile_no { display: none !important; }
    .top40 { padding-top: 20px; }

    .card { padding: 20px 25px; }
    .btn-wrap-center, .btn-wrap { padding-bottom: 20px; }

    .boostifai-accordion-header { font-size: 20px !important; }
    .heading br { display: none; }

    .pricing-wrap .details-header i {
        display: block;
    }

    section { padding: 35px 0 30px !important; }
    section.group-container { padding: 70px 0 30px !important; }

    .navbar-collapse .inner-container {
        max-width: 540px;
        padding-left: 20px;
    }
    form.card {
        margin-top: 40px;
    }
    .btn-wrap .sub-indicator {
        padding: 16px 13px 0 97px;
        background-position: left 20px center;
        bottom: -7px;
        width: 296px;
    }
    .btn-wrap-center .sub-indicator {
        width: 248px;
        left: 21px;
    }
    section .heading span {
        padding: 0 11px;
        margin-left: -11px;
    }
    .section-two-col h2 span {
        padding: 0 11px;
        margin-left: -11px;
    }
    inline-slider {
        min-height: 42px;
        position: relative;
        display: block;
    }
    ol.list-inline {
        white-space: nowrap;
        overflow: hidden;
        animation: marquee 12s linear infinite;
        position: absolute;
        left: 0;
        bottom: 8px;
        gap: 30px;
        width: 200%;
    }
    .pricing-wrap .details ul {
        display: none;
    }
    .pricing-wrap {
        --gap: 24px;
        --columns: 1;
    }

    .pricing-wrap .align-self-center {
        align-self: flex-start !important;
    }

    @keyframes marquee {
        0% {
            left: 0;
        }
        100% {
            left: -100%;
        }
    }
    .testimonials {
        margin: -12px;
    }
    .process-block {
        margin: 20px -12px 0;
        --gap: 15px;
    }
    .picture-wrap.xl-img-bl {
        display: block;
        margin: 30px auto 0;
    }
    .faq-item,
    .faq-item.active {
        max-width: 100%;
    }
    .section-two-row-even {
        padding: 40px 0;
    }
    .auth .img {
        display: none;
    }

    ul.slick-dots { display: flex !important; }

    .section-26 .btn { margin-bottom: 12px; }
    .section-26 .btn.btn-basic-ghost { margin-bottom: 0; }
    .section-26 .col-md-8 h1, .section-26 .col-md-8 .h1 { font-size: 36px; line-height: 37px; letter-spacing: -2px; }

    .section-13 .testimonials { margin-top: 10px; }

}
@media (max-width: 576px) {
    .section-3 .btn-wrap-center {
        align-items: flex-start;
    }
    .container-wide { padding: 0 15px; }
    .brands-wrap {
        --gap: 10px;
        --columns: 2;
        flex-wrap: wrap;
    }
}/*# sourceMappingURL=style.css.map */