@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 !important;
    padding: 16px 20px 16px 20px !important;
    color: var(--color-support-2, #222830);
    font-family: var(--font-family, sans-serif) !important;
    font-size: 14px !important;
    line-height: 100% !important;
    font-weight: 700 !important;
    border: none !important;
    display: inline-flex !important;
    gap: 8px !important;
    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;
}

#navbarSupportedContent > div.inner-container {
	justify-content: space-between;
}

/*.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: #000;
}
.btn.btn-primary-color-2:hover, .btn.btn-primary-color-2:active {
    background: var(--color-primary-2, #ef476f);
    color: #000;
}
.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-7, #c5d3d1);
    text-decoration: none;
}

ul.footer-bottom li a:hover {
    color: var(--color-secondary-4, #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;
}

/*
* Woocommerce
*/

.woocommerce-breadcrumb {	
	display: none;
}

#shop_section {
	padding: 0;
	background-color: transparent;
}

body.woocommerce #shop_section {
	background-color: #D5E3FE;
}

.woocommerce.inline {
	margin-top: 40px;
	display: block;
}

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

.woocommerce #shop_section ul.products li.product .woocommerce-placeholder,
.woocommerce #shop_section ul.products li.product img {
	border: none;
}

#intro_section {
	background-color: #D5E3FE;	
}

#intro_section .heading em {
	font-style: normal;
	position: relative;
	z-index: 2;
}

#intro_section .heading em:after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -3px;
	position: absolute;
	background-image: url(/wp-content/uploads/Element-14.svg);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: -1;
}

#intro_section .text_align_center {	
	text-align: center;
}

#intro_section .sub_heading,
.product .sub_heading {
	color: #1200D6;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 90%;
	text-transform: capitalize;
	margin-bottom: 24px;
}

#intro_section .heading {
	margin-bottom: 20px;
	line-height: 1.1;
}

#intro_section .two_columns .heading {
	font-size: 40px;
}

#intro_section .two_columns .sub_heading {
	font-size: 15px;
	margin-bottom: 18px;
}

#intro_section .two_columns p,
.product p {
	line-height: 1.6;
	font-size: 15px;
}

/*
* Woocommerce products
*/

.woocommerce #shop_section ul.products li.product, 
.woocommerce-page #shop_section ul.products li.product {
	border-radius: 24px;
	background-color: #FAD26B;
	padding: 48px;
	float: none;	
}

#shop_section ul.products li.product .inner, 
#shop_section ul.products li.product .inner { 
	display: flex;	
}


#shop_section .woocommerce-placeholder.wp-post-image {
	display: none;
}

.woocommerce ul.products li.product .image_wrap {
	padding-right: 50px;
}

.woocommerce ul.products li.product .image_wrap a {
	width: 250px;
	display: block;
}

.woocommerce ul.products li.product .image_wrap img {
	max-width: 250px;
	height: auto;
}

.product .extra_content h2 {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 18px;
	letter-spacing: 0px;
}

.product .extra_content {
	padding-right: 50px;
}

.product .extra_content h2.sub_heading {
	font-size: 16px;
	margin-bottom: 14px;
}

.woocommerce .product .extra_content ul {
	margin-top: 12px;
	list-style: none;
	padding: 0;
}

.woocommerce .product .extra_content ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0ZM11.44 6.088L7.784 10.888C7.70983 10.9848 7.6145 11.0634 7.50531 11.1178C7.39611 11.1721 7.27593 11.2008 7.15396 11.2015C7.03199 11.2023 6.91146 11.1752 6.80158 11.1222C6.6917 11.0693 6.59539 10.9919 6.52 10.896L4.568 8.408C4.50339 8.325 4.45576 8.2301 4.42783 8.12869C4.3999 8.02729 4.39221 7.92138 4.40521 7.81701C4.41821 7.71263 4.45164 7.61184 4.5036 7.52039C4.55555 7.42894 4.625 7.34861 4.708 7.284C4.87562 7.15351 5.0882 7.09496 5.299 7.12121C5.40337 7.13421 5.50416 7.16764 5.59561 7.2196C5.68706 7.27155 5.76739 7.341 5.832 7.424L7.136 9.088L10.16 5.088C10.2241 5.00395 10.3041 4.93335 10.3955 4.88023C10.4868 4.82711 10.5878 4.7925 10.6925 4.77838C10.7973 4.76427 10.9038 4.77092 11.0059 4.79797C11.1081 4.82501 11.204 4.87191 11.288 4.936C11.372 5.00009 11.4426 5.0801 11.4958 5.17147C11.5489 5.26284 11.5835 5.36378 11.5976 5.46852C11.6117 5.57326 11.6051 5.67976 11.578 5.78194C11.551 5.88411 11.5041 5.97995 11.44 6.064V6.088Z' fill='%231200D6'/%3E%3C/svg%3E");
	background-position: left center;
	background-repeat: no-repeat;
}

