body {
    line-height: 150%;
    font-size: 14px;
    line-height: 150%;
    font-family: "Noto Sans", Arial, serif;
    letter-spacing: -0.02em;
}
a,
a:visited {
    text-decoration: underline;
    color: #007C97;
}

/* Component
--------------------------------- */
/* <> Button <> */
.btn {
    border-radius: 0;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 16px 9px 16px;
}
.ctx-btn-white {
    background: #fff;
}

.ctx-btn-transparent {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.ctx-btn-transparent:hover {
    color: #000000;
    background: #ffffff;
}

#Path_1725:hover {
    fill: #000000;
}

.ctx-btn-orange {
    background: #f26522;
    border: 2px solid #f26522;
}

.ctx-btn-orange:hover {
    color: #ffffff;
    background: transparent;
    border: 2px solid #f26522;
}

/* <> Heading label <> */
.ctx-sec-label {
    opacity: 0.6;
}

/* <> Heading <> */
h1 {
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.02em;
    font-weight: bold;
    font-family: "Klavika", Arial, serif;
}
h2 {
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    font-family: "Klavika", Arial, serif;
}
h3 {
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.02em;
    font-family: "Klavika", Arial, serif;
}

.ctx-title {
    max-width: 800px;
    margin: 0 auto;
    float: none;
}

/* <> Shortcut <> */
.scroll-shortcut {
    display: none;

    position: absolute;
    right: -156px;
    bottom: 80px;
    transform: rotate(-90deg);
    transform-origin: center left;
    transition: all 0.3s;
    width: 200px;
    text-decoration: none;
}
.scroll-shortcut svg {
    margin-right: 15px;
}
.scroll-shortcut:hover {
    color: #8246af;
    text-decoration: none;
}
.scroll-shortcut svg path,
.scroll-shortcut svg line {
    stroke: #111;
    transition: all 0.3s;
}
.scroll-shortcut:hover svg path,
.scroll-shortcut:hover svg line {
    stroke: #8246af;
}

.error-container {
    background: #F17075;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
label.error {
    color: #ffffff;
    font-size: 12px;
    line-height: 140%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.error-other {
    background: #F17075;
    border-radius: 5px;
    padding: 5px 10px !important;
}
.error-border {
    border: 1px solid #e1251b;
}

/* Header
--------------------------------- */
.ctx-sec-header {
    background-position: right center;
    background-size: cover !important;
    /*background-image: url('');*/
    background-color: #06141d;
    background-repeat: no-repeat;
}
.ctx-sec-header .ctx-main-kv .ctx-col-inner img {
    width: 100%;
    max-width: 480px;
}
.ctx-sec-header .scroll-shortcut {
    color: #fff;
    bottom: 30px;
}
.ctx-sec-header .scroll-shortcut svg path,
.ctx-sec-header .scroll-shortcut svg line {
    stroke: #ffffff;
    transition: all 0.3s;
}
.ctx-sec-header .scroll-shortcut:hover {
    color: #8246af;
}
.ctx-sec-header .scroll-shortcut:hover svg path,
.ctx-sec-header .scroll-shortcut:hover svg line {
    stroke: #8246af;
}
.ctx-brand {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ctx-brand figure img {
    display: block;
}
/*.ctx-brand .logo-lenovo {
  height: 50px;
  width: auto;
}*/

/* -- Partner Logo -- */
#partnerlogo {
    max-width: 280px;
    height: auto;
}
#titleevent {
    margin-top: 20%;
}

.logo-lenovo img {
    position: absolute;
    right: 0;
    top: 11%;
    width: 32px;
}

.question-number {
    position: absolute;
    left: 11px;
}

.question-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;
}

.question-subtitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 110%;
    color: #777;
}

.question-subtitle .question-number {
    left: 27px;
    position: absolute;
}

#questionslist table {
    border-collapse: separate;
}
#questionslist tr {
    margin-bottom: 35px;
}

#questionslist .table-header {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 6px;
}

.questions.topicsdetail {
    margin-top: 30px;
}
.questions .maintopic {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.questions .maintopic:last-child {
    margin-bottom: 0;
}
.questions .maintopic label {
    line-height: 110%;
    cursor: pointer;
}

.question-container {
    background: #F2F2F7;
    border-radius: 5px;
    position: relative;
}

.question-container.question-sub.active {
    background-color: #F2F2F7;
    animation: highlight-content 3s linear;
}

@keyframes highlight-content {
	0%{
		background-color: #fff3cd;
	}
	100%{
		background-color: #F2F2F7;
	}
}

#questionslist tr td {
    background: #f2f3f4;
    padding: 10px;
    font-size: 14px;
    border-bottom: solid 10px #ffffff;
    vertical-align: middle;
}

.table-responsive-md::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive-md::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive-md::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive-md::-webkit-scrollbar-thumb {
    background-color: #c8c8c8;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive-md::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

#questionslist textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

#questionslist select {
    width: 100%;
    border-radius: 2px;
    background: #ffffff;
    border: 1px solid #707070;
}

/* Form
--------------------------------- */
.form-check-optin label {
    padding-left: 20px;
}
#formdetail {
    background: #f2f3f4;
}

.btn {
    background-image: none !important;
    background-color: #ff6a00;
    border-color: #ff6a00;
    padding: 12px 40px;
    font-size: 16px;
    border-radius: 2px;
    min-width: 120px;
    margin-bottom: 0;
    margin-right: 0;
    color: #ffffff;
}

