:root {
    --color-gde-blue: #0099BA;
    --color-gde-blue-light: #D9F0F5;
    --color-muted-blue: #F6FBFF;
    --color-orange: #ff8e3b;
    --color-gray: #919191;
    --color-light-gray: #f9f9f9;
}

html, body {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.25rem;
    background: #ffffff;
    scrollbar-color: var(--color-gray) var(--color-light-gray);
    scrollbar-width: thin;
}

body {
    min-height: 100vh;
}

.separate-blocks {
    padding-bottom: 5rem;
}

#main-header {
    background: var(--color-gde-blue);
}

.navbar {
    padding: 0.25rem;
}

@media only screen and (min-width: 1200px) {
    .container {
        padding-left: 6.25rem;
        padding-right: 6.25rem;
    }
}

@media only screen and (min-width: 1919px) {
    .container {
        max-width: 1400px;
    }
}

.bg-muted-blue {
    background: var(--color-muted-blue);
}

#main-header .btn-outline-light {
    color: #ffffff;
    border-radius: 4rem;
    border: 2px solid #ffffff;
    padding: 0.75rem 2rem;
    font-weight: 700;
    line-height: 1.5rem;
    font-size: 1rem;
}

#main-header .btn-outline-light:hover,
#main-header .btn-outline-light:focus {
    color: #0099BA;
    background: #ffffff;
    border: 2px solid #ffffff;
}

.nav-link {
    font-weight: 400;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #ffffff;
}

#main-footer {
    background: var(--color-gde-blue-light);
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;

}

#main-footer ul {
    margin-top: 1rem;
}

#main-footer ul li {
    margin-bottom: 0.5rem;
}

#main-footer a {
    color: var(--color-gde-blue);
    font-weight: 600;
    text-decoration: none;
}

#main-footer a:hover,
#main-footer a:focus {
    color: #222;
    text-decoration: underline;
}

.animated-3d-cube {
    position: absolute;
    background: url("/assets/images/3d-cube.png") no-repeat center center;
    background-size: 100% auto;
    z-index: 0;
}

#facts .animated-3d-cube {
    width: 7.75rem;
    height: 7.75rem;
    transform-origin: center center;
    transform: rotate(-68deg);
    opacity: 0.2;
    top: 100%;
    right: 10rem;
    animation: floatFromTopToBottom 10s linear infinite;
}

@keyframes floatFromTopToBottom {
    from {
        transform: rotate(-68deg) translateX(0);
    }
    50% {
        transform: rotate(-68deg) translateX(-3rem);
    }
    to {
        transform: rotate(-68deg) translateX(0);
    }
}

#welcome .animated-3d-cube {
    width: 5rem;
    height: 5rem;
    transform-origin: center center;
    transform: rotate(20deg);
    opacity: 0.1;
    top: 100%;
    left: 10rem;
    animation: floatFromLeftToRight 10s linear infinite;
}

@keyframes floatFromLeftToRight {
    from {
        transform: rotate(20deg) translateX(0);
    }
    50% {
        transform: rotate(20deg) translateX(-3rem);
    }
    to {
        transform: rotate(20deg) translateX(0);
    }
}

#welcome h1 {

}

#welcome-banner {
    max-height: 630px;
    aspect-ratio: 4/4;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#welcome-banner img {
    width: auto;
    height: auto;
    object-fit: fill;
    object-position: center;
}

#welcome-banner h1 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: #FFFFFF;
}

h1 {
    font-weight: 700;
    color: var(--color-gde-blue);
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: -1.5px;
}

h2 {
    font-weight: 700;
    color: var(--color-gde-blue);
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -1.5px;
}

h2.like-h1 {
    font-size: 3.5rem;
    line-height: 4rem;
}

span.heading-span {
    font-size: 0.65em;
    display: block;
    margin-top: 0.25em;
    color: #666666;
    line-height: 1.15em;
}

span.heading-span::before {
    content: '';
    display: inline-block;
    width: 1.6em;
    margin-bottom: 0.25em;
    margin-right: 0.25em;
    height: 0;
    border-bottom: 2px solid #666666;
}

