/* Header */
.se-header__sticky {
    transition: all ease-out .6s;
}

.se-header .se-header__menu-item a[aria-current="page"] {
    color: var(--primary-300);
}

.se-header__sticky .se-header__open-menu-toggle .hamburger-inner, 
.se-header__sticky .se-header__open-menu-toggle .hamburger-inner:before, 
.se-header__sticky .se-header__open-menu-toggle .hamburger-inner:after {
    transition: all ease-out .6s;
}

.se-header__sticky.bc-stickynav-menu--scroll-start .se-header__logo-primary {
    opacity: 1;
    visibility: visible;
}

.se-header__sticky.bc-stickynav-menu--scroll-start .se-header__logo-white {
    opacity: 0;
    visibility: hidden;
}

.se-header__sticky.bc-stickynav-menu--scroll-start .se-header__open-menu-toggle .hamburger-inner, 
.se-header__sticky.bc-stickynav-menu--scroll-start .se-header__open-menu-toggle .hamburger-inner:before, 
.se-header__sticky.bc-stickynav-menu--scroll-start .se-header__open-menu-toggle .hamburger-inner:after {
    background-color: var(--primary-300);
}

.se-header__sticky .se-header__logo-white,
.se-header__sticky .se-header__logo-primary {
    transition: all ease-out .6s;
}

/* Conditional Style Header for Default */
.se-header__sticky:not(.se-header__sticky-stacked) .se-header__logo-primary {
    opacity: 1;
    visibility: visible;
}

.se-header__sticky:not(.se-header__sticky-stacked) .se-header__logo-white {
    opacity: 0;
    visibility: hidden;
}

.se-header__sticky:not(.se-header__sticky-stacked) .se-header__open-menu-toggle .hamburger-inner, 
.se-header__sticky:not(.se-header__sticky-stacked) .se-header__open-menu-toggle .hamburger-inner:before, 
.se-header__sticky:not(.se-header__sticky-stacked) .se-header__open-menu-toggle .hamburger-inner:after {
    background-color: var(--primary-300);
}

/* Conditional Style Header for Darkens Hero Banner */
.se-header__sticky.se-header__sticky-stacked .bc-stickynav-menu__items-wrapper {
    background-color: rgba(255,255,255, 0) !important;
}

.se-header__sticky.se-header__sticky-stacked .se-header__open-menu-toggle .hamburger-inner, 
.se-header__sticky.se-header__sticky-stacked .se-header__open-menu-toggle .hamburger-inner:before, 
.se-header__sticky.se-header__sticky-stacked .se-header__open-menu-toggle .hamburger-inner:after {
    background-color: var(--neutral-50);
}

.se-header__sticky.se-header__sticky-stacked .se-header__logo-primary {
    opacity: 0 !important;
    visibility: hidden !important;
}

.se-header__sticky.se-header__sticky-stacked .se-header__logo-white {
    opacity: 1 !important;
    visibility: visible !important;
}

.se-tab-box-overlay {
    background: linear-gradient(184.3deg, rgba(31, 39, 26, 0) 3.5%, rgba(31, 39, 26, 0.5) 113.23%),
                linear-gradient(184.3deg, rgba(31, 39, 26, 0.3) 3.5%, rgba(31, 39, 26, 0) 113.23%);
}

.se-tab-box-overlay.se-tab-box-overlay--middle-banner {
    background: linear-gradient(269.45deg, rgba(31, 39, 26, 0) 17.2%, rgba(31, 39, 26, 0.5) 70.08%);
}

.bc-morphing-menu__item {
    cursor: pointer;
}

.se-slide__pagination {
    padding: 0;
    margin: 0;
    list-style: none;
}

.se-slide__pagination-item {
    display: flex;
}

.se-slide__pagination-item button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255,255,255, 0.5);
    transition: all ease-out .4s;
    cursor: pointer;
}

.se-tabs .se-tabs__content-title .line {
    display: flex !important;
    gap: 5px;
}

.se-tabs .se-tabs__content-desc .line {
    display: flex !important;
    gap: 3px;
}

.se-slide__pagination-item button:hover {
    background-color: rgba(255,255,255, 1);
}

.se-slide__pagination-item:not(:last-child) {
    margin-right: 8px;
}

.se-slide__pagination-item.pagination-active button {
    background-color: rgba(255,255,255, 1);
}

.se-slide__arrow {
    cursor: pointer;
}

.se-slide__arrow,
.se-slide__arrow img {
    transition: all ease-out .4s;
}

.se-slide__arrow:hover {
    background-color: rgba(255,255,255, .5);
}

.se-contact-form .submit-button-wrapper {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 24px;
}

.se-contact-form button[type="submit"] {
    color: var(--neutral-50);
    font-size: var(--h7-font-size);
    text-align: center;
    font-family: "General Sans";
    font-weight: 500;
    line-height: var(--h7-line-height);
    letter-spacing: var(--h7-letter-spacing);
    padding-top: var(--se-btn-padding-top-bottom);
    padding-right: var(--se-btn-padding-left-right);
    padding-bottom: var(--se-btn-padding-top-bottom);
    padding-left: var(--se-btn-padding-left-right);
    min-width: var(--se-btn-min-width);
    background-color: var(--primary-300);
    border-radius: 8px;
    transition: all ease-out .47s;
}

/* Contact Form */
.se-contact-form button[type="submit"]:hover {
    background-color: var(--primary-400) !important;
}

/*
.se-contact-form .form-group:not(:nth-child(2), :nth-child(3)) {
    margin-left: -8px;
    margin-right: -8px;
}

.se-contact-form .form-group:nth-child(2) {
    margin-left: -8px;
}

.se-contact-form .form-group:nth-child(3) {
    margin-right: -8px;
}
*/

/* Privacy & TnC */
.se-tnc-privacy-content__item:first-of-type .brxe-text {
    display: flex;
    gap: 32px;
}

.se-tnc-privacy-content__item:first-of-type .brxe-text p {
    width: 50%;
}

.se-tnc-privacy-content__item .brxe-text ul {
    padding-left: 1.5em;
    margin-top: 0;
}

.se-tnc-privacy-content__item .brxe-text a {
    text-decoration: underline;
    color: var(--primary-300) !important;
}

/* FAQ */
.se-faq .accordion-item {
    padding: 16px;
    border-bottom: 1px solid var(--neutral-100);
}

@media screen and (max-width: 900px) {
    /* Global */
    body .brxe-block {
        flex-wrap: nowrap !important;
    }
}

@media screen and (max-width: 767px) {
    body {
        overflow: unset !important;
    }
    
    .se-accordion-toggle__item-1 .accordion-title-wrapper {
        padding-top: 0;
    }

    /*
    .se-tabs .bc-morphing-menu{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 48px;
   }
    */

    .se-tabs .bc-morphing-menu__morphing-div {
        display: none !important;
    }

    .se-tabs .bc-morphing-menu .bc-morphing-menu__item {
        min-width: 180px;
    }

    .se-tnc-privacy-content__item:first-of-type .brxe-text p {
        width: 100%;
    }

    .se-faq .accordion-item {
        padding: 16px 0;
    }

    .se-faq .accordion-item .title {
        margin-right: 16px;
    }
}