:root {
  --screen-widths: 1920;
  --screen-widths2: 1920;
  --screen-maxwidths:100vw;
}

@media screen and (min-width: 1921px) {
  :root {
    --screen-maxwidths:1920px;
  }
}
@media screen and (max-width: 1920px) {
  :root {
    --screen-maxwidths:100vw;
  }
}
@media screen and (max-width: 900px) {
  :root {
    --screen-widths: 900;
    --screen-widths2: 900;
  }
}
@media screen and (max-width: 600px) {
  :root {
    --screen-widths: 750;
    --screen-widths2: 750;
  }
}
@media screen and (min-width: 1500px) {
  :root {
    --screen-widths: 2500;
  }
}
@media screen and (min-width: 2500px) {
  :root {
    --screen-maxwidths:95vw;
  }
}
@media screen and (max-width: 600px) and (max-height: 600px) {
  :root {
    --screen-widths: 750;
    --screen-widths2: 750;
  }
}
@media screen and (max-width: 900px) and (max-height: 600px) {
  :root {
    --screen-widths: 1334;
    --screen-widths2: 1000;
  }
}
body #ot-sdk-btn.ot-sdk-show-settings, body #ot-sdk-btn.optanon-show-settings {
  text-transform: uppercase;
  color: #fff !important;
  border: none !important;
  padding: 0;
  -webkit-transition: unset;
  transition: unset;
  font-size: calc(16 / var(--screen-widths) * var(--screen-maxwidths));
  line-height: calc(24 / var(--screen-widths) * var(--screen-maxwidths));
}
body #ot-sdk-btn.ot-sdk-show-settings:hover, body #ot-sdk-btn.optanon-show-settings:hover {
  background: none;
}
body #onetrust-pc-sdk.ot-hide { /* display: block!important; */ }
body #onetrust-consent-sdk #onetrust-banner-sdk {
  background: rgba(0, 0, 0, 0.9);
}
body #onetrust-banner-sdk .ot-sdk-container {
  padding-right: calc(50 / var(--screen-widths) * 100vw);
}
body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button { /* margin: 0 auto; */
  padding: calc(3 / var(--screen-widths) * 100vw) 0;
}
body #onetrust-consent-sdk #onetrust-accept-btn-handler, body #onetrust-banner-sdk #onetrust-reject-all-handler {
  margin-right: calc(30/ var(--screen-widths) *100vw);
  min-width: calc(406 / var(--screen-widths) * 100vw);
  width: auto !important;
  padding: 0 calc(20 / var(--screen-widths) * 100vw) !important;
  height: calc(72 / var(--screen-widths) * 100vw) !important;
  background: url(../images/cookies/btn_banner_pc.png) no-repeat;
  background-size: 100% 100%;
  font-size: calc(20 / var(--screen-widths) * 100vw) !important;
  color: #ffffff;
  font-family: "frutigerbold";
  border-color: transparent;
}
body #onetrust-consent-sdk #onetrust-policy-title, body #onetrust-consent-sdk #onetrust-policy-text, body #onetrust-consent-sdk .ot-b-addl-desc, body #onetrust-consent-sdk .ot-dpd-desc, body #onetrust-consent-sdk .ot-dpd-title, body #onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler), body #onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler), body #onetrust-consent-sdk #onetrust-banner-sdk #banner-options *, body #onetrust-banner-sdk .ot-cat-header {
  font-family: "frutigerroman";
  font-size: calc(20 / var(--screen-widths) * 100vw);
  color: #b7b7b7;
  line-height: calc(30 / var(--screen-widths) * 100vw);
}
body #onetrust-consent-sdk #onetrust-pc-btn-handler, body #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  width: auto !important;
  white-space: nowrap;
  font-family: "frutigerbold";
  font-size: calc(30 / var(--screen-widths) * 100vw);
  color: #ffffff !important;
  background: none !important;
  background-image: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important; /* text-decoration: underline; */
  border-bottom: unset !important;
}
body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group #onetrust-pc-btn-handler {
  margin: calc(8 / var(--screen-widths) * 100vw) calc(20 / var(--screen-widths) * 100vw);
}
body #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
  width: 100% !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}
body #onetrust-banner-sdk #onetrust-close-btn-container {
  right: 0;
}
body #onetrust-banner-sdk .onetrust-close-btn-ui {
  width: calc(51.875 / var(--screen-widths) * 100vw);
  height: calc(51.875 / var(--screen-widths) * 100vw);
  background: url(../images/cookies/close.png) no-repeat;
  background-size: 100% 100%;
  right: 0 !important;
}
body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
  position: relative;
  left: 0;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0;
  padding-left: calc(50 / var(--screen-widths) * 100vw);
  padding-right: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