.woocommerce ul.products li.product .extra_content a.add_to_cart_button,
.woocommerce .product a.add_to_cart_button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-notices-wrapper .button {
	height: 58px;
	display: inline-flex;
	color: #FFFFFF;
	background-color: #1200D6;
	border-radius: 29px;
	align-items: center;
	min-width: 275px;
	text-align: center;
	justify-content: center;
	transition: all .4s;
	margin-right: 16px;
}

.woocommerce ul.products li.product .extra_content a.add_to_cart_button:hover,
.woocommerce .product a.add_to_cart_button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .woocommerce-notices-wrapper .button:hover {
	transform: scale(.95);
	color: #FFFFFF;
	background-color: #1200D6;
}

.woocommerce ul.products li.product .right_side {
	text-align: right;
}

.woocommerce ul.products li.product .right_side .price_tag,
.woocommerce.single-product .price_tag  {
	margin-bottom: 12px;
}

.woocommerce ul.products li.product .right_side .price_tag bdi,
.woocommerce.single-product .price_tag bdi {
	font-size: 32px;
	color: #1200D6;
	font-weight: bold;
}

.woocommerce ul.products li.product .right_side .side_note {
	font-family: var(--second-family, sans-serif);
	width: 250px;
}

/*
* Woocommerce single product
*/

.single-product,
.single-product header {
	background-color: #ECF2FF;
}

.single-product .bread-crumb-menu {
	display: none;
}

.woocommerce #content div.product .intro div.images, 
.woocommerce div.product .intro div.images, 
.woocommerce-page #content div.product .intro div.images, 
.woocommerce-page div.product .intro div.images {
    float: left;
    width: 38%;
}

.woocommerce .intro .woocommerce-product-gallery__wrapper > div:nth-child(n+2) {
	display: none !important;
}

.woocommerce .product .extra_content.single_product ul li {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0ZM11.44 6.088L7.784 10.888C7.70983 10.9848 7.6145 11.0634 7.50531 11.1178C7.39611 11.1721 7.27593 11.2008 7.15396 11.2015C7.03199 11.2023 6.91146 11.1752 6.80158 11.1222C6.6917 11.0693 6.59539 10.9919 6.52 10.896L4.568 8.408C4.50339 8.325 4.45576 8.2301 4.42783 8.12869C4.3999 8.02729 4.39221 7.92138 4.40521 7.81701C4.41821 7.71263 4.45164 7.61184 4.5036 7.52039C4.55555 7.42894 4.625 7.34861 4.708 7.284C4.87562 7.15351 5.0882 7.09496 5.299 7.12121C5.40337 7.13421 5.50416 7.16764 5.59561 7.2196C5.68706 7.27155 5.76739 7.341 5.832 7.424L7.136 9.088L10.16 5.088C10.2241 5.00395 10.3041 4.93335 10.3955 4.88023C10.4868 4.82711 10.5878 4.7925 10.6925 4.77838C10.7973 4.76427 10.9038 4.77092 11.0059 4.79797C11.1081 4.82501 11.204 4.87191 11.288 4.936C11.372 5.00009 11.4426 5.0801 11.4958 5.17147C11.5489 5.26284 11.5835 5.36378 11.5976 5.46852C11.6117 5.57326 11.6051 5.67976 11.578 5.78194C11.551 5.88411 11.5041 5.97995 11.44 6.064V6.088Z' fill='%2306D6A0'/%3E%3C/svg%3E");
}

.detail_section {
	background-color: #D5E3FE;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.whitespace.white {
	background-color: #FFFFFF;
}

.whitespace.big {
	height: 60px;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message,
.woocommerce-notices-wrapper {
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
	max-width: 1110px;
	margin: auto;
}

.woocommerce-message::before {
	color: #06D6A0 !important;
}

.woocommerce .detail_section {
	position: relative;
}

.woocommerce-cart .section-1,
.woocommerce-checkout .section-1 {
	position: relative;
}

.woocommerce .detail_section:after,
.woocommerce-cart .section-1:after,
.woocommerce-checkout .section-1:after {
	content: '';
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: -1px;
	background-color: #FFFFFF;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;	
}

.woocommerce-checkout #place_order {
	margin-bottom: 30px;
}

