/* Settings */



:root {
    /* global text variables */
    --hyphens: manual;

    /* transitions */
    --transition: all ease-in-out 0.3s;

    /* box shadows */

    --box-shadow-small: 0 5px 20px 0 rgba(105, 101, 115, 0.10);
    --box-shadow-big: 0 5px 20px 0 rgba(105, 101, 115, 0.30);

    /* border radius */

    --border-radius-big: 0px;
    --border-radius-small: 0px;
    --border-radius-circle: 0%;
}


:root {
    /* Base colors */
    --base-color--1: #3D3A46;
    --base-color--2: #31BFC8;
    --base-color--3: #7D9AD0;
    --base-color--4: #F6907C;
    --base-color--5: #F2F2F5;

    /* base color naming based on figma naming */

    --aubergine: #3D3A46;
    --turquoise: #31BFC8;
    --blue: #7D9AD0;
    --orange: #F6907C;
    --light: #F2F2F5;

    /* base color naming base on figma RGB version */

    
    
    
    
    

    --aubergine-rgb: 61, 58, 70;
    --turquoise-rgb: 49, 191, 200;
    --blue-rgb: 125, 154, 208;
    --orange-rgb: 246, 144, 124;
    --light-rgb: 242, 242, 245;

    /* base color naming base on figma RGBA version */

    --aubergine-rgba: rgba(61, 58, 70, 1);
    --turquoise-rgba: rgba(49, 191, 200, 1);
    --blue-rgba: rgba(125, 154, 208, 1);
    --orange-rgba: rgba(246, 144, 124, 1);
    --light-rgba: rgba(242, 242, 245, 1);

    /* general colors */
    
    --tag-blue: #CCD7EB;
    --white: #ffffff;
    --black: #000;
    --link-text-color: #807C8A;
}


:root{
    /* This is setting variables for evertyhing that is in font.css which contains font-weight, text decoration and font-family */
        
        --paragraph-small-font-family: Lato, sans-serif;
        
        
        --paragraph-font-family: Lato, sans-serif;
        
        
        --blockquote-font-family: Lato, sans-serif;
        
        
        --paragraph-large-font-family: Lato, sans-serif;
        
        
        --link-font-family: Lato, sans-serif;
        
        
        --h1-font-family: Lato, sans-serif;
        
        
        --h2-font-family: Lato, sans-serif;
        
        
        --h3-font-family: Lato, sans-serif;
        --h3-font-weight: 700;
        
        
        --h4-font-weight: 700;
        
        
        --h5-font-family: Lato, sans-serif;
        
        
        --subheading-font-family: Lato, sans-serif;
        --subheading-font-weight: 700;
        
        
        --h6-font-family: Lato, sans-serif;
        

    /* === H1  === */
    --h1-font-size-desktop: 2.625rem;
    --h1-font-size-mobile: 1.625rem;
    --h1-transform: capitalize; 
    --h1-line-height: 1.3; 
    --h1-letter-spacing-desktop: 0;
    --h1-letter-spacing-mobile: 0;
        
    /* === H2 === */
    --h2-font-size-desktop: 1.8125rem;
    --h2-font-size-mobile: 1.375rem;
    --h2-transform: uppercase; 
    --h2-line-height: 1.3; 
    --h2-letter-spacing-desktop: 0;
    --h2-letter-spacing-mobile: 0;
        
    /* === H3  === */
    --h3-font-size-desktop: 1.5rem;
    --h3-font-size-mobile: 1.25rem;
    --h3-transform: none; 
    --h3-line-height: 1.37; 
    --h3-letter-spacing-desktop: 0;
    --h3-letter-spacing-mobile: 0;
        
    /* === H4 === */
    --h4-font-size-desktop: 1.375rem;
    --h4-font-size-mobile: 1.125rem;
    --h4-transform: none; 
    --h4-line-height: 1.32; 
    --h4-letter-spacing-desktop: 0;
    --h4-letter-spacing-mobile: 0;
        
    /* === H5 === */
    --h5-font-size-desktop: 1.25rem;
    --h5-font-size-mobile: 1.125rem;
    --h5-transform: none; 
    --h5-line-height: 1.3; 
    --h5-letter-spacing-desktop: 0;
    --h5-letter-spacing-mobile: 0;
        
    /* === H6 === */
    --h6-font-size-desktop: 1.1875rem;
    --h6-font-size-mobile: 1.125rem;
    --h6-transform: none; 
    --h6-line-height: 1.3; 
    --h6-letter-spacing-desktop: 0;
    --h6-letter-spacing-mobile: 0;
        
        
    /* === Subheading === */
    --subheading-font-size-desktop: 1.0625rem;
    --subheading-font-size-mobile: 1.0rem;
    --subheading-transform: uppercase; 
    --subheading-line-height: 1.3; 
    --subheading-letter-spacing-desktop: 0;
    --subheading-letter-spacing-mobile: 0;
        
    /* === Paragraph === */
    --paragraph-font-size-desktop: 17px;
    --paragraph-font-size-mobile: 16;
    --paragraph-transform: ; 
    --paragraph-line-height: 1.75; 
    --paragraph-letter-spacing-desktop: 0;
    --paragraph-letter-spacing-mobile: 0;
    
    /* === Paragraph (Large) === */
    --paragraph-large-font-size-desktop: 1.25rem;
    --paragraph-large-font-size-mobile: 1.0625rem;
    --paragraph-large-line-height: 1.2; 
    --paragraph-large-letter-spacing-desktop: 0;
    --paragraph-large-letter-spacing-mobile: 0;
        
    /* === Paragraph (Small) === */
    --paragraph-small-font-size-desktop: 0.9375rem;
    --paragraph-small-font-size-mobile: 0.8125rem;
    --paragraph-small-line-height: 1.4; 
    --paragraph-small-letter-spacing-desktop: 0;
    --paragraph-small-letter-spacing-mobile: 0;
        
    /* === Links === */
    --link-font-size-desktop: 1.0625rem;
    --link-font-size-mobile: 1.0rem;
    --link-transform: ; 
    --link-line-height: 1.3; 
    --link-letter-spacing-desktop: ;
    --link-letter-spacing-mobile: 0;
        
    /* === Blockquote === */
    --blockquote-font-size-desktop: 1.25rem;
    --blockquote-font-size-mobile: 1.125rem;
    --blockquote-transform: ; 
    --blockquote-line-height: 1.2; 
    --blockquote-letter-spacing-desktop: 0;
    --blockquote-letter-spacing-mobile: 0;
}

