<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* overwide */
.hero_title {
	letter-spacing: 0.1em;
}
.sideMenu_item a {
	text-indent: -1.1em;
}

.topSocial_column:nth-child(2) {
	border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 750px) {
	.sideMenu_item a {
		text-indent: -1.6em;
	}
	.topSocial_column:nth-child(2) {
		border-bottom: 1px solid #e6e6e6;
	}
}

/* added */
.globalMenuMobileSvDocRequestBtn {
	padding: 10px 0;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.globalMenuMobileSvDocRequestBtn a {
	display: inline-block;
	background: #df606d;
	color: #fff;
	padding: 6px;
	position: relative;
	border-radius: 4px;
	height: 54px;
	vertical-align: top;
	font-weight: 600;
}

.globalMenuMobileSvDocRequestBtn a:first-child{
	width: 54%;
	font-size: 14px;
	text-align: left;
	margin-right: 1%;
	line-height: 3;
}
.globalMenuMobileSvDocRequestBtn a:first-child span img {
	position: absolute;
	right: -20px;
	top: -2px;
	max-height: 107%;
}
.globalMenuMobileSvDocRequestBtn a:last-child{
	width: 45%;
	font-size: 9px;
	text-align: center;
	line-height: 1.8;
}
.globalMenuMobileSvDocRequestBtn a:last-child span {
	display: block;
	font-size: 14px;
}
.globalMenuMobileSdedRequestBtn {
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.globalMenuMobileSdedRequestBtn a{
	display: block;
	width: 100%;
	background: #df606d;
	color: #fff;
	padding: 12px 6px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
}
.footerMobile {
	padding-bottom: 64px;
}
.spBtnFixed {
	display: none;
}
@media screen and (max-width: 750px) {
	.spBtnFixed {
		display: block;
		padding: 2px 0;
		background: #dfdfdf;
		width: 100%;
		position: fixed;
		bottom: 0;
		margin: 0;
		z-index: 7;
	}
}
.spBtnFixed &gt; .globalMenuMobileSvDocRequestBtn {
	margin: 0;
	padding: 2px;
}

.addBtn {
	display: block;
	margin:0 auto;
	padding-bottom: 40px;
}

.topMessage_button {
	text-align: center;
}
.topMessage_button.button_ver2 a {
	display: inline-block;
}
@media only screen and (max-width: 768px){
	.topMessage_button.button_ver2 a {
        display: block;
        margin-bottom: 10px;
    }
}

.fontWeight {
	font-weight:bold;
}
.pink_line {background:linear-gradient(transparent 60%, #ffdfef 0%) ;}</pre></body></html>