body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #000;
    overflow-x: hidden;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 30px;
}

h1 {
    color: #266CAC;
    font-size: 2.375rem;
    font-weight: 700;
}

h2 {
    color: #266CAC;
    font-size: 2rem;
    font-weight: 700;
}

h3 {
    font-size: 1.75rem;
    font-weight: 700;
}

h4 {
    color: #707070;
    font-size: 1.375em;
    font-weight: 700;
}

a {
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

b, strong {
    font-weight: 700;
}

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

input.form-control {
    padding: 1.15rem 2rem;
    color: #252525;
    background: #F5F5F5;
    border-radius: 10px;
    border: 0;
}

input.form-control:hover,
input.form-control:focus {
    color: #1D91D0;
    background: #EFF8FC;
    box-shadow: none;
    border: 0;
}

.btn {
    background-color: #52BDEB;
    border: 1px solid #52BDEB;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    padding: 1.15rem 0;
    border-radius: 10px;
    display: block;
    width: 100%;
}

.btn:hover {
    background-color: transparent;
    color: #52BDEB;
    border: 1px solid #52BDEB;
}

/*Viewport animation*/
[data-inviewport] {transition: 2s ease; opacity: 0;}
[data-inviewport].is-inViewport {opacity: 1;}
[data-inviewport="slide-left"] {transform: translate(5vw, 0);}
[data-inviewport="slide-right"] {transform: translate(-5vw, 0);}
[data-inviewport="slide-up"] {transform: translate(0, 10vh);}
[data-inviewport="slide-down"] {transform: translate(0, -10vh);}
[data-inviewport*="slide-"].is-inViewport {transition: 1s ease;}
[data-inviewport*="slide-"].is-inViewport {transform: translate(0, 0);}

/* Header */
header {
    background-color: #fff;
}

header .navbar-brand img {
    width: 250px;
}

header .navbar-expand-xl .navbar-nav .nav-link {
    color: #000;
    padding: 1rem;
    text-align: center;
}

header > .navbar > .container > .navbar-collapse > .navbar-nav > .nav-item:last-child .nav-link {
    padding-right: 0;
}

header .navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #005582;
}

header .navbar-expand-xl .navbar-nav .nav-link:has(+ .dropdown-menu):after {
    padding-left: 4px;
    content: ' ▾';
}

header .nav-item > .dropdown-menu {
    background: #fff;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    border: 0;
    width: 320px;
    padding: 0 20px;
    margin-left: 1rem;
}

header .nav-item:hover > .dropdown-menu {
    display: block;
}

header .nav-item > .dropdown-menu a {
    padding: 15px;
    line-height: 20px;
    white-space: inherit;
}

header .nav-item > .dropdown-menu a:hover {
    background: #fff;
    color: #005582;
}

header .navbar-toggler {
	 position: absolute;
	 top: 0;
	 right: 0;
	 background: #262626;
	 height: 70px;
	 width: 70px;
	 border-radius: 0;
}

header .navbar-toggler:focus {
	 box-shadow: none;
}
    .navbar-toggler-icon {
    	 position: absolute;
    	 left: 18px;
    	 top: 22px;
    	 cursor: pointer;
    	 padding: 10px 35px 16px 0px;
    }
    
        .navbar-toggler-icon span, .navbar-toggler-icon span:before, .navbar-toggler-icon span:after {
        	 cursor: pointer;
        	 border-radius: 1px;
        	 height: 5px;
        	 width: 35px;
        	 background: #fff;
        	 position: absolute;
        	 display: block;
        	 content: '';
        	 transition: all 300ms ease-in-out;
        }
        .navbar-toggler-icon span:before {
        	 top: -10px;
        }
        .navbar-toggler-icon span:after {
        	 bottom: -10px;
        }
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span {
        	 background-color: transparent;
        }
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:before, .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:after {
        	 top: 0;
        }
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:before {
        	 transform: rotate(45deg);
        }
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:after {
        	 transform: rotate(-45deg);
        }