.woocommerce .detail_section .text_col .heading {
	font-size: 32px;
}

.woocommerce .detail_section .cta_col .inner {
	background-color: #EEADFF;
	border-radius: 16px;
	padding: 40px;
}

.woocommerce .detail_section .cta_col .sub_heading {
	color: #292E38;
	font-size: 14px;
	margin-bottom: 12px;
	letter-spacing: 0;
}

.woocommerce .detail_section .cta_col .heading {
	color: #292E38;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 12px;
	letter-spacing: 0;
}

.woocommerce .product .detail_section .cta_col p {
	font-size: 14px;
}

.woocommerce .product .detail_section .cta_col .btn {
	margin-bottom: 16px;
}

.woocommerce .product .detail_section .cta_col .text_2 p {
	font-size: 13px;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
	float: none !important;
}

.woocommerce-cart a.color-primary-3.btn {
	margin-top: 12px;
	margin-bottom: 24px;
}

.woocommerce-cart a.color-primary-3.btn.top {
	margin-top: 60px;
	margin-bottom: 30px;
}

.woocommerce-cart a.color-primary-3.btn:hover {
	background-color: #06d6a0 !important;
}

.verder_winkelen_link {
	display: block;
	margin-bottom: 40px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 220px;
    margin-top: 12px;
    height: auto;
    padding: 8px !important;
	margin-left: 0 !important;
}

.woocommerce-cart .coupon label {
    display: none;
}

.woocommerce-cart .cart_header h1 {
	font-size: 32px  !important;
	font-weight: 600  !important;
}

.woocommerce-cart td.actions button[name="update_cart"] {
	display: none !important;
}

.woocommerce-cart .remove_item img {
	max-width: 20px !important;
	min-width: 0 !important;
}

.woocommerce .product_title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	min-width: 160px;
}

.woocommerce .cart_header p,
.woocommerce .product_title,
.woocommerce .product_price,
.woocommerce .cart_totals * {
	color: #404756;
}

.woocommerce table.shop_table {
	border: none !important;
}

.woocommerce table.shop_table td.actions {
	padding-top: 20px;
	padding-left: 0;
}

.woocommerce-cart td.actions button {
    height: 40px;
	display: inline-flex !important;
	flex-direction: column;
	border-radius: 20px;
	justify-content: center;
	text-align: center;
	width: auto !important;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #545F73;
	margin-left: 12px;
	margin-right: 12px;
	transition: all .4s;
}

.woocommerce-cart td.actions button:hover {
	transform: scale(1.1);
	color: #FFFFFF;
	background-color: #545F73;
}

.woocommerce #customer_details .col-1, 
.woocommerce-page #customer_details .col-1,
.woocommerce #customer_details .col-2, 
.woocommerce-page #customer_details .col-2 {
	float: none;
	width: 100%;
}

.woocommerce #customer_details input[type=text],
.woocommerce #customer_details input[type=email],
.woocommerce #customer_details input[type=password],
.woocommerce #customer_details input[type=tel] {
	border: 1px solid #C4CAD4;
	padding: 8px;
	border-radius: 4px;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background-color: #FFFFFF !important;
	padding: 0 !important;
}

#add_payment_method #payment > ul, 
.woocommerce-cart #payment > ul, 
.woocommerce-checkout #payment > ul,
#add_payment_method #payment > div, 
.woocommerce-cart #payment > div, 
.woocommerce-checkout #payment > div {
	padding-left: 0;
	padding-right: 0;
}

#payment input[type=radio]{
	appearance: auto;
	margin-right: 6px !important;
}
.button.wc-forward {
  display: none !important;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.form-row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.woocommerce-billing-fields h3,
h3#order_review_heading {
	font-size: 16px;
}

.woocommerce h3.intro_heading {
	font-size: 28px;	
}

.woocommerce #payment_container {
	margin-top: 22px;
}

.woocommerce #payment_container h3 {
	margin-bottom: 0;
}

.woocommerce #payment li {
	padding: 12px 20px;
	border-radius: 4px;
	border: 1px solid #C4CAD4;
	display: block;
	margin-bottom: 8px !important;
	display: flex;
	align-items: center;
}

.woocommerce #payment_container h3 {
	font-size: 16px;	
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
.woocommerce .checkout_coupon.woocommerce-form-coupon button {
	background-color: #06d6a0 !important;
	color: #000 !important;
	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 !important;
    gap: unset;
	width: auto !important;
    transition: all 0.3s ease;
	float: none !important;	
}

