@charset "UTF-8";

/* -------------- */
/* LAYOUT CLASSES */
/* -------------- */

/* Max Width Classes [ max-w-px] */
.max-w-1220{width:96%;max-width:1244px;margin-left:auto;margin-right:auto;}
.max-w-820{width:96%;max-width:820px;margin-left:auto;margin-right:auto;}
.max-w-780{width:96%;max-width:780px;margin-left:auto;margin-right:auto;}
.max-w-720{width:96%;max-width:720px;margin-left:auto;margin-right:auto;}
.max-w-640{width:96%;max-width:640px;margin-left:auto;margin-right:auto;}
.max-w-450{width:96%;max-width:450px;margin-left:auto;margin-right:auto;}
.max-w-400-full{width:100%;max-width:400px;}

.full-width{width:100% !important;}
.height100{height:100%;}

@media screen and (min-width: 40em){
	.height-100-dekstop{height:100%;}
}

.group:after {
	content: "";
	display: table;
	clear: both;
}

.pos-abs{position: absolute !important;}
.pos-rel{position: relative !important;}
.pos-static{position: static !important;}

.float-left{float:left !important;}
.float-right{float:right !important;}

.display-block{display:block !important;}
.display-inline{display:inline !important;}
.display-inline-block{display:inline-block !important;}

/* LAYOUT: FLEX */

.flex{display:flex !important;}
.flex-wrap{flex-wrap:wrap;}
.flex-nowrap{flex-wrap:nowrap;}

.flex-justify-start{justify-content:flex-start;}
.flex-justify-end{justify-content:flex-end;}
.flex-justify-center{justify-content:center;}
.flex-justify-between{justify-content:space-between;}
.flex-justify-around{justify-content:space-around;}
.flex-justify-evenly{justify-content:space-evenly;}

.flex-align-items-start{align-items:flex-start;}
.flex-align-items-end{align-items:flex-end;}
.flex-align-items-center{align-items:center;}
.flex-align-items-stretch{align-items:stretch;}
.flex-align-items-baseline{align-items:baseline;}

.flex-align-content-start{align-content:flex-start;}
.flex-align-content-end{align-content:flex-end;}
.flex-align-content-stretch{align-content:stretch;}
.flex-align-content-center{align-content:center;}
.flex-align-content-between{align-content:space-between;}
.flex-align-content-around{align-content:space-around;}

.flex-align-self-center{align-self:center;}

.flex-row-spacing-mobile{padding:1rem 0;}

.flex-mobile-row-desktop-cols{
	flex-wrap: wrap;
}
.flex-mobile-row-desktop-cols .w-100{
	margin-bottom:2rem;
}
.flex-mobile-row-desktop-cols .w-100:last-child{
	margin-bottom:0;
}

@media screen and (min-width: 40em){

	.flex-desktop{display:flex !important;;}
	.display-block-desktop{display:block !important;;}
	.flex-row-spacing-mobile{padding:0;}
	
	.flex-mobile-row-desktop-cols{
		flex-wrap: nowrap;
	}
	.flex-mobile-row-desktop-cols .w-100{
		margin-bottom:0;
	}

}

/* Width Classes */

