:root {
    --accent-blue-1: #f0f7ff;
    --grey-100: #f5f5f5;
}

[class*='leo-']:not([class*='leo-input']):focus,
[class^='ge-']:focus {
    outline: none;
}

[class*='leo-']:not([class*='leo-input']).focus-visible,
[class^='ge-'].focus-visible {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
}

/*
 * Interact link
 */
.ge-interact-link:hover {
    text-decoration: none;
}

.ge-interact-link .ge-interact-link__img,
.ge-interact-link .ge-interact-link__icon {
    -webkit-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.ge-interact-link:hover .ge-interact-link__img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.ge-interact-link:hover .ge-interact-link__icon {
    -webkit-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    transform: translate(8px, 0);
}

/* 
 * Yin yang container
 */
.ge-yin-yang-container {
    position: relative;
    overflow: hidden;
}

.ge-yin-yang-container:before,
.ge-yin-yang-container:after {
    content: "";
    position: absolute;
    top: -50%;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--accent-blue-1);
}

.ge-yin-yang-container:before {
    background: var(--accent-blue-1);
}

.ge-yin-yang-container:after {
    top: 50%;
    background: var(--grey-100);
    z-index: -1;
}

/* 
 * ge-app-input-number
 */
.ge-app-input-number__number-sg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ge-app-input-number__number-sg input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem;
    padding-left: 5.5rem;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid #D52B1E;
}

.ge-app-input-number__number-sg input::-webkit-input-placeholder {
    color: #737373;
}

.ge-app-input-number__number-sg input::-moz-placeholder {
    color: #737373;
}

.ge-app-input-number__number-sg input:-ms-input-placeholder {
    color: #737373;
}

.ge-app-input-number__number-sg input::-ms-input-placeholder {
    color: #737373;
}

.ge-app-input-number__number-sg input::placeholder {
    color: #737373;
}

.ge-app-input-number__number-sg::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/content/dam/great-eastern/my/homepage/personal-insurance/get-help/digital-services/sg-flag.svg");
    width: 2rem;
    height: 1.5rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 1rem;
    -webkit-box-shadow: 1px 1px 4px #bababa;
    box-shadow: 1px 1px 4px #bababa;
}

.ge-app-input-number__number-sg::after {
    font-family: Source Sans Pro, sans-serif;
    content: '+65';
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 3.5rem;
    font-size: 1rem;
    color: #737373;
    font-weight: 600;
}

.ge-app-input-number__error-text {
    display: none;
    position: relative;
    margin-top: .5rem;
    color: #f4511e;
    font-size: 0.875rem;
}

.ge-app-input-number__error-text:before {
    content: '';
    display: block;
    padding-right: .25rem;
    width: 1rem;
    height: 1rem;
    background-image: url("/content/dam/great-eastern/my/homepage/personal-insurance/get-help/digital-services/alert-triangle.svg");
    background-repeat: no-repeat;
}

.ge-app-input-number__button__label--success {
    display: flex;
}

.ge-app-input-number__button .ge-app-input-number__button__img,
.ge-app-input-number__button .ge-app-input-number__button__label--success,
.ge-app-input-number--success .ge-app-input-number__button__label,
.ge-app-input-number--loading .ge-app-input-number__button span {
    display: none;
}

.ge-app-input-number--loading .ge-app-input-number__button .ge-app-input-number__button__img,
.ge-app-input-number--success .ge-app-input-number__button .ge-app-input-number__button__label--success,
.ge-app-input-number--error .ge-app-input-number__error-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* 
 * BigPicture
 */
.ge-bigpicture {
    cursor: pointer;
    z-index: 1;
}

.ge-bigpicture-video-container {
    position: relative;
}

.ge-bigpicture-video-container:before,
.ge-bigpicture-video-container:after {
    position: absolute;
    content: "";
    cursor: pointer;
    display: block;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.ge-bigpicture-video-container:before {
    background: rgba(0, 0, 0, .3);
    border-radius: 100%;
    width: 90px;
    height: 90px;
}

.ge-bigpicture-video-container:after {
    background-image: url("/content/dam/great-eastern/my/homepage/personal-insurance/get-help/digital-services/video-playback-icon.svg");
}

.ge-bigpicture-video-container:hover.ge-bigpicture-video-container:before {
    width: 110px;
    height: 110px;
}

.ge-bigpicture-video-container:hover.ge-bigpicture-video-container:after {
    width: 90px;
    height: 90px;
}

/* 
 * FAQ
 */
.ge-faq {
    margin-bottom: 20px;
}

.ge-faq .ge-faq__title {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    background: none;
    text-align: left;
    border: 0;
}

.ge-faq .ge-faq__icon {
    -webkit-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.ge-faq.ge-faq--expanded .ge-faq__icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ge-faq .ge-faq__body {
    display: none;
    margin-top: 8px;
}

/*
 * Phone mock
 */

.ge-phone-mock {
    position: relative;
}

.ge-phone-mock {
    content: "";
    width: 58vw;
    height: 116vw;
    max-width: 293.75px;
    max-height: 590.52px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.ge-phone-mock.apple {
    background-image: url('/content/dam/great-eastern/my/homepage/personal-insurance/get-help/digital-services/iphone-mock.png');
}

.ge-phone-mock:after {
    content: "";
    position: absolute;
    width: 54.5vw;
    height: 110.8vw;
    max-width: 275.39px;
    max-height: 560.58px;
    top: 1vw;
    left: 2vw;
    display: block;
    border-radius: 7vw;
    -webkit-box-shadow: -22px 19px 33px rgba(0, 0, 0, .5);
    box-shadow: -22px 19px 33px rgba(0, 0, 0, .5);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.ge-phone-mock:hover:after {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}


.ge-hp-carousel {
    position: absolute;
    top: 4.2vw;
    left: 5.2vw;
    width: 48.5vw;
    height: 105vw;
    max-width: 244.22px;
    max-height: 530px;
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .ge-phone-mock {
        width: 32vw;
        height: 64vw;
    }

    .ge-hp-carousel {
        top: 2.5vw;
        left: 2.9vw;
        width: 26.7vw;
        height: 57.5vw;
        border-radius: 24px;
    }

    .ge-phone-mock:after {
        width: 30vw;
        top: 0.6vw;
        left: 1.2vw;
        height: 61.2vw;
        border-radius: 5vw;
    }
}

@media only screen and (min-width: 992px) {
    .ge-phone-mock {
        width: 20.4vw;
        height: 40.8vw;
    }

    .ge-hp-carousel {
        top: 3.8%;
        left: 9%;
        width: 83%;
        height: 90%;
    }

    .ge-phone-mock:after {
        width: 96%;
        top: 1%;
        left: 3.4%;
        height: 95.5%;
        border-radius: 44px;
    }
}

.ge-hp-carousel-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ge-hp-carousel-dots button {
    position: relative;
    background: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin-right: 8px;
}

.ge-hp-carousel-dots button.active:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ge-hp-carousel-prev,
.ge-hp-carousel-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: 0;
}

.ge-hp-carousel__text {
    margin: 0 8px;
}

.owl-dots {
    display: none;
}