a {
    {font=Lato, font_set=GOOGLE, styles={font-family=Lato, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=null, variant=regular, fallback=sans-serif, style=font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=font-family: Lato, sans-serif;} 
}


:root {
    /* Label text */

    --form-label-color: #3D3A46;
    --form-label-font-family: {font=Lato, font_set=GOOGLE, styles={font-family=Lato, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=null, variant=regular, fallback=sans-serif, style=font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=font-family: Lato, sans-serif;};
    --form-label-font-size-desktop: 1.0625rem;
    --form-label-font-size-mobile: 1.0rem;
    --form-label-font-weight: regular;
    --form-label-transform: none;
    --form-label-spacing-bottom: 0.5rem;

    /* Input text */

    --form-input-color: #3D3A46;
    --form-input-font-family: {font=Lato, font_set=GOOGLE, styles={font-family=Lato, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=null, variant=regular, fallback=sans-serif, style=font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=font-family: Lato, sans-serif;};
    --form-input-font-size-desktop: 1.0625rem;
    --form-input-font-size-mobile: 1.0rem;
    --form-input-font-weight: regular;
    --form-input-transform: none;

    /* Placeholder text */

    --form-placeholder-color: #3D3A46;

    /* Error text */

    --form-error-color: #FF917B;

    /* Input fields */
    
    --form-input-background-color: #FFFFFF;
    --form-input-border-color: #C8C6CF; 
    --form-input-border-focus-color: #3D3A46;   
    --form-input-border-size: 0.0625rem;
    --form-input-border-radius: 0.3125rem; 
    --form-input-padding-top: 0.6875rem;
    --form-input-padding-bottom: 0.6875rem;
    --form-input-padding-right: 1.25rem;
    --form-input-padding-left: 1.25rem;

    /* Misc text */

    --form-misc-size-desktop: 0.9375rem;
    --form-misc-size-mobile: 0.875rem;

    /* Form fields */

    --form-field-spacing-top: 10px;
    --form-field-spacing-bottom: 40px;
    --form-field-gap: 32px;
    --placeholder-opacity: 1;
    --text-area-min-height: 120px;

    /* Multilists checkboxes and radio buttons */

    --multi-list-gap: 7px;
    --multi-list-spacing-top: 10px;

    /* Checkboxes and Radio buttons general spacing to label */

    --label-check-spacing: 16px;

    /* Date */
    --form-date-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.8076 0C7.03038 0 7.24404 0.0884998 7.40157 0.24603C7.5591 0.403561 7.6476 0.617218 7.6476 0.84V2.4108H16.668V0.8508C16.668 0.628018 16.7565 0.414361 16.914 0.25683C17.0716 0.0992998 17.2852 0.0108 17.508 0.0108C17.7308 0.0108 17.9444 0.0992998 18.102 0.25683C18.2595 0.414361 18.348 0.628018 18.348 0.8508V2.4108H21.6C22.2363 2.4108 22.8466 2.66349 23.2966 3.11332C23.7467 3.56315 23.9997 4.17329 24 4.8096V21.6012C23.9997 22.2375 23.7467 22.8477 23.2966 23.2975C22.8466 23.7473 22.2363 24 21.6 24H2.4C1.76369 24 1.15342 23.7473 0.703368 23.2975C0.253315 22.8477 0.000318156 22.2375 0 21.6012L0 4.8096C0.000318156 4.17329 0.253315 3.56315 0.703368 3.11332C1.15342 2.66349 1.76369 2.4108 2.4 2.4108H5.9676V0.8388C5.96792 0.616226 6.05656 0.402877 6.21405 0.245606C6.37155 0.0883348 6.58503 -2.27116e-07 6.8076 0ZM1.68 9.2904V21.6012C1.68 21.6958 1.69862 21.7894 1.73481 21.8767C1.77099 21.9641 1.82403 22.0435 1.89088 22.1103C1.95774 22.1772 2.03711 22.2302 2.12447 22.2664C2.21182 22.3026 2.30545 22.3212 2.4 22.3212H21.6C21.6946 22.3212 21.7882 22.3026 21.8755 22.2664C21.9629 22.2302 22.0423 22.1772 22.1091 22.1103C22.176 22.0435 22.229 21.9641 22.2652 21.8767C22.3014 21.7894 22.32 21.6958 22.32 21.6012V9.3072L1.68 9.2904ZM8.0004 17.5428V19.542H6V17.5428H8.0004ZM12.9996 17.5428V19.542H11.0004V17.5428H12.9996ZM18 17.5428V19.542H15.9996V17.5428H18ZM8.0004 12.7704V14.7696H6V12.7704H8.0004ZM12.9996 12.7704V14.7696H11.0004V12.7704H12.9996ZM18 12.7704V14.7696H15.9996V12.7704H18ZM5.9676 4.0896H2.4C2.30545 4.0896 2.21182 4.10822 2.12447 4.14441C2.03711 4.18059 1.95774 4.23362 1.89088 4.30048C1.82403 4.36734 1.77099 4.44671 1.73481 4.53407C1.69862 4.62142 1.68 4.71505 1.68 4.8096V7.6116L22.32 7.6284V4.8096C22.32 4.71505 22.3014 4.62142 22.2652 4.53407C22.229 4.44671 22.176 4.36734 22.1091 4.30048C22.0423 4.23362 21.9629 4.18059 21.8755 4.14441C21.7882 4.10822 21.6946 4.0896 21.6 4.0896H18.348V5.2044C18.348 5.42718 18.2595 5.64084 18.102 5.79837C17.9444 5.9559 17.7308 6.0444 17.508 6.0444C17.2852 6.0444 17.0716 5.9559 16.914 5.79837C16.7565 5.64084 16.668 5.42718 16.668 5.2044V4.0896H7.6476V5.1936C7.6476 5.41638 7.5591 5.63004 7.40157 5.78757C7.24404 5.9451 7.03038 6.0336 6.8076 6.0336C6.58482 6.0336 6.37116 5.9451 6.21363 5.78757C6.0561 5.63004 5.9676 5.41638 5.9676 5.1936V4.0896Z' fill='black'/%3E%3C/svg%3E");
    
    /* Dropdown */
    --form-dropdown-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M1 1.5L8 8.5L15 1.5' stroke='%23FF0998' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");

    /* Checkbox buttons */

    --form-checkbox-bg-color: transparent;
    --form-checkbox-width: 20px;
    --form-checkbox-height: 20px;
    
     /* for the icon visit https://yoksel.github.io/url-encoder/ and paste your svg in and copy the ready for css part */
    --form-checkbox-icon: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='18' height='18' rx='2' stroke='%23370178' stroke-width='2'/%3E%3C/svg%3E%0A");
    --form-checkbox-checked-icon: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='18' height='18' rx='2' stroke='%23370178' stroke-width='2'/%3E%3Crect x='4' y='4' width='12' height='12' rx='2' fill='%23FF0998'/%3E%3C/svg%3E ");
    --form-checkbox-icon--white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect x='1' y='1' width='18' height='18' rx='2' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    --form-checkbox-checked-icon--white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect x='1' y='1' width='18' height='18' rx='2' stroke='%23ffffff' stroke-width='2'/%3E%3Crect x='4' y='4' width='12' height='12' rx='2' fill='%23ffffff'/%3E%3C/svg%3E");
    /* Radio buttons */

    --form-radio-bg-color: transparent;
    --form-radio-width: 20px;
    --form-radio-height: 20px;
     /* for the icon visit https://yoksel.github.io/url-encoder/ and paste your svg in and copy the ready for css part */
    --form-radio-icon: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='18' height='18' rx='9' stroke='%23370178' stroke-width='2'/%3E%3C/svg%3E ");
    --form-radio-checked-icon: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='18' height='18' rx='9' stroke='%23370178' stroke-width='2'/%3E%3Crect x='4' y='4' width='12' height='12' rx='6' fill='%23FF0998'/%3E%3C/svg%3E ");
}







:root {
    --button-line-height: 1;
    --button-font-style: normal;
    --button-letter-spacing: normal;
    
    /* Global button settings */
    --button-font-family: Lato;
    --button-font-size-desktop: 1.0rem;
    --button-font-size-mobile: 0.9375rem;
    --button-font-weight: 700;
    --button-transform: uppercase;

    --button-padding-top: 1.0rem;
    --button-padding-bottom: 1.0rem;
    --button-padding-right: 1.25rem;
    --button-padding-left: 1.25rem;

    --button-padding-top-mobile: 1.0rem;
    --button-padding-bottom-mobile: 1.0rem;
    --button-padding-right-mobile: 1.5rem;
    --button-padding-left-mobile: 1.5rem;

    --button-border-size: 0.0625rem; 
    --button-border-radius: 0.0rem; 
    --button-border-style: none; 

    --button-border-color: #1CC5CC; 
    --button-border-color-hover: #1CC5CC; 
    --button-background-color: #1CC5CC; 
    --button-background-color-hover: #1CC5CC;
    --button-text-color: #ffffff; 
    --button-text-color-hover: #ffffff;

    /* Button 1 */
    --button-one-font-family: Lato;
    --button-one-font-size-desktop: 1.0rem;
    --button-one-font-size-mobile: 0.9375rem;
    --button-one-font-weight: regular;
    --button-one-transform: uppercase;

    --button-one-padding-top: 1.0rem;
    --button-one-padding-bottom: 1.0rem;
    --button-one-padding-right: 1.25rem;
    --button-one-padding-left: 1.25rem;

    --button-one-padding-top-mobile: 1.25rem;
    --button-one-padding-bottom-mobile: 1.25rem;
    --button-one-padding-right-mobile: 1.5rem;
    --button-one-padding-left-mobile: 1.5rem;

    --button-one-border-size: 0.0rem; 
    --button-one-border-radius: 1.5625rem; 
    --button-one-border-style: none; 

    --button-one-border-color: #1CC5CC; 
    --button-one-border-color-hover: #1CC5CC; 
    --button-one-background-color: #1CC5CC; 
    --button-one-background-color-hover: #1CC5CC;
    --button-one-text-color: #FFFFFF; 
    --button-one-text-color-hover: #FFFFFF;

    /* Button 2 */
    --button-two-font-family: Lato;
    --button-two-font-size-desktop: 1.0rem;
    --button-two-font-size-mobile: 0.9375rem;
    --button-two-font-weight: 700;
    --button-two-transform: uppercase;

    --button-two-padding-top: 1.0rem;
    --button-two-padding-bottom: 1.0rem;
    --button-two-padding-right: 1.25rem;
    --button-two-padding-left: 1.25rem;

    --button-two-padding-top-mobile: 1.0rem;
    --button-two-padding-bottom-mobile: 1.0rem;
    --button-two-padding-right-mobile: 1.5rem;
    --button-two-padding-left-mobile: 1.5rem;

    --button-two-border-size: 0.0625rem; 
    --button-two-border-radius: 0.0rem; 
    --button-two-border-style: solid; 

    --button-two-border-color: #1CC5CC; 
    --button-two-border-color-hover: #1CC5CC; 
    --button-two-background-color: #FFFFFF; 
    --button-two-background-color-hover: #31BFC8;
    --button-two-text-color: #1CC5CC; 
    --button-two-text-color-hover: #FFFFFF;

    /* Button 3 */
    --button-three-font-family: Lato;
    --button-three-font-size-desktop: 1.0rem;
    --button-three-font-size-mobile: 0.9375rem;
    --button-three-font-weight: 700;
    --button-three-transform: none;

    --button-three-padding-top: 1.0rem;
    --button-three-padding-bottom: 0.0rem;
    --button-three-padding-right: 0.0rem;
    --button-three-padding-left: 0.0rem;

    --button-three-padding-top-mobile: 1.0rem;
    --button-three-padding-bottom-mobile: 0.0rem;
    --button-three-padding-right-mobile: 0.0rem;
    --button-three-padding-left-mobile: 0.0rem;

    --button-three-border-size: 0.0rem; 
    --button-three-border-radius: 0.0rem; 
    --button-three-border-style: none; 

    --button-three-border-color: #FFFFFF; 
    --button-three-border-color-hover: #FFFFFF; 
    --button-three-background-color: rgba(255, 255, 255, 0%); 
    --button-three-background-color-hover: rgba(204, 215, 235, 0%);
    --button-three-text-color: #1CC5CC; 
    --button-three-text-color-hover: #1CC5CC;

    /* Button 4 */
    --button-four-font-family: Lato;
    --button-four-font-size-desktop: 1.0rem;
    --button-four-font-size-mobile: 0.9375rem;
    --button-four-font-weight: 700;
    --button-four-transform: none;

    --button-four-padding-top: 1.0rem;
    --button-four-padding-bottom: 1.0rem;
    --button-four-padding-right: 1.25rem;
    --button-four-padding-left: 1.25rem;

    --button-four-padding-top-mobile: 1.0rem;
    --button-four-padding-bottom-mobile: 1.0rem;
    --button-four-padding-right-mobile: 1.5rem;
    --button-four-padding-left-mobile: 1.5rem;

    --button-four-border-size: 0.0625rem; 
    --button-four-border-radius: 0.0rem; 
    --button-four-border-style: solid; 

    --button-four-border-color: #3D3A46; 
    --button-four-border-color-hover: #3D3A46; 
    --button-four-background-color: rgba(61, 58, 70, 0%); 
    --button-four-background-color-hover: #3D3A46;
    --button-four-text-color: #3D3A46; 
    --button-four-text-color-hover: #ffffff;

    /* Button 5 */
    --button-five-font-family: Lato;
    --button-five-font-size-desktop: 1.0rem;
    --button-five-font-size-mobile: 0.9375rem;
    --button-five-font-weight: 700;
    --button-five-transform: none;

    --button-five-padding-top: 1.0rem;
    --button-five-padding-bottom: 1.0rem;
    --button-five-padding-right: 1.25rem;
    --button-five-padding-left: 1.25rem;

    --button-five-padding-top-mobile: 1.0rem;
    --button-five-padding-bottom-mobile: 1.0rem;
    --button-five-padding-right-mobile: 1.5rem;
    --button-five-padding-left-mobile: 1.5rem;

    --button-five-border-size: 0.0625rem; 
    --button-five-border-radius: 0.0rem; 
    --button-five-border-style: solid; 

    --button-five-border-color: #3D3A46; 
    --button-five-border-color-hover: #3D3A46; 
    --button-five-background-color: #3D3A46; 
    --button-five-background-color-hover: #3D3A46;
    --button-five-text-color: #ffffff; 
    --button-five-text-color-hover: #ffffff;
}


:root {
    --tags-font-size-desktop: 1.125rem;
    --tags-font-size-mobile: 1.125rem;
    --tags-font-weight: regular;
    --tags-transform: none;

    --tag-background: rgba(0, 0, 0, 0%);
    --tag-border-color: #CCD7EB;
    --tag-text-color: #3D3A46;

    --tag-hover-background: #CCD7EB;
    --tag-hover-border-color: #CCD7EB;
    --tag-hover-text-color: #3D3A46;

    --tag-border-width: 0.0625rem;
    --tag-border-radius: 0.0rem;

    --form-tag-padding-top: 1.0rem;
    --form-tag-padding-bottom: 1.0rem;
    --form-tag-padding-right: 1.375rem;
    --form-tag-padding-left: 1.375rem;
}
:root {
    --base-padding: 1rem;
    --max-width: 1440px;
    --max-width-sm: calc(var(--max-width)/12 * 6);
    --max-width-md: calc(var(--max-width)/12 * 8);
    --max-width-lg: calc(var(--max-width)/12 * 10);
    --grid-gap: 50px;
    --flex-gap: 35px;
}

/* Generic */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    margin: 0;
    overflow-x: hidden;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* Objects */

/* Responsive grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
    padding: 0 20px;
    margin: 0 auto;
  }
  
  /* Drag and drop layout styles */
  
  .dnd-section > .row-fluid {
    margin: 0 auto;
  }
  
  @media (max-width: 767px) {
    .dnd-section .dnd-column {
      padding: 0;
    }
  }

/* Elements */

html {
    font-size: 16px default; 
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-family: var(--paragraph-font-family);
    font-size: var(--paragraph-font-size-desktop);
    font-style: var(--paragraph-font-style);
    font-weight: var(--paragraph-font-weight);
    text-decoration: var(--paragraph-text-decoration);
    line-height: var(--paragraph-line-height);
    letter-spacing: var(--paragraph-letter-spacing);

    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: var(--hyphens);
    color: var(--aubergine);
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

section.base ol:not(.inputs-list) {
    padding-left: 18px;
}

section.base ul:not(.inputs-list) {
    padding-left: 22px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin: 0;
    margin-bottom: 20px;
    clear: both;
}

h1, .h1 {
    font-family: var(--h1-font-family);
    font-size: var(--h1-font-size-desktop);
    font-style: var(--h1-font-style);
    font-weight: var(--h1-font-weight);
    line-height: var(--h1-line-height);
    text-decoration: var(--h1-text-decoration);
    letter-spacing: var(--h1-letter-spacing);
    text-transform: var(--h1-transform);
}

h1.small, .h1.small,
.title-small h1 {
    font-size: 3.438rem;
    line-height: 110%;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 600;
}

h2, .h2 {
    font-family: var(--h2-font-family);
    font-size: var(--h2-font-size-desktop);
    font-style: var(--h2-font-style);
    font-weight: var(--h2-font-weight);
    line-height: var(--h2-line-height);
    text-decoration: var(--h2-text-decoration);
    letter-spacing: var(--h2-letter-spacing);
    text-transform: var(--h2-transform);
}

h3, .h3 {
    font-family: var(--h3-font-family);
    font-size: var(--h3-font-size-desktop);
    font-style: var(--h3-font-style);
    font-weight: var(--h3-font-weight);
    line-height: var(--h3-line-height);
    text-decoration: var(--h3-text-decoration);
    letter-spacing: var(--h3-letter-spacing);
    text-transform: var(--h3-transform);
}

h4, .h4 {
    font-family: var(--h4-font-family);
    font-size: var(--h4-font-size-desktop);
    font-style: var(--h4-font-style);
    font-weight: var(--h4-font-weight);
    line-height: var(--h4-line-height);
    text-decoration: var(--h4-text-decoration);
    letter-spacing: var(--h4-letter-spacing);
    text-transform: var(--h4-transform);
}


h5, .h5 {
    font-family: var(--h5-font-family);
    font-size: var(--h5-font-size-desktop);
    font-style: var(--h5-font-style);
    font-weight: var(--h5-font-weight);
    line-height: var(--h5-line-height);
    text-decoration: var(--h5-text-decoration);
    letter-spacing: var(--h5-letter-spacing);
    text-transform: var(--h5-transform);
}

h6, .h6 {
    font-family: var(--h6-font-family);
    font-size: var(--h6-font-size-desktop);
    font-style: var(--h6-font-style);
    font-weight: var(--h6-font-weight);
    line-height: var(--h6-line-height);
    text-decoration: var(--h6-text-decoration);
    letter-spacing: var(--h6-letter-spacing);
    text-transform: var(--h6-transform);
}

p {
    margin: 0;

    font-family: var(--paragraph-font-family);
    font-size: var(--paragraph-font-size-desktop);
    font-style: var(--paragraph-font-style);
    font-weight: var(--paragraph-font-weight);
    line-height: var(--paragraph-line-height);
    text-decoration: var(--paragraph-text-decoration);
    letter-spacing: var(--paragraph-letter-spacing);
    text-transform: var(--paragraph-transform);
}

p.small {
    font-family: var(--paragraph-small-font-family);
    font-size: var(--paragraph-small-font-size-desktop);
    font-style: var(--paragraph-small-font-style);
    font-weight: var(--paragraph-small-font-weight);
    line-height: var(--paragraph-small-line-height);
    text-decoration: var(--paragraph-small-text-decoration);
    letter-spacing: var(--paragraph-small-letter-spacing);
    text-transform: var(--paragraph-small-transform);
}

p.large {
    margin-bottom: 20px;
    
    font-family: var(--paragraph-large-font-family);
    font-size: var(--paragraph-large-font-size-desktop);
    font-style: var(--paragraph-large-font-style);
    font-weight: var(--paragraph-large-font-weight);
    line-height: var(--paragraph-large-line-height);
    text-decoration: var(--paragraph-large-text-decoration);
    letter-spacing: var(--paragraph-large-letter-spacing);
    text-transform: var(--paragraph-large-transform);;
}

p.large + .btn-group {
    margin-top: 20px;
}

p.small:not(:last-of-type),
p.small:not(:last-child),
p.large:not(:last-of-type),
p.large:not(:last-child),
p:not(:last-of-type),
p:not(:last-child){
    margin-bottom: 20px;
}

a {
    font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    font-size: var(--link-font-size-desktop);
    line-height: var(--link-line-height);
    letter-spacing: var(--link-letter-spacing);
    text-transform: var(--link-transform);
    transition: var(--transition);
    color: var(--turquoise);
}

a:hover {
    color: var(--aubergine);
    text-decoration-color: var(--aubergine);
}

blockquote {
    margin: 0;
    margin-bottom: 25px;
    padding: 0;

    font-family: var(--blockquote-font-family);
    font-size: var(--blockquote-font-size-desktop);
    font-style: var(--blockquote-font-style);
    font-weight: var(--blockquote-font-weight);
    line-height: var(--blockquote-line-height);
    text-decoration: var(--blockquote-text-decoration);
    letter-spacing: var(--blockquote-letter-spacing);
    text-transform: var(--blockquote-transform);
}

.subheading {
    display: block;
    margin-bottom: 20px;

    font-family: var(--subheading-font-family);
    font-size: var(--subheading-font-size-desktop);
    font-style: var(--subheading-font-style);
    font-weight: var(--subheading-font-weight);
    line-height: var(--subheading-line-height);
    text-decoration: var(--subheading-text-decoration);
    letter-spacing: 2px;
    text-transform: var(--subheading-transform);
}

@media only screen and (max-width: 767px) {
    body {
        font-size: var(--paragraph-font-size-mobile);
        line-height: var(--paragraph-line-height);
        letter-spacing: var(--paragraph-letter-spacing);
    }

    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
        margin-bottom: 20px;
    }

    h1, .h1, .title-small h1 {
        font-size: var(--h1-font-size-mobile);
        line-height: var(--h1-line-height);
        letter-spacing: var(--h1-letter-spacing);
    }

    h1.small, .h1.small {
        font-size: 2rem;
        line-height: 120%;
    }

    h2, .h2 {
        font-size: var(--h2-font-size-mobile);
        line-height: var(--h2-line-height);
        letter-spacing: var(--h2-letter-spacing);
    }

    h3, .h3 {
        font-size: var(--h3-font-size-mobile);
        line-height: var(--h3-line-height);
        letter-spacing: var(--h3-letter-spacing);
    }

    h4, .h4 {
        font-size: var(--h4-font-size-mobile);
        line-height: var(--h4-line-height);
        letter-spacing: var(--h4-letter-spacing);
    }

    h5, .h5 {
        font-size: var(--h5-font-size-mobile);
        line-height: var(--h5-line-height);
        letter-spacing: var(--h5-letter-spacing);
    }

    h6, .h6 {
        font-size: var(--h6-font-size-mobile);
        line-height: var(--h6-line-height);
        letter-spacing: var(--h6-letter-spacing);
    }

    p {
        font-size: var(--paragraph-font-size-mobile);
        line-height: var(--paragraph-line-height);
        letter-spacing: var(--paragraph-letter-spacing);
    }

    p.small {
        font-size: var(--paragraph-small-font-size-mobile);
        line-height: var(--paragraph-small-line-height);
        letter-spacing: var(--paragraph-small-letter-spacing);
    }

    p.large {
        font-size: var(--paragraph-large-font-size-mobile);
        line-height: var(--paragraph-large-line-height);
        letter-spacing: var(--paragraph-large-letter-spacing);
    }

    a {
        font-size: var(--link-font-size-mobile);
        line-height: var(--link-line-height);
        letter-spacing: var(--link-letter-spacing);
    }

    blockquote {
        font-size: var(--blockquote-font-size-mobile);
        line-height: var(--blockquote-line-height);
        letter-spacing: var(--blockquote-letter-spacing);
    }

    .subheading {
        margin-bottom: 20px;
        font-size: var(--subheading-font-size-mobile);
        line-height: var(--subheading-line-height);
        letter-spacing: var(--subheading-letter-spacing);
    }
}
/* BG Colors */



    .bg-color-4 {
        background-color: #F6907C;
    } 

    .bg-color-5 {
        background-color: #F2F2F5;
    } 

    .bg-color-1 {
        background-color: #3D3A46;
    } 

    .bg-color-2 {
        background-color: #31BFC8;
    } 

    .bg-color-3 {
        background-color: #7D9AD0;
    } 


.bg-black {
    background-color: var(--black);
}

.bg-white {
    background-color: var(--white);
}
form .hs-richtext,
form .hs-richtext p {
    margin-bottom: 0.5rem;
}

form .hs-richtext,
form .hs-richtext p,
form .hs-richtext p a {
    font-size: var(--form-misc-size-mobile);
}

form label.hs-form-checkbox-display span,
form label.hs-form-radio-display span,
form label.hs-form-booleancheckbox-display span {
    font-size: var(--form-misc-size-mobile);
    margin-top: 2px;
}

@media only screen and (min-width: 768px) {
    form label.hs-form-checkbox-display span,
    form label.hs-form-radio-display span,
    form label.hs-form-booleancheckbox-display span,
    form .hs-richtext,
    form .hs-richtext p {
        font-size: var(--form-misc-size-desktop);
    }
}

form .hs-richtext img {
    max-width: 100% !important;
}

.legal-consent-container {
    margin-bottom: 2rem;
}

form .legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 0;
}

form fieldset.form-columns-1:has(input[type="hidden"]) {
    display: none;
}

/* Fields */

form .hs-form-field {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    float: none !important;
    width: 100% !important;
    margin-bottom: 1.4rem;
}

form .hs-form-field .input {
    margin-right: 0 !important;
}

form .hs-form-field ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

form fieldset {
    border: none;
    max-width: 100% !important;
}

form fieldset + .hs_submit.hs-submit {
    margin-top: 1.4rem;
}

form fieldset:not(:last-of-type) {
    margin-bottom: 1.4rem;
}

form fieldset .hs-form-field {
    margin-bottom: 0;
}

form fieldset.form-columns-1 .hs-input,
form fieldset.form-columns-2 .hs-input,
form fieldset.form-columns-3 .hs-input {
    width: 100% !important;
}

form fieldset.form-columns-2,
form fieldset.form-columns-3 {
    display: grid;
    align-items: flex-start;
    grid-gap: 1.4rem 1.4rem;
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
    form fieldset.form-columns-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    form fieldset.form-columns-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Labels */

form label {
    display: block;
    margin-bottom: var(--form-label-spacing-bottom);
    color: var(--form-label-color);
    font-family: var(--form-label-font-family);
    font-size: var(--form-label-font-size-mobile);
    line-height: 1;
    font-weight: var(--form-label-font-weight);
    text-transform: var(--form-label-transform);
}

@media only screen and (min-width: 768px) {
    form label {
        font-size: var(--form-label-font-size-desktop);
    }
}

form .inputs-list.multi-container label span,
form .hs-form-booleancheckbox label span {
    color: initial;
}

/* Form Title */
.form-title {
    margin-bottom: 0;
}

/* Help text */
form legend {
    font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    display: inline-block;
    width: 100%;
    border: var(--form-input-border-size) solid var(--form-input-border-color);
    border-radius: var(--form-input-border-radius);
    background-color: var(--form-input-background-color);
    padding: var(--form-input-padding-top) var(--form-input-padding-right) var(--form-input-padding-bottom) var(--form-input-padding-left);
    color: var(--form-input-color);

    font-family: var(--form-input-font-family);
    font-size: var(--form-input-font-size-mobile);
    line-height: 1.3;
    font-weight: var(--form-input-font-weight);
    text-transform: var(--form-input-transform);
}

@media only screen and (min-width: 768px) {
    form input[type=text],
    form input[type=search],
    form input[type=email],
    form input[type=password],
    form input[type=tel],
    form input[type=number],
    form input[type=file],
    form select,
    form textarea {
        font-size: var(--form-input-font-size-desktop);
    }
}

form textarea {
    resize: vertical;
    line-height: 1.2;
    border-radius: 10px;
}

form input::placeholder,
form select::placeholder,
form textarea::placeholder {
    opacity: 1;
    color: var(--form-placeholder-color);
}

form input:focus,
form input:focus-visible,
form input:focus-within,
form input:active,
form input:target,
form select:focus,
form select:focus-visible,
form select:focus-within,
form select:active,
form select:target,
form textarea:focus,
form textarea:focus-visible,
form textarea:focus-within,
form textarea:active,
form textarea:target {
    border-color: var(--form-input-border-focus-color);
    outline: none;
    box-shadow: none;
}

form legend.hs-field-desc {
    position: absolute;
    right: 0;
    width: auto !important;
}

/* Inputs - date picker */

.hs-dateinput {
    position: relative;
}

.hs-dateinput:before {
    content: '';
    position: absolute;
    right: var(--form-input-padding-right);
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: var(--form-date-icon);
}

.fn-date-picker .pika-table thead th {
    color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
    border-radius: 0;
    box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
    border-radius: 0 !important;
    color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
    border-radius: 0;
    background-color: transparent;
    border: initial;
    padding: initial;
}

.hs-fieldtype-select .input {
    position: relative;
}

.hs-fieldtype-select .input select {
    position: relative;
}

.hs-fieldtype-select .input::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 7px;
    right: var(--form-input-padding-right);
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: var(--form-dropdown-icon);
}

select.hs-input {
    appearance: none;
}

/* GDPR */

/* Validation */

.hs-form-required {
    color: var(--form-error-color);
}

.hs-input.invalid.error {
    border-color: var(--form-error-color);
}

.hs-error-msg {
    margin-top: 0.35rem;
    color: var(--form-error-color);
}

form input.hs-input.invalid.error {
    border-color: var(--pink);
}

/* Submit button */

form input[type=submit],
form .hs-button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}

/* Position label text against custom radio and checkboxes */

ul.inputs-list.multi-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--multi-list-gap);
    margin-top: var(--multi-list-spacing-top);
}