/* w-% (% = 1-100) */
.w-1{width:1%;}.w-2{width:2%;}.w-3{width:3%;}.w-4{width:4%;}.w-5{width:5%;}.w-6{width:6%;}.w-7{width:7%;}.w-8{width:8%;}.w-9{width:9%;}.w-10{width:10%;}.w-11{width:11%;}.w-12{width:12%;}.w-13{width:13%;}.w-14{width:14%;}.w-15{width:15%;}.w-16{width:16%;}.w-17{width:17%;}.w-18{width:18%;}.w-19{width:19%;}.w-20{width:20%;}.w-21{width:21%;}.w-22{width:22%;}.w-23{width:23%;}.w-24{width:24%;}.w-25{width:25%;}.w-26{width:26%;}.w-27{width:27%;}.w-28{width:28%;}.w-29{width:29%;}.w-30{width:30%;}.w-31{width:31%;}.w-32{width:32%;}.w-33{width:33%;}.w-34{width:34%;}.w-35{width:35%;}.w-36{width:36%;}.w-37{width:37%;}.w-38{width:38%;}.w-39{width:39%;}.w-40{width:40%;}.w-41{width:41%;}.w-42{width:42%;}.w-43{width:43%;}.w-44{width:44%;}.w-45{width:45%;}.w-46{width:46%;}.w-47{width:47%;}.w-48{width:48%;}.w-49{width:49%;}.w-50{width:50%;}.w-51{width:51%;}.w-52{width:52%;}.w-53{width:53%;}.w-54{width:54%;}.w-55{width:55%;}.w-56{width:56%;}.w-57{width:57%;}.w-58{width:58%;}.w-59{width:59%;}.w-60{width:60%;}.w-61{width:61%;}.w-62{width:62%;}.w-63{width:63%;}.w-64{width:64%;}.w-65{width:65%;}.w-66{width:66%;}.w-67{width:67%;}.w-68{width:68%;}.w-69{width:69%;}.w-70{width:70%;}.w-71{width:71%;}.w-72{width:72%;}.w-73{width:73%;}.w-74{width:74%;}.w-75{width:75%;}.w-76{width:76%;}.w-77{width:77%;}.w-78{width:78%;}.w-79{width:79%;}.w-80{width:80%;}.w-81{width:81%;}.w-82{width:82%;}.w-83{width:83%;}.w-84{width:84%;}.w-85{width:85%;}.w-86{width:86%;}.w-87{width:87%;}.w-88{width:88%;}.w-89{width:89%;}.w-90{width:90%;}.w-91{width:91%;}.w-92{width:92%;}.w-93{width:93%;}.w-94{width:94%;}.w-95{width:95%;}.w-96{width:96%;}.w-97{width:97%;}.w-98{width:98%;}.w-99{width:99%;}.w-100{width:100%;}

/* w-%-m (medium 640px +) */
@media screen and (min-width: 40em){
	.w-1-m{width:1%;}.w-2-m{width:2%;}.w-3-m{width:3%;}.w-4-m{width:4%;}.w-5-m{width:5%;}.w-6-m{width:6%;}.w-7-m{width:7%;}.w-8-m{width:8%;}.w-9-m{width:9%;}.w-10-m{width:10%;}.w-11-m{width:11%;}.w-12-m{width:12%;}.w-13-m{width:13%;}.w-14-m{width:14%;}.w-15-m{width:15%;}.w-16-m{width:16%;}.w-17-m{width:17%;}.w-18-m{width:18%;}.w-19-m{width:19%;}.w-20-m{width:20%;}.w-21-m{width:21%;}.w-22-m{width:22%;}.w-23-m{width:23%;}.w-24-m{width:24%;}.w-25-m{width:25%;}.w-26-m{width:26%;}.w-27-m{width:27%;}.w-28-m{width:28%;}.w-29-m{width:29%;}.w-30-m{width:30%;}.w-31-m{width:31%;}.w-32-m{width:32%;}.w-33-m{width:33%;}.w-34-m{width:34%;}.w-35-m{width:35%;}.w-36-m{width:36%;}.w-37-m{width:37%;}.w-38-m{width:38%;}.w-39-m{width:39%;}.w-40-m{width:40%;}.w-41-m{width:41%;}.w-42-m{width:42%;}.w-43-m{width:43%;}.w-44-m{width:44%;}.w-45-m{width:45%;}.w-46-m{width:46%;}.w-47-m{width:47%;}.w-48-m{width:48%;}.w-49-m{width:49%;}.w-50-m{width:50%;}.w-51-m{width:51%;}.w-52-m{width:52%;}.w-53-m{width:53%;}.w-54-m{width:54%;}.w-55-m{width:55%;}.w-56-m{width:56%;}.w-57-m{width:57%;}.w-58-m{width:58%;}.w-59-m{width:59%;}.w-60-m{width:60%;}.w-61-m{width:61%;}.w-62-m{width:62%;}.w-63-m{width:63%;}.w-64-m{width:64%;}.w-65-m{width:65%;}.w-66-m{width:66%;}.w-67-m{width:67%;}.w-68-m{width:68%;}.w-69-m{width:69%;}.w-70-m{width:70%;}.w-71-m{width:71%;}.w-72-m{width:72%;}.w-73-m{width:73%;}.w-74-m{width:74%;}.w-75-m{width:75%;}.w-76-m{width:76%;}.w-77-m{width:77%;}.w-78-m{width:78%;}.w-79-m{width:79%;}.w-80-m{width:80%;}.w-81-m{width:81%;}.w-82-m{width:82%;}.w-83-m{width:83%;}.w-84-m{width:84%;}.w-85-m{width:85%;}.w-86-m{width:86%;}.w-87-m{width:87%;}.w-88-m{width:88%;}.w-89-m{width:89%;}.w-90-m{width:90%;}.w-91-m{width:91%;}.w-92-m{width:92%;}.w-93-m{width:93%;}.w-94-m{width:94%;}.w-95-m{width:95%;}.w-96-m{width:96%;}.w-97-m{width:97%;}.w-98-m{width:98%;}.w-99-m{width:99%;}.w-100-m{width:100%;}
}

