.customer-service__subtitle{margin-top:0}.customer-service__item{display:block;border:1px solid var(--color-grey);color:var(--color-darkblue);padding:15px;border-radius:5px;transition:box-shadow 1s ease-out;font-weight:600;text-decoration:none;display:flex;justify-content:space-between;align-items:center;gap:8px}.customer-service__item:hover{border:1px solid var(--color-silver);box-shadow:0 .6rem .8rem -.3rem var(--color-brightgrey)}.customer-service__item:nth-child(1n+4):not(.customer-service__item--show){display:none}@media (min-width:501px){.customer-service__item:nth-child(1n+4):not(.customer-service__item--show){display:flex}}.customer-service__item-icon{font-size:1.5em}.customer-service__more-wrapper{color:var(--color-darkblue);cursor:pointer;display:inline-block}.customer-service__more-text{text-decoration:underline;display:inline-block}.customer-service__more-text:hover{text-decoration:none}@media (min-width:501px){.customer-service__more{display:none}}.customer-service__account{border:1px solid var(--color-grey);padding:20px;border-radius:5px;margin-top:40px}.customer-service__account:not(.customer-service__account--mobile){display:none}@media (min-width:1024px){.customer-service__account--mobile{display:none}.customer-service__account:not(.customer-service__account--mobile){display:block}}.customer-service__account-container{align-items:center}@media (min-width:901px){.customer-service__account-button{text-align:right}}.customer-service__account-title{margin:0}.customer-service__account-icon{color:var(--color-darkgreen)}.customer-service__contact{display:block;border:1px solid var(--color-grey);color:var(--color-darkblue);padding:10px;border-radius:5px;transition:box-shadow 1s ease-out;text-decoration:none;margin:15px 0}.customer-service__contact:hover{border:1px solid var(--color-silver);box-shadow:0 .6rem .8rem -.3rem var(--color-brightgrey)}.customer-service__contact:last-child{margin-bottom:0}.customer-service__contact-icon{font-size:1.5em;display:inline-block;color:var(--color-darkblue)}.customer-service__contact-text{display:inline-block;color:var(--color-black);vertical-align:top}.customer-service__contact-description{display:block;color:var(--color-raingrey);font-size:.9em}