.component-customer-service .customer-service__title{font-size:24px;font-weight:700;line-height:24px;margin-bottom:25px}@media(width >= 1024px){.component-customer-service .customer-service__title{display:inline-block;font-size:30px;font-weight:700;line-height:34px;margin-bottom:30px}}.component-customer-service .customer-service__checklist{background-color:var(--tertiary);border:1px solid var(--primary);border-radius:12px;box-shadow:0 3px 6px var(--dropshadow);margin-bottom:25px;padding:15px 20px}@media(width >= 1024px){.component-customer-service .customer-service__checklist{float:right;margin-top:-10px;padding:15px 40px;width:425px}}.component-customer-service .customer-service__checklist__item{align-items:center;display:flex;position:relative}.component-customer-service .customer-service__checklist__item:not(:first-child):after{background:var(--secondary);content:"";height:1px;position:absolute;right:0;top:0;width:calc(100% - 40px)}.component-customer-service .customer-service__checklist__icon{filter:drop-shadow(1px 1px 4px var(--text));flex-shrink:0;height:30px;width:30px}.component-customer-service .customer-service__checklist__icon--tfs-support{background:url(../images/customer-service-tfs-support.svg) 50%/contain no-repeat}.component-customer-service .customer-service__checklist__icon--phone-line{background:url(../images/customer-service-phone-line.svg) 50%/contain no-repeat}.component-customer-service .customer-service__checklist__icon--live-chat{background:url(../images/customer-service-live-chat.svg) 50%/contain no-repeat}.component-customer-service .customer-service__checklist__icon--faqs{background:url(../images/customer-service-faqs.svg) 50%/contain no-repeat}.component-customer-service .customer-service__checklist__icon--email{background:url(../images/customer-service-email.svg) 50%/contain no-repeat}.component-customer-service .customer-service__checklist__title{display:flex;flex-grow:1;font-size:15px;line-height:15px;margin-left:10px;overflow:hidden;padding:17px 10px 17px 0;white-space:nowrap}@media(width >= 1024px){.component-customer-service .customer-service__checklist__title{font-size:18px;line-height:18px;padding:15px 10px 15px 0}}.component-customer-service .customer-service__checklist__title a,.component-customer-service .customer-service__checklist__title span{font-weight:700;line-height:15px;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(width >= 1024px){.component-customer-service .customer-service__checklist__title a,.component-customer-service .customer-service__checklist__title span{line-height:18px}}.component-customer-service .customer-service__checklist__checkmark{flex-shrink:0;padding:14px 0;position:relative;width:21px}@media(width >= 1024px){.component-customer-service .customer-service__checklist__checkmark{padding:13px 0}}.component-customer-service .customer-service__checklist__checkmark--yes{display:block;height:21px;position:relative;width:100%}.component-customer-service .customer-service__checklist__checkmark--yes:before{background-color:var(--secondary);border-radius:50%;content:"";display:inline-block;height:21px;width:21px}.component-customer-service .customer-service__checklist__checkmark--yes:after{border:solid var(--white);border-width:0 2px 2px 0;content:"";display:inline-block;height:8px;left:50%;margin-left:-3px;position:absolute;top:4px;transform:rotate(45deg);width:4px}.component-customer-service .customer-service__checklist__checkmark--no{background:linear-gradient(-45deg,transparent,transparent 46%,var(--white) 0,var(--white) 55%,transparent 0,transparent),linear-gradient(45deg,transparent,transparent 46%,var(--white) 0,var(--white) 55%,transparent 0,transparent);background-color:var(--accent);border:4px solid var(--accent);border-radius:100%;display:block;height:21px;position:relative;width:100%}.component-customer-service .customer-service__content p{font-size:16px;line-height:22px}@media(width >= 1024px){.component-customer-service .customer-service__content{width:calc(100% - 500px)}.component-customer-service .customer-service__content p{font-size:16px;line-height:24px}.component-customer-service .customer-service__content:after{clear:both;content:"";display:block}}.component-customer-service.color-scheme--tertiary .customer-service__checklist{background-color:#6de94c}