*{

  transition: background-color 1s ease;
    
  }
  
  .row2bg{
    
    background-image: url('./index/1.jpeg');
    visibility: visible;
    animation-name: slideInLeft;
    background-size: cover;
  
  }
  
  .cky-overlay {
    background: #000000;
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
  }
  .cky-hide {
    display: none;
  }
  .cky-btn-revisit-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0056a7;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    z-index: 999999;
    cursor: pointer;
  }
  .cky-revisit-bottom-left {
    bottom: 15px;
    left: 15px;
  }
  .cky-revisit-bottom-right {
    bottom: 15px;
    right: 15px;
  }
  .cky-btn-revisit-wrapper .cky-btn-revisit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
  }
  .cky-btn-revisit-wrapper .cky-btn-revisit img {
    max-width: fit-content;
    margin: 0;
    height: 30px;
    width: 30px;
  }
  .cky-revisit-bottom-left:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    background: #4e4b66;
    color: #ffffff;
    left: calc(100% + 7px);
    font-size: 12px;
    line-height: 16px;
    width: max-content;
    padding: 4px 8px;
    border-radius: 4px;
  }
  .cky-revisit-bottom-left:hover::after {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    left: calc(100% + 2px);
    border-left-width: 0;
    border-right-color: #4e4b66;
  }
  .cky-revisit-bottom-right:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    background: #4e4b66;
    color: #ffffff;
    right: calc(100% + 7px);
    font-size: 12px;
    line-height: 16px;
    width: max-content;
    padding: 4px 8px;
    border-radius: 4px;
  }
  .cky-revisit-bottom-right:hover::after {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    right: calc(100% + 2px);
    border-right-width: 0;
    border-left-color: #4e4b66;
  }
  .cky-revisit-hide {
    display: none;
  }
  .cky-consent-container {
    position: fixed;
    width: 440px;
    box-sizing: border-box;
    z-index: 9999999;
    border-radius: 6px;
  }
  .cky-consent-container .cky-consent-bar {
    background: #ffffff;
    border: 1px solid;
    padding: 20px 26px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    border-radius: 6px;
  }
  .cky-box-bottom-left {
    bottom: 40px;
    left: 40px;
  }
  .cky-box-bottom-right {
    bottom: 40px;
    right: 40px;
  }
  .cky-box-top-left {
    top: 40px;
    left: 40px;
  }
  .cky-box-top-right {
    top: 40px;
    right: 40px;
  }
  .cky-custom-brand-logo-wrapper .cky-custom-brand-logo {
    width: 100px;
    height: auto;
    margin: 0 0 12px 0;
  }
  .cky-notice .cky-title {
    color: #212121;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
    word-break: break-word;
  }
  .cky-notice-des *,
  .cky-preference-content-wrapper *,
  .cky-accordion-header-des *,
  .cky-gpc-wrapper .cky-gpc-desc * {
    font-size: 14px;
  }
  .cky-notice-des {
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  .cky-notice-des img {
    min-height: 25px;
    min-width: 25px;
  }
  .cky-consent-bar .cky-notice-des p,
  .cky-gpc-wrapper .cky-gpc-desc p,
  .cky-preference-body-wrapper .cky-preference-content-wrapper p,
  .cky-accordion-header-wrapper .cky-accordion-header-des p,
  .cky-cookie-des-table li div:last-child p {
    color: inherit;
    margin-top: 0;
    word-break: break-word;
  }
  .cky-notice-des P:last-child,
  .cky-preference-content-wrapper p:last-child,
  .cky-cookie-des-table li div:last-child p:last-child,
  .cky-gpc-wrapper .cky-gpc-desc p:last-child {
    margin-bottom: 0;
  }
  .cky-notice-des a.cky-policy,
  .cky-notice-des button.cky-policy {
    font-size: 14px;
    color: #1863dc;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: 1px solid;
    text-decoration: underline;
  }
  .cky-notice-des button.cky-policy {
    padding: 0;
  }
  .cky-notice-des a.cky-policy:focus-visible,
  .cky-notice-des button.cky-policy:focus-visible,
  .cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,
  .cky-accordion-header .cky-accordion-btn:focus-visible,
  .cky-preference-header .cky-btn-close:focus-visible,
  .cky-switch input[type="checkbox"]:focus-visible,
  .cky-footer-wrapper a:focus-visible,
  .cky-btn:focus-visible {
    outline: 2px solid #1863dc;
    outline-offset: 2px;
  }
  .cky-btn:focus:not(:focus-visible),
  .cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),
  .cky-preference-content-wrapper
    .cky-show-desc-btn:focus:not(:focus-visible),
  .cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),
  .cky-preference-header .cky-btn-close:focus:not(:focus-visible),
  .cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible) {
    outline: 0;
  }
  button.cky-show-desc-btn:not(:hover):not(:active) {
    color: #1863dc;
    background: transparent;
  }
  button.cky-accordion-btn:not(:hover):not(:active),
  button.cky-banner-btn-close:not(:hover):not(:active),
  button.cky-btn-revisit:not(:hover):not(:active),
  button.cky-btn-close:not(:hover):not(:active) {
    background: transparent;
  }
  .cky-consent-bar button:hover,
  .cky-modal.cky-modal-open button:hover,
  .cky-consent-bar button:focus,
  .cky-modal.cky-modal-open button:focus {
    text-decoration: none;
  }
  .cky-notice-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }
  .cky-notice-btn-wrapper .cky-btn {
    text-shadow: none;
    box-shadow: none;
  }
  .cky-btn {
    flex: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
  }
  .cky-btn:hover {
    opacity: 0.8;
  }
  .cky-btn-customize {
    color: #1863dc;
    background: transparent;
    border: 2px solid #1863dc;
  }
  .cky-btn-reject {
    color: #1863dc;
    background: transparent;
    border: 2px solid #1863dc;
  }
  .cky-btn-accept {
    background: #1863dc;
    color: #ffffff;
    border: 2px solid #1863dc;
  }
  .cky-btn:last-child {
    margin-right: 0;
  }
  @media (max-width: 576px) {
    .cky-box-bottom-left {
      bottom: 0;
      left: 0;
    }
    .cky-box-bottom-right {
      bottom: 0;
      right: 0;
    }
    .cky-box-top-left {
      top: 0;
      left: 0;
    }
    .cky-box-top-right {
      top: 0;
      right: 0;
    }
  }
  @media (max-width: 440px) {
    .cky-box-bottom-left,
    .cky-box-bottom-right,
    .cky-box-top-left,
    .cky-box-top-right {
      width: 100%;
      max-width: 100%;
    }
    .cky-consent-container .cky-consent-bar {
      padding: 20px 0;
    }
    .cky-custom-brand-logo-wrapper,
    .cky-notice .cky-title,
    .cky-notice-des,
    .cky-notice-btn-wrapper {
      padding: 0 24px;
    }
    .cky-notice-des {
      max-height: 40vh;
      overflow-y: scroll;
    }
    .cky-notice-btn-wrapper {
      gap: 10px;
      flex-direction: column;
    }
    .cky-btn {
      width: 100%;
    }
    .cky-notice-btn-wrapper .cky-btn-customize {
      order: 2;
    }
    .cky-notice-btn-wrapper .cky-btn-reject {
      order: 3;
    }
    .cky-notice-btn-wrapper .cky-btn-accept {
      order: 1;
    }
  }
  @media (max-width: 352px) {
    .cky-notice .cky-title {
      font-size: 16px;
    }
    .cky-notice-des * {
      font-size: 12px;
    }
    .cky-notice-des,
    .cky-btn {
      font-size: 12px;
    }
  }
  .cky-modal.cky-modal-open {
    display: flex;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all 1s ease;
  }
  .cky-modal {
    box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    position: fixed;
    max-width: 100%;
    background: #ffffff;
    top: 50%;
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 999999999;
    color: #212121;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    visibility: hidden;
    transition: all 0s ease;
  }
  .cky-preference-center {
    max-height: 79vh;
    overflow: hidden;
    width: 845px;
    overflow: hidden;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
  }
  .cky-preference-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid;
  }
  .cky-preference-header .cky-preference-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    word-break: break-word;
  }
  .cky-preference-header .cky-btn-close {
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
    background: none;
    border: none;
    width: auto;
    height: auto;
    min-height: 0;
    line-height: 0;
    text-shadow: none;
    box-shadow: none;
  }
  .cky-preference-header .cky-btn-close img {
    margin: 0;
    height: 10px;
    width: 10px;
  }
  .cky-preference-body-wrapper {
    padding: 0 24px;
    flex: 1;
    overflow: auto;
    box-sizing: border-box;
  }
  .cky-preference-content-wrapper,
  .cky-gpc-wrapper .cky-gpc-desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 12px 0;
  }
  .cky-preference-content-wrapper {
    border-bottom: 1px solid;
  }
  .cky-preference-content-wrapper img {
    min-height: 25px;
    min-width: 25px;
  }
  .cky-preference-content-wrapper .cky-show-desc-btn {
    font-size: 14px;
    font-family: inherit;
    color: #1863dc;
    text-decoration: none;
    line-height: 24px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    text-transform: none;
    min-height: 0;
    text-shadow: none;
    box-shadow: none;
  }
  .cky-accordion-wrapper {
    margin-bottom: 10px;
  }
  .cky-accordion {
    border-bottom: 1px solid;
  }
  .cky-accordion:last-child {
    border-bottom: none;
  }
  .cky-accordion .cky-accordion-item {
    display: flex;
    margin-top: 10px;
  }
  .cky-accordion .cky-accordion-body {
    display: none;
  }
  .cky-accordion.cky-accordion-active .cky-accordion-body {
    display: block;
    padding: 0 22px;
    margin-bottom: 16px;
  }
  .cky-accordion-header-wrapper {
    cursor: pointer;
    width: 100%;
  }
  .cky-accordion-item .cky-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cky-accordion-header .cky-accordion-btn {
    font-size: 16px;
    font-family: inherit;
    color: #212121;
    line-height: 24px;
    background: none;
    border: none;
    font-weight: 700;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-transform: none;
    min-height: 0;
    text-shadow: none;
    box-shadow: none;
  }
  .cky-accordion-header .cky-always-active {
    color: #008000;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
  }
  .cky-accordion-header-des {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 16px 0;
  }
  .cky-accordion-chevron {
    margin-right: 22px;
    position: relative;
    cursor: pointer;
  }
  .cky-accordion-chevron-hide {
    display: none;
  }
  .cky-accordion .cky-accordion-chevron i::before {
    content: "";
    position: absolute;
    border-right: 1.4px solid;
    border-bottom: 1.4px solid;
    border-color: inherit;
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
    top: 8px;
  }
  .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cky-audit-table {
    background: #f4f4f4;
    border-radius: 6px;
  }
  .cky-audit-table .cky-empty-cookies-text {
    color: inherit;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 10px;
  }
  .cky-audit-table .cky-cookie-des-table {
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    padding: 15px 10px;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    margin: 0;
  }
  .cky-audit-table .cky-cookie-des-table:last-child {
    border-bottom: none;
  }
  .cky-audit-table .cky-cookie-des-table li {
    list-style-type: none;
    display: flex;
    padding: 3px 0;
  }
  .cky-audit-table .cky-cookie-des-table li:first-child {
    padding-top: 0;
  }
  .cky-cookie-des-table li div:first-child {
    width: 100px;
    font-weight: 600;
    word-break: break-word;
    word-wrap: break-word;
  }
  .cky-cookie-des-table li div:last-child {
    flex: 1;
    word-break: break-word;
    word-wrap: break-word;
    margin-left: 8px;
  }
  .cky-footer-shadow {
    display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
    position: absolute;
    bottom: calc(100% - 1px);
  }
  .cky-footer-wrapper {
    position: relative;
  }
  .cky-prefrence-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 22px 24px;
    border-top: 1px solid;
  }
  .cky-prefrence-btn-wrapper .cky-btn {
    flex: auto;
    max-width: 100%;
    text-shadow: none;
    box-shadow: none;
  }
  .cky-btn-preferences {
    color: #1863dc;
    background: transparent;
    border: 2px solid #1863dc;
  }
  .cky-preference-header,
  .cky-preference-body-wrapper,
  .cky-preference-content-wrapper,
  .cky-accordion-wrapper,
  .cky-accordion,
  .cky-accordion-wrapper,
  .cky-footer-wrapper,
  .cky-prefrence-btn-wrapper {
    border-color: inherit;
  }
  @media (max-width: 845px) {
    .cky-modal {
      max-width: calc(100% - 16px);
    }
  }
  @media (max-width: 576px) {
    .cky-modal {
      max-width: 100%;
    }
    .cky-preference-center {
      max-height: 100vh;
    }
    .cky-prefrence-btn-wrapper {
      flex-direction: column;
      gap: 10px;
    }
    .cky-accordion.cky-accordion-active .cky-accordion-body {
      padding-right: 0;
    }
    .cky-prefrence-btn-wrapper .cky-btn {
      width: 100%;
    }
    .cky-prefrence-btn-wrapper .cky-btn-reject {
      order: 3;
    }
    .cky-prefrence-btn-wrapper .cky-btn-accept {
      order: 1;
      margin-top: 0;
    }
    .cky-prefrence-btn-wrapper .cky-btn-preferences {
      order: 2;
    }
  }
  @media (max-width: 425px) {
    .cky-accordion-chevron {
      margin-right: 15px;
    }
    .cky-accordion.cky-accordion-active .cky-accordion-body {
      padding: 0 15px;
    }
  }
  @media (max-width: 352px) {
    .cky-preference-header .cky-preference-title {
      font-size: 16px;
    }
    .cky-preference-header {
      padding: 16px 24px;
    }
    .cky-preference-content-wrapper *,
    .cky-accordion-header-des * {
      font-size: 12px;
    }
    .cky-preference-content-wrapper,
    .cky-preference-content-wrapper .cky-show-more,
    .cky-accordion-header .cky-always-active,
    .cky-accordion-header-des,
    .cky-preference-content-wrapper .cky-show-desc-btn,
    .cky-notice-des a.cky-policy {
      font-size: 12px;
    }
    .cky-accordion-header .cky-accordion-btn {
      font-size: 14px;
    }
  }
  .cky-switch {
    display: flex;
  }
  .cky-switch input[type="checkbox"] {
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0;
    background: #d0d5d2;
    -webkit-appearance: none;
    border-radius: 50px;
    cursor: pointer;
    outline: 0;
    border: none;
    top: 0;
  }
  .cky-switch input[type="checkbox"]:checked {
    background: #1863dc;
  }
  .cky-switch input[type="checkbox"]:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0;
  }
  .cky-switch input[type="checkbox"]:after {
    display: none;
  }
  .cky-switch input[type="checkbox"]:checked:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  @media (max-width: 425px) {
    .cky-switch input[type="checkbox"] {
      width: 38px;
      height: 21px;
    }
    .cky-switch input[type="checkbox"]:before {
      height: 17px;
      width: 17px;
    }
    .cky-switch input[type="checkbox"]:checked:before {
      -webkit-transform: translateX(17px);
      -ms-transform: translateX(17px);
      transform: translateX(17px);
    }
  }
  .cky-consent-bar .cky-banner-btn-close {
    position: absolute;
    right: 9px;
    top: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    min-height: 0;
    line-height: 0;
    height: auto;
    width: auto;
    text-shadow: none;
    box-shadow: none;
  }
  .cky-consent-bar .cky-banner-btn-close img {
    height: 9px;
    width: 9px;
    margin: 0;
  }
  .cky-notice-group {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #212121;
  }
  .cky-notice-btn-wrapper .cky-btn-do-not-sell {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 0;
    margin: 0;
    font-weight: 500;
    background: none;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #1863dc;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    word-break: break-word;
  }
  .cky-consent-bar .cky-banner-btn-close:focus-visible,
  .cky-notice-btn-wrapper .cky-btn-do-not-sell:focus-visible,
  .cky-opt-out-btn-wrapper .cky-btn:focus-visible,
  .cky-opt-out-checkbox-wrapper
    input[type="checkbox"].cky-opt-out-checkbox:focus-visible {
    outline: 2px solid #1863dc;
    outline-offset: 2px;
  }
  @media (max-width: 440px) {
    .cky-consent-container {
      width: 100%;
    }
  }
  @media (max-width: 352px) {
    .cky-notice-des a.cky-policy,
    .cky-notice-btn-wrapper .cky-btn-do-not-sell {
      font-size: 12px;
    }
  }
  .cky-opt-out-wrapper {
    padding: 12px 0;
  }
  .cky-opt-out-wrapper .cky-opt-out-checkbox-wrapper {
    display: flex;
    align-items: center;
  }
  .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 0 12px;
    cursor: pointer;
  }
  .cky-opt-out-checkbox-wrapper
    input[type="checkbox"].cky-opt-out-checkbox {
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 20px;
    height: 18.5px;
    margin: 0;
    -webkit-appearance: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
  }
  .cky-opt-out-checkbox-wrapper
    input[type="checkbox"].cky-opt-out-checkbox:checked {
    background-color: #1863dc;
    border: none;
  }
  .cky-opt-out-checkbox-wrapper
    input[type="checkbox"].cky-opt-out-checkbox:checked::after {
    left: 6px;
    bottom: 4px;
    width: 7px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    box-sizing: border-box;
  }
  .cky-opt-out-checkbox-wrapper.cky-disabled .cky-opt-out-checkbox-label,
  .cky-opt-out-checkbox-wrapper.cky-disabled
    input[type="checkbox"].cky-opt-out-checkbox {
    cursor: no-drop;
  }
  .cky-gpc-wrapper {
    margin: 0 0 0 32px;
  }
  .cky-footer-wrapper .cky-opt-out-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 22px 24px;
  }
  .cky-opt-out-btn-wrapper .cky-btn {
    flex: auto;
    max-width: 100%;
    text-shadow: none;
    box-shadow: none;
  }
  .cky-opt-out-btn-wrapper .cky-btn-cancel {
    border: 1px solid #dedfe0;
    background: transparent;
    color: #858585;
  }
  .cky-opt-out-btn-wrapper .cky-btn-confirm {
    background: #1863dc;
    color: #ffffff;
    border: 1px solid #1863dc;
  }
  @media (max-width: 440px) {
    .cky-footer-wrapper .cky-opt-out-btn-wrapper {
      gap: 10px;
    }
  }
  @media (max-width: 352px) {
    .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label {
      font-size: 14px;
    }
    .cky-gpc-wrapper .cky-gpc-desc,
    .cky-gpc-wrapper .cky-gpc-desc * {
      font-size: 12px;
    }
    .cky-opt-out-checkbox-wrapper
      input[type="checkbox"].cky-opt-out-checkbox {
      width: 16px;
      height: 16px;
    }
    .cky-opt-out-checkbox-wrapper
      input[type="checkbox"].cky-opt-out-checkbox:checked::after {
      left: 5px;
      bottom: 4px;
      width: 3px;
      height: 9px;
    }
    .cky-gpc-wrapper {
      margin: 0 0 0 28px;
    }
  }
  .video-placeholder-youtube {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b2b0b059;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
  .video-placeholder-text-youtube {
    text-align: center;
    align-items: center;
    padding: 10px 16px;
    background-color: #000000cc;
    color: #ffffff;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
  }
  .video-placeholder-normal {
    background-image: url("https://cdn-cookieyes.com/assets/images/cky-placeholder.svg");
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b2b0b059;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 100%;
  }
  .video-placeholder-text-normal {
    align-items: center;
    padding: 10px 16px;
    text-align: center;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
  }
  .cky-rtl {
    direction: rtl;
    text-align: right;
  }
  .cky-rtl .cky-banner-btn-close {
    left: 9px;
    right: auto;
  }
  .cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child {
    margin-right: 8px;
  }
  .cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child {
    margin-right: 0;
  }
  .cky-rtl .cky-notice-btn-wrapper {
    margin-left: 0;
    margin-right: 15px;
  }
  .cky-rtl .cky-prefrence-btn-wrapper .cky-btn {
    margin-right: 8px;
  }
  .cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child {
    margin-right: 0;
  }
  .cky-rtl .cky-accordion .cky-accordion-chevron i::before {
    border: none;
    border-left: 1.4px solid;
    border-top: 1.4px solid;
    left: 12px;
  }
  .cky-rtl
    .cky-accordion.cky-accordion-active
    .cky-accordion-chevron
    i::before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  @media (max-width: 768px) {
    .cky-rtl .cky-notice-btn-wrapper {
      margin-right: 0;
    }
  
  
      
  }
  @media (max-width: 576px) {
    .cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child {
      margin-right: 0;
    }
    .cky-rtl .cky-prefrence-btn-wrapper .cky-btn {
      margin-right: 0;
    }
    .cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body {
      padding: 0 22px 0 0;
    }
  }
  @media (max-width: 425px) {
    .cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body {
      padding: 0 15px 0 0;
    }
  }
  .cky-rtl .cky-opt-out-btn-wrapper .cky-btn {
    margin-right: 12px;
  }
  .cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child {
    margin-right: 0;
  }
  .cky-rtl .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label {
    margin: 0 12px 0 0;
  }
  @supports not (gap: 10px) {
    .cky-btn {
      margin: 0 8px 0 0;
    }
    @media (max-width: 440px) {
      .cky-notice-btn-wrapper {
        margin-top: 0;
      }
      .cky-btn {
        margin: 10px 0 0 0;
      }
      .cky-notice-btn-wrapper .cky-btn-accept {
        margin-top: 16px;
      }
    }
    @media (max-width: 576px) {
      .cky-prefrence-btn-wrapper .cky-btn {
        margin: 10px 0 0 0;
      }
    }
    @media (max-width: 425px) {
      .cky-notice-btn-wrapper {
        margin-top: 0;
      }
    }
  }
  
  
  /* ------------------------------- */
  
  #Logo,#Logo .logoimg{
    font-size: 38px;
    font-weight: bold;
    padding: 0px;
    /* margin: 0px; */
    margin: -8px 0px;
    width: 100px !important;
  }
  
  .row5 {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    /* padding: 30px 0px; */
    background-color: #fff;
    /* opacity: 0.8; */
    margin-top: 60px;
  }
  
  .row5 img{
  width:100%
  }
  
  
  
  .fulldiv {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    /* padding: 30px 0px; */
    background-color: #fff;
    /* opacity: 0.8; */
    margin-top: 60px;
  }
  
  
  
  
  .clearfix:after, .clear:after {
    clear: both;
    display: block;
    visibility: hidden;
    content: "";
    height: 0px\9 \0;
    height: 0px;
  }
  
  
  .about-info {
    display: flex;
    margin: 0 auto;
    transition: transform 0.5s linear;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
  }
  
    .about-info .txt {
        display: flex;
        width: 39%;
        text-align: left;
        /* float: left; */
        /* margin-left: 60px; */
        transition: transform 1s linear;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 1%;
    }
  
  
  
        .about-info .txt dl {
            display: block;
            /* line-height: 250%; */
            margin: 0px;
            transition: transform 1s linear;
        }
  
            .about-info .txt dl dt {
                display: block;
                font-weight: bold;
                font-size: 2rem !important;
                margin-bottom: 20px;
                transition: transform 1s linear;
                margin-top: 10px;
            }
  
            .about-info .txt dl dd {
                display: block;
                margin: 0px;
                font-size: 1.4rem;
                transition: transform 1s linear;
            }
  
    .about-info .txt dl dd p {
      font-size:16px;
      line-height:140%;
    }
  
  .full {
    width: 95%;
    padding: 10px 0px;
    height: auto;
  }
  
  .about-info .img img {
    display: block;
    border: 0px;
    width: 100%;
    height: auto;
  }
  
  .about-info .img {
    display: flex;
    width: 59%;
    height: auto;
    float: left;
  }
  
  
  
  #row6,#row6 .about-info{
    min-height:400px;
  }
  
    #row6 .about-info .txt dl dd p {
      font-size: 25px;
      line-height: 200%;
    }
  
  
  #row3{
    display:block;
    margin-top:30px;
  }
  
  .product {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .product .pd-r:hover .info {
  position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#ff006e;
    
  }
  
  .product .pd-r:hover .info .dt{
     
    margin-top:10%;
    font-size:40px;
    text-align:center;
    vertical-align:middle;
    color:#fff;
  }
  
  .product .pd-l:hover .info {
  position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#ff006e;
    
  }
  
  .product .pd-l:hover .info .dt{
     
    margin-top:30%;
    font-size:40px;
    text-align:center;
    vertical-align:middle
  }
  
    .product .pd-l {
        display: inline-block;
        width: 50%;
        padding: 0px;
        margin: 0px;
        float: left;
        height: auto;
        position: relative;
        background-color: #edf4f7;
    }
  
        .product .pd-l .info {
            display: block;
        }
  
        .product .pd-l img {
            display: inline-block;
            width: 100%;
            height: auto;
            border: 0px;
        }
  
  
        .product .pd-l .info .dt {
            display: block;
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            /* position: absolute; */
            bottom: 260px;
            left: 100px;
        }
  
        .product .pd-l .info .dd1, .product .pd-l .info .dd2, .product .pd-l .info .dd3 {
            display: block;
            font-size: 1.7rem;
            /* font-weight: bold; */
            color: #fff;
            /* position: absolute; */
            /* bottom: 100px; */
            /* left: 100px; */
            /* margin-top: 40px; */
            line-height: 180%;
        }
  
    .product > .pd-l > .info > .dd1 {
        /* bottom: 180px; */
        /* left: 100px; */
        line-height: 180%;
        margin-top: 40px;
    }
  
    .product > .pd-l > .info > .dd2 {
        bottom: 150px;
        left: 100px;
        line-height: 180%;
    }
  
    .product > .pd-l > .info > .dd3 {
        /* bottom: 100px; */
        /* left: 100px; */
        line-height: 180%;
        color: #839bf3;
        margin-top: 20px;
    }
  
    .product .pd-l .more {
        display: block;
        font-size: 1.4rem;
        /* font-weight: bold; */
        color: #fff;
        position: absolute;
        bottom: 70px;
        right: 100px;
        line-height: 180%;
        padding: 6px 35px;
        background-color: #6991f7;
        border-radius: 20px;
        cursor: pointer;
    }
  
        .product .pd-l .more:hover {
            background-color: #2651be;
        }
  
    .product .pd-r {
        display: inline-block;
        width: 50%;
        padding: 0px;
        margin: 0px;
        float: left;
        height: auto;
        background-color: #edf4f7;
        position: relative;
    }
  
    .product .pd-l .info {
        display: block;
        font-size: 3.6rem;
        color: #fff;
        position: absolute;
        bottom: 50px;
        left: 100px;
        width: 300px;
        height: auto;
        /* border: 1px solid; */
    }
  
    .product .pd-r img {
        display: inline-block;
        width: 50%;
        height: 100%;
        border: 0px;
        float: left;
    }
  
  
  
    .product .pd-r .info {
        display: inline-block;
        /* background-color: #edf4f7; */
        width: 49%;
        /* clear: both; */
        padding: 0px;
        margin: 0px;
        position: relative;
        text-align: center;
    }
  
        .product .pd-r .info .dt {
            display: inline-block;
            font-size: 16px;
            font-weight: bold;
            width: 90%;
            color: #2c2d2e;
            /* position: absolute; */
            margin-top: 70px;
            /* left: 25%; */
            /* right: 0px; */
            /* flex-direction: row; */
            text-align: center;
            /* text-indent: 50px; */
            line-height: 200%;
        }
  
        .product .pd-r .info .dd1, .product .pd-r .info .dd2, .product .pd-r .info .dd3 {
            display: inline-block;
            font-size: 1.6rem;
            font-weight: bold;
            width: 90%;
            color: #2c2d2e;
            /* position: absolute; */
            margin-top: 10px;
            /* left: 25%; */
            right: 0px;
            /* flex-direction: row; */
            text-align: left;
            text-indent: 50px;
        }
  
        .product .pd-r .info .dd1 {
            top: 100px;
            right: 0px;
            line-height: 180%;
        }
  
        .product .pd-r .info .dd2 {
            top: 130px;
            right: 0px;
            line-height: 180%;
            font-weight: 100;
            color: #959494;
        }
  
        .product .pd-r .info .dd3 {
            top: 180px;
            right: 0px;
            line-height: 180%;
            color: #839bf3;
        }
  
    .product .pd-r .more {
        display: block;
        font-size: 1.4rem;
        /* font-weight: bold; */
        color: #fff;
        position: absolute;
        bottom: 70px;
        right: 100px;
        line-height: 180%;
        padding: 6px 35px;
        background-color: #6991f7;
        border-radius: 20px;
        cursor: pointer;
    }
  
        .product .pd-r .more:hover {
            background-color: #2651be;
        }
  
    .product .pd-r:nth-child(3) .more {
        /* font-size:2rem; */
        float: left;
        display: block;
        position: absolute;
        bottom: 70px;
        left: 100px;
        right: auto;
    }
  
  
    .r {
      float: right !important;
  }
  
  
  /* --------------------- */
  @media (max-width: 768px) {
    .cky-rtl .cky-notice-btn-wrapper {
      margin-right: 0;
    }
  
    .about-info .img {
      width: 100% !important;
      /* display: block !important; */
      /* padding: 0px !important; */
      /* margin: 0px !important; */
      /* height: 400px !important; */
      background-position: center;
      /* flex: 1; */
      height: 400px;
  }
  
  .about-info {
      display: flex;
      margin: 0 auto;
      /* height: auto; */
      transition: transform 0.5s linear;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: space-around;
      align-items: flex-start;
      flex-direction: column;
  }
  
      .about-info .txt {
          /* flex: 1; */
          width: auto;
          display: block !important;
          /* padding: 20px !important; */
          margin: 0px auto !important;
      }
  
  
  
      .pd-l {
        width: 100% !important;
    }
  
    .pd-r {
        width: 100% !important;
        padding-bottom: 0px !important;
    }
  
        .pd-r img {
            width: 100% !important;
        }
  
        /* .pd-r .info {
             display: block !important; 
             width: 100% !important; 
          } 
       */
      .product .pd-l .info {
        display: block;
        /* background-color: #edf4f7; */
        width: 100%;
        /* margin:0px; */
        text-align: left;
        /* clear: both; */
        /* padding: 0px; */
        /* margin: 0px; */
        position: relative;
        /* text-align: center; */
        /* background-color: #edf4f7; */
        padding: 0px;
        height: auto;
        margin: 0px;
        float: left;
        left: 0px;
        top: 0px;
        bottom: 0px;
        /* line-height: 40px; */
    }
  
        .product .pd-l .info .dt {
            display: block;
            font-size: 16px;
            font-weight: bold;
            width: 100%;
            color: #2c2d2e;
            /* position: absolute; */
            /* margin-top: 70px; */
            /* left: 25%; */
            /* right: 0px; */
            /* flex-direction: row; */
            text-align: center;
            /* text-indent: 50px; */
            line-height: 300%;
        }
  
      .product .pd-r .info {
        width:100%;
      }
  
    .product .pd-r .info .dt {
      margin-top:10px;
    }
    
  }

  #logo{
    display:block;
  }

  #logo .logoimg{
    display:block;
    border: 0px;
  }