@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf") format('truetype');
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Bold";
    src: url("../fonts/OpenSans-Bold.ttf") format('truetype');
    font-display: swap;
}

@font-face {
    font-family: "Gilroy Medium";
    src: url("../fonts/Gilroy-Medium.ttf") format('truetype');
    font-display: swap;
}

body {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.disable-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

/* Captcha fix, offset from right side 4px cause "jump" issue */
.grecaptcha-badge {
    transform: translate(4px, 0);
    z-index: 10;
}

/* iOS Safari only */
@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
    html {
        overflow: auto !important;
    }
}



/* Fix for magnificPopup plugin */
.mfp-ready {
    top: 0;
    bottom: 0;
    height: auto;
}

.termsfeed-com---nb-simple {
    max-width: 100% !important;
    right: 70px !important;
    bottom: 70px !important;
    left: 70px !important;
    box-shadow: 0px 40px 50px -20px rgba(10, 9, 55, 0.15) !important;
    border-radius: 30px;
    background-color: #fff !important;
}

.cc-cp-foot {
    border-radius: 0px 0px 30px 30px !important;
    box-shadow: 0px 40px 50px -20px rgba(10, 9, 55, 0.15) !important;
}

.cc-pc-head {
    border-radius: 30px 30px 0px 0px !important;
    height: 110px !important;
}

.cc-pc-head-lang-select {
    background-color: #F5F5F7 !important;
    border-radius: 25px;
    padding: 14px 0 14px 10px !important;
    max-width: 200px !important;
    cursor: pointer !important;
}

.cc-pc-head-lang-select:focus {
    box-shadow: none !important;
}


.cc-cp-body-tabs {
    min-width: 300px !important;
}

.cc-cp-body-tabs-item-link {
    padding: 24px 0 24px 58px !important;
    font-size: 16px !important;
    color: #84849B !important;
    font-weight: 600 !important;
}

.cc-cp-body-tabs-item:not([active="true"]) {
    background-color: #F5F5F7 !important;
}

.cc-cp-body-tabs-item[active="true"] .cc-cp-body-tabs-item-link {
    color: #0A0937 !important;
}

.cc-pc-head-title-headline {
    font-size: 30px !important;
    padding-left: 58px !important;
}

.cc-pc-head-title {
    padding-left: 0 !important;
}

.cc-cp-foot-byline {
    padding-left: 58px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #84849B !important;
}

.cc-cp-foot-byline a {
    color: #0A0937 !important;
    text-decoration: underline !important;
}

@media  (max-width: 768px){
    .cc-pc-head-title-headline {
        font-size: 20px !important;
    }
}

.termsfeed-com---pc-dialog {
    width: 1080px !important;
}

.cc-cp-body-content-entry {
    padding: 44px 57px 42px 42px !important;
}

.cc-cp-body-content-entry-title {
    font-size: 28px !important;
    margin-bottom: 3px !important;
    line-height: 1 !important;
}

.cc-cp-body-content-entry-text {
    color: #84849B !important;
}

.cc-pc-container {
    border-radius: 30px !important;
}

.cc-nb-main-container {
    padding: 37px 64px !important;
}

.cc-nb-title {
    margin-bottom: 6px !important;
    font-size: 28px !important;
    line-height: 1 !important;
}

.cc-nb-text {
    color: #84849B !important;
}

.cc-nb-okagree, .cc-nb-reject, .cc-cp-foot-save {
    border-radius: 25px !important;
    height: 50px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    background: radial-gradient(93.66% 100.00% at 50.00% 0.00%, #F9DB43 1.11%, #FD495E 100%) !important;
}

.cc-cp-foot {
    height: 110px !important;
    background-color: #fff !important;
}

.cc-cp-foot-save {
    width: 100% !important;
}

.cc-pc-head-close {
    padding: 0 !important;
    margin-left: 67px !important;
}

.cc-pc-head-lang {
    padding-right: 57px !important;
}

.cc-cp-foot-button {
    margin-right: 57px !important;
    max-width: 326px !important;
    width: 100% !important;
    font-weight: 500 !important;
}

.cc-nb-changep {
    border-radius: 25px !important;
    color: #FD7F75 !important;
    height: 50px !important;
    font-size: 16px !important;
    background-color: #FFF2EE !important;
    font-weight: normal !important;
}

.is-inactive {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #0A0937 !important;
    padding-top: 0 !important;
}

@media  (max-width: 768px){
    .cc-pc-head-close {
        margin-left: 20px !important;
    }

    .cc-pc-head-lang {
        padding-right: 20px !important;
    }

    .cc-cp-foot-button {
        margin-right: 20px !important;
    }

    .cc-cp-body-tabs-item-link {
        padding: 20px !important;
    }

    .cc-cp-body-content-entry {
        padding: 20px !important;
    }

    .cc-cp-foot-byline {
        padding-left: 20px !important;
    }

    .cc-pc-head-title-headline {
        padding-left: 0 !important;
    }

    .cc-nb-main-container {
        padding: 20px !important;
    }

    .cc-nb-okagree, .cc-nb-reject, .cc-cp-foot-save, .cc-nb-changep {
        font-size: 12px !important;
    }
}

.grecaptcha-badge {
    display: none !important;
}