.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover,
.woocommerce .checkout_coupon.woocommerce-form-coupon button:hover {
	transform: scale(1.1);
}

.woocommerce .checkout_coupon.woocommerce-form-coupon input[type=text]{
	border: 1px solid #C4CAD4;
	padding: 8px;
	width: 220px;
}

.checkout_coupon.woocommerce-form-coupon {
	max-width: 600px;
}

body.woocommerce-cart header,
body.woocommerce-cart .bread-crumb-menu,
body.woocommerce-cart .achtergrondkleur_1,
body.woocommerce-cart,
body.woocommerce-checkout header,
body.woocommerce-checkout .bread-crumb-menu, 
body.woocommerce-checkout .achtergrondkleur_1,
body.woocommerce-checkout #payment,
body.woocommerce-checkout form * {
	background: #ECF2FF !important;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	padding-left: 20px !important;
}

.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before {
	left: 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.color-primary-3.btn {
	margin-bottom: 12px;
}

.woocommerce-cart #card_footer .logo_table {
	display: flex;
	width: 142px;
	justify-content: center;
	margin-bottom: 30px;
}

.woocommerce-cart #card_footer .space {
	width: 12px;
}

.woocommerce-cart .usps {
	padding-top: 16px;
	padding-bottom: 32px;
}

.woocommerce-cart .usps ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.woocommerce-cart .usps ul li {
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
}