label.hs-form-booleancheckbox-display,
label.hs-form-checkbox-display,
label.hs-form-radio-display {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: var(--label-check-spacing);
}

/* Custom checkbox */

input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    appearance: none;
    width: var(--form-checkbox-width) !important;
    height: var(--form-checkbox-height) !important;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--form-checkbox-width);
    height: var(--form-checkbox-height);
    background-image: var(--form-checkbox-icon);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: var(--transition);
}

input[type="checkbox"]:checked::before {
    background-image: var(--form-checkbox-checked-icon);
}

/* Custom Radio Button Styling */

/* Target radio inputs inside any label with the common HubSpot structure */
.hs-form-radio-display input[type="radio"] {
    position: relative;
    cursor: pointer;
    appearance: none;
    /* Hide default radio button */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: var(--form-radio-width);
    height: var(--form-radio-height);
    margin: 0;
    padding: 0;
    background-color: var(--form-radio-bg-color);
}

.hs-form-radio-display input[type="radio"]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--form-radio-width);
    height: var(--form-radio-height);
    background-image: var(--form-radio-icon);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: var(--transition);
    pointer-events: none;
}

.hs-form-radio-display input[type="radio"]:checked::before {
    background-image: var(--form-radio-checked-icon);
}

/* Buttons */

.form-button--custom input[type="submit"].hs-button {
    border: var(--button-two-border-size) var(--button-two-border-style) #FF0998 !important; 
    background-color: #FF0998 !important;
    color: var(--white) !important;
}

.form-button--custom input[type="submit"].hs-button:hover {
    border: var(--button-two-border-size) var(--button-two-border-style) var(--white) !important;
    background-color: var(--white) !important;
    color: var(--black) !important;
    box-shadow: var(--box-shadow-big) !important;
}
.btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 35px;
    margin-top: 35px;
}

.btn-group.btn-group--small {
    gap: 20px;
}

