@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;800&display=swap');
.btn-link {
    color: #00ac98;
    text-decoration: underline;
    border: none;
    cursor: pointer;
}
.btn-link:hover {
    color: #000000;
    text-decoration: none;
}
.gdpr-modal-backdrop {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4444;
}
.gdpr-modal-backdrop.popup-closed {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.gdpr-overlay * {
    margin:0;
    padding:0;
    box-sizing:border-box;
    text-decoration:none;
    font-family: 'Mulish', sans-serif;
}
.gdpr-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
}
.gdpr-overlay .cookie-modal-two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 616px;
    height: 819px;
    background: #fff;
    box-shadow: 0 52px 48px -30px rgba(119, 146, 229, 0.311966);
    border-radius: 15px;
    transform: scale(0.8);
    padding: 80px 60px;
}

.gdpr-overlay .cookie-modal-two .header-wrapper {
    color: #122115;
}
.gdpr-overlay .cookie-modal-two h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #273240;
}
.gdpr-overlay .cookie-modal-two > div > p {
    margin-top: 20px;
    font-size: 16px;
}
.gdpr-overlay .cookie-modal-two .preferences-list {
    width: 100%;
    border: 1px solid #d7dff8;
    border-radius: 5px;
    max-height: 483px;
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion {
    background: transparent;
    max-height: 65px;
    overflow: hidden;
    transition: 0.3s ease;
    width: 100%;
    outline: none;
    border: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #d7dff8;
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion:last-child {
    border-radius: 5px;
    border: none;
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion:focus-within {
    max-height: 300px;
    height: auto;
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion:focus-within .icon {
    transform: rotate(225deg);
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-header {
    display: flex;
    align-items: center;
    padding: 20px 25px;
}

.gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-header span {
    padding: 5px 10px;
    background: #f6f8ff;
    border-radius: 14px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-left: 80px;
    color: #28305d;
    mix-blend-mode: normal;
    opacity: 0.6;
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-header .toggle {
    width: 64px;
    height: 35px;
    background: #fff;
    border: 1px solid #d1d8eb;
    border-radius: 17px;
    display: flex;
    align-items: center;
    padding: 0 3px;
    margin-left: 125px;
    cursor: pointer;
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-header .toggle .box {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #757d96;
    transition: 0.3s;
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-header .toggle input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 60px;
    z-index: 1000;
    height: 60px;
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-header .toggle input:checked + .box {
    background: #00ac98;
    transform: translateX(27px);
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-header .icon {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    width: 28px;
    height: 28px;
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-header .icon svg {
    width: 28px;
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-header h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #273240;
    margin-left: 10px;
    width: 202px;
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-content {
    height: 170px;
    background: #f6f8ff;
    width: 100%;
    padding-top: 20px;
    padding-right: 25px;
}
.gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-content p {
    text-align: left;
    margin-left: 65px;
    max-height: 130px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    color: #273240;
}
.gdpr-overlay .cookie-modal-two .buttons {
    width: 100%;
    position: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gdpr-overlay .cookie-modal-two .confirm-btn,
.gdpr-overlay .cookie-modal-two .save-btn {
    cursor: pointer;
    padding: 0 50px;
    width: auto;
    height: 47px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}
.gdpr-overlay .cookie-modal-two .confirm-btn {
    background: #00ac98;
    color: #fff;
}
.gdpr-overlay .cookie-modal-two .save-btn {
    background: #939393;
    color: #fff;
}
.gdpr-overlay .cookie-modal-two .exit-btn {
    width: 42px;
    height: 42px;
    position: absolute;
    background: #fff;
    border: 1px solid #eef1f9;
    border-radius: 50%;
    top: 25px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .gdpr-overlay .cookie-modal-two {
        width: 510px;
        height: 700px;
        transform: scale(0.7);
        padding: 60px 40px;
    }

    .gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-header {
        padding: 10px 15px;
    }
    .gdpr-overlay .cookie-modal-two .preferences-list .accordion .cont-header span {
        padding: 0;
        margin-left: 70px;
    }
}