/* w-%-l (large 1000px +) */
@media screen and (min-width: 62.5em){
	.w-1-l{width:1%;}.w-2-l{width:2%;}.w-3-l{width:3%;}.w-4-l{width:4%;}.w-5-l{width:5%;}.w-6-l{width:6%;}.w-7-l{width:7%;}.w-8-l{width:8%;}.w-9-l{width:9%;}.w-10-l{width:10%;}.w-11-l{width:11%;}.w-12-l{width:12%;}.w-13-l{width:13%;}.w-14-l{width:14%;}.w-15-l{width:15%;}.w-16-l{width:16%;}.w-17-l{width:17%;}.w-18-l{width:18%;}.w-19-l{width:19%;}.w-20-l{width:20%;}.w-21-l{width:21%;}.w-22-l{width:22%;}.w-23-l{width:23%;}.w-24-l{width:24%;}.w-25-l{width:25%;}.w-26-l{width:26%;}.w-27-l{width:27%;}.w-28-l{width:28%;}.w-29-l{width:29%;}.w-30-l{width:30%;}.w-31-l{width:31%;}.w-32-l{width:32%;}.w-33-l{width:33%;}.w-34-l{width:34%;}.w-35-l{width:35%;}.w-36-l{width:36%;}.w-37-l{width:37%;}.w-38-l{width:38%;}.w-39-l{width:39%;}.w-40-l{width:40%;}.w-41-l{width:41%;}.w-42-l{width:42%;}.w-43-l{width:43%;}.w-44-l{width:44%;}.w-45-l{width:45%;}.w-46-l{width:46%;}.w-47-l{width:47%;}.w-48-l{width:48%;}.w-49-l{width:49%;}.w-50-l{width:50%;}.w-51-l{width:51%;}.w-52-l{width:52%;}.w-53-l{width:53%;}.w-54-l{width:54%;}.w-55-l{width:55%;}.w-56-l{width:56%;}.w-57-l{width:57%;}.w-58-l{width:58%;}.w-59-l{width:59%;}.w-60-l{width:60%;}.w-61-l{width:61%;}.w-62-l{width:62%;}.w-63-l{width:63%;}.w-64-l{width:64%;}.w-65-l{width:65%;}.w-66-l{width:66%;}.w-67-l{width:67%;}.w-68-l{width:68%;}.w-69-l{width:69%;}.w-70-l{width:70%;}.w-71-l{width:71%;}.w-72-l{width:72%;}.w-73-l{width:73%;}.w-74-l{width:74%;}.w-75-l{width:75%;}.w-76-l{width:76%;}.w-77-l{width:77%;}.w-78-l{width:78%;}.w-79-l{width:79%;}.w-80-l{width:80%;}.w-81-l{width:81%;}.w-82-l{width:82%;}.w-83-l{width:83%;}.w-84-l{width:84%;}.w-85-l{width:85%;}.w-86-l{width:86%;}.w-87-l{width:87%;}.w-88-l{width:88%;}.w-89-l{width:89%;}.w-90-l{width:90%;}.w-91-l{width:91%;}.w-92-l{width:92%;}.w-93-l{width:93%;}.w-94-l{width:94%;}.w-95-l{width:95%;}.w-96-l{width:96%;}.w-97-l{width:97%;}.w-98-l{width:98%;}.w-99-l{width:99%;}.w-100-l{width:100%;}
}