.btn-group.btn-group--small .btn, 
.btn-group.btn-group--small a.btn {
    padding: 16px 45px;
}

/* Button styling */

.btn, 
a.btn,
.form-button input[type="submit"].hs-button {
    cursor: pointer;
    display: inline-flex;
    text-align: center;
    transition: var(--transition);
    white-space: normal;
    width: 100%;
    justify-content: center;

    padding: var(--button-padding-top-mobile) var(--button-padding-right-mobile) var(--button-padding-bottom-mobile) var(--button-padding-left-mobile);
    border: var(--button-border-size) var(--button-border-style) var(--button-border-color);
    border-radius: var(--button-border-radius);
    background-color: var(--button-background-color); 
    color: var(--button-text-color); 

    font-family: var(--button-font-family), sans-serif;
    font-size: var(--button-font-size-mobile);
    line-height: var(--button-line-height);
    font-style: var(--button-font-style);
    font-weight: var(--button-font-weight);
    letter-spacing: var(--button-letter-spacing);
    text-transform: var(--button-transform);
    text-decoration: none;
}

@media only screen and (min-width: 600px) {
    .btn, 
    a.btn,
    .form-button input[type="submit"].hs-button {
        width: auto;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 768px) {
    .btn, 
    a.btn,
    .form-button input[type="submit"].hs-button {
        padding: var(--button-padding-top) var(--button-padding-right) var(--button-padding-bottom) var(--button-padding-left);
        font-size: var(--button-font-size-desktop);
    }
}

.btn.w-icon, 
a.btn.w-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn.w-icon img, 
a.btn.w-icon img {
    max-width: 16px;
    width: 100%;
    height: 16px;
    object-fit: contain;
    margin-bottom: 2px;
}

.btn:hover, 
a.btn:hover {
    border: var(--button-border-size) var(--button-border-style) var(--button-border-color-hover);
    background-color: var(--button-background-color-hover); 
    color: var(--button-text-color-hover);
    text-decoration: none;
}

.btn:focus-visible, 
a.btn:focus-visible {
    border: var(--button-border-size) var(--button-border-style) blue;
} 

.btn .button-icon, 
a.btn .button-icon {
    display: block;
    transition: var(--transition);
}

.btn .button-icon-hover, 
a.btn .button-icon-hover {
    display: none;
    transition: var(--transition);
}

.btn:hover .button-icon, 
a.btn:hover .button-icon {
    display: none;
}

.btn:hover .button-icon-hover, 
a.btn:hover .button-icon-hover {
    display: block;
}

/* Button variations */

.btn--1, 
a.btn--1,
.form-button--1 input[type="submit"].hs-button {
    padding: var(--button-one-padding-top-mobile) var(--button-one-padding-right-mobile) var(--button-one-padding-bottom-mobile) var(--button-one-padding-left-mobile);
    border: var(--button-one-border-size) var(--button-one-border-style) var(--button-one-border-color);
    border-radius: var(--button-one-border-radius);
    background-color: var(--button-one-background-color); 
    color: var(--button-one-text-color); 

    font-family: var(--button-one-font-family), sans-serif;
    font-size: var(--button-one-font-size-mobile);
    font-weight: var(--button-one-font-weight);
    text-transform: var(--button-one-transform);
}



.btn--1:hover, 
a.btn--1:hover,
.form-button--1 input[type="submit"].hs-button:hover {
    border: var(--button-one-border-size) var(--button-one-border-style) var(--button-one-border-color-hover);
    background-color: var(--button-one-background-color-hover); 
    color: var(--button-one-text-color-hover); 
}

.btn--2, 
a.btn--2,
.form-button--2 input[type="submit"].hs-button {
    padding: var(--button-two-padding-top-mobile) var(--button-two-padding-right-mobile) var(--button-two-padding-bottom-mobile) var(--button-two-padding-left-mobile);
    border: var(--button-two-border-size) var(--button-two-border-style) var(--button-two-border-color);
    border-radius: var(--button-two-border-radius);
    background-color: var(--button-two-background-color); 
    color: var(--button-two-text-color); 

    font-family: var(--button-two-font-family), sans-serif;
    font-size: var(--button-two-font-size-mobile);
    font-weight: var(--button-two-font-weight);
    text-transform: var(--button-two-transform);
}

.btn--2:hover, 
a.btn--2:hover,
.form-button--2 input[type="submit"].hs-button {
    border: var(--button-two-border-size) var(--button-two-border-style) var(--button-two-border-color-hover);
    background-color: var(--button-two-background-color-hover); 
    color: var(--button-two-text-color-hover); 
}

.btn--3, 
a.btn--3,
.form-button--3 input[type="submit"].hs-button {
    padding: var(--button-three-padding-top-mobile) var(--button-three-padding-right-mobile) var(--button-three-padding-bottom-mobile) var(--button-three-padding-left-mobile);
    border: var(--button-three-border-size) var(--button-three-border-style) var(--button-three-border-color);
    border-radius: var(--button-three-border-radius);
    background-color: var(--button-three-background-color); 
    color: var(--button-three-text-color); 

    font-family: var(--button-three-font-family), sans-serif;
    font-size: var(--button-three-font-size-mobile);
    font-weight: var(--button-three-font-weight);
    text-transform: var(--button-three-transform);
}

.btn--3:hover, 
a.btn--3:hover,
.form-button--3 input[type="submit"].hs-button:hover {
    border: var(--button-three-border-size) var(--button-three-border-style) var(--button-three-border-color-hover);
    background-color: var(--button-three-background-color-hover); 
    color: var(--button-three-text-color-hover); 
}

.btn--4, 
a.btn--4,
.form-button--4 input[type="submit"].hs-button {
    padding: var(--button-four-padding-top-mobile) var(--button-four-padding-right-mobile) var(--button-four-padding-bottom-mobile) var(--button-four-padding-left-mobile);
    border: var(--button-four-border-size) var(--button-four-border-style) var(--button-four-border-color);
    border-radius: var(--button-four-border-radius);
    background-color: var(--button-four-background-color); 
    color: var(--button-four-text-color); 

    font-family: var(--button-four-font-family), sans-serif;
    font-size: var(--button-four-font-size-mobile);
    font-weight: var(--button-four-font-weight);
    text-transform: var(--button-four-transform);
}

.btn--4:hover, 
a.btn--4:hover,
.form-button--4 input[type="submit"].hs-button:hover {
    border: var(--button-four-border-size) var(--button-four-border-style) var(--button-four-border-color-hover);
    background-color: var(--button-four-background-color-hover); 
    color: var(--button-four-text-color-hover); 
}

.btn--5, 
a.btn--5,
.form-button--5 input[type="submit"].hs-button {
    padding: var(--button-five-padding-top-mobile) var(--button-five-padding-right-mobile) var(--button-five-padding-bottom-mobile) var(--button-five-padding-left-mobile);
    border: var(--button-five-border-size) var(--button-five-border-style) var(--button-five-border-color);
    border-radius: var(--button-five-border-radius);
    background-color: var(--button-five-background-color); 
    color: var(--button-five-text-color); 

    font-family: var(--button-five-font-family), sans-serif;
    font-size: var(--button-five-font-size-mobile);
    font-weight: var(--button-five-font-weight);
    text-transform: var(--button-five-transform);
}

.btn--5:hover, 
a.btn--5:hover,
.form-button--5 input[type="submit"].hs-button:hover {
    border: var(--button-five-border-size) var(--button-five-border-style) var(--button-five-border-color-hover);
    background-color: var(--button-five-background-color-hover); 
    color: var(--button-five-text-color-hover); 
}

@media only screen and (min-width: 768px) {
    .btn--1, 
    a.btn--1,
    .form-button--1 input[type="submit"].hs-button {
        padding: var(--button-one-padding-top) var(--button-one-padding-right) var(--button-one-padding-bottom) var(--button-one-padding-left);
        font-size: var(--button-one-font-size-desktop);
    }

    .btn--2, 
    a.btn--2,
    .form-button--2 input[type="submit"].hs-button {
        padding: var(--button-two-padding-top) var(--button-two-padding-right) var(--button-two-padding-bottom) var(--button-two-padding-left);
        font-size: var(--button-two-font-size-desktop);
    }

    .btn--3, 
    a.btn--3,
    .form-button--3 input[type="submit"].hs-button {
        padding: var(--button-three-padding-top) var(--button-three-padding-right) var(--button-three-padding-bottom) var(--button-three-padding-left);
        font-size: var(--button-three-font-size-desktop);
    }

    .btn--4, 
    a.btn--4,
    .form-button--4 input[type="submit"].hs-button {
        padding: var(--button-four-padding-top) var(--button-four-padding-right) var(--button-four-padding-bottom) var(--button-four-padding-left);
        font-size: var(--button-four-font-size-desktop);
    }

    .btn--5, 
    a.btn--5,
    .form-button--5 input[type="submit"].hs-button {
        padding: var(--button-five-padding-top) var(--button-five-padding-right) var(--button-five-padding-bottom) var(--button-five-padding-left);
        font-size: var(--button-five-font-size-desktop);
    }
}
.tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.tag {
    cursor: pointer;
    display: inline-flex;
    text-align: center;
    transition: var(--transition);
    white-space: normal;
    text-decoration: none;

    border: var(--tag-border-width) solid var(--tag-border-color);
    border-radius: var( --tag-border-radius);
    background-color: var(--tag-background);
    padding: var(--form-tag-padding-top) var(--form-tag-padding-right) var(--form-tag-padding-bottom) var(--form-tag-padding-left);
    color: var(--tag-text-color);

    font-family: var(--tags-font-family);
    font-size: var(--tags-font-size-mobile);
    line-height: 1;
    font-weight: var(--tags-font-weight);
    text-transform: var(--tags-transform);
}

@media only screen and (min-width: 768px) {
    .tag {
        font-size: var(--tags-font-size-desktop);
    }
}

.tag:hover,
.tag.active {
    text-decoration: none;
    border: var(--tag-border-width) solid var(--tag-hover-border-color);
    background-color: var(--tag-hover-background);
    color: var(--tag-hover-text-color);
}

.filter-text {
    margin-right: 10px;
}

/* card tags */

.card-tag.tag {
    padding: 8px 16px;
    border: var(--tag-border-width) solid var(--tag-hover-border-color);
    background-color: var(--tag-hover-background);
    color: var(--tag-hover-text-color);
    cursor: auto;
}
.hamburger-wrapper {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: none;
}

.hamburger {
    display: none;
    width: 20px;
    height: 2px;
    background: var(--white);
    position: relative;
    transition: all 0.3s ease;
}

.hamburger::before,
.hamburger::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--white);
    transition: all 0.3s ease;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    top: 8px;
}

.hamburger.hamburger-open {
    background: transparent;
}

.hamburger.hamburger-open::before {
    transform: rotate(45deg);
    top: 0;
}

.hamburger.hamburger-open::after {
    transform: rotate(-45deg);
    top: 0;
}

@media only screen and (max-width: 992px) {
    .hamburger-wrapper {
        display: block;
    }

    .hamburger {
        display: inline-block;
    }
}
.video-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
    .video-container {
        min-height: 490px;
    }
}
.video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: none;
    margin-left: 0;
    object-fit: contain;
}

.video-container--youtube {
    padding-bottom: 0;
}

.video-thumbnail {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	opacity: 1;
	transition: var(--transition);
	cursor: pointer;
    overflow: clip;
}

@media only screen and (min-width: 768px) {
    .video-thumbnail {
        min-height: 490px;
    }
}

.video-thumbnail .bg-image-container.object-cover {
    display: flex;
}

.video-thumbnail .bg-image-container.object-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(#000,0.5);
}

.video-thumbnail.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.video-thumbnail + video {
    visibility: hidden;
}

.video-thumbnail.is-hidden + video {
    visibility: visible;
}

.play {
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    position: absolute;
    outline: none;
    appearance: none;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    border-radius: 50%;
    transition: var(--transition);
}

.play::before {
    position: relative;
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-top: 2px;
    margin-left: 6px;
    border-style: solid;
    border-width: 17.5px 0 17.5px 23px;
    transition: var(--transition);
    border-color: transparent transparent transparent var(--turquoise);
    z-index: 100;
}

.video-thumbnail:hover .play,
.video-thumbnail:focus-visible .play {
    background-color: var(--turquoise);
}

.video-thumbnail:hover .play::before,
.video-thumbnail:focus-visible .play::before {
    border-color: transparent transparent transparent var(--white);
}

@media only screen and (min-width: 768px) {
    .play {
        height: 107px;
        width: 107px;
    }

    .play::before {
        margin-left: 11px;
        border-width: 23px 0 23px 31px;
    }
}

.youtube {
    background-color: var(--black);
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.youtube::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: .3;
}

.youtube img {
    width: 100%;
    height: auto;
    top: -16.84%;
    left: 0;
}


.youtube img,
.youtube iframe {
    position: absolute;
}