p.light-muted {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #666666;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

p.light-muted span.larger-font {
    font-size: 1.25em;
    line-height: 1.5rem;
    color: #666666;
    font-weight: 600;
}

p.light-muted.smaller {
    font-size: 1rem;
    line-height: 1.4rem;
}

.btn-gde-primary {
    color: #ffffff;
    border-radius: 1.75rem;
    border: 2px solid #0099BA;
    background: #0099BA;
    padding: 0.75rem 2rem;
    font-weight: 700;
    line-height: 1.5rem;
    font-size: 1rem;
}

.btn-gde-primary-arrow {
    color: #ffffff;
    border-radius: 1.75rem;
    border: 2px solid #0099BA;
    background: #0099BA;
    padding: 0.75rem 2rem;
    font-weight: 700;
    line-height: 1.5rem;
    font-size: 1rem;
}

.btn-gde-primary-arrow::after {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-mask: url("/assets/images/arrow.svg") no-repeat center center;
    mask: url("/assets/images/arrow.svg") no-repeat center center;
    mask-size: contain;
    background: #ffffff;
    margin-left: 1rem;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
}

.btn-gde-primary:hover,
.btn-gde-primary:focus,
.btn-gde-primary-arrow:hover,
.btn-gde-primary-arrow:focus {
    color: #0099BA;
    background: #ffffff;
    border: 2px solid #0099BA;
}

.btn-gde-primary-arrow:hover::after,
.btn-gde-primary-arrow:focus::after {
    background: #0099BA;
    transform: translateX(0.5rem);
}

.btn-gde-read-more {
    color: var(--color-gde-blue);
    background: transparent;
    padding: 0.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    font-size: 1rem;
}

.btn-gde-read-more::after {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 0.5rem;
    -webkit-mask: url("/assets/images/arrow.svg") no-repeat center center;
    mask: url("/assets/images/arrow.svg") no-repeat center center;
    mask-size: 100%;
    background: var(--color-gde-blue);
    margin-left: 0.25rem;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
}

.btn-gde-read-more:hover,
.btn-gde-read-more:focus {
    color: var(--color-gde-blue);
    text-decoration: underline;
}

.btn-gde-read-more:hover::after,
.btn-gde-read-more:focus::after {
    transform: translateX(0.25rem);
}

.btn-gde-complement {
    color: #ffffff;
    border-radius: 1.75rem;
    border: 2px solid var(--color-orange);
    background: var(--color-orange);
    padding: 0.75rem 2rem;
    font-weight: 700;
    line-height: 1.5rem;
    font-size: 1rem;
}

.btn-gde-complement-arrow {
    color: #ffffff;
    border-radius: 1.75rem;
    border: 2px solid var(--color-orange);
    background: var(--color-orange);
    padding: 0.75rem 2rem;
    font-weight: 700;
    line-height: 1.5rem;
    font-size: 1rem;
}

.btn-gde-complement-arrow::after {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-mask: url("/assets/images/arrow.svg") no-repeat center center;
    mask: url("/assets/images/arrow.svg") no-repeat center center;
    mask-size: contain;
    background: #ffffff;
    margin-left: 1rem;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
}

.btn-gde-complement:hover,
.btn-gde-complement:focus,
.btn-gde-complement-arrow:hover,
.btn-gde-complement-arrow:focus {
    color: var(--color-orange);
    background: #ffffff;
    border: 2px solid var(--color-orange);
}

.btn-gde-complement-arrow:hover::after,
.btn-gde-complement-arrow:focus::after {
    background: var(--color-orange);
    transform: translateX(0.5rem);
}


#facts {
}

#facts .fact {
    padding: 1.5rem;
    border-radius: 2rem;
    border: 2px solid var(--color-gde-blue);
    text-align: center;
    background: var(--color-gde-blue-light);
}

#facts .fact .fact-number {
    font-weight: 700;
    font-size: 3.25rem;
    color: var(--color-gde-blue);
    line-height: 3rem;
    letter-spacing: -1.5px;
    margin-bottom: 1rem;
}

#facts .fact .fact-heading {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: -0.32px;
    text-align: center;
    display: block;
    color: #121212;
    margin-bottom: 1rem;
}

#study {
}

#study .module-item {
    border: 2px solid var(--color-gde-blue);
    border-radius: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    overflow: hidden;
}

#study .row .col:nth-of-type(3n+2) .module-item {
    border-color: var(--color-orange);
}
#study .row .col:nth-of-type(3n+2) .module-item .module-header {
    background: var(--color-orange);
}

#study .module-item .module-header {
    background: var(--color-gde-blue);
    padding: 1rem;
}

#study .module-item .module-header img {
    width: 5rem;
    height: 5rem;
    padding: 0.5rem;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 0.5rem;
}

#study .module-item h3 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: -0.32px;
    color: #FFFFFF;

}

#study .module-item span {
    font-weight: 600;
    display: block;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #121212;
    margin: 1rem 0;
}

#study .module-item p {
    margin: 1rem 0 0 0;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#faq {
}

.faq-container {
}

@media only screen and (min-width: 1200px) {
    .faq-container {
    }
}

.faq-container .accordion-item {
    background: transparent;
    border: 2px solid var(--color-gde-blue) !important;
    margin-bottom: 1rem;
    border-radius: 2rem;
    overflow: hidden;
}

.faq-container .accordion-button {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0.5rem 2rem;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    background: var(--color-gde-blue);
}