/* w-%-xl (large 1440px +) */
@media screen and (min-width: 90em){
	.w-1-xl{width:1%;}.w-2-xl{width:2%;}.w-3-xl{width:3%;}.w-4-xl{width:4%;}.w-5-xl{width:5%;}.w-6-xl{width:6%;}.w-7-xl{width:7%;}.w-8-xl{width:8%;}.w-9-xl{width:9%;}.w-10-xl{width:10%;}.w-11-xl{width:11%;}.w-12-xl{width:12%;}.w-13-xl{width:13%;}.w-14-xl{width:14%;}.w-15-xl{width:15%;}.w-16-xl{width:16%;}.w-17-xl{width:17%;}.w-18-xl{width:18%;}.w-19-xl{width:19%;}.w-20-xl{width:20%;}.w-21-xl{width:21%;}.w-22-xl{width:22%;}.w-23-xl{width:23%;}.w-24-xl{width:24%;}.w-25-xl{width:25%;}.w-26-xl{width:26%;}.w-27-xl{width:27%;}.w-28-xl{width:28%;}.w-29-xl{width:29%;}.w-30-xl{width:30%;}.w-31-xl{width:31%;}.w-32-xl{width:32%;}.w-33-xl{width:33%;}.w-34-xl{width:34%;}.w-35-xl{width:35%;}.w-36-xl{width:36%;}.w-37-xl{width:37%;}.w-38-xl{width:38%;}.w-39-xl{width:39%;}.w-40-xl{width:40%;}.w-41-xl{width:41%;}.w-42-xl{width:42%;}.w-43-xl{width:43%;}.w-44-xl{width:44%;}.w-45-xl{width:45%;}.w-46-xl{width:46%;}.w-47-xl{width:47%;}.w-48-xl{width:48%;}.w-49-xl{width:49%;}.w-50-xl{width:50%;}.w-51-xl{width:51%;}.w-52-xl{width:52%;}.w-53-xl{width:53%;}.w-54-xl{width:54%;}.w-55-xl{width:55%;}.w-56-xl{width:56%;}.w-57-xl{width:57%;}.w-58-xl{width:58%;}.w-59-xl{width:59%;}.w-60-xl{width:60%;}.w-61-xl{width:61%;}.w-62-xl{width:62%;}.w-63-xl{width:63%;}.w-64-xl{width:64%;}.w-65-xl{width:65%;}.w-66-xl{width:66%;}.w-67-xl{width:67%;}.w-68-xl{width:68%;}.w-69-xl{width:69%;}.w-70-xl{width:70%;}.w-71-xl{width:71%;}.w-72-xl{width:72%;}.w-73-xl{width:73%;}.w-74-xl{width:74%;}.w-75-xl{width:75%;}.w-76-xl{width:76%;}.w-77-xl{width:77%;}.w-78-xl{width:78%;}.w-79-xl{width:79%;}.w-80-xl{width:80%;}.w-81-xl{width:81%;}.w-82-xl{width:82%;}.w-83-xl{width:83%;}.w-84-xl{width:84%;}.w-85-xl{width:85%;}.w-86-xl{width:86%;}.w-87-xl{width:87%;}.w-88-xl{width:88%;}.w-89-xl{width:89%;}.w-90-xl{width:90%;}.w-91-xl{width:91%;}.w-92-xl{width:92%;}.w-93-xl{width:93%;}.w-94-xl{width:94%;}.w-95-xl{width:95%;}.w-96-xl{width:96%;}.w-97-xl{width:97%;}.w-98-xl{width:98%;}.w-99-xl{width:99%;}.w-100-xl{width:100%;}
}




.w-86-desktop{width:86%;}

/* LAYOUT: TABLE */

table{border-collapse: collapse;border-spacing: 0;}

.table{display:table;width:100%;}
.table .tr{display:table-row;}
.table .td{display:table-cell;}
.table.vertical-align-middle{height:100%;}
.table.vertical-align-middle .td{height:100%;vertical-align:middle;}

/* LAYOUT: MARGIN AND PADDING */

.margin-collapse-none{padding-top:1px;padding-bottom:1px;}

.margins-left{margin-left:auto;margin-right:0;}
.margins-center{margin-left:auto;margin-right:auto;}
.margins-right{margin-left:0;margin-right:auto;}

.m-none{margin:0;}

.m-v-none{margin-top:0 !important;margin-bottom:0 !important;}
.m-v-4{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}
.m-v-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}
.m-v-16{margin-top:1rem !important;margin-bottom:1rem !important;}
.m-v-24{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}
.m-v-32{margin-top:2rem !important;margin-bottom:2rem !important;}
.m-v-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}
.m-v-48{margin-top:3rem !important;margin-bottom:3rem !important;}
.m-v-64{margin-top:4rem !important;margin-bottom:4rem !important;}
.m-v-80{margin-top:5rem !important;margin-bottom:5rem !important;}
.m-v-96{margin-top:6rem !important;margin-bottom:6rem !important;}

.m-top-none{margin-top:0 !important;}
.m-top-16{margin-top:1rem !important;}
.m-top-24{margin-top:1.5rem !important;}
.m-top-32{margin-top:2rem !important;}
.m-top-40{margin-top:2.5rem !important;}
.m-top-48{margin-top:3rem !important;}
.m-top-64{margin-top:4rem !important;}
.m-top-80{margin-top:5rem !important;}
.m-top-96{margin-top:6rem !important;}