/* Header - End */     

/* Footer */
body > footer {
    background-color: #005582;
    padding: 1.5rem 0;
    color: #fff;
    font-size: 0.875rem;
}

footer .navbar-brand img {
    width: 250px;
}

footer a {
    color: #fff;
}
footer a:hover {
    color: #7a7d82;
}

.arrow_top {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 3em;
    height: 3em;
    background: #ffb94f;
    margin-bottom: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 5px;
}    

    .arrow_top:after {
        content: '';
        display: inline-block;
        margin-top: 1.45rem;
        margin-left: 1.2rem;
        width: 0.6em;
        height: 0.6em;
        border-top: 0.2em solid #fff;
        border-right: 0.2em solid #fff;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
/* Footer - End */

/* Banner*/     
#banner {
    padding-top: 81px;
    background: url("/assets/landing/CXA-Portal/img/banner-iphone.png") no-repeat calc(50% + 470px) 20px;
}
    
    #banner .container-lg {
        min-height: 664px;
        background: url("/assets/landing/CXA-Portal/img/banner-01.png") no-repeat calc(50% + 60px) 0;
    }
    
        #banner .container-lg h1 {
            margin-top: 60px;
        }
    
        #banner .container-lg p {
            color: #707070;
            font-size: 1.313rem;
        }
/* Banner - End */

/* benefits */     
#benefits {
    padding-top: 21px;
    position: relative;
}

    #benefits:before {
        position: absolute;
        top: 400px;
        left: 0;
        content: "";
        width: 100vw;
        height: 100%;
        background-color: #083158;
        z-index: -1;
    }
    
    #benefits p {
        color: #707070;
    }
    
    #benefits .cards {
        border-radius: 30px;
        padding: 3rem 2.4rem;
        overflow: hidden;
    }
    
        #benefits .cards > div {        
            min-height: calc(350px - 6rem);
        }
    
    #benefits .cards h5 {
        font-size: 1.5rem;
        font-weight: 700;
    }
    
    #benefits .cards p {
        margin: 0;
    }
    
    #benefits .cards img {
        position: relative;
        z-index: 1;
    }
    
    #benefits .cards.Benefits_Selection {
        background: url("/assets/landing/CXA-Portal/img/background_images_01.png") no-repeat center;
        background-size: cover;
    }

        #benefits .cards.Benefits_Selection h5 {
            color: #005A8D;
        }

        #benefits .cards.Benefits_Selection p {
            color: #005A8D;
        }
    
    #benefits .cards.Wellness_Marketplace {
        background-color: #F9F9F9;
        padding: 1.5rem 2.4rem;
    }

        #benefits .cards.Wellness_Marketplace > div {        
            min-height: calc(350px - 3rem);
        }   
        
        #benefits .cards.Wellness_Marketplace .text-col {
            padding: 1.7rem 3rem;
            position: relative;
        }
        
            #benefits .cards.Wellness_Marketplace .text-col:before {
                position: absolute;
                top: 0;
                left: -100%;
                content: "";
                width: 300vw;
                height: 100%;
                background-color: #062544;
                z-index: 0;
            }
        
            #benefits .cards.Wellness_Marketplace h5 {
                color: #63C8FF;
                position: relative;
                z-index: 1;
            }
            
            #benefits .cards.Wellness_Marketplace p {
                color: #FFFFFF;
                position: relative;
                z-index: 1;
            }
    
    #benefits .cards.Preview_Checkout {
        background: url("/assets/landing/CXA-Portal/img/background_images_02.png") no-repeat center;
        background-size: cover;
    }

        #benefits .cards.Preview_Checkout h5,
        #benefits .cards.Preview_Checkout p {
            color: #FFFFFF;            
        }
    
    #benefits .cards.eWallet {
        background: url("/assets/landing/CXA-Portal/img/background_images_03.png") no-repeat center;
        background-size: cover;
    }

        #benefits .cards.eWallet h5,
        #benefits .cards.eWallet p {
            color: #FFFFFF;            
        }
    
    #benefits .cards.Helpdesk {
        background: url("/assets/landing/CXA-Portal/img/background_images_04.png") no-repeat center;
        background-size: cover;
    }

        #benefits .cards.Helpdesk h5 {
            color: #FFFFFF;
            padding-right: 2.5rem;
        }
        
        #benefits .cards.Helpdesk p {
            color: #FFFFFF;            
        }
    
    #benefits .cards.Annual {
        background: url("/assets/landing/CXA-Portal/img/background_images_05.png") no-repeat center;
        background-size: cover;
    }

        #benefits .cards.Annual h5,
        #benefits .cards.Annual p {
            color: #005A8D;            
        }
    
    #benefits .cards.Rewards {
        background: url("/assets/landing/CXA-Portal/img/background_images_06.png") no-repeat center;
        background-size: cover;
    }

        #benefits .cards.Rewards h5,
        #benefits .cards.Rewards p {
            color: #FFFFFF;            
        }
        
    #benefits .cards.Feedback {
        background: url("/assets/landing/CXA-Portal/img/icon_01.svg") no-repeat calc(100% - 1.5rem) calc(100% - 2.0rem), url("/assets/landing/CXA-Portal/img/background_images_07.png") no-repeat center;
        background-size: auto, cover;
    }

        #benefits .cards.Feedback h5,
        #benefits .cards.Feedback p {
            color: #005A8D;            
        }
