/* External css file used for markup implemented with the editor for CurrentInfo-pages */

@font-face {
	font-family: "Tele2Sans";
	src: url("/uploads/Tele2Sans-Regular.otf"),
	url("/uploads/Tele2Sans-Regular.otf?#iefix") format("embedded-opentype");
}
  
@font-face {
	font-family: "Tele2SerifText";
	src: url("/uploads/Tele2Serif-Text.otf"),
	url("/uploads/Tele2Serif-Text.otf?#iefix") format("embedded-opentype");
}

@font-face {
	font-family: "Tele2SerifDisplay";
	src: url("/uploads/Tele2Serif-Display.otf"),
	url("/uploads/Tele2Serif-Display.otf?#iefix") format("embedded-opentype");
}

.awardit-wrapper h1 {
	font-size: 42px;
	margin-bottom: 16px;
	line-height: 1.14;
}

.awardit-wrapper h2 {
	font-size: 34px;
	margin-top: 20px;
	margin-bottom: 12px;
	line-height: 1.14;
}

.awardit-wrapper h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 8px;
	line-height: 1.14;
}

.awardit-wrapper h4 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 8px;
	line-height: 1.14;
}

.awardit-wrapper h5 {
	font-size: 16px;
	margin: 8px 0;
	line-height: 1.14;
}

@media (max-width: 767px) {
	.awardit-wrapper h1 {
		font-size: 32px;
	}

	.awardit-wrapper h2 {
		font-size: 24px;
	}

	.awardit-wrapper h3,
	.awardit-wrapper h4 {
		font-size: 18px;
	}
}

.awardit-wrapper p {
	margin-top: 0;
}

.awardit-wrapper ul {
	padding: 0 24px;
}

.awardit-wrapper ul,
.awardit-wrapper ol {
	margin: 0;
}

.awardit-wrapper ul li,
.awardit-wrapper ol li {
	position: relative;
	margin-bottom: 10px;
}

.awardit-wrapper ul li {
	padding-left: 24px;
	list-style-type: none;
}

.awardit-wrapper ul li::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	height: 18px;
	width: 18px;
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 18 14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.2218 1.81559C17.6124 2.20612 17.6124 2.83928 17.2218 3.22981L7.52688 12.9248C7.13635 13.3153 6.50319 13.3153 6.11266 12.9248L0.636062 7.44818C0.245537 7.05765 0.245537 6.42449 0.636061 6.03396L1.81562 4.8544C2.20615 4.46388 2.83931 4.46388 3.22984 4.8544L6.81977 8.44434L14.6281 0.636031C15.0186 0.245507 15.6518 0.245507 16.0423 0.636031L17.2218 1.81559Z' fill='%23001425'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
}

.awardit-wrapper ul.awardit-ListGray li::before {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 18 14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2929 1.88667C17.6834 2.27719 17.6834 2.91036 17.2929 3.30088L7.59792 12.9959C7.2074 13.3864 6.57423 13.3864 6.18371 12.9959L0.707107 7.51925C0.316582 7.12873 0.316582 6.49556 0.707106 6.10504L1.88667 4.92548C2.27719 4.53495 2.91036 4.53495 3.30088 4.92548L6.89081 8.51541L14.6991 0.707107C15.0896 0.316583 15.7228 0.316582 16.1133 0.707106L17.2929 1.88667Z' fill='%23B0B2B9'/%3e%3c/svg%3e");
}

.awardit-wrapper hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.awardit-ButtonPrimary[class] {
	display: inline-flex;
	background-color: #001425;
	color: #ffffff;
	text-decoration: none !important;
	font-size: 1rem;
	padding: 8px 24px;
}

.awardit-ButtonSecondary {
	display: inline-block;
	color: #ffffff;
	background-color: #b0b2b9;
	text-decoration: underline;
	font-size: 1rem;
	padding: 8px 24px;
}

.awardit-ButtonAlt {
	display: inline-block;
	color: #ffffff;
	background-color: #b0b2b9;
	text-decoration: underline;
	text-align: center;
	padding: 8px 24px;
	font-size: 1rem;
}

/* awardit-Grid */
.awardit-Grid {
	display: grid;
	margin: 0;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px;
	margin-bottom: 20px;
}

.awardit-GridColumn[data-size] {
	grid-column: span 12;
	padding: 0;
	flex-direction: column;
}

/* Breakpoint: xs (and constant width)
----------------------------------------------------------------------------- */
.awardit-GridColumn[data-size~="xs:0"] {
	display: none;
}

.awardit-GridColumn[data-size*="xs:"]:not([data-size~="xs:0"]) {
	display: flex;
}

.awardit-GridColumn[data-size="1"],
.awardit-GridColumn[data-size~="xs:1"] {
	grid-column: span 1;
}

.awardit-GridColumn[data-size="2"],
.awardit-GridColumn[data-size~="xs:2"] {
	grid-column: span 2;
}

.awardit-GridColumn[data-size="3"],
.awardit-GridColumn[data-size~="xs:3"] {
	grid-column: span 3;
}

.awardit-GridColumn[data-size="4"],
.awardit-GridColumn[data-size~="xs:4"] {
	grid-column: span 4;
}

.awardit-GridColumn[data-size="5"],
.awardit-GridColumn[data-size~="xs:5"] {
	grid-column: span 5;
}

.awardit-GridColumn[data-size="6"],
.awardit-GridColumn[data-size~="xs:6"] {
	grid-column: span 6;
}

.awardit-GridColumn[data-size="7"],
.awardit-GridColumn[data-size~="xs:7"] {
	grid-column: span 7;
}

.awardit-GridColumn[data-size="8"],
.awardit-GridColumn[data-size~="xs:8"] {
	grid-column: span 8;
}

.awardit-GridColumn[data-size="9"],
.awardit-GridColumn[data-size~="xs:9"] {
	grid-column: span 9;
}

