@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
section.cookie-wrapper {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1003;
	padding: 20px 0 20px;
	display:none;
	
}
section.cookie-wrapper.active {display:block}
.cookie-wrapper img{height:42px;}
.cookie-wrapper .cookie-body {
    position: relative;
    max-width: 660px;
    padding: 10px;
    opacity: .9;
    background-color: #26282d;
    border-radius: 10px;
    color: #fff;
	box-shadow:0 0 30px rgba(0,0,0,0.2)
}
.cookie-wrapper p,
.cookie-wrapper a{color:#fff;font-size:14px;font-weight:600;
font-family: 'Jost', sans-serif;}
@media screen and (max-width: 768px) {
    .cookie-wrapper {
        right:10px;
        min-width: 320px
    }

    .cookie-wrapper .cookie-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: end;
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cookie-wrapper .cookie-body ul {
        gap: 20px
    }
}

.cookie-wrapper .cookie-body p {
    margin-bottom: 4px;
    margin-top: 4px
}

.cookie-wrapper .cookie-body ul {
    list-style: none;
    padding: 0;
    width: 96%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 20px auto 0
}

.cookie-wrapper .cookie-body li {
    list-style: none;
    display: inline-block
}

.cookie-wrapper .cookie-body li a {
    background-color: #fff;
    color: #2f2f30;
    border-radius: 10px;
    margin: 10px;
    padding: 10px 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
	cursor:pointer;
}

@media screen and (max-width: 768px) {
    .cookie-wrapper .cookie-body p {
        margin-bottom:8px;
        margin-top: 8px
    }

    .cookie-wrapper .cookie-body li {
        list-style: none;
        padding: 0
    }

    .cookie-wrapper .cookie-body li a {
        display: inline-block;
        width: 100%;
        font-size: .9em;
        text-align: center;
        margin: 0;
        border-radius: 20px;
        padding: 7px 15px
    }

    #cookieModal .modal-header {
        border-bottom: 1px solid rgba(111,126,143,.3)
    }
}

@media screen and (min-width: 768px) {
    .cookie-modal-backdrop {
        opacity:.9!important;
        background-color: #26282d !important
    }
}

#cookieModal .close-cookie-modal {
    border-radius: 50%;
    padding: 5px;
    background: #26282d;
    aspect-ratio: 1;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

#cookieModal .close-cookie-modal svg {
    height: 12px;
    color: #fff;
	width: 17px;
}

#cookieModal .modal-title {
    text-align: center;
    font-size: 20px;
    color: #3f536c
}

#cookieModal .modal-dialog {
    width: 720px
}

@media screen and (max-width: 768px) {
    #cookieModal .modal-title {
        text-align:left;
        font-size: 24px
    }

    #cookieModal .modal-dialog {
        max-width: 100%;
        padding: 0
    }

    #cookieModal .modal-content {
        border: none
    }
}

#cookieModal .panel-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

#cookieModal .cookie-arrow:after {
    content: "";
	display:flex;
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.29' height='6' viewBox='0 0 9.29 6'%3E%3Cpath data-name='Icon awesome-angle-down' d='M4.151 16.535.2 12.586a.694.694 0 0 1 0-.985l.656-.656a.694.694 0 0 1 .985 0l2.8 2.8 2.8-2.8a.694.694 0 0 1 .985 0l.656.656a.694.694 0 0 1 0 .985l-3.95 3.95a.691.691 0 0 1-.981-.001z' transform='translate(.004 -10.74)' style='fill:%23ccc'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    transition: ease-in-out .2s;
    -ms-transform: rotate(0);
    transform: rotate(0);
	align-items: center;
}

#cookieModal .cookie-checker {
    width: 90px;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: flex-end
}

#cookieModal .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 20px;
    margin-bottom: 0
}

#cookieModal .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

#cookieModal .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d8d7d9;
    transition: .4s;
    height: 26px
}

#cookieModal .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: .4s
}

#cookieModal input:checked+.slider {
    background-color: #3cb878
}

#cookieModal input:focus+.slider {
    box-shadow: 0 0 1px #3cb878
}

#cookieModal input:checked+.slider:before {
    -ms-transform: translateX(34px);
    transform: translateX(34px)
}

#cookieModal .slider.round {
    border-radius: 32px
}

#cookieModal .slider.round:before {
    border-radius: 50%
}

#cookieModal .cookie-button {
    background-color: #26282d;
    color: #fff;
    border-radius: 20px
}

@media screen and (max-width: 768px) {
    #cookieModal .cookie-button {
        width:90%;
        margin-left: 5%;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block
    }
}


 #cookieModal .accordion-button::after {
 margin-left:10px;
 }
 #cookieModal .accordion-button div{
 display: flex;
 margin-left: auto;
 }
  #cookieModal .card{margin:10px 0;border:none;}
   #cookieModal .card-header{
  border-bottom: none;
  padding: 12px 18px;
  border-radius:15px;
  position: relative;
}
   #cookieModal .card-header .panel-title{margin-bottom: 0;}
   #cookieModal .card-header .panel-title a{  font-size: 18px;}

#cookieModal .cardd-body{padding:20px}
.collapsing {
  -webkit-transition-delay: 0.30s;
  transition-delay: 0.30s;
  transition: height 0.30s ease-out;
}
  #cookieModal{
font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}