.faq-container .accordion-button:focus,
.faq-container .accordion-button:hover,
.faq-container .accordion-button[aria-expanded="true"] {
    outline: none;
    box-shadow: none;
    color: var(--color-gde-blue);
    background: transparent;
}

.faq-container .accordion-button::after {
    color: #fff;
    background: #fff;
    width: 2rem;
    height: 2rem;
    -webkit-mask: url("/assets/images/dropdown-chevron.svg") no-repeat center center;
    mask: url("/assets/images/dropdown-chevron.svg") no-repeat center center;
    mask-size: 15px 9px;
    transition: all 0.2s ease-in-out;
}

.faq-container .accordion-button:focus::after,
.faq-container .accordion-button:hover::after,
.faq-container .accordion-button[aria-expanded="true"]::after {
    color: var(--color-gde-blue);
    background: var(--color-gde-blue);
}

.faq-container .accordion-body {
    padding: 0.5rem 2rem;
    font-size: 1.15rem;
    line-height: 1.75rem;
}

.about-section {
    font-family: "Poppins", sans-serif;
    color: #121212;
    font-weight: 400;
}

.about-section.larger-font {
    font-size: 1.25rem;
    line-height: 2rem;
}

.about-section img.about-image-logo {
    display: block;
    max-width: 100px;
}

.about-section h2, .about-section h3 {
    font-family: "M PLUS 1", sans-serif;
}

.about-section a {
    font-family: "Poppins", sans-serif;
    color: #121212;
    font-weight: 600;
    text-decoration: underline;
}

#sign-up {
    margin-top: 2rem;
    margin-bottom: 10rem;
}

#sign-up .sign-up-method-container {
    padding: 2rem;
    border-radius: 2rem;
}

#sign-up .sign-up-method-container:not(.complement-colored) {
    border: 2px solid var(--color-gde-blue);
}

#sign-up .sign-up-method-container h2 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: -1.5px;
}

#sign-up .sign-up-method-container.complement-colored h2 {
    color: var(--color-orange);
}

#sign-up .sign-up-method-container p {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #121212;
}

#sign-up .sign-up-method-container p.display-larger {
    font-size: 1.35rem;
    line-height: 1.75rem;
}

#sign-up .sign-up-method-container #info-countdown {
    background: var(--color-gde-blue);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.6rem;
    padding: 2rem;
    border-radius: 2rem;
}

#sign-up .form-control {
    border: 2px solid var(--color-orange);
}
#sign-up .form-control:focus {
    box-shadow: none;
    outline: 3px solid #FF8E3B44;
    outline-offset: 3px;
}

#sign-up .form-check-input {
    border: 2px solid var(--color-orange);
}

.customized-input-checkbox {
    position: relative;
}

.customized-input-checkbox label {
    padding-left: 0.25rem;
    position: relative;
}

.customized-input-checkbox input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1.4rem;
    width: 1.4rem;
    z-index: 1;
}

/* Create a custom checkbox */
.customized-input-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.4rem;
    width: 1.4rem;
    background-color: #eee;
    border: 2px solid var(--color-orange);
    border-radius: 0.25rem;
    z-index: 0;
    transition: all .15s ease-in-out;
}

/* On mouse-over, add a grey background color */
.customized-input-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add background */
.customized-input-checkbox input:checked ~ .checkmark {
    background-color: var(--color-orange);
}

/* Create the checkmark/indicator (hidden when not checked) */
.customized-input-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customized-input-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customized-input-checkbox .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
}

#sign-up form a {
    color: #121212;
    font-weight: 600;
}

#sign-up form .required-sign {
    color: red;
}

#testimonials {
}

.testimonial {
    font-style: italic;
    font-size: 1.2rem;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
}

#testimonialCarousel .carousel-inner {
    position: relative;
    padding: 0 4rem;
}

#testimonialCarousel .carousel-control-next,
#testimonialCarousel .carousel-control-prev {
    width: 4rem;
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
    background: var(--color-gde-blue);
    -webkit-mask: url("/assets/images/arrow.svg") no-repeat center center;
    mask: url("/assets/images/arrow.svg") no-repeat center center;
    mask-size: contain;
}

#testimonialCarousel .carousel-control-prev-icon {
    transform-origin: center center;
    transform: rotate(180deg);
}

#testimonialCarousel .carousel-item {
    width: 100%;
}

.testimonial-content {
    padding: 2rem;
    border-radius: 0.5rem;
    text-align: center;
    margin: 0 auto;
}

#testimonialCarousel .carousel-item.temp-visible {
    display: block !important;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#partners {
}

#partners .owl-carousel .item {
    display: flex;
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
    height: 100px; /* Fixed height for uniform layout */
    background: transparent;
    border-radius: 0.5rem;
    padding: 10px;
}

#partners .owl-carousel .item img {
    max-height: 80px;
    object-fit: contain;
}