.woocommerce-cart .usps ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(/wp-content/uploads/check.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.text_align_center {
	text-align: center;
}

.thanks_intro .subtitle {
	color: #708299;
	font-size: 16px;
	font-weight: 400;
}

.thanks_intro .title,
.woocommerce-order-downloads__title,
.woocommerce-order-details__title,
.woocommerce-column__title { 
	font-family: var(--font-family, sans-serif);
	font-size: 28px;
	font-weight: 600;
	letter-spacing: normal;
	margin-bottom: 16px;
}

section.woocommerce-order-downloads,
section.woocommerce-order-details {
	padding: 0;
}

section.woocommerce-customer-details {
	border-top: 1px dashed #C4CAD4;
	margin-top: 70px;
}

.woocommerce section.woocommerce-customer-details *,
.woocommerce .woocommerce-customer-details address {
	text-align: center !important;
	border: none !important;	
}

.woocommerce .woocommerce-customer-details address {
	color: #708299;
	line-height: 1.4;
	font-size: 14px;
}

.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--email {
	padding: 0;
	color: #708299;
	margin: 0 auto;
}

.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--phone:before,
.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--email:before {
	display: none;
}

.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details th:first-child,
.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td:first-child,
.woocommerce .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields th:first-child,
.woocommerce .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields td:first-child {
	width: 60%;
}

.woocommerce .button.wc-backward,
.woocommerce .woocommerce-button.button.view.order-actions-button  {
	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;
	margin-bottom: 50px;
}

.woocommerce .button.wc-backward:hover,
.woocommerce .woocommerce-button.button.view.order-actions-button:hover {
	background: var(--primarygreen, #06d6a0);
	transform: scale(1.1);
	color: var(--color-support-2, #222830);	
}

.woocommerce .woocommerce-button.button.view.order-actions-button {
	margin-bottom: 0;
}

.woocommerce .woocommerce-order-details .woocommerce-info {
	padding-left: 0 !important;
}
.woocommerce .woocommerce-order-details .woocommerce-info:before {
	display: none;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.order-actions--heading,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.order-actions--heading + td {
	display: none;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
	border-radius: 0 !important;
}

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

.woocommerce .checkout_coupon.woocommerce-form-coupon input[type=text]:focus {
    border-color: #C4CAD4;
}

textarea:focus, input:focus{
    outline: none;
}

.woocommerce-order-received table.shop_table {
	margin-left: -12px !important;
    margin-right: -12px !important;
    width: calc(100% + 24px) !important;
}

.woocommerce-order-received .woocommerce-order-details {
	overflow: hidden;
}

p.order-again {
	display: none !important;
}

.woocommerce-account .woocommerce-order-details.woocommerce-info.mollie-instructions {
	display: none;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #ddd;
	width: 250px;
}

.woocommerce-MyAccount-navigation ul li a {
	padding: 8px 15px;
	display: block;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #f7f7f7;	
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #f7f7f7;
	font-weight: bold;
}

.woocommerce-button.button.view {
	margin-left: 6px;
	margin-right: 6px;
}

.woocommerce header.title h2 {
	font-size: 24px;
}

.woocommerce-account .addresses .title .edit {
	float: none !important;
	margin-bottom: 6px !important;
	display: block;
}

header.woocommerce-Address-title.title {
	padding: 0;
	background: none;
}

.woocommerce-edit-account input[type=text], 
.woocommerce-edit-account input[type=email], 
.woocommerce-edit-account input[type=password], 
.woocommerce-edit-account input[type=tel] {
    border: 1px solid #C4CAD4 !important;
}

.woocommerce-form-login-toggle {
	display: none;
}

body.home section.section-5 .col-md-8,
#tegel .col-md-8 {
	width: 100%;
	margin: 0;
}

body.woocommerce-page:not(body.single-product) #menu-topmenu,
body.woocommerce-cart #menu-topmenu,
body.woocommerce-page:not(body.single-product) nav.navbar #navbarSupportedContent,
body.woocommerce-cart nav.navbar #navbarSupportedContent,
body.woocommerce-page:not(body.single-product) nav.navbar button,
body.woocommerce-cart nav.navbar button {
	display: none !important;
}

body.home .slick-list.draggable {
	padding-top: 20px;
}

body.home .brands-wrap {
	margin-top: -70px;
}

/* -------------------------------------------------------------------------- */
/*                                 Responsive                                 */
/* -------------------------------------------------------------------------- */

@media (max-width: 1600px) {
    .picture-wrap.picture-wrap2 {
        margin-left: 10%;
    }
}

@media (max-width: 1200px) {
    .section-one-col p:not(.woocommerce-checkout p, .woocommerce-page p),
    .section-two-col p:not(.woocommerce-checkout p, .woocommerce-page 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: 1024px) {
	.woocommerce ul.products li.product .image_wrap a {
		width: 230px;
	}
	
	.product .extra_content {
		padding-right: 30px;
		width: 300px;
	}
	
	.woocommerce a.added_to_cart {
		margin-top: 12px;		
	}
	
}

@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: #000000;
        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: 21px;
        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: #000;
        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;
    }
	
	#customer_details {
		padding-bottom: 40px;
	}

}

@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; }
	
	#shop_section ul.products li.product .inner {
 		flex-direction: column;
		position: relative;
	}
	
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100% !important;
	}

    .product .extra_content {
        padding-right: 0;
        width: 100%;
    }	
	
	.woocommerce ul.products li.product .right_side {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.container.notice .button {
		margin-top: 30px;
	}
	
	.woocommerce-product-gallery {
		margin-right: 50px;
	}
	
	.woocommerce #content table.cart .product-thumbnail, 
	.woocommerce table.cart .product-thumbnail, 
	.woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail {
		display: block !important;
	}
	
	.coupon button,
	.coupon #coupon_code {
		max-width: 240px;
		float: none !important;
		display: inline !important;
	}
	
	.woocommerce-cart a.color-primary-3.btn.top {
		margin-top: 0;
	}
	
	.usps {
		display: none;
	}
	
	body.home .brands-wrap {
		margin-top: -40px;
	}	
	
/*	
	.woocommerce-cart-form__cart-item.desktop.cart_item {
		display: flex;
		flex-direction: column;
	}
*/
}

@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;
    }
	
	
	
	#shop_section ul.products li.product .inner {
 		flex-direction: column;
		position: relative;
	}
	
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100% !important;
	}

    .product .extra_content {
        padding-right: 0;
        width: 100%;
    }	
	
	.woocommerce ul.products li.product .right_side {
		position: relative;
		text-align: left;
		padding: 30px 0 0 0;
	}

	.woocommerce #shop_section ul.products li.product, 
	.woocommerce-page #shop_section ul.products li.product {
		padding: 24px;
	}

	.container.notice .button {
		margin-top: 30px;
	}
	
	.woocommerce-product-gallery,
	.woocommerce-page div.product .intro div.images	{
		margin-right: 0;
		float: none;
		width: 100%;
	}

	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		padding-right: 150px !important;
	}

	.woocommerce .cta_col {
		padding-top: 20px;
	}	
	
	.coupon button, .coupon #coupon_code {
        min-width: 220px;
		max-width: 100%;
        float: none !important;
        display: inline !important;
		margin-left: 0 !important;
    }
	
	.coupon #coupon_code {
		margin-bottom: 14px;
	}
	
	.coupon button {
		
	}	
	
}/*# sourceMappingURL=style.css.map */