/* benefits - End */

/* experience */
#experience {
    position: relative;
    padding-top: 100px;
}

    #experience:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100vw;
        height: calc(50% + 90px);
        background-color: #083158;
        z-index: -1;
    }

    #experience h1 {
        color: #63C8FF;
        margin-bottom: 50px;
    }

    #experience .icons {
        color: #63C8FF;
        min-height: 142px;
        margin-bottom: 50px;
        margin-top: 45px;
    }

        #experience .phone {
            background: url("/assets/landing/CXA-Portal/img/experience.png") no-repeat center;
            background-size: auto;
            width: 50vw;
            height: 100%;
            max-width: 597px;
        }

        #experience .icons p {
            color: #FFF;
            padding: 0 1rem;
            margin-bottom: 0;
        }

        #experience .icons.color p {
            color: #0C133C;
        }
/* experience - End */

/* realtime-data */
#realtime-data {
    margin-top: 100px;
}

    #realtime-data h2 {
        color: #1D91D0;
    }

    #realtime-data .background {
        background: url("/assets/landing/CXA-Portal/img/images_iphone_03.png") no-repeat center;
        background-size: cover;            
        width: 50vw;        
        aspect-ratio: 960 / 696;
    }
/* realtime-data - End */

/* all-inclusive */
#all-inclusive .icon_col {
    background-color: #083158;
    color: #ADD2E6;
    padding-top: 75px;
    padding-bottom: 75px;
}

    #all-inclusive .icon_col .wrapper {
        width: 42vw;
        max-width: 820px;
    }

    #all-inclusive .icon_col h3 {
        color: #FFFFFF;
        font-weight: 600;
    }

#all-inclusive .form_col {    
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
    overflow: hidden;
}

#all-inclusive .form_col:after {
    content: "";
    display: block;
    position: absolute;
    left: 33.85vw;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/landing/CXA-Portal/img/images_iphone_04.png") no-repeat center left, linear-gradient(90deg, rgba(255,255,255,1) 95px, rgba(31,37,42,1) 95px);
    z-index: -1;
}

    #all-inclusive .form_col .wrapper {
        max-width: 445px;
        width: 25vw;
    }

    #all-inclusive .form_col h3 {
        color: #00A5FF;
        font-weight: 700;
    }

    #all-inclusive .form_col p strong {
        color: #3C4853;
        font-size: 1.5rem;
        font-weight: 600;
    }

    #all-inclusive .form_col input.form-control {
        padding: 1rem 2rem;
    }

/* all-inclusive - End */