.youtube iframe {
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.custom-language-switcher {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.lang-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-toggle .globe {
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
}

.lang-toggle .arrow {
    height: 10px;
    width: 14px;
}

.lang-toggle .current-lang {
    color: var(--white);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    text-transform: uppercase;
}

.lang-dropdown {
    position: absolute;
    top: 80%;
    right: 0;
    padding: 0.5rem 0;
    background: #fff;
    min-width: 50px;
    display: none;
    z-index: 999;
}

.lang-dropdown li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.lang-dropdown li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    text-transform: uppercase;
    color: #333;
}

.lang-dropdown li a:hover {
    background-color: rgba(49, 191, 200, 0.4);
}

.custom-language-switcher:hover .lang-dropdown,
.custom-language-switcher.open .lang-dropdown {
    display: block;
}

.custom-language-switcher:hover::before {
    content: "";
    position: absolute;
    bottom: -24px;
    right: 0;
    width: 50px;
    height: 30px;
}
.hs-search-field__form {
    position: relative;
}

.website-header .hs-search-field__form input[type="search"] {
    background: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid var(--white);
    padding: 5px !important;

    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--white);
}

.website-header .hs-search-field__form input[type="search"]::placeholder {
    opacity: 1;
    color: var(--white);
}

.hs-search-field__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.hs-search-field__button svg {
    height: 24px;
    width: 20px;
}

.website-header .hs-search-field__form .hs-search-field__suggestions-container {
    display: none;
}

.hs-editor-hide-until-active {
    display: none;
}

.inpage-editor-active-field .hs-editor-hide-until-active {
    display: block;
}

.hs-search-field {
    position: relative;
}

.hs-search-field__input {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
}

.hs-search-field__suggestions {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hs-search-field--open .hs-search-field__suggestions,
.inpage-editor-active-field .hs-search-field__suggestions {
    position: absolute;
    width: 100%;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    box-shadow: 1px 10px 16px -9px rgba(122, 122, 122, 0.75);
}

.hs-search-field__suggestions li {
    display: block;
    padding: 0;
    margin: 0;
}

.hs-search-field__suggestions .results-for {
    font-weight: bold;
}

.hs-search-field__suggestions a,
.hs-search-field__suggestions .results-for {
    display: block;
    padding: 0 10px;
    line-height: 1.7rem;
}

.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
    background-color: rgba(0, 0, 0, 0.1);
    outline: none;
}

.hs-search-field__input:focus {
    outline-style: solid;
}

.hs-search-field__suggestions-container {
    position: relative;
    flex-basis: 100%;
}

.hs-search-field__form {
    display: flex;
    flex-wrap: wrap;
}

.hs-search-field__label {
    flex-basis: 100%;
}

.hs-search-field__bar--button-beneath .hs-search-field__input {
    flex-basis: 100%;
}

.hs-search-field__bar--button-beneath .hs-search-field__button {
    margin-top: 0.725rem;
    margin-right: 0.725rem;
}

.hs-search-field__bar--button-align-right .hs-search-field__button {
    margin-right: 0;
    margin-left: 0.725rem;
    order: 2;
}

.hs-search-field__bar--button-beneath .hs-search-field__suggestions-container {
    min-width: 75%;
    flex-basis: auto;
    flex-grow: 1;
}

.hs-search-field__button--labelled .hs_cos_wrapper_type_icon {
    margin-right: 0.5rem;
}

/* stylelint-disable declaration-no-important */
.show-for-sr {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

/* stylelint-enable declaration-no-important */

@media only screen and (max-width: 992px) {
    .website-header .hs-search-field__form input[type=search] {
        border-bottom: none;
    }
}

/* Utilities */

/* 
* Base styles
*/

.base {
    padding-left: var(--base-padding);
    padding-right: var(--base-padding);
    scroll-margin-top: 100px;
}

.base .wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;
}

.img-cover,
.image-wrapper.img-cover {
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.img-cover img,
.image-wrapper.img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text-col.centered-content {
    justify-content: flex-start;
}

.bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--aubergine);
    opacity: 0.8;
}

.overlay.overlay--2::before {
    background: var(--turquoise);
}

.overlay.overlay--3::before {
    background: var(--blue);
}

.overlay.overlay--4::before {
    background: var(--orange);
}

.overlay.overlay--5::before {
    background: var(--light);
}

.overlay.overlay--6::before {
    background: var(--black);
}

.overlay.overlay--7::before {
    background: var(--white);
}

/* 
* Color change
*/

.base .wrapper.content--white h1,
.base .wrapper.content--white h2,
.base .wrapper.content--white h3,
.base .wrapper.content--white h4,
.base .wrapper.content--white h5,
.base .wrapper.content--white h6,
.base .wrapper.content--white blockquote, 
.base .wrapper.content--white a:not(.btn),
.base .wrapper.content--white p, 
.base .wrapper.content--white span:not(.btn-text),
.base .wrapper.content--white div {
    color: var(--white);
}

.base .wrapper.content--white a:not(.btn):hover {
    color: var(--white);
    opacity: 0.8;
}

.base .wrapper.content--white form label {
    color: var(--white);
}

.base .wrapper.content--white form .inputs-list.multi-container label span,
.base .wrapper.content--white form .hs-form-booleancheckbox label span {
    color: var(--white);
}

.base .wrapper.content--white form input[type=text],
.base .wrapper.content--white form input[type=search],
.base .wrapper.content--white form input[type=email],
.base .wrapper.content--white form input[type=password],
.base .wrapper.content--white form input[type=tel],
.base .wrapper.content--white form input[type=number],
.base .wrapper.content--white form input[type=file],
.base .wrapper.content--white form select,
.base .wrapper.content--white form textarea {
    border: var(--form-input-border-size) solid var(--white);
}

.base .wrapper.content--white form input::placeholder,
.base .wrapper.content--white form select::placeholder,
.base .wrapper.content--white form textarea::placeholder {
    opacity: 0.8;
}

.base .wrapper.content--white input[type="checkbox"]::before {
    background-image: var(--form-checkbox-icon--white);
}

.base .wrapper.content--white input[type="checkbox"]:checked::before {
    background-image: var(--form-checkbox-checked-icon--white);
}

section.base .wrapper.content--white ul:not(.inputs-list) li::before,
section.base .wrapper .content--white ul:not(.inputs-list) li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9.00166 18C7.75682 18 6.58674 17.7638 5.49142 17.2914C4.3961 16.8189 3.44337 16.1778 2.63321 15.368C1.82305 14.5581 1.18161 13.6058 0.708868 12.5109C0.236289 11.4161 0 10.2463 0 9.00166C0 7.75682 0.236289 6.58674 0.708868 5.49142C1.18129 4.3961 1.8225 3.44337 2.6325 2.63321C3.4425 1.82305 4.395 1.18161 5.49 0.708868C6.585 0.236289 7.755 0 9 0C9.9979 0 10.9421 0.15 11.8326 0.45C12.7232 0.75 13.5401 1.16842 14.2835 1.70526L13.2558 2.75661C12.6437 2.33503 11.9806 2.00708 11.2666 1.77276C10.5526 1.53829 9.79705 1.42105 9 1.42105C6.9 1.42105 5.11184 2.15921 3.63553 3.63553C2.15921 5.11184 1.42105 6.9 1.42105 9C1.42105 11.1 2.15921 12.8882 3.63553 14.3645C5.11184 15.8408 6.9 16.5789 9 16.5789C11.1 16.5789 12.8882 15.8408 14.3645 14.3645C15.8408 12.8882 16.5789 11.1 16.5789 9C16.5789 8.66716 16.5571 8.33803 16.5133 8.01261C16.4696 7.68718 16.404 7.37076 16.3165 7.06334L17.4643 5.90661C17.6379 6.39355 17.7707 6.89455 17.8624 7.40961C17.9541 7.9245 18 8.45463 18 9C18 10.245 17.7638 11.415 17.2914 12.51C16.8189 13.605 16.1778 14.5575 15.368 15.3675C14.5581 16.1775 13.6058 16.8187 12.5109 17.2911C11.4161 17.7637 10.2463 18 9.00166 18ZM7.65545 13.0299L3.95716 9.33158L4.95545 8.33329L7.65545 11.0333L17.0017 1.67258L18 2.67087L7.65545 13.0299Z' fill='%2309FFB9'/%3E%3C/svg%3E");
}

section.base .wrapper .content--white ol:not(.inputs-list) li::marker {
    font-weight: 600;
    color: var(--green);
}

/* 
* Spacing
*/

.pt-sm {
    padding-top: 25px;
}

.pt-md {
    padding-top: 35px;
}

.pt-lg {
    padding-top: 80px;
}

.pt-xxl {
    padding-top: 180px;
}

@media only screen and (min-width: 768px) {
    .pt-sm {
        padding-top: 45px;
    }
    
    .pt-md {
        padding-top: 85px;
    }
    
    .pt-lg {
        padding-top: 120px;
    }

    .pt-xxl {
        padding-top: 220px;
    }
}

.pb-sm {
    padding-bottom: 25px;
}

.pb-md {
    padding-bottom: 35px;
}

.pb-lg {
    padding-bottom: 80px;
}

.pb-xxl {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) {
    .pb-sm {
        padding-bottom: 45px;
    }
    
    .pb-md {
        padding-bottom: 85px;
    }
    
    .pb-lg {
        padding-bottom: 120px;
    }

    .pb-xxl {
        padding-bottom: 180px;
    }
}

/* 
* Content widths
*/

.wrapper.wrapper--sm {
    max-width: var(--max-width-sm);
}

.wrapper.wrapper--md {
    max-width: var(--max-width-md);
}

.wrapper.wrapper--lg {
    max-width: var(--max-width-lg);
}

/* 
* Grids
*/

.grid {
    display: grid;
    gap: var(--grid-gap);
    grid-template-columns: 1fr;
}

@media only screen and (min-width: 768px) {
    .grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1080px) {
    
    .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.flex-wrap {
    display: flex;
    align-items: center;
    gap: var(--flex-gap);
    flex-wrap: wrap;
}

.flex-wrap--center {
    justify-content: center;
}

/* 
* Hiding content 
*/

/* hidden mobile down */

@media only screen and (max-width: 600px) {
    .hidden-sm {
        display: none !important;
    }
}


/* hidden tablet down */

@media only screen and (max-width: 767px) {
    .hidden-md {
        display: none !important;
    }
}

/* hidden laptops down */

@media only screen and (max-width: 991px) {
    .hidden-lg {
        display: none !important;
    }
}

/* hidden desktop down */

@media only screen and (max-width: 1199px) {
    .hidden-xl {
        display: none !important;
    }
}

/* hidden desktop  */

@media only screen and (min-width: 1200px) {
    .hidden-desk {
        display: none !important;
    }
}

/* Components */

.website-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    min-height: 83px;
}

.website-header a {
    text-decoration: none !important;
}

.header-container {
    padding-top: 0;
}

.website-header {
    padding: 20px 20px;
    transition: transform ease-in-out 0.2s;
}

.website-header .wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

/* top nav */