.m-bottom-none{margin-bottom:0 !important;}
.m-bottom-4{margin-bottom:0.25rem !important;}
.m-bottom-16{margin-bottom:1rem !important;}
.m-bottom-20{margin-bottom:1.25rem !important;}
.m-bottom-32{margin-bottom:2rem !important;}
.m-bottom-40{margin-bottom:2.5rem !important;}
.m-bottom-48{margin-bottom:3rem !important;}
.m-bottom-64{margin-bottom:4rem !important;}
.m-bottom-80{margin-bottom:5rem !important;}
.m-bottom-96{margin-bottom:6rem !important;}

.m-h-32{margin-left:2rem !important;margin-right:2rem !important;}

@media screen and (min-width: 40em) { /*640px*/

	.m-top-none-desktop{margin-top:0 !important;}
	.m-top-32-desktop{margin-top:2rem !important;}
	.m-top-64-desktop{margin-top:4rem !important;}
	
	.m-bottom-none-desktop{margin-bottom:0 !important;}
	.m-bottom-32-desktop{margin-bottom:2rem !important;}
	.m-bottom-64-desktop{margin-bottom:4rem !important;}
	.m-bottom-96-desktop{margin-bottom:6rem !important;}
	
}

.p-top-none{padding-top:0 !important;}
.p-bottom-none{padding-bottom:0 !important;}

.p-8{padding:0.5rem;}
.p-16{padding:1rem;}
.p-24{padding:1.5rem;}
.p-32{padding:2rem;}
.p-40{padding:2.5rem;}
.p-48{padding:3rem;}

.p-h-8{padding-left:0.5rem;padding-right:0.5rem;}
.p-h-16{padding-left:1rem;padding-right:1rem;}
.p-h-24{padding-left:1.5rem;padding-right:1.5rem;}
.p-h-32{padding-left:2rem;padding-right:2rem;}
.p-h-40{padding-left:2.5rem;padding-right:2.5rem;}
.p-h-48{padding-left:3rem;padding-right:3rem;}

.p-v-8{padding-top:0.5rem;padding-bottom:0.5rem;}
.p-v-16{padding-top:1rem;padding-bottom:1rem;}
.p-v-24{padding-top:1.5rem;padding-bottom:1.5rem;}
.p-v-32{padding-top:2rem;padding-bottom:2rem;}
.p-v-40{padding-top:2.5rem;padding-bottom:2.5rem;}
.p-v-48{padding-top:3rem;padding-bottom:3rem;}

.p-top-32{padding-top:2rem;}
.p-top-40{padding-top:2.5rem;}
.p-top-48{padding-top:3rem;}

.p-bottom-8{padding-bottom:0.5rem;}
.p-bottom-16{padding-bottom:1rem;}
.p-bottom-24{padding-bottom:1.5rem;}
.p-bottom-32{padding-bottom:2rem;}
.p-bottom-40{padding-bottom:2.5rem;}
.p-bottom-48{padding-bottom:3rem;}

@media screen and (min-width: 40em) { /*640px*/
	.p-top-none-desktop{padding-top:0 !important;}	

	.p-h-8-desktop{padding-left:0.5rem;padding-right:0.5rem;}
	.p-h-16-desktop{padding-left:1rem;padding-right:1rem;}
	.p-h-24-desktop{padding-left:1.5rem;padding-right:1.5rem;}
	.p-h-32-desktop{padding-left:2rem;padding-right:2rem;}
	.p-h-40-desktop{padding-left:2.5rem;padding-right:2.5rem;}
	.p-h-48-desktop{padding-left:3rem;padding-right:3rem;}
	
	.p-v-8-desktop{padding-top:0.5rem;padding-bottom:0.5rem;}
	.p-v-16-desktop{padding-top:1rem;padding-bottom:1rem;}
	.p-v-24-desktop{padding-top:1.5rem;padding-bottom:1.5rem;}
	.p-v-32-desktop{padding-top:2rem;padding-bottom:2rem;}
	.p-v-40-desktop{padding-top:2.5rem;padding-bottom:2.5rem;}
	.p-v-48-desktop{padding-top:3rem;padding-bottom:3rem;}

}

/* LAYOUT: ALIGN */

.text-left{text-align: left !important;}
.text-center{text-align: center !important;}
.text-right{text-align: right !important;}