.awardit-GridColumn[data-size="10"],
.awardit-GridColumn[data-size~="xs:10"] {
	grid-column: span 10;
}

.awardit-GridColumn[data-size="11"],
.awardit-GridColumn[data-size~="xs:11"] {
	grid-column: span 11;
}

.awardit-GridColumn[data-size="12"],
.awardit-GridColumn[data-size~="xs:12"] {
	grid-column: span 12;
}

/* Breakpoint: sm
----------------------------------------------------------------------------- */

@media screen and (min-width: 767px) {
	.awardit-GridColumn[data-size~="sm:0"] {
		display: none;
	}

	.awardit-GridColumn[data-size*="sm:"]:not([data-size~="sm:0"]) {
		display: flex;
	}

	.awardit-GridColumn[data-size~="sm:1"] {
		grid-column: span 1;
	}

	.awardit-GridColumn[data-size~="sm:2"] {
		grid-column: span 2;
	}

	.awardit-GridColumn[data-size~="sm:3"] {
		grid-column: span 3;
	}

	.awardit-GridColumn[data-size~="sm:4"] {
		grid-column: span 4;
	}

	.awardit-GridColumn[data-size~="sm:5"] {
		grid-column: span 5;
	}

	.awardit-GridColumn[data-size~="sm:6"] {
		grid-column: span 6;
	}

	.awardit-GridColumn[data-size~="sm:7"] {
		grid-column: span 7;
	}

	.awardit-GridColumn[data-size~="sm:8"] {
		grid-column: span 8;
	}

	.awardit-GridColumn[data-size~="sm:9"] {
		grid-column: span 9;
	}

	.awardit-GridColumn[data-size~="sm:10"] {
		grid-column: span 10;
	}

	.awardit-GridColumn[data-size~="sm:11"] {
		grid-column: span 11;
	}

	.awardit-GridColumn[data-size~="sm:12"] {
		grid-column: span 12;
	}
}

/* Breakpoint: md
----------------------------------------------------------------------------- */

@media screen and (min-width: 1024px) {
	.awardit-GridColumn[data-size~="md:0"] {
		display: none;
	}

	.awardit-GridColumn[data-size*="md:"]:not([data-size~="md:0"]) {
		display: flex;
	}

	.awardit-GridColumn[data-size~="md:1"] {
		grid-column: span 1;
	}

	.awardit-GridColumn[data-size~="md:2"] {
		grid-column: span 2;
	}

	.awardit-GridColumn[data-size~="md:3"] {
		grid-column: span 3;
	}

	.awardit-GridColumn[data-size~="md:4"] {
		grid-column: span 4;
	}

	.awardit-GridColumn[data-size~="md:5"] {
		grid-column: span 5;
	}

	.awardit-GridColumn[data-size~="md:6"] {
		grid-column: span 6;
	}

	.awardit-GridColumn[data-size~="md:7"] {
		grid-column: span 7;
	}

	.awardit-GridColumn[data-size~="md:8"] {
		grid-column: span 8;
	}

	.awardit-GridColumn[data-size~="md:9"] {
		grid-column: span 9;
	}

	.awardit-GridColumn[data-size~="md:10"] {
		grid-column: span 10;
	}

	.awardit-GridColumn[data-size~="md:11"] {
		grid-column: span 11;
	}

	.awardit-GridColumn[data-size~="md:12"] {
		grid-column: span 12;
	}
}

/* Breakpoint: lg
----------------------------------------------------------------------------- */

@media screen and (min-width: 1280px) {
	.awardit-GridColumn[data-size~="lg:0"] {
		display: none;
	}

	.awardit-GridColumn[data-size*="lg:"]:not([data-size~="lg:0"]) {
		display: flex;
	}

	.awardit-GridColumn[data-size~="lg:1"] {
		grid-column: span 1;
	}

	.awardit-GridColumn[data-size~="lg:2"] {
		grid-column: span 2;
	}

	.awardit-GridColumn[data-size~="lg:3"] {
		grid-column: span 3;
	}

	.awardit-GridColumn[data-size~="lg:4"] {
		grid-column: span 4;
	}

	.awardit-GridColumn[data-size~="lg:5"] {
		grid-column: span 5;
	}

	.awardit-GridColumn[data-size~="lg:6"] {
		grid-column: span 6;
	}

	.awardit-GridColumn[data-size~="lg:7"] {
		grid-column: span 7;
	}

	.awardit-GridColumn[data-size~="lg:8"] {
		grid-column: span 8;
	}

	.awardit-GridColumn[data-size~="lg:9"] {
		grid-column: span 9;
	}

	.awardit-GridColumn[data-size~="lg:10"] {
		grid-column: span 10;
	}

	.awardit-GridColumn[data-size~="lg:11"] {
		grid-column: span 11;
	}

	.awardit-GridColumn[data-size~="lg:12"] {
		grid-column: span 12;
	}
}

/* awardit- */

.awardit-Section {
	padding: 40px 10px;
}