.website-header .top-nav-wrapper {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    padding-bottom: 35px;
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.top-nav-wrapper.top-nav--hidden {
    opacity: 0;
}

.header-container-wrapper {
    transition: all ease-in-out 0.3s;
}

.website-header:has(.top-nav-wrapper.top-nav--hidden) {
    background: var(--aubergine);
}

@media only screen and (min-width: 993px) {
    .website-header:has(.top-nav-wrapper.top-nav--hidden) {
        transform: translateY(-70px);
    }
}

/* main nav */

.website-header .main-nav-wrapper {
    position: relative;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}


.main-nav-wrapper .main-nav-logo {
    max-width: 150px;
    width: 100%;
}

.main-nav-wrapper .hs_cos_wrapper_type_logo a img {
    width: auto !important;
    max-height: 50px !important;
    height: auto !important;
}


/* mega nav */

ul.main-nav__menu {
    display: flex;
    gap: 30px;
    align-items: center;
    list-style-type: none;
}

ul.main-nav__menu>li>a {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--white, #fff);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    transition: all ease-in-out 0.4s;
}

ul.main-nav__menu>li:hover>a {
    color: var(--turquoise, #31BFC8);
}

ul.main-nav__menu li a svg {
    transform-style: preserve-3d;
    transition: all ease-in-out 0.4s;
}

ul.main-nav__menu li:hover a svg {
    transform: rotate(180deg);
}

ul.main-nav__menu li a svg path {
    stroke: var(--white, fff);
}

ul.main-nav__menu li:hover a svg path {
    stroke: var(--turquoise, #31BFC8);
}

ul.main-nav__menu li .mega-menu {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    display: none;
    background: var(--white);
    box-shadow: 77px 581px 164px 0px rgba(23, 23, 23, 0.00), 49px 372px 150px 0px rgba(23, 23, 23, 0.01), 28px 209px 127px 0px rgba(23, 23, 23, 0.03), 12px 93px 94px 0px rgba(23, 23, 23, 0.05), 3px 23px 52px 0px rgba(23, 23, 23, 0.06);
    width: 100%;
}

ul.main-nav__menu li .mega-menu .mega-col-wrapper {
    min-height: 350px;
    height: 100%;
}

ul.main-nav__menu li::before {
    content: "";
    display: none;
    height: 70px;
    left: 0%;
    position: absolute;
    top: 55%;
    width: 100%;
}

ul.main-nav__menu li:hover::before {
    display: block;
}

ul.main-nav__menu li:hover .mega-menu {
    display: block;
}

.item-a {
    width: 100%;
}

/* Mega menu Cols */

.mega-menu .mega-col {
    padding-top: 28px;
    padding-bottom: 28px;
}

.mega-menu .mega-col .mega-col-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #C8C7CF;
}

.mega-menu .mega-col:first-of-type .mega-col-wrapper {
    border-left: none;
}

.mega-menu .mega-col .sub-title,
.mega-menu .mega-col .sub-title > a {
    margin-bottom: 24px;
    padding-left: 30px;

    color: var(--aubergine, #3D3A46);
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.mega-menu .mega-col .sub-title > a {
  padding: 0 !important;
  margin: 0 !important;
}

.mega-menu .mega-col .sub-title > a:hover {
    background: transparent !important;
    color: var(--aubergine, #3D3A46);
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    opacity: 0.9;
}

.mega-menu .mega-col .sub-title > a.no-link {
  opacity: 1;
  text-decoration: none;
  pointer-events: none;
  cursor: auto;
}

.mega-menu .mega-col .sub-title > a.no-link:hover {
  opacity: 1;
  text-decoration: none;
  pointer-events: none;
  cursor: auto;
}

.mega-menu .mega-col a {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 36px;
    padding: 24px 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.mega-menu .col-wrapper a:first-of-type {
    margin-top: 0px;
}

.mega-menu .col-wrapper a.simple:first-of-type {
    padding-top: 0;
}

.mega-menu .mega-col .link-title {
    color: var(--aubergine, #3D3A46);
    font-size: 16px;
    line-height: 22px;
    transition: all ease-in-out 0.3s;
}

.mega-menu .mega-col a:hover .link-title {
    color: var(--turquoise, #31BFC8);
}

.mega-menu .mega-col .link-subtext {
    color: var(--link-text-color, #807C8A);
    font-size: 14px;
    line-height: 18px;
}

.mega-menu .mega-footer {
    padding: 10px 30px 48px;
}

.mega-menu .mega-footer p {
    max-width: 30%;
    margin-left: auto;
}

.mega-menu .mega-footer p a {
    display: inline-flex;
    text-transform: initial;
}

/* Mega menu variants */

/* 3 col start */

.mega-menu.three-col .col-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* 4 col */

.mega-menu.four-col .col-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.mega-menu.four-col .mega-col:last-of-type {
    margin-left: 0;
}

.mega-menu.four-col .mega-col:last-of-type .mega-col-wrapper {
    border-left: none;
}

.mega-menu.four-col .mega-col-cta {
    padding: 4px;
    margin: 0;
}

.mega-menu.four-col .mega-col-cta .mega-col-wrapper {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}

.mega-menu.four-col .mega-col-cta .mega-col-wrapper img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.mega-menu.four-col .mega-col-cta .mega-col-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(61, 58, 70, 0.00) 21.33%, rgba(61, 58, 70, 0.90) 53.11%);
}

.mega-menu.four-col .mega-col-cta .content {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    padding: 48px 30px;
    max-width: 100%;
    width: 100%;

    color: var(--white);
}

.mega-menu.four-col .mega-col-cta .content h3,
.mega-menu.four-col .mega-col-cta .content p {
    color: var(--white);
    font-weight: 400;
}

.mega-menu.four-col .mega-col-cta a.mega-btn {
    padding: 14px 24px;
    border-radius: 40px;
    border: 1px solid var(--turquoise, #31BFC8);
    background-color: var(--turquoise, #31BFC8);
    color: var(--white)
}

/* 4 col switch */

.mega-menu.four-col.four-col--switch .mega-col:first-of-type {
    background-color: var(--light);
}

.mega-menu.four-col.four-col--switch .mega-col:nth-of-type(3n + 2) .mega-col-wrapper {
    border: none;
}

.mega-menu.four-col.four-col--switch .mega-col:nth-of-type(3n + 4) .mega-col-wrapper {
    border: none;
}

.mega-menu.four-col.four-col--switch .mega-col a:not(.mega-btn) {
    margin-top: 0;
    padding: 24px 30px;
}

.mega-col a.simple,
.mega-menu.four-col.four-col--switch .mega-col a.simple {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 0;
    padding: 20px 30px;
    padding-bottom: 0;
}

.mega-menu.four-col.four-col--switch .mega-col a:not(.mega-btn):hover {
    background-color: var(--white);
}

.mega-menu.four-col.four-col--switch .mega-col a.simple img {
    width: 25px;
    height: 25px;
}

.mega-menu.four-col.four-col--switch .mega-col.item-b.active {
    display: flex;
}

.mega-menu.four-col.four-col--switch .mega-col.item-b {
    display: none;
}

/* 2 col switch */

.mega-menu.two-col .col-wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.mega-menu.two-col.two-col--50 .col-wrapper {
    grid-template-columns: 1fr 1fr;
}

.mega-menu.two-col .mega-col .mega-col-wrapper {
    border: none;
}

.mega-menu.two-col.two-col--switch .mega-col:first-of-type {
    background-color: var(--light);
}

.mega-menu.two-col.two-col--switch .mega-col.item-b.active {
    display: flex;
}

.mega-menu.two-col.two-col--switch .mega-col.item-b {
    display: none;
}

.mega-menu.two-col .mega-col a:not(.mega-btn) {
    margin-top: 0;
    padding: 24px 30px;
}

.mega-menu.two-col .mega-col a:not(.mega-btn):hover {
    background-color: var(--white);
}

.mega-menu.two-col .mega-col-cta .mega-col-wrapper {
    width: 100%;
    position: relative;
}

.mega-menu.two-col .mega-col-cta .mega-col-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.mega-menu.two-col .mega-col-cta .mega-col-wrapper:after {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(61, 58, 70, 0.00) 21.33%, rgba(61, 58, 70, 0.90) 53.11%);
}

.mega-menu.two-col .mega-col-cta .content {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    padding: 48px 30px;
    max-width: 40%;
    width: 100%;
    color: var(--white);
}

.mega-menu.two-col .mega-col-cta {
    padding: 4px;
    padding-left: 0;
}

.mega-menu.two-col .mega-col-cta .mega-col-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.mega-menu.two-col .mega-col-cta .content h3,
.mega-menu.two-col .mega-col-cta .content p {
    color: var(--white);
    font-weight: 400;
}

.mega-menu .mega-col .mega-col-wrapper .mega-btn {
    padding: 14px 24px;
    border-radius: 40px;
    border: 1px solid var(--turquoise, #31BFC8);
    background-color: var(--turquoise, #31BFC8);
    color: var(--white)
}

@media only screen and (max-width: 992px) {
    .website-header {
        padding: 24px 37px;
    }

    .main-nav {
        display: none;
    }

    .website-header .main-nav-wrapper {
        position: static;
    }

    .website-header .top-nav-wrapper {
        display: none;
    }
}

/* nav buttons */

.nav-btn {
    display: flex;
    gap: 10px;
    align-items: center;

    color: var(--white, #fff);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    transition: all ease-in-out 0.4s;
}

.nav-btn.login-btn img {
    margin-bottom: 2px;
}

.nav-btn:hover {
    color: var(--white, #fff);
    opacity: 0.8;
}

.cta-btn {
    padding: 15px 20px;
    border-radius: 40px;
    background-color: var(--turquoise, #31BFC8);
}

@media only screen and (max-width: 992px) {
    .nav-btn.cta-btn {
        display: none;
    }
}

/* mobile nav */
.mobile-nav {
    display: none;
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    background: #696573;
}

.mobile-nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 28px 27px;
}

.mobile-nav-menu {
    padding: 0px 5px;
}

.mobile-nav-menu .mobile-item:first-of-type {
    padding-top: 28px;
}

.mobile-nav-menu .mobile-item:last-of-type .link-wrapper {
    border-bottom: none;
    padding-bottom: 24px;
}

.mobile-nav-menu .mobile-item .link-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 24px;
    border-bottom: 1px solid #807C8A;
}

.mobile-nav-menu .mobile-item .link-wrapper a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: var(--white);
}

.mobile-nav-menu .mobile-item .link-wrapper .svg-wrapper {
    display: inline-flex;
    justify-content: flex-end;
    width: 50px;
}

.mobile-nav-menu .mobile-item .link-wrapper .svg-wrapper svg {
    transition: all ease-in-out 0.3s;
}

.mobile-nav-menu .mobile-item.active .link-wrapper .svg-wrapper svg {
    transform: rotate(180deg);
}

.mobile-item .mega-menu {
    display: none;
}

.mobile-item.active .mega-menu {
    display: grid;
}

.mobile-nav-menu .mega-menu .col-wrapper .sub-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
}
.mobile-nav-menu .mega-menu .col-wrapper .sub-title > a {
  display: flex !important;
}

.mobile-nav-menu .mega-menu .col-wrapper .sub-title > a.no-link {
  pointer-events: none;
}

.mobile-nav-menu .mega-menu.two-col .col-wrapper,
.mobile-nav-menu .mega-menu.three-col .col-wrapper,
.mobile-nav-menu .mega-menu.four-col .col-wrapper {
    grid-template-columns: 1fr;
    padding: 0px 28px;
    background: var(--white);
    margin-left: -5px;
    margin-right: -5px;
}

.mobile-nav-menu .mega-menu.two-col .col-wrapper .mega-col,
.mobile-nav-menu .mega-menu.three-col .col-wrapper .mega-col,
.mobile-nav-menu .mega-menu.four-col .col-wrapper .mega-col {
    background-color: var(--white);
    padding-top: 0;
    padding-bottom: 0;
}


.mobile-nav-menu .mega-menu.two-col .col-wrapper .mega-col .mega-col-wrapper,
.mobile-nav-menu .mega-menu.three-col .col-wrapper .mega-col .mega-col-wrapper,
.mobile-nav-menu .mega-menu.four-col .col-wrapper .mega-col .mega-col-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
    border-left: none !important;
}

.mobile-nav-menu .mega-menu.four-col .col-wrapper .mega-col .mega-col-wrapper .sub-title,
.mobile-nav-menu .mega-menu.four-col .col-wrapper .mega-col .mega-col-wrapper a,
.mobile-nav-menu .mega-menu.four-col .col-wrapper .mega-col .mega-col-wrapper .sub-title,
.mobile-nav-menu .mega-menu.four-col .col-wrapper .mega-col .mega-col-wrapper a,
.mobile-nav-menu .mega-menu.three-col .col-wrapper .mega-col .mega-col-wrapper .sub-title,
.mobile-nav-menu .mega-menu.three-col .col-wrapper .mega-col .mega-col-wrapper a {
    padding: 12px 0px;
    margin: 0;
}

.mobile-nav-menu .mega-menu.four-col:not(.four-col--switch) .col-wrapper .mega-col .mega-col-wrapper a {
    display: none;
}

.mobile-nav-menu .mega-menu.four-col:not(.four-col--switch)  .col-wrapper .mega-col .mega-col-wrapper.active a {
    display: inline-flex;
}

.mobile-nav-menu .mega-menu.four-col .col-wrapper .mega-col .mega-col-wrapper.active .sub-title.w-arrow svg {
    transform: rotate(180deg);
}

.mobile-nav-menu .mega-menu.two-col .col-wrapper .mega-col a {
    padding: 12px 0px;
}

.mobile-nav-menu .mega-menu.three-col .mega-footer {
    padding: 0px 28px;
    background: var(--white);
    margin-left: -5px;
    margin-right: -5px;
}

.mobile-nav-menu .mega-menu.three-col .mega-footer p {
    padding: 12px 0px;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}

.mobile-nav-search {
    padding: 0px 27px;
}

.mobile-nav-search .hs-search-field__form {
    border-bottom: 1px solid var(--white);
}

.mobile-nav-search .hs-search-field__form input[type="search"] {
    background: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0 !important;
    padding-right: 0 !important;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--white);
}

.mobile-nav-search .hs-search-field__form input[type="search"]::placeholder {
    opacity: 1;
    color: var(--white);
}

.mobile-nav-search .hs-search-field__button {
    position: relative;
    top: auto;
    transform: translateY(0);
    left: auto;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-search .hs-search-field__button svg {
    height: 24px;
    width: 20px;
}

body.hamburger-open .mobile-nav {
    display: block;
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 180px;
}

body.hamburger-open {
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .mobile-nav .nav-btn.cta-btn {
        display: inline-flex;
        border-radius: 0;
        width: 100%;
        padding: 24px 28px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .link-subtext.hidden {
        display: none;
    }
}

.mega-col[data-group] {
    display: none;
}

.mega-col[data-group].active {
    display: block;
}

.mobile-title-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mobile-title-link .arrow {
    display: flex;
    justify-content: flex-end;
    width: 50px;
    padding-top: 12px;
}

.mobile-title-link.active {
    font-weight: bold;
    color: #333;
}

.mobile-title-link .arrow.active svg {
    transform: rotate(180deg);
}

.mobile-item.active .link-wrapper a {
    color: var(--turquoise);
}

.arrow.active svg path,
.mobile-item.active .link-wrapper .svg-wrapper svg path {
    stroke: var(--turquoise);
}

.mobile-title-link:has(.arrow.active) a .link-title {
    color: var(--turquoise);
}
.footer {
    background-color: var(--aubergine);
    padding: 60px 20px;
}

.footer .wrapper {
    max-width: 1200px;
}

/* top footer */

.footer .top-footer {
    display: flex;
    gap: 45px;
    color: var(--white);
    padding-bottom: 45px;
}

.footer-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .footer-menu {
        grid-template-columns: repeat(2,1fr);
        gap: 85px;
        padding-bottom: 110px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-menu {
        grid-template-columns: repeat(4,1fr);
    }
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li, 
.footer-menu ul li a {
    color: #A8A8A8;
    font-size: 14.4px;
    letter-spacing: 0.5px;
    line-height: 1;
    text-decoration: none;
    transition: var(--transition);
}

.footer-menu ul li a:hover {
    color: white;
    opacity: 0.8;
}

.footer-menu ul li.title-link, 
.footer-menu ul li.title-link a {
    font-weight: 700;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
}

.footer-menu ul li.title-link a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer-menu ul li.title-link:not(:first-of-type) {
    margin-top: 15px;
}

.footer-menu .some-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-menu .some-links a {
    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #A8A8A8;
    padding: 7px;
    color: #A8A8A8;
    width: 42px;
    height: 42px;
    font-size: 14.5px;
}

.footer-menu .request a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;

    color: var(--white, #fff);
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    transition: var(--transition);

    padding: 15px 20px;
    background-color: var(--turquoise, #31BFC8);
}

.footer-menu .request a:hover {
    color: var(--white, #fff);
    opacity: 0.8;
}

/* bottom footer */

.footer .bottom-footer {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-top: 25px;
    border-top: 1px solid white;
}

@media only screen and (min-width: 600px) {
    .footer .bottom-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.footer .bottom-footer p,
.footer .bottom-footer span,
.footer .bottom-footer a,
.footer .bottom-footer div {
    font-family: sans-serif;
    font-size: 12px;
    color: #A8A8A8;
    text-decoration: none;
    transition: var(--transition);
}

.footer .bottom-footer a:hover {
    color: white;
    opacity: 0.8;
    text-decoration: none;
}

.footer .bottom-footer .bottom-footer-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 20%;
}

@media only screen and (min-width: 600px) {
    .footer .bottom-footer .bottom-footer-links {
        flex-direction: row;
        align-items: center;
    }
}

/* Modules */

.hero {
    position: relative;
    overflow: hidden;
}

.hero .bg-wrapper {
    z-index: -1;
}

.hero .bg-wrapper img,
.hero .bg-wrapper video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero .hero-content {
    position: relative;
    z-index: 3;
}

.hero .bg-wrapper.parallax img,
.hero .bg-wrapper.parallax video {
    position: fixed;
    top: 0;
    left: 0;
}
.text .wrapper {
    display: grid;
    gap: 35px;
    grid-template-columns: 1fr;
}

.text .wrapper .text-col {
    width: 100%;
}

.text.text--2 .wrapper .text-col {
    max-width: 100%;
}

.text.text--3 .wrapper .text-col {
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .text.text--4 .wrapper,
    .text.text--2 .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .text.text--3 .wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 1080px) {
    .text.text--4 .wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* modifiers for 2 col layout */

@media only screen and (min-width: 768px) {
    .text.text--2.text--70-30 .wrapper {
        grid-template-columns: 8fr 4fr;
    }
    .text.text--2.text--30-70 .wrapper {
        grid-template-columns: 4fr 8fr;
    }
}
.blog-post .blog-cards {
    background-color: #F2F2F4;
}

.blog-cards .wrapper {
    gap: 60px;
}

.blog-cards__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media only screen and (min-width: 768px) {
    .blog-cards__header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.blog-cards__body.grid.grid-3 {
    row-gap: 60px;
    column-gap: 24px;
}

.blog-cards .blog-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--white);
    transition: var(--transition);
    border-radius: var(--border-radius-small);
    box-shadow: 0 5px 20px 0 rgba(105, 101, 115, 0.10);
}

.blog-cards .blog-card:hover {
    box-shadow: 0 5px 20px 0 rgba(105, 101, 115, 0.30);
}

.blog-cards .blog-card .blog-card-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.blog-cards .blog-card .blog-card-image img {
    transition: var(--transition);
}

.blog-cards .blog-card:hover .blog-card-image img {
    transform: scale(1.15);
}

@media screen and (prefers-reduced-motion: reduce) {
    .blog-cards .blog-card:hover .blog-card-image img {
        transform: none;
    }
}

.blog-cards .blog-card .blog-card-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 36px;
    padding-top: 48px;
    padding-bottom: 60px;
}

.blog-cards .blog-card .blog-card-content .h4,
.blog-cards .blog-card .blog-card-content p {
    margin-bottom: 0;
}

.blog-cards .blog-card .blog-card-content a.h4 {
    display: block;
}

.blog-cards .blog-card:hover .blog-card-content a.h4 {
    color: var(--turquoise);
    text-decoration: underline;
}

.blog-cards .blog-card .blog-card-content .blog-card-date {
    color: #696573;
}
.faq .wrapper {
    gap: 20px;
}

@media only screen and (min-width: 768px) {
    .faq .wrapper {
        gap: 65px;
    }
}

.faq__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    padding: 20px;
    border-radius: var(--border-radius-small);
    border: 1px solid rgba(var(--turquoise-rgb), 0.5);
    background-color: transparent;
    transition: var(--transition);
    background-color: var(--white);
    cursor: pointer;
}

.faq-item .faq-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.faq-item:focus-visible .faq-item__header .faq-readmore {
    border: 1px solid var(--turquoise);
}

.faq-item .faq-item__header .h4 {
    margin-bottom: 0;
}

.faq-readmore {
    position: relative;
    max-width: 28px;
    width: 100%;
    height: 28px;
}

.faq-readmore::before,
.faq-readmore::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 16px;
    width: 2px;
    height: 20px;
    background-color: var(--turquoise);
    transition: var(--transition);
}

@media only screen and (min-width: 768px) {
    .faq-readmore {
        max-width: 38px;
        height: 38px;
    }

    .faq-readmore::before,
    .faq-readmore::after {
        top: 9px;
        left: 19px;
        height: 22px;
    }
}

.faq-readmore::before {
    transform: rotate(90deg);
}

.faq-item.active {
    box-shadow: var(--box-shadow-small);
}

.faq-item.active .faq-readmore::after {
    transform: rotate(90deg);
}

.faq-item__body {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
}

.faq-item__body .faq-item-content {
    padding-top: 20px;
}

/* modifiers */

.faq.faq--row {
    gap: 20px;
    flex-direction: column;
}

.faq.faq--row .faq__header,
.faq.faq--row .faq__body {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .faq.faq--row .wrapper {
        flex-direction: row;
        gap: 120px;
    }

    .faq.faq--row .faq__header,
    .faq.faq--row .faq__body {
        max-width: 50%;
    }
}
.video .wrapper {
    overflow: hidden;
}

.video .wrapper .video-thumbnail {
    display: block;
}

.video .wrapper .video-thumbnail .bg-image-container.object-cover {
    height: 100%;
}

.video .wrapper .video-thumbnail .bg-image-container.object-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* modifiers */

.video.video--100 {
    padding-left: 0;
    padding-right: 0;
}

.video.video--100 .wrapper {
    max-width: 100%;
}
:root {
    --timeline-rail: 2px;
    --timeline-dot: 14px;
    --timeline-gap: 2rem;
    --timeline-card-bg: var(--white);
    --timeline-card-bd: var(--turquoise);
    --timeline-card-radius: 0;
    --timeline-accent: var(--turquoise);
    --timeline-pointer-size: 12px;
    --dot-bg: var(--turquoise);
}

.timeline__list {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    position: relative;
}
  
/* Center line */
.timeline__list::before {
    content: "";
    position: absolute;
    background: var(--dot-bg);
    opacity: .35;
    z-index: 0;
}

/* Dot */
.timeline__dot {
    position: absolute;
    width: var(--timeline-dot);
    height: var(--timeline-dot);
    border-radius: 50%;
    background: var(--turquoise);
    box-shadow: var(--box-shadow-small);
}

.timeline__dot::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    width: 150px;
    height: 1px;
    background: var(--turquoise);
    opacity: 0.5;
}

@media only screen and (max-width: 767px) {
    .timeline__dot {
        display: none;
    }

    .timeline__dot::after {
        content: none;
        display: none;
    }
}
  
/* Card */

.timeline__content {
    position: relative;
    z-index: 3;
    background: var(--timeline-card-bg);
    border: 1px solid var(--timeline-card-bd);
    border-radius: var(--timeline-card-radius);
    box-shadow: var(--box-shadow-small);
    padding: 1rem 1.125rem;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .timeline__content {
        max-width: 45%;
    }
}

.timeline__content::after {
    content: "";
    position: absolute;
    width: 0; 
    height: 0;
    border: solid transparent;
}
  
/* VERTICAL */
.timeline--vertical .timeline__list {
    display: grid;
    row-gap: calc(var(--timeline-gap)*2);
}

@media only screen and (min-width: 768px) {
    .timeline--vertical .timeline__list {
        row-gap: var(--timeline-gap);
    }
}

.timeline--vertical .timeline__list::before {
    left: 50%;
    transform: translateX(-50%);
    width: var(--timeline-rail);
    top: 0; bottom: 0;
}

.timeline--vertical .timeline__item {
    position: relative;
    min-height: 64px;
}

@media only screen and (min-width: 768px) {
    .timeline--horizontal .timeline__content {
        min-width: 400px;
    }
}

.timeline--vertical .timeline__dot {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
/* Left side */
.timeline--vertical .timeline__item.is-left .timeline__content {
    margin-right: auto;
    text-align: left;
}

.timeline--vertical .timeline__item.is-left .timeline__content::after {
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    border-width: calc(var(--timeline-pointer-size)*0.7) 0 calc(var(--timeline-pointer-size)*0.7) var(--timeline-pointer-size);
    filter: drop-shadow(-1px 0 0 var(--timeline-card-bd));
}
  
/* Right side */
.timeline--vertical .timeline__item.is-right .timeline__content {
    margin-left: auto;
    text-align: left;
}

.timeline__item.is-right .timeline__dot::after {
    left: 0;
    right: auto;
}

.timeline--vertical .timeline__item.is-right .timeline__content::after {
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    border-width: calc(var(--timeline-pointer-size)*0.7) var(--timeline-pointer-size) calc(var(--timeline-pointer-size)*0.7) 0;
    filter: drop-shadow(1px 0 0 var(--timeline-card-bd));
}
  
/* HORIZONTAL */

.timeline--horizontal .timeline__list {
    display: grid;
    grid-auto-flow: column;
    column-gap: var(--timeline-gap);
    align-items: center;
    padding: 5.5rem 0;
    overflow: hidden;
    overflow-x: auto;
}

.timeline--horizontal .timeline__list::before {
    left: 0; right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: var(--timeline-rail);
}
  
/* Top side */

.timeline--horizontal .timeline__content {
    max-width: fit-content;
    min-width: 300px;
}

@media only screen and (min-width: 768px) {
    .timeline--horizontal .timeline__content {
        min-width: 400px;
    }
}

.timeline--horizontal .timeline__item.is-top .timeline__content {
    margin-bottom: 0.75rem;
    transform: translateY(-10%);
}

/* Bottom side */

.timeline--horizontal .timeline__item.is-bottom .timeline__content {
    margin-top: 0.75rem;
    transform: translateY(10%);
}
.numbers__header {
    margin-bottom: 60px;
    max-width: 960px;
}

.numbers__header.centered-content {
    margin: 0 auto;
    text-align: center;
}

.numbers__body.grid.grid-3 {
    gap: 65px;
}

.number-wrapper {
    display: inline-flex;
    align-items: baseline;
    gap: 0.2em;
}

.numbers__body .number-item .number-wrapper span.number,
.numbers__body .number-item .number-wrapper span.suffix {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}

@media only screen and (min-width: 768px) {
    .numbers__body .number-item .number-wrapper span.number,
    .numbers__body .number-item .number-wrapper span.suffix {
        font-size: 50px;
    }
}
.txt-media .wrapper {
    gap: 40px;
    flex-direction: column-reverse;
}

.txt-media__header,
.txt-media__body {
    width: 100%;
}

.txt-media__header {
    position: relative;
}

.txt-media__body p:last-of-type {
    margin-bottom: 0;
}

.txt-media__header .media-wrapper {
    position: relative;
    z-index: 4;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .txt-media .wrapper {
        flex-direction: row;
        gap: 90px;
        align-items: center;
    }

    .txt-media__header,
    .txt-media__body {
        max-width: 50%;
    }
}

/* modifier */

@media only screen and (min-width: 768px) {
    .txt-media.txt-media--reversed .wrapper {
        flex-direction: row-reverse;
    }
}

.txt-media__header.contained img {
    object-fit: contain;
    width: auto;
    height: auto;
}

.txt-media__header.contained.image-pos--left .image-wrapper {
    justify-content: flex-start;
}

.txt-media__header.contained.image-pos--center .image-wrapper {
    justify-content: center;
}

.txt-media__header.contained.image-pos--right .image-wrapper {
    justify-content: flex-end;
}
.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em;
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
}

.breadcrumbs__item:not(:last-child)::after {
    content: "›";
    margin: 0 0.5em;
}

.breadcrumbs__item a {
    text-decoration: none;
    color: inherit;
}

.breadcrumbs__item a:hover {
    text-decoration: underline;
}

.breadcrumbs__item a[aria-current="page"],
.breadcrumbs__item span[aria-current="page"] {
    color: var(--turquoise);
}
.map.map--extended .wrapper .map-adress {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .map.map--extended .wrapper {
        flex-direction: row;
        gap: 65px;
    }
    
    .map.map--extended .wrapper .map-adress {
        max-width: 30%;
    }
}

.map.map--extended .wrapper .map {
    width: 100%;
}

/* modifiers */
@media only screen and (min-width: 768px) {
    .map.map--reverse.map--extended .wrapper {
        flex-direction: row-reverse;
    }
}
.base.logo-slider {
    padding-left: 0;
    padding-right: 0;
}

.base.logo-slider .wrapper {
    max-width: 2000px;
}

.logo-slider__header {
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 55px;
    padding-left: var(--base-padding);
    padding-right: var(--base-padding);
}

.logo-slider__body .swiper-wrapper {
    display: flex;
    align-items: center;
}

.logo-slider__body .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-slider__body .logo img {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 16/9;
}

.logo-slider__body .swiper-wrapper {
    transition-timing-function: linear;
}
.form {
    position: relative;
    overflow: hidden;
}

.form .bg-wrapper {
    z-index: -1;
}

.form .bg-wrapper img,
.form .bg-wrapper video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.form .wrapper {
    position: relative;
    z-index: 3;
    gap: 65px;
}

.form .wrapper .form__body {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

/* modifier */

.form.side-by-side .wrapper {
    flex-direction: column;
    gap: 65px;
}

.form.side-by-side .wrapper .form__header,
.form.side-by-side .wrapper .form__body {
    width: 100%;
}

@media only screen and (min-width: 890px) {
    .form.side-by-side .wrapper {
        flex-direction: row;
        gap: 120px;
    }
    
    .form.side-by-side .wrapper .form__header,
    .form.side-by-side .wrapper .form__body {
        max-width: 50%;
    }
}

.form .bg-wrapper.parallax img,
.form .bg-wrapper.parallax video {
    position: fixed;
    top: 0;
    left: 0;
}
.testimonial .wrapper {
    gap: 28px;
}

.testimonial .wrapper blockquote {
    margin-bottom: 0;
}

.testimonial-icon {
    width: 50px;
    height: 50px;
}

.testimonial-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-author-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
}

.testimonial-author-image {
    width: 70px;
    height: 70px;
}

.testimonial-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-author-info .author-name {
    font-weight: 600;
}

.testimonial-author-info .author-position {
    font-size: 16px;
}

/* modifier */

.testimonial.testimonial--centered .wrapper {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial.testimonial--centered .wrapper .testimonial-author {
    justify-content: center;
}

/* slider */

.swiper.testimonial-slider {
    max-width: 100%;
}

.testimonial-slider-wrapper {
    position: relative;
    isolation: isolate;
}

/* .testimonial-slider-wrapper:before {
    content: "";
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    z-index: 2;
}

.testimonial-slider-wrapper:after {
    content: "";
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    z-index: 2;
} */

.testimonial-slider-wrapper .testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.testimonial .wrapper .testimonial-card blockquote {
    margin-bottom: 25px;
}

.testimonial.testimonial--centered .wrapper .testimonial-card {
    justify-content: center;
    align-items: center;
}

.testimonial-slider-wrapper .testimonial-card .testimonial-icon {
    width: 35px;
    height: 35px;
}

.testimonial-slider__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 35px;
}

.testimonial-slider-button.testimonial-slider-next {
    transform: rotate(180deg);
}

.testimonial-slider-button {
    border: 2px solid var(--turquoise);
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial-slider-button:hover {
    background-color: var(--turquoise);
}

.testimonial-slider-button:hover svg path { 
    stroke: var(--white);
}

.testimonial-slider-button.swiper-button-disabled {
    opacity: 0.5 !important;
}

@media screen and (min-width: 768px) {
    .testimonial-slider-wrapper:before {
        width: 80px;
    }

    .testimonial-slider-wrapper:after {
        width: 80px;
    }
}

@media screen and (min-width: 1280px) {
    .testimonial-slider-wrapper:before {
        width: 200px;
    }

    .testimonial-slider-wrapper:after {
        width: 200px;
    }
}

.testimonial-slider-wrapper .wrapper .swiper-wrapper {
    max-width: 1440px;
}

.wrapper.wrapper--sm .swiper-wrapper {
    max-width: var(--max-width-sm);
}

.wrapper.wrapper--md .swiper-wrapper {
    max-width: var(--max-width-md);
}

.wrapper.wrapper--lg .swiper-wrapper {
    max-width: var(--max-width-lg);
}

.slider-with-banner .wrapper {
    gap: 10px;
    flex-direction: column-reverse;
}

.slider-with-banner__header,
.slider-with-banner__body {
    width: 100%;
}

@media only screen and (min-width: 1080px) {
    .slider-with-banner .wrapper {
        flex-direction: row;
        gap: 65px;
    }

    .slider-with-banner__header,
    .slider-with-banner__body {
        max-width: 50%;
    }
}

.slider-with-banner__body .swiper {
    height: 175px;
    width: 100%;
}

.slider-with-banner__body .swiper .swiper-wrapper {
    max-width: 0;
}

.slider-with-banner__header .image.swiper-slide,
.slider-with-banner__body .image.swiper-slide {
    height: auto;
}

.slider-with-banner__header .image.swiper-slide img,
.slider-with-banner__body .image.swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-with-banner__body .image.swiper-slide {
    overflow: clip;
}

.slider-with-banner__body .image.swiper-slide img {
    transition: all ease-in-out 0.2s;
    opacity: 0.7;
}

.slider-with-banner__body .image.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active img {
    opacity: 1;
}

/* slider buttons */
.slider-with-banner-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.slider-with-banner-button.slider-with-banner-next {
    transform: rotate(180deg);
}

.slider-with-banner-button {
    border: 2px solid var(--turquoise);
    background-color: var(--turquoise);
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center
}

.slider-with-banner-button:hover {
    border: 2px solid var(--aubergine);
    background-color: var(--aubergine);
}

.slider-with-banner-button svg path,
.slider-with-banner-button:hover svg path { 
    stroke: var(--white);
}

.slider-with-banner-button.swiper-button-disabled {
    opacity: 0.5 !important;
}

.slider-with-banner__body .swiper {
    display: none;
}

.slider-with-banner-buttons.mobile {
    display: flex;
}

.slider-with-banner-buttons.desktop {
    display: none;
}

@media only screen and (min-width: 780px) {
    .slider-with-banner__body .swiper {
        display: block;
    }

    .slider-with-banner-buttons.mobile {
        display: none;
    }
    
    .slider-with-banner-buttons.desktop {
        display: flex;
    }
}
.banner-slider .swiper-slide {
    position: relative;
    padding: 45px 80px;
}

@media only screen and (min-width: 780px) {
    .banner-slider .swiper-slide {
        padding: 95px 120px;
    }
}

.banner-slider .swiper-wrapper {
    align-items: center;
}

.banner-slider .swiper-slide.overlay::before {
    z-index: 2;
}

.banner-slider .swiper-slide img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider .swiper-slide.contained img {
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    width: auto;
}

.banner-slider .swiper-slide .slider-content {
    position: relative;
    z-index: 5;
    max-width: 100%;
}

.banner-slider .swiper-slide .slider-content p:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 780px) {
    .banner-slider .swiper-slide .slider-content {
        max-width: 70%;
    }
}

/* slider buttons */
.banner-slider-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.banner-slider-button.banner-slider-next {
    transform: rotate(180deg);
}

.banner-slider-button {
    border: 2px solid var(--turquoise);
    background-color: var(--turquoise);
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner-slider-button:hover {
    border: 2px solid var(--aubergine);
    background-color: var(--aubergine);
}

.banner-slider-button svg path,
.banner-slider-button:hover svg path { 
    stroke: var(--white);
}

.banner-slider-button.swiper-button-disabled {
    opacity: 0.5 !important;
}
.gallery-card {
    position: relative;
}

.gallery-card-image {
    position: relative;
}

.gallery-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}

/* modifiers */

.gallery__body.aspect--1 .gallery-card .gallery-card-image {
    aspect-ratio: 1;
}

.gallery__body.aspect--4-3 .gallery-card .gallery-card-image {
    aspect-ratio: 4/3;
}

.gallery__body.aspect--3-4 .gallery-card .gallery-card-image {
    aspect-ratio: 3/4;
}

.gallery__body.aspect--16-9 .gallery-card .gallery-card-image {
    aspect-ratio: 16/9;
}

.gallery-card.gallery-card--text .gallery-card-text {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    display: none;
}

.gallery-card.gallery-card--text:hover .gallery-card-text {
    display: block;
}

.gallery-card.gallery-card--text .gallery-card-image {
    overflow: clip;
}

.gallery-card.gallery-card--text.overlay::before {
    opacity: 0;
    transition: all ease-in-out 0.2s;
}

.gallery-card.gallery-card--text.overlay:hover::before {
    opacity: 0.7;
}

.gallery-card.gallery-card--text .gallery-card-image img {
    transition: all ease-in-out 0.3s;
}

.gallery-card.gallery-card--text:hover .gallery-card-image img {
    transform: scale(1.2);
}
.section-label {
    position: relative;
}

.section-label__body {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .section-label {
        background-color: transparent !important;
    }

    .section-label__body {
        position: absolute;
        top: -55px;
        right: 0;
        z-index: 12;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 30px;
        max-width: 170px;
        height: 170px;
        border-radius: 50%;
    }

    .widget-type-custom_widget.dnd-module:has(.section-label) {
        margin-top: -2px;
    }
}
.blog-post .cards {
    background-color: #F2F2F4;
}

.cards .wrapper {
    gap: 60px;
}

.cards__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media only screen and (min-width: 768px) {
    .cards__header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.cards__body.grid.grid-2,
.cards__body.grid.grid-3,
.cards__body.grid.grid-4 {
    align-items: stretch;
    row-gap: 60px;
    column-gap: 24px;
}

.cards .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background-color: var(--white);
    transition: var(--transition);
    border-radius: var(--border-radius-small);
    box-shadow: 0 5px 20px 0 rgba(105, 101, 115, 0.10);
}

.cards .card .card-image {
    position: relative;
    height: 260px;
    overflow: hidden;
    flex-shrink: 0;
}

.cards .card .card-image > a {
    width: 100%;
}

.cards .card .card-image img {
    transition: var(--transition);
}

@media screen and (prefers-reduced-motion: reduce) {
    .cards .card:hover .card-image img {
        transform: none;
    }
}

.cards .card .card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 24px;
    padding: 36px;
    padding-top: 48px;
    padding-bottom: 60px;
}

.cards .card .card-content .subheading,
.cards .card .card-content .h4,
.cards .card .card-content .h3,
.cards .card .card-content p {
    margin-bottom: 0;
}

.cards .card .btn {
    margin-top: auto;
    width: fit-content;
}

.cards .card .card-content a.h4 {
    display: block;
}

.cards .card:hover .card-content a.h4 {
    color: var(--turquoise);
    text-decoration: underline;
}

.cards .card .card-content .card-date {
    color: #696573;
}

/* modifier */

.cards.cards--icon .card .card-image {
    height: 60px;
    max-width: 60px;
    width: 100%;
    margin-bottom: 24px;
}

.cards.cards--icon .card .card-image.img-cover img {
    object-fit: contain;
}

.cards.cards--icon .card {
    padding: 36px;
    padding-top: 48px;
    padding-bottom: 60px;
}

.cards.cards--icon .card .card-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
}

.card {
    position: relative;
}

.card .card-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}