body #onetrust-banner-sdk.otFlat { /* min-height: 12.5rem; */ }
body #onetrust-banner-sdk .ot-sdk-row, body #onetrust-pc-sdk .ot-sdk-row, body #ot-sdk-cookie-policy .ot-sdk-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body #onetrust-consent-sdk #onetrust-pc-sdk, body #onetrust-consent-sdk #ot-search-cntr, body #onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle, body #onetrust-consent-sdk #onetrust-pc-sdk ot-grp-hdr1 .checkbox, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt, body #onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor {
  background: rgba(0, 0, 0, 0.9);
}
body #onetrust-pc-sdk #ot-category-title, body #onetrust-pc-sdk #ot-pc-title {
  color: #fbd89b !important;
  font-family: "radikalbold";
}
body #onetrust-pc-sdk .ot-switch-nob {
  background: none;
  border: #fff solid 1px;
}
body #onetrust-pc-sdk .ot-switch-nob:before {
  background-color: #ffffff;
}
body #onetrust-consent-sdk #onetrust-banner-sdk {
  padding-top: 0;
  padding-bottom: 0.625em;
}
body #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
  background: url(../images/close.png) no-repeat center;
  background-size: 100% 100%;
}
body #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  background: none;
  border: #fbd89b solid 1px;
}
body #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
  background: #fbd89b;
}
body #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header {
  color: #ffffff;
  font-family: "frutigerroman";
}
body #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  color: #fbd89b;
  font-family: "frutigerroman";
}
body .ot-pc-footer-logo {
  display: none;
}
body #onetrust-pc-sdk .ot-pc-header {
  border-bottom-color: transparent;
}
body #onetrust-pc-sdk .ot-pc-footer {
  width: 86%;
  max-height: 150px;
  margin: 0 auto;
  left: 7%;
  border-top-color: transparent;
}
body #onetrust-pc-sdk #ot-pc-desc {
  font-size: 0.95em;
}
body #onetrust-banner-sdk.otFlat {
  z-index: 9000;
}
body #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), body #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  width: 328px;
  max-width: 100%;
  height: 48px;
  background: url(../images/cookies/confirm_pc.png) no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  color: #ffffff;
  margin: 30px auto;
  border-color: transparent;
  font-family: "frutigerbold";
}
body #onetrust-banner-sdk p, body #onetrust-pc-sdk p, body #ot-sdk-cookie-policy p {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1600px) {
  body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 900px) and (min-height: 601px) {
  body #onetrust-consent-sdk #onetrust-banner-sdk {
    max-height: 20%;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    left: unset;
    max-width: 35%;
  }
  body.lang_ar #onetrust-banner-sdk .ot-sdk-container {
    padding-left: calc(50 / var(--screen-widths) * 100vw);
    padding-right: unset;
  }
  body.lang_ar #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    padding-left: 0 !important;
    padding-right: calc(50 / var(--screen-widths) * 100vw) !important;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 601px) {
  body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    max-width: 50%;
  }
  body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 0 10vw;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  @supports (zoom: 1) {
    body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
      -webkit-transform: none;
      transform: none;
      zoom: 0.8;
    }
  }
}
@media only screen and (min-width: 1280px) {
  body.lang_ar #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    right: unset !important;
  }
}
@media only screen and (max-width: 1280px) {
  body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
    padding: 0 5vw;
  }
}
@media only screen and (max-width: 1023px) {
  body #onetrust-banner-sdk .ot-sdk-container {
    padding-right: calc(40 / var(--screen-widths) * 100vw);
  }
  body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    padding-left: calc(40 / var(--screen-widths) * 100vw);
  }
  body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
    padding: 0 2vw;
  }
  body #onetrust-banner-sdk #onetrust-close-btn-container {
    position: absolute;
    top: calc(5 / var(--screen-widths) * 100vw);
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  body #onetrust-banner-sdk #onetrust-policy {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 897px) {
  body #onetrust-banner-sdk .ot-sdk-container {
    padding-right: calc(20 / var(--screen-widths) * 100vw);
  }
  body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  body #onetrust-consent-sdk #onetrust-banner-sdk {
    padding-top: 25px;
    padding-bottom: 0.625em;
  }
  body #onetrust-banner-sdk .ot-sdk-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  body #onetrust-banner-sdk .ot-sdk-container {
    width: 100%;
    padding: 0 calc(50 / var(--screen-widths) * 100vw);
  }
  body #onetrust-banner-sdk #onetrust-policy {
    margin: calc(50 / var(--screen-widths) * 100vw) 0 calc(30 / var(--screen-widths) * 100vw);
  }
  body #onetrust-consent-sdk #onetrust-accept-btn-handler, body #onetrust-banner-sdk #onetrust-reject-all-handler {
    width: calc(575 / var(--screen-widths) * 100vw) !important;
    height: calc(84 / var(--screen-widths) * 100vw) !important;
    background: url(../images/cookies/btn_banner_m.png) no-repeat;
    background-size: 100% 100%;
    font-size: calc(24 / var(--screen-widths) * 100vw) !important;
    color: #ffffff;
    font-family: "frutigerbold";
  }
  body #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), body #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
    width: calc(575 / var(--screen-widths) * 100vw) !important;
    height: calc(84 / var(--screen-widths) * 100vw) !important;
    background: url(../images/cookies/confirm_m.png) no-repeat;
    background-size: 100% 100%;
    font-size: calc(24 / var(--screen-widths) * 100vw) !important;
    color: #ffffff;
    font-family: "frutigerbold";
  }
  body #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
    -webkit-transform: none;
    transform: none;
    zoom: 1;
  }
  body #ot-sdk-btn.ot-sdk-show-settings, body #ot-sdk-btn.optanon-show-settings {
    /* font-size: calc(24 / var(--screen-widths2) * min(1920px, 100vw));
    height: calc(80 / var(--screen-widths2) * min(1920px, 100vw));
    line-height: calc(80 / var(--screen-widths2) * min(1920px, 100vw)); */
  }
}
@media screen and (max-width: 900px) {
  body #ot-sdk-btn.ot-sdk-show-settings, body #ot-sdk-btn.optanon-show-settings {
    display: block;
    /* width: 100%;
    height: calc(80 / var(--screen-widths2) * var(--screen-maxwidths));
    line-height: calc(80 / var(--screen-widths2) * var(--screen-maxwidths));
    font-size: calc(24 / var(--screen-widths2) * var(--screen-maxwidths));
    text-align: center; */
  }
}
body .onetrust-pc-dark-filter, body #onetrust-pc-sdk, body #onetrust-banner-sdk.otFlat {
  z-index: 900 !important;
}
body #ot-pc-content {
  z-index: 920 !important;
}

/*# sourceMappingURL=cok.css.map */