.awardit-SectionBGImage {
	padding: 0 10px 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.awardit-SectionBorderTop {
	border-top: 6px solid rgba(0, 0, 0, 0.06);
	padding: 40px 10px;
}

.awardit-SectionBorderBottom {
	border-bottom: 6px solid rgba(0, 0, 0, 0.06);
	padding: 40px 10px;
}

.awardit-WidthLimiter {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.awardit-WidthLimiterBGColor {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(0, 40, 68, 0.8);
}

@media (min-width: 1024px) {

	.awardit-WidthLimiter,
	.awardit-WidthLimiterBGColor {
		padding-left: 120px;
		padding-right: 120px;
	}
}

.awardit-Icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	vertical-align: middle;
}

.awardit-Icon.Handshake {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 51 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M25.2681 1.65641L17.7048 7.782C16.4469 8.79772 16.2047 10.626 17.1579 11.9308C18.1658 13.3216 20.1269 13.5951 21.4786 12.5403L29.2372 6.50844C29.7841 6.08652 30.5654 6.18028 30.9952 6.72721C31.4249 7.27414 31.3233 8.05546 30.7764 8.48519L29.1434 9.75094L40.0038 19.7519V5.00048H39.9492L39.6444 4.80515L33.972 1.17199C32.7766 0.406289 31.378 0 29.956 0C28.2527 0 26.5963 0.585994 25.2681 1.65641ZM27.0495 11.3761L23.01 14.517C20.5489 16.4391 16.9782 15.939 15.1343 13.4075C13.3997 11.0245 13.8373 7.69605 16.1266 5.84431L22.6272 0.585994C21.7208 0.203145 20.7442 0.00781313 19.7519 0.00781313C18.283 -1.19337e-07 16.8532 0.437542 15.6265 1.25012L10.001 5.00048V22.5022H12.2043L19.3456 29.0184C20.877 30.417 23.2444 30.3076 24.643 28.7762C25.0727 28.2996 25.3618 27.7449 25.5103 27.1667L26.8385 28.3855C28.3621 29.7841 30.7373 29.6825 32.1359 28.159C32.4875 27.7761 32.7453 27.3308 32.9094 26.8698C34.4252 27.8855 36.4879 27.6745 37.7614 26.2838C39.16 24.7602 39.0584 22.385 37.5349 20.9864L27.0495 11.3761ZM7.50072 5.00048H0V22.5022C0 23.8851 1.11729 25.0024 2.50024 25.0024H5.00048C6.38343 25.0024 7.50072 23.8851 7.50072 22.5022V5.00048ZM3.75036 22.5022C3.06279 22.5022 2.50024 21.9396 2.50024 21.252C2.50024 20.5645 3.06279 20.0019 3.75036 20.0019C4.43793 20.0019 5.00048 20.5645 5.00048 21.252C5.00048 21.9396 4.43793 22.5022 3.75036 22.5022ZM42.5041 5.00048V22.5022C42.5041 23.8851 43.6214 25.0024 45.0043 25.0024H47.5046C48.8875 25.0024 50.0048 23.8851 50.0048 22.5022V5.00048H42.5041ZM47.5046 21.252C47.5046 21.9396 46.942 22.5022 46.2545 22.5022C45.5669 22.5022 45.0043 21.9396 45.0043 21.252C45.0043 20.5645 45.5669 20.0019 46.2545 20.0019C46.942 20.0019 47.5046 20.5645 47.5046 21.252Z' fill='%23001425'/%3e%3c/svg%3e");
}

.awardit-Icon.HandshakeWhite {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 51 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M25.2681 1.65641L17.7048 7.782C16.4469 8.79772 16.2047 10.626 17.1579 11.9308C18.1658 13.3216 20.1269 13.5951 21.4786 12.5403L29.2372 6.50844C29.7841 6.08652 30.5654 6.18028 30.9952 6.72721C31.4249 7.27414 31.3233 8.05546 30.7764 8.48519L29.1434 9.75094L40.0038 19.7519V5.00048H39.9492L39.6444 4.80515L33.972 1.17199C32.7766 0.406289 31.378 0 29.956 0C28.2527 0 26.5963 0.585994 25.2681 1.65641ZM27.0495 11.3761L23.01 14.517C20.5489 16.4391 16.9782 15.939 15.1343 13.4075C13.3997 11.0245 13.8373 7.69605 16.1266 5.84431L22.6272 0.585994C21.7208 0.203145 20.7442 0.00781313 19.7519 0.00781313C18.283 -1.19337e-07 16.8532 0.437542 15.6265 1.25012L10.001 5.00048V22.5022H12.2043L19.3456 29.0184C20.877 30.417 23.2444 30.3076 24.643 28.7762C25.0727 28.2996 25.3618 27.7449 25.5103 27.1667L26.8385 28.3855C28.3621 29.7841 30.7373 29.6825 32.1359 28.159C32.4875 27.7761 32.7453 27.3308 32.9094 26.8698C34.4252 27.8855 36.4879 27.6745 37.7614 26.2838C39.16 24.7602 39.0584 22.385 37.5349 20.9864L27.0495 11.3761ZM7.50072 5.00048H0V22.5022C0 23.8851 1.11729 25.0024 2.50024 25.0024H5.00048C6.38343 25.0024 7.50072 23.8851 7.50072 22.5022V5.00048ZM3.75036 22.5022C3.06279 22.5022 2.50024 21.9396 2.50024 21.252C2.50024 20.5645 3.06279 20.0019 3.75036 20.0019C4.43793 20.0019 5.00048 20.5645 5.00048 21.252C5.00048 21.9396 4.43793 22.5022 3.75036 22.5022ZM42.5041 5.00048V22.5022C42.5041 23.8851 43.6214 25.0024 45.0043 25.0024H47.5046C48.8875 25.0024 50.0048 23.8851 50.0048 22.5022V5.00048H42.5041ZM47.5046 21.252C47.5046 21.9396 46.942 22.5022 46.2545 22.5022C45.5669 22.5022 45.0043 21.9396 45.0043 21.252C45.0043 20.5645 45.5669 20.0019 46.2545 20.0019C46.942 20.0019 47.5046 20.5645 47.5046 21.252Z' fill='white'/%3e%3c/svg%3e");
}

.awardit-Icon.Lightbulb {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 28 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 30C20.75 27.5078 22.3047 25.3828 23.8438 23.2656C24.25 22.7109 24.6563 22.1562 25.0469 21.5937C26.5938 19.3672 27.5 16.6719 27.5 13.7578C27.5 6.15625 21.3437 0 13.75 0C6.15625 0 0 6.15625 0 13.75C0 16.6641 0.90625 19.3672 2.45313 21.5859C2.84375 22.1484 3.25 22.7031 3.65625 23.2578C5.20312 25.375 6.75781 27.5078 7.5 29.9922H20V30ZM13.75 40C17.2031 40 20 37.2031 20 33.75V32.5H7.5V33.75C7.5 37.2031 10.2969 40 13.75 40ZM7.5 13.75C7.5 14.4375 6.9375 15 6.25 15C5.5625 15 5 14.4375 5 13.75C5 8.91406 8.91406 5 13.75 5C14.4375 5 15 5.5625 15 6.25C15 6.9375 14.4375 7.5 13.75 7.5C10.2969 7.5 7.5 10.2969 7.5 13.75Z' fill='%23001425'/%3e%3c/svg%3e");
}

.awardit-Icon.LightbulbWhite {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 28 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 30C20.75 27.5078 22.3047 25.3828 23.8438 23.2656C24.25 22.7109 24.6563 22.1562 25.0469 21.5937C26.5938 19.3672 27.5 16.6719 27.5 13.7578C27.5 6.15625 21.3437 0 13.75 0C6.15625 0 0 6.15625 0 13.75C0 16.6641 0.90625 19.3672 2.45313 21.5859C2.84375 22.1484 3.25 22.7031 3.65625 23.2578C5.20312 25.375 6.75781 27.5078 7.5 29.9922H20V30ZM13.75 40C17.2031 40 20 37.2031 20 33.75V32.5H7.5V33.75C7.5 37.2031 10.2969 40 13.75 40ZM7.5 13.75C7.5 14.4375 6.9375 15 6.25 15C5.5625 15 5 14.4375 5 13.75C5 8.91406 8.91406 5 13.75 5C14.4375 5 15 5.5625 15 6.25C15 6.9375 14.4375 7.5 13.75 7.5C10.2969 7.5 7.5 10.2969 7.5 13.75Z' fill='white'/%3e%3c/svg%3e");
}

.awardit-Icon.Question {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7829 0C9.547 0 5.50802 2.55492 2.337 7.11141C1.76177 7.93797 1.93911 9.07125 2.74153 9.67969L6.11169 12.2351C6.92208 12.8495 8.07513 12.7059 8.70958 11.911C10.6665 9.45937 12.1182 8.04781 15.175 8.04781C17.5784 8.04781 20.5512 9.59461 20.5512 11.9252C20.5512 13.6871 19.0968 14.592 16.7236 15.9224C13.9562 17.474 10.294 19.4049 10.294 24.2353V25C10.294 26.0355 11.1335 26.875 12.169 26.875H17.8308C18.8664 26.875 19.7058 26.0355 19.7058 25V24.549C19.7058 21.2005 29.4924 21.0611 29.4924 12C29.4925 5.17625 22.4142 0 15.7829 0ZM15 29.1765C12.0159 29.1765 9.58818 31.6042 9.58818 34.5883C9.58818 37.5723 12.0159 40 15 40C17.984 40 20.4118 37.5723 20.4118 34.5882C20.4118 31.6041 17.984 29.1765 15 29.1765Z' fill='%23001425'/%3e%3c/svg%3e");
}

.awardit-Icon.QuestionWhite {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7829 0C9.547 0 5.50802 2.55492 2.337 7.11141C1.76177 7.93797 1.93911 9.07125 2.74153 9.67969L6.11169 12.2351C6.92208 12.8495 8.07513 12.7059 8.70958 11.911C10.6665 9.45937 12.1182 8.04781 15.175 8.04781C17.5784 8.04781 20.5512 9.59461 20.5512 11.9252C20.5512 13.6871 19.0968 14.592 16.7236 15.9224C13.9562 17.474 10.294 19.4049 10.294 24.2353V25C10.294 26.0355 11.1335 26.875 12.169 26.875H17.8308C18.8664 26.875 19.7058 26.0355 19.7058 25V24.549C19.7058 21.2005 29.4924 21.0611 29.4924 12C29.4925 5.17625 22.4142 0 15.7829 0ZM15 29.1765C12.0159 29.1765 9.58818 31.6042 9.58818 34.5883C9.58818 37.5723 12.0159 40 15 40C17.984 40 20.4118 37.5723 20.4118 34.5882C20.4118 31.6041 17.984 29.1765 15 29.1765Z' fill='white'/%3e%3c/svg%3e");
}

.awardit-Icon.Cart {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 36'%3e%3cpath d='M36.675 20.9249L39.9579 6.48049C40.1949 5.43757 39.4022 4.44445 38.3326 4.44445H11.0561L10.4196 1.33264C10.261 0.557014 9.57847 0 8.78674 0H1.66667C0.746181 0 0 0.746181 0 1.66667V2.77778C0 3.69826 0.746181 4.44445 1.66667 4.44445H6.51965L11.398 28.2941C10.2309 28.9653 9.44445 30.2238 9.44445 31.6667C9.44445 33.8144 11.1856 35.5556 13.3333 35.5556C15.4811 35.5556 17.2222 33.8144 17.2222 31.6667C17.2222 30.5782 16.7745 29.5948 16.0539 28.8889H30.6127C29.8922 29.5948 29.4445 30.5782 29.4445 31.6667C29.4445 33.8144 31.1856 35.5556 33.3333 35.5556C35.4811 35.5556 37.2222 33.8144 37.2222 31.6667C37.2222 30.1269 36.3272 28.7964 35.0292 28.1663L35.4124 26.4805C35.6494 25.4376 34.8567 24.4444 33.7872 24.4444H15.147L14.6925 22.2222H35.0498C35.828 22.2222 36.5026 21.6838 36.675 20.9249Z' fill='%23001425'/%3e%3c/svg%3e");
}

.awardit-Icon.CartWhite {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 36'%3e%3cpath d='M36.675 20.9249L39.9579 6.48049C40.1949 5.43757 39.4022 4.44445 38.3326 4.44445H11.0561L10.4196 1.33264C10.261 0.557014 9.57847 0 8.78674 0H1.66667C0.746181 0 0 0.746181 0 1.66667V2.77778C0 3.69826 0.746181 4.44445 1.66667 4.44445H6.51965L11.398 28.2941C10.2309 28.9653 9.44445 30.2238 9.44445 31.6667C9.44445 33.8144 11.1856 35.5556 13.3333 35.5556C15.4811 35.5556 17.2222 33.8144 17.2222 31.6667C17.2222 30.5782 16.7745 29.5948 16.0539 28.8889H30.6127C29.8922 29.5948 29.4445 30.5782 29.4445 31.6667C29.4445 33.8144 31.1856 35.5556 33.3333 35.5556C35.4811 35.5556 37.2222 33.8144 37.2222 31.6667C37.2222 30.1269 36.3272 28.7964 35.0292 28.1663L35.4124 26.4805C35.6494 25.4376 34.8567 24.4444 33.7872 24.4444H15.147L14.6925 22.2222H35.0498C35.828 22.2222 36.5026 21.6838 36.675 20.9249Z' fill='white'/%3e%3c/svg%3e");
}

.awardit-Icon.Phone {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M38.5365 1.91186L30.4116 0.0369042C29.5288 -0.166217 28.6226 0.294711 28.2632 1.12282L24.5133 9.87263C24.1852 10.6382 24.404 11.5367 25.0524 12.0601L29.7867 15.935C26.9742 21.9271 22.0603 26.9113 15.9432 29.7785L12.0683 25.0442C11.537 24.3958 10.6464 24.177 9.88082 24.5051L1.13101 28.2551C0.295088 28.6222 -0.165839 29.5285 0.0372812 30.4113L1.91224 38.5361C2.10755 39.3798 2.85753 39.9892 3.74033 39.9892C23.7477 39.9892 39.9896 23.7786 39.9896 3.73995C39.9896 2.86497 39.388 2.10717 38.5365 1.91186Z' fill='%23001425'/%3e%3c/svg%3e");
}

.awardit-Icon.PhoneWhite {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M38.5365 1.91186L30.4116 0.0369042C29.5288 -0.166217 28.6226 0.294711 28.2632 1.12282L24.5133 9.87263C24.1852 10.6382 24.404 11.5367 25.0524 12.0601L29.7867 15.935C26.9742 21.9271 22.0603 26.9113 15.9432 29.7785L12.0683 25.0442C11.537 24.3958 10.6464 24.177 9.88082 24.5051L1.13101 28.2551C0.295088 28.6222 -0.165839 29.5285 0.0372812 30.4113L1.91224 38.5361C2.10755 39.3798 2.85753 39.9892 3.74033 39.9892C23.7477 39.9892 39.9896 23.7786 39.9896 3.73995C39.9896 2.86497 39.388 2.10717 38.5365 1.91186Z' fill='white'/%3e%3c/svg%3e");
}

.awardit-Icon.Mail {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 0C8.94685 0 0 8.94508 0 20C0 31.0531 8.94508 40 20 40C23.8834 40 27.6889 38.8597 30.92 36.7562C31.8881 36.126 32.0994 34.7975 31.3677 33.9036L30.547 32.901C29.9284 32.1452 28.839 31.9601 28.0169 32.4873C25.6387 34.0127 22.8479 34.8387 20 34.8387C11.8179 34.8387 5.16129 28.1821 5.16129 20C5.16129 11.8179 11.8179 5.16129 20 5.16129C28.0757 5.16129 34.8387 9.80798 34.8387 18.0645C34.8387 21.1924 33.1377 24.4953 30.1476 24.814C28.7485 24.7773 28.7839 23.7771 29.0608 22.3927L30.9506 12.6257C31.1817 11.4315 30.2668 10.3226 29.0504 10.3226H25.4229C25.1551 10.3226 24.8966 10.4212 24.6968 10.5996C24.497 10.7779 24.3699 11.0236 24.3397 11.2898L24.3389 11.2972C23.1536 9.85355 21.0769 9.54113 19.5025 9.54113C13.488 9.54113 8.3871 14.56 8.3871 21.7556C8.3871 27.022 11.3536 30.2935 16.129 30.2935C18.3052 30.2935 20.7556 29.0325 22.1767 27.2022C22.9446 29.9525 25.4519 29.9524 27.8791 29.9524C36.662 29.9524 40 24.1773 40 18.0645C40 7.06879 31.1309 0 20 0ZM18.2516 24.5508C16.4573 24.5508 15.3427 23.2909 15.3427 21.2628C15.3427 17.6344 17.8249 15.3976 20.071 15.3976C21.8687 15.3976 22.942 16.6267 22.942 18.6855C22.942 22.3194 20.2102 24.5508 18.2516 24.5508Z' fill='%23001425'/%3e%3c/svg%3e");
}

.awardit-Icon.MailWhite {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 0C8.94685 0 0 8.94508 0 20C0 31.0531 8.94508 40 20 40C23.8834 40 27.6889 38.8597 30.92 36.7562C31.8881 36.126 32.0994 34.7975 31.3677 33.9036L30.547 32.901C29.9284 32.1452 28.839 31.9601 28.0169 32.4873C25.6387 34.0127 22.8479 34.8387 20 34.8387C11.8179 34.8387 5.16129 28.1821 5.16129 20C5.16129 11.8179 11.8179 5.16129 20 5.16129C28.0757 5.16129 34.8387 9.80798 34.8387 18.0645C34.8387 21.1924 33.1377 24.4953 30.1476 24.814C28.7485 24.7773 28.7839 23.7771 29.0608 22.3927L30.9506 12.6257C31.1817 11.4315 30.2668 10.3226 29.0504 10.3226H25.4229C25.1551 10.3226 24.8966 10.4212 24.6968 10.5996C24.497 10.7779 24.3699 11.0236 24.3397 11.2898L24.3389 11.2972C23.1536 9.85355 21.0769 9.54113 19.5025 9.54113C13.488 9.54113 8.3871 14.56 8.3871 21.7556C8.3871 27.022 11.3536 30.2935 16.129 30.2935C18.3052 30.2935 20.7556 29.0325 22.1767 27.2022C22.9446 29.9525 25.4519 29.9524 27.8791 29.9524C36.662 29.9524 40 24.1773 40 18.0645C40 7.06879 31.1309 0 20 0ZM18.2516 24.5508C16.4573 24.5508 15.3427 23.2909 15.3427 21.2628C15.3427 17.6344 17.8249 15.3976 20.071 15.3976C21.8687 15.3976 22.942 16.6267 22.942 18.6855C22.942 22.3194 20.2102 24.5508 18.2516 24.5508Z' fill='white'/%3e%3c/svg%3e");
}

.awardit-Icon.HandHoldingUsd {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 45 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.1766 11.2734L25.4164 12.3906C25.5604 12.4243 25.6892 12.5046 25.7829 12.619C25.8766 12.7335 25.9298 12.8756 25.9344 13.0234C25.9344 13.3828 25.6148 13.6797 25.2219 13.6797H22.4406C22.1409 13.6788 21.8441 13.6205 21.5664 13.5078C21.157 13.3359 20.6852 13.375 20.3711 13.6641L18.8867 15.0312C18.8181 15.0913 18.7588 15.1614 18.7109 15.2391C18.6497 15.3396 18.6089 15.4512 18.5909 15.5676C18.573 15.684 18.5783 15.8027 18.6065 15.917C18.6346 16.0313 18.6852 16.1389 18.7551 16.2336C18.8251 16.3283 18.9131 16.4082 19.0141 16.4688C19.8361 16.9621 20.7565 17.2688 21.7102 17.3672V18.75C21.7102 19.4375 22.3219 20 23.0672 20H24.4242C25.1703 20 25.782 19.4375 25.782 18.75V17.375C28.3547 17.0937 30.3008 14.9531 29.9617 12.4531C29.7156 10.6562 28.207 9.22656 26.3242 8.72656L22.0844 7.60938C21.9404 7.5757 21.8115 7.49541 21.7179 7.38098C21.6242 7.26654 21.571 7.12437 21.5664 6.97656C21.5664 6.61719 21.8859 6.32031 22.2789 6.32031H25.0602C25.3609 6.32078 25.6588 6.37913 25.9375 6.49219C26.3461 6.66406 26.8187 6.625 27.1328 6.33594L28.6172 4.96875C28.6836 4.90993 28.7407 4.84146 28.7867 4.76562C28.8485 4.66514 28.8898 4.55339 28.9082 4.43686C28.9265 4.32032 28.9216 4.2013 28.8937 4.08667C28.8659 3.97204 28.8155 3.86408 28.7457 3.76901C28.6758 3.67395 28.5878 3.59367 28.4867 3.53281C27.6644 3.03948 26.7437 2.73278 25.7898 2.63438V1.25C25.7898 0.5625 25.1789 0 24.4328 0H23.0758C22.3297 0 21.7188 0.5625 21.7188 1.25V2.625C19.1492 2.90625 17.1992 5.04687 17.5383 7.54687C17.7836 9.34375 19.2969 10.7734 21.1766 11.2734ZM44.1617 25.6328C43.2398 24.7969 41.8023 24.8516 40.8336 25.6328L33.6148 31.4062C32.7287 32.1171 31.6259 32.5031 30.4898 32.5H21.25C20.9185 32.5 20.6005 32.3683 20.3661 32.1339C20.1317 31.8995 20 31.5815 20 31.25C20 30.9185 20.1317 30.6005 20.3661 30.3661C20.6005 30.1317 20.9185 30 21.25 30H27.3664C28.6086 30 29.7656 29.1484 29.9641 27.9219C29.9885 27.781 30.0006 27.6383 30 27.4953C29.9988 26.8331 29.7348 26.1984 29.2661 25.7306C28.7974 25.2627 28.1622 25 27.5 25H15C12.8919 25.0006 10.848 25.7257 9.21094 27.0539L5.57813 30H1.25C0.918479 30 0.600537 30.1317 0.366117 30.3661C0.131696 30.6005 0 30.9185 0 31.25L0 38.75C0 39.0815 0.131696 39.3995 0.366117 39.6339C0.600537 39.8683 0.918479 40 1.25 40H29.1227C30.2583 40.0009 31.3604 39.6151 32.2477 38.9062L44.0625 29.4531C44.3467 29.2258 44.5779 28.9392 44.7398 28.6133C44.9018 28.2874 44.9906 27.93 45.0001 27.5662C45.0096 27.2024 44.9396 26.8409 44.7949 26.507C44.6503 26.173 44.4344 25.8747 44.1625 25.6328H44.1617Z' fill='%23001425'/%3e%3c/svg%3e");
}

.awardit-Icon.HandHoldingUsdWhite {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 45 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.1766 11.2734L25.4164 12.3906C25.5604 12.4243 25.6892 12.5046 25.7829 12.619C25.8766 12.7335 25.9298 12.8756 25.9344 13.0234C25.9344 13.3828 25.6148 13.6797 25.2219 13.6797H22.4406C22.1409 13.6788 21.8441 13.6205 21.5664 13.5078C21.157 13.3359 20.6852 13.375 20.3711 13.6641L18.8867 15.0312C18.8181 15.0913 18.7588 15.1614 18.7109 15.2391C18.6497 15.3396 18.6089 15.4512 18.5909 15.5676C18.573 15.684 18.5783 15.8027 18.6065 15.917C18.6346 16.0313 18.6852 16.1389 18.7551 16.2336C18.8251 16.3283 18.9131 16.4082 19.0141 16.4688C19.8361 16.9621 20.7565 17.2688 21.7102 17.3672V18.75C21.7102 19.4375 22.3219 20 23.0672 20H24.4242C25.1703 20 25.782 19.4375 25.782 18.75V17.375C28.3547 17.0937 30.3008 14.9531 29.9617 12.4531C29.7156 10.6562 28.207 9.22656 26.3242 8.72656L22.0844 7.60938C21.9404 7.5757 21.8115 7.49541 21.7179 7.38098C21.6242 7.26654 21.571 7.12437 21.5664 6.97656C21.5664 6.61719 21.8859 6.32031 22.2789 6.32031H25.0602C25.3609 6.32078 25.6588 6.37913 25.9375 6.49219C26.3461 6.66406 26.8187 6.625 27.1328 6.33594L28.6172 4.96875C28.6836 4.90993 28.7407 4.84146 28.7867 4.76562C28.8485 4.66514 28.8898 4.55339 28.9082 4.43686C28.9265 4.32032 28.9216 4.2013 28.8937 4.08667C28.8659 3.97204 28.8155 3.86408 28.7457 3.76901C28.6758 3.67395 28.5878 3.59367 28.4867 3.53281C27.6644 3.03948 26.7437 2.73278 25.7898 2.63438V1.25C25.7898 0.5625 25.1789 0 24.4328 0H23.0758C22.3297 0 21.7188 0.5625 21.7188 1.25V2.625C19.1492 2.90625 17.1992 5.04687 17.5383 7.54687C17.7836 9.34375 19.2969 10.7734 21.1766 11.2734ZM44.1617 25.6328C43.2398 24.7969 41.8023 24.8516 40.8336 25.6328L33.6148 31.4062C32.7287 32.1171 31.6259 32.5031 30.4898 32.5H21.25C20.9185 32.5 20.6005 32.3683 20.3661 32.1339C20.1317 31.8995 20 31.5815 20 31.25C20 30.9185 20.1317 30.6005 20.3661 30.3661C20.6005 30.1317 20.9185 30 21.25 30H27.3664C28.6086 30 29.7656 29.1484 29.9641 27.9219C29.9885 27.781 30.0006 27.6383 30 27.4953C29.9988 26.8331 29.7348 26.1984 29.2661 25.7306C28.7974 25.2627 28.1622 25 27.5 25H15C12.8919 25.0006 10.848 25.7257 9.21094 27.0539L5.57813 30H1.25C0.918479 30 0.600537 30.1317 0.366117 30.3661C0.131696 30.6005 0 30.9185 0 31.25L0 38.75C0 39.0815 0.131696 39.3995 0.366117 39.6339C0.600537 39.8683 0.918479 40 1.25 40H29.1227C30.2583 40.0009 31.3604 39.6151 32.2477 38.9062L44.0625 29.4531C44.3467 29.2258 44.5779 28.9392 44.7398 28.6133C44.9018 28.2874 44.9906 27.93 45.0001 27.5662C45.0096 27.2024 44.9396 26.8409 44.7949 26.507C44.6503 26.173 44.4344 25.8747 44.1625 25.6328H44.1617Z' fill='white'/%3e%3c/svg%3e");
}

.awardit-Icon.MinusCircle {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM124 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H124z'/%3E%3C/svg%3E");
}

.awardit-Icon.Coins {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M0 405.3V448c0 35.3 86 64 192 64s192-28.7 192-64v-42.7C342.7 434.4 267.2 448 192 448S41.3 434.4 0 405.3zM320 128c106 0 192-28.7 192-64S426 0 320 0 128 28.7 128 64s86 64 192 64zM0 300.4V352c0 35.3 86 64 192 64s192-28.7 192-64v-51.6c-41.3 34-116.9 51.6-192 51.6S41.3 334.4 0 300.4zm416 11c57.3-11.1 96-31.7 96-55.4v-42.7c-23.2 16.4-57.3 27.6-96 34.5v63.6zM192 160C86 160 0 195.8 0 240s86 80 192 80 192-35.8 192-80-86-80-192-80zm219.3 56.3c60-10.8 100.7-32 100.7-56.3v-42.7c-35.5 25.1-96.5 38.6-160.7 41.8 29.5 14.3 51.2 33.5 60 57.2z'/%3E%3C/svg%3E");
}

.awardit-Icon.Calendar {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");
}

.awardit-Icon.Search {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E");
}

.awardit-Icon.Mobile {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z'/%3E%3C/svg%3E");
}

.awardit-Icon.Globe {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath d='M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z'/%3E%3C/svg%3E");
}

.awardit-Icon.Smiley {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath d='M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z' fill='white' /%3E%3C/svg%3E");
}

.awardit-Icon.AngrySmiley {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath d='M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z' fill='white'/%3E%3C/svg%3E");
}

.awardit-Icon.Small {
	background-size: 15px 15px;
	height: 15px;
	width: 15px;
}

.awardit-Icon.Medium {
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
}

.awardit-Icon.Large {
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
}

.awardit-IconCircleBackground {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #001425;
	border-radius: 50%;
	height: 71px;
	width: 71px;
	margin-bottom: 16px;
	margin-right: auto;
	margin-left: auto;
	border: 6px solid #66727c;
}

.awardit-IconCircleBackground.Large {
	height: 83px;
	width: 83px;
}

.awardit-MarginTopSmall {
	margin-top: 10px;
}

.awardit-MarginRightSmall {
	margin-right: 10px;
}

.awardit-MarginLeftSmall {
	margin-left: 10px;
}

.awardit-MarginBottomSmall {
	margin-bottom: 10px;
}

.awardit-MarginTop {
	margin-top: 20px;
}

.awardit-MarginRight {
	margin-right: 20px;
}

.awardit-MarginLeft {
	margin-left: 20px;
}

.awardit-MarginBottom {
	margin-bottom: 20px;
}

.awardit-MarginTopLarge {
	margin-top: 40px;
}

.awardit-MarginRightLarge {
	margin-right: 40px;
}

.awardit-MarginLeftLarge {
	margin-left: 40px;
}

.awardit-MarginBottomLarge {
	margin-bottom: 40px;
}

.awardit-MarginTopNone[class] {
	margin-top: 0;
}

.awardit-MarginRightNone[class] {
	margin-right: 0;
}

.awardit-MarginLeftNone[class] {
	margin-left: 0;
}

.awardit-MarginBottomNone[class] {
	margin-bottom: 0;
}

.awardit-MarginNone[class] {
	margin: 0;
}

.awardit-PaddingTopNone[class] {
	padding-top: 0;
}

.awardit-PaddingRightNone[class] {
	padding-right: 0;
}

.awardit-PaddingLeftNone[class] {
	padding-left: 0;
}

.awardit-PaddingBottomNone[class] {
	padding-bottom: 0;
}

.awardit-PaddingNone[class] {
	padding: 0;
}

.awardit-TextCenter {
	text-align: center;
}

.awardit-TextLeft {
	text-align: left;
}

.awardit-TextRight {
	text-align: right;
}

.awardit-ImgH50 {
	max-height: 50px;
	width: auto;
	box-sizing: border-box;
	vertical-align: middle;
}

.awardit-ImgH80 {
	max-height: 80px;
	width: auto;
	box-sizing: border-box;
	vertical-align: middle;
}

.awardit-Table {
	display: block;
	background-color: #fff;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	overflow-x: auto;
}

.awardit-Table td,
.awardit-Table th {
	padding: 10px;
}

.awardit-Table td[align="center"],
.awardit-Table td[align="center"] {
	text-align: center;
}

.awardit-Table th {
	color: #fff;
	background-color: #66727c;
	text-align: left;
}

.awardit-Table tr {
	background-color: #fff;
}

.awardit-Table tr:nth-child(even) {
	background-color: #eff0f1;
}

.awardit-TableAltStyling {
	display: block;
	border-collapse: separate;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px;
	overflow-x: auto;
}

.awardit-TableAltStyling td {
	background-color: #fff;
	width: 30%;
	border: 1px solid #e2e2e2;
	padding: 10px;
}

.awardit-TableAltStyling,
.awardit-TableAltStyling * {
	box-sizing: border-box;
}

.awardit-ColorBlue {
	color: #001425 !important;
}

.awardit-ColorWhite {
	color: #fff !important;
}

.awardit-SpaceBetween {
	display: flex;
	justify-content: space-between;
}

.awardit-AlignCenter {
	display: flex;
	align-items: center;
}

.awardit-Hero {
	padding: 20px 0;
	min-height: 180px;
}

.awardit-Hero * {
	color: #fff;
	border-color: #fff;
}

.awardit-Hero .awardit-ButtonPrimary {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.awardit-Hero .awardit-ButtonAlt {
		margin-bottom: 5px;
	}
}

.awardit-InfoBox {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.75);
}