.btn:hover {
    color: #ffffff;
    background-color: #da5d05;
    border-color: #da5d05;
}
.btn svg {
    margin-left: 10px;
    margin-top: -2px;
}

#thankyou {
    background: #ffffff;
}
#mktoContainer {
    font-family: "Noto Sans", Arial, serif;
}
#mktoContainer .fieldgroup {
    margin-bottom: 24px;
    position: relative;
}
#mktoContainer .mktoForm .mktoFormRow input,
#mktoContainer .mktoForm .mktoFormRow select,
#mktoContainer .mktoForm .mktoFormRow textarea {
    border-radius: 0;
    font-family: "Noto Sans", Arial, serif;
}

#mktoContainer .mktoForm .mktoRequiredField label.mktoLabel,
#mktoContainer .mktoForm label.mktoLabel {
    font-size: 16px;
    line-height: 150%;
    font-family: "Noto Sans", Arial, serif;
}
#mktoContainer .mktoForm .mktoFormRow.ctxemailPermissionStatus {
    margin-bottom: 10px;
}

/*
.ctxpmcfFlexField14, .ctxpmcfFlexField15{
  width: 100% !important;
}*/

#mktoContainer .mktoForm .mktoFormRow.ctxemailPermissionStatus .mktoFieldWrap label {
    display: block;
    color: #444444;
}
#mktoContainer .mktoForm .mktoFormRow.ctxemailPermissionStatus .mktoFieldWrap label a {
    color: #444444;
    padding: 0;
}

/* -- Field merge -- */
.fieldmerge {
    display: flex;
    align-items: center;
    border: 1px solid #707070;
    border-radius: 2px;
    position: relative;
}
.questions.fieldmerge {
    display: inline-flex;
}
.fieldmerge::after {
    content: '';
    position: absolute;
    top: 25%;
    left: 70px;
    width: 1px;
    height: 50%;
    background: #cccccc;
}
.fieldmerge input[type="text"],
.fieldmerge input[type="email"],
.fieldmerge input[type="number"],
.fieldmerge select {
    border: 0 !important;
    border-radius: 0 !important;
}
.fieldmerge #cmobileperfix,
.fieldmerge .fieldmerge-label {
    max-width: 70px;
}

input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    flex-shrink: 0;
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
    background: #ffffff;
    padding: 8px 15px;
    width: 100%;
    max-width: 440px;
    min-height: 40px;
    border: 1px solid #707070 !important;
    border-radius: 2px !important;
    font-family: "Noto Sans", Arial, serif;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    font-weight: normal !important;
    margin-top: 2px;
}

.ctxpmcfFlexField11 {
    width: 100% !important;
}

/* Asset List
----------------------------------*/
#AssetsList input[type="checkbox"] + label,
input[type="radio"] + label {
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
#AssetsList > div {
    display: flex;
}
#AssetsList .imgWrap {
    padding: 20px 20px 0 20px;
    background: #dddddd;
    position: relative;
    background-image: linear-gradient(to top, #eeeeee, #eeeeee)
}
#AssetsList .imgWrap::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to top, rgba(0,0,0,0.2), rgba(0,0,0,0));
}
#AssetsList .imgWrap label {
    display: block;
    position: relative;
    z-index: 2;
}
#AssetsList .cstCheck.selected .imgWrap {
    background-image: linear-gradient(to bottom, #A6EFFF, #36B6D2)
}
#AssetsList .cstCheck.selected .imgWrap::after {
    content: none;
}
#AssetsList .imgWrap img {
    width: 100%;
    height: auto;
    cursor: pointer;
    display: block;
}
#AssetsList input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 4px;
}

#AssetsList .cstCheck:hover,
#AssetsList .cstCheck.selected {
    cursor: pointer;
    border: 1px solid #3e8ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#AssetsList .cstCheck {
    border: 1px solid #cccccc;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

#AssetsList .chkDiv {
    padding: 20px;
}
#AssetsList .chkDiv label {
    line-height: 140%;
}

/* -- Confirmation -- */
#thankyou h3 {
    font-family: inherit;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

/* Footer
--------------------------------- */
.ctx-colophon {
    align-items: center;
    justify-content: flex-end;
}
.ctx-colophon .ctx-socials {
    margin-bottom: 15px;
}
.ctx-colophon .ctx-socials li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.ctx-colophon .ctx-socials li a {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: 200px;
    background: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220214-amd-epp-fb.png) no-repeat center center;
    background-size: cover;
}
.ctx-colophon .ctx-socials li.icon-twitter a {
    background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220214-amd-epp-tw.png);
}
.ctx-colophon .ctx-socials li.icon-instagram a {
    background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220214-amd-epp-ig.png);
}
.ctx-colophon .ctx-socials li.icon-youtube a {
    background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220214-amd-epp-yt.png);
}
.ctx-colophon .ctx-socials li.icon-twitch a {
    background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220214-amd-epp-tc.png);
}
.ctx-colophon .ctx-socials li.icon-linkedin a {
    background-image: url(https://pages.ap.futurewithamd.com/rs/605-NZC-720/images/220214-amd-epp-in.png);
}

.ctx-sec-footer {
    color: #444444;
}

.ctx-sec-footer a {
    color: #444444;
}