.vertical-align-top{vertical-align:top;}
.vertical-align-middle{vertical-align:middle;}
.vertical-align-bottom{vertical-align:bottom;}

/* LAYOUT: RESPONSIVE */

.hide-overflow{overflow:hidden;}

.mobile-hidden-block{display:none !important;}
.mobile-hidden-flex{display:none !important;}
.mobile-only-block{display:block !important;}

@media screen and (min-width: 40em) { 
	.mobile-hidden-block{display:block !important;}
	.mobile-hidden-flex{display:flex !important;}
	.mobile-only-block{display:none !important;}
}

.img-fluid{
	display:block;
	height:auto;
	width:100%;
}

/* BORDERS */

.border-size-1{border-width:1px;border-style:solid;}
.border-size-5{border-width:5px;border-style:solid;}
.border-size-10{border-width:10px;border-style:solid;}
.border-size-15{border-width:15px;border-style:solid;}
.border-top-none{border-top:none;}

.border-radius-10{border-radius:10px;}
.border-radius-16{border-radius:16px;}
.border-radius-20{border-radius:20px;}
.border-radius-full{border-radius:100%;}

.border-color-B7B7B7{border-color:#B7B7B7;}
.border-color-D1D1D2{border-color:#D1D1D2;}
.border-color-F2F2F2{border-color:#F2F2F2;}

/* TYPOGRAPHY */

.f-12{font-size:0.75rem !important;}
.f-13{font-size:0.75rem !important;}
.f-14{font-size:0.875rem !important;}
.f-16{font-size:0.9375rem !important;}
.f-18{font-size:1rem !important;}
.f-21{font-size:1.125rem !important;}
.f-24{font-size:1.1875rem !important;}
.f-42{font-size:2.25rem !important;}

@media screen and (min-width: 40em) { 
	.f-12{font-size:0.75rem !important;}
	.f-13{font-size:0.8125rem !important;}
	.f-14{font-size:0.875rem !important;}
	.f-16{font-size:1rem !important;}
	.f-18{font-size:1.125rem !important;}
	.f-21{font-size:1.3125rem !important;}
	.f-24{font-size:1.5rem !important;}
	.f-42{font-size:2.625rem !important;}
}

b,strong {font-weight: 700;}
.weight-300{font-weight:300;}
.weight-400{font-weight:500;}
.weight-500{font-weight:500;}
.weight-600{font-weight:600;}
.weight-700{font-weight:600;}
.weight-800{font-weight:800;}
.weight-900{font-weight:900;}

.line-height-1{line-height:1em;}
.line-height-1-1{line-height:1.1em;}
.line-height-1-2{line-height:1.2em;}
.line-height-1-3{line-height:1.3em;}
.line-height-1-4{line-height:1.4em;}
.line-height-1-5{line-height:1.5em;}

.letter-spacing-10{letter-spacing: 0.01em;}
.letter-spacing-50{letter-spacing: 0.05em;}
.letter-spacing-100{letter-spacing: 0.1em;}
.letter-spacing-m10{letter-spacing: -0.01em;}
.letter-spacing-m50{letter-spacing: -0.05em;}
.letter-spacing-m100{letter-spacing: -0.1em;}

.word-break{word-break:break-all;}

.uppercase{text-transform:uppercase;}
.underline{text-decoration:underline;}


/* TYPOGRAPHY END */

.button{
	border-radius:10px;
	display:block;
	font-size:1rem;
	font-weight:700;
	line-height:1.23529em;
	padding:0.9rem 1rem 0.8rem 1rem;
	text-align:center;
	text-decoration: none;
}

.button.inline{
	display:inline-block;
	padding:0.9em 2.5rem 0.8em 2.5rem;
}

.button-color-8031A7{
	background-color:#8031A7;
	border:2px solid #8031A7;
	color:#fff;
}

.button-color-8031A7:hover{
	background-color:#FFFFFF;
	color:#8031A7;
}

@media only screen and (min-width: 48em){


}

/* COLORS */

.color-FFFFFF{color:#FFFFFF !important;}
.color-8031A7{color:#8031A7 !important;}
.color-0033A0{color:#0033A0 !important;}

.bg-color-FFFFFF{background-color:#FFFFFF !important;}
.bg-color-F4F4F4{background-color:#F4F4F4 !important;}
.bg-color-0033A0{background-color:#0033A0 !important;}
.bg-color-8031A7{background-color:#8031A7 !important;}