.awardit-InfoBoxBorderTop {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.75);
	border-top: 6px solid #001425;
}

.awardit-InfoBoxWhite {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
	border-radius: 4px;
	background-color: #fff;
}

.awardit-InfoBoxGray {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
	border-radius: 4px;
	background-color: rgba(157, 157, 156, 0.1);
}

.awardit-InfoBoxDark {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
	border-radius: 4px;
	background-color: #001425;
}

.awardit-InfoBoxDark * {
	color: #fff;
}

.awardit-InfoBoxDark ul li::before,
.awardit-Hero ul li::before {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 18 14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.2218 1.81559C17.6124 2.20612 17.6124 2.83928 17.2218 3.22981L7.52688 12.9248C7.13635 13.3153 6.50319 13.3153 6.11266 12.9248L0.636062 7.44818C0.245537 7.05765 0.245537 6.42449 0.636061 6.03396L1.81562 4.8544C2.20615 4.46388 2.83931 4.46388 3.22984 4.8544L6.81977 8.44434L14.6281 0.636031C15.0186 0.245507 15.6518 0.245507 16.0423 0.636031L17.2218 1.81559Z' fill='white'/%3e%3c/svg%3e");
}

.awardit-WidthLimiter>.awardit-InfoBox,
.awardit-WidthLimiter>.awardit-InfoBoxDark {
	padding: 40px;
}

.awardit-CenteredList {
	text-align: center;
}

.awardit-CenteredList li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.awardit-Card {
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 4px 4px 20px rgb(0 0 0 / 0.15);
	text-align: center;
	padding: 16px;
}

.awardit-Card a {
	position: relative;
	padding-right: 15px;
	text-align: center;
	color: #001425;
}

.awardit-Card a::after {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	display: inline-block;
	height: 14px;
	width: 7px;
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 7 14' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.1332 7.46484L2.41445 11.1836C2.15742 11.4406 1.7418 11.4406 1.4875 11.1836L0.869531 10.5656C0.6125 10.3086 0.6125 9.89296 0.869531 9.63866L3.50547 7.00273L0.869531 4.36679C0.6125 4.10976 0.6125 3.69413 0.869531 3.43984L1.48477 2.8164C1.7418 2.55937 2.15742 2.55937 2.41172 2.8164L6.13047 6.53515C6.39023 6.79218 6.39023 7.20781 6.1332 7.46484Z' fill='%23001425'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
}

.awardit-Iframe {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 20px;
}

.awardit-Iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}