
.c_010B {
    display: none;
}

.c_255.isVisible {
    display: none !important;
}

.c_255.floating-nav.nav-offset {
    display: none !important;
}

.c_054-2 {
    display: none;
}

footer {
    display: none;
}

header {
    display: none;
}



.intro-screen {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 200;
        visibility: visible;
        opacity: 1;
        overflow: hidden;
        background-image: linear-gradient(180deg, #051330 0%, #193051 29.65%, #B8ADAB 100%);
    }
    
    .intro-screen.hidden {
        z-index: -200;
        visibility: hidden;
        opacity: 0;
    }
    
    .intro-content-wrapper {
        position: relative;
        display: block;
        color: white;
        top:50%;
        left: 50%;
        transform: translateX(-50%) translateY(-40%);
        text-align: center;
        opacity: 0;
        animation: introAnimation 4s cubic-bezier(0.42, 0.0, 0.58, 1) forwards;
        animation-fill-mode: forwards;
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
        
    }
    
    
    .intro-content-wrapper .first-line-text {
        margin: 0;
        padding-bottom: 60px;
        color: #FFFFFF;
        animation: animateUpFirstLineText 2s cubic-bezier(0.42, 0.0, 0.58, 1) forwards;
        animation-fill-mode: forwards;
        opacity: 0;
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
        font-family: "Nissan Light";
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 1.5px;
        line-height: 26px;
        animation-delay: 1s;
        }

    .intro-content-wrapper .second-line-text {
        margin: 0;
        padding-bottom: 20px;
        font-size: 68px;
        letter-spacing: 2px;
        line-height: 78px;
        text-align: center;
        animation: animateUpSecondLineText 2s cubic-bezier(0.42, 0.0, 0.58, 1) forwards;
        animation-fill-mode: forwards;
        animation-delay: 1s;
        opacity: 0;
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
    }
    .intro-content-wrapper .nissan-logo {
        margin: 0;
        padding-bottom: 40px;
        animation: animateUpNissanLogo 2s cubic-bezier(0.42, 0.0, 0.58, 1) forwards;
        animation-fill-mode: forwards;
        animation-delay: 1s;
        opacity: 0;
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
    }

    .lang-links {
        margin: 0;
        width: 100%;
        /* padding: 30px 0; */
        padding-bottom: 40px;
        animation: animateLangLinks 2s cubic-bezier(0.42, 0.0, 0.58, 1) forwards;
        animation-delay: 1.5s;
        opacity: 0;
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
        box-sizing: border-box;
    }

    .lang-links a {
        box-sizing:border-box;
        -webkit-background-clip: text;
        color: #FFFFFF;
        border: 2px solid #FFFFFF;
        border-radius: 50px;
        cursor: pointer;
        width: 150px;
        height: 48px;
        align-items: center;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        padding: 11px 0;
        vertical-align: middle;
        margin: 10px 12px;
        font-size: 16px;
        letter-spacing: 2.96px;
        font-family: "Nissan Bold";
    }

    .lang-links a:hover {
        animation-timing-function: cubic-bezier(0.42, 0.0, 0.58, 1);
        animation-duration: .35s;
        animation-delay: .4s;
        opacity: 0.6;
        
      }
    
    @media only screen and (max-width: 576px) {

        .intro-content-wrapper .first-line-text {
            padding-bottom: 80px;
            font-size: 16px;
            font-weight: 300;
            letter-spacing: 1.5px;
            line-height: 26px;
            text-align: center;
        }

        .intro-content-wrapper .second-line-text {
            font-size: 26px;
            line-height: 30px;
            font-size: 26px;
            letter-spacing: 0.85px;
            padding-bottom: 10px;
        }

        .intro-content-wrapper .nissan-logo {
            padding-bottom: 30px;

        }

        .lang-links a.lang-btn-eng {
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 2.59px;
            line-height: 19px;
            text-align: center;

        }

        .lang-links a.lang-btn-jp {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2.59px;
            line-height: 20px;
            text-align: center;

        }

    }


    @media only screen and (min-width: 577px) and (max-width: 900) {

        .intro-content-wrapper .first-line-text {
            padding-bottom: 80px;
            font-size: 16px;
            font-weight: 300;
            letter-spacing: 1.5px;
            line-height: 26px;
            text-align: center;
        }

        .intro-content-wrapper .second-line-text {
            font-size: 42px;
            letter-spacing: 1.5px;
            line-height: 52px;
            text-align: center;
        }

        .intro-content-wrapper .nissan-logo {
            padding-bottom: 30px;

        }

        .lang-links a.lang-btn-eng {
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 2.96px;
            line-height: 22px;
            text-align: center;

        }

        .lang-links a.lang-btn-jp {
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 2.96px;
            line-height: 22px;
            text-align: center;

        }

    }
    
    @keyframes introAnimation {
        1% {opacity: 0;}
        100% {opacity: 1;}
    }

    @keyframes animateUpFirstLineText {

        0% {
            transform: translateY(5px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }
    
    }

        @keyframes animateUpSecondLineText {

        0% {
            transform: translateY(10px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }

    }

    @keyframes animateUpNissanLogo {

        0% {
            transform: translateY(-10px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }

    }

    @keyframes animateLangLinks {

        0% {
            transform: translateY(20px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }    
        
    }


    .cookie-enabled .c_128.c_128-v2 {
        background-image: linear-gradient(to bottom, black, transparent);
    }
      
      .cookie-enabled .c_128.c_128-v2 .cookies-container {
        background: black;
        border-top: 2px solid #ddc2a8 !important; }
      
      .cookie-enabled .c_128.c_128-v2 .cookies-container .cookies-container--text {
        margin: 0;
        margin-left: 15px;
        padding-bottom: 20px; }
      
      .cookie-enabled .c_128.c_128-v2 .cookies-container .cookies-container--text span.title {
        color: #d9c2ab;
        font-family: "Nissan Bold","ShinGoPro-Bold","Nissan Regular","ShinGoPro-Regular","Nissan Light","ShinGoPro-Light";
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2.96px;
        line-height: 20px; }
      
      .cookie-enabled .c_128.c_128-v2 .cookies-container .cookies-container--text p {
        color: #fff;
        font-family: "Nissan Light","ShinGoPro-Light","Nissan Regular","ShinGoPro-Regular","Nissan Bold","ShinGoPro-Bold";
        font-size: 14px;
        font-weight: 300;
        letter-spacing: .9px;
        line-height: 25px; }
      
      .cookie-enabled .c_128.c_128-v2 .cookies-container .cookies-container--button {
        top: 25px;
        margin-left: 15px; }
      
      .cookie-enabled .c_128.c_128-v2 .cookies-container .cookies-container--button button.disclaimer-close-text {
        border: 1px solid #d9c2ab;
        padding: 16px 30px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 35px;
        letter-spacing: .296px;
        font-family: "Nissan Bold","ShinGoPro-Bold","Nissan Regular","ShinGoPro-Regular","Nissan Light","ShinGoPro-Light";
        font-weight: bold;
        color: #d9c2ab;
        background-color: transparent;
        position: relative;
        transition: all .2s;
        line-height: 1; }
      
      .cookie-enabled .c_128.c_128-v2 .cookies-container .cookies-container--button button.disclaimer-close-text::after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 100%;
        border-radius: 35px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all .4s; }
      
      @media only screen and (min-width: 900px) {
        .c_128.c_128-v2 .cookies-container--text {
          max-width: 70%; } }
      
      @media only screen and (max-width: 900px) {
        .c_128.c_128-v2 .cookies-container--button {
          position: unset;
          top: 25px;
          margin-left: 15px; } }

          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-pc-btn-handler {
            color: #fff;
            font-family: "Nissan Bold";
            font-size: 16px;
            letter-spacing: 2.96px;
            line-height: 22px;
            text-align: center;
            cursor: pointer;
            background-color: transparent;
            text-transform: uppercase;
            border-bottom: 2px solid #fff;
            padding-bottom: 9px;
            text-decoration: none;
            padding-top: 0;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-pc-btn-handler:hover {
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-duration: 0.35s;
            animation-delay: 0.4s;
            opacity: 0.6;
          }
          
          div#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), div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-accept-btn-handler,
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-reject-all-handler {
            border: 2px solid #fff;
            border-radius: 50px;
            padding: 13px 30px;
            color: #fff;
            font-family: "Nissan Bold";
            font-size: 16px;
            letter-spacing: 2.96px;
            line-height: 22px;
            text-align: center;
            text-transform: uppercase;
            cursor: pointer;
            margin: 0;
            background-color: transparent;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk button:hover:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler), div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-accept-btn-handler:hover,
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-reject-all-handler:hover {
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-duration: 0.35s;
            animation-delay: 0.4s;
            opacity: 0.6;
          }
          
          div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
          div#onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title,
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-header,
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-always-active, div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-policy-title {
            color: #d9c2ab;
            font-size: 14px;
            font-family: "Nissan Bold";
            letter-spacing: 2.96px;
            line-height: 20px;
          }
          
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded {
            position: fixed;
            bottom: 0;
            left: 0;
            top: auto;
            width: 100%;
            max-width: none;
            margin-bottom: 0;
            background-image: linear-gradient(to bottom, black, transparent);
            border-top: 3px solid #d9c2ab;
            color: #d9c2ab;
            background-color: #020a0d;
            font-family: "Nissan Regular";
            padding: 20px 20px 40px;
            transform: none;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded .ot-sdk-container {
            max-width: 1500px;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded .ot-sdk-container .ot-sdk-row {
            display: flex;
            flex-flow: row wrap;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-group-container {
            width: auto;
            flex: 1;
            padding: 0 20px;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-button-group-parent {
            width: auto;
            padding: 0 20px;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-button-group-parent #onetrust-button-group {
            display: flex;
            flex-direction: column-reverse;
            align-items: flex-end;
            padding-top: 33px;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-policy-title {
            padding: 0 0 10px;
            text-transform: uppercase;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-policy {
            margin-top: 0;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-policy-text {
            color: #ffffff;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 0.9px;
            line-height: 25px;
            margin: 0;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-policy-text span {
            color: #ffffff !important;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-accept-btn-handler,
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-pc-btn-handler {
            margin-bottom: 0;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-pc-btn-handler {
            max-width: 250px;
            padding-right: 0;
            margin-bottom: 40px;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-accept-btn-handler,
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-reject-all-handler {
            width: 100%;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-reject-all-handler {
            margin-top: 20px;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded .banner-actions-container {
            width: auto;
            max-width: none;
            display: flex;
            flex-flow: column-reverse;
          }
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded .banner-header {
            display: none;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk {
            background-color: #020a0d;
            max-width: none;
            width: 70%;
            box-shadow: none;
            border-radius: 0;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-logo {
            display: none;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-close-icon {
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACuSURBVHgB7ZbBDcMwDAOJTuLNov2XYFsUBfxIXYmSkEd838TkwTBkA5vNApIDSeSM18KDHw6IyBnTQqoScsZ7y3iOW+Kk/MvwBpgqsSg3RFAkysoVifLyiERbuUeivdwh0V8elDB08kfCEOSBOBS/5VkcuBn57qgo75FYlBsTYztdPv3TI8HAkCmXoDDhyiSYGK9pCf5+kBicLCSGGmAIks6YAgwi6Qxe+Szf3IYnRanLmvUUd0IAAAAASUVORK5CYII=");
            width: 16px;
            height: 16px;
            left: 40px;
            top: 30px;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header {
            border: 3px solid #D9C2AB;
            border-width: 3px 0 0 0;
            height: 70px;
            padding: 0;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content {
            margin: 0 0 0 40px;
            padding-right: 30px;
            width: calc(100% - 71px);
            top: 70px;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
          div#onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title,
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-header,
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-always-active {
            text-transform: uppercase;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-always-active::before {
            content: "";
            font-family: "icon-Nissan-Global";
            padding-right: 15px;
          }
          div#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) {
            margin: 15px 0;
            width: auto;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-category-desc {
            color: #ffffff;
            font-family: "Nissan Light";
            font-size: 14px;
            letter-spacing: 0.9px;
            line-height: 25px;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
            margin-bottom: 40px;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp {
            margin-top: 35px;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc .privacy-notice-link {
            color: #d9c2ab;
            font-family: "Nissan Light";
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 0.9px;
            line-height: 25px;
            text-decoration: none;
            border-bottom: 1px solid #d9c2ab;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc .privacy-notice-link:hover {
            border-color: transparent;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
            border: 0;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item > input {
            display: none;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
            width: 100%;
            padding: 15px 0;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr.ot-acc-txt {
            background-color: transparent;
            max-height: none;
            display: block;
            opacity: 1;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout h4 ~ .ot-tgl,
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout h4 ~ .ot-always-active {
            right: 0;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
            padding-left: 0;
            padding-right: 0;
            width: 100%;
            margin: 5px 0 25px;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-plus-minus {
            display: none;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer {
            background-color: transparent;
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            width: calc(100% - 80px);
            padding: 15px 40px 10px 40px;
            border-top: 0;
            max-height: 230px;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-pc-footer-logo {
            width: auto;
            margin-left: auto;
            background-color: transparent;
            margin-bottom: 10px;
            display: block;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-pc-footer-logo a {
            width: 211px;
            margin-right: 0;
            margin-top: 0;
            background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDkuODEgMTgiPjxnIGlkPSJQb3dlcmVkLWJ5IiBzdHlsZT0iaXNvbGF0aW9uOmlzb2xhdGUiPjxnIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSI+PHBhdGggZD0iTTYuMjQsNi4xNWEyLjkyLDIuOTIsMCwwLDEsMS4zLjkyQTIuNzYsMi43NiwwLDAsMSw4LjA5LDguOWEyLjY3LDIuNjcsMCwwLDEtMS44NSwyLjczLDQuMzQsNC4zNCwwLDAsMS0xLjQyLjI1SDIuMDdWMTVIMS4xOVY1LjlINC44MkE0LjM0LDQuMzQsMCwwLDEsNi4yNCw2LjE1Wk0yLjA3LDExLjA3SDQuNjNhMy4xMSwzLjExLDAsMCwwLDEuOC0uNSwxLjg4LDEuODgsMCwwLDAsLjcyLTEuNjYsMiwyLDAsMCwwLS43LTEuNjksMywzLDAsMCwwLTEuODItLjUxSDIuMDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4xOSkiIHN0eWxlPSJmaWxsOiNmZmYiLz48cGF0aCBkPSJNMTUuNjcsOC4wOEEzLjE5LDMuMTksMCwwLDEsMTcsOS4zNWE0LjE4LDQuMTgsMCwwLDEsLjQ5LDIuMDgsMy42NSwzLjY1LDAsMCwxLTEsMi43OSwzLjc5LDMuNzksMCwwLDEtMi42OS45NSw0LjM3LDQuMzcsMCwwLDEtMS45My0uNDIsMy4xOCwzLjE4LDAsMCwxLTEuMzYtMS4yNkEzLjkxLDMuOTEsMCwwLDEsMTAsMTEuNDNhMy45LDMuOSwwLDAsMSwuNTEtMkEzLjIzLDMuMjMsMCwwLDEsMTEuODUsOC4xYTQuMjUsNC4yNSwwLDAsMSwxLjkzLS40NEE0LjE3LDQuMTcsMCwwLDEsMTUuNjcsOC4wOFptLTMuNDIuNzJhMi42MiwyLjYyLDAsMCwwLTEsMSwzLjIzLDMuMjMsMCwwLDAtLjM3LDEuNiwzLjA5LDMuMDksMCwwLDAsLjc0LDIuMTEsMi44LDIuOCwwLDAsMCwyLjIxLjg0LDIuNjYsMi42NiwwLDAsMCwyLjEzLS44MSwzLjIyLDMuMjIsMCwwLDAsLjY5LTIuMTQsMy4wNiwzLjA2LDAsMCwwLS43NS0yLjE5LDIuNzgsMi43OCwwLDAsMC0yLjEyLS43OUEzLjE5LDMuMTksMCwwLDAsMTIuMjUsOC44WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMTkpIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTI5Ljc0LDEwLjhBMzMuNjUsMzMuNjUsMCwwLDEsMjcuOTMsMTVoLS43OGMtLjQ4LTEuMDUtLjkzLTIuMTQtMS4zNS0zLjI1cy0uNzMtMi0uOTItMi43NnEtLjMzLDEuMDYtMSwyLjc2QzIzLjQ1LDEyLjg4LDIzLDE0LDIyLjUsMTVoLS44YTM1LjIxLDM1LjIxLDAsMCwxLTEuODEtNC4zM2MtLjQzLTEuMzItLjcyLTIuMjctLjg2LTIuODVoLjg5Yy4xNy42My40NSwxLjU3Ljg1LDIuODFBMjcuNzYsMjcuNzYsMCwwLDAsMjIuMDgsMTRjLjMzLS42OS42OC0xLjQ5LDEtMi40cy42NS0xLjczLjkxLTIuNDkuNDEtMS4xOS40NC0xLjI5aC44OWMwLC4xMS4xNy41NS40MSwxLjNzLjUzLDEuNTcuODcsMi40OC42NiwxLjcsMSwyLjRhMzEuNzgsMzEuNzgsMCwwLDAsMi4xNy02LjE5aC45MUMzMC41LDguNTIsMzAuMTksOS41MSwyOS43NCwxMC44WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMTkpIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTMzLjEsMTEuNzVhMi40NiwyLjQ2LDAsMCwwLC41MSwxLjU3LDIuNzIsMi43MiwwLDAsMCwxLjE3LjgzLDQuMzUsNC4zNSwwLDAsMCwxLjM1LjIzLDYuMzEsNi4zMSwwLDAsMCwxLjM1LS4xM0ExMSwxMSwwLDAsMCwzOSwxMy43N3YuODRhMTEuMzcsMTEuMzcsMCwwLDEtMS4zNS40Miw3Ljc0LDcuNzQsMCwwLDEtMS42MS4xNCw0LDQsMCwwLDEtMi43My0uOTIsMy41MSwzLjUxLDAsMCwxLTEuMDUtMi43OSw0LjIsNC4yLDAsMCwxLC40OS0yLjEzLDMsMywwLDAsMSwxLjMzLTEuMjZBNC4yNCw0LjI0LDAsMCwxLDM2LDcuNjZhMywzLDAsMCwxLDIuMzcuOTEsMy43MywzLjczLDAsMCwxLC44LDIuNTV2LjU5aC02Wm0uOTUtMi43QTIuNDcsMi40NywwLDAsMCwzMy4xMSwxMWg1LjE3YTIuNzQsMi43NCwwLDAsMC0uNTktMS44NUEyLjIxLDIuMjEsMCwwLDAsMzYsOC40NiwzLjIsMy4yLDAsMCwwLDM0LjA1LDkuMDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4xOSkiIHN0eWxlPSJmaWxsOiNmZmYiLz48cGF0aCBkPSJNNDQsOC44MmE0LjgzLDQuODMsMCwwLDAtMS4zNS42NlYxNWgtLjg0VjcuODJoLjZsLjIyLjg1QTUuMzcsNS4zNywwLDAsMSw0NC4xMyw4YTYuMSw2LjEsMCwwLDEsMS43Ni0uMzFWOC41QTUuNjcsNS42NywwLDAsMCw0NCw4LjgyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMTkpIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTQ4LjI3LDExLjc1YTIuNDYsMi40NiwwLDAsMCwuNTIsMS41NywyLjcyLDIuNzIsMCwwLDAsMS4xNy44Myw0LjI1LDQuMjUsMCwwLDAsMS4zNS4yMyw2LjI4LDYuMjgsMCwwLDAsMS4zNC0uMTMsMTEuNSwxMS41LDAsMCwwLDEuNTMtLjQ4di44NGExMi42NCwxMi42NCwwLDAsMS0xLjM1LjQyLDcuOTIsNy45MiwwLDAsMS0xLjYyLjE0LDQsNCwwLDAsMS0yLjcyLS45MiwzLjQ4LDMuNDgsMCwwLDEtMS4wNi0yLjc5LDQuMiw0LjIsMCwwLDEsLjQ5LTIuMTMsMywzLDAsMCwxLDEuMzMtMS4yNiw0LjI5LDQuMjksMCwwLDEsMS44OC0uNDEsMywzLDAsMCwxLDIuMzYuOTEsMy42OCwzLjY4LDAsMCwxLC44LDIuNTV2LjU5aC02Wm0uOTUtMi43QTIuNDYsMi40NiwwLDAsMCw0OC4yOSwxMWg1LjE2YTIuNjksMi42OSwwLDAsMC0uNTktMS44NSwyLjIsMi4yLDAsMCwwLTEuNzMtLjY3QTMuMjMsMy4yMywwLDAsMCw0OS4yMiw5LjA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMTkpIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTYzLjc2LDE1aC0uNjNsLS4yLS42MmE0LjIzLDQuMjMsMCwwLDEtMi41MS43OSw0LjI4LDQuMjgsMCwwLDEtMS45MS0uNDIsMy4yNCwzLjI0LDAsMCwxLTEuMzktMS4yOCwzLjg3LDMuODcsMCwwLDEtLjUyLTIuMDgsMy44MiwzLjgyLDAsMCwxLC41Mi0yLjA2LDMuMTcsMy4xNywwLDAsMSwxLjM5LTEuMjUsNC4yNyw0LjI3LDAsMCwxLDEuOS0uNDIsNC41Myw0LjUzLDAsMCwxLDIuNTEuN3YtM2guODRabS01LjQ4LTEuNDRhMi44OSwyLjg5LDAsMCwwLDIuMTYuODIsMy41NywzLjU3LDAsMCwwLDEuMzktLjI0LDQuMzgsNC4zOCwwLDAsMCwxLjA5LS42OFY5LjI5YTMuNTgsMy41OCwwLDAsMC0xLjA5LS42Miw0LDQsMCwwLDAtMS40MS0uMjIsMy4zOCwzLjM4LDAsMCwwLTEuNTEuMzMsMi41NSwyLjU1LDAsMCwwLTEuMDYsMSwzLjEzLDMuMTMsMCwwLDAtLjM4LDEuNThBMywzLDAsMCwwLDU4LjI4LDEzLjU2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMTkpIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTc2LjYzLDguMDhBMy4xNCwzLjE0LDAsMCwxLDc4LDkuMzJhNCw0LDAsMCwxLC41LDIuMDdBMy44NywzLjg3LDAsMCwxLDc4LDEzLjQ3YTMuMjEsMy4yMSwwLDAsMS0xLjM4LDEuMjgsNC41Myw0LjUzLDAsMCwxLTQuNDYtLjM3bC0uMTguNjJINzEuM1Y1LjMzaC44NFY4LjQ5YTQuNTIsNC41MiwwLDAsMSwyLjYxLS44M0E0LjE5LDQuMTksMCwwLDEsNzYuNjMsOC4wOFptLjE2LDUuNDhhMy4wNSwzLjA1LDAsMCwwLC44LTIuMiwyLjY4LDIuNjgsMCwwLDAtMi44Ni0yLjkxLDMuOSwzLjksMCwwLDAtMi41OS45MXY0LjEzYTQuOTIsNC45MiwwLDAsMCwxLjExLjY2LDMuOTEsMy45MSwwLDAsMCwxLjQuMjNBMi44NCwyLjg0LDAsMCwwLDc2Ljc5LDEzLjU2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMTkpIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTg0LjM1LDE0cS0xLDItMi4xLDMuODRoLS45Yy42OC0xLjE3LDEuMjQtMi4xNiwxLjY3LTNxLTEuNzEtMy40NC0zLjA4LTdoLjljLjU0LDEuMzgsMSwyLjUzLDEuMzcsMy40NFM4MywxMy4wOSw4My40NywxNGMuNDQtLjg1Ljg3LTEuNzMsMS4zMS0yLjY2czEtMi4wOSwxLjYtMy41MWguOTFRODUuMzUsMTIsODQuMzUsMTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4xOSkiIHN0eWxlPSJmaWxsOiNmZmYiLz48L2c+PC9nPjxnIGlkPSJPbmVUcnVzdExvZ28iPjxwYXRoIGlkPSJGaWxsLTIzIiBkPSJNMTE3LDE1Ljg3YTUsNSwwLDAsMS00LjEyLTEuNzJBOCw4LDAsMCwxLDExMS40Nyw5YTcuOTEsNy45MSwwLDAsMSwxLjQzLTUuMUE1LDUsMCwwLDEsMTE3LDIuMTZhNSw1LDAsMCwxLDQuMSwxLjcyQTguMDgsOC4wOCwwLDAsMSwxMjIuNTMsOWE4LjEyLDguMTIsMCwwLDEtMS40LDUuMTZBNSw1LDAsMCwxLDExNywxNS44N1pNMTE3LDBhNy42Miw3LjYyLDAsMCwwLTYsMi4zNkE5LjY3LDkuNjcsMCwwLDAsMTA5LDlhOS43Myw5LjczLDAsMCwwLDIuMDksNi42NUE3LjUsNy41LDAsMCwwLDExNywxOGE3LjQsNy40LDAsMCwwLDUuODctMi40MkE5LjY4LDkuNjgsMCwwLDAsMTI1LDlhOS43LDkuNywwLDAsMC0yLjEtNi41OEE3LjQzLDcuNDMsMCwwLDAsMTE3LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4xOSkiIHN0eWxlPSJmaWxsOiNmZmYiLz48cGF0aCBpZD0iRmlsbC0yNCIgZD0iTTEzNC4yLDRhNS43OSw1Ljc5LDAsMCwwLTIuNDYuNTIsNC4xOSw0LjE5LDAsMCwwLTEuNTUsMS4yMmwtLjI4LTEuNTFIMTI4VjE3aDIuM1YxMC4zMUE1LjA4LDUuMDgsMCwwLDEsMTMxLjE5LDcsMy41MywzLjUzLDAsMCwxLDEzNCw2YTIuNzgsMi43OCwwLDAsMSwyLjA4LjY4LDMuMDYsMy4wNiwwLDAsMSwuNjYsMi4xNFYxN0gxMzlWOC43MmE0LjcyLDQuNzIsMCwwLDAtMS4yMi0zLjU5QTUuMDksNS4wOSwwLDAsMCwxMzQuMiw0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4xOSkiIHN0eWxlPSJmaWxsOiNmZmYiLz48cGF0aCBpZD0iRmlsbC0yNSIgZD0iTTE0Ny42OCw2LjA2YTIuNTgsMi41OCwwLDAsMSwyLjE1LjkzLDQuMTcsNC4xNywwLDAsMSwuNzUsMi41NmgtNi4xN2E0LjYzLDQuNjMsMCwwLDEsMS0yLjUzQTIuODYsMi44NiwwLDAsMSwxNDcuNjgsNi4wNlptMC0yLjA2YTUuMDcsNS4wNywwLDAsMC00LjE2LDEuOTRBOC4wOCw4LjA4LDAsMCwwLDE0MiwxMS4xMWE3LjMxLDcuMzEsMCwwLDAsMS42Niw1LjA2QTUuODcsNS44NywwLDAsMCwxNDguMTksMThhMTAuNzYsMTAuNzYsMCwwLDAsMi4yMS0uMiwxMC4yNywxMC4yNywwLDAsMCwxLjk1LS42N2wuMTEtLjA1di0yLjJsLS4yNi4xMmE5LjU4LDkuNTgsMCwwLDEtMy45NC44NywzLjY0LDMuNjQsMCwwLDEtMi44NS0xLjEzLDUuMTEsNS4xMSwwLDAsMS0xLjA2LTMuMThIMTUzVjEwLjFhNi42NCw2LjY0LDAsMCwwLTEuNDItNC40MUE0Ljg1LDQuODUsMCwwLDAsMTQ3LjcsNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjE5KSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwb2x5bGluZSBpZD0iRmlsbC0yNiIgcG9pbnRzPSIxNTMuODEgMi4wOSAxNTkuMTQgMi4wOSAxNTkuMTQgMTcgMTYxLjQ4IDE3IDE2MS40OCAyLjA5IDE2Ni44MSAyLjA5IDE2Ni44MSAwIDE1My44MSAwIDE1My44MSAyLjA5IiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggaWQ9IkZpbGwtMjciIGQ9Ik0xNzUuMiw0YTQuMzUsNC4zNSwwLDAsMC0yLjM4LjY5LDUuNjcsNS42NywwLDAsMC0xLjYsMS41N2wtLjItMmgtMlYxN2gyLjM5VjEwLjE2YTQuMTQsNC4xNCwwLDAsMSwxLjA4LTIuOTIsMy4zOSwzLjM5LDAsMCwxLDIuNTktMS4xNiw3LjA3LDcuMDcsMCwwLDEsMS40LjE3bC4yLDBMMTc3LDQuMThsLS4xOCwwQTguODEsOC44MSwwLDAsMCwxNzUuMiw0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMS4xOSkiIHN0eWxlPSJmaWxsOiNmZmYiLz48cGF0aCBpZD0iRmlsbC0yOCIgZD0iTTE4Ni43LDExLjdhNS4xNSw1LjE1LDAsMCwxLS44OCwzLjM2LDMuNDksMy40OSwwLDAsMS0yLjc3LDEsMi43NywyLjc3LDAsMCwxLTIuMDctLjY5LDMuMDYsMy4wNiwwLDAsMS0uNjUtMi4xNFY1SDE3OHY4LjNhNC43MSw0LjcxLDAsMCwwLDEuMjEsMy41Nyw1LjExLDUuMTEsMCwwLDAsMy42LDEuMTMsNS44OSw1Ljg5LDAsMCwwLDIuNDctLjUsNCw0LDAsMCwwLDEuNTMtMS4yMWwuMjUsMS40OEgxODlWNWgtMi4zdjYuNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMTkpIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggaWQ9IkZpbGwtMjkiIGQ9Ik0xOTguMTksOS45MmExNy4wOCwxNy4wOCwwLDAsMS0yLjExLTEsMi40MywyLjQzLDAsMCwxLS43NC0uNjUsMS4zMywxLjMzLDAsMCwxLS4yMi0uNzgsMS4yLDEuMiwwLDAsMSwuNTgtMS4wNiwzLjUsMy41LDAsMCwxLDEuODgtLjQxLDguMiw4LjIsMCwwLDEsMy4yNi44bC4xNi4wNy44LTItLjE3LS4wOEE5LjM1LDkuMzUsMCwwLDAsMTk3LjcyLDRhNS41Miw1LjUyLDAsMCwwLTMuNDMsMUEzLjIzLDMuMjMsMCwwLDAsMTkzLDcuNjZhMy41MSwzLjUxLDAsMCwwLC4zNywxLjY0LDMuNjEsMy42MSwwLDAsMCwxLjEzLDEuMjJBMTIuMjMsMTIuMjMsMCwwLDAsMTk3LDExLjczLDkuNTksOS41OSwwLDAsMSwxOTkuMzEsMTNhMS41OSwxLjU5LDAsMCwxLS4xNCwyLjUxQTQsNCwwLDAsMSwxOTcsMTZhNy4yLDcuMiwwLDAsMS0xLjktLjI3QTguNzQsOC43NCwwLDAsMSwxOTMuMywxNWwtLjI3LS4xNXYyLjI4bC4xLjA2QTcuNDYsNy40NiwwLDAsMCwxOTcsMThhNS44Nyw1Ljg3LDAsMCwwLDMuNjctMUEzLjU5LDMuNTksMCwwLDAsMjAyLDE0YTMuMzUsMy4zNSwwLDAsMC0uODEtMi4zLDcuODcsNy44NywwLDAsMC0zLTEuNzYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjE5KSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGlkPSJGaWxsLTMwIiBkPSJNMjEwLjc1LDE1LjcxYTYuMzQsNi4zNCwwLDAsMS0uNzQuMTYsNS45NCw1Ljk0LDAsMCwxLTEsLjA3LDEuNzEsMS43MSwwLDAsMS0xLjM3LS41NywyLjU1LDIuNTUsMCwwLDEtLjUxLTEuNzFWNmgzLjc0di0yaC0zLjc0VjFoLTEuNDZsLS44MywyLjg5TDIwMyw0Ljc0VjZoMS44NHY3LjdjMCwyLjgzLDEuMzIsNC4yNiwzLjkzLDQuMjZhNy4xNSw3LjE1LDAsMCwwLDEuMTQtLjExLDMuNzEsMy43MSwwLDAsMCwxLS4yN2wuMTEtLjA2VjE1LjYzbC0uMjUuMDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjE5KSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjwvZz48L3N2Zz4=") !important;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-pc-refuse-all-handler,
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .save-preference-btn-handler {
            margin: 0 10px 10px 0 !important;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container {
            text-align: left;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch {
            width: 56px;
            height: 28px;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch-nob {
            background: rgba(217, 194, 171, 0.4);
            border: 0;
            border-radius: 18px;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch-nob::before {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #d9c2ab;
            bottom: auto;
            border: 2px solid transparent;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
            background: #95685B;
          }
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob::before {
            transform: translateX(28px);
            background: #d9c2ab;
            border-color: #95685B;
            width: 26px;
            height: 26px;
            top: -1px;
          }
          
          @media only screen and (max-width: 640px) {
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded {
              transform: none;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded .ot-sdk-row {
              flex-flow: column;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-group-container,
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-button-group-parent {
              padding-left: 0;
              padding-right: 0;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-group-container {
              flex: auto;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-button-group-parent {
              width: 100%;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-button-group-parent #onetrust-button-group {
              align-items: flex-start;
              padding-top: 20px;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-accept-btn-handler,
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-pc-btn-handler,
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-reject-all-handler {
              font-size: 12px;
              width: auto;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-reject-all-handler {
              margin-top: 20px;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded .banner-actions-container {
              align-items: flex-start;
            }
            div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
          div#onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title,
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-header,
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-always-active {
              font-size: 10px;
            }
            div#onetrust-consent-sdk #onetrust-pc-sdk .ot-close-icon {
              left: 20px;
            }
            div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content {
              margin-left: 20px;
              padding-right: 20px;
              width: calc(100% - 41px);
            }
            div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer {
              padding-left: 20px;
              padding-right: 20px;
              flex-flow: column wrap;
              width: calc(100% - 40px);
              align-items: flex-start;
            }
            div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-pc-footer-logo {
              margin-left: 0;
              margin-top: 15px;
            }
            div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container {
              margin: 0;
              width: 100%;
              padding: 0;
            }
            div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-category-desc {
              font-size: 12px;
            }
            div#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) {
              font-size: 12px;
            }
          }
          @media only screen and (min-width: 641px) and (max-width: 980px) {
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded .ot-sdk-row {
              flex-flow: column;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-button-group-parent {
              width: 100%;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-button-group-parent #onetrust-button-group {
              align-items: flex-start;
              padding-top: 20px;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-accept-btn-handler,
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-pc-btn-handler,
          div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-reject-all-handler {
              font-size: 15px;
              width: auto;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-reject-all-handler {
              margin-left: 20px;
              margin-top: 0;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded .banner-actions-container {
              flex-flow: row-reverse wrap;
              align-items: flex-start;
              justify-content: flex-end;
              width: 100%;
            }
            div#onetrust-consent-sdk #onetrust-pc-sdk {
              width: 90%;
            }
            div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
          div#onetrust-consent-sdk #onetrust-pc-sdk .ot-category-desc {
              font-size: 13px;
            }
            div#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) {
              font-size: 15px;
            }
          }
          @media only screen and (min-width: 981px) {
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded .ot-sdk-row {
              position: relative;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-group-container {
              padding-bottom: 63px;
            }
            div#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded #onetrust-pc-btn-handler {
              position: absolute;
              left: 20px;
              bottom: 0;
              margin: 0;
            }
          }
