:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #008000;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #ffffff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #008000;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--brown-primary: #856a47;
	--brown-mocha: #96764d;
	--brown-secondary: #b49166;
	--kurenai-primary: #8b2030;
	--kurenai-dark: #771a2a;
	--kurenai-normal: #b11d33;
	--kurenai-medium: #9d202a;
	--kurenai-light: #cc4f6f;
	--kurenai-extra-light: #e77e7b;
	--ai-primary: #004c9a;
	--ai-dark: #113364;
	--ai-normal: #0084bd;
	--ai-medium: #03417f;
	--ai-light: #175da6;
	--ai-extra-light: #68b3d5;
	--sakura-primary: #e96a7b;
	--sakura-dark: #db4e50;
	--sakura-normal: #f08f98;
	--sakura-medium: #e45659;
	--sakura-light: #e4608d;
	--sakura-extra-light: #f4b3ba;
	--fuji-primary: #8a418a;
	--fuji-dark: #5c183e;
	--fuji-normal: #b74688;
	--fuji-medium: #7c1d55;
	--fuji-light: #753a75;
	--fuji-extra-light: #cc75a1;
	--matsuba-primary: #00765d;
	--matsuba-dark: #004b2e;
	--matsuba-normal: #088339;
	--matsuba-medium: #006938;
	--matsuba-light: #00645c;
	--matsuba-extra-light: #5ba25f;
	--torch-relay-primary: #DC0010;
	--torch-relay-para-primary: #FEC14E;
	--torch-relay-gold: #C28C4C;
	--black: #000000;
	--black-2: #141414;
	--grey-normal: #6f6f6f;
	--grey-medium: #9fa0a0;
	--facebook: #1877f2;
	--twitter: #1da1f2;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1260px;
	--breakpoint-xxl: 1456px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

.jupiterx-post-content table th, .jupiterx-post-content table td, .table th, .table td {
    border-top: 0px !important;
}

body {
	margin: 0;
	font-family: Tokyo2020, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0!important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0072ed;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #004da1;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	/*overflow-y: scroll*/
}

.container {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 744px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1260px) {
	.container {
		max-width: 1240px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
	position: relative;
	width: 100%;
	padding-right: 8px;
	padding-left: 8px
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width:576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1260px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1456px) {
	.col-xxl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.order-xxl-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.order-xxl-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.order-xxl-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.order-xxl-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.order-xxl-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.order-xxl-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.order-xxl-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.33333%
	}
	.offset-xxl-2 {
		margin-left: 16.66667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.33333%
	}
	.offset-xxl-5 {
		margin-left: 41.66667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.33333%
	}
	.offset-xxl-8 {
		margin-left: 66.66667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.33333%
	}
	.offset-xxl-11 {
		margin-left: 91.66667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #000
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	/*border-top: 1px solid #dadada;*/
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dadada
}

.table tbody+tbody {
	border-top: 2px solid #dadada
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dadada
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #dadada
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover tbody tr:hover {
	color: #000;
	background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
	border-color: #7abaff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
	border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #b8dbb8
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color: #7abd7a
}

.table-hover .table-success:hover {
	background-color: #a7d2a7
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #a7d2a7
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
	border-color: #86cfda
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
	border-color: #ffdf7e
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
	border-color: #ed969e
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
	background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
	border-color: #fbfcfc
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
	background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #95999c
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-brown-primary,
.table-brown-primary>td,
.table-brown-primary>th {
	background-color: #ddd5cb
}

.table-brown-primary tbody+tbody,
.table-brown-primary td,
.table-brown-primary th,
.table-brown-primary thead th {
	border-color: #c0b29f
}

.table-hover .table-brown-primary:hover {
	background-color: #d3c9bc
}

.table-hover .table-brown-primary:hover>td,
.table-hover .table-brown-primary:hover>th {
	background-color: #d3c9bc
}

.table-brown-mocha,
.table-brown-mocha>td,
.table-brown-mocha>th {
	background-color: #e2d9cd
}

.table-brown-mocha tbody+tbody,
.table-brown-mocha td,
.table-brown-mocha th,
.table-brown-mocha thead th {
	border-color: #c8b8a2
}

.table-hover .table-brown-mocha:hover {
	background-color: #d9cdbd
}

.table-hover .table-brown-mocha:hover>td,
.table-hover .table-brown-mocha:hover>th {
	background-color: #d9cdbd
}

.table-brown-secondary,
.table-brown-secondary>td,
.table-brown-secondary>th {
	background-color: #eae0d4
}

.table-brown-secondary tbody+tbody,
.table-brown-secondary td,
.table-brown-secondary th,
.table-brown-secondary thead th {
	border-color: #d8c6af
}

.table-hover .table-brown-secondary:hover {
	background-color: #e2d4c3
}

.table-hover .table-brown-secondary:hover>td,
.table-hover .table-brown-secondary:hover>th {
	background-color: #e2d4c3
}

.table-kurenai-primary,
.table-kurenai-primary>td,
.table-kurenai-primary>th {
	background-color: #dfc1c5
}

.table-kurenai-primary tbody+tbody,
.table-kurenai-primary td,
.table-kurenai-primary th,
.table-kurenai-primary thead th {
	border-color: #c38b93
}

.table-hover .table-kurenai-primary:hover {
	background-color: #d6b0b5
}

.table-hover .table-kurenai-primary:hover>td,
.table-hover .table-kurenai-primary:hover>th {
	background-color: #d6b0b5
}

.table-kurenai-dark,
.table-kurenai-dark>td,
.table-kurenai-dark>th {
	background-color: #d9bfc3
}

.table-kurenai-dark tbody+tbody,
.table-kurenai-dark td,
.table-kurenai-dark th,
.table-kurenai-dark thead th {
	border-color: #b88890
}

.table-hover .table-kurenai-dark:hover {
	background-color: #d0afb4
}

.table-hover .table-kurenai-dark:hover>td,
.table-hover .table-kurenai-dark:hover>th {
	background-color: #d0afb4
}

.table-kurenai-normal,
.table-kurenai-normal>td,
.table-kurenai-normal>th {
	background-color: #e9c0c6
}

.table-kurenai-normal tbody+tbody,
.table-kurenai-normal td,
.table-kurenai-normal th,
.table-kurenai-normal thead th {
	border-color: #d68995
}

.table-hover .table-kurenai-normal:hover {
	background-color: #e2adb5
}

.table-hover .table-kurenai-normal:hover>td,
.table-hover .table-kurenai-normal:hover>th {
	background-color: #e2adb5
}

.table-kurenai-medium,
.table-kurenai-medium>td,
.table-kurenai-medium>th {
	background-color: #e4c1c3
}

.table-kurenai-medium tbody+tbody,
.table-kurenai-medium td,
.table-kurenai-medium th,
.table-kurenai-medium thead th {
	border-color: #cc8b90
}

.table-hover .table-kurenai-medium:hover {
	background-color: #dcafb2
}

.table-hover .table-kurenai-medium:hover>td,
.table-hover .table-kurenai-medium:hover>th {
	background-color: #dcafb2
}

.table-kurenai-light,
.table-kurenai-light>td,
.table-kurenai-light>th {
	background-color: #f1ced7
}

.table-kurenai-light tbody+tbody,
.table-kurenai-light td,
.table-kurenai-light th,
.table-kurenai-light thead th {
	border-color: #e4a3b4
}

.table-hover .table-kurenai-light:hover {
	background-color: #ebbac7
}

.table-hover .table-kurenai-light:hover>td,
.table-hover .table-kurenai-light:hover>th {
	background-color: #ebbac7
}

.table-kurenai-extra-light,
.table-kurenai-extra-light>td,
.table-kurenai-extra-light>th {
	background-color: #f8dbda
}

.table-kurenai-extra-light tbody+tbody,
.table-kurenai-extra-light td,
.table-kurenai-extra-light th,
.table-kurenai-extra-light thead th {
	border-color: #f3bcba
}

.table-hover .table-kurenai-extra-light:hover {
	background-color: #f4c6c5
}

.table-hover .table-kurenai-extra-light:hover>td,
.table-hover .table-kurenai-extra-light:hover>th {
	background-color: #f4c6c5
}

.table-ai-primary,
.table-ai-primary>td,
.table-ai-primary>th {
	background-color: #b8cde3
}

.table-ai-primary tbody+tbody,
.table-ai-primary td,
.table-ai-primary th,
.table-ai-primary thead th {
	border-color: #7aa2ca
}

.table-hover .table-ai-primary:hover {
	background-color: #a6c0dc
}

.table-hover .table-ai-primary:hover>td,
.table-hover .table-ai-primary:hover>th {
	background-color: #a6c0dc
}

.table-ai-dark,
.table-ai-dark>td,
.table-ai-dark>th {
	background-color: #bcc6d4
}

.table-ai-dark tbody+tbody,
.table-ai-dark td,
.table-ai-dark th,
.table-ai-dark thead th {
	border-color: #8395ae
}

.table-hover .table-ai-dark:hover {
	background-color: #acb9ca
}

.table-hover .table-ai-dark:hover>td,
.table-hover .table-ai-dark:hover>th {
	background-color: #acb9ca
}

.table-ai-normal,
.table-ai-normal>td,
.table-ai-normal>th {
	background-color: #b8dded
}

.table-ai-normal tbody+tbody,
.table-ai-normal td,
.table-ai-normal th,
.table-ai-normal thead th {
	border-color: #7abfdd
}

.table-hover .table-ai-normal:hover {
	background-color: #a4d3e8
}

.table-hover .table-ai-normal:hover>td,
.table-hover .table-ai-normal:hover>th {
	background-color: #a4d3e8
}

.table-ai-medium,
.table-ai-medium>td,
.table-ai-medium>th {
	background-color: #b8cadb
}

.table-ai-medium tbody+tbody,
.table-ai-medium td,
.table-ai-medium th,
.table-ai-medium thead th {
	border-color: #7c9cbc
}

.table-hover .table-ai-medium:hover {
	background-color: #a7bdd2
}

.table-hover .table-ai-medium:hover>td,
.table-hover .table-ai-medium:hover>th {
	background-color: #a7bdd2
}

.table-ai-light,
.table-ai-light>td,
.table-ai-light>th {
	background-color: #bed2e6
}

.table-ai-light tbody+tbody,
.table-ai-light td,
.table-ai-light th,
.table-ai-light thead th {
	border-color: #86abd1
}

.table-hover .table-ai-light:hover {
	background-color: #acc5df
}

.table-hover .table-ai-light:hover>td,
.table-hover .table-ai-light:hover>th {
	background-color: #acc5df
}

.table-ai-extra-light,
.table-ai-extra-light>td,
.table-ai-extra-light>th {
	background-color: #d5eaf3
}

.table-ai-extra-light tbody+tbody,
.table-ai-extra-light td,
.table-ai-extra-light th,
.table-ai-extra-light thead th {
	border-color: #b0d7e9
}

.table-hover .table-ai-extra-light:hover {
	background-color: #c1e0ed
}

.table-hover .table-ai-extra-light:hover>td,
.table-hover .table-ai-extra-light:hover>th {
	background-color: #c1e0ed
}

.table-sakura-primary,
.table-sakura-primary>td,
.table-sakura-primary>th {
	background-color: #f9d5da
}

.table-sakura-primary tbody+tbody,
.table-sakura-primary td,
.table-sakura-primary th,
.table-sakura-primary thead th {
	border-color: #f4b2ba
}

.table-hover .table-sakura-primary:hover {
	background-color: #f6bfc6
}

.table-hover .table-sakura-primary:hover>td,
.table-hover .table-sakura-primary:hover>th {
	background-color: #f6bfc6
}

.table-sakura-dark,
.table-sakura-dark>td,
.table-sakura-dark>th {
	background-color: #f5cdce
}

.table-sakura-dark tbody+tbody,
.table-sakura-dark td,
.table-sakura-dark th,
.table-sakura-dark thead th {
	border-color: #eca3a4
}

.table-hover .table-sakura-dark:hover {
	background-color: #f1b8b9
}

.table-hover .table-sakura-dark:hover>td,
.table-hover .table-sakura-dark:hover>th {
	background-color: #f1b8b9
}

.table-sakura-normal,
.table-sakura-normal>td,
.table-sakura-normal>th {
	background-color: #fbe0e2
}

.table-sakura-normal tbody+tbody,
.table-sakura-normal td,
.table-sakura-normal th,
.table-sakura-normal thead th {
	border-color: #f7c5c9
}

.table-hover .table-sakura-normal:hover {
	background-color: #f8c9cd
}

.table-hover .table-sakura-normal:hover>td,
.table-hover .table-sakura-normal:hover>th {
	background-color: #f8c9cd
}

.table-sakura-medium,
.table-sakura-medium>td,
.table-sakura-medium>th {
	background-color: #f7d0d1
}

.table-sakura-medium tbody+tbody,
.table-sakura-medium td,
.table-sakura-medium th,
.table-sakura-medium thead th {
	border-color: #f1a7a9
}

.table-hover .table-sakura-medium:hover {
	background-color: #f3babc
}

.table-hover .table-sakura-medium:hover>td,
.table-hover .table-sakura-medium:hover>th {
	background-color: #f3babc
}

.table-sakura-light,
.table-sakura-light>td,
.table-sakura-light>th {
	background-color: #f7d2df
}

.table-sakura-light tbody+tbody,
.table-sakura-light td,
.table-sakura-light th,
.table-sakura-light thead th {
	border-color: #f1acc4
}

.table-hover .table-sakura-light:hover {
	background-color: #f3bcd0
}

.table-hover .table-sakura-light:hover>td,
.table-hover .table-sakura-light:hover>th {
	background-color: #f3bcd0
}

.table-sakura-extra-light,
.table-sakura-extra-light>td,
.table-sakura-extra-light>th {
	background-color: #fceaec
}

.table-sakura-extra-light tbody+tbody,
.table-sakura-extra-light td,
.table-sakura-extra-light th,
.table-sakura-extra-light thead th {
	border-color: #f9d7db
}

.table-hover .table-sakura-extra-light:hover {
	background-color: #f9d4d8
}

.table-hover .table-sakura-extra-light:hover>td,
.table-hover .table-sakura-extra-light:hover>th {
	background-color: #f9d4d8
}

.table-fuji-primary,
.table-fuji-primary>td,
.table-fuji-primary>th {
	background-color: #decade
}

.table-fuji-primary tbody+tbody,
.table-fuji-primary td,
.table-fuji-primary th,
.table-fuji-primary thead th {
	border-color: #c29cc2
}

.table-hover .table-fuji-primary:hover {
	background-color: #d4bad4
}

.table-hover .table-fuji-primary:hover>td,
.table-hover .table-fuji-primary:hover>th {
	background-color: #d4bad4
}

.table-fuji-dark,
.table-fuji-dark>td,
.table-fuji-dark>th {
	background-color: #d1bec9
}

.table-fuji-dark tbody+tbody,
.table-fuji-dark td,
.table-fuji-dark th,
.table-fuji-dark thead th {
	border-color: #aa879b
}

.table-hover .table-fuji-dark:hover {
	background-color: #c6afbd
}

.table-hover .table-fuji-dark:hover>td,
.table-hover .table-fuji-dark:hover>th {
	background-color: #c6afbd
}

.table-fuji-normal,
.table-fuji-normal>td,
.table-fuji-normal>th {
	background-color: #ebcbde
}

.table-fuji-normal tbody+tbody,
.table-fuji-normal td,
.table-fuji-normal th,
.table-fuji-normal thead th {
	border-color: #da9fc1
}

.table-hover .table-fuji-normal:hover {
	background-color: #e4b9d2
}

.table-hover .table-fuji-normal:hover>td,
.table-hover .table-fuji-normal:hover>th {
	background-color: #e4b9d2
}

.table-fuji-medium,
.table-fuji-medium>td,
.table-fuji-medium>th {
	background-color: #dac0cf
}

.table-fuji-medium tbody+tbody,
.table-fuji-medium td,
.table-fuji-medium th,
.table-fuji-medium thead th {
	border-color: #bb89a7
}

.table-hover .table-fuji-medium:hover {
	background-color: #d1b0c3
}

.table-hover .table-fuji-medium:hover>td,
.table-hover .table-fuji-medium:hover>th {
	background-color: #d1b0c3
}

.table-fuji-light,
.table-fuji-light>td,
.table-fuji-light>th {
	background-color: #d8c8d8
}

.table-fuji-light tbody+tbody,
.table-fuji-light td,
.table-fuji-light th,
.table-fuji-light thead th {
	border-color: #b799b7
}

.table-hover .table-fuji-light:hover {
	background-color: #cdb9cd
}

.table-hover .table-fuji-light:hover>td,
.table-hover .table-fuji-light:hover>th {
	background-color: #cdb9cd
}

.table-fuji-extra-light,
.table-fuji-extra-light>td,
.table-fuji-extra-light>th {
	background-color: #f1d8e5
}

.table-fuji-extra-light tbody+tbody,
.table-fuji-extra-light td,
.table-fuji-extra-light th,
.table-fuji-extra-light thead th {
	border-color: #e4b7ce
}

.table-hover .table-fuji-extra-light:hover {
	background-color: #eac5d8
}

.table-hover .table-fuji-extra-light:hover>td,
.table-hover .table-fuji-extra-light:hover>th {
	background-color: #eac5d8
}

.table-matsuba-primary,
.table-matsuba-primary>td,
.table-matsuba-primary>th {
	background-color: #b8d9d2
}

.table-matsuba-primary tbody+tbody,
.table-matsuba-primary td,
.table-matsuba-primary th,
.table-matsuba-primary thead th {
	border-color: #7ab8ab
}

.table-hover .table-matsuba-primary:hover {
	background-color: #a7d0c7
}

.table-hover .table-matsuba-primary:hover>td,
.table-hover .table-matsuba-primary:hover>th {
	background-color: #a7d0c7
}

.table-matsuba-dark,
.table-matsuba-dark>td,
.table-matsuba-dark>th {
	background-color: #b8cdc4
}

.table-matsuba-dark tbody+tbody,
.table-matsuba-dark td,
.table-matsuba-dark th,
.table-matsuba-dark thead th {
	border-color: #7aa192
}

.table-hover .table-matsuba-dark:hover {
	background-color: #a9c2b8
}

.table-hover .table-matsuba-dark:hover>td,
.table-hover .table-matsuba-dark:hover>th {
	background-color: #a9c2b8
}

.table-matsuba-normal,
.table-matsuba-normal>td,
.table-matsuba-normal>th {
	background-color: #badcc8
}

.table-matsuba-normal tbody+tbody,
.table-matsuba-normal td,
.table-matsuba-normal th,
.table-matsuba-normal thead th {
	border-color: #7fbf98
}

.table-hover .table-matsuba-normal:hover {
	background-color: #a9d3bb
}

.table-hover .table-matsuba-normal:hover>td,
.table-hover .table-matsuba-normal:hover>th {
	background-color: #a9d3bb
}

.table-matsuba-medium,
.table-matsuba-medium>td,
.table-matsuba-medium>th {
	background-color: #b8d5c7
}

.table-matsuba-medium tbody+tbody,
.table-matsuba-medium td,
.table-matsuba-medium th,
.table-matsuba-medium thead th {
	border-color: #7ab198
}

.table-hover .table-matsuba-medium:hover {
	background-color: #a8ccba
}

.table-hover .table-matsuba-medium:hover>td,
.table-hover .table-matsuba-medium:hover>th {
	background-color: #a8ccba
}

.table-matsuba-light,
.table-matsuba-light>td,
.table-matsuba-light>th {
	background-color: #b8d4d1
}

.table-matsuba-light tbody+tbody,
.table-matsuba-light td,
.table-matsuba-light th,
.table-matsuba-light thead th {
	border-color: #7aaeaa
}

.table-hover .table-matsuba-light:hover {
	background-color: #a8cac7
}

.table-hover .table-matsuba-light:hover>td,
.table-hover .table-matsuba-light:hover>th {
	background-color: #a8cac7
}

.table-matsuba-extra-light,
.table-matsuba-extra-light>td,
.table-matsuba-extra-light>th {
	background-color: #d1e5d2
}

.table-matsuba-extra-light tbody+tbody,
.table-matsuba-extra-light td,
.table-matsuba-extra-light th,
.table-matsuba-extra-light thead th {
	border-color: #aacfac
}

.table-hover .table-matsuba-extra-light:hover {
	background-color: #c1dcc2
}

.table-hover .table-matsuba-extra-light:hover>td,
.table-hover .table-matsuba-extra-light:hover>th {
	background-color: #c1dcc2
}

.table-torch-relay-primary,
.table-torch-relay-primary>td,
.table-torch-relay-primary>th {
	background-color: #f5b8bc
}

.table-torch-relay-primary tbody+tbody,
.table-torch-relay-primary td,
.table-torch-relay-primary th,
.table-torch-relay-primary thead th {
	border-color: #ed7a83
}

.table-hover .table-torch-relay-primary:hover {
	background-color: #f2a2a7
}

.table-hover .table-torch-relay-primary:hover>td,
.table-hover .table-torch-relay-primary:hover>th {
	background-color: #f2a2a7
}

.table-torch-relay-para-primary,
.table-torch-relay-para-primary>td,
.table-torch-relay-para-primary>th {
	background-color: #ffeecd
}

.table-torch-relay-para-primary tbody+tbody,
.table-torch-relay-para-primary td,
.table-torch-relay-para-primary th,
.table-torch-relay-para-primary thead th {
	border-color: #fedfa3
}

.table-hover .table-torch-relay-para-primary:hover {
	background-color: #ffe5b4
}

.table-hover .table-torch-relay-para-primary:hover>td,
.table-hover .table-torch-relay-para-primary:hover>th {
	background-color: #ffe5b4
}

.table-torch-relay-gold,
.table-torch-relay-gold>td,
.table-torch-relay-gold>th {
	background-color: #eedfcd
}

.table-torch-relay-gold tbody+tbody,
.table-torch-relay-gold td,
.table-torch-relay-gold th,
.table-torch-relay-gold thead th {
	border-color: #dfc3a2
}

.table-hover .table-torch-relay-gold:hover {
	background-color: #e8d3ba
}

.table-hover .table-torch-relay-gold:hover>td,
.table-hover .table-torch-relay-gold:hover>th {
	background-color: #e8d3ba
}

.table-black,
.table-black>td,
.table-black>th {
	background-color: #b8b8b8
}

.table-black tbody+tbody,
.table-black td,
.table-black th,
.table-black thead th {
	border-color: #7a7a7a
}

.table-hover .table-black:hover {
	background-color: #ababab
}

.table-hover .table-black:hover>td,
.table-hover .table-black:hover>th {
	background-color: #ababab
}

.table-black-2,
.table-black-2>td,
.table-black-2>th {
	background-color: #bdbdbd
}

.table-black-2 tbody+tbody,
.table-black-2 td,
.table-black-2 th,
.table-black-2 thead th {
	border-color: #858585
}

.table-hover .table-black-2:hover {
	background-color: #b0b0b0
}

.table-hover .table-black-2:hover>td,
.table-hover .table-black-2:hover>th {
	background-color: #b0b0b0
}

.table-grey-normal,
.table-grey-normal>td,
.table-grey-normal>th {
	background-color: #d7d7d7
}

.table-grey-normal tbody+tbody,
.table-grey-normal td,
.table-grey-normal th,
.table-grey-normal thead th {
	border-color: #b4b4b4
}

.table-hover .table-grey-normal:hover {
	background-color: #cacaca
}

.table-hover .table-grey-normal:hover>td,
.table-hover .table-grey-normal:hover>th {
	background-color: #cacaca
}

.table-grey-medium,
.table-grey-medium>td,
.table-grey-medium>th {
	background-color: #e4e4e4
}

.table-grey-medium tbody+tbody,
.table-grey-medium td,
.table-grey-medium th,
.table-grey-medium thead th {
	border-color: #cdcece
}

.table-hover .table-grey-medium:hover {
	background-color: #d7d7d7
}

.table-hover .table-grey-medium:hover>td,
.table-hover .table-grey-medium:hover>th {
	background-color: #d7d7d7
}

.table-facebook,
.table-facebook>td,
.table-facebook>th {
	background-color: #bed9fb
}

.table-facebook tbody+tbody,
.table-facebook td,
.table-facebook th,
.table-facebook thead th {
	border-color: #87b8f8
}

.table-hover .table-facebook:hover {
	background-color: #a6cbfa
}

.table-hover .table-facebook:hover>td,
.table-hover .table-facebook:hover>th {
	background-color: #a6cbfa
}

.table-twitter,
.table-twitter>td,
.table-twitter>th {
	background-color: #c0e5fb
}

.table-twitter tbody+tbody,
.table-twitter td,
.table-twitter th,
.table-twitter thead th {
	border-color: #89cef8
}

.table-hover .table-twitter:hover {
	background-color: #a8dbf9
}

.table-hover .table-twitter:hover>td,
.table-hover .table-twitter:hover>th {
	background-color: #a8dbf9
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dadada
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1259.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

@media (max-width:1455.98px) {
	.table-responsive-xxl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xxl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: green
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(0, 128, 0, .9);
	border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: green;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008000' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: green;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
	display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
	border-color: green;
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008000' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: green;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
	display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
	display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: green
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: green
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	border-color: green
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	border-color: #00b300;
	background-color: #00b300
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: green
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: green
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
	display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: green;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
	display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
	display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
	border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #000;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		-webkit-transition: none;
		transition: none
	}
}

.btn:hover {
	color: #000;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
	color: #fff;
	background-color: green;
	border-color: green
}

.btn-success:hover {
	color: #fff;
	background-color: #005a00;
	border-color: #004d00
}

.btn-success.focus,
.btn-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 147, 38, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 147, 38, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: green;
	border-color: green
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #004d00;
	border-color: #004000
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 147, 38, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 147, 38, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-brown-primary {
	color: #fff;
	background-color: #856a47;
	border-color: #856a47
}

.btn-brown-primary:hover {
	color: #fff;
	background-color: #6c563a;
	border-color: #645035
}

.btn-brown-primary.focus,
.btn-brown-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(151, 128, 99, .5);
	box-shadow: 0 0 0 .2rem rgba(151, 128, 99, .5)
}

.btn-brown-primary.disabled,
.btn-brown-primary:disabled {
	color: #fff;
	background-color: #856a47;
	border-color: #856a47
}

.btn-brown-primary:not(:disabled):not(.disabled).active,
.btn-brown-primary:not(:disabled):not(.disabled):active,
.show>.btn-brown-primary.dropdown-toggle {
	color: #fff;
	background-color: #645035;
	border-color: #5b4931
}

.btn-brown-primary:not(:disabled):not(.disabled).active:focus,
.btn-brown-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-brown-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(151, 128, 99, .5);
	box-shadow: 0 0 0 .2rem rgba(151, 128, 99, .5)
}

.btn-brown-mocha {
	color: #fff;
	background-color: #96764d;
	border-color: #96764d
}

.btn-brown-mocha:hover {
	color: #fff;
	background-color: #7d6240;
	border-color: #745b3c
}

.btn-brown-mocha.focus,
.btn-brown-mocha:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(166, 139, 104, .5);
	box-shadow: 0 0 0 .2rem rgba(166, 139, 104, .5)
}

.btn-brown-mocha.disabled,
.btn-brown-mocha:disabled {
	color: #fff;
	background-color: #96764d;
	border-color: #96764d
}

.btn-brown-mocha:not(:disabled):not(.disabled).active,
.btn-brown-mocha:not(:disabled):not(.disabled):active,
.show>.btn-brown-mocha.dropdown-toggle {
	color: #fff;
	background-color: #745b3c;
	border-color: #6c5537
}

.btn-brown-mocha:not(:disabled):not(.disabled).active:focus,
.btn-brown-mocha:not(:disabled):not(.disabled):active:focus,
.show>.btn-brown-mocha.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(166, 139, 104, .5);
	box-shadow: 0 0 0 .2rem rgba(166, 139, 104, .5)
}

.btn-brown-secondary {
	color: #212529;
	background-color: #b49166;
	border-color: #b49166
}

.btn-brown-secondary:hover {
	color: #fff;
	background-color: #a47e50;
	border-color: #9b784c
}

.btn-brown-secondary.focus,
.btn-brown-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(158, 129, 93, .5);
	box-shadow: 0 0 0 .2rem rgba(158, 129, 93, .5)
}

.btn-brown-secondary.disabled,
.btn-brown-secondary:disabled {
	color: #212529;
	background-color: #b49166;
	border-color: #b49166
}

.btn-brown-secondary:not(:disabled):not(.disabled).active,
.btn-brown-secondary:not(:disabled):not(.disabled):active,
.show>.btn-brown-secondary.dropdown-toggle {
	color: #fff;
	background-color: #9b784c;
	border-color: #927148
}

.btn-brown-secondary:not(:disabled):not(.disabled).active:focus,
.btn-brown-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-brown-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(158, 129, 93, .5);
	box-shadow: 0 0 0 .2rem rgba(158, 129, 93, .5)
}

.btn-kurenai-primary {
	color: #fff;
	background-color: #8b2030;
	border-color: #8b2030
}

.btn-kurenai-primary:hover {
	color: #fff;
	background-color: #6c1925;
	border-color: #621622
}

.btn-kurenai-primary.focus,
.btn-kurenai-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(156, 65, 79, .5);
	box-shadow: 0 0 0 .2rem rgba(156, 65, 79, .5)
}

.btn-kurenai-primary.disabled,
.btn-kurenai-primary:disabled {
	color: #fff;
	background-color: #8b2030;
	border-color: #8b2030
}

.btn-kurenai-primary:not(:disabled):not(.disabled).active,
.btn-kurenai-primary:not(:disabled):not(.disabled):active,
.show>.btn-kurenai-primary.dropdown-toggle {
	color: #fff;
	background-color: #621622;
	border-color: #57141e
}

.btn-kurenai-primary:not(:disabled):not(.disabled).active:focus,
.btn-kurenai-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-kurenai-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(156, 65, 79, .5);
	box-shadow: 0 0 0 .2rem rgba(156, 65, 79, .5)
}

.btn-kurenai-dark {
	color: #fff;
	background-color: #771a2a;
	border-color: #771a2a
}

.btn-kurenai-dark:hover {
	color: #fff;
	background-color: #58131f;
	border-color: #4d111b
}

.btn-kurenai-dark.focus,
.btn-kurenai-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(139, 60, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(139, 60, 74, .5)
}

.btn-kurenai-dark.disabled,
.btn-kurenai-dark:disabled {
	color: #fff;
	background-color: #771a2a;
	border-color: #771a2a
}

.btn-kurenai-dark:not(:disabled):not(.disabled).active,
.btn-kurenai-dark:not(:disabled):not(.disabled):active,
.show>.btn-kurenai-dark.dropdown-toggle {
	color: #fff;
	background-color: #4d111b;
	border-color: #430f18
}

.btn-kurenai-dark:not(:disabled):not(.disabled).active:focus,
.btn-kurenai-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-kurenai-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(139, 60, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(139, 60, 74, .5)
}

.btn-kurenai-normal {
	color: #fff;
	background-color: #b11d33;
	border-color: #b11d33
}

.btn-kurenai-normal:hover {
	color: #fff;
	background-color: #90182a;
	border-color: #851626
}

.btn-kurenai-normal.focus,
.btn-kurenai-normal:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(189, 63, 82, .5);
	box-shadow: 0 0 0 .2rem rgba(189, 63, 82, .5)
}

.btn-kurenai-normal.disabled,
.btn-kurenai-normal:disabled {
	color: #fff;
	background-color: #b11d33;
	border-color: #b11d33
}

.btn-kurenai-normal:not(:disabled):not(.disabled).active,
.btn-kurenai-normal:not(:disabled):not(.disabled):active,
.show>.btn-kurenai-normal.dropdown-toggle {
	color: #fff;
	background-color: #851626;
	border-color: #7a1423
}

.btn-kurenai-normal:not(:disabled):not(.disabled).active:focus,
.btn-kurenai-normal:not(:disabled):not(.disabled):active:focus,
.show>.btn-kurenai-normal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(189, 63, 82, .5);
	box-shadow: 0 0 0 .2rem rgba(189, 63, 82, .5)
}

.btn-kurenai-medium {
	color: #fff;
	background-color: #9d202a;
	border-color: #9d202a
}

.btn-kurenai-medium:hover {
	color: #fff;
	background-color: #7d1a22;
	border-color: #73171f
}

.btn-kurenai-medium.focus,
.btn-kurenai-medium:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(172, 65, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(172, 65, 74, .5)
}

.btn-kurenai-medium.disabled,
.btn-kurenai-medium:disabled {
	color: #fff;
	background-color: #9d202a;
	border-color: #9d202a
}

.btn-kurenai-medium:not(:disabled):not(.disabled).active,
.btn-kurenai-medium:not(:disabled):not(.disabled):active,
.show>.btn-kurenai-medium.dropdown-toggle {
	color: #fff;
	background-color: #73171f;
	border-color: #68151c
}

.btn-kurenai-medium:not(:disabled):not(.disabled).active:focus,
.btn-kurenai-medium:not(:disabled):not(.disabled):active:focus,
.show>.btn-kurenai-medium.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(172, 65, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(172, 65, 74, .5)
}

.btn-kurenai-light {
	color: #fff;
	background-color: #cc4f6f;
	border-color: #cc4f6f
}

.btn-kurenai-light:hover {
	color: #fff;
	background-color: #be3759;
	border-color: #b43455
}

.btn-kurenai-light.focus,
.btn-kurenai-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(212, 105, 133, .5);
	box-shadow: 0 0 0 .2rem rgba(212, 105, 133, .5)
}

.btn-kurenai-light.disabled,
.btn-kurenai-light:disabled {
	color: #fff;
	background-color: #cc4f6f;
	border-color: #cc4f6f
}

.btn-kurenai-light:not(:disabled):not(.disabled).active,
.btn-kurenai-light:not(:disabled):not(.disabled):active,
.show>.btn-kurenai-light.dropdown-toggle {
	color: #fff;
	background-color: #b43455;
	border-color: #aa3150
}

.btn-kurenai-light:not(:disabled):not(.disabled).active:focus,
.btn-kurenai-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-kurenai-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(212, 105, 133, .5);
	box-shadow: 0 0 0 .2rem rgba(212, 105, 133, .5)
}

.btn-kurenai-extra-light {
	color: #212529;
	background-color: #e77e7b;
	border-color: #e77e7b
}

.btn-kurenai-extra-light:hover {
	color: #fff;
	background-color: #e15e5b;
	border-color: #df5450
}

.btn-kurenai-extra-light.focus,
.btn-kurenai-extra-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(201, 113, 111, .5);
	box-shadow: 0 0 0 .2rem rgba(201, 113, 111, .5)
}

.btn-kurenai-extra-light.disabled,
.btn-kurenai-extra-light:disabled {
	color: #212529;
	background-color: #e77e7b;
	border-color: #e77e7b
}

.btn-kurenai-extra-light:not(:disabled):not(.disabled).active,
.btn-kurenai-extra-light:not(:disabled):not(.disabled):active,
.show>.btn-kurenai-extra-light.dropdown-toggle {
	color: #fff;
	background-color: #df5450;
	border-color: #dd4945
}

.btn-kurenai-extra-light:not(:disabled):not(.disabled).active:focus,
.btn-kurenai-extra-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-kurenai-extra-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(201, 113, 111, .5);
	box-shadow: 0 0 0 .2rem rgba(201, 113, 111, .5)
}

.btn-ai-primary {
	color: #fff;
	background-color: #004c9a;
	border-color: #004c9a
}

.btn-ai-primary:hover {
	color: #fff;
	background-color: #003974;
	border-color: #003367
}

.btn-ai-primary.focus,
.btn-ai-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 103, 169, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 103, 169, .5)
}

.btn-ai-primary.disabled,
.btn-ai-primary:disabled {
	color: #fff;
	background-color: #004c9a;
	border-color: #004c9a
}

.btn-ai-primary:not(:disabled):not(.disabled).active,
.btn-ai-primary:not(:disabled):not(.disabled):active,
.show>.btn-ai-primary.dropdown-toggle {
	color: #fff;
	background-color: #003367;
	border-color: #002d5a
}

.btn-ai-primary:not(:disabled):not(.disabled).active:focus,
.btn-ai-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-ai-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 103, 169, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 103, 169, .5)
}

.btn-ai-dark {
	color: #fff;
	background-color: #113364;
	border-color: #113364
}

.btn-ai-dark:hover {
	color: #fff;
	background-color: #0b2243;
	border-color: #0a1d38
}

.btn-ai-dark.focus,
.btn-ai-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(53, 82, 123, .5);
	box-shadow: 0 0 0 .2rem rgba(53, 82, 123, .5)
}

.btn-ai-dark.disabled,
.btn-ai-dark:disabled {
	color: #fff;
	background-color: #113364;
	border-color: #113364
}

.btn-ai-dark:not(:disabled):not(.disabled).active,
.btn-ai-dark:not(:disabled):not(.disabled):active,
.show>.btn-ai-dark.dropdown-toggle {
	color: #fff;
	background-color: #0a1d38;
	border-color: #08172e
}

.btn-ai-dark:not(:disabled):not(.disabled).active:focus,
.btn-ai-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-ai-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(53, 82, 123, .5);
	box-shadow: 0 0 0 .2rem rgba(53, 82, 123, .5)
}

.btn-ai-normal {
	color: #fff;
	background-color: #0084bd;
	border-color: #0084bd
}

.btn-ai-normal:hover {
	color: #fff;
	background-color: #006997;
	border-color: #00608a
}

.btn-ai-normal.focus,
.btn-ai-normal:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 150, 199, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 150, 199, .5)
}

.btn-ai-normal.disabled,
.btn-ai-normal:disabled {
	color: #fff;
	background-color: #0084bd;
	border-color: #0084bd
}

.btn-ai-normal:not(:disabled):not(.disabled).active,
.btn-ai-normal:not(:disabled):not(.disabled):active,
.show>.btn-ai-normal.dropdown-toggle {
	color: #fff;
	background-color: #00608a;
	border-color: #00577d
}

.btn-ai-normal:not(:disabled):not(.disabled).active:focus,
.btn-ai-normal:not(:disabled):not(.disabled):active:focus,
.show>.btn-ai-normal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 150, 199, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 150, 199, .5)
}

.btn-ai-medium {
	color: #fff;
	background-color: #03417f;
	border-color: #03417f
}

.btn-ai-medium:hover {
	color: #fff;
	background-color: #022e5a;
	border-color: #02284d
}

.btn-ai-medium.focus,
.btn-ai-medium:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(41, 94, 146, .5);
	box-shadow: 0 0 0 .2rem rgba(41, 94, 146, .5)
}

.btn-ai-medium.disabled,
.btn-ai-medium:disabled {
	color: #fff;
	background-color: #03417f;
	border-color: #03417f
}

.btn-ai-medium:not(:disabled):not(.disabled).active,
.btn-ai-medium:not(:disabled):not(.disabled):active,
.show>.btn-ai-medium.dropdown-toggle {
	color: #fff;
	background-color: #02284d;
	border-color: #022141
}

.btn-ai-medium:not(:disabled):not(.disabled).active:focus,
.btn-ai-medium:not(:disabled):not(.disabled):active:focus,
.show>.btn-ai-medium.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(41, 94, 146, .5);
	box-shadow: 0 0 0 .2rem rgba(41, 94, 146, .5)
}

.btn-ai-light {
	color: #fff;
	background-color: #175da6;
	border-color: #175da6
}

.btn-ai-light:hover {
	color: #fff;
	background-color: #124a84;
	border-color: #114479
}

.btn-ai-light.focus,
.btn-ai-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(58, 117, 179, .5);
	box-shadow: 0 0 0 .2rem rgba(58, 117, 179, .5)
}

.btn-ai-light.disabled,
.btn-ai-light:disabled {
	color: #fff;
	background-color: #175da6;
	border-color: #175da6
}

.btn-ai-light:not(:disabled):not(.disabled).active,
.btn-ai-light:not(:disabled):not(.disabled):active,
.show>.btn-ai-light.dropdown-toggle {
	color: #fff;
	background-color: #114479;
	border-color: #0f3e6e
}

.btn-ai-light:not(:disabled):not(.disabled).active:focus,
.btn-ai-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-ai-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(58, 117, 179, .5);
	box-shadow: 0 0 0 .2rem rgba(58, 117, 179, .5)
}

.btn-ai-extra-light {
	color: #212529;
	background-color: #68b3d5;
	border-color: #68b3d5
}

.btn-ai-extra-light:hover {
	color: #fff;
	background-color: #4aa4cd;
	border-color: #409fca
}

.btn-ai-extra-light.focus,
.btn-ai-extra-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(93, 158, 187, .5);
	box-shadow: 0 0 0 .2rem rgba(93, 158, 187, .5)
}

.btn-ai-extra-light.disabled,
.btn-ai-extra-light:disabled {
	color: #212529;
	background-color: #68b3d5;
	border-color: #68b3d5
}

.btn-ai-extra-light:not(:disabled):not(.disabled).active,
.btn-ai-extra-light:not(:disabled):not(.disabled):active,
.show>.btn-ai-extra-light.dropdown-toggle {
	color: #fff;
	background-color: #409fca;
	border-color: #379ac6
}

.btn-ai-extra-light:not(:disabled):not(.disabled).active:focus,
.btn-ai-extra-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-ai-extra-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(93, 158, 187, .5);
	box-shadow: 0 0 0 .2rem rgba(93, 158, 187, .5)
}

.btn-sakura-primary {
	color: #fff;
	background-color: #e96a7b;
	border-color: #e96a7b
}

.btn-sakura-primary:hover {
	color: #fff;
	background-color: #e4495d;
	border-color: #e23e54
}

.btn-sakura-primary.focus,
.btn-sakura-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(236, 128, 143, .5);
	box-shadow: 0 0 0 .2rem rgba(236, 128, 143, .5)
}

.btn-sakura-primary.disabled,
.btn-sakura-primary:disabled {
	color: #fff;
	background-color: #e96a7b;
	border-color: #e96a7b
}

.btn-sakura-primary:not(:disabled):not(.disabled).active,
.btn-sakura-primary:not(:disabled):not(.disabled):active,
.show>.btn-sakura-primary.dropdown-toggle {
	color: #fff;
	background-color: #e23e54;
	border-color: #e1324a
}

.btn-sakura-primary:not(:disabled):not(.disabled).active:focus,
.btn-sakura-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-sakura-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(236, 128, 143, .5);
	box-shadow: 0 0 0 .2rem rgba(236, 128, 143, .5)
}

.btn-sakura-dark {
	color: #fff;
	background-color: #db4e50;
	border-color: #db4e50
}

.btn-sakura-dark:hover {
	color: #fff;
	background-color: #d52e31;
	border-color: #cc2a2c
}

.btn-sakura-dark.focus,
.btn-sakura-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(224, 105, 106, .5);
	box-shadow: 0 0 0 .2rem rgba(224, 105, 106, .5)
}

.btn-sakura-dark.disabled,
.btn-sakura-dark:disabled {
	color: #fff;
	background-color: #db4e50;
	border-color: #db4e50
}

.btn-sakura-dark:not(:disabled):not(.disabled).active,
.btn-sakura-dark:not(:disabled):not(.disabled):active,
.show>.btn-sakura-dark.dropdown-toggle {
	color: #fff;
	background-color: #cc2a2c;
	border-color: #c2272a
}

.btn-sakura-dark:not(:disabled):not(.disabled).active:focus,
.btn-sakura-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-sakura-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(224, 105, 106, .5);
	box-shadow: 0 0 0 .2rem rgba(224, 105, 106, .5)
}

.btn-sakura-normal {
	color: #212529;
	background-color: #f08f98;
	border-color: #f08f98
}

.btn-sakura-normal:hover {
	color: #fff;
	background-color: #eb6d79;
	border-color: #ea626f
}

.btn-sakura-normal.focus,
.btn-sakura-normal:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(209, 127, 135, .5);
	box-shadow: 0 0 0 .2rem rgba(209, 127, 135, .5)
}

.btn-sakura-normal.disabled,
.btn-sakura-normal:disabled {
	color: #212529;
	background-color: #f08f98;
	border-color: #f08f98
}

.btn-sakura-normal:not(:disabled):not(.disabled).active,
.btn-sakura-normal:not(:disabled):not(.disabled):active,
.show>.btn-sakura-normal.dropdown-toggle {
	color: #fff;
	background-color: #ea626f;
	border-color: #e85764
}

.btn-sakura-normal:not(:disabled):not(.disabled).active:focus,
.btn-sakura-normal:not(:disabled):not(.disabled):active:focus,
.show>.btn-sakura-normal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(209, 127, 135, .5);
	box-shadow: 0 0 0 .2rem rgba(209, 127, 135, .5)
}

.btn-sakura-medium {
	color: #fff;
	background-color: #e45659;
	border-color: #e45659
}

.btn-sakura-medium:hover {
	color: #fff;
	background-color: #df3539;
	border-color: #dd2a2e
}

.btn-sakura-medium.focus,
.btn-sakura-medium:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(232, 111, 114, .5);
	box-shadow: 0 0 0 .2rem rgba(232, 111, 114, .5)
}

.btn-sakura-medium.disabled,
.btn-sakura-medium:disabled {
	color: #fff;
	background-color: #e45659;
	border-color: #e45659
}

.btn-sakura-medium:not(:disabled):not(.disabled).active,
.btn-sakura-medium:not(:disabled):not(.disabled):active,
.show>.btn-sakura-medium.dropdown-toggle {
	color: #fff;
	background-color: #dd2a2e;
	border-color: #d82226
}

.btn-sakura-medium:not(:disabled):not(.disabled).active:focus,
.btn-sakura-medium:not(:disabled):not(.disabled):active:focus,
.show>.btn-sakura-medium.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(232, 111, 114, .5);
	box-shadow: 0 0 0 .2rem rgba(232, 111, 114, .5)
}

.btn-sakura-light {
	color: #fff;
	background-color: #e4608d;
	border-color: #e4608d
}

.btn-sakura-light:hover {
	color: #fff;
	background-color: #de3f76;
	border-color: #dd346e
}

.btn-sakura-light.focus,
.btn-sakura-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(232, 120, 158, .5);
	box-shadow: 0 0 0 .2rem rgba(232, 120, 158, .5)
}

.btn-sakura-light.disabled,
.btn-sakura-light:disabled {
	color: #fff;
	background-color: #e4608d;
	border-color: #e4608d
}

.btn-sakura-light:not(:disabled):not(.disabled).active,
.btn-sakura-light:not(:disabled):not(.disabled):active,
.show>.btn-sakura-light.dropdown-toggle {
	color: #fff;
	background-color: #dd346e;
	border-color: #db2a66
}

.btn-sakura-light:not(:disabled):not(.disabled).active:focus,
.btn-sakura-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-sakura-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(232, 120, 158, .5);
	box-shadow: 0 0 0 .2rem rgba(232, 120, 158, .5)
}

.btn-sakura-extra-light {
	color: #212529;
	background-color: #f4b3ba;
	border-color: #f4b3ba
}

.btn-sakura-extra-light:hover {
	color: #212529;
	background-color: #ef929c;
	border-color: #ee8692
}

.btn-sakura-extra-light.focus,
.btn-sakura-extra-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(212, 158, 164, .5);
	box-shadow: 0 0 0 .2rem rgba(212, 158, 164, .5)
}

.btn-sakura-extra-light.disabled,
.btn-sakura-extra-light:disabled {
	color: #212529;
	background-color: #f4b3ba;
	border-color: #f4b3ba
}

.btn-sakura-extra-light:not(:disabled):not(.disabled).active,
.btn-sakura-extra-light:not(:disabled):not(.disabled):active,
.show>.btn-sakura-extra-light.dropdown-toggle {
	color: #212529;
	background-color: #ee8692;
	border-color: #ec7b87
}

.btn-sakura-extra-light:not(:disabled):not(.disabled).active:focus,
.btn-sakura-extra-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-sakura-extra-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(212, 158, 164, .5);
	box-shadow: 0 0 0 .2rem rgba(212, 158, 164, .5)
}

.btn-fuji-primary {
	color: #fff;
	background-color: #8a418a;
	border-color: #8a418a
}

.btn-fuji-primary:hover {
	color: #fff;
	background-color: #703570;
	border-color: #673167
}

.btn-fuji-primary.focus,
.btn-fuji-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(156, 94, 156, .5);
	box-shadow: 0 0 0 .2rem rgba(156, 94, 156, .5)
}

.btn-fuji-primary.disabled,
.btn-fuji-primary:disabled {
	color: #fff;
	background-color: #8a418a;
	border-color: #8a418a
}

.btn-fuji-primary:not(:disabled):not(.disabled).active,
.btn-fuji-primary:not(:disabled):not(.disabled):active,
.show>.btn-fuji-primary.dropdown-toggle {
	color: #fff;
	background-color: #673167;
	border-color: #5f2d5f
}

.btn-fuji-primary:not(:disabled):not(.disabled).active:focus,
.btn-fuji-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-fuji-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(156, 94, 156, .5);
	box-shadow: 0 0 0 .2rem rgba(156, 94, 156, .5)
}

.btn-fuji-dark {
	color: #fff;
	background-color: #5c183e;
	border-color: #5c183e
}

.btn-fuji-dark:hover {
	color: #fff;
	background-color: #3e102a;
	border-color: #340d23
}

.btn-fuji-dark.focus,
.btn-fuji-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(116, 59, 91, .5);
	box-shadow: 0 0 0 .2rem rgba(116, 59, 91, .5)
}

.btn-fuji-dark.disabled,
.btn-fuji-dark:disabled {
	color: #fff;
	background-color: #5c183e;
	border-color: #5c183e
}

.btn-fuji-dark:not(:disabled):not(.disabled).active,
.btn-fuji-dark:not(:disabled):not(.disabled):active,
.show>.btn-fuji-dark.dropdown-toggle {
	color: #fff;
	background-color: #340d23;
	border-color: #290b1c
}

.btn-fuji-dark:not(:disabled):not(.disabled).active:focus,
.btn-fuji-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-fuji-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(116, 59, 91, .5);
	box-shadow: 0 0 0 .2rem rgba(116, 59, 91, .5)
}

.btn-fuji-normal {
	color: #fff;
	background-color: #b74688;
	border-color: #b74688
}

.btn-fuji-normal:hover {
	color: #fff;
	background-color: #9b3b73;
	border-color: #92386d
}

.btn-fuji-normal.focus,
.btn-fuji-normal:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(194, 98, 154, .5);
	box-shadow: 0 0 0 .2rem rgba(194, 98, 154, .5)
}

.btn-fuji-normal.disabled,
.btn-fuji-normal:disabled {
	color: #fff;
	background-color: #b74688;
	border-color: #b74688
}

.btn-fuji-normal:not(:disabled):not(.disabled).active,
.btn-fuji-normal:not(:disabled):not(.disabled):active,
.show>.btn-fuji-normal.dropdown-toggle {
	color: #fff;
	background-color: #92386d;
	border-color: #893466
}

.btn-fuji-normal:not(:disabled):not(.disabled).active:focus,
.btn-fuji-normal:not(:disabled):not(.disabled):active:focus,
.show>.btn-fuji-normal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(194, 98, 154, .5);
	box-shadow: 0 0 0 .2rem rgba(194, 98, 154, .5)
}

.btn-fuji-medium {
	color: #fff;
	background-color: #7c1d55;
	border-color: #7c1d55
}

.btn-fuji-medium:hover {
	color: #fff;
	background-color: #5d1640;
	border-color: #531339
}

.btn-fuji-medium.focus,
.btn-fuji-medium:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(144, 63, 111, .5);
	box-shadow: 0 0 0 .2rem rgba(144, 63, 111, .5)
}

.btn-fuji-medium.disabled,
.btn-fuji-medium:disabled {
	color: #fff;
	background-color: #7c1d55;
	border-color: #7c1d55
}

.btn-fuji-medium:not(:disabled):not(.disabled).active,
.btn-fuji-medium:not(:disabled):not(.disabled):active,
.show>.btn-fuji-medium.dropdown-toggle {
	color: #fff;
	background-color: #531339;
	border-color: #481132
}

.btn-fuji-medium:not(:disabled):not(.disabled).active:focus,
.btn-fuji-medium:not(:disabled):not(.disabled):active:focus,
.show>.btn-fuji-medium.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(144, 63, 111, .5);
	box-shadow: 0 0 0 .2rem rgba(144, 63, 111, .5)
}

.btn-fuji-light {
	color: #fff;
	background-color: #753a75;
	border-color: #753a75
}

.btn-fuji-light:hover {
	color: #fff;
	background-color: #5b2d5b;
	border-color: #532953
}

.btn-fuji-light.focus,
.btn-fuji-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(138, 88, 138, .5);
	box-shadow: 0 0 0 .2rem rgba(138, 88, 138, .5)
}

.btn-fuji-light.disabled,
.btn-fuji-light:disabled {
	color: #fff;
	background-color: #753a75;
	border-color: #753a75
}

.btn-fuji-light:not(:disabled):not(.disabled).active,
.btn-fuji-light:not(:disabled):not(.disabled):active,
.show>.btn-fuji-light.dropdown-toggle {
	color: #fff;
	background-color: #532953;
	border-color: #4a254a
}

.btn-fuji-light:not(:disabled):not(.disabled).active:focus,
.btn-fuji-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-fuji-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(138, 88, 138, .5);
	box-shadow: 0 0 0 .2rem rgba(138, 88, 138, .5)
}

.btn-fuji-extra-light {
	color: #fff;
	background-color: #cc75a1;
	border-color: #cc75a1
}

.btn-fuji-extra-light:hover {
	color: #fff;
	background-color: #c2598e;
	border-color: #be5088
}

.btn-fuji-extra-light.focus,
.btn-fuji-extra-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(212, 138, 175, .5);
	box-shadow: 0 0 0 .2rem rgba(212, 138, 175, .5)
}

.btn-fuji-extra-light.disabled,
.btn-fuji-extra-light:disabled {
	color: #fff;
	background-color: #cc75a1;
	border-color: #cc75a1
}

.btn-fuji-extra-light:not(:disabled):not(.disabled).active,
.btn-fuji-extra-light:not(:disabled):not(.disabled):active,
.show>.btn-fuji-extra-light.dropdown-toggle {
	color: #fff;
	background-color: #be5088;
	border-color: #bb4681
}

.btn-fuji-extra-light:not(:disabled):not(.disabled).active:focus,
.btn-fuji-extra-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-fuji-extra-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(212, 138, 175, .5);
	box-shadow: 0 0 0 .2rem rgba(212, 138, 175, .5)
}

.btn-matsuba-primary {
	color: #fff;
	background-color: #00765d;
	border-color: #00765d
}

.btn-matsuba-primary:hover {
	color: #fff;
	background-color: #00503f;
	border-color: #004335
}

.btn-matsuba-primary.focus,
.btn-matsuba-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 139, 117, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 139, 117, .5)
}

.btn-matsuba-primary.disabled,
.btn-matsuba-primary:disabled {
	color: #fff;
	background-color: #00765d;
	border-color: #00765d
}

.btn-matsuba-primary:not(:disabled):not(.disabled).active,
.btn-matsuba-primary:not(:disabled):not(.disabled):active,
.show>.btn-matsuba-primary.dropdown-toggle {
	color: #fff;
	background-color: #004335;
	border-color: #00362b
}

.btn-matsuba-primary:not(:disabled):not(.disabled).active:focus,
.btn-matsuba-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-matsuba-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 139, 117, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 139, 117, .5)
}

.btn-matsuba-dark {
	color: #fff;
	background-color: #004b2e;
	border-color: #004b2e
}

.btn-matsuba-dark:hover {
	color: #fff;
	background-color: #002517;
	border-color: #00180f
}

.btn-matsuba-dark.focus,
.btn-matsuba-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 102, 77, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 102, 77, .5)
}

.btn-matsuba-dark.disabled,
.btn-matsuba-dark:disabled {
	color: #fff;
	background-color: #004b2e;
	border-color: #004b2e
}

.btn-matsuba-dark:not(:disabled):not(.disabled).active,
.btn-matsuba-dark:not(:disabled):not(.disabled):active,
.show>.btn-matsuba-dark.dropdown-toggle {
	color: #fff;
	background-color: #00180f;
	border-color: #000b07
}

.btn-matsuba-dark:not(:disabled):not(.disabled).active:focus,
.btn-matsuba-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-matsuba-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 102, 77, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 102, 77, .5)
}

.btn-matsuba-normal {
	color: #fff;
	background-color: #088339;
	border-color: #088339
}

.btn-matsuba-normal:hover {
	color: #fff;
	background-color: #065f29;
	border-color: #055324
}

.btn-matsuba-normal.focus,
.btn-matsuba-normal:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(45, 150, 87, .5);
	box-shadow: 0 0 0 .2rem rgba(45, 150, 87, .5)
}

.btn-matsuba-normal.disabled,
.btn-matsuba-normal:disabled {
	color: #fff;
	background-color: #088339;
	border-color: #088339
}

.btn-matsuba-normal:not(:disabled):not(.disabled).active,
.btn-matsuba-normal:not(:disabled):not(.disabled):active,
.show>.btn-matsuba-normal.dropdown-toggle {
	color: #fff;
	background-color: #055324;
	border-color: #04471f
}

.btn-matsuba-normal:not(:disabled):not(.disabled).active:focus,
.btn-matsuba-normal:not(:disabled):not(.disabled):active:focus,
.show>.btn-matsuba-normal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(45, 150, 87, .5);
	box-shadow: 0 0 0 .2rem rgba(45, 150, 87, .5)
}

.btn-matsuba-medium {
	color: #fff;
	background-color: #006938;
	border-color: #006938
}

.btn-matsuba-medium:hover {
	color: #fff;
	background-color: #004324;
	border-color: #00361d
}

.btn-matsuba-medium.focus,
.btn-matsuba-medium:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 128, 86, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 128, 86, .5)
}

.btn-matsuba-medium.disabled,
.btn-matsuba-medium:disabled {
	color: #fff;
	background-color: #006938;
	border-color: #006938
}

.btn-matsuba-medium:not(:disabled):not(.disabled).active,
.btn-matsuba-medium:not(:disabled):not(.disabled):active,
.show>.btn-matsuba-medium.dropdown-toggle {
	color: #fff;
	background-color: #00361d;
	border-color: #002916
}

.btn-matsuba-medium:not(:disabled):not(.disabled).active:focus,
.btn-matsuba-medium:not(:disabled):not(.disabled):active:focus,
.show>.btn-matsuba-medium.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 128, 86, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 128, 86, .5)
}

.btn-matsuba-light {
	color: #fff;
	background-color: #00645c;
	border-color: #00645c
}

.btn-matsuba-light:hover {
	color: #fff;
	background-color: #003e39;
	border-color: #00312d
}

.btn-matsuba-light.focus,
.btn-matsuba-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 123, 116, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 123, 116, .5)
}

.btn-matsuba-light.disabled,
.btn-matsuba-light:disabled {
	color: #fff;
	background-color: #00645c;
	border-color: #00645c
}

.btn-matsuba-light:not(:disabled):not(.disabled).active,
.btn-matsuba-light:not(:disabled):not(.disabled):active,
.show>.btn-matsuba-light.dropdown-toggle {
	color: #fff;
	background-color: #00312d;
	border-color: #002421
}

.btn-matsuba-light:not(:disabled):not(.disabled).active:focus,
.btn-matsuba-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-matsuba-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 123, 116, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 123, 116, .5)
}

.btn-matsuba-extra-light {
	color: #fff;
	background-color: #5ba25f;
	border-color: #5ba25f
}

.btn-matsuba-extra-light:hover {
	color: #fff;
	background-color: #4d8a51;
	border-color: #49814c
}

.btn-matsuba-extra-light.focus,
.btn-matsuba-extra-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(116, 176, 119, .5);
	box-shadow: 0 0 0 .2rem rgba(116, 176, 119, .5)
}

.btn-matsuba-extra-light.disabled,
.btn-matsuba-extra-light:disabled {
	color: #fff;
	background-color: #5ba25f;
	border-color: #5ba25f
}

.btn-matsuba-extra-light:not(:disabled):not(.disabled).active,
.btn-matsuba-extra-light:not(:disabled):not(.disabled):active,
.show>.btn-matsuba-extra-light.dropdown-toggle {
	color: #fff;
	background-color: #49814c;
	border-color: #447947
}

.btn-matsuba-extra-light:not(:disabled):not(.disabled).active:focus,
.btn-matsuba-extra-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-matsuba-extra-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(116, 176, 119, .5);
	box-shadow: 0 0 0 .2rem rgba(116, 176, 119, .5)
}

.btn-torch-relay-primary {
	color: #fff;
	background-color: #dc0010;
	border-color: #dc0010
}

.btn-torch-relay-primary:hover {
	color: #fff;
	background-color: #b6000d;
	border-color: #a9000c
}

.btn-torch-relay-primary.focus,
.btn-torch-relay-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 38, 52, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 38, 52, .5)
}

.btn-torch-relay-primary.disabled,
.btn-torch-relay-primary:disabled {
	color: #fff;
	background-color: #dc0010;
	border-color: #dc0010
}

.btn-torch-relay-primary:not(:disabled):not(.disabled).active,
.btn-torch-relay-primary:not(:disabled):not(.disabled):active,
.show>.btn-torch-relay-primary.dropdown-toggle {
	color: #fff;
	background-color: #a9000c;
	border-color: #9c000b
}

.btn-torch-relay-primary:not(:disabled):not(.disabled).active:focus,
.btn-torch-relay-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-torch-relay-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(225, 38, 52, .5);
	box-shadow: 0 0 0 .2rem rgba(225, 38, 52, .5)
}

.btn-torch-relay-para-primary {
	color: #212529;
	background-color: #fec14e;
	border-color: #fec14e
}

.btn-torch-relay-para-primary:hover {
	color: #212529;
	background-color: #feb428;
	border-color: #feaf1b
}

.btn-torch-relay-para-primary.focus,
.btn-torch-relay-para-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(221, 170, 72, .5);
	box-shadow: 0 0 0 .2rem rgba(221, 170, 72, .5)
}

.btn-torch-relay-para-primary.disabled,
.btn-torch-relay-para-primary:disabled {
	color: #212529;
	background-color: #fec14e;
	border-color: #fec14e
}

.btn-torch-relay-para-primary:not(:disabled):not(.disabled).active,
.btn-torch-relay-para-primary:not(:disabled):not(.disabled):active,
.show>.btn-torch-relay-para-primary.dropdown-toggle {
	color: #212529;
	background-color: #feaf1b;
	border-color: #feab0f
}

.btn-torch-relay-para-primary:not(:disabled):not(.disabled).active:focus,
.btn-torch-relay-para-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-torch-relay-para-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(221, 170, 72, .5);
	box-shadow: 0 0 0 .2rem rgba(221, 170, 72, .5)
}

.btn-torch-relay-gold {
	color: #fff;
	background-color: #c28c4c;
	border-color: #c28c4c
}

.btn-torch-relay-gold:hover {
	color: #fff;
	background-color: #ad793b;
	border-color: #a37238
}

.btn-torch-relay-gold.focus,
.btn-torch-relay-gold:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(203, 157, 103, .5);
	box-shadow: 0 0 0 .2rem rgba(203, 157, 103, .5)
}

.btn-torch-relay-gold.disabled,
.btn-torch-relay-gold:disabled {
	color: #fff;
	background-color: #c28c4c;
	border-color: #c28c4c
}

.btn-torch-relay-gold:not(:disabled):not(.disabled).active,
.btn-torch-relay-gold:not(:disabled):not(.disabled):active,
.show>.btn-torch-relay-gold.dropdown-toggle {
	color: #fff;
	background-color: #a37238;
	border-color: #9a6b34
}

.btn-torch-relay-gold:not(:disabled):not(.disabled).active:focus,
.btn-torch-relay-gold:not(:disabled):not(.disabled):active:focus,
.show>.btn-torch-relay-gold.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(203, 157, 103, .5);
	box-shadow: 0 0 0 .2rem rgba(203, 157, 103, .5)
}

.btn-black {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black.focus,
.btn-black:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-black.disabled,
.btn-black:disabled {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active,
.show>.btn-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black:not(:disabled):not(.disabled).active:focus,
.btn-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-black.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);
	box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-black-2 {
	color: #fff;
	background-color: #141414;
	border-color: #141414
}

.btn-black-2:hover {
	color: #fff;
	background-color: #010101;
	border-color: #000
}

.btn-black-2.focus,
.btn-black-2:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(55, 55, 55, .5);
	box-shadow: 0 0 0 .2rem rgba(55, 55, 55, .5)
}

.btn-black-2.disabled,
.btn-black-2:disabled {
	color: #fff;
	background-color: #141414;
	border-color: #141414
}

.btn-black-2:not(:disabled):not(.disabled).active,
.btn-black-2:not(:disabled):not(.disabled):active,
.show>.btn-black-2.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black-2:not(:disabled):not(.disabled).active:focus,
.btn-black-2:not(:disabled):not(.disabled):active:focus,
.show>.btn-black-2.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(55, 55, 55, .5);
	box-shadow: 0 0 0 .2rem rgba(55, 55, 55, .5)
}

.btn-grey-normal {
	color: #fff;
	background-color: #6f6f6f;
	border-color: #6f6f6f
}

.btn-grey-normal:hover {
	color: #fff;
	background-color: #5c5c5c;
	border-color: #565656
}

.btn-grey-normal.focus,
.btn-grey-normal:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(133, 133, 133, .5);
	box-shadow: 0 0 0 .2rem rgba(133, 133, 133, .5)
}

.btn-grey-normal.disabled,
.btn-grey-normal:disabled {
	color: #fff;
	background-color: #6f6f6f;
	border-color: #6f6f6f
}

.btn-grey-normal:not(:disabled):not(.disabled).active,
.btn-grey-normal:not(:disabled):not(.disabled):active,
.show>.btn-grey-normal.dropdown-toggle {
	color: #fff;
	background-color: #565656;
	border-color: #4f4f4f
}

.btn-grey-normal:not(:disabled):not(.disabled).active:focus,
.btn-grey-normal:not(:disabled):not(.disabled):active:focus,
.show>.btn-grey-normal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(133, 133, 133, .5);
	box-shadow: 0 0 0 .2rem rgba(133, 133, 133, .5)
}

.btn-grey-medium {
	color: #212529;
	background-color: #9fa0a0;
	border-color: #9fa0a0
}

.btn-grey-medium:hover {
	color: #fff;
	background-color: #8c8d8d;
	border-color: #858787
}

.btn-grey-medium.focus,
.btn-grey-medium:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(140, 142, 142, .5);
	box-shadow: 0 0 0 .2rem rgba(140, 142, 142, .5)
}

.btn-grey-medium.disabled,
.btn-grey-medium:disabled {
	color: #212529;
	background-color: #9fa0a0;
	border-color: #9fa0a0
}

.btn-grey-medium:not(:disabled):not(.disabled).active,
.btn-grey-medium:not(:disabled):not(.disabled):active,
.show>.btn-grey-medium.dropdown-toggle {
	color: #fff;
	background-color: #858787;
	border-color: #7f8080
}

.btn-grey-medium:not(:disabled):not(.disabled).active:focus,
.btn-grey-medium:not(:disabled):not(.disabled):active:focus,
.show>.btn-grey-medium.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(140, 142, 142, .5);
	box-shadow: 0 0 0 .2rem rgba(140, 142, 142, .5)
}

.btn-facebook {
	color: #fff;
	background-color: #1877f2;
	border-color: #1877f2
}

.btn-facebook:hover {
	color: #fff;
	background-color: #0c65d8;
	border-color: #0b5fcc
}

.btn-facebook.focus,
.btn-facebook:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(59, 139, 244, .5);
	box-shadow: 0 0 0 .2rem rgba(59, 139, 244, .5)
}

.btn-facebook.disabled,
.btn-facebook:disabled {
	color: #fff;
	background-color: #1877f2;
	border-color: #1877f2
}

.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:not(:disabled):not(.disabled):active,
.show>.btn-facebook.dropdown-toggle {
	color: #fff;
	background-color: #0b5fcc;
	border-color: #0b5abf
}

.btn-facebook:not(:disabled):not(.disabled).active:focus,
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(59, 139, 244, .5);
	box-shadow: 0 0 0 .2rem rgba(59, 139, 244, .5)
}

.btn-twitter {
	color: #fff;
	background-color: #1da1f2;
	border-color: #1da1f2
}

.btn-twitter:hover {
	color: #fff;
	background-color: #0d8ddc;
	border-color: #0c85d0
}

.btn-twitter.focus,
.btn-twitter:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(63, 175, 244, .5);
	box-shadow: 0 0 0 .2rem rgba(63, 175, 244, .5)
}

.btn-twitter.disabled,
.btn-twitter:disabled {
	color: #fff;
	background-color: #1da1f2;
	border-color: #1da1f2
}

.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:not(:disabled):not(.disabled):active,
.show>.btn-twitter.dropdown-toggle {
	color: #fff;
	background-color: #0c85d0;
	border-color: #0b7ec4
}

.btn-twitter:not(:disabled):not(.disabled).active:focus,
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.show>.btn-twitter.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(63, 175, 244, .5);
	box-shadow: 0 0 0 .2rem rgba(63, 175, 244, .5)
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
	color: green;
	border-color: green
}

.btn-outline-success:hover {
	color: #fff;
	background-color: green;
	border-color: green
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: green;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: green;
	border-color: green
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-brown-primary {
	color: #856a47;
	border-color: #856a47
}

.btn-outline-brown-primary:hover {
	color: #fff;
	background-color: #856a47;
	border-color: #856a47
}

.btn-outline-brown-primary.focus,
.btn-outline-brown-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(133, 106, 71, .5);
	box-shadow: 0 0 0 .2rem rgba(133, 106, 71, .5)
}

.btn-outline-brown-primary.disabled,
.btn-outline-brown-primary:disabled {
	color: #856a47;
	background-color: transparent
}

.btn-outline-brown-primary:not(:disabled):not(.disabled).active,
.btn-outline-brown-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-brown-primary.dropdown-toggle {
	color: #fff;
	background-color: #856a47;
	border-color: #856a47
}

.btn-outline-brown-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-brown-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brown-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(133, 106, 71, .5);
	box-shadow: 0 0 0 .2rem rgba(133, 106, 71, .5)
}

.btn-outline-brown-mocha {
	color: #96764d;
	border-color: #96764d
}

.btn-outline-brown-mocha:hover {
	color: #fff;
	background-color: #96764d;
	border-color: #96764d
}

.btn-outline-brown-mocha.focus,
.btn-outline-brown-mocha:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(150, 118, 77, .5);
	box-shadow: 0 0 0 .2rem rgba(150, 118, 77, .5)
}

.btn-outline-brown-mocha.disabled,
.btn-outline-brown-mocha:disabled {
	color: #96764d;
	background-color: transparent
}

.btn-outline-brown-mocha:not(:disabled):not(.disabled).active,
.btn-outline-brown-mocha:not(:disabled):not(.disabled):active,
.show>.btn-outline-brown-mocha.dropdown-toggle {
	color: #fff;
	background-color: #96764d;
	border-color: #96764d
}

.btn-outline-brown-mocha:not(:disabled):not(.disabled).active:focus,
.btn-outline-brown-mocha:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brown-mocha.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(150, 118, 77, .5);
	box-shadow: 0 0 0 .2rem rgba(150, 118, 77, .5)
}

.btn-outline-brown-secondary {
	color: #b49166;
	border-color: #b49166
}

.btn-outline-brown-secondary:hover {
	color: #212529;
	background-color: #b49166;
	border-color: #b49166
}

.btn-outline-brown-secondary.focus,
.btn-outline-brown-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(180, 145, 102, .5);
	box-shadow: 0 0 0 .2rem rgba(180, 145, 102, .5)
}

.btn-outline-brown-secondary.disabled,
.btn-outline-brown-secondary:disabled {
	color: #b49166;
	background-color: transparent
}

.btn-outline-brown-secondary:not(:disabled):not(.disabled).active,
.btn-outline-brown-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-brown-secondary.dropdown-toggle {
	color: #212529;
	background-color: #b49166;
	border-color: #b49166
}

.btn-outline-brown-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-brown-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brown-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(180, 145, 102, .5);
	box-shadow: 0 0 0 .2rem rgba(180, 145, 102, .5)
}

.btn-outline-kurenai-primary {
	color: #8b2030;
	border-color: #8b2030
}

.btn-outline-kurenai-primary:hover {
	color: #fff;
	background-color: #8b2030;
	border-color: #8b2030
}

.btn-outline-kurenai-primary.focus,
.btn-outline-kurenai-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(139, 32, 48, .5);
	box-shadow: 0 0 0 .2rem rgba(139, 32, 48, .5)
}

.btn-outline-kurenai-primary.disabled,
.btn-outline-kurenai-primary:disabled {
	color: #8b2030;
	background-color: transparent
}

.btn-outline-kurenai-primary:not(:disabled):not(.disabled).active,
.btn-outline-kurenai-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-kurenai-primary.dropdown-toggle {
	color: #fff;
	background-color: #8b2030;
	border-color: #8b2030
}

.btn-outline-kurenai-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-kurenai-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-kurenai-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(139, 32, 48, .5);
	box-shadow: 0 0 0 .2rem rgba(139, 32, 48, .5)
}

.btn-outline-kurenai-dark {
	color: #771a2a;
	border-color: #771a2a
}

.btn-outline-kurenai-dark:hover {
	color: #fff;
	background-color: #771a2a;
	border-color: #771a2a
}

.btn-outline-kurenai-dark.focus,
.btn-outline-kurenai-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(119, 26, 42, .5);
	box-shadow: 0 0 0 .2rem rgba(119, 26, 42, .5)
}

.btn-outline-kurenai-dark.disabled,
.btn-outline-kurenai-dark:disabled {
	color: #771a2a;
	background-color: transparent
}

.btn-outline-kurenai-dark:not(:disabled):not(.disabled).active,
.btn-outline-kurenai-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-kurenai-dark.dropdown-toggle {
	color: #fff;
	background-color: #771a2a;
	border-color: #771a2a
}

.btn-outline-kurenai-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-kurenai-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-kurenai-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(119, 26, 42, .5);
	box-shadow: 0 0 0 .2rem rgba(119, 26, 42, .5)
}

.btn-outline-kurenai-normal {
	color: #b11d33;
	border-color: #b11d33
}

.btn-outline-kurenai-normal:hover {
	color: #fff;
	background-color: #b11d33;
	border-color: #b11d33
}

.btn-outline-kurenai-normal.focus,
.btn-outline-kurenai-normal:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(177, 29, 51, .5);
	box-shadow: 0 0 0 .2rem rgba(177, 29, 51, .5)
}

.btn-outline-kurenai-normal.disabled,
.btn-outline-kurenai-normal:disabled {
	color: #b11d33;
	background-color: transparent
}

.btn-outline-kurenai-normal:not(:disabled):not(.disabled).active,
.btn-outline-kurenai-normal:not(:disabled):not(.disabled):active,
.show>.btn-outline-kurenai-normal.dropdown-toggle {
	color: #fff;
	background-color: #b11d33;
	border-color: #b11d33
}

.btn-outline-kurenai-normal:not(:disabled):not(.disabled).active:focus,
.btn-outline-kurenai-normal:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-kurenai-normal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(177, 29, 51, .5);
	box-shadow: 0 0 0 .2rem rgba(177, 29, 51, .5)
}

.btn-outline-kurenai-medium {
	color: #9d202a;
	border-color: #9d202a
}

.btn-outline-kurenai-medium:hover {
	color: #fff;
	background-color: #9d202a;
	border-color: #9d202a
}

.btn-outline-kurenai-medium.focus,
.btn-outline-kurenai-medium:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(157, 32, 42, .5);
	box-shadow: 0 0 0 .2rem rgba(157, 32, 42, .5)
}

.btn-outline-kurenai-medium.disabled,
.btn-outline-kurenai-medium:disabled {
	color: #9d202a;
	background-color: transparent
}

.btn-outline-kurenai-medium:not(:disabled):not(.disabled).active,
.btn-outline-kurenai-medium:not(:disabled):not(.disabled):active,
.show>.btn-outline-kurenai-medium.dropdown-toggle {
	color: #fff;
	background-color: #9d202a;
	border-color: #9d202a
}

.btn-outline-kurenai-medium:not(:disabled):not(.disabled).active:focus,
.btn-outline-kurenai-medium:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-kurenai-medium.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(157, 32, 42, .5);
	box-shadow: 0 0 0 .2rem rgba(157, 32, 42, .5)
}

.btn-outline-kurenai-light {
	color: #cc4f6f;
	border-color: #cc4f6f
}

.btn-outline-kurenai-light:hover {
	color: #fff;
	background-color: #cc4f6f;
	border-color: #cc4f6f
}

.btn-outline-kurenai-light.focus,
.btn-outline-kurenai-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(204, 79, 111, .5);
	box-shadow: 0 0 0 .2rem rgba(204, 79, 111, .5)
}

.btn-outline-kurenai-light.disabled,
.btn-outline-kurenai-light:disabled {
	color: #cc4f6f;
	background-color: transparent
}

.btn-outline-kurenai-light:not(:disabled):not(.disabled).active,
.btn-outline-kurenai-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-kurenai-light.dropdown-toggle {
	color: #fff;
	background-color: #cc4f6f;
	border-color: #cc4f6f
}

.btn-outline-kurenai-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-kurenai-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-kurenai-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(204, 79, 111, .5);
	box-shadow: 0 0 0 .2rem rgba(204, 79, 111, .5)
}

.btn-outline-kurenai-extra-light {
	color: #e77e7b;
	border-color: #e77e7b
}

.btn-outline-kurenai-extra-light:hover {
	color: #212529;
	background-color: #e77e7b;
	border-color: #e77e7b
}

.btn-outline-kurenai-extra-light.focus,
.btn-outline-kurenai-extra-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(231, 126, 123, .5);
	box-shadow: 0 0 0 .2rem rgba(231, 126, 123, .5)
}

.btn-outline-kurenai-extra-light.disabled,
.btn-outline-kurenai-extra-light:disabled {
	color: #e77e7b;
	background-color: transparent
}

.btn-outline-kurenai-extra-light:not(:disabled):not(.disabled).active,
.btn-outline-kurenai-extra-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-kurenai-extra-light.dropdown-toggle {
	color: #212529;
	background-color: #e77e7b;
	border-color: #e77e7b
}

.btn-outline-kurenai-extra-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-kurenai-extra-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-kurenai-extra-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(231, 126, 123, .5);
	box-shadow: 0 0 0 .2rem rgba(231, 126, 123, .5)
}

.btn-outline-ai-primary {
	color: #004c9a;
	border-color: #004c9a
}

.btn-outline-ai-primary:hover {
	color: #fff;
	background-color: #004c9a;
	border-color: #004c9a
}

.btn-outline-ai-primary.focus,
.btn-outline-ai-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 76, 154, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 76, 154, .5)
}

.btn-outline-ai-primary.disabled,
.btn-outline-ai-primary:disabled {
	color: #004c9a;
	background-color: transparent
}

.btn-outline-ai-primary:not(:disabled):not(.disabled).active,
.btn-outline-ai-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-ai-primary.dropdown-toggle {
	color: #fff;
	background-color: #004c9a;
	border-color: #004c9a
}

.btn-outline-ai-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-ai-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-ai-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 76, 154, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 76, 154, .5)
}

.btn-outline-ai-dark {
	color: #113364;
	border-color: #113364
}

.btn-outline-ai-dark:hover {
	color: #fff;
	background-color: #113364;
	border-color: #113364
}

.btn-outline-ai-dark.focus,
.btn-outline-ai-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(17, 51, 100, .5);
	box-shadow: 0 0 0 .2rem rgba(17, 51, 100, .5)
}

.btn-outline-ai-dark.disabled,
.btn-outline-ai-dark:disabled {
	color: #113364;
	background-color: transparent
}

.btn-outline-ai-dark:not(:disabled):not(.disabled).active,
.btn-outline-ai-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-ai-dark.dropdown-toggle {
	color: #fff;
	background-color: #113364;
	border-color: #113364
}

.btn-outline-ai-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-ai-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-ai-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(17, 51, 100, .5);
	box-shadow: 0 0 0 .2rem rgba(17, 51, 100, .5)
}

.btn-outline-ai-normal {
	color: #0084bd;
	border-color: #0084bd
}

.btn-outline-ai-normal:hover {
	color: #fff;
	background-color: #0084bd;
	border-color: #0084bd
}

.btn-outline-ai-normal.focus,
.btn-outline-ai-normal:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 132, 189, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 132, 189, .5)
}

.btn-outline-ai-normal.disabled,
.btn-outline-ai-normal:disabled {
	color: #0084bd;
	background-color: transparent
}

.btn-outline-ai-normal:not(:disabled):not(.disabled).active,
.btn-outline-ai-normal:not(:disabled):not(.disabled):active,
.show>.btn-outline-ai-normal.dropdown-toggle {
	color: #fff;
	background-color: #0084bd;
	border-color: #0084bd
}

.btn-outline-ai-normal:not(:disabled):not(.disabled).active:focus,
.btn-outline-ai-normal:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-ai-normal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 132, 189, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 132, 189, .5)
}

.btn-outline-ai-medium {
	color: #03417f;
	border-color: #03417f
}

.btn-outline-ai-medium:hover {
	color: #fff;
	background-color: #03417f;
	border-color: #03417f
}

.btn-outline-ai-medium.focus,
.btn-outline-ai-medium:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(3, 65, 127, .5);
	box-shadow: 0 0 0 .2rem rgba(3, 65, 127, .5)
}

.btn-outline-ai-medium.disabled,
.btn-outline-ai-medium:disabled {
	color: #03417f;
	background-color: transparent
}

.btn-outline-ai-medium:not(:disabled):not(.disabled).active,
.btn-outline-ai-medium:not(:disabled):not(.disabled):active,
.show>.btn-outline-ai-medium.dropdown-toggle {
	color: #fff;
	background-color: #03417f;
	border-color: #03417f
}

.btn-outline-ai-medium:not(:disabled):not(.disabled).active:focus,
.btn-outline-ai-medium:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-ai-medium.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(3, 65, 127, .5);
	box-shadow: 0 0 0 .2rem rgba(3, 65, 127, .5)
}

.btn-outline-ai-light {
	color: #175da6;
	border-color: #175da6
}

.btn-outline-ai-light:hover {
	color: #fff;
	background-color: #175da6;
	border-color: #175da6
}

.btn-outline-ai-light.focus,
.btn-outline-ai-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 93, 166, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 93, 166, .5)
}

.btn-outline-ai-light.disabled,
.btn-outline-ai-light:disabled {
	color: #175da6;
	background-color: transparent
}

.btn-outline-ai-light:not(:disabled):not(.disabled).active,
.btn-outline-ai-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-ai-light.dropdown-toggle {
	color: #fff;
	background-color: #175da6;
	border-color: #175da6
}

.btn-outline-ai-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-ai-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-ai-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 93, 166, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 93, 166, .5)
}

.btn-outline-ai-extra-light {
	color: #68b3d5;
	border-color: #68b3d5
}

.btn-outline-ai-extra-light:hover {
	color: #212529;
	background-color: #68b3d5;
	border-color: #68b3d5
}

.btn-outline-ai-extra-light.focus,
.btn-outline-ai-extra-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(104, 179, 213, .5);
	box-shadow: 0 0 0 .2rem rgba(104, 179, 213, .5)
}

.btn-outline-ai-extra-light.disabled,
.btn-outline-ai-extra-light:disabled {
	color: #68b3d5;
	background-color: transparent
}

.btn-outline-ai-extra-light:not(:disabled):not(.disabled).active,
.btn-outline-ai-extra-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-ai-extra-light.dropdown-toggle {
	color: #212529;
	background-color: #68b3d5;
	border-color: #68b3d5
}

.btn-outline-ai-extra-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-ai-extra-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-ai-extra-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(104, 179, 213, .5);
	box-shadow: 0 0 0 .2rem rgba(104, 179, 213, .5)
}

.btn-outline-sakura-primary {
	color: #e96a7b;
	border-color: #e96a7b
}

.btn-outline-sakura-primary:hover {
	color: #fff;
	background-color: #e96a7b;
	border-color: #e96a7b
}

.btn-outline-sakura-primary.focus,
.btn-outline-sakura-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(233, 106, 123, .5);
	box-shadow: 0 0 0 .2rem rgba(233, 106, 123, .5)
}

.btn-outline-sakura-primary.disabled,
.btn-outline-sakura-primary:disabled {
	color: #e96a7b;
	background-color: transparent
}

.btn-outline-sakura-primary:not(:disabled):not(.disabled).active,
.btn-outline-sakura-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-sakura-primary.dropdown-toggle {
	color: #fff;
	background-color: #e96a7b;
	border-color: #e96a7b
}

.btn-outline-sakura-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-sakura-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-sakura-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(233, 106, 123, .5);
	box-shadow: 0 0 0 .2rem rgba(233, 106, 123, .5)
}

.btn-outline-sakura-dark {
	color: #db4e50;
	border-color: #db4e50
}

.btn-outline-sakura-dark:hover {
	color: #fff;
	background-color: #db4e50;
	border-color: #db4e50
}

.btn-outline-sakura-dark.focus,
.btn-outline-sakura-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(219, 78, 80, .5);
	box-shadow: 0 0 0 .2rem rgba(219, 78, 80, .5)
}

.btn-outline-sakura-dark.disabled,
.btn-outline-sakura-dark:disabled {
	color: #db4e50;
	background-color: transparent
}

.btn-outline-sakura-dark:not(:disabled):not(.disabled).active,
.btn-outline-sakura-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-sakura-dark.dropdown-toggle {
	color: #fff;
	background-color: #db4e50;
	border-color: #db4e50
}

.btn-outline-sakura-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-sakura-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-sakura-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(219, 78, 80, .5);
	box-shadow: 0 0 0 .2rem rgba(219, 78, 80, .5)
}

.btn-outline-sakura-normal {
	color: #f08f98;
	border-color: #f08f98
}

.btn-outline-sakura-normal:hover {
	color: #212529;
	background-color: #f08f98;
	border-color: #f08f98
}

.btn-outline-sakura-normal.focus,
.btn-outline-sakura-normal:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(240, 143, 152, .5);
	box-shadow: 0 0 0 .2rem rgba(240, 143, 152, .5)
}

.btn-outline-sakura-normal.disabled,
.btn-outline-sakura-normal:disabled {
	color: #f08f98;
	background-color: transparent
}

.btn-outline-sakura-normal:not(:disabled):not(.disabled).active,
.btn-outline-sakura-normal:not(:disabled):not(.disabled):active,
.show>.btn-outline-sakura-normal.dropdown-toggle {
	color: #212529;
	background-color: #f08f98;
	border-color: #f08f98
}

.btn-outline-sakura-normal:not(:disabled):not(.disabled).active:focus,
.btn-outline-sakura-normal:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-sakura-normal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(240, 143, 152, .5);
	box-shadow: 0 0 0 .2rem rgba(240, 143, 152, .5)
}

.btn-outline-sakura-medium {
	color: #e45659;
	border-color: #e45659
}

.btn-outline-sakura-medium:hover {
	color: #fff;
	background-color: #e45659;
	border-color: #e45659
}

.btn-outline-sakura-medium.focus,
.btn-outline-sakura-medium:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(228, 86, 89, .5);
	box-shadow: 0 0 0 .2rem rgba(228, 86, 89, .5)
}

.btn-outline-sakura-medium.disabled,
.btn-outline-sakura-medium:disabled {
	color: #e45659;
	background-color: transparent
}

.btn-outline-sakura-medium:not(:disabled):not(.disabled).active,
.btn-outline-sakura-medium:not(:disabled):not(.disabled):active,
.show>.btn-outline-sakura-medium.dropdown-toggle {
	color: #fff;
	background-color: #e45659;
	border-color: #e45659
}

.btn-outline-sakura-medium:not(:disabled):not(.disabled).active:focus,
.btn-outline-sakura-medium:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-sakura-medium.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(228, 86, 89, .5);
	box-shadow: 0 0 0 .2rem rgba(228, 86, 89, .5)
}

.btn-outline-sakura-light {
	color: #e4608d;
	border-color: #e4608d
}

.btn-outline-sakura-light:hover {
	color: #fff;
	background-color: #e4608d;
	border-color: #e4608d
}

.btn-outline-sakura-light.focus,
.btn-outline-sakura-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(228, 96, 141, .5);
	box-shadow: 0 0 0 .2rem rgba(228, 96, 141, .5)
}

.btn-outline-sakura-light.disabled,
.btn-outline-sakura-light:disabled {
	color: #e4608d;
	background-color: transparent
}

.btn-outline-sakura-light:not(:disabled):not(.disabled).active,
.btn-outline-sakura-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-sakura-light.dropdown-toggle {
	color: #fff;
	background-color: #e4608d;
	border-color: #e4608d
}

.btn-outline-sakura-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-sakura-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-sakura-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(228, 96, 141, .5);
	box-shadow: 0 0 0 .2rem rgba(228, 96, 141, .5)
}

.btn-outline-sakura-extra-light {
	color: #f4b3ba;
	border-color: #f4b3ba
}

.btn-outline-sakura-extra-light:hover {
	color: #212529;
	background-color: #f4b3ba;
	border-color: #f4b3ba
}

.btn-outline-sakura-extra-light.focus,
.btn-outline-sakura-extra-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(244, 179, 186, .5);
	box-shadow: 0 0 0 .2rem rgba(244, 179, 186, .5)
}

.btn-outline-sakura-extra-light.disabled,
.btn-outline-sakura-extra-light:disabled {
	color: #f4b3ba;
	background-color: transparent
}

.btn-outline-sakura-extra-light:not(:disabled):not(.disabled).active,
.btn-outline-sakura-extra-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-sakura-extra-light.dropdown-toggle {
	color: #212529;
	background-color: #f4b3ba;
	border-color: #f4b3ba
}

.btn-outline-sakura-extra-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-sakura-extra-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-sakura-extra-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(244, 179, 186, .5);
	box-shadow: 0 0 0 .2rem rgba(244, 179, 186, .5)
}

.btn-outline-fuji-primary {
	color: #8a418a;
	border-color: #8a418a
}

.btn-outline-fuji-primary:hover {
	color: #fff;
	background-color: #8a418a;
	border-color: #8a418a
}

.btn-outline-fuji-primary.focus,
.btn-outline-fuji-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(138, 65, 138, .5);
	box-shadow: 0 0 0 .2rem rgba(138, 65, 138, .5)
}

.btn-outline-fuji-primary.disabled,
.btn-outline-fuji-primary:disabled {
	color: #8a418a;
	background-color: transparent
}

.btn-outline-fuji-primary:not(:disabled):not(.disabled).active,
.btn-outline-fuji-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-fuji-primary.dropdown-toggle {
	color: #fff;
	background-color: #8a418a;
	border-color: #8a418a
}

.btn-outline-fuji-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-fuji-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-fuji-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(138, 65, 138, .5);
	box-shadow: 0 0 0 .2rem rgba(138, 65, 138, .5)
}

.btn-outline-fuji-dark {
	color: #5c183e;
	border-color: #5c183e
}

.btn-outline-fuji-dark:hover {
	color: #fff;
	background-color: #5c183e;
	border-color: #5c183e
}

.btn-outline-fuji-dark.focus,
.btn-outline-fuji-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(92, 24, 62, .5);
	box-shadow: 0 0 0 .2rem rgba(92, 24, 62, .5)
}

.btn-outline-fuji-dark.disabled,
.btn-outline-fuji-dark:disabled {
	color: #5c183e;
	background-color: transparent
}

.btn-outline-fuji-dark:not(:disabled):not(.disabled).active,
.btn-outline-fuji-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-fuji-dark.dropdown-toggle {
	color: #fff;
	background-color: #5c183e;
	border-color: #5c183e
}

.btn-outline-fuji-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-fuji-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-fuji-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(92, 24, 62, .5);
	box-shadow: 0 0 0 .2rem rgba(92, 24, 62, .5)
}

.btn-outline-fuji-normal {
	color: #b74688;
	border-color: #b74688
}

.btn-outline-fuji-normal:hover {
	color: #fff;
	background-color: #b74688;
	border-color: #b74688
}

.btn-outline-fuji-normal.focus,
.btn-outline-fuji-normal:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(183, 70, 136, .5);
	box-shadow: 0 0 0 .2rem rgba(183, 70, 136, .5)
}

.btn-outline-fuji-normal.disabled,
.btn-outline-fuji-normal:disabled {
	color: #b74688;
	background-color: transparent
}

.btn-outline-fuji-normal:not(:disabled):not(.disabled).active,
.btn-outline-fuji-normal:not(:disabled):not(.disabled):active,
.show>.btn-outline-fuji-normal.dropdown-toggle {
	color: #fff;
	background-color: #b74688;
	border-color: #b74688
}

.btn-outline-fuji-normal:not(:disabled):not(.disabled).active:focus,
.btn-outline-fuji-normal:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-fuji-normal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(183, 70, 136, .5);
	box-shadow: 0 0 0 .2rem rgba(183, 70, 136, .5)
}

.btn-outline-fuji-medium {
	color: #7c1d55;
	border-color: #7c1d55
}

.btn-outline-fuji-medium:hover {
	color: #fff;
	background-color: #7c1d55;
	border-color: #7c1d55
}

.btn-outline-fuji-medium.focus,
.btn-outline-fuji-medium:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(124, 29, 85, .5);
	box-shadow: 0 0 0 .2rem rgba(124, 29, 85, .5)
}

.btn-outline-fuji-medium.disabled,
.btn-outline-fuji-medium:disabled {
	color: #7c1d55;
	background-color: transparent
}

.btn-outline-fuji-medium:not(:disabled):not(.disabled).active,
.btn-outline-fuji-medium:not(:disabled):not(.disabled):active,
.show>.btn-outline-fuji-medium.dropdown-toggle {
	color: #fff;
	background-color: #7c1d55;
	border-color: #7c1d55
}

.btn-outline-fuji-medium:not(:disabled):not(.disabled).active:focus,
.btn-outline-fuji-medium:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-fuji-medium.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(124, 29, 85, .5);
	box-shadow: 0 0 0 .2rem rgba(124, 29, 85, .5)
}

.btn-outline-fuji-light {
	color: #753a75;
	border-color: #753a75
}

.btn-outline-fuji-light:hover {
	color: #fff;
	background-color: #753a75;
	border-color: #753a75
}

.btn-outline-fuji-light.focus,
.btn-outline-fuji-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(117, 58, 117, .5);
	box-shadow: 0 0 0 .2rem rgba(117, 58, 117, .5)
}

.btn-outline-fuji-light.disabled,
.btn-outline-fuji-light:disabled {
	color: #753a75;
	background-color: transparent
}

.btn-outline-fuji-light:not(:disabled):not(.disabled).active,
.btn-outline-fuji-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-fuji-light.dropdown-toggle {
	color: #fff;
	background-color: #753a75;
	border-color: #753a75
}

.btn-outline-fuji-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-fuji-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-fuji-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(117, 58, 117, .5);
	box-shadow: 0 0 0 .2rem rgba(117, 58, 117, .5)
}

.btn-outline-fuji-extra-light {
	color: #cc75a1;
	border-color: #cc75a1
}

.btn-outline-fuji-extra-light:hover {
	color: #fff;
	background-color: #cc75a1;
	border-color: #cc75a1
}

.btn-outline-fuji-extra-light.focus,
.btn-outline-fuji-extra-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(204, 117, 161, .5);
	box-shadow: 0 0 0 .2rem rgba(204, 117, 161, .5)
}

.btn-outline-fuji-extra-light.disabled,
.btn-outline-fuji-extra-light:disabled {
	color: #cc75a1;
	background-color: transparent
}

.btn-outline-fuji-extra-light:not(:disabled):not(.disabled).active,
.btn-outline-fuji-extra-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-fuji-extra-light.dropdown-toggle {
	color: #fff;
	background-color: #cc75a1;
	border-color: #cc75a1
}

.btn-outline-fuji-extra-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-fuji-extra-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-fuji-extra-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(204, 117, 161, .5);
	box-shadow: 0 0 0 .2rem rgba(204, 117, 161, .5)
}

.btn-outline-matsuba-primary {
	color: #00765d;
	border-color: #00765d
}

.btn-outline-matsuba-primary:hover {
	color: #fff;
	background-color: #00765d;
	border-color: #00765d
}

.btn-outline-matsuba-primary.focus,
.btn-outline-matsuba-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 118, 93, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 118, 93, .5)
}

.btn-outline-matsuba-primary.disabled,
.btn-outline-matsuba-primary:disabled {
	color: #00765d;
	background-color: transparent
}

.btn-outline-matsuba-primary:not(:disabled):not(.disabled).active,
.btn-outline-matsuba-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-matsuba-primary.dropdown-toggle {
	color: #fff;
	background-color: #00765d;
	border-color: #00765d
}

.btn-outline-matsuba-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-matsuba-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-matsuba-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 118, 93, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 118, 93, .5)
}

.btn-outline-matsuba-dark {
	color: #004b2e;
	border-color: #004b2e
}

.btn-outline-matsuba-dark:hover {
	color: #fff;
	background-color: #004b2e;
	border-color: #004b2e
}

.btn-outline-matsuba-dark.focus,
.btn-outline-matsuba-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 75, 46, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 75, 46, .5)
}

.btn-outline-matsuba-dark.disabled,
.btn-outline-matsuba-dark:disabled {
	color: #004b2e;
	background-color: transparent
}

.btn-outline-matsuba-dark:not(:disabled):not(.disabled).active,
.btn-outline-matsuba-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-matsuba-dark.dropdown-toggle {
	color: #fff;
	background-color: #004b2e;
	border-color: #004b2e
}

.btn-outline-matsuba-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-matsuba-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-matsuba-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 75, 46, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 75, 46, .5)
}

.btn-outline-matsuba-normal {
	color: #088339;
	border-color: #088339
}

.btn-outline-matsuba-normal:hover {
	color: #fff;
	background-color: #088339;
	border-color: #088339
}

.btn-outline-matsuba-normal.focus,
.btn-outline-matsuba-normal:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(8, 131, 57, .5);
	box-shadow: 0 0 0 .2rem rgba(8, 131, 57, .5)
}

.btn-outline-matsuba-normal.disabled,
.btn-outline-matsuba-normal:disabled {
	color: #088339;
	background-color: transparent
}

.btn-outline-matsuba-normal:not(:disabled):not(.disabled).active,
.btn-outline-matsuba-normal:not(:disabled):not(.disabled):active,
.show>.btn-outline-matsuba-normal.dropdown-toggle {
	color: #fff;
	background-color: #088339;
	border-color: #088339
}

.btn-outline-matsuba-normal:not(:disabled):not(.disabled).active:focus,
.btn-outline-matsuba-normal:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-matsuba-normal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(8, 131, 57, .5);
	box-shadow: 0 0 0 .2rem rgba(8, 131, 57, .5)
}

.btn-outline-matsuba-medium {
	color: #006938;
	border-color: #006938
}

.btn-outline-matsuba-medium:hover {
	color: #fff;
	background-color: #006938;
	border-color: #006938
}

.btn-outline-matsuba-medium.focus,
.btn-outline-matsuba-medium:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 105, 56, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 105, 56, .5)
}

.btn-outline-matsuba-medium.disabled,
.btn-outline-matsuba-medium:disabled {
	color: #006938;
	background-color: transparent
}

.btn-outline-matsuba-medium:not(:disabled):not(.disabled).active,
.btn-outline-matsuba-medium:not(:disabled):not(.disabled):active,
.show>.btn-outline-matsuba-medium.dropdown-toggle {
	color: #fff;
	background-color: #006938;
	border-color: #006938
}

.btn-outline-matsuba-medium:not(:disabled):not(.disabled).active:focus,
.btn-outline-matsuba-medium:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-matsuba-medium.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 105, 56, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 105, 56, .5)
}

.btn-outline-matsuba-light {
	color: #00645c;
	border-color: #00645c
}

.btn-outline-matsuba-light:hover {
	color: #fff;
	background-color: #00645c;
	border-color: #00645c
}

.btn-outline-matsuba-light.focus,
.btn-outline-matsuba-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 100, 92, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 100, 92, .5)
}

.btn-outline-matsuba-light.disabled,
.btn-outline-matsuba-light:disabled {
	color: #00645c;
	background-color: transparent
}

.btn-outline-matsuba-light:not(:disabled):not(.disabled).active,
.btn-outline-matsuba-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-matsuba-light.dropdown-toggle {
	color: #fff;
	background-color: #00645c;
	border-color: #00645c
}

.btn-outline-matsuba-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-matsuba-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-matsuba-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 100, 92, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 100, 92, .5)
}

.btn-outline-matsuba-extra-light {
	color: #5ba25f;
	border-color: #5ba25f
}

.btn-outline-matsuba-extra-light:hover {
	color: #fff;
	background-color: #5ba25f;
	border-color: #5ba25f
}

.btn-outline-matsuba-extra-light.focus,
.btn-outline-matsuba-extra-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(91, 162, 95, .5);
	box-shadow: 0 0 0 .2rem rgba(91, 162, 95, .5)
}

.btn-outline-matsuba-extra-light.disabled,
.btn-outline-matsuba-extra-light:disabled {
	color: #5ba25f;
	background-color: transparent
}

.btn-outline-matsuba-extra-light:not(:disabled):not(.disabled).active,
.btn-outline-matsuba-extra-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-matsuba-extra-light.dropdown-toggle {
	color: #fff;
	background-color: #5ba25f;
	border-color: #5ba25f
}

.btn-outline-matsuba-extra-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-matsuba-extra-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-matsuba-extra-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(91, 162, 95, .5);
	box-shadow: 0 0 0 .2rem rgba(91, 162, 95, .5)
}

.btn-outline-torch-relay-primary {
	color: #dc0010;
	border-color: #dc0010
}

.btn-outline-torch-relay-primary:hover {
	color: #fff;
	background-color: #dc0010;
	border-color: #dc0010
}

.btn-outline-torch-relay-primary.focus,
.btn-outline-torch-relay-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 0, 16, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 0, 16, .5)
}

.btn-outline-torch-relay-primary.disabled,
.btn-outline-torch-relay-primary:disabled {
	color: #dc0010;
	background-color: transparent
}

.btn-outline-torch-relay-primary:not(:disabled):not(.disabled).active,
.btn-outline-torch-relay-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-torch-relay-primary.dropdown-toggle {
	color: #fff;
	background-color: #dc0010;
	border-color: #dc0010
}

.btn-outline-torch-relay-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-torch-relay-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-torch-relay-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 0, 16, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 0, 16, .5)
}

.btn-outline-torch-relay-para-primary {
	color: #fec14e;
	border-color: #fec14e
}

.btn-outline-torch-relay-para-primary:hover {
	color: #212529;
	background-color: #fec14e;
	border-color: #fec14e
}

.btn-outline-torch-relay-para-primary.focus,
.btn-outline-torch-relay-para-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(254, 193, 78, .5);
	box-shadow: 0 0 0 .2rem rgba(254, 193, 78, .5)
}

.btn-outline-torch-relay-para-primary.disabled,
.btn-outline-torch-relay-para-primary:disabled {
	color: #fec14e;
	background-color: transparent
}

.btn-outline-torch-relay-para-primary:not(:disabled):not(.disabled).active,
.btn-outline-torch-relay-para-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-torch-relay-para-primary.dropdown-toggle {
	color: #212529;
	background-color: #fec14e;
	border-color: #fec14e
}

.btn-outline-torch-relay-para-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-torch-relay-para-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-torch-relay-para-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(254, 193, 78, .5);
	box-shadow: 0 0 0 .2rem rgba(254, 193, 78, .5)
}

.btn-outline-torch-relay-gold {
	color: #c28c4c;
	border-color: #c28c4c
}

.btn-outline-torch-relay-gold:hover {
	color: #fff;
	background-color: #c28c4c;
	border-color: #c28c4c
}

.btn-outline-torch-relay-gold.focus,
.btn-outline-torch-relay-gold:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(194, 140, 76, .5);
	box-shadow: 0 0 0 .2rem rgba(194, 140, 76, .5)
}

.btn-outline-torch-relay-gold.disabled,
.btn-outline-torch-relay-gold:disabled {
	color: #c28c4c;
	background-color: transparent
}

.btn-outline-torch-relay-gold:not(:disabled):not(.disabled).active,
.btn-outline-torch-relay-gold:not(:disabled):not(.disabled):active,
.show>.btn-outline-torch-relay-gold.dropdown-toggle {
	color: #fff;
	background-color: #c28c4c;
	border-color: #c28c4c
}

.btn-outline-torch-relay-gold:not(:disabled):not(.disabled).active:focus,
.btn-outline-torch-relay-gold:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-torch-relay-gold.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(194, 140, 76, .5);
	box-shadow: 0 0 0 .2rem rgba(194, 140, 76, .5)
}

.btn-outline-black {
	color: #000;
	border-color: #000
}

.btn-outline-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-outline-black.focus,
.btn-outline-black:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
	color: #000;
	background-color: transparent
}

.btn-outline-black:not(:disabled):not(.disabled).active,
.btn-outline-black:not(:disabled):not(.disabled):active,
.show>.btn-outline-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-black-2 {
	color: #141414;
	border-color: #141414
}

.btn-outline-black-2:hover {
	color: #fff;
	background-color: #141414;
	border-color: #141414
}

.btn-outline-black-2.focus,
.btn-outline-black-2:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(20, 20, 20, .5);
	box-shadow: 0 0 0 .2rem rgba(20, 20, 20, .5)
}

.btn-outline-black-2.disabled,
.btn-outline-black-2:disabled {
	color: #141414;
	background-color: transparent
}

.btn-outline-black-2:not(:disabled):not(.disabled).active,
.btn-outline-black-2:not(:disabled):not(.disabled):active,
.show>.btn-outline-black-2.dropdown-toggle {
	color: #fff;
	background-color: #141414;
	border-color: #141414
}

.btn-outline-black-2:not(:disabled):not(.disabled).active:focus,
.btn-outline-black-2:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-black-2.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(20, 20, 20, .5);
	box-shadow: 0 0 0 .2rem rgba(20, 20, 20, .5)
}

.btn-outline-grey-normal {
	color: #6f6f6f;
	border-color: #6f6f6f
}

.btn-outline-grey-normal:hover {
	color: #fff;
	background-color: #6f6f6f;
	border-color: #6f6f6f
}

.btn-outline-grey-normal.focus,
.btn-outline-grey-normal:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(111, 111, 111, .5);
	box-shadow: 0 0 0 .2rem rgba(111, 111, 111, .5)
}

.btn-outline-grey-normal.disabled,
.btn-outline-grey-normal:disabled {
	color: #6f6f6f;
	background-color: transparent
}

.btn-outline-grey-normal:not(:disabled):not(.disabled).active,
.btn-outline-grey-normal:not(:disabled):not(.disabled):active,
.show>.btn-outline-grey-normal.dropdown-toggle {
	color: #fff;
	background-color: #6f6f6f;
	border-color: #6f6f6f
}

.btn-outline-grey-normal:not(:disabled):not(.disabled).active:focus,
.btn-outline-grey-normal:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-grey-normal.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(111, 111, 111, .5);
	box-shadow: 0 0 0 .2rem rgba(111, 111, 111, .5)
}

.btn-outline-grey-medium {
	color: #9fa0a0;
	border-color: #9fa0a0
}

.btn-outline-grey-medium:hover {
	color: #212529;
	background-color: #9fa0a0;
	border-color: #9fa0a0
}

.btn-outline-grey-medium.focus,
.btn-outline-grey-medium:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(159, 160, 160, .5);
	box-shadow: 0 0 0 .2rem rgba(159, 160, 160, .5)
}

.btn-outline-grey-medium.disabled,
.btn-outline-grey-medium:disabled {
	color: #9fa0a0;
	background-color: transparent
}

.btn-outline-grey-medium:not(:disabled):not(.disabled).active,
.btn-outline-grey-medium:not(:disabled):not(.disabled):active,
.show>.btn-outline-grey-medium.dropdown-toggle {
	color: #212529;
	background-color: #9fa0a0;
	border-color: #9fa0a0
}

.btn-outline-grey-medium:not(:disabled):not(.disabled).active:focus,
.btn-outline-grey-medium:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-grey-medium.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(159, 160, 160, .5);
	box-shadow: 0 0 0 .2rem rgba(159, 160, 160, .5)
}

.btn-outline-facebook {
	color: #1877f2;
	border-color: #1877f2
}

.btn-outline-facebook:hover {
	color: #fff;
	background-color: #1877f2;
	border-color: #1877f2
}

.btn-outline-facebook.focus,
.btn-outline-facebook:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(24, 119, 242, .5);
	box-shadow: 0 0 0 .2rem rgba(24, 119, 242, .5)
}

.btn-outline-facebook.disabled,
.btn-outline-facebook:disabled {
	color: #1877f2;
	background-color: transparent
}

.btn-outline-facebook:not(:disabled):not(.disabled).active,
.btn-outline-facebook:not(:disabled):not(.disabled):active,
.show>.btn-outline-facebook.dropdown-toggle {
	color: #fff;
	background-color: #1877f2;
	border-color: #1877f2
}

.btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-facebook.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(24, 119, 242, .5);
	box-shadow: 0 0 0 .2rem rgba(24, 119, 242, .5)
}

.btn-outline-twitter {
	color: #1da1f2;
	border-color: #1da1f2
}

.btn-outline-twitter:hover {
	color: #fff;
	background-color: #1da1f2;
	border-color: #1da1f2
}

.btn-outline-twitter.focus,
.btn-outline-twitter:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5);
	box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5)
}

.btn-outline-twitter.disabled,
.btn-outline-twitter:disabled {
	color: #1da1f2;
	background-color: transparent
}

.btn-outline-twitter:not(:disabled):not(.disabled).active,
.btn-outline-twitter:not(:disabled):not(.disabled):active,
.show>.btn-outline-twitter.dropdown-toggle {
	color: #fff;
	background-color: #1da1f2;
	border-color: #1da1f2
}

.btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
.btn-outline-twitter:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-twitter.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5);
	box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5)
}

.btn-link {
	font-weight: 400;
	color: #0072ed;
	text-decoration: none
}

.btn-link:hover {
	color: #004da1;
	text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		-webkit-transition: none;
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none
	}
}

.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #000;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media (min-width:1260px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

@media (min-width:1456px) {
	.dropdown-menu-xxl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xxl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
	z-index: 1
}

.btn-toolbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
	margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
	z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
	padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}

.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		-webkit-transition: none;
		transition: none
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	display: none
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0
}

.custom-range {
	width: 100%;
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		-webkit-transition: none;
		transition: none
	}
}

.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width:1259.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1260px) {
	.navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

@media (max-width:1455.98px) {
	.navbar-expand-xxl>.container,
	.navbar-expand-xxl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1456px) {
	.navbar-expand-xxl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xxl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xxl>.container,
	.navbar-expand-xxl>.container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-xxl .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 8px
}

@media (min-width:576px) {
	.card-deck {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -8px;
		margin-left: -8px
	}
	.card-deck .card {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 8px;
		margin-bottom: 0;
		margin-left: 8px
	}
}

.card-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 8px
}

@media (min-width:576px) {
	.card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group>.card {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion>.card {
	overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion>.card .card-header {
	margin-bottom: -1px
}

.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0072ed;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #004da1;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		-webkit-transition: none;
		transition: none
	}
}

a.badge:focus,
a.badge:hover {
	text-decoration: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
	color: #fff;
	background-color: green
}

a.badge-success:focus,
a.badge-success:hover {
	color: #fff;
	background-color: #004d00
}

a.badge-success.focus,
a.badge-success:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 128, 0, .5)
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
	color: #fff;
	background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.badge-brown-primary {
	color: #fff;
	background-color: #856a47
}

a.badge-brown-primary:focus,
a.badge-brown-primary:hover {
	color: #fff;
	background-color: #645035
}

a.badge-brown-primary.focus,
a.badge-brown-primary:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(133, 106, 71, .5);
	box-shadow: 0 0 0 .2rem rgba(133, 106, 71, .5)
}

.badge-brown-mocha {
	color: #fff;
	background-color: #96764d
}

a.badge-brown-mocha:focus,
a.badge-brown-mocha:hover {
	color: #fff;
	background-color: #745b3c
}

a.badge-brown-mocha.focus,
a.badge-brown-mocha:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(150, 118, 77, .5);
	box-shadow: 0 0 0 .2rem rgba(150, 118, 77, .5)
}

.badge-brown-secondary {
	color: #212529;
	background-color: #b49166
}

a.badge-brown-secondary:focus,
a.badge-brown-secondary:hover {
	color: #212529;
	background-color: #9b784c
}

a.badge-brown-secondary.focus,
a.badge-brown-secondary:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(180, 145, 102, .5);
	box-shadow: 0 0 0 .2rem rgba(180, 145, 102, .5)
}

.badge-kurenai-primary {
	color: #fff;
	background-color: #8b2030
}

a.badge-kurenai-primary:focus,
a.badge-kurenai-primary:hover {
	color: #fff;
	background-color: #621622
}

a.badge-kurenai-primary.focus,
a.badge-kurenai-primary:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(139, 32, 48, .5);
	box-shadow: 0 0 0 .2rem rgba(139, 32, 48, .5)
}

.badge-kurenai-dark {
	color: #fff;
	background-color: #771a2a
}

a.badge-kurenai-dark:focus,
a.badge-kurenai-dark:hover {
	color: #fff;
	background-color: #4d111b
}

a.badge-kurenai-dark.focus,
a.badge-kurenai-dark:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(119, 26, 42, .5);
	box-shadow: 0 0 0 .2rem rgba(119, 26, 42, .5)
}

.badge-kurenai-normal {
	color: #fff;
	background-color: #b11d33
}

a.badge-kurenai-normal:focus,
a.badge-kurenai-normal:hover {
	color: #fff;
	background-color: #851626
}

a.badge-kurenai-normal.focus,
a.badge-kurenai-normal:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(177, 29, 51, .5);
	box-shadow: 0 0 0 .2rem rgba(177, 29, 51, .5)
}

.badge-kurenai-medium {
	color: #fff;
	background-color: #9d202a
}

a.badge-kurenai-medium:focus,
a.badge-kurenai-medium:hover {
	color: #fff;
	background-color: #73171f
}

a.badge-kurenai-medium.focus,
a.badge-kurenai-medium:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(157, 32, 42, .5);
	box-shadow: 0 0 0 .2rem rgba(157, 32, 42, .5)
}

.badge-kurenai-light {
	color: #fff;
	background-color: #cc4f6f
}

a.badge-kurenai-light:focus,
a.badge-kurenai-light:hover {
	color: #fff;
	background-color: #b43455
}

a.badge-kurenai-light.focus,
a.badge-kurenai-light:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(204, 79, 111, .5);
	box-shadow: 0 0 0 .2rem rgba(204, 79, 111, .5)
}

.badge-kurenai-extra-light {
	color: #212529;
	background-color: #e77e7b
}

a.badge-kurenai-extra-light:focus,
a.badge-kurenai-extra-light:hover {
	color: #212529;
	background-color: #df5450
}

a.badge-kurenai-extra-light.focus,
a.badge-kurenai-extra-light:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(231, 126, 123, .5);
	box-shadow: 0 0 0 .2rem rgba(231, 126, 123, .5)
}

.badge-ai-primary {
	color: #fff;
	background-color: #004c9a
}

a.badge-ai-primary:focus,
a.badge-ai-primary:hover {
	color: #fff;
	background-color: #003367
}

a.badge-ai-primary.focus,
a.badge-ai-primary:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 76, 154, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 76, 154, .5)
}

.badge-ai-dark {
	color: #fff;
	background-color: #113364
}

a.badge-ai-dark:focus,
a.badge-ai-dark:hover {
	color: #fff;
	background-color: #0a1d38
}

a.badge-ai-dark.focus,
a.badge-ai-dark:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(17, 51, 100, .5);
	box-shadow: 0 0 0 .2rem rgba(17, 51, 100, .5)
}

.badge-ai-normal {
	color: #fff;
	background-color: #0084bd
}

a.badge-ai-normal:focus,
a.badge-ai-normal:hover {
	color: #fff;
	background-color: #00608a
}

a.badge-ai-normal.focus,
a.badge-ai-normal:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 132, 189, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 132, 189, .5)
}

.badge-ai-medium {
	color: #fff;
	background-color: #03417f
}

a.badge-ai-medium:focus,
a.badge-ai-medium:hover {
	color: #fff;
	background-color: #02284d
}

a.badge-ai-medium.focus,
a.badge-ai-medium:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(3, 65, 127, .5);
	box-shadow: 0 0 0 .2rem rgba(3, 65, 127, .5)
}

.badge-ai-light {
	color: #fff;
	background-color: #175da6
}

a.badge-ai-light:focus,
a.badge-ai-light:hover {
	color: #fff;
	background-color: #114479
}

a.badge-ai-light.focus,
a.badge-ai-light:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 93, 166, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 93, 166, .5)
}

.badge-ai-extra-light {
	color: #212529;
	background-color: #68b3d5
}

a.badge-ai-extra-light:focus,
a.badge-ai-extra-light:hover {
	color: #212529;
	background-color: #409fca
}

a.badge-ai-extra-light.focus,
a.badge-ai-extra-light:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(104, 179, 213, .5);
	box-shadow: 0 0 0 .2rem rgba(104, 179, 213, .5)
}

.badge-sakura-primary {
	color: #fff;
	background-color: #e96a7b
}

a.badge-sakura-primary:focus,
a.badge-sakura-primary:hover {
	color: #fff;
	background-color: #e23e54
}

a.badge-sakura-primary.focus,
a.badge-sakura-primary:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(233, 106, 123, .5);
	box-shadow: 0 0 0 .2rem rgba(233, 106, 123, .5)
}

.badge-sakura-dark {
	color: #fff;
	background-color: #db4e50
}

a.badge-sakura-dark:focus,
a.badge-sakura-dark:hover {
	color: #fff;
	background-color: #cc2a2c
}

a.badge-sakura-dark.focus,
a.badge-sakura-dark:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(219, 78, 80, .5);
	box-shadow: 0 0 0 .2rem rgba(219, 78, 80, .5)
}

.badge-sakura-normal {
	color: #212529;
	background-color: #f08f98
}

a.badge-sakura-normal:focus,
a.badge-sakura-normal:hover {
	color: #212529;
	background-color: #ea626f
}

a.badge-sakura-normal.focus,
a.badge-sakura-normal:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(240, 143, 152, .5);
	box-shadow: 0 0 0 .2rem rgba(240, 143, 152, .5)
}

.badge-sakura-medium {
	color: #fff;
	background-color: #e45659
}

a.badge-sakura-medium:focus,
a.badge-sakura-medium:hover {
	color: #fff;
	background-color: #dd2a2e
}

a.badge-sakura-medium.focus,
a.badge-sakura-medium:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(228, 86, 89, .5);
	box-shadow: 0 0 0 .2rem rgba(228, 86, 89, .5)
}

.badge-sakura-light {
	color: #fff;
	background-color: #e4608d
}

a.badge-sakura-light:focus,
a.badge-sakura-light:hover {
	color: #fff;
	background-color: #dd346e
}

a.badge-sakura-light.focus,
a.badge-sakura-light:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(228, 96, 141, .5);
	box-shadow: 0 0 0 .2rem rgba(228, 96, 141, .5)
}

.badge-sakura-extra-light {
	color: #212529;
	background-color: #f4b3ba
}

a.badge-sakura-extra-light:focus,
a.badge-sakura-extra-light:hover {
	color: #212529;
	background-color: #ee8692
}

a.badge-sakura-extra-light.focus,
a.badge-sakura-extra-light:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(244, 179, 186, .5);
	box-shadow: 0 0 0 .2rem rgba(244, 179, 186, .5)
}

.badge-fuji-primary {
	color: #fff;
	background-color: #8a418a
}

a.badge-fuji-primary:focus,
a.badge-fuji-primary:hover {
	color: #fff;
	background-color: #673167
}

a.badge-fuji-primary.focus,
a.badge-fuji-primary:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(138, 65, 138, .5);
	box-shadow: 0 0 0 .2rem rgba(138, 65, 138, .5)
}

.badge-fuji-dark {
	color: #fff;
	background-color: #5c183e
}

a.badge-fuji-dark:focus,
a.badge-fuji-dark:hover {
	color: #fff;
	background-color: #340d23
}

a.badge-fuji-dark.focus,
a.badge-fuji-dark:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(92, 24, 62, .5);
	box-shadow: 0 0 0 .2rem rgba(92, 24, 62, .5)
}

.badge-fuji-normal {
	color: #fff;
	background-color: #b74688
}

a.badge-fuji-normal:focus,
a.badge-fuji-normal:hover {
	color: #fff;
	background-color: #92386d
}

a.badge-fuji-normal.focus,
a.badge-fuji-normal:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(183, 70, 136, .5);
	box-shadow: 0 0 0 .2rem rgba(183, 70, 136, .5)
}

.badge-fuji-medium {
	color: #fff;
	background-color: #7c1d55
}

a.badge-fuji-medium:focus,
a.badge-fuji-medium:hover {
	color: #fff;
	background-color: #531339
}

a.badge-fuji-medium.focus,
a.badge-fuji-medium:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(124, 29, 85, .5);
	box-shadow: 0 0 0 .2rem rgba(124, 29, 85, .5)
}

.badge-fuji-light {
	color: #fff;
	background-color: #753a75
}

a.badge-fuji-light:focus,
a.badge-fuji-light:hover {
	color: #fff;
	background-color: #532953
}

a.badge-fuji-light.focus,
a.badge-fuji-light:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(117, 58, 117, .5);
	box-shadow: 0 0 0 .2rem rgba(117, 58, 117, .5)
}

.badge-fuji-extra-light {
	color: #fff;
	background-color: #cc75a1
}

a.badge-fuji-extra-light:focus,
a.badge-fuji-extra-light:hover {
	color: #fff;
	background-color: #be5088
}

a.badge-fuji-extra-light.focus,
a.badge-fuji-extra-light:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(204, 117, 161, .5);
	box-shadow: 0 0 0 .2rem rgba(204, 117, 161, .5)
}

.badge-matsuba-primary {
	color: #fff;
	background-color: #00765d
}

a.badge-matsuba-primary:focus,
a.badge-matsuba-primary:hover {
	color: #fff;
	background-color: #004335
}

a.badge-matsuba-primary.focus,
a.badge-matsuba-primary:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 118, 93, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 118, 93, .5)
}

.badge-matsuba-dark {
	color: #fff;
	background-color: #004b2e
}

a.badge-matsuba-dark:focus,
a.badge-matsuba-dark:hover {
	color: #fff;
	background-color: #00180f
}

a.badge-matsuba-dark.focus,
a.badge-matsuba-dark:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 75, 46, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 75, 46, .5)
}

.badge-matsuba-normal {
	color: #fff;
	background-color: #088339
}

a.badge-matsuba-normal:focus,
a.badge-matsuba-normal:hover {
	color: #fff;
	background-color: #055324
}

a.badge-matsuba-normal.focus,
a.badge-matsuba-normal:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(8, 131, 57, .5);
	box-shadow: 0 0 0 .2rem rgba(8, 131, 57, .5)
}

.badge-matsuba-medium {
	color: #fff;
	background-color: #006938
}

a.badge-matsuba-medium:focus,
a.badge-matsuba-medium:hover {
	color: #fff;
	background-color: #00361d
}

a.badge-matsuba-medium.focus,
a.badge-matsuba-medium:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 105, 56, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 105, 56, .5)
}

.badge-matsuba-light {
	color: #fff;
	background-color: #00645c
}

a.badge-matsuba-light:focus,
a.badge-matsuba-light:hover {
	color: #fff;
	background-color: #00312d
}

a.badge-matsuba-light.focus,
a.badge-matsuba-light:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 100, 92, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 100, 92, .5)
}

.badge-matsuba-extra-light {
	color: #fff;
	background-color: #5ba25f
}

a.badge-matsuba-extra-light:focus,
a.badge-matsuba-extra-light:hover {
	color: #fff;
	background-color: #49814c
}

a.badge-matsuba-extra-light.focus,
a.badge-matsuba-extra-light:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(91, 162, 95, .5);
	box-shadow: 0 0 0 .2rem rgba(91, 162, 95, .5)
}

.badge-torch-relay-primary {
	color: #fff;
	background-color: #dc0010
}

a.badge-torch-relay-primary:focus,
a.badge-torch-relay-primary:hover {
	color: #fff;
	background-color: #a9000c
}

a.badge-torch-relay-primary.focus,
a.badge-torch-relay-primary:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 0, 16, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 0, 16, .5)
}

.badge-torch-relay-para-primary {
	color: #212529;
	background-color: #fec14e
}

a.badge-torch-relay-para-primary:focus,
a.badge-torch-relay-para-primary:hover {
	color: #212529;
	background-color: #feaf1b
}

a.badge-torch-relay-para-primary.focus,
a.badge-torch-relay-para-primary:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(254, 193, 78, .5);
	box-shadow: 0 0 0 .2rem rgba(254, 193, 78, .5)
}

.badge-torch-relay-gold {
	color: #fff;
	background-color: #c28c4c
}

a.badge-torch-relay-gold:focus,
a.badge-torch-relay-gold:hover {
	color: #fff;
	background-color: #a37238
}

a.badge-torch-relay-gold.focus,
a.badge-torch-relay-gold:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(194, 140, 76, .5);
	box-shadow: 0 0 0 .2rem rgba(194, 140, 76, .5)
}

.badge-black {
	color: #fff;
	background-color: #000
}

a.badge-black:focus,
a.badge-black:hover {
	color: #fff;
	background-color: #000
}

a.badge-black.focus,
a.badge-black:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.badge-black-2 {
	color: #fff;
	background-color: #141414
}

a.badge-black-2:focus,
a.badge-black-2:hover {
	color: #fff;
	background-color: #000
}

a.badge-black-2.focus,
a.badge-black-2:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(20, 20, 20, .5);
	box-shadow: 0 0 0 .2rem rgba(20, 20, 20, .5)
}

.badge-grey-normal {
	color: #fff;
	background-color: #6f6f6f
}

a.badge-grey-normal:focus,
a.badge-grey-normal:hover {
	color: #fff;
	background-color: #565656
}

a.badge-grey-normal.focus,
a.badge-grey-normal:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(111, 111, 111, .5);
	box-shadow: 0 0 0 .2rem rgba(111, 111, 111, .5)
}

.badge-grey-medium {
	color: #212529;
	background-color: #9fa0a0
}

a.badge-grey-medium:focus,
a.badge-grey-medium:hover {
	color: #212529;
	background-color: #858787
}

a.badge-grey-medium.focus,
a.badge-grey-medium:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(159, 160, 160, .5);
	box-shadow: 0 0 0 .2rem rgba(159, 160, 160, .5)
}

.badge-facebook {
	color: #fff;
	background-color: #1877f2
}

a.badge-facebook:focus,
a.badge-facebook:hover {
	color: #fff;
	background-color: #0b5fcc
}

a.badge-facebook.focus,
a.badge-facebook:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(24, 119, 242, .5);
	box-shadow: 0 0 0 .2rem rgba(24, 119, 242, .5)
}

.badge-twitter {
	color: #fff;
	background-color: #1da1f2
}

a.badge-twitter:focus,
a.badge-twitter:hover {
	color: #fff;
	background-color: #0c85d0
}

a.badge-twitter.focus,
a.badge-twitter:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5);
	box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5)
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #004300;
	background-color: #cce6cc;
	border-color: #b8dbb8
}

.alert-success hr {
	border-top-color: #a7d2a7
}

.alert-success .alert-link {
	color: #001000
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

.alert-brown-primary {
	color: #453725;
	background-color: #e7e1da;
	border-color: #ddd5cb
}

.alert-brown-primary hr {
	border-top-color: #d3c9bc
}

.alert-brown-primary .alert-link {
	color: #241d13
}

.alert-brown-mocha {
	color: #4e3d28;
	background-color: #eae4db;
	border-color: #e2d9cd
}

.alert-brown-mocha hr {
	border-top-color: #d9cdbd
}

.alert-brown-mocha .alert-link {
	color: #2c2317
}

.alert-brown-secondary {
	color: #5e4b35;
	background-color: #f0e9e0;
	border-color: #eae0d4
}

.alert-brown-secondary hr {
	border-top-color: #e2d4c3
}

.alert-brown-secondary .alert-link {
	color: #3d3123
}

.alert-kurenai-primary {
	color: #481119;
	background-color: #e8d2d6;
	border-color: #dfc1c5
}

.alert-kurenai-primary hr {
	border-top-color: #d6b0b5
}

.alert-kurenai-primary .alert-link {
	color: #1f070b
}

.alert-kurenai-dark {
	color: #3e0e16;
	background-color: #e4d1d4;
	border-color: #d9bfc3
}

.alert-kurenai-dark hr {
	border-top-color: #d0afb4
}

.alert-kurenai-dark .alert-link {
	color: #140507
}

.alert-kurenai-normal {
	color: #5c0f1b;
	background-color: #efd2d6;
	border-color: #e9c0c6
}

.alert-kurenai-normal hr {
	border-top-color: #e2adb5
}

.alert-kurenai-normal .alert-link {
	color: #30080e
}

.alert-kurenai-medium {
	color: #521116;
	background-color: #ebd2d4;
	border-color: #e4c1c3
}

.alert-kurenai-medium hr {
	border-top-color: #dcafb2
}

.alert-kurenai-medium .alert-link {
	color: #28080b
}

.alert-kurenai-light {
	color: #6a293a;
	background-color: #f5dce2;
	border-color: #f1ced7
}

.alert-kurenai-light hr {
	border-top-color: #ebbac7
}

.alert-kurenai-light .alert-link {
	color: #451b26
}

.alert-kurenai-extra-light {
	color: #784240;
	background-color: #fae5e5;
	border-color: #f8dbda
}

.alert-kurenai-extra-light hr {
	border-top-color: #f4c6c5
}

.alert-kurenai-extra-light .alert-link {
	color: #57302e
}

.alert-ai-primary {
	color: #002850;
	background-color: #ccdbeb;
	border-color: #b8cde3
}

.alert-ai-primary hr {
	border-top-color: #a6c0dc
}

.alert-ai-primary .alert-link {
	color: #000f1d
}

.alert-ai-dark {
	color: #091b34;
	background-color: #cfd6e0;
	border-color: #bcc6d4
}

.alert-ai-dark hr {
	border-top-color: #acb9ca
}

.alert-ai-dark .alert-link {
	color: #010409
}

.alert-ai-normal {
	color: #004562;
	background-color: #cce6f2;
	border-color: #b8dded
}

.alert-ai-normal hr {
	border-top-color: #a4d3e8
}

.alert-ai-normal .alert-link {
	color: #00212f
}

.alert-ai-medium {
	color: #022242;
	background-color: #cdd9e5;
	border-color: #b8cadb
}

.alert-ai-medium hr {
	border-top-color: #a7bdd2
}

.alert-ai-medium .alert-link {
	color: #010911
}

.alert-ai-light {
	color: #0c3056;
	background-color: #d1dfed;
	border-color: #bed2e6
}

.alert-ai-light hr {
	border-top-color: #acc5df
}

.alert-ai-light .alert-link {
	color: #061729
}

.alert-ai-extra-light {
	color: #365d6f;
	background-color: #e1f0f7;
	border-color: #d5eaf3
}

.alert-ai-extra-light hr {
	border-top-color: #c1e0ed
}

.alert-ai-extra-light .alert-link {
	color: #25404d
}

.alert-sakura-primary {
	color: #793740;
	background-color: #fbe1e5;
	border-color: #f9d5da
}

.alert-sakura-primary hr {
	border-top-color: #f6bfc6
}

.alert-sakura-primary .alert-link {
	color: #56272d
}

.alert-sakura-dark {
	color: #72292a;
	background-color: #f8dcdc;
	border-color: #f5cdce
}

.alert-sakura-dark hr {
	border-top-color: #f1b8b9
}

.alert-sakura-dark .alert-link {
	color: #4c1c1c
}

.alert-sakura-normal {
	color: #7d4a4f;
	background-color: #fce9ea;
	border-color: #fbe0e2
}

.alert-sakura-normal hr {
	border-top-color: #f8c9cd
}

.alert-sakura-normal .alert-link {
	color: #5d373b
}

.alert-sakura-medium {
	color: #772d2e;
	background-color: #faddde;
	border-color: #f7d0d1
}

.alert-sakura-medium hr {
	border-top-color: #f3babc
}

.alert-sakura-medium .alert-link {
	color: #521f20
}

.alert-sakura-light {
	color: #773249;
	background-color: #fadfe8;
	border-color: #f7d2df
}

.alert-sakura-light hr {
	border-top-color: #f3bcd0
}

.alert-sakura-light .alert-link {
	color: #532333
}

.alert-sakura-extra-light {
	color: #7f5d61;
	background-color: #fdf0f1;
	border-color: #fceaec
}

.alert-sakura-extra-light hr {
	border-top-color: #f9d4d8
}

.alert-sakura-extra-light .alert-link {
	color: #62474b
}

.alert-fuji-primary {
	color: #482248;
	background-color: #e8d9e8;
	border-color: #decade
}

.alert-fuji-primary hr {
	border-top-color: #d4bad4
}

.alert-fuji-primary .alert-link {
	color: #251225
}

.alert-fuji-dark {
	color: #300c20;
	background-color: #ded1d8;
	border-color: #d1bec9
}

.alert-fuji-dark hr {
	border-top-color: #c6afbd
}

.alert-fuji-dark .alert-link {
	color: #070205
}

.alert-fuji-normal {
	color: #5f2447;
	background-color: #f1dae7;
	border-color: #ebcbde
}

.alert-fuji-normal hr {
	border-top-color: #e4b9d2
}

.alert-fuji-normal .alert-link {
	color: #3a162b
}

.alert-fuji-medium {
	color: #400f2c;
	background-color: #e5d2dd;
	border-color: #dac0cf
}

.alert-fuji-medium hr {
	border-top-color: #d1b0c3
}

.alert-fuji-medium .alert-link {
	color: #170510
}

.alert-fuji-light {
	color: #3d1e3d;
	background-color: #e3d8e3;
	border-color: #d8c8d8
}

.alert-fuji-light hr {
	border-top-color: #cdb9cd
}

.alert-fuji-light .alert-link {
	color: #1b0d1b
}

.alert-fuji-extra-light {
	color: #6a3d54;
	background-color: #f5e3ec;
	border-color: #f1d8e5
}

.alert-fuji-extra-light hr {
	border-top-color: #eac5d8
}

.alert-fuji-extra-light .alert-link {
	color: #4a2a3a
}

.alert-matsuba-primary {
	color: #003d30;
	background-color: #cce4df;
	border-color: #b8d9d2
}

.alert-matsuba-primary hr {
	border-top-color: #a7d0c7
}

.alert-matsuba-primary .alert-link {
	color: #000a08
}

.alert-matsuba-dark {
	color: #002718;
	background-color: #ccdbd5;
	border-color: #b8cdc4
}

.alert-matsuba-dark hr {
	border-top-color: #a9c2b8
}

.alert-matsuba-dark .alert-link {
	color: #000
}

.alert-matsuba-normal {
	color: #04441e;
	background-color: #cee6d7;
	border-color: #badcc8
}

.alert-matsuba-normal hr {
	border-top-color: #a9d3bb
}

.alert-matsuba-normal .alert-link {
	color: #011409
}

.alert-matsuba-medium {
	color: #00371d;
	background-color: #cce1d7;
	border-color: #b8d5c7
}

.alert-matsuba-medium hr {
	border-top-color: #a8ccba
}

.alert-matsuba-medium .alert-link {
	color: #000402
}

.alert-matsuba-light {
	color: #003430;
	background-color: #cce0de;
	border-color: #b8d4d1
}

.alert-matsuba-light hr {
	border-top-color: #a8cac7
}

.alert-matsuba-light .alert-link {
	color: #000101
}

.alert-matsuba-extra-light {
	color: #2f5431;
	background-color: #deecdf;
	border-color: #d1e5d2
}

.alert-matsuba-extra-light hr {
	border-top-color: #c1dcc2
}

.alert-matsuba-extra-light .alert-link {
	color: #1d331e
}

.alert-torch-relay-primary {
	color: #720008;
	background-color: #f8cccf;
	border-color: #f5b8bc
}

.alert-torch-relay-primary hr {
	border-top-color: #f2a2a7
}

.alert-torch-relay-primary .alert-link {
	color: #3f0004
}

.alert-torch-relay-para-primary {
	color: #846429;
	background-color: #fff3dc;
	border-color: #ffeecd
}

.alert-torch-relay-para-primary hr {
	border-top-color: #ffe5b4
}

.alert-torch-relay-para-primary .alert-link {
	color: #5d471d
}

.alert-torch-relay-gold {
	color: #654928;
	background-color: #f3e8db;
	border-color: #eedfcd
}

.alert-torch-relay-gold hr {
	border-top-color: #e8d3ba
}

.alert-torch-relay-gold .alert-link {
	color: #402f1a
}

.alert-black {
	color: #000;
	background-color: #ccc;
	border-color: #b8b8b8
}

.alert-black hr {
	border-top-color: #ababab
}

.alert-black .alert-link {
	color: #000
}

.alert-black-2 {
	color: #0a0a0a;
	background-color: #d0d0d0;
	border-color: #bdbdbd
}

.alert-black-2 hr {
	border-top-color: #b0b0b0
}

.alert-black-2 .alert-link {
	color: #000
}

.alert-grey-normal {
	color: #3a3a3a;
	background-color: #e2e2e2;
	border-color: #d7d7d7
}

.alert-grey-normal hr {
	border-top-color: #cacaca
}

.alert-grey-normal .alert-link {
	color: #212121
}

.alert-grey-medium {
	color: #535353;
	background-color: #ececec;
	border-color: #e4e4e4
}

.alert-grey-medium hr {
	border-top-color: #d7d7d7
}

.alert-grey-medium .alert-link {
	color: #3a3a3a
}

.alert-facebook {
	color: #0c3e7e;
	background-color: #d1e4fc;
	border-color: #bed9fb
}

.alert-facebook hr {
	border-top-color: #a6cbfa
}

.alert-facebook .alert-link {
	color: #08274f
}

.alert-twitter {
	color: #0f547e;
	background-color: #d2ecfc;
	border-color: #c0e5fb
}

.alert-twitter hr {
	border-top-color: #a8dbf9
}

.alert-twitter .alert-link {
	color: #0a3650
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		-webkit-transition: none;
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}

.media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.list-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #000;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.list-group-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: 0
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:1260px) {
	.list-group-horizontal-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:1456px) {
	.list-group-horizontal-xxl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-xxl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-xxl .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xxl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #004300;
	background-color: #b8dbb8
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #004300;
	background-color: #a7d2a7
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #004300;
	border-color: #004300
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.list-group-item-brown-primary {
	color: #453725;
	background-color: #ddd5cb
}

.list-group-item-brown-primary.list-group-item-action:focus,
.list-group-item-brown-primary.list-group-item-action:hover {
	color: #453725;
	background-color: #d3c9bc
}

.list-group-item-brown-primary.list-group-item-action.active {
	color: #fff;
	background-color: #453725;
	border-color: #453725
}

.list-group-item-brown-mocha {
	color: #4e3d28;
	background-color: #e2d9cd
}

.list-group-item-brown-mocha.list-group-item-action:focus,
.list-group-item-brown-mocha.list-group-item-action:hover {
	color: #4e3d28;
	background-color: #d9cdbd
}

.list-group-item-brown-mocha.list-group-item-action.active {
	color: #fff;
	background-color: #4e3d28;
	border-color: #4e3d28
}

.list-group-item-brown-secondary {
	color: #5e4b35;
	background-color: #eae0d4
}

.list-group-item-brown-secondary.list-group-item-action:focus,
.list-group-item-brown-secondary.list-group-item-action:hover {
	color: #5e4b35;
	background-color: #e2d4c3
}

.list-group-item-brown-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #5e4b35;
	border-color: #5e4b35
}

.list-group-item-kurenai-primary {
	color: #481119;
	background-color: #dfc1c5
}

.list-group-item-kurenai-primary.list-group-item-action:focus,
.list-group-item-kurenai-primary.list-group-item-action:hover {
	color: #481119;
	background-color: #d6b0b5
}

.list-group-item-kurenai-primary.list-group-item-action.active {
	color: #fff;
	background-color: #481119;
	border-color: #481119
}

.list-group-item-kurenai-dark {
	color: #3e0e16;
	background-color: #d9bfc3
}

.list-group-item-kurenai-dark.list-group-item-action:focus,
.list-group-item-kurenai-dark.list-group-item-action:hover {
	color: #3e0e16;
	background-color: #d0afb4
}

.list-group-item-kurenai-dark.list-group-item-action.active {
	color: #fff;
	background-color: #3e0e16;
	border-color: #3e0e16
}

.list-group-item-kurenai-normal {
	color: #5c0f1b;
	background-color: #e9c0c6
}

.list-group-item-kurenai-normal.list-group-item-action:focus,
.list-group-item-kurenai-normal.list-group-item-action:hover {
	color: #5c0f1b;
	background-color: #e2adb5
}

.list-group-item-kurenai-normal.list-group-item-action.active {
	color: #fff;
	background-color: #5c0f1b;
	border-color: #5c0f1b
}

.list-group-item-kurenai-medium {
	color: #521116;
	background-color: #e4c1c3
}

.list-group-item-kurenai-medium.list-group-item-action:focus,
.list-group-item-kurenai-medium.list-group-item-action:hover {
	color: #521116;
	background-color: #dcafb2
}

.list-group-item-kurenai-medium.list-group-item-action.active {
	color: #fff;
	background-color: #521116;
	border-color: #521116
}

.list-group-item-kurenai-light {
	color: #6a293a;
	background-color: #f1ced7
}

.list-group-item-kurenai-light.list-group-item-action:focus,
.list-group-item-kurenai-light.list-group-item-action:hover {
	color: #6a293a;
	background-color: #ebbac7
}

.list-group-item-kurenai-light.list-group-item-action.active {
	color: #fff;
	background-color: #6a293a;
	border-color: #6a293a
}

.list-group-item-kurenai-extra-light {
	color: #784240;
	background-color: #f8dbda
}

.list-group-item-kurenai-extra-light.list-group-item-action:focus,
.list-group-item-kurenai-extra-light.list-group-item-action:hover {
	color: #784240;
	background-color: #f4c6c5
}

.list-group-item-kurenai-extra-light.list-group-item-action.active {
	color: #fff;
	background-color: #784240;
	border-color: #784240
}

.list-group-item-ai-primary {
	color: #002850;
	background-color: #b8cde3
}

.list-group-item-ai-primary.list-group-item-action:focus,
.list-group-item-ai-primary.list-group-item-action:hover {
	color: #002850;
	background-color: #a6c0dc
}

.list-group-item-ai-primary.list-group-item-action.active {
	color: #fff;
	background-color: #002850;
	border-color: #002850
}

.list-group-item-ai-dark {
	color: #091b34;
	background-color: #bcc6d4
}

.list-group-item-ai-dark.list-group-item-action:focus,
.list-group-item-ai-dark.list-group-item-action:hover {
	color: #091b34;
	background-color: #acb9ca
}

.list-group-item-ai-dark.list-group-item-action.active {
	color: #fff;
	background-color: #091b34;
	border-color: #091b34
}

.list-group-item-ai-normal {
	color: #004562;
	background-color: #b8dded
}

.list-group-item-ai-normal.list-group-item-action:focus,
.list-group-item-ai-normal.list-group-item-action:hover {
	color: #004562;
	background-color: #a4d3e8
}

.list-group-item-ai-normal.list-group-item-action.active {
	color: #fff;
	background-color: #004562;
	border-color: #004562
}

.list-group-item-ai-medium {
	color: #022242;
	background-color: #b8cadb
}

.list-group-item-ai-medium.list-group-item-action:focus,
.list-group-item-ai-medium.list-group-item-action:hover {
	color: #022242;
	background-color: #a7bdd2
}

.list-group-item-ai-medium.list-group-item-action.active {
	color: #fff;
	background-color: #022242;
	border-color: #022242
}

.list-group-item-ai-light {
	color: #0c3056;
	background-color: #bed2e6
}

.list-group-item-ai-light.list-group-item-action:focus,
.list-group-item-ai-light.list-group-item-action:hover {
	color: #0c3056;
	background-color: #acc5df
}

.list-group-item-ai-light.list-group-item-action.active {
	color: #fff;
	background-color: #0c3056;
	border-color: #0c3056
}

.list-group-item-ai-extra-light {
	color: #365d6f;
	background-color: #d5eaf3
}

.list-group-item-ai-extra-light.list-group-item-action:focus,
.list-group-item-ai-extra-light.list-group-item-action:hover {
	color: #365d6f;
	background-color: #c1e0ed
}

.list-group-item-ai-extra-light.list-group-item-action.active {
	color: #fff;
	background-color: #365d6f;
	border-color: #365d6f
}

.list-group-item-sakura-primary {
	color: #793740;
	background-color: #f9d5da
}

.list-group-item-sakura-primary.list-group-item-action:focus,
.list-group-item-sakura-primary.list-group-item-action:hover {
	color: #793740;
	background-color: #f6bfc6
}

.list-group-item-sakura-primary.list-group-item-action.active {
	color: #fff;
	background-color: #793740;
	border-color: #793740
}

.list-group-item-sakura-dark {
	color: #72292a;
	background-color: #f5cdce
}

.list-group-item-sakura-dark.list-group-item-action:focus,
.list-group-item-sakura-dark.list-group-item-action:hover {
	color: #72292a;
	background-color: #f1b8b9
}

.list-group-item-sakura-dark.list-group-item-action.active {
	color: #fff;
	background-color: #72292a;
	border-color: #72292a
}

.list-group-item-sakura-normal {
	color: #7d4a4f;
	background-color: #fbe0e2
}

.list-group-item-sakura-normal.list-group-item-action:focus,
.list-group-item-sakura-normal.list-group-item-action:hover {
	color: #7d4a4f;
	background-color: #f8c9cd
}

.list-group-item-sakura-normal.list-group-item-action.active {
	color: #fff;
	background-color: #7d4a4f;
	border-color: #7d4a4f
}

.list-group-item-sakura-medium {
	color: #772d2e;
	background-color: #f7d0d1
}

.list-group-item-sakura-medium.list-group-item-action:focus,
.list-group-item-sakura-medium.list-group-item-action:hover {
	color: #772d2e;
	background-color: #f3babc
}

.list-group-item-sakura-medium.list-group-item-action.active {
	color: #fff;
	background-color: #772d2e;
	border-color: #772d2e
}

.list-group-item-sakura-light {
	color: #773249;
	background-color: #f7d2df
}

.list-group-item-sakura-light.list-group-item-action:focus,
.list-group-item-sakura-light.list-group-item-action:hover {
	color: #773249;
	background-color: #f3bcd0
}

.list-group-item-sakura-light.list-group-item-action.active {
	color: #fff;
	background-color: #773249;
	border-color: #773249
}

.list-group-item-sakura-extra-light {
	color: #7f5d61;
	background-color: #fceaec
}

.list-group-item-sakura-extra-light.list-group-item-action:focus,
.list-group-item-sakura-extra-light.list-group-item-action:hover {
	color: #7f5d61;
	background-color: #f9d4d8
}

.list-group-item-sakura-extra-light.list-group-item-action.active {
	color: #fff;
	background-color: #7f5d61;
	border-color: #7f5d61
}

.list-group-item-fuji-primary {
	color: #482248;
	background-color: #decade
}

.list-group-item-fuji-primary.list-group-item-action:focus,
.list-group-item-fuji-primary.list-group-item-action:hover {
	color: #482248;
	background-color: #d4bad4
}

.list-group-item-fuji-primary.list-group-item-action.active {
	color: #fff;
	background-color: #482248;
	border-color: #482248
}

.list-group-item-fuji-dark {
	color: #300c20;
	background-color: #d1bec9
}

.list-group-item-fuji-dark.list-group-item-action:focus,
.list-group-item-fuji-dark.list-group-item-action:hover {
	color: #300c20;
	background-color: #c6afbd
}

.list-group-item-fuji-dark.list-group-item-action.active {
	color: #fff;
	background-color: #300c20;
	border-color: #300c20
}

.list-group-item-fuji-normal {
	color: #5f2447;
	background-color: #ebcbde
}

.list-group-item-fuji-normal.list-group-item-action:focus,
.list-group-item-fuji-normal.list-group-item-action:hover {
	color: #5f2447;
	background-color: #e4b9d2
}

.list-group-item-fuji-normal.list-group-item-action.active {
	color: #fff;
	background-color: #5f2447;
	border-color: #5f2447
}

.list-group-item-fuji-medium {
	color: #400f2c;
	background-color: #dac0cf
}

.list-group-item-fuji-medium.list-group-item-action:focus,
.list-group-item-fuji-medium.list-group-item-action:hover {
	color: #400f2c;
	background-color: #d1b0c3
}

.list-group-item-fuji-medium.list-group-item-action.active {
	color: #fff;
	background-color: #400f2c;
	border-color: #400f2c
}

.list-group-item-fuji-light {
	color: #3d1e3d;
	background-color: #d8c8d8
}

.list-group-item-fuji-light.list-group-item-action:focus,
.list-group-item-fuji-light.list-group-item-action:hover {
	color: #3d1e3d;
	background-color: #cdb9cd
}

.list-group-item-fuji-light.list-group-item-action.active {
	color: #fff;
	background-color: #3d1e3d;
	border-color: #3d1e3d
}

.list-group-item-fuji-extra-light {
	color: #6a3d54;
	background-color: #f1d8e5
}

.list-group-item-fuji-extra-light.list-group-item-action:focus,
.list-group-item-fuji-extra-light.list-group-item-action:hover {
	color: #6a3d54;
	background-color: #eac5d8
}

.list-group-item-fuji-extra-light.list-group-item-action.active {
	color: #fff;
	background-color: #6a3d54;
	border-color: #6a3d54
}

.list-group-item-matsuba-primary {
	color: #003d30;
	background-color: #b8d9d2
}

.list-group-item-matsuba-primary.list-group-item-action:focus,
.list-group-item-matsuba-primary.list-group-item-action:hover {
	color: #003d30;
	background-color: #a7d0c7
}

.list-group-item-matsuba-primary.list-group-item-action.active {
	color: #fff;
	background-color: #003d30;
	border-color: #003d30
}

.list-group-item-matsuba-dark {
	color: #002718;
	background-color: #b8cdc4
}

.list-group-item-matsuba-dark.list-group-item-action:focus,
.list-group-item-matsuba-dark.list-group-item-action:hover {
	color: #002718;
	background-color: #a9c2b8
}

.list-group-item-matsuba-dark.list-group-item-action.active {
	color: #fff;
	background-color: #002718;
	border-color: #002718
}

.list-group-item-matsuba-normal {
	color: #04441e;
	background-color: #badcc8
}

.list-group-item-matsuba-normal.list-group-item-action:focus,
.list-group-item-matsuba-normal.list-group-item-action:hover {
	color: #04441e;
	background-color: #a9d3bb
}

.list-group-item-matsuba-normal.list-group-item-action.active {
	color: #fff;
	background-color: #04441e;
	border-color: #04441e
}

.list-group-item-matsuba-medium {
	color: #00371d;
	background-color: #b8d5c7
}

.list-group-item-matsuba-medium.list-group-item-action:focus,
.list-group-item-matsuba-medium.list-group-item-action:hover {
	color: #00371d;
	background-color: #a8ccba
}

.list-group-item-matsuba-medium.list-group-item-action.active {
	color: #fff;
	background-color: #00371d;
	border-color: #00371d
}

.list-group-item-matsuba-light {
	color: #003430;
	background-color: #b8d4d1
}

.list-group-item-matsuba-light.list-group-item-action:focus,
.list-group-item-matsuba-light.list-group-item-action:hover {
	color: #003430;
	background-color: #a8cac7
}

.list-group-item-matsuba-light.list-group-item-action.active {
	color: #fff;
	background-color: #003430;
	border-color: #003430
}

.list-group-item-matsuba-extra-light {
	color: #2f5431;
	background-color: #d1e5d2
}

.list-group-item-matsuba-extra-light.list-group-item-action:focus,
.list-group-item-matsuba-extra-light.list-group-item-action:hover {
	color: #2f5431;
	background-color: #c1dcc2
}

.list-group-item-matsuba-extra-light.list-group-item-action.active {
	color: #fff;
	background-color: #2f5431;
	border-color: #2f5431
}

.list-group-item-torch-relay-primary {
	color: #720008;
	background-color: #f5b8bc
}

.list-group-item-torch-relay-primary.list-group-item-action:focus,
.list-group-item-torch-relay-primary.list-group-item-action:hover {
	color: #720008;
	background-color: #f2a2a7
}

.list-group-item-torch-relay-primary.list-group-item-action.active {
	color: #fff;
	background-color: #720008;
	border-color: #720008
}

.list-group-item-torch-relay-para-primary {
	color: #846429;
	background-color: #ffeecd
}

.list-group-item-torch-relay-para-primary.list-group-item-action:focus,
.list-group-item-torch-relay-para-primary.list-group-item-action:hover {
	color: #846429;
	background-color: #ffe5b4
}

.list-group-item-torch-relay-para-primary.list-group-item-action.active {
	color: #fff;
	background-color: #846429;
	border-color: #846429
}

.list-group-item-torch-relay-gold {
	color: #654928;
	background-color: #eedfcd
}

.list-group-item-torch-relay-gold.list-group-item-action:focus,
.list-group-item-torch-relay-gold.list-group-item-action:hover {
	color: #654928;
	background-color: #e8d3ba
}

.list-group-item-torch-relay-gold.list-group-item-action.active {
	color: #fff;
	background-color: #654928;
	border-color: #654928
}

.list-group-item-black {
	color: #000;
	background-color: #b8b8b8
}

.list-group-item-black.list-group-item-action:focus,
.list-group-item-black.list-group-item-action:hover {
	color: #000;
	background-color: #ababab
}

.list-group-item-black.list-group-item-action.active {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.list-group-item-black-2 {
	color: #0a0a0a;
	background-color: #bdbdbd
}

.list-group-item-black-2.list-group-item-action:focus,
.list-group-item-black-2.list-group-item-action:hover {
	color: #0a0a0a;
	background-color: #b0b0b0
}

.list-group-item-black-2.list-group-item-action.active {
	color: #fff;
	background-color: #0a0a0a;
	border-color: #0a0a0a
}

.list-group-item-grey-normal {
	color: #3a3a3a;
	background-color: #d7d7d7
}

.list-group-item-grey-normal.list-group-item-action:focus,
.list-group-item-grey-normal.list-group-item-action:hover {
	color: #3a3a3a;
	background-color: #cacaca
}

.list-group-item-grey-normal.list-group-item-action.active {
	color: #fff;
	background-color: #3a3a3a;
	border-color: #3a3a3a
}

.list-group-item-grey-medium {
	color: #535353;
	background-color: #e4e4e4
}

.list-group-item-grey-medium.list-group-item-action:focus,
.list-group-item-grey-medium.list-group-item-action:hover {
	color: #535353;
	background-color: #d7d7d7
}

.list-group-item-grey-medium.list-group-item-action.active {
	color: #fff;
	background-color: #535353;
	border-color: #535353
}

.list-group-item-facebook {
	color: #0c3e7e;
	background-color: #bed9fb
}

.list-group-item-facebook.list-group-item-action:focus,
.list-group-item-facebook.list-group-item-action:hover {
	color: #0c3e7e;
	background-color: #a6cbfa
}

.list-group-item-facebook.list-group-item-action.active {
	color: #fff;
	background-color: #0c3e7e;
	border-color: #0c3e7e
}

.list-group-item-twitter {
	color: #0f547e;
	background-color: #c0e5fb
}

.list-group-item-twitter.list-group-item-action:focus,
.list-group-item-twitter.list-group-item-action:hover {
	color: #0f547e;
	background-color: #a8dbf9
}

.list-group-item-twitter.list-group-item-action.active {
	color: #fff;
	background-color: #0f547e;
	border-color: #0f547e
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	/*overflow-y: auto*/
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal-dialog-scrollable {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	/*overflow-y: auto*/
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem)
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media (min-width:1260px) {
	.modal-xl {
		max-width: 1140px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: Tokyo2020, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

:lang(ja-JP) .tooltip {
	font-family: Tokyo2020JPN, "Mplus 1p", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", sans-serif
}

:lang(zh-CN) .tooltip {
	font-family: sans-serif
}

:lang(ko-KR) .tooltip {
	font-family: sans-serif
}

:lang(hi-IN) .tooltip {
	font-family: sans-serif
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: Tokyo2020, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
	bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
	top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #000
}

:lang(ja-JP) .popover {
	font-family: Tokyo2020JPN, "Mplus 1p", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", sans-serif
}

:lang(zh-CN) .popover {
	font-family: sans-serif
}

:lang(ko-KR) .popover {
	font-family: sans-serif
}

:lang(hi-IN) .popover {
	font-family: sans-serif
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0s .6s opacity;
	transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next,
	.carousel-control-prev {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-primary {
	background-color: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #0062cc!important
}

.bg-secondary {
	background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #545b62!important
}

.bg-success {
	background-color: green!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #004d00!important
}

.bg-info {
	background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b!important
}

.bg-warning {
	background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00!important
}

.bg-danger {
	background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130!important
}

.bg-light {
	background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5!important
}

.bg-dark {
	background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124!important
}

.bg-brown-primary {
	background-color: #856a47!important
}

a.bg-brown-primary:focus,
a.bg-brown-primary:hover,
button.bg-brown-primary:focus,
button.bg-brown-primary:hover {
	background-color: #645035!important
}

.bg-brown-mocha {
	background-color: #96764d!important
}

a.bg-brown-mocha:focus,
a.bg-brown-mocha:hover,
button.bg-brown-mocha:focus,
button.bg-brown-mocha:hover {
	background-color: #745b3c!important
}

.bg-brown-secondary {
	background-color: #b49166!important
}

a.bg-brown-secondary:focus,
a.bg-brown-secondary:hover,
button.bg-brown-secondary:focus,
button.bg-brown-secondary:hover {
	background-color: #9b784c!important
}

.bg-kurenai-primary {
	background-color: #8b2030!important
}

a.bg-kurenai-primary:focus,
a.bg-kurenai-primary:hover,
button.bg-kurenai-primary:focus,
button.bg-kurenai-primary:hover {
	background-color: #621622!important
}

.bg-kurenai-dark {
	background-color: #771a2a!important
}

a.bg-kurenai-dark:focus,
a.bg-kurenai-dark:hover,
button.bg-kurenai-dark:focus,
button.bg-kurenai-dark:hover {
	background-color: #4d111b!important
}

.bg-kurenai-normal {
	background-color: #b11d33!important
}

a.bg-kurenai-normal:focus,
a.bg-kurenai-normal:hover,
button.bg-kurenai-normal:focus,
button.bg-kurenai-normal:hover {
	background-color: #851626!important
}

.bg-kurenai-medium {
	background-color: #9d202a!important
}

a.bg-kurenai-medium:focus,
a.bg-kurenai-medium:hover,
button.bg-kurenai-medium:focus,
button.bg-kurenai-medium:hover {
	background-color: #73171f!important
}

.bg-kurenai-light {
	background-color: #cc4f6f!important
}

a.bg-kurenai-light:focus,
a.bg-kurenai-light:hover,
button.bg-kurenai-light:focus,
button.bg-kurenai-light:hover {
	background-color: #b43455!important
}

.bg-kurenai-extra-light {
	background-color: #e77e7b!important
}

a.bg-kurenai-extra-light:focus,
a.bg-kurenai-extra-light:hover,
button.bg-kurenai-extra-light:focus,
button.bg-kurenai-extra-light:hover {
	background-color: #df5450!important
}

.bg-ai-primary {
	background-color: #004c9a!important
}

a.bg-ai-primary:focus,
a.bg-ai-primary:hover,
button.bg-ai-primary:focus,
button.bg-ai-primary:hover {
	background-color: #003367!important
}

.bg-ai-dark {
	background-color: #113364!important
}

a.bg-ai-dark:focus,
a.bg-ai-dark:hover,
button.bg-ai-dark:focus,
button.bg-ai-dark:hover {
	background-color: #0a1d38!important
}

.bg-ai-normal {
	background-color: #0084bd!important
}

a.bg-ai-normal:focus,
a.bg-ai-normal:hover,
button.bg-ai-normal:focus,
button.bg-ai-normal:hover {
	background-color: #00608a!important
}

.bg-ai-medium {
	background-color: #03417f!important
}

a.bg-ai-medium:focus,
a.bg-ai-medium:hover,
button.bg-ai-medium:focus,
button.bg-ai-medium:hover {
	background-color: #02284d!important
}

.bg-ai-light {
	background-color: #175da6!important
}

a.bg-ai-light:focus,
a.bg-ai-light:hover,
button.bg-ai-light:focus,
button.bg-ai-light:hover {
	background-color: #114479!important
}

.bg-ai-extra-light {
	background-color: #68b3d5!important
}

a.bg-ai-extra-light:focus,
a.bg-ai-extra-light:hover,
button.bg-ai-extra-light:focus,
button.bg-ai-extra-light:hover {
	background-color: #409fca!important
}

.bg-sakura-primary {
	background-color: #e96a7b!important
}

a.bg-sakura-primary:focus,
a.bg-sakura-primary:hover,
button.bg-sakura-primary:focus,
button.bg-sakura-primary:hover {
	background-color: #e23e54!important
}

.bg-sakura-dark {
	background-color: #db4e50!important
}

a.bg-sakura-dark:focus,
a.bg-sakura-dark:hover,
button.bg-sakura-dark:focus,
button.bg-sakura-dark:hover {
	background-color: #cc2a2c!important
}

.bg-sakura-normal {
	background-color: #f08f98!important
}

a.bg-sakura-normal:focus,
a.bg-sakura-normal:hover,
button.bg-sakura-normal:focus,
button.bg-sakura-normal:hover {
	background-color: #ea626f!important
}

.bg-sakura-medium {
	background-color: #e45659!important
}

a.bg-sakura-medium:focus,
a.bg-sakura-medium:hover,
button.bg-sakura-medium:focus,
button.bg-sakura-medium:hover {
	background-color: #dd2a2e!important
}

.bg-sakura-light {
	background-color: #e4608d!important
}

a.bg-sakura-light:focus,
a.bg-sakura-light:hover,
button.bg-sakura-light:focus,
button.bg-sakura-light:hover {
	background-color: #dd346e!important
}

.bg-sakura-extra-light {
	background-color: #f4b3ba!important
}

a.bg-sakura-extra-light:focus,
a.bg-sakura-extra-light:hover,
button.bg-sakura-extra-light:focus,
button.bg-sakura-extra-light:hover {
	background-color: #ee8692!important
}

.bg-fuji-primary {
	background-color: #8a418a!important
}

a.bg-fuji-primary:focus,
a.bg-fuji-primary:hover,
button.bg-fuji-primary:focus,
button.bg-fuji-primary:hover {
	background-color: #673167!important
}

.bg-fuji-dark {
	background-color: #5c183e!important
}

a.bg-fuji-dark:focus,
a.bg-fuji-dark:hover,
button.bg-fuji-dark:focus,
button.bg-fuji-dark:hover {
	background-color: #340d23!important
}

.bg-fuji-normal {
	background-color: #b74688!important
}

a.bg-fuji-normal:focus,
a.bg-fuji-normal:hover,
button.bg-fuji-normal:focus,
button.bg-fuji-normal:hover {
	background-color: #92386d!important
}

.bg-fuji-medium {
	background-color: #7c1d55!important
}

a.bg-fuji-medium:focus,
a.bg-fuji-medium:hover,
button.bg-fuji-medium:focus,
button.bg-fuji-medium:hover {
	background-color: #531339!important
}

.bg-fuji-light {
	background-color: #753a75!important
}

a.bg-fuji-light:focus,
a.bg-fuji-light:hover,
button.bg-fuji-light:focus,
button.bg-fuji-light:hover {
	background-color: #532953!important
}

.bg-fuji-extra-light {
	background-color: #cc75a1!important
}

a.bg-fuji-extra-light:focus,
a.bg-fuji-extra-light:hover,
button.bg-fuji-extra-light:focus,
button.bg-fuji-extra-light:hover {
	background-color: #be5088!important
}

.bg-matsuba-primary {
	background-color: #00765d!important
}

a.bg-matsuba-primary:focus,
a.bg-matsuba-primary:hover,
button.bg-matsuba-primary:focus,
button.bg-matsuba-primary:hover {
	background-color: #004335!important
}

.bg-matsuba-dark {
	background-color: #004b2e!important
}

a.bg-matsuba-dark:focus,
a.bg-matsuba-dark:hover,
button.bg-matsuba-dark:focus,
button.bg-matsuba-dark:hover {
	background-color: #00180f!important
}

.bg-matsuba-normal {
	background-color: #088339!important
}

a.bg-matsuba-normal:focus,
a.bg-matsuba-normal:hover,
button.bg-matsuba-normal:focus,
button.bg-matsuba-normal:hover {
	background-color: #055324!important
}

.bg-matsuba-medium {
	background-color: #006938!important
}

a.bg-matsuba-medium:focus,
a.bg-matsuba-medium:hover,
button.bg-matsuba-medium:focus,
button.bg-matsuba-medium:hover {
	background-color: #00361d!important
}

.bg-matsuba-light {
	background-color: #00645c!important
}

a.bg-matsuba-light:focus,
a.bg-matsuba-light:hover,
button.bg-matsuba-light:focus,
button.bg-matsuba-light:hover {
	background-color: #00312d!important
}

.bg-matsuba-extra-light {
	background-color: #5ba25f!important
}

a.bg-matsuba-extra-light:focus,
a.bg-matsuba-extra-light:hover,
button.bg-matsuba-extra-light:focus,
button.bg-matsuba-extra-light:hover {
	background-color: #49814c!important
}

.bg-torch-relay-primary {
	background-color: #dc0010!important
}

a.bg-torch-relay-primary:focus,
a.bg-torch-relay-primary:hover,
button.bg-torch-relay-primary:focus,
button.bg-torch-relay-primary:hover {
	background-color: #a9000c!important
}

.bg-torch-relay-para-primary {
	background-color: #fec14e!important
}

a.bg-torch-relay-para-primary:focus,
a.bg-torch-relay-para-primary:hover,
button.bg-torch-relay-para-primary:focus,
button.bg-torch-relay-para-primary:hover {
	background-color: #feaf1b!important
}

.bg-torch-relay-gold {
	background-color: #c28c4c!important
}

a.bg-torch-relay-gold:focus,
a.bg-torch-relay-gold:hover,
button.bg-torch-relay-gold:focus,
button.bg-torch-relay-gold:hover {
	background-color: #a37238!important
}

.bg-black {
	background-color: #000!important
}

a.bg-black:focus,
a.bg-black:hover,
button.bg-black:focus,
button.bg-black:hover {
	background-color: #000!important
}

.bg-black-2 {
	background-color: #141414!important
}

a.bg-black-2:focus,
a.bg-black-2:hover,
button.bg-black-2:focus,
button.bg-black-2:hover {
	background-color: #000!important
}

.bg-grey-normal {
	background-color: #6f6f6f!important
}

a.bg-grey-normal:focus,
a.bg-grey-normal:hover,
button.bg-grey-normal:focus,
button.bg-grey-normal:hover {
	background-color: #565656!important
}

.bg-grey-medium {
	background-color: #9fa0a0!important
}

a.bg-grey-medium:focus,
a.bg-grey-medium:hover,
button.bg-grey-medium:focus,
button.bg-grey-medium:hover {
	background-color: #858787!important
}

.bg-facebook {
	background-color: #1877f2!important
}

a.bg-facebook:focus,
a.bg-facebook:hover,
button.bg-facebook:focus,
button.bg-facebook:hover {
	background-color: #0b5fcc!important
}

.bg-twitter {
	background-color: #1da1f2!important
}

a.bg-twitter:focus,
a.bg-twitter:hover,
button.bg-twitter:focus,
button.bg-twitter:hover {
	background-color: #0c85d0!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.border {
	border: 1px solid #dee2e6!important
}

.border-top {
	border-top: 1px solid #dee2e6!important
}

.border-right {
	border-right: 1px solid #dee2e6!important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #007bff!important
}

.border-secondary {
	border-color: #6c757d!important
}

.border-success {
	border-color: green!important
}

.border-info {
	border-color: #17a2b8!important
}

.border-warning {
	border-color: #ffc107!important
}

.border-danger {
	border-color: #dc3545!important
}

.border-light {
	border-color: #f8f9fa!important
}

.border-dark {
	border-color: #343a40!important
}

.border-brown-primary {
	border-color: #856a47!important
}

.border-brown-mocha {
	border-color: #96764d!important
}

.border-brown-secondary {
	border-color: #b49166!important
}

.border-kurenai-primary {
	border-color: #8b2030!important
}

.border-kurenai-dark {
	border-color: #771a2a!important
}

.border-kurenai-normal {
	border-color: #b11d33!important
}

.border-kurenai-medium {
	border-color: #9d202a!important
}

.border-kurenai-light {
	border-color: #cc4f6f!important
}

.border-kurenai-extra-light {
	border-color: #e77e7b!important
}

.border-ai-primary {
	border-color: #004c9a!important
}

.border-ai-dark {
	border-color: #113364!important
}

.border-ai-normal {
	border-color: #0084bd!important
}

.border-ai-medium {
	border-color: #03417f!important
}

.border-ai-light {
	border-color: #175da6!important
}

.border-ai-extra-light {
	border-color: #68b3d5!important
}

.border-sakura-primary {
	border-color: #e96a7b!important
}

.border-sakura-dark {
	border-color: #db4e50!important
}

.border-sakura-normal {
	border-color: #f08f98!important
}

.border-sakura-medium {
	border-color: #e45659!important
}

.border-sakura-light {
	border-color: #e4608d!important
}

.border-sakura-extra-light {
	border-color: #f4b3ba!important
}

.border-fuji-primary {
	border-color: #8a418a!important
}

.border-fuji-dark {
	border-color: #5c183e!important
}

.border-fuji-normal {
	border-color: #b74688!important
}

.border-fuji-medium {
	border-color: #7c1d55!important
}

.border-fuji-light {
	border-color: #753a75!important
}

.border-fuji-extra-light {
	border-color: #cc75a1!important
}

.border-matsuba-primary {
	border-color: #00765d!important
}

.border-matsuba-dark {
	border-color: #004b2e!important
}

.border-matsuba-normal {
	border-color: #088339!important
}

.border-matsuba-medium {
	border-color: #006938!important
}

.border-matsuba-light {
	border-color: #00645c!important
}

.border-matsuba-extra-light {
	border-color: #5ba25f!important
}

.border-torch-relay-primary {
	border-color: #dc0010!important
}

.border-torch-relay-para-primary {
	border-color: #fec14e!important
}

.border-torch-relay-gold {
	border-color: #c28c4c!important
}

.border-black {
	border-color: #000!important
}

.border-black-2 {
	border-color: #141414!important
}

.border-grey-normal {
	border-color: #6f6f6f!important
}

.border-grey-medium {
	border-color: #9fa0a0!important
}

.border-facebook {
	border-color: #1877f2!important
}

.border-twitter {
	border-color: #1da1f2!important
}

.border-white {
	border-color: #fff!important
}

.rounded-sm {
	border-radius: .2rem!important
}

.rounded {
	border-radius: .25rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}

.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-lg {
	border-radius: .3rem!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-pill {
	border-radius: 50rem!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1260px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1456px) {
	.d-xxl-none {
		display: none!important
	}
	.d-xxl-inline {
		display: inline!important
	}
	.d-xxl-inline-block {
		display: inline-block!important
	}
	.d-xxl-block {
		display: block!important
	}
	.d-xxl-table {
		display: table!important
	}
	.d-xxl-table-row {
		display: table-row!important
	}
	.d-xxl-table-cell {
		display: table-cell!important
	}
	.d-xxl-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.flex-fill {
	-webkit-box-flex: 1!important;
	-webkit-flex: 1 1 auto!important;
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}

.flex-grow-0 {
	-webkit-box-flex: 0!important;
	-webkit-flex-grow: 0!important;
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}

.flex-grow-1 {
	-webkit-box-flex: 1!important;
	-webkit-flex-grow: 1!important;
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}

.flex-shrink-0 {
	-webkit-flex-shrink: 0!important;
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}

.flex-shrink-1 {
	-webkit-flex-shrink: 1!important;
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	-ms-grid-row-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	-ms-grid-row-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	-ms-grid-row-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-sm-fill {
		-webkit-box-flex: 1!important;
		-webkit-flex: 1 1 auto!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0!important;
		-webkit-flex-grow: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1!important;
		-webkit-flex-grow: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		-webkit-flex-shrink: 0!important;
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		-webkit-flex-shrink: 1!important;
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		-webkit-box-flex: 1!important;
		-webkit-flex: 1 1 auto!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0!important;
		-webkit-flex-grow: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1!important;
		-webkit-flex-grow: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		-webkit-flex-shrink: 0!important;
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		-webkit-flex-shrink: 1!important;
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		-webkit-box-flex: 1!important;
		-webkit-flex: 1 1 auto!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0!important;
		-webkit-flex-grow: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1!important;
		-webkit-flex-grow: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		-webkit-flex-shrink: 0!important;
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		-webkit-flex-shrink: 1!important;
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1260px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		-webkit-box-flex: 1!important;
		-webkit-flex: 1 1 auto!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0!important;
		-webkit-flex-grow: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1!important;
		-webkit-flex-grow: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		-webkit-flex-shrink: 0!important;
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		-webkit-flex-shrink: 1!important;
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1456px) {
	.flex-xxl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xxl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xxl-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xxl-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xxl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-xxl-fill {
		-webkit-box-flex: 1!important;
		-webkit-flex: 1 1 auto!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xxl-grow-0 {
		-webkit-box-flex: 0!important;
		-webkit-flex-grow: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xxl-grow-1 {
		-webkit-box-flex: 1!important;
		-webkit-flex-grow: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xxl-shrink-0 {
		-webkit-flex-shrink: 0!important;
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xxl-shrink-1 {
		-webkit-flex-shrink: 1!important;
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xxl-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xxl-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xxl-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xxl-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xxl-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xxl-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xxl-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xxl-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xxl-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xxl-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xxl-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-xxl-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xxl-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xxl-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-xxl-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xxl-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media (min-width:1260px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}

@media (min-width:1456px) {
	.float-xxl-left {
		float: left!important
	}
	.float-xxl-right {
		float: right!important
	}
	.float-xxl-none {
		float: none!important
	}
}

.overflow-auto {
	overflow: auto!important
}

.overflow-hidden {
	overflow: hidden!important
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.w-auto {
	width: auto!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.h-auto {
	height: auto!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.min-vw-100 {
	min-width: 100vw!important
}

.min-vh-100 {
	min-height: 100vh!important
}

.vw-100 {
	width: 100vw!important
}

.vh-100 {
	height: 100vh!important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1,
.my-1 {
	margin-top: .25rem!important
}

.mr-1,
.mx-1 {
	margin-right: .25rem!important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
	margin-left: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2,
.my-2 {
	margin-top: .5rem!important
}

.mr-2,
.mx-2 {
	margin-right: .5rem!important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3,
.my-3 {
	margin-top: 1rem!important
}

.mr-3,
.mx-3 {
	margin-right: 1rem!important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
	margin-left: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.mt-5,
.my-5 {
	margin-top: 3rem!important
}

.mr-5,
.mx-5 {
	margin-right: 3rem!important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
	margin-left: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,
.py-1 {
	padding-top: .25rem!important
}

.pr-1,
.px-1 {
	padding-right: .25rem!important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
	padding-left: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,
.py-2 {
	padding-top: .5rem!important
}

.pr-2,
.px-2 {
	padding-right: .5rem!important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
	padding-left: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,
.py-3 {
	padding-top: 1rem!important
}

.pr-3,
.px-3 {
	padding-right: 1rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.pt-5,
.py-5 {
	padding-top: 3rem!important
}

.pr-5,
.px-5 {
	padding-right: 3rem!important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
	padding-left: 3rem!important
}

.m-n1 {
	margin: -.25rem!important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem!important
}

.m-n2 {
	margin: -.5rem!important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
	margin-left: -.5rem!important
}

.m-n3 {
	margin: -1rem!important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem!important
}

.m-n4 {
	margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem!important
}

.m-n5 {
	margin: -3rem!important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0!important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem!important
	}
	.m-sm-n1 {
		margin: -.25rem!important
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem!important
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem!important
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem!important
	}
	.m-sm-n2 {
		margin: -.5rem!important
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem!important
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem!important
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem!important
	}
	.m-sm-n3 {
		margin: -1rem!important
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem!important
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem!important
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem!important
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem!important
	}
	.m-sm-n4 {
		margin: -1.5rem!important
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem!important
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem!important
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem!important
	}
	.m-sm-n5 {
		margin: -3rem!important
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem!important
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem!important
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem!important
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto!important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0!important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0!important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.m-md-n1 {
		margin: -.25rem!important
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem!important
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem!important
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem!important
	}
	.m-md-n2 {
		margin: -.5rem!important
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem!important
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem!important
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem!important
	}
	.m-md-n3 {
		margin: -1rem!important
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem!important
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem!important
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem!important
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem!important
	}
	.m-md-n4 {
		margin: -1.5rem!important
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem!important
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem!important
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem!important
	}
	.m-md-n5 {
		margin: -3rem!important
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem!important
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem!important
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem!important
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto!important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.m-lg-n1 {
		margin: -.25rem!important
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem!important
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem!important
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem!important
	}
	.m-lg-n2 {
		margin: -.5rem!important
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem!important
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem!important
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem!important
	}
	.m-lg-n3 {
		margin: -1rem!important
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem!important
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem!important
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem!important
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem!important
	}
	.m-lg-n4 {
		margin: -1.5rem!important
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem!important
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem!important
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem!important
	}
	.m-lg-n5 {
		margin: -3rem!important
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem!important
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem!important
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem!important
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto!important
	}
}

@media (min-width:1260px) {
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem!important
	}
	.m-xl-n1 {
		margin: -.25rem!important
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem!important
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem!important
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem!important
	}
	.m-xl-n2 {
		margin: -.5rem!important
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem!important
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem!important
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.5rem!important
	}
	.m-xl-n3 {
		margin: -1rem!important
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem!important
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem!important
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem!important
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem!important
	}
	.m-xl-n4 {
		margin: -1.5rem!important
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem!important
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem!important
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem!important
	}
	.m-xl-n5 {
		margin: -3rem!important
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem!important
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem!important
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem!important
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
}

@media (min-width:1456px) {
	.m-xxl-0 {
		margin: 0!important
	}
	.mt-xxl-0,
	.my-xxl-0 {
		margin-top: 0!important
	}
	.mr-xxl-0,
	.mx-xxl-0 {
		margin-right: 0!important
	}
	.mb-xxl-0,
	.my-xxl-0 {
		margin-bottom: 0!important
	}
	.ml-xxl-0,
	.mx-xxl-0 {
		margin-left: 0!important
	}
	.m-xxl-1 {
		margin: .25rem!important
	}
	.mt-xxl-1,
	.my-xxl-1 {
		margin-top: .25rem!important
	}
	.mr-xxl-1,
	.mx-xxl-1 {
		margin-right: .25rem!important
	}
	.mb-xxl-1,
	.my-xxl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xxl-1,
	.mx-xxl-1 {
		margin-left: .25rem!important
	}
	.m-xxl-2 {
		margin: .5rem!important
	}
	.mt-xxl-2,
	.my-xxl-2 {
		margin-top: .5rem!important
	}
	.mr-xxl-2,
	.mx-xxl-2 {
		margin-right: .5rem!important
	}
	.mb-xxl-2,
	.my-xxl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xxl-2,
	.mx-xxl-2 {
		margin-left: .5rem!important
	}
	.m-xxl-3 {
		margin: 1rem!important
	}
	.mt-xxl-3,
	.my-xxl-3 {
		margin-top: 1rem!important
	}
	.mr-xxl-3,
	.mx-xxl-3 {
		margin-right: 1rem!important
	}
	.mb-xxl-3,
	.my-xxl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xxl-3,
	.mx-xxl-3 {
		margin-left: 1rem!important
	}
	.m-xxl-4 {
		margin: 1.5rem!important
	}
	.mt-xxl-4,
	.my-xxl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xxl-4,
	.mx-xxl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xxl-4,
	.my-xxl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xxl-4,
	.mx-xxl-4 {
		margin-left: 1.5rem!important
	}
	.m-xxl-5 {
		margin: 3rem!important
	}
	.mt-xxl-5,
	.my-xxl-5 {
		margin-top: 3rem!important
	}
	.mr-xxl-5,
	.mx-xxl-5 {
		margin-right: 3rem!important
	}
	.mb-xxl-5,
	.my-xxl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xxl-5,
	.mx-xxl-5 {
		margin-left: 3rem!important
	}
	.p-xxl-0 {
		padding: 0!important
	}
	.pt-xxl-0,
	.py-xxl-0 {
		padding-top: 0!important
	}
	.pr-xxl-0,
	.px-xxl-0 {
		padding-right: 0!important
	}
	.pb-xxl-0,
	.py-xxl-0 {
		padding-bottom: 0!important
	}
	.pl-xxl-0,
	.px-xxl-0 {
		padding-left: 0!important
	}
	.p-xxl-1 {
		padding: .25rem!important
	}
	.pt-xxl-1,
	.py-xxl-1 {
		padding-top: .25rem!important
	}
	.pr-xxl-1,
	.px-xxl-1 {
		padding-right: .25rem!important
	}
	.pb-xxl-1,
	.py-xxl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xxl-1,
	.px-xxl-1 {
		padding-left: .25rem!important
	}
	.p-xxl-2 {
		padding: .5rem!important
	}
	.pt-xxl-2,
	.py-xxl-2 {
		padding-top: .5rem!important
	}
	.pr-xxl-2,
	.px-xxl-2 {
		padding-right: .5rem!important
	}
	.pb-xxl-2,
	.py-xxl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xxl-2,
	.px-xxl-2 {
		padding-left: .5rem!important
	}
	.p-xxl-3 {
		padding: 1rem!important
	}
	.pt-xxl-3,
	.py-xxl-3 {
		padding-top: 1rem!important
	}
	.pr-xxl-3,
	.px-xxl-3 {
		padding-right: 1rem!important
	}
	.pb-xxl-3,
	.py-xxl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xxl-3,
	.px-xxl-3 {
		padding-left: 1rem!important
	}
	.p-xxl-4 {
		padding: 1.5rem!important
	}
	.pt-xxl-4,
	.py-xxl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xxl-4,
	.px-xxl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xxl-4,
	.py-xxl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xxl-4,
	.px-xxl-4 {
		padding-left: 1.5rem!important
	}
	.p-xxl-5 {
		padding: 3rem!important
	}
	.pt-xxl-5,
	.py-xxl-5 {
		padding-top: 3rem!important
	}
	.pr-xxl-5,
	.px-xxl-5 {
		padding-right: 3rem!important
	}
	.pb-xxl-5,
	.py-xxl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xxl-5,
	.px-xxl-5 {
		padding-left: 3rem!important
	}
	.m-xxl-n1 {
		margin: -.25rem!important
	}
	.mt-xxl-n1,
	.my-xxl-n1 {
		margin-top: -.25rem!important
	}
	.mr-xxl-n1,
	.mx-xxl-n1 {
		margin-right: -.25rem!important
	}
	.mb-xxl-n1,
	.my-xxl-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-xxl-n1,
	.mx-xxl-n1 {
		margin-left: -.25rem!important
	}
	.m-xxl-n2 {
		margin: -.5rem!important
	}
	.mt-xxl-n2,
	.my-xxl-n2 {
		margin-top: -.5rem!important
	}
	.mr-xxl-n2,
	.mx-xxl-n2 {
		margin-right: -.5rem!important
	}
	.mb-xxl-n2,
	.my-xxl-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-xxl-n2,
	.mx-xxl-n2 {
		margin-left: -.5rem!important
	}
	.m-xxl-n3 {
		margin: -1rem!important
	}
	.mt-xxl-n3,
	.my-xxl-n3 {
		margin-top: -1rem!important
	}
	.mr-xxl-n3,
	.mx-xxl-n3 {
		margin-right: -1rem!important
	}
	.mb-xxl-n3,
	.my-xxl-n3 {
		margin-bottom: -1rem!important
	}
	.ml-xxl-n3,
	.mx-xxl-n3 {
		margin-left: -1rem!important
	}
	.m-xxl-n4 {
		margin: -1.5rem!important
	}
	.mt-xxl-n4,
	.my-xxl-n4 {
		margin-top: -1.5rem!important
	}
	.mr-xxl-n4,
	.mx-xxl-n4 {
		margin-right: -1.5rem!important
	}
	.mb-xxl-n4,
	.my-xxl-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-xxl-n4,
	.mx-xxl-n4 {
		margin-left: -1.5rem!important
	}
	.m-xxl-n5 {
		margin: -3rem!important
	}
	.mt-xxl-n5,
	.my-xxl-n5 {
		margin-top: -3rem!important
	}
	.mr-xxl-n5,
	.mx-xxl-n5 {
		margin-right: -3rem!important
	}
	.mb-xxl-n5,
	.my-xxl-n5 {
		margin-bottom: -3rem!important
	}
	.ml-xxl-n5,
	.mx-xxl-n5 {
		margin-left: -3rem!important
	}
	.m-xxl-auto {
		margin: auto!important
	}
	.mt-xxl-auto,
	.my-xxl-auto {
		margin-top: auto!important
	}
	.mr-xxl-auto,
	.mx-xxl-auto {
		margin-right: auto!important
	}
	.mb-xxl-auto,
	.my-xxl-auto {
		margin-bottom: auto!important
	}
	.ml-xxl-auto,
	.mx-xxl-auto {
		margin-left: auto!important
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}

.text-justify {
	text-align: justify!important
}

.text-wrap {
	white-space: normal!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1260px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

@media (min-width:1456px) {
	.text-xxl-left {
		text-align: left!important
	}
	.text-xxl-right {
		text-align: right!important
	}
	.text-xxl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

.font-weight-lighter {
	font-weight: lighter!important
}

.font-weight-normal {
	font-weight: 400!important
}

.font-weight-bold {
	font-weight: 700!important
}

.font-weight-bolder {
	font-weight: bolder!important
}

.font-italic {
	font-style: italic!important
}

.text-white {
	color: #fff!important
}

.text-primary {
	color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0056b3!important
}

.text-secondary {
	color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #494f54!important
}

.text-success {
	color: green!important
}

a.text-success:focus,
a.text-success:hover {
	color: #003400!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #0f6674!important
}

.text-warning {
	color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ba8b00!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
	color: #cbd3da!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #121416!important
}

.text-brown-primary {
	color: #856a47!important
}

a.text-brown-primary:focus,
a.text-brown-primary:hover {
	color: #53422c!important
}

.text-brown-mocha {
	color: #96764d!important
}

a.text-brown-mocha:focus,
a.text-brown-mocha:hover {
	color: #634e33!important
}

.text-brown-secondary {
	color: #b49166!important
}

a.text-brown-secondary:focus,
a.text-brown-secondary:hover {
	color: #8a6a44!important
}

.text-kurenai-primary {
	color: #8b2030!important
}

a.text-kurenai-primary:focus,
a.text-kurenai-primary:hover {
	color: #4d121b!important
}

.text-kurenai-dark {
	color: #771a2a!important
}

a.text-kurenai-dark:focus,
a.text-kurenai-dark:hover {
	color: #380c14!important
}

.text-kurenai-normal {
	color: #b11d33!important
}

a.text-kurenai-normal:focus,
a.text-kurenai-normal:hover {
	color: #6f1220!important
}

.text-kurenai-medium {
	color: #9d202a!important
}

a.text-kurenai-medium:focus,
a.text-kurenai-medium:hover {
	color: #5d1319!important
}

.text-kurenai-light {
	color: #cc4f6f!important
}

a.text-kurenai-light:focus,
a.text-kurenai-light:hover {
	color: #a02e4c!important
}

.text-kurenai-extra-light {
	color: #e77e7b!important
}

a.text-kurenai-extra-light:focus,
a.text-kurenai-extra-light:hover {
	color: #db3f3a!important
}

.text-ai-primary {
	color: #004c9a!important
}

a.text-ai-primary:focus,
a.text-ai-primary:hover {
	color: #00264e!important
}

.text-ai-dark {
	color: #113364!important
}

a.text-ai-dark:focus,
a.text-ai-dark:hover {
	color: #061223!important
}

.text-ai-normal {
	color: #0084bd!important
}

a.text-ai-normal:focus,
a.text-ai-normal:hover {
	color: #004f71!important
}

.text-ai-medium {
	color: #03417f!important
}

a.text-ai-medium:focus,
a.text-ai-medium:hover {
	color: #011b34!important
}

.text-ai-light {
	color: #175da6!important
}

a.text-ai-light:focus,
a.text-ai-light:hover {
	color: #0e3763!important
}

.text-ai-extra-light {
	color: #68b3d5!important
}

a.text-ai-extra-light:focus,
a.text-ai-extra-light:hover {
	color: #3492bc!important
}

.text-sakura-primary {
	color: #e96a7b!important
}

a.text-sakura-primary:focus,
a.text-sakura-primary:hover {
	color: #df2740!important
}

.text-sakura-dark {
	color: #db4e50!important
}

a.text-sakura-dark:focus,
a.text-sakura-dark:hover {
	color: #b72527!important
}

.text-sakura-normal {
	color: #f08f98!important
}

a.text-sakura-normal:focus,
a.text-sakura-normal:hover {
	color: #e74c5a!important
}

.text-sakura-medium {
	color: #e45659!important
}

a.text-sakura-medium:focus,
a.text-sakura-medium:hover {
	color: #cd2124!important
}

.text-sakura-light {
	color: #e4608d!important
}

a.text-sakura-light:focus,
a.text-sakura-light:hover {
	color: #d42460!important
}

.text-sakura-extra-light {
	color: #f4b3ba!important
}

a.text-sakura-extra-light:focus,
a.text-sakura-extra-light:hover {
	color: #ea707d!important
}

.text-fuji-primary {
	color: #8a418a!important
}

a.text-fuji-primary:focus,
a.text-fuji-primary:hover {
	color: #562956!important
}

.text-fuji-dark {
	color: #5c183e!important
}

a.text-fuji-dark:focus,
a.text-fuji-dark:hover {
	color: #1f0815!important
}

.text-fuji-normal {
	color: #b74688!important
}

a.text-fuji-normal:focus,
a.text-fuji-normal:hover {
	color: #80315f!important
}

.text-fuji-medium {
	color: #7c1d55!important
}

a.text-fuji-medium:focus,
a.text-fuji-medium:hover {
	color: #3e0f2b!important
}

.text-fuji-light {
	color: #753a75!important
}

a.text-fuji-light:focus,
a.text-fuji-light:hover {
	color: #422142!important
}

.text-fuji-extra-light {
	color: #cc75a1!important
}

a.text-fuji-extra-light:focus,
a.text-fuji-extra-light:hover {
	color: #b3427b!important
}

.text-matsuba-primary {
	color: #00765d!important
}

a.text-matsuba-primary:focus,
a.text-matsuba-primary:hover {
	color: #002a21!important
}

.text-matsuba-dark {
	color: #004b2e!important
}

a.text-matsuba-dark:focus,
a.text-matsuba-dark:hover {
	color: #000!important
}

.text-matsuba-normal {
	color: #088339!important
}

a.text-matsuba-normal:focus,
a.text-matsuba-normal:hover {
	color: #043b1a!important
}

.text-matsuba-medium {
	color: #006938!important
}

a.text-matsuba-medium:focus,
a.text-matsuba-medium:hover {
	color: #001d0f!important
}

.text-matsuba-light {
	color: #00645c!important
}

a.text-matsuba-light:focus,
a.text-matsuba-light:hover {
	color: #001816!important
}

.text-matsuba-extra-light {
	color: #5ba25f!important
}

a.text-matsuba-extra-light:focus,
a.text-matsuba-extra-light:hover {
	color: #3f7142!important
}

.text-torch-relay-primary {
	color: #dc0010!important
}

a.text-torch-relay-primary:focus,
a.text-torch-relay-primary:hover {
	color: #90000a!important
}

.text-torch-relay-para-primary {
	color: #fec14e!important
}

a.text-torch-relay-para-primary:focus,
a.text-torch-relay-para-primary:hover {
	color: #fea602!important
}

.text-torch-relay-gold {
	color: #c28c4c!important
}

a.text-torch-relay-gold:focus,
a.text-torch-relay-gold:hover {
	color: #906531!important
}

.text-black {
	color: #000!important
}

a.text-black:focus,
a.text-black:hover {
	color: #000!important
}

.text-black-2 {
	color: #141414!important
}

a.text-black-2:focus,
a.text-black-2:hover {
	color: #000!important
}

.text-grey-normal {
	color: #6f6f6f!important
}

a.text-grey-normal:focus,
a.text-grey-normal:hover {
	color: #494949!important
}

.text-grey-medium {
	color: #9fa0a0!important
}

a.text-grey-medium:focus,
a.text-grey-medium:hover {
	color: #797a7a!important
}

.text-facebook {
	color: #1877f2!important
}

a.text-facebook:focus,
a.text-facebook:hover {
	color: #0a54b3!important
}

.text-twitter {
	color: #1da1f2!important
}

a.text-twitter:focus,
a.text-twitter:hover {
	color: #0b76b8!important
}

.text-body {
	color: #000!important
}

.text-muted {
	color: #6c757d!important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5)!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none!important
}

.text-break {
	word-break: break-word!important;
	overflow-wrap: break-word!important
}

.text-reset {
	color: inherit!important
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6!important
	}
	.table-dark {
		color: inherit
	}
	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dadada
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dadada
	}
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.flatpickr-calendar {
	background: 0 0;
	opacity: 0;
	display: none;
	text-align: center;
	visibility: hidden;
	padding: 0;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background: #fff;
	-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0
}

.flatpickr-calendar .hasTime .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.flatpickr-calendar:before {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	left: 22px;
	border-width: 5px;
	margin: 0 -5px
}

.flatpickr-calendar:after {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	left: 22px;
	border-width: 4px;
	margin: 0 -4px
}

.flatpickr-calendar:focus {
	outline: 0
}

.flatpickr-calendar.open {
	opacity: 1;
	max-height: 640px;
	visibility: visible;
	display: inline-block;
	z-index: 99999
}

.flatpickr-calendar.inline {
	opacity: 1;
	max-height: 640px;
	visibility: visible;
	display: block;
	position: relative;
	top: 2px
}

.flatpickr-calendar.animate.open {
	-webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
	z-index: 999;
	display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
	-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
	height: 40px;
	border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto
}

.flatpickr-calendar.rightMost:before {
	left: auto;
	right: 22px
}

.flatpickr-calendar.rightMost:after {
	left: auto;
	right: 22px
}

.flatpickr-calendar.arrowTop:before {
	bottom: 100%;
	border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
	bottom: 100%;
	border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before {
	top: 100%;
	border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
	top: 100%;
	border-top-color: #fff
}

.flatpickr-wrapper {
	position: relative;
	display: inline-block
}

.flatpickr-months {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flatpickr-months .flatpickr-month {
	background: 0 0;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
	height: 34px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.flatpickr-months .flatpickr-prev-month {
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 34px;
	padding: 10px;
	z-index: 3;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-prev-month i {
	position: relative
}

.flatpickr-months .flatpickr-prev-month:hover {
	color: #959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg {
	fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg {
	width: 14px;
	height: 14px
}

.flatpickr-months .flatpickr-prev-month svg path {
	-webkit-transition: fill .1s;
	transition: fill .1s;
	fill: inherit
}

.flatpickr-months .flatpickr-next-month {
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 34px;
	padding: 10px;
	z-index: 3;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month i {
	position: relative
}

.flatpickr-months .flatpickr-next-month:hover {
	color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg {
	fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg {
	width: 14px;
	height: 14px
}

.flatpickr-months .flatpickr-next-month svg path {
	-webkit-transition: fill .1s;
	transition: fill .1s;
	fill: inherit
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
	display: none
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
	display: none
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
	left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
	left: 0
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
	right: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
	right: 0
}

.numInputWrapper {
	position: relative;
	height: auto
}

.numInputWrapper input {
	display: inline-block;
	width: 100%
}

.numInputWrapper input::-ms-clear {
	display: none
}

.numInputWrapper input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.numInputWrapper input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.numInputWrapper span {
	display: inline-block;
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, .15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute
}

.numInputWrapper span svg {
	width: inherit;
	height: auto
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, .5)
}

.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, .6);
	top: 26%
}

.numInputWrapper span.arrowDown {
	top: 50%
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, .6);
	top: 40%
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
	opacity: 1
}

.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	font-weight: 300;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 7.48px 0 0 0;
	line-height: 1;
	height: 34px;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
	background: 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	cursor: text;
	padding: 0 0 0 .5ch;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	line-height: inherit;
	height: auto;
	border: 0;
	border-radius: 0;
	vertical-align: initial;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
	outline: 0
}

.flatpickr-current-month input.cur-year[disabled] {
	font-size: 100%;
	color: rgba(0, 0, 0, .5);
	background: 0 0;
	pointer-events: none
}

.flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, .5);
	background: 0 0;
	pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	background: 0 0;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0 0;
	outline: 0;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: initial;
	-webkit-box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
	outline: 0
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active {
	outline: 0
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: transparent;
	outline: 0;
	padding: 0
}

.flatpickr-weekdays {
	background: 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

span.flatpickr-weekday {
	cursor: default;
	font-size: 90%;
	background: 0 0;
	color: rgba(0, 0, 0, .54);
	line-height: 1;
	margin: 0;
	text-align: center;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bolder
}

.dayContainer {
	padding: 1px 0 0 0;
	padding: 0;
	outline: 0;
	text-align: left;
	width: 307.875px;
	min-width: 307.875px;
	max-width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.dayContainer+.dayContainer {
	-webkit-box-shadow: -1px 0 0 #e6e6e6;
	box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-weeks {
	padding: 1px 0 0 0
}

.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 307.875px
}

.flatpickr-days:focus {
	outline: 0
}

.flatpickr-day {
	background: 0 0;
	border: 1px solid transparent;
	border-radius: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	font-weight: 400;
	width: 14.2857143%;
	-webkit-flex-basis: 14.2857143%;
	-ms-flex-preferred-size: 14.2857143%;
	flex-basis: 14.2857143%;
	max-width: 39px;
	height: 39px;
	line-height: 39px;
	margin: 0;
	display: inline-block;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.flatpickr-day:hover {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day:focus {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.inRange {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6;
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.prevMonthDay.inRange {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.nextMonthDay.inRange {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.today.inRange {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.prevMonthDay.today.inRange {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.nextMonthDay.today.inRange {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.prevMonthDay {
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	border-color: transparent;
	cursor: default
}

.flatpickr-day.prevMonthDay:hover {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.prevMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.nextMonthDay {
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	border-color: transparent;
	cursor: default
}

.flatpickr-day.nextMonthDay:hover {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.today {
	border-color: #959ea9
}

.flatpickr-day.today:hover {
	border-color: #959ea9;
	background: #959ea9;
	color: #fff
}

.flatpickr-day.today:focus {
	border-color: #959ea9;
	background: #959ea9;
	color: #fff
}

.flatpickr-day.selected {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.selected:focus {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.selected:hover {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.startRange {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.startRange:focus {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.startRange:hover {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.endRange {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.endRange:focus {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.endRange:hover {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.selected.inRange {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.startRange.inRange {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.endRange.inRange {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.selected.prevMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.startRange.prevMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.endRange.prevMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.selected.nextMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.startRange.nextMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.endRange.nextMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.selected.startRange {
	border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #569ff7;
	box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.startRange.startRange {
	border-radius: 50px 0 0 50px
}

.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #569ff7;
	box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange {
	border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #569ff7;
	box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.selected.endRange {
	border-radius: 0 50px 50px 0
}

.flatpickr-day.startRange.endRange {
	border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.endRange {
	border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange.endRange {
	border-radius: 50px
}

.flatpickr-day.startRange.startRange.endRange {
	border-radius: 50px
}

.flatpickr-day.endRange.startRange.endRange {
	border-radius: 50px
}

.flatpickr-day.flatpickr-disabled {
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	border-color: transparent;
	cursor: default;
	cursor: not-allowed;
	color: rgba(57, 57, 57, .1)
}

.flatpickr-day.flatpickr-disabled:hover {
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	border-color: transparent;
	cursor: default;
	cursor: not-allowed;
	color: rgba(57, 57, 57, .1)
}

.flatpickr-day.notAllowed {
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	border-color: transparent;
	cursor: default
}

.flatpickr-day.notAllowed.prevMonthDay {
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	border-color: transparent;
	cursor: default
}

.flatpickr-day.notAllowed.nextMonthDay {
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	border-color: transparent;
	cursor: default
}

.flatpickr-day.week.selected {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
	box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
	visibility: hidden
}

.rangeMode .flatpickr-day {
	margin-top: 1px
}

.flatpickr-weekwrapper {
	float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	-webkit-box-shadow: 1px 0 0 #e6e6e6;
	box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	cursor: default;
	border: none
}

.flatpickr-weekwrapper span.flatpickr-day:hover {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	cursor: default;
	border: none
}

.flatpickr-innerContainer {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.flatpickr-time {
	text-align: center;
	outline: 0;
	display: block;
	height: 0;
	line-height: 40px;
	max-height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flatpickr-time:after {
	content: "";
	display: table;
	clear: both
}

.flatpickr-time .numInputWrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 40%;
	height: 40px;
	float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939
}

.flatpickr-time input {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: inherit;
	line-height: inherit;
	color: #393939;
	font-size: 14px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.flatpickr-time input:focus {
	outline: 0;
	border: 0;
	background: #eee
}

.flatpickr-time input:hover {
	background: #eee
}

.flatpickr-time input.flatpickr-hour {
	font-weight: 700
}

.flatpickr-time input.flatpickr-minute {
	font-weight: 400
}

.flatpickr-time input.flatpickr-second {
	font-weight: 400
}

.flatpickr-time .flatpickr-time-separator {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: 700;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.flatpickr-time .flatpickr-am-pm {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: 700;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	outline: 0;
	width: 18%;
	cursor: pointer;
	text-align: center;
	font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:hover {
	background: #eee
}

.flatpickr-time .flatpickr-am-pm:focus {
	background: #eee
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%
}

.flatpickr-input[readonly] {
	cursor: pointer
}

@-webkit-keyframes scale-up-ver-center {
	0% {
		-webkit-transform: scaleY(.4);
		transform: scaleY(.4);
		-webkit-transform-origin: 100% 10%;
		transform-origin: 100% 10%
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 10%;
		transform-origin: 100% 10%
	}
}

@keyframes scale-up-ver-center {
	0% {
		-webkit-transform: scaleY(.4);
		transform: scaleY(.4);
		-webkit-transform-origin: 100% 10%;
		transform-origin: 100% 10%
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 10%;
		transform-origin: 100% 10%
	}
}

@-webkit-keyframes scale-up-ver-top {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}
}

@keyframes scale-up-ver-top {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100%!important;
	height: auto!important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: 0;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(../../d3images/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(../../d3images/photoswipe/default-skin/default-skin.svg)
	}
	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: 0 0
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d
}

a.pswp__share--download:hover {
	background: #ddd
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(../../d3images/photoswipe/default-skin/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none!important
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0
}

.pswp__bg {
	background-color: #141414
}

.pswp__counter {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	left: 0;
	right: 0;
	height: 44px;
	top: auto;
	line-height: inherit;
	text-align: center;
	padding-top: 18px;
	opacity: 1;
	margin: 0 auto;
	z-index: 1;
	font-size: .75rem
}

.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, .5)
}

.pswp__button {
	z-index: 3
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	margin-top: -3.125rem;
	width: 3.25rem;
	height: 6.25rem;
	font-size: .75rem;
	-webkit-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s;
	will-change: background-color
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
	width: auto;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: 0 0!important;
	font-family: tokyo2020-icons!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff
}

.pswp__button--arrow--left::before {
	left: 20px;
	content: "\e001"
}

.pswp__button--arrow--right::before {
	right: 20px;
	content: "\e002"
}

.pswp__button--close {
	width: 2rem;
	height: 2rem;
	background: 0 0!important;
	top: 6px;
	right: 10px
}

.pswp__button--close::before {
	content: "\e01d";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: 0 0!important;
	font-family: tokyo2020-icons!important;
	font-size: .875rem;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: visible
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	z-index: 10;
	top: 50%
}

.swiper-button-disabled {
	opacity: .35
}

.choices {
	position: relative;
	margin-bottom: 24px;
	font-size: 16px
}

.choices:focus {
	outline: 0
}

.choices:last-child {
	margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
	background-color: #eaeaea;
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.choices.is-disabled .choices__item {
	cursor: not-allowed
}

.choices[data-type*=select-one] {
	cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
	padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	margin: 0
}

.choices[data-type*=select-one] .choices__button {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
	padding: 0;
	background-size: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	margin-right: 25px;
	height: 20px;
	width: 20px;
	border-radius: 10em;
	opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
	opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
	-webkit-box-shadow: 0 0 0 2px #00bcd4;
	box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one]:after {
	content: "";
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	border-width: 5px;
	position: absolute;
	right: 11.5px;
	top: 50%;
	margin-top: -2.5px;
	pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
	border-color: transparent transparent #333 transparent;
	margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
	left: 11.5px;
	right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
	right: auto;
	left: 0;
	margin-left: 25px;
	margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
	cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-right: -4px;
	margin-bottom: 0;
	margin-left: 8px;
	padding-left: 16px;
	border-left: 1px solid #008fa1;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 8px;
	width: 8px;
	line-height: 1;
	opacity: .75;
	border-radius: 0
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
	opacity: 1
}

.choices__inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #f9f9f9;
	padding: 7.5px 7.5px 3.75px;
	border: 1px solid #ddd;
	border-radius: 2.5px;
	font-size: 14px;
	min-height: 44px;
	overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
	border-color: #b7b7b7
}

.is-open .choices__inner {
	border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
	border-radius: 0 0 2.5px 2.5px
}

.choices__list {
	margin: 0;
	padding-left: 0;
	list-style: none
}

.choices__list--single {
	display: inline-block;
	padding: 4px 16px 4px 4px;
	width: 100%
}

[dir=rtl] .choices__list--single {
	padding-right: 4px;
	padding-left: 16px
}

.choices__list--single .choices__item {
	width: 100%
}

.choices__list--multiple {
	display: inline
}

.choices__list--multiple .choices__item {
	display: inline-block;
	vertical-align: middle;
	border-radius: 20px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 3.75px;
	margin-bottom: 3.75px;
	background-color: #00bcd4;
	border: 1px solid #00a5bb;
	color: #fff;
	word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
	padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
	margin-right: 0;
	margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
	background-color: #00a5bb;
	border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
	background-color: #aaa;
	border: 1px solid #919191
}

.choices__list--dropdown {
	display: none;
	z-index: 1;
	position: absolute;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	top: 100%;
	margin-top: -1px;
	border-bottom-left-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
	overflow: hidden;
	word-break: break-all
}

.choices__list--dropdown.is-active {
	display: block
}

.is-open .choices__list--dropdown {
	border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -1px;
	border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
	position: relative;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position
}

.choices__list--dropdown .choices__item {
	position: relative;
	padding: 10px;
	font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item {
	text-align: right
}

@media (min-width:640px) {
	.choices__list--dropdown .choices__item--selectable {
		padding-right: 100px
	}
	.choices__list--dropdown .choices__item--selectable:after {
		content: attr(data-select-text);
		font-size: 12px;
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	[dir=rtl] .choices__list--dropdown .choices__item--selectable {
		text-align: right;
		padding-left: 100px;
		padding-right: 10px
	}
	[dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
		right: auto;
		left: 10px
	}
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
	opacity: .5
}

.choices__item {
	cursor: default
}

.choices__item--selectable {
	cursor: pointer
}

.choices__item--disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .5
}

.choices__heading {
	font-weight: 600;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: gray
}

.choices__button {
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}

.choices__button:focus {
	outline: 0
}

.choices__input {
	display: inline-block;
	vertical-align: baseline;
	background-color: #f9f9f9;
	font-size: 14px;
	margin-bottom: 5px;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	padding: 4px 0 4px 2px
}

.choices__input:focus {
	outline: 0
}

[dir=rtl] .choices__input {
	padding-right: 2px;
	padding-left: 0
}

.choices__placeholder {
	opacity: .5
}

.choices[data-type*=select-multiple] .choices__input.is-hidden,
.choices[data-type*=select-one] .choices__input.is-hidden,
.choices__input.is-hidden {
	display: none
}

a:active,
a:focus,
a:hover {
	text-decoration: underline
}

body {
	overflow-x: hidden;
	letter-spacing: 0
}

.tk-page {
	overflow-x: hidden
}

.h-100px {
	height: 100px
}

.w-100px {
	width: 100px
}

@media (min-width:768px) {
	.border-md-right {
		border-right: 1px solid #dee2e6
	}
	.border-sm-bottom {
		border-bottom: none
	}
}

@media (max-width:767.98px) {
	.border-md-right {
		border-right: none
	}
	.border-sm-bottom {
		border-bottom: 1px solid #dee2e6
	}
}

.safe-area {
	padding-bottom: env(safe-area-inset-bottom)
}

figure {
	margin: 0
}

:lang(ja-JP) body {
	font-family: Tokyo2020JPN, "Mplus 1p", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
	letter-spacing: .8px
}

:lang(zh-CN) body {
	font-family: sans-serif
}

:lang(ko-KR) body {
	font-family: sans-serif
}

:lang(hi-IN) body {
	font-family: sans-serif
}

:not(:lang(ja-JP)) .only-ja {
	display: none
}

ol,
ul {
	margin: 0;
	padding: 0
}

div[data-plugin=recommendation-api] {
	display: none
}

.tk-page__heading {
	font-size: 2rem;
	line-height: 1.125;
	font-weight: 700;
	color: #856a47
}

:lang(ja-JP) .tk-page__heading {
	font-size: 1.625rem;
	line-height: 1.30769
}

@media (min-width:992px) {
	.tk-page__heading {
		font-size: 2.75rem;
		line-height: 1.09091
	}
	:lang(ja-JP) .tk-page__heading {
		font-size: 2.375rem;
		line-height: 1.26316
	}
}

.tk-article__title,
.tk-video__container-error-title {
	font-size: 1.875rem;
	line-height: 1.13333
}

:lang(ja-JP) .tk-article__title,
:lang(ja-JP) .tk-video__container-error-title {
	font-size: 1.5rem;
	line-height: 1.41667
}

@media (min-width:992px) {
	.tk-article__title,
	.tk-video__container-error-title {
		font-size: 2.375rem;
		line-height: 1.26316
	}
	:lang(ja-JP) .tk-article__title,
	:lang(ja-JP) .tk-video__container-error-title {
		font-size: 2rem;
		line-height: 1.5
	}
}

.tk-article__part .tk-article__faq-card-body>h2,
.tk-article__part>h2,
.tk-article__summary,
.tk-multicolumn-list__heading,
.tk-prefecture__follow-title,
.tk-section__heading,
.tk-section__heading--rhb-oly,
.tk-section__heading--rhb-oly-external,
.tk-section__heading--rhb-para,
.tk-section__heading--rhb-para-external {
	font-size: 1.5rem;
	line-height: 1.33333;
	font-weight: 700
}

.tk-article__part :lang(ja-JP) .tk-article__faq-card-body>h2,
:lang(ja-JP) .tk-article__part .tk-article__faq-card-body>h2,
:lang(ja-JP) .tk-article__part>h2,
:lang(ja-JP) .tk-article__summary,
:lang(ja-JP) .tk-multicolumn-list__heading,
:lang(ja-JP) .tk-prefecture__follow-title,
:lang(ja-JP) .tk-section__heading,
:lang(ja-JP) .tk-section__heading--rhb-oly,
:lang(ja-JP) .tk-section__heading--rhb-oly-external,
:lang(ja-JP) .tk-section__heading--rhb-para,
:lang(ja-JP) .tk-section__heading--rhb-para-external {
	font-size: 1.375rem;
	line-height: 1.36364
}

@media (min-width:992px) {
	.tk-article__part .tk-article__faq-card-body>h2,
	.tk-article__part>h2,
	.tk-article__summary,
	.tk-multicolumn-list__heading,
	.tk-prefecture__follow-title,
	.tk-section__heading,
	.tk-section__heading--rhb-oly,
	.tk-section__heading--rhb-oly-external,
	.tk-section__heading--rhb-para,
	.tk-section__heading--rhb-para-external {
		font-size: 2.125rem;
		line-height: 1.29412
	}
	.tk-article__part :lang(ja-JP) .tk-article__faq-card-body>h2,
	:lang(ja-JP) .tk-article__part .tk-article__faq-card-body>h2,
	:lang(ja-JP) .tk-article__part>h2,
	:lang(ja-JP) .tk-article__summary,
	:lang(ja-JP) .tk-multicolumn-list__heading,
	:lang(ja-JP) .tk-prefecture__follow-title,
	:lang(ja-JP) .tk-section__heading,
	:lang(ja-JP) .tk-section__heading--rhb-oly,
	:lang(ja-JP) .tk-section__heading--rhb-oly-external,
	:lang(ja-JP) .tk-section__heading--rhb-para,
	:lang(ja-JP) .tk-section__heading--rhb-para-external {
		font-size: 2rem;
		line-height: 1.29412
	}
}

.tk-article__part .tk-article__faq-card-body>h3,
.tk-article__part>h3,
.tk-partnersgroup__heading {
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 700
}

.tk-article__part :lang(ja-JP) .tk-article__faq-card-body>h3,
:lang(ja-JP) .tk-article__part .tk-article__faq-card-body>h3,
:lang(ja-JP) .tk-article__part>h3,
:lang(ja-JP) .tk-partnersgroup__heading {
	font-size: 1.125rem;
	line-height: 1.5
}

@media (min-width:992px) {
	.tk-article__part .tk-article__faq-card-body>h3,
	.tk-article__part>h3,
	.tk-partnersgroup__heading {
		font-size: 1.5rem;
		line-height: 1.16667
	}
	.tk-article__part :lang(ja-JP) .tk-article__faq-card-body>h3,
	:lang(ja-JP) .tk-article__part .tk-article__faq-card-body>h3,
	:lang(ja-JP) .tk-article__part>h3,
	:lang(ja-JP) .tk-partnersgroup__heading {
		font-size: 1.375rem;
		line-height: 1.5
	}
}

.tk-article__part .tk-article__faq-card-body>h4,
.tk-article__part>h4 {
	font-size: 1rem;
	line-height: 1.1875;
	font-weight: 700
}

.tk-article__part :lang(ja-JP) .tk-article__faq-card-body>h4,
:lang(ja-JP) .tk-article__part .tk-article__faq-card-body>h4,
:lang(ja-JP) .tk-article__part>h4 {
	font-size: 1rem;
	line-height: 1.5
}

@media (min-width:992px) {
	.tk-article__part .tk-article__faq-card-body>h4,
	.tk-article__part>h4 {
		font-size: 1.25rem;
		line-height: 1.2
	}
	.tk-article__part :lang(ja-JP) .tk-article__faq-card-body>h4,
	:lang(ja-JP) .tk-article__part .tk-article__faq-card-body>h4,
	:lang(ja-JP) .tk-article__part>h4 {
		font-size: 1.25rem;
		line-height: 1.5
	}
}

.tk-article__part .tk-article__faq-card-body>h5,
.tk-article__part>h5 {
	font-size: .875rem;
	line-height: 1.14286;
	font-weight: 700
}

.tk-article__part :lang(ja-JP) .tk-article__faq-card-body>h5,
:lang(ja-JP) .tk-article__part .tk-article__faq-card-body>h5,
:lang(ja-JP) .tk-article__part>h5 {
	line-height: 1.5;
	font-weight: 700
}

@media (min-width:992px) {
	.tk-article__part .tk-article__faq-card-body>h5,
	.tk-article__part>h5 {
		font-size: 1rem;
		line-height: 1.1875
	}
	.tk-article__part :lang(ja-JP) .tk-article__faq-card-body>h5,
	:lang(ja-JP) .tk-article__part .tk-article__faq-card-body>h5,
	:lang(ja-JP) .tk-article__part>h5 {
		font-size: 1rem;
		line-height: 1.5
	}
}

.tk-article--album .tk-article__title {
	font-size: 1.25rem;
	line-height: 1.5
}

.tk-article--album :lang(ja-JP) .tk-article__title,
:lang(ja-JP) .tk-article--album .tk-article__title {
	font-size: 1.125rem;
	line-height: 1.5
}

@media (min-width:992px) {
	.tk-article--album .tk-article__title {
		font-size: 1.875rem;
		line-height: 1.33333
	}
	.tk-article--album :lang(ja-JP) .tk-article__title,
	:lang(ja-JP) .tk-article--album .tk-article__title {
		font-size: 2rem;
		line-height: 1.5
	}
}

.tk-article__part .tk-article__faq-card-body p,
.tk-article__part>p,
.tk-lead-block-preview .tk-article__headline p,
.tk-multicolumn-list__item--content,
.tk-static-block .tk-article__headline p,
.tk-video__container-error-description {
	font-size: .875rem;
	line-height: 1.71429
}

.tk-article__part .tk-article__faq-card-body :lang(ja-JP) p,
.tk-lead-block-preview .tk-article__headline :lang(ja-JP) p,
.tk-static-block .tk-article__headline :lang(ja-JP) p,
:lang(ja-JP) .tk-article__part .tk-article__faq-card-body p,
:lang(ja-JP) .tk-article__part>p,
:lang(ja-JP) .tk-lead-block-preview .tk-article__headline p,
:lang(ja-JP) .tk-multicolumn-list__item--content,
:lang(ja-JP) .tk-static-block .tk-article__headline p,
:lang(ja-JP) .tk-video__container-error-description {
	font-size: .75rem;
	line-height: 1.83333
}

@media (min-width:992px) {
	.tk-article__part .tk-article__faq-card-body p,
	.tk-article__part>p,
	.tk-lead-block-preview .tk-article__headline p,
	.tk-multicolumn-list__item--content,
	.tk-static-block .tk-article__headline p,
	.tk-video__container-error-description {
		font-size: 1rem;
		line-height: 1.625
	}
	.tk-article__part .tk-article__faq-card-body :lang(ja-JP) p,
	.tk-lead-block-preview .tk-article__headline :lang(ja-JP) p,
	.tk-static-block .tk-article__headline :lang(ja-JP) p,
	:lang(ja-JP) .tk-article__part .tk-article__faq-card-body p,
	:lang(ja-JP) .tk-article__part>p,
	:lang(ja-JP) .tk-lead-block-preview .tk-article__headline p,
	:lang(ja-JP) .tk-multicolumn-list__item--content,
	:lang(ja-JP) .tk-static-block .tk-article__headline p,
	:lang(ja-JP) .tk-video__container-error-description {
		font-size: .875rem;
		line-height: 1.85714
	}
}

.tk-link {
	font-size: .875rem
}

:lang(ja-JP) .tk-link {
	font-size: .75rem
}

@media (min-width:992px) {
	.tk-link {
		font-size: 1rem
	}
	:lang(ja-JP) .tk-link {
		font-size: .875rem
	}
}

.tk-article__part .tk-article__faq-card-body>blockquote p,
.tk-article__part>blockquote p {
	font-size: 1rem;
	line-height: 1.1875
}

.tk-article__part .tk-article__faq-card-body>blockquote :lang(ja-JP) p,
.tk-article__part>blockquote :lang(ja-JP) p,
:lang(ja-JP) .tk-article__part .tk-article__faq-card-body>blockquote p,
:lang(ja-JP) .tk-article__part>blockquote p {
	font-size: .875rem;
	line-height: 1.5
}

@media (min-width:768px) {
	.tk-article__part .tk-article__faq-card-body>blockquote p,
	.tk-article__part>blockquote p {
		font-size: 2.125rem;
		line-height: 1.17647
	}
	.tk-article__part .tk-article__faq-card-body>blockquote :lang(ja-JP) p,
	.tk-article__part>blockquote :lang(ja-JP) p,
	:lang(ja-JP) .tk-article__part .tk-article__faq-card-body>blockquote p,
	:lang(ja-JP) .tk-article__part>blockquote p {
		font-size: 1.75rem;
		line-height: 1.5
	}
}

.tk-article--video-vod .tk-article__title {
	font-size: 1.25rem;
	line-height: 1.5
}

.tk-article--video-vod :lang(ja-JP) .tk-article__title,
:lang(ja-JP) .tk-article--video-vod .tk-article__title {
	font-size: 1.125rem;
	line-height: 1.5
}

@media (min-width:992px) {
	.tk-article--video-vod .tk-article__title {
		font-size: 1.875rem;
		line-height: 1.33333
	}
	.tk-article--video-vod :lang(ja-JP) .tk-article__title,
	:lang(ja-JP) .tk-article--video-vod .tk-article__title {
		font-size: 2rem;
		line-height: 1.5
	}
}

.tk-article__part .tk-article__faq-card-body a,
.tk-article__part>p a,
.tk-article__tag a,
.tk-lead-block-preview .tk-article__headline p a,
.tk-link,
.tk-multicolumn-list__item--content a,
.tk-static-block .tk-article__headline p a {
	padding: 0 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b11d33;
	font-weight: 600;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.tk-article__part .tk-article__faq-card-body a:link,
.tk-article__part .tk-article__faq-card-body a:visited,
.tk-article__part>p a:link,
.tk-article__part>p a:visited,
.tk-article__tag a:link,
.tk-article__tag a:visited,
.tk-lead-block-preview .tk-article__headline p a:link,
.tk-lead-block-preview .tk-article__headline p a:visited,
.tk-link:link,
.tk-link:visited,
.tk-multicolumn-list__item--content a:link,
.tk-multicolumn-list__item--content a:visited,
.tk-static-block .tk-article__headline p a:link,
.tk-static-block .tk-article__headline p a:visited {
	text-decoration: none;
	color: #000
}

.tk-article__part .tk-article__faq-card-body a:focus,
.tk-article__part .tk-article__faq-card-body a:hover,
.tk-article__part>p a:focus,
.tk-article__part>p a:hover,
.tk-article__tag a:focus,
.tk-article__tag a:hover,
.tk-lead-block-preview .tk-article__headline p a:focus,
.tk-lead-block-preview .tk-article__headline p a:hover,
.tk-link:focus,
.tk-link:hover,
.tk-multicolumn-list__item--content a:focus,
.tk-multicolumn-list__item--content a:hover,
.tk-static-block .tk-article__headline p a:focus,
.tk-static-block .tk-article__headline p a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #b11d33
}

.tk-skipToLinks .sr-only-focusable:focus {
	position: fixed;
	z-index: 99999;
	margin: 2px;
	padding: 8px;
	outline: 2px solid #fff;
	background-color: #000;
	color: #fff
}

@media (max-width:991.98px) {
	.tk-emblem {
		width: 65px;
		height: 86px
	}
}

@media (min-width:992px) {
	.tk-emblem {
		width: 80px;
		height: 108px
	}
}

.tk-emblem__link {
	display: block
}

@media (max-width:991.98px) {
	.tk-emblem__link {
		width: 65px;
		height: 86px
	}
}

@media (min-width:992px) {
	.tk-emblem__link {
		width: 80px;
		height: 108px
	}
}

.tk-header__area--primary .tk-emblem {
	position: absolute;
	z-index: 4
}

@media (max-width:991.98px) {
	.tk-header__area--primary .tk-emblem {
		top: -58px;
		left: 10px
	}
}

@media (min-width:992px) {
	.tk-header__area--primary .tk-emblem {
		top: -74px;
		left: 35px
	}
}

.tokyo2020--olympics .tk-emblem {
	background: #fff url(/d3images/emblem/olympics/emblem-tokyo2020.svg) 0 0 no-repeat;
	background-size: contain
}

.tokyo2020--paralympics .tk-emblem {
	background: #fff url(/d3images/emblem/paralympics/emblem-tokyo2020.svg) 0 0 no-repeat;
	background-size: contain
}

.tokyo2020--torch-relay-olympics .tk-emblem {
	background: #fff url(/d3images/emblem/olympics/emblem-torch-relay-v3.svg) 0 0 no-repeat;
	background-size: contain
}

.tokyo2020--torch-relay-paralympics .tk-emblem {
	background: #fff url(/d3images/emblem/paralympics/emblem-torch-relay-v3.svg) 0 0 no-repeat;
	background-size: contain
}

.tk-header {
	position: relative;
	z-index: 2
}

.tk-header.headroom {
	position: fixed;
	width: 100vw;
	z-index: 103;
	right: 0;
	left: 0;
	top: 106px;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	will-change: transform
}

@media (max-width:767.98px) {
	.tk-header.headroom {
		top: 66px
	}
}

.tk-header.headroom.tk-header--no-adv {
	position: fixed;
	width: 100vw;
	z-index: 103;
	top: 0!important
}

.tk-header.headroom.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform, opacity
}

.tk-header.headroom.animated.slideDown {
	-webkit-animation-name: slideDown;
	animation-name: slideDown
}

.tk-header.headroom.animated.slideUp {
	-webkit-animation-name: slideUp;
	animation-name: slideUp
}

.tk-header[data-adv=true]+.tk-side-menu+.tk-side-menu-overlay+#tk-main-content {
	margin-top: 125px
}

.tk-header__overlay {
	height: 100vh;
	background-color: rgba(255, 255, 255, .7)
}

.tk-header__area--primary {
	border-bottom: 1px solid #dadada;
	background-color: #fff
}

.tk-header__area--primary>.container {
	position: relative
}

@media (max-width:991.98px) {
	.tk-header__area--primary>.container {
		height: 3.125rem
	}
}

@media (min-width:992px) {
	.tk-header__area--primary>.container {
		height: 3.125rem
	}
}

.tk-header__area--secondary {
	position: relative;
	z-index: 3;
	background-color: #fff
}

.tk-header__area--secondary::after {
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #dadada
}

@media (max-width:991.98px) {
	.tk-header__area--secondary>.container {
		height: 58px
	}
}

@media (min-width:576px) and (max-width:991.98px) {
	.tk-header__area--secondary>.container {
		position: relative
	}
	.tk-header__area--secondary>.container::after {
		display: block;
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: -100%;
		width: 100%
	}
	.tk-header__area--secondary>.container::before {
		display: block;
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: -100%;
		width: 100%
	}
}

@media (min-width:992px) {
	.tk-header__area--secondary>.container {
		position: relative;
		z-index: 2;
		height: 74px
	}
	.tk-header__area--secondary>.container::before {
		display: block;
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: -100%;
		width: 100%
	}
}

.tk-header__area--subnav {
	background-color: #fff
}

@media (max-width:991.98px) {
	.tk-header__top-menu-area {
		display: none
	}
}

@media (min-width:992px) {
	.tk-header__top-menu-area {
		position: absolute;
		top: 50%;
		right: 35px;
		z-index: 3;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 450px
	}
}

@media (min-width:1260px) {
	.tk-header__top-menu-area {
		max-width: 550px
	}
}

@media (min-width:992px) {
	.tk-header__menu-area {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.tk-header--external-slim .tk-header__area--primary,
.tk-header--slim.headroom--not-top .tk-header__area--primary {
	border-bottom: none
}

.tk-header--external-slim .tk-header__area--primary::after,
.tk-header--slim.headroom--not-top .tk-header__area--primary::after {
	content: "";
	display: block;
	height: 12px;
	width: 100%
}

@media (max-width:767.98px) {
	.tk-header--external-slim .tk-header__area--primary::after,
	.tk-header--slim.headroom--not-top .tk-header__area--primary::after {
		height: 10px
	}
}

.tk-header--external-slim .tk-header__area--primary .tk-main-nav,
.tk-header--external-slim .tk-header__area--primary>.container,
.tk-header--slim.headroom--not-top .tk-header__area--primary .tk-main-nav,
.tk-header--slim.headroom--not-top .tk-header__area--primary>.container {
	height: 3.625rem
}

@media (max-width:767.98px) {
	.tk-header--external-slim .tk-header__area--primary .tk-main-nav,
	.tk-header--external-slim .tk-header__area--primary>.container,
	.tk-header--slim.headroom--not-top .tk-header__area--primary .tk-main-nav,
	.tk-header--slim.headroom--not-top .tk-header__area--primary>.container {
		height: 3.125rem
	}
}

.tk-header--external-slim .tk-header__area--primary .tk-emblem,
.tk-header--slim.headroom--not-top .tk-header__area--primary .tk-emblem {
	height: 70px;
	width: 50px;
	top: 0
}

@media (max-width:767.98px) {
	.tk-header--external-slim .tk-header__area--primary .tk-emblem,
	.tk-header--slim.headroom--not-top .tk-header__area--primary .tk-emblem {
		height: 60px;
		width: 45px
	}
}

.tk-header--external-slim .tk-header__area--primary .tk-main-nav,
.tk-header--slim.headroom--not-top .tk-header__area--primary .tk-main-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-header--external-slim .tk-header__area--primary .tk-main-nav__list,
.tk-header--slim.headroom--not-top .tk-header__area--primary .tk-main-nav__list {
	margin-right: 10px
}

.tk-header--external-slim .tk-header__area--primary .tk-main-nav__list::after,
.tk-header--slim.headroom--not-top .tk-header__area--primary .tk-main-nav__list::after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	width: 24px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .2)), to(white));
	background: linear-gradient(to right, rgba(255, 255, 255, .2) 0, #fff 100%)
}

.tk-header--external-slim .tk-header__area--primary .tk-main-nav__utility-list,
.tk-header--slim.headroom--not-top .tk-header__area--primary .tk-main-nav__utility-list {
	position: initial;
	height: 50px
}

.tk-header--external-slim .tk-header__area--secondary,
.tk-header--slim.headroom--not-top .tk-header__area--secondary {
	display: none
}

.tk-header--external-slim .tk-header__area--subnav,
.tk-header--slim.headroom--not-top .tk-header__area--subnav {
	display: none
}

@media (max-width:991.98px) {
	:lang(ja-JP) .tk-header--external-slim .tk-main-nav__cta-text,
	:lang(ja-JP) .tk-header--slim.headroom--not-top .tk-main-nav__cta-text {
		display: none!important
	}
}

@media (max-width:991.98px) {
	.tokyo2020--olympics .tk-header--external-slim .tk-main-nav__menu-icon-bar,
	.tokyo2020--olympics .tk-header--slim.headroom--not-top .tk-main-nav__menu-icon-bar {
		background-color: #6f6f6f
	}
}

@media (max-width:991.98px) {
	.tokyo2020--torch-relay-olympics .tk-header--slim.headroom--not-top .tk-main-nav__menu-icon-bar {
		background-color: #6f6f6f
	}
}

@media (max-width:991.98px) {
	.tokyo2020--olympics .tk-header__area--secondary {
		background-color: #8b2030
	}
	.tokyo2020--olympics .tk-header__area--secondary>.container {
		background: transparent url(/d3images/header/olympics/bg-header__secondary-area--mobile.svg) 0 0 no-repeat
	}
}

@media (min-width:576px) and (max-width:991.98px) {
	.tokyo2020--olympics .tk-header__area--secondary>.container::after {
		background: #771a2a
	}
	.tokyo2020--olympics .tk-header__area--secondary>.container::before {
		background: #8b2030
	}
}

@media (min-width:992px) {
	.tokyo2020--olympics .tk-header__area--secondary>.container {
		background: url(/d3images/header/olympics/bg-header__secondary-area--desktop-v2.svg) -90px 0 no-repeat
	}
	.tokyo2020--olympics .tk-header__area--secondary>.container::before {
		background: #771a2a
	}
}

.tokyo2020--olympics .tk-header--external-slim .tk-header__slim-background,
.tokyo2020--olympics .tk-header--slim.slideDown.headroom--not-top .tk-header__slim-background,
.tokyo2020--olympics .tk-header--slim.slideUp.headroom--not-top .tk-header__slim-background {
	display: block;
	background: url(/d3images/header/olympics/bg-header__primary-area-olympic.svg) 60px 0 no-repeat;
	height: 12px;
	width: 100%
}

@media (max-width:767.98px) {
	.tokyo2020--olympics .tk-header--external-slim .tk-header__slim-background,
	.tokyo2020--olympics .tk-header--slim.slideDown.headroom--not-top .tk-header__slim-background,
	.tokyo2020--olympics .tk-header--slim.slideUp.headroom--not-top .tk-header__slim-background {
		height: 10px;
		background: url(/d3images/header/olympics/bg-header__primary-area-olympic-mobile.svg) 30px 0 no-repeat
	}
}

.tokyo2020--olympics .tk-header--external-slim .tk-header__area--primary::after,
.tokyo2020--olympics .tk-header--slim.slideDown.headroom--not-top .tk-header__area--primary::after,
.tokyo2020--olympics .tk-header--slim.slideUp.headroom--not-top .tk-header__area--primary::after {
	background: #8b2030
}

@media (max-width:991.98px) {
	.tokyo2020--paralympics .tk-header__area--secondary {
		background-color: #e96a7b
	}
	.tokyo2020--paralympics .tk-header__area--secondary>.container {
		background: transparent url(/d3images/header/paralympics/bg-header__secondary-area--mobile.svg) 0 0 no-repeat
	}
}

@media (min-width:576px) and (max-width:991.98px) {
	.tokyo2020--paralympics .tk-header__area--secondary>.container::after {
		background: #db4e50
	}
	.tokyo2020--paralympics .tk-header__area--secondary>.container::before {
		background: #e96a7b
	}
}

@media (min-width:992px) {
	.tokyo2020--paralympics .tk-header__area--secondary>.container {
		background: url(/d3images/header/paralympics/bg-header__secondary-area--desktop-v2.svg) -90px 0 no-repeat
	}
	.tokyo2020--paralympics .tk-header__area--secondary>.container::before {
		background: #db4e50
	}
}

.tokyo2020--paralympics .tk-header--external-slim .tk-header__slim-background,
.tokyo2020--paralympics .tk-header--slim.slideDown.headroom--not-top .tk-header__slim-background,
.tokyo2020--paralympics .tk-header--slim.slideUp.headroom--not-top .tk-header__slim-background {
	display: block;
	background: url(/d3images/header/paralympics/bg-header__primary-area-paralympic.svg) 60px 0 no-repeat;
	height: 12px;
	width: 100%
}

@media (max-width:767.98px) {
	.tokyo2020--paralympics .tk-header--external-slim .tk-header__slim-background,
	.tokyo2020--paralympics .tk-header--slim.slideDown.headroom--not-top .tk-header__slim-background,
	.tokyo2020--paralympics .tk-header--slim.slideUp.headroom--not-top .tk-header__slim-background {
		height: 10px;
		background: url(/d3images/header/paralympic/bg-header__primary-area-paralympic-mobile.svg) 30px 0 no-repeat
	}
}

.tokyo2020--paralympics .tk-header--external-slim .tk-header__area--primary::after,
.tokyo2020--paralympics .tk-header--slim.slideDown.headroom--not-top .tk-header__area--primary::after,
.tokyo2020--paralympics .tk-header--slim.slideUp.headroom--not-top .tk-header__area--primary::after {
	background: #e96a7b
}

@media (max-width:991.98px) {
	.tokyo2020--torch-relay-olympics .tk-header__area--secondary>.container {
		background: url(/d3images/header/olympics/bg-header__secondary-area--torch-relay-mobile.svg) 0 100% repeat-x
	}
}

@media (min-width:576px) and (max-width:991.98px) {
	.tokyo2020--torch-relay-olympics .tk-header__area--secondary {
		background: url(/d3images/header/olympics/bg-header__secondary-area--torch-relay-mobile.svg) 0 100% repeat-x
	}
}

@media (min-width:992px) {
	.tokyo2020--torch-relay-olympics .tk-header__area--secondary>.container {
		background: url(/d3images/header/olympics/bg-header__secondary-area--torch-relay-desktop-v2.svg) -90px 0 no-repeat
	}
	.tokyo2020--torch-relay-olympics .tk-header__area--secondary>.container::before {
		background: url(/d3images/header/olympics/bg-header__secondary-area--torch-relay-background-desktop.svg) 100% 100% repeat-x
	}
}

.tokyo2020--torch-relay-olympics.ismob .tk-header__area--subnav {
	display: none
}

.tokyo2020--torch-relay-olympics .tk-header--external-slim .tk-header__slim-background,
.tokyo2020--torch-relay-olympics .tk-header--slim.slideDown.headroom--not-top .tk-header__slim-background,
.tokyo2020--torch-relay-olympics .tk-header--slim.slideUp.headroom--not-top .tk-header__slim-background {
	display: none
}

.tokyo2020--torch-relay-olympics .tk-header--external-slim .tk-header__area--primary::after,
.tokyo2020--torch-relay-olympics .tk-header--slim.slideDown.headroom--not-top .tk-header__area--primary::after,
.tokyo2020--torch-relay-olympics .tk-header--slim.slideUp.headroom--not-top .tk-header__area--primary::after {
	background: url(/d3images/header/olympics/bg-header__primary-area-otr.svg)
}

@media (max-width:991.98px) {
	.tokyo2020--torch-relay-paralympics .tk-header__area--secondary>.container {
		background: url(/d3images/header/paralympics/bg-header__secondary-area--torch-relay-mobile.svg) 0 100% repeat-x
	}
}

@media (min-width:576px) and (max-width:991.98px) {
	.tokyo2020--torch-relay-paralympics .tk-header__area--secondary {
		background: url(/d3images/header/paralympics/bg-header__secondary-area--torch-relay-mobile.svg) 0 100% repeat-x
	}
}

@media (min-width:992px) {
	.tokyo2020--torch-relay-paralympics .tk-header__area--secondary>.container {
		background: url(/d3images/header/paralympics/bg-header__secondary-area--torch-relay-desktop-v2.svg) -90px 0 no-repeat
	}
	.tokyo2020--torch-relay-paralympics .tk-header__area--secondary>.container::before {
		background: url(/d3images/header/paralympics/bg-header__secondary-area--torch-relay-background-desktop.svg) 100% 100% repeat-x
	}
}

.tokyo2020--torch-relay-paralympics.ismob .tk-header__area--subnav {
	display: none
}

.tokyo2020--torch-relay-paralympics .tk-header--external-slim .tk-header__slim-background,
.tokyo2020--torch-relay-paralympics .tk-header--slim.slideDown.headroom--not-top .tk-header__slim-background,
.tokyo2020--torch-relay-paralympics .tk-header--slim.slideUp.headroom--not-top .tk-header__slim-background {
	display: none
}

.tokyo2020--torch-relay-paralympics .tk-header--external-slim .tk-header__area--primary::after,
.tokyo2020--torch-relay-paralympics .tk-header--slim.slideDown.headroom--not-top .tk-header__area--primary::after,
.tokyo2020--torch-relay-paralympics .tk-header--slim.slideUp.headroom--not-top .tk-header__area--primary::after {
	background: url(/d3images/header/paralympics/bg-header__primary-area-ptr.svg)
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-100%)
	}
}

@keyframes slideUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@media (max-width:767.98px) {
	.tk-footer__link-area {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media (min-width:768px) {
	.tk-footer__link-area {
		padding-top: 60px
	}
}

@media (min-width:768px) {
	.tk-footer__col1 {
		padding-right: 45px
	}
}

@media (min-width:768px) {
	.tk-footer__col2,
	.tk-footer__col3 {
		padding-left: 45px
	}
}

@media (max-width:767.98px) {
	.tk-footer__copyright-area {
		padding-left: 10px;
		padding-right: 10px
	}
}

.tk-footer__copyright {
	margin: 1rem 0
}

@media (min-width:768px) {
	.tk-footer__copyright {
		margin: 2.1875rem 0
	}
}

.tk-footer__copyright-text {
	font-weight: 400
}

@media (max-width:767.98px) {
	.tk-footer__copyright-text {
		font-size: .75rem;
		line-height: 1.5
	}
}

@media (min-width:768px) {
	.tk-footer__copyright-text {
		font-size: .875rem
	}
}

.tk-footer__copyright-title {
	font-weight: 700;
	margin-bottom: .25rem
}

.tk-footer .tk-nav-footer__title {
	margin: 40px 0 30px;
	font-weight: 700;
	font-size: 1rem
}

@media (min-width:768px) {
	.tk-footer .tk-nav-footer__title {
		margin: 0 0 40px;
		font-size: 1.125rem
	}
}

@media (min-width:992px) {
	.tk-footer .tk-nav-footer__title {
		font-size: 1.5rem
	}
}

@media (max-width:767.98px) {
	.tk-footer .tk-nav-footer__title--sns {
		margin: 40px 0 0
	}
}

@media (min-width:768px) {
	.tk-footer .tk-nav-footer__title--sns {
		margin-bottom: 13px
	}
}

.tk-footer .tk-nav-footer__list {
	margin: 0;
	padding: 0;
	list-style: none
}

@media (min-width:768px) {
	.tk-footer .tk-nav-footer__list--about-the-games {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 45px;
		column-gap: 45px
	}
	.tk-footer .tk-nav-footer__list--about-the-games .tk-nav-footer__item {
		margin-bottom: 20px;
		line-height: 1.2
	}
	:lang(hi-IN) .tk-footer .tk-nav-footer__list--about-the-games .tk-nav-footer__item {
		line-height: inherit
	}
}

@media (min-width:768px) {
	.tk-footer .tk-nav-footer__list--about-us .tk-nav-footer__item {
		margin-bottom: 20px;
		line-height: 1.2
	}
	:lang(hi-IN) .tk-footer .tk-nav-footer__list--about-us .tk-nav-footer__item {
		line-height: inherit
	}
}

.tk-footer .tk-nav-footer__list--sns::after {
	display: block;
	clear: both;
	content: ""
}

@media (max-width:767.98px) {
	.tk-footer .tk-nav-footer__list--sns {
		margin-bottom: 30px
	}
}

@media (min-width:768px) {
	.tk-footer .tk-nav-footer__list--sns {
		margin-top: 4px;
		margin-bottom: 40px;
		margin-left: -7px
	}
}

.tk-footer .tk-nav-footer__list--sns .tk-nav-footer__item {
	float: left
}

@media (max-width:767.98px) {
	.tk-footer .tk-nav-footer__list--sns .tk-nav-footer__item {
		margin-top: 12px;
		margin-right: 12px
	}
	.tk-footer .tk-nav-footer__list--sns .tk-nav-footer__item:nth-child(5) {
		clear: left
	}
}

@media (min-width:768px) {
	.tk-footer .tk-nav-footer__list--sns .tk-nav-footer__item {
		margin-top: 16px;
		margin-right: 16px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-footer .tk-nav-footer__list--sns .tk-nav-footer__item:nth-child(5) {
		clear: left
	}
}

@media (min-width:992px) {
	.tk-footer .tk-nav-footer__list--sns .tk-nav-footer__item:nth-child(6) {
		clear: left
	}
}

.tk-footer .tk-nav-footer__list--sns .tk-nav-footer__link:focus,
.tk-footer .tk-nav-footer__list--sns .tk-nav-footer__link:hover {
	text-decoration: none
}

.tk-footer .tk-nav-footer__list--website-lang::after {
	display: block;
	clear: both;
	content: ""
}

@media (max-width:767.98px) {
	.tk-footer .tk-nav-footer__list--website-lang {
		padding: 0 0 10px
	}
}

.tk-footer .tk-nav-footer__list--website-lang .tk-nav-footer__item {
	float: left;
	margin-bottom: 20px
}

.tk-footer .tk-nav-footer__list--website-lang .tk-nav-footer__item:nth-child(4) {
	clear: left
}

.tk-footer .tk-nav-footer__list--website-lang .tk-nav-footer__item:not(:nth-child(3n+1)) {
	position: relative;
	padding-left: 40px
}

.tk-footer .tk-nav-footer__list--website-lang .tk-nav-footer__item:not(:nth-child(3n+1))::before {
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff
}

.tk-footer .tk-nav-footer__list--footer-links {
	text-transform: uppercase
}

@media (max-width:767.98px) {
	.tk-footer .tk-nav-footer__list--footer-links {
		padding: 30px 0 10px;
		-webkit-column-count: 2;
		column-count: 2
	}
	.tk-footer .tk-nav-footer__list--footer-links .tk-nav-footer__item {
		padding-bottom: 20px;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid
	}
}

@media (min-width:768px) {
	.tk-footer .tk-nav-footer__list--footer-links {
		margin: 40px 0 0;
		padding: 40px 0;
		text-align: center
	}
	.tk-footer .tk-nav-footer__list--footer-links .tk-nav-footer__item {
		display: inline-block
	}
	.tk-footer .tk-nav-footer__list--footer-links .tk-nav-footer__item:not(:first-child) {
		position: relative;
		padding-left: 40px
	}
	.tk-footer .tk-nav-footer__list--footer-links .tk-nav-footer__item:not(:first-child)::before {
		display: block;
		content: '';
		width: 4px;
		height: 4px;
		border-radius: 100%;
		position: absolute;
		top: 50%;
		left: 18px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: #fff
	}
}

.tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item {
	display: inline-block
}

@media (max-width:575.98px) {
	.tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item {
		float: left
	}
	.tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item:nth-child(4) {
		clear: left
	}
	.tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item:not(:nth-child(3n+1)) {
		position: relative;
		padding-left: 20px
	}
	.tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item:not(:nth-child(3n+1))::before {
		display: block;
		content: '';
		width: 4px;
		height: 4px;
		border-radius: 100%;
		position: absolute;
		top: 50%;
		left: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: #fff
	}
}

@media (min-width:576px) {
	.tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item {
		float: left;
		position: relative
	}
	.tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item:not(:first-child) {
		position: relative;
		padding-left: 40px
	}
	.tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item:not(:first-child)::before {
		display: block;
		content: '';
		width: 4px;
		height: 4px;
		border-radius: 100%;
		position: absolute;
		top: 50%;
		left: 18px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: #fff
	}
}

.tk-footer .tk-nav-footer__link:focus,
.tk-footer .tk-nav-footer__link:hover {
	color: #e6e6e6;
	text-decoration: underline
}

.tk-footer .tk-nav-footer__social-icon {
	position: relative;
	display: block;
	width: 3.125rem;
	height: 3.125rem
}

.tk-footer .tk-nav-footer__social-icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.5rem
}

@media (min-width:576px) {
	.tk-footer .tk-nav-footer__social-icon {
		width: 2rem;
		height: 2rem
	}
	.tk-footer .tk-nav-footer__social-icon::before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 1.125rem
	}
}

.tk-footer .tk-footer-apps {
	height: 3.4375rem;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: space-around;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	margin-bottom: .85938rem
}

@media (max-width:767.98px) {
	.tk-footer .tk-footer-apps {
		height: 2.75rem;
		margin-bottom: .6875rem
	}
}

.tk-footer .tk-footer-apps .tk-footer-apps__link--list-element {
	min-width: 3.4375rem;
	min-height: 3.4375rem;
	margin-right: .85938rem
}

@media (max-width:767.98px) {
	.tk-footer .tk-footer-apps .tk-footer-apps__link--list-element {
		min-width: 2.75rem;
		min-height: 2.75rem;
		margin-right: .6875rem
	}
}

.tk-footer .tk-footer-apps .tk-footer-apps__link--list-element:last-child {
	margin-right: 0
}

.tk-footer .tk-footer-apps .tk-footer-apps__icon {
	display: block;
	height: 3.4375rem
}

@media (max-width:767.98px) {
	.tk-footer .tk-footer-apps .tk-footer-apps__icon {
		height: 2.75rem
	}
}

.tk-footer .tk-footer-apps .tk-footer-apps__icon-android,
.tk-footer .tk-footer-apps .tk-footer-apps__icon-ios {
	height: 100%
}

@media (min-width:768px) {
	.tk-footer--slim.slideDown.headroom--not-top__link-area {
		padding-top: 0
	}
}

.tokyo2020--olympics .tk-footer__area {
	color: #fff;
	font-size: .875rem;
	border-top: 10px solid #771a2a;
	position: relative
}

.tokyo2020--olympics .tk-footer__area::before {
	content: "";
	display: block;
	max-width: 1100px;
	width: 100%;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(/d3images/footer/icon_footer_bar.svg) no-repeat 40px 0
}

@media (min-width:768px) {
	.tokyo2020--olympics .tk-footer__col2,
	.tokyo2020--olympics .tk-footer__col3 {
		border-left: 1px solid rgba(255, 255, 255, .2)
	}
}

.tokyo2020--olympics .tk-footer__link-area {
	background: #b11d33
}

.tokyo2020--olympics .tk-footer__copyright-area {
	background: #8b2030
}

.tokyo2020--olympics .tk-footer .tk-nav-footer .tk-footer-apps__item::before {
	background-color: #fff
}

.tokyo2020--olympics .tk-footer .tk-nav-footer__link {
	color: #fff
}

.tokyo2020--olympics .tk-footer .tk-nav-footer__list--footer-links {
	border-top: 1px solid rgba(255, 255, 255, .2)
}

.tokyo2020--olympics .tk-footer .tk-languages__button--footer {
	color: #fff;
	border: 1px solid #fff
}

.tokyo2020--olympics .tk-footer .tk-languages__button-label::before {
	color: #fff
}

.tk-footer.tokyo2020--olympics .tk-nav-footer__link {
	color: #fff
}

.tk-footer.tokyo2020--olympics .tk-nav-footer__list--footer-links {
	border-top: 1px solid rgba(255, 255, 255, .2)
}

.tokyo2020--paralympics .tk-footer__area {
	color: #000;
	font-size: .875rem;
	border-top: 10px solid #db4e50;
	position: relative
}

.tokyo2020--paralympics .tk-footer__area::before {
	content: "";
	display: block;
	max-width: 1100px;
	width: 100%;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(/d3images/footer/icon_footer_bar_para.svg) no-repeat 40px 0
}

@media (min-width:768px) {
	.tokyo2020--paralympics .tk-footer__col2,
	.tokyo2020--paralympics .tk-footer__col3 {
		border-left: 1px solid rgba(0, 0, 0, .2)
	}
}

.tokyo2020--paralympics .tk-footer__link-area {
	background: #e96a7b
}

.tokyo2020--paralympics .tk-footer__copyright-area {
	background: #db4e50
}

.tokyo2020--paralympics .tk-footer .tk-nav-footer .tk-footer-apps__item::before {
	background-color: #000
}

.tokyo2020--paralympics .tk-footer .tk-nav-footer__item:not(:first-child)::before {
	background-color: #000
}

.tokyo2020--paralympics .tk-footer .tk-nav-footer__link {
	color: #000
}

.tokyo2020--paralympics .tk-footer .tk-nav-footer__list--footer-links {
	border-top: 1px solid rgba(0, 0, 0, .2)
}

.tokyo2020--paralympics .tk-footer .tk-languages__button--footer {
	color: #000;
	border: 1px solid #000
}

.tokyo2020--paralympics .tk-footer .tk-languages__button-label::before {
	color: #000
}

.tk-footer.tokyo2020--paralympics .tk-nav-footer__link {
	color: #000
}

.tk-footer.tokyo2020--paralympics .tk-nav-footer__list--footer-links {
	border-top: 1px solid rgba(0, 0, 0, .2)
}

.tokyo2020--torch-relay-olympics .tk-footer__area {
	color: #fff;
	font-size: .875rem
}

@media (min-width:768px) {
	.tokyo2020--torch-relay-olympics .tk-footer__col2,
	.tokyo2020--torch-relay-olympics .tk-footer__col3 {
		border-left: 1px solid rgba(255, 255, 255, .2)
	}
}

.tokyo2020--torch-relay-olympics .tk-footer__link-area {
	background: #dc0010
}

.tokyo2020--torch-relay-olympics .tk-footer__copyright-area {
	background: #c28c4c
}

.tokyo2020--torch-relay-olympics .tk-footer .tk-nav-footer .tk-footer-apps__item::before {
	background-color: #fff
}

.tokyo2020--torch-relay-olympics .tk-footer .tk-nav-footer__item:not(:first-child)::before {
	background-color: #fff
}

.tokyo2020--torch-relay-olympics .tk-footer .tk-nav-footer__link {
	color: #fff
}

.tokyo2020--torch-relay-olympics .tk-footer .tk-nav-footer__list--footer-links {
	border-top: 1px solid rgba(255, 255, 255, .2)
}

.tokyo2020--torch-relay-olympics .tk-footer .tk-languages__button--footer {
	color: #fff;
	border: 1px solid #fff
}

.tokyo2020--torch-relay-olympics .tk-footer .tk-languages__button-label::before {
	color: #fff
}

.tokyo2020--torch-relay-paralympics .tk-footer__area {
	color: #000;
	font-size: .875rem
}

@media (min-width:768px) {
	.tokyo2020--torch-relay-paralympics .tk-footer__col2,
	.tokyo2020--torch-relay-paralympics .tk-footer__col3 {
		border-left: 1px solid rgba(0, 0, 0, .2)
	}
}

.tokyo2020--torch-relay-paralympics .tk-footer__link-area {
	background: #fec14e
}

.tokyo2020--torch-relay-paralympics .tk-footer__copyright-area {
	background: #c28c4c
}

.tokyo2020--torch-relay-paralympics .tk-footer .tk-nav-footer .tk-footer-apps__item::before {
	background-color: #000
}

.tokyo2020--torch-relay-paralympics .tk-footer .tk-nav-footer__item:not(:first-child)::before {
	background-color: #000
}

.tokyo2020--torch-relay-paralympics .tk-footer .tk-nav-footer__link {
	color: #000
}

.tokyo2020--torch-relay-paralympics .tk-footer .tk-nav-footer__list--footer-links {
	border-top: 1px solid rgba(0, 0, 0, .2)
}

.tokyo2020--torch-relay-paralympics .tk-footer .tk-languages__button--footer {
	color: #000;
	border: 1px solid #000
}

.tokyo2020--torch-relay-paralympics .tk-footer .tk-languages__button-label::before {
	color: #000
}

@media (min-width:768px) {
	.tk-footer .tk-footer--slim__area .tk-nav-footer__list--footer-links {
		border: none;
		margin: 0;
		padding: 16px 0
	}
}

@media (max-width:767.98px) {
	.tk-footer .tk-footer--slim__area .tk-nav-footer__list--footer-links {
		border: none;
		margin: 0;
		padding: 16px 0 16px
	}
}

@media (max-width:991.98px) {
	.tk-main-nav {
		position: relative
	}
	.tk-main-nav::before {
		content: ' ';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 67px;
		bottom: 0;
		width: 3px;
		background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, .8)));
		background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, .8) 100%)
	}
	.tk-main-nav::after {
		content: ' ';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 24px;
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .2)), to(white));
		background: linear-gradient(to right, rgba(255, 255, 255, .2) 0, #fff 100%)
	}
}

@media (min-width:992px) {
	.tk-main-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		height: 3.125rem
	}
}

.tk-main-nav__list {
	margin: 0;
	padding: 0;
	list-style: none
}

@media (max-width:991.98px) {
	.tk-main-nav__list {
		height: 3.125rem;
		margin-left: 67px;
		width: calc(100% - 67px);
		overflow-x: auto
	}
}

@media (min-width:992px) {
	.tk-main-nav__list {
		margin-left: 137px;
		max-width: calc(100% - 280px);
		overflow: hidden;
		height: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.tk-main-nav__item {
	white-space: nowrap
}

@media (max-width:991.98px) {
	.tk-main-nav__item:first-child {
		padding-left: 3px
	}
	.tk-main-nav__item:last-child {
		padding-right: 24px
	}
}

@media (min-width:992px) {
	.tk-main-nav__item {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem
	}
}

.tk-main-nav__item:not(:last-child) {
	margin-right: 24px
}

:lang(hi-IN) .tk-main-nav__item:not(:last-child),
:lang(ko-KR) .tk-main-nav__item:not(:last-child),
:lang(zh-CN) .tk-main-nav__item:not(:last-child) {
	margin-right: 32px
}

.tk-main-nav__link {
	display: block;
	position: relative;
	line-height: 1;
	font-size: .875rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #676767
}

:lang(es-ES) .tk-main-nav__link,
:lang(fr-FR) .tk-main-nav__link,
:lang(ja-JP) .tk-main-nav__link {
	font-size: .75rem
}

.tk-main-nav__link::after {
	content: ' ';
	position: absolute;
	bottom: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.tk-main-nav__link:focus,
.tk-main-nav__link:hover {
	color: #676767;
	text-decoration: none
}

.tk-main-nav__link:focus::after,
.tk-main-nav__link:hover::after {
	width: 100%;
	background-color: #676767
}

.tk-main-nav__item--active .tk-main-nav__link,
.tokyo2020--olympics-hp .tk-main-nav__item--hp .tk-main-nav__link,
.tokyo2020--paralympics-hp .tk-main-nav__item--hp .tk-main-nav__link {
	font-weight: 700
}

.tk-main-nav__item--active .tk-main-nav__link::after,
.tokyo2020--olympics-hp .tk-main-nav__item--hp .tk-main-nav__link::after,
.tokyo2020--paralympics-hp .tk-main-nav__item--hp .tk-main-nav__link::after {
	width: 100%;
	background-color: #676767
}

.tk-main-nav__cta {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:991.98px) {
	:not(:lang(ja-JP)) .tk-main-nav__cta-text {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0
	}
	:lang(ja-JP) .tk-main-nav__cta-text {
		font-size: .75rem
	}
}

@media (min-width:992px) {
	.tk-main-nav__cta-text {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0
	}
}

.tk-main-nav__cta [class^=tk-icon-] {
	display: block;
	position: relative;
	width: 2rem;
	height: 2rem
}

.tk-main-nav__cta [class^=tk-icon-]::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.125rem
}

.tk-main-nav__menu-icon {
	display: block;
	position: relative;
	width: 2rem;
	height: 2rem
}

.tk-main-nav__menu-icon-bar {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.125rem;
	height: .125rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 2px
}

.tk-main-nav__menu-icon-bar:nth-child(1) {
	top: .625rem
}

.tk-main-nav__menu-icon-bar:nth-child(2) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tk-main-nav__menu-icon-bar:nth-child(3) {
	bottom: .625rem
}

.tk-side-menu-open .tk-main-nav__menu-icon-bar:nth-child(2) {
	background-color: transparent
}

.tk-side-menu-open .tk-main-nav__menu-icon-bar:nth-child(1) {
	-webkit-transform-origin: center;
	transform-origin: center;
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.tk-side-menu-open .tk-main-nav__menu-icon-bar:nth-child(3) {
	-webkit-transform-origin: center;
	transform-origin: center;
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

@media (min-width:992px) {
	.tk-main-nav__utility:not(:first-child) {
		margin-left: 10px
	}
}

.tk-main-nav__utility-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:991.98px) {
	.tk-main-nav__utility-list {
		position: absolute;
		top: -58px;
		right: 4px;
		height: 58px;
		z-index: 4
	}
}

@media (min-width:992px) {
	.tk-main-nav__utility-list {
		margin-right: 26px
	}
}

@media (max-width:991.98px) {
	.tk-main-nav__utility--search {
		display: none
	}
}

@media (max-width:991.98px) {
	.tokyo2020--olympics .tk-main-nav__cta {
		color: #fff
	}
}

@media (min-width:992px) {
	.tokyo2020--olympics .tk-main-nav__cta {
		color: #6f6f6f
	}
}

@media (max-width:991.98px) {
	.tokyo2020--olympics .tk-main-nav__menu-icon-bar {
		background-color: #fff
	}
}

@media (min-width:992px) {
	.tokyo2020--olympics .tk-main-nav__menu-icon-bar {
		background-color: #6f6f6f
	}
}

@media (max-width:991.98px) {
	.tokyo2020--paralympics .tk-main-nav__cta {
		color: #000
	}
}

@media (min-width:992px) {
	.tokyo2020--paralympics .tk-main-nav__cta {
		color: #6f6f6f
	}
}

@media (max-width:991.98px) {
	.tokyo2020--paralympics .tk-main-nav__menu-icon-bar {
		background-color: #000
	}
}

@media (min-width:992px) {
	.tokyo2020--paralympics .tk-main-nav__menu-icon-bar {
		background-color: #6f6f6f
	}
}

@media (max-width:991.98px) {
	.tokyo2020--torch-relay-olympics .tk-main-nav__cta {
		color: #fff
	}
}

@media (min-width:992px) {
	.tokyo2020--torch-relay-olympics .tk-main-nav__cta {
		color: #6f6f6f
	}
}

@media (max-width:991.98px) {
	.tokyo2020--torch-relay-olympics .tk-main-nav__menu-icon-bar {
		background-color: #fff
	}
}

@media (min-width:992px) {
	.tokyo2020--torch-relay-olympics .tk-main-nav__menu-icon-bar {
		background-color: #6f6f6f
	}
}

@media (max-width:991.98px) {
	.tokyo2020--torch-relay-paralympics .tk-main-nav__cta {
		color: #000
	}
}

@media (min-width:992px) {
	.tokyo2020--torch-relay-paralympics .tk-main-nav__cta {
		color: #6f6f6f
	}
}

@media (max-width:991.98px) {
	.tokyo2020--torch-relay-paralympics .tk-main-nav__menu-icon-bar {
		background-color: #000
	}
}

@media (min-width:992px) {
	.tokyo2020--torch-relay-paralympics .tk-main-nav__menu-icon-bar {
		background-color: #6f6f6f
	}
}

.tk-secondary-nav__list {
	margin: 0;
	padding: 0;
	list-style: none
}

.tk-secondary-nav__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	color: #676767;
	line-height: 1
}

.tk-secondary-nav__link:focus,
.tk-secondary-nav__link:hover {
	color: #676767;
	text-decoration: none
}

.tk-secondary-nav__link [class*=" tk-icon-"],
.tk-secondary-nav__link [class^=tk-icon-] {
	display: block;
	position: relative;
	width: 2rem;
	height: 2rem
}

.tk-secondary-nav__link [class*=" tk-icon-"]::before,
.tk-secondary-nav__link [class^=tk-icon-]::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.125rem
}

.tk-secondary-nav__link [class$="-emblem"] {
	display: block;
	width: 2rem;
	height: 2rem;
	margin-right: .125rem;
	background-size: contain;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.tk-secondary-nav__item--switch .tk-secondary-nav__link {
	font-weight: 700
}

.tk-secondary-nav__text {
	margin-top: 2px
}

.tk-header__top-menu-area .tk-secondary-nav {
	display: none
}

@media (min-width:1260px) {
	.tk-header__top-menu-area .tk-secondary-nav {
		display: block
	}
	.tk-header__top-menu-area .tk-secondary-nav__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.tk-header__top-menu-area .tk-secondary-nav__item:not(:first-child) {
		margin-left: 10px
	}
	.tk-header__top-menu-area .tk-secondary-nav__item--switch .tk-secondary-nav__link {
		padding-right: 8px;
		border: 1px solid #676767
	}
	.tk-header__top-menu-area .tk-secondary-nav__text {
		display: block;
		position: relative
	}
	.tk-header__top-menu-area .tk-secondary-nav__text::after {
		content: ' ';
		position: absolute;
		bottom: -2px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 0;
		height: 1px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.tk-header__top-menu-area .tk-secondary-nav__link {
		font-size: .75rem
	}
	.tk-header__top-menu-area .tk-secondary-nav__link:focus .tk-secondary-nav__text::after,
	.tk-header__top-menu-area .tk-secondary-nav__link:hover .tk-secondary-nav__text::after {
		width: 100%;
		background-color: #676767
	}
}

@media (max-width:991.98px) {
	.tk-sub-nav {
		position: relative;
		min-height: 60px
	}
	.tk-sub-nav::before {
		content: ' ';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		bottom: 0;
		width: 3px;
		background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, .8)));
		background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, .8) 100%)
	}
	.tk-sub-nav::after {
		content: ' ';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 24px;
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .2)), to(white));
		background: linear-gradient(to right, rgba(255, 255, 255, .2) 0, #fff 100%)
	}
}

@media (min-width:992px) {
	.tk-sub-nav {
		width: 100%;
		min-height: 64px
	}
}

.tk-sub-nav__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none
}

@media (max-width:991.98px) {
	.tk-sub-nav__list {
		min-height: 60px;
		width: 100%;
		overflow-x: auto
	}
}

@media (min-width:992px) {
	.tk-sub-nav__list {
		min-height: 4rem;
		margin-left: 137px;
		max-width: calc(100% - 137px)
	}
}

.tk-sub-nav__item {
	white-space: nowrap
}

@media (max-width:991.98px) {
	.tk-sub-nav__item:first-child {
		padding-left: 3px
	}
	.tk-sub-nav__item:last-child {
		padding-right: 24px
	}
	.tk-sub-nav__item:not(:last-child) {
		margin-right: 24px
	}
}

@media (min-width:992px) {
	.tk-sub-nav__item:not(:last-child) {
		margin-right: 32px
	}
}

.tk-sub-nav__link {
	display: block;
	position: relative;
	font-size: .875rem;
	font-weight: 600;
	color: #676767
}

.tk-sub-nav__link::after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.tk-sub-nav__link:focus,
.tk-sub-nav__link:hover {
	color: #676767;
	text-decoration: none
}

.tk-sub-nav__link:focus::after,
.tk-sub-nav__link:hover::after {
	width: 100%;
	background-color: #676767
}

.tk-sub-nav__item--active .tk-sub-nav__link {
	font-weight: 700
}

.tk-sub-nav__item--active .tk-sub-nav__link::after {
	width: 100%;
	background-color: #676767
}

.tk-side-menu {
	padding: 10px;
	background-color: #fff;
	display: none
}

@media (min-width:768px) {
	.tk-side-menu {
		-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4)
	}
}

@media (min-width:992px) {
	.tk-side-menu {
		padding: 2.75rem 120px 20px 38px
	}
}

.tk-side-menu.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 28.625rem;
	overflow-x: hidden;
	/*overflow-y: auto;*/
	z-index: 121
}

@media (max-width:767.98px) {
	.tk-side-menu.sidr {
		z-index: 1050;
		width: 100vw
	}
}

.tk-side-menu.sidr.right {
	left: auto;
	right: -29rem
}

@media (max-width:767.98px) {
	.tk-side-menu.sidr.right {
		right: -100vw
	}
}

.tk-side-menu.sidr.left {
	right: auto;
	left: -29rem
}

@media (max-width:767.98px) {
	.tk-side-menu.sidr.left {
		right: -100vw
	}
}

.tk-side-menu-container {
	display: none
}

.tk-side-menu--animation {
	-webkit-animation: scale-up-ver-top .4s cubic-bezier(.39, .575, .565, 1) .2s both;
	animation: scale-up-ver-top .4s cubic-bezier(.39, .575, .565, 1) .2s both
}

.tk-side-menu-overflowY-hide {
	overflow-y: hidden
}

.tk-side-menu-overlay {
	display: none;
	background-color: rgba(255, 255, 255, .7);
	position: fixed;
	z-index: 120;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0
}

.tk-side-menu-overlay--show {
	display: block
}

@media (max-width:767.98px) {
	.tk-side-menu-overlay--show {
		display: none
	}
}

.tk-side-menu__list {
	margin: 0;
	padding: 0;
	list-style: none
}

.tk-side-menu__sublist {
	margin: 0;
	padding: 8px 0 0;
	list-style: none
}

.tk-side-menu__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase
}

@media (min-width:768px) {
	.tk-side-menu__title {
		font-size: 1rem
	}
}

.tk-side-menu__emblem {
	width: 3rem;
	height: 3rem;
	margin-right: .125rem;
	background-size: contain;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.tk-side-menu__item {
	padding: 8px;
	font-size: 1rem;
	text-transform: uppercase
}

@media (max-width:767.98px) {
	.tk-side-menu__item {
		padding: 10px 8px;
		font-size: 1.125rem
	}
}

.tokyo2020--olympics-hp .tk-side-menu__item.tk-side-menu__item--hp {
	font-weight: 600
}

.tokyo2020--olympics-hp .tk-side-menu__item.tk-side-menu__item--hp::after {
	width: 100%!important;
	background-color: #856a47
}

.tk-side-menu__item.tk-secondary-nav__item--switch {
	position: relative
}

@media (max-width:991.98px) {
	.tk-side-menu__item.tk-secondary-nav__item--switch::after {
		position: absolute;
		content: "";
		left: 8px;
		right: 8px;
		bottom: -4px;
		height: 1px;
		background-color: #dadada
	}
}

@media (min-width:992px) {
	.tk-side-menu__item.tk-secondary-nav__item--switch {
		margin-top: 16px
	}
	.tk-side-menu__item.tk-secondary-nav__item--switch::before {
		position: absolute;
		content: "";
		left: 8px;
		right: 8px;
		top: 0;
		height: 1px;
		background-color: #dadada
	}
	.tk-side-menu__item.tk-secondary-nav__item--switch::after {
		position: absolute;
		content: "";
		left: 8px;
		right: 8px;
		bottom: 2px;
		height: 1px;
		background-color: #dadada
	}
}

.tk-side-menu__item.tk-secondary-nav__item--switch .tk-side-menu__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .875rem
}

.tk-side-menu__item.tk-secondary-nav__item--switch .tk-side-menu__text::after {
	display: none
}

.tk-side-menu__item.tk-secondary-nav__item--switch .tk-secondary-nav__icon {
	width: 2rem;
	height: 2rem;
	margin-right: .125rem;
	background-size: contain;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.tk-side-menu__subitem {
	padding: 8px;
	font-size: 1rem;
	text-transform: capitalize
}

@media (max-width:767.98px) {
	.tk-side-menu__subitem {
		padding: 10px 8px;
		font-size: 1.125rem
	}
}

.tk-side-menu__text {
	position: relative
}

.tk-side-menu__text::after {
	content: ' ';
	position: absolute;
	bottom: -4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.tk-secondary-nav__link .tk-side-menu__text::after {
	bottom: -2px;
	height: 1px
}

.tk-side-menu__link {
	font-weight: 600;
	color: #676767
}

.tk-side-menu__link.tk-secondary-nav__link {
	font-weight: 400
}

.tk-side-menu__link:focus,
.tk-side-menu__link:hover {
	color: #676767;
	text-decoration: none
}

.tk-side-menu__link:hover .tk-side-menu__text::after {
	width: 100%;
	background-color: #676767
}

.tk-side-menu__link--active,
.tokyo2020--olympics-hp .tk-side-menu__item--hp .tk-side-menu__link,
.tokyo2020--paralympics-hp .tk-side-menu__item--hp .tk-side-menu__link {
	font-weight: 700
}

.tk-side-menu__link--active .tk-side-menu__text::after,
.tokyo2020--olympics-hp .tk-side-menu__item--hp .tk-side-menu__link .tk-side-menu__text::after,
.tokyo2020--paralympics-hp .tk-side-menu__item--hp .tk-side-menu__link .tk-side-menu__text::after {
	width: 100%;
	background-color: #676767
}

.tk-side-menu__link--dropdown .tk-side-menu__dropdown-icon::before {
	display: block;
	margin-top: 4px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center;
	transform-origin: center
}

.tk-side-menu__link--dropdown.collapsed .tk-side-menu__dropdown-icon::before {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.tk-side-menu__sublink {
	font-weight: 600;
	color: #676767
}

.tk-side-menu__sublink:focus,
.tk-side-menu__sublink:hover {
	color: #676767;
	text-decoration: none
}

.tk-side-menu__sublink:hover .tk-side-menu__text::after {
	width: 100%;
	background-color: #676767
}

.tk-side-menu__sublink--active {
	font-weight: 700
}

.tk-side-menu__sublink--active .tk-side-menu__text::after {
	width: 100%;
	background-color: #676767
}

.tk-side-menu__dropdown-icon {
	float: right
}

.tk-side-menu__header {
	position: relative;
	padding: 0 0 3px;
	margin-bottom: 16px
}

@media (min-width:992px) {
	.tk-side-menu__header {
		margin-bottom: 8px
	}
}

@media (max-width:767.98px) {
	.tk-side-menu__header {
		padding: 0
	}
}

.tk-side-menu__header .tk-side-menu__item {
	padding-left: 0
}

.tk-side-menu__header-close-button-container {
	position: relative;
	height: 35px
}

.tk-side-menu__header-close-button {
	position: absolute;
	top: 8px;
	right: 0;
	width: 2rem;
	height: 2rem;
	padding: 0;
	cursor: pointer;
	color: #856a47;
	background-color: transparent;
	border: none;
	line-height: 1
}

.tk-side-menu__header-close-button::before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .875rem
}

.tk-side-menu__footer {
	padding-top: 9px;
	margin-top: 9px;
	border-top: 1px solid #dadada
}

.tk-side-menu__footer .tk-side-menu__item {
	padding: 4px 0;
	font-size: .75rem
}

.tk-side-menu__footer .tk-side-menu__item .tk-side-menu__text {
	font-weight: 400
}

@media (max-width:767.98px) {
	.tk-side-menu__footer .tk-side-menu__item {
		padding: 6px 0;
		font-size: .875rem
	}
}

@media (max-width:767.98px) {
	.tk-side-menu__footer {
		padding: 6px 10px 22px 0
	}
}

.tk-side-menu__languages {
	list-style: none
}

.tk-side-menu__languages .tk-side-menu__link {
	font-size: .75rem;
	font-weight: 400
}

.tk-side-menu__languages .tk-side-menu__link--active {
	font-weight: 700
}

.tk-side-menu__languages .tk-side-menu__link--dropdown {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tk-side-menu__languages .tk-side-menu__link .tk-side-menu__text {
	line-height: 1;
	margin-top: 2px
}

.tk-side-menu__languages .tk-side-menu__link .tk-side-menu__text::after {
	bottom: -2px;
	height: 1px
}

@media (max-width:767.98px) {
	.tk-side-menu__languages .tk-side-menu__link {
		font-size: .875rem
	}
}

.tk-side-menu__languages .tk-side-menu__icon {
	display: block;
	position: relative;
	width: 2rem;
	height: 2rem
}

.tk-side-menu__languages .tk-side-menu__icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.125rem
}

.tk-side-menu__languages .tk-side-menu__dropdown-icon {
	float: none;
	margin-top: 0;
	margin-left: auto;
	font-size: 1rem
}

@media (min-width:576px) {
	.tk-side-menu__languages .tk-side-menu__dropdown-icon {
		margin-right: 8px
	}
}

.tk-side-menu__languages .tk-side-menu__sublist>li {
	text-transform: uppercase;
	padding: 4px 16px
}

.tk-side-menu__searchbar {
	margin: 12px 0 0;
	position: relative;
	padding: 5px 8px
}

@media (min-width:992px) {
	.tk-side-menu__searchbar {
		display: none
	}
}

.tk-side-menu__searchbar input {
	width: 100%;
	border-width: 0 0 1px 0;
	border-color: #dadada;
	font-size: 1rem;
	font-weight: 400
}

.tk-side-menu__searchbar input::-webkit-input-placeholder {
	color: #676767;
	font-size: 1rem;
	font-weight: 400
}

.tk-side-menu__searchbar input:-ms-input-placeholder {
	color: #676767;
	font-size: 1rem;
	font-weight: 400
}

.tk-side-menu__searchbar input::-ms-input-placeholder {
	color: #676767;
	font-size: 1rem;
	font-weight: 400
}

.tk-side-menu__searchbar input::placeholder {
	color: #676767;
	font-size: 1rem;
	font-weight: 400
}

.tk-side-menu__searchbar .tk-icon-search {
	position: absolute;
	right: 8px;
	color: #676767
}

@media (max-width:991.98px) {
	.tk-nav-lev2 {
		position: relative;
		bottom: -1px
	}
	.tk-nav-lev2::before {
		content: ' ';
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
		bottom: 3px;
		width: 12px;
		background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, .2)));
		background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, .2) 100%)
	}
	.tk-nav-lev2::after {
		content: ' ';
		position: absolute;
		z-index: 3;
		top: 0;
		right: 0;
		bottom: 3px;
		width: 12px;
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .2)), to(white));
		background: linear-gradient(to right, rgba(255, 255, 255, .2) 0, #fff 100%)
	}
}

.tk-nav-lev2__list {
	margin: 0;
	padding: 0 12px;
	list-style: none
}

@media (max-width:991.98px) {
	.tk-nav-lev2__list {
		overflow-x: auto
	}
}

@media (min-width:992px) {
	.tk-nav-lev2__list {
		padding-left: 46px
	}
}

.tk-nav-lev2__link {
	position: relative;
	display: block;
	height: 100%;
	padding: 8px 0 12px;
	color: #676767
}

.tk-nav-lev2__link::after {
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: transparent
}

.tk-nav-lev2__link:focus,
.tk-nav-lev2__link:hover {
	text-decoration: none;
	color: #676767
}

.tk-nav-lev2__link:focus::after,
.tk-nav-lev2__link:hover::after {
	background-color: #676767
}

.tk-nav-lev2__item {
	font-size: 1rem;
	font-weight: 600;
	white-space: nowrap
}

.tk-nav-lev2__item:not(:first-child) {
	margin-left: 32px
}

@media (min-width:768px) {
	.tk-nav-lev2__item:not(:first-child) {
		margin-left: 40px
	}
}

@media (max-width:991.98px) {
	.tk-nav-lev2__item:last-child {
		padding-right: 12px
	}
}

.tk-nav-lev2__item--active {
	font-weight: 700
}

.tk-nav-lev2__item--active .tk-nav-lev2__link {
	color: #000
}

.tk-nav-lev2__item--active .tk-nav-lev2__link::after {
	background-color: #b11d33
}

.tokyo2020--paralympics .tk-nav-lev2__item--active .tk-nav-lev2__link::after {
	background-color: #f08f98
}

.tk-social-icon {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.tk-social-icon--facebook-square {
	width: 1.875rem;
	height: 1.875rem;
	background-image: url(/d3images/icons/social/facebook.png)
}

.tk-social-icon--facebook-round {
	width: 1.875rem;
	height: 1.875rem;
	background-image: url(/d3images/icons/social/facebook-round.svg)
}

.tk-social-icon--instagram {
	width: 1.875rem;
	height: 1.875rem;
	background-image: url(/d3images/icons/social/instagram.png)
}

.tk-social-icon--kakao-talk {
	width: 2.0625rem;
	height: 1.9375rem;
	background-image: url(/d3images/icons/social/kakao-talk.png)
}

.tk-social-icon--line {
	width: 1.875rem;
	height: 1.8125rem;
	background-image: url(/d3images/icons/social/line.png)
}

.tk-social-icon--twitter {
	width: 1.875rem;
	height: 1.5625rem;
	background-image: url(/d3images/icons/social/twitter.png)
}

.tk-social-icon--we-chat {
	width: 2.125rem;
	height: 1.8125rem;
	background-image: url(/d3images/icons/social/we-chat.png)
}

.tk-social-icon--weibo {
	width: 1.6875rem;
	height: 1.3125rem;
	background-image: url(/d3images/icons/social/weibo.png)
}

.tk-social-icon--youtube {
	width: 2.125rem;
	height: 1.5rem;
	background-image: url(/d3images/icons/social/youtube.png)
}

.tk-social-icon--mail {
	width: 1.625rem;
	height: 1.125rem;
	background-image: url(/d3images/icons/social/mail.svg)
}

.tk-social-icon--whatsapp {
	width: 1.75rem;
	height: 1.75rem;
	background-image: url(/d3images/icons/social/whatsapp.svg)
}

.tk-social-icon--doyouin {
	width: 1.6875rem;
	height: 1.875rem;
	background-image: url(/d3images/icons/social/doyouin.png)
}

.tk-nav-social-channels__item::after {
	display: none;
	content: ' ';
	position: absolute;
	width: 1px;
	height: 60%;
	top: 50%;
	right: -.5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #eee
}

@media (max-width:767.98px) {
	.tk-nav-social-channels__item:nth-child(odd)::after {
		display: block
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-nav-social-channels__item:not(:nth-child(4n+0))::after {
		display: block
	}
}

@media (min-width:992px) {
	.tk-nav-social-channels__item:not(:last-child)::after {
		display: block
	}
}

.tk-nav-social-channels {
	min-width: 16.25rem;
	width: 81.25%;
	margin: 30px auto 32px
}

@media (min-width:768px) {
	.tk-nav-social-channels {
		margin-bottom: 60px
	}
}

@media (min-width:992px) {
	.tk-nav-social-channels {
		width: 100%
	}
}

.tk-nav-social-channels__list {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tk-nav-social-channels__item {
	position: relative;
	width: 50%;
	height: 6.25rem;
	padding: 4px
}

@media (min-width:768px) {
	.tk-nav-social-channels__item {
		width: 25%
	}
}

@media (min-width:992px) {
	.tk-nav-social-channels__item {
		width: calc(100% / 8)
	}
}

@media (min-width:1260px) {
	.tk-nav-social-channels__item {
		width: 8.3125rem
	}
}

.tk-nav-social-channels__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tk-page__header {
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6
}

.tk-section--stay-nav .tk-page__header {
	margin-bottom: 0
}

.tk-page__heading {
	margin: 0
}

@media (max-width:991.98px) {
	.tk-page__heading {
		padding: 20px 12px 20px
	}
}

@media (min-width:992px) {
	.tk-page__heading {
		padding: 20px 12px 24px 46px
	}
}

.tk-page__summary {
	color: #676767;
	font-size: .875rem;
	line-height: 1.71429
}

@media (max-width:991.98px) {
	.tk-page__summary {
		margin-bottom: 16px;
		padding-left: 12px;
		padding-right: 12px
	}
}

@media (min-width:992px) {
	.tk-page__summary {
		max-width: 51.5%;
		margin-bottom: 40px;
		padding-left: 46px;
		padding-right: 0;
		font-size: 1rem;
		line-height: 1.5
	}
}

.tk-cardsgroup .tk-cardsgroup__item-link {
	display: block;
	color: #000;
	padding: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	text-decoration: none;
	outline-offset: -4px
}

.tk-cardsgroup__sequence {
	list-style: none;
	padding: 0
}

.tk-cardsgroup__item {
	display: block;
	padding: 0
}

.tk-cardsgroup__item-link:hover {
	background-color: #f7f7f7
}

.tk-cardsgroup__item-link:active {
	background-color: #f2f2f2
}

.tk-cardsgroup__item-featured-link {
	background: 0 0;
	text-decoration: none
}

.tk-cardsgroup__item-featured-link :focus,
.tk-cardsgroup__item-featured-link:active,
.tk-cardsgroup__item-featured-link:hover {
	text-decoration: none
}

.tk-cardsgroup__item--notices {
	margin-bottom: 30px
}

.tk-cardsgroup__item--notices::before {
	content: '';
	background-color: #b11d33;
	width: 40px;
	height: 4px;
	display: block;
	-webkit-transform: translate(0, -4px);
	transform: translate(0, -4px)
}

@media (max-width:767.98px) {
	.tk-cardsgroup__item--notices::before {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.tk-cardsgroup__item--notices::after {
	content: '';
	background-color: #dadada;
	width: 90%;
	height: 1px;
	display: block;
	-webkit-transform: translate(0, -99px);
	transform: translate(0, -99px)
}

@media (max-width:767.98px) {
	.tk-cardsgroup__item--notices::after {
		-webkit-transform: translate(0, -144px);
		transform: translate(0, -144px)
	}
}

.tk-cardsgroup__item--notices-first {
	margin-bottom: 0!important;
	padding: 0!important;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cardsgroup__item--notices-first {
		width: 25%
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-cardsgroup__item--notices-first {
		width: 25%
	}
}

@media (min-width:1260px) {
	.tk-cardsgroup__item--notices-first {
		width: 25%
	}
}

.tk-cardsgroup__lead-list {
	padding: 0 0 32px
}

.tk-cardsgroup .tk-cardsgroup__morewrapper {
	text-align: center
}

@media (max-width:767.98px) {
	.tk-cardsgroup .tk-cardsgroup__morewrapper {
		margin: 32px 0
	}
}

@media (min-width:768px) {
	.tk-cardsgroup .tk-cardsgroup__morewrapper {
		margin-bottom: 60px
	}
}

.tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external,
.tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external,
.tk-card-slider .tk-cardsgroup .tk-card-slider__next,
.tk-card-slider .tk-cardsgroup .tk-card-slider__prev,
.tk-card-slider .tk-cardsgroup .tk-gallery-slider__next,
.tk-card-slider .tk-cardsgroup .tk-gallery-slider__prev,
.tk-card-slider .tk-cardsgroup .tk-homepage__slider-next,
.tk-card-slider .tk-cardsgroup .tk-homepage__slider-prev,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider-next,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider-prev,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider__next,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider__prev,
.tk-card-slider .tk-cardsgroup .tk-venues-slider__next,
.tk-card-slider .tk-cardsgroup .tk-venues-slider__prev,
.tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__next--external,
.tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__prev--external,
.tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next--external,
.tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev--external,
.tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next--external,
.tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev--external,
.tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next--external,
.tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev--external,
.tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__next--external,
.tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev--external,
.tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-cardsgroup .tk-card-slider .tk-card-slider__next,
.tk-cardsgroup .tk-card-slider .tk-card-slider__prev,
.tk-cardsgroup .tk-card-slider .tk-gallery-slider__next,
.tk-cardsgroup .tk-card-slider .tk-gallery-slider__prev,
.tk-cardsgroup .tk-card-slider .tk-homepage__slider-next,
.tk-cardsgroup .tk-card-slider .tk-homepage__slider-prev,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider-next,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider-prev,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider__next,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider__prev,
.tk-cardsgroup .tk-card-slider .tk-venues-slider__next,
.tk-cardsgroup .tk-card-slider .tk-venues-slider__prev,
.tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
.tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external,
.tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
.tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
.tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
.tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
.tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
.tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
.tk-cardsgroup .tk-cardsgroup__morewrapper .tk-cardsgroup__more,
.tk-cardsgroup .tk-gallery-caption__fullscreen-btn,
.tk-cardsgroup .tk-gallery-caption__info-btn,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider__next,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider__prev,
.tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__next,
.tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__prev,
.tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-next,
.tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-prev,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-next,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-prev,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__next,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__prev,
.tk-cardsgroup .tk-gallery-slider .tk-venues-slider__next,
.tk-cardsgroup .tk-gallery-slider .tk-venues-slider__prev,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider__next,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider__prev,
.tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__next,
.tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__prev,
.tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-next,
.tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-prev,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-next,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-prev,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__next,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__prev,
.tk-cardsgroup .tk-homepage__slider .tk-venues-slider__next,
.tk-cardsgroup .tk-homepage__slider .tk-venues-slider__prev,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider__next,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider__prev,
.tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__next,
.tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__prev,
.tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-next,
.tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-prev,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-next,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-prev,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__next,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__prev,
.tk-cardsgroup .tk-mascots-slider .tk-venues-slider__next,
.tk-cardsgroup .tk-mascots-slider .tk-venues-slider__prev,
.tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-cardsgroup .tk-venues-slider .tk-card-slider__next,
.tk-cardsgroup .tk-venues-slider .tk-card-slider__prev,
.tk-cardsgroup .tk-venues-slider .tk-gallery-slider__next,
.tk-cardsgroup .tk-venues-slider .tk-gallery-slider__prev,
.tk-cardsgroup .tk-venues-slider .tk-homepage__slider-next,
.tk-cardsgroup .tk-venues-slider .tk-homepage__slider-prev,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider-next,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider-prev,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider__next,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider__prev,
.tk-cardsgroup .tk-venues-slider .tk-venues-slider__next,
.tk-cardsgroup .tk-venues-slider .tk-venues-slider__prev,
.tk-cardsgroup .tokyo2020--olympics .tk-omega-clock-right,
.tk-cardsgroup .tokyo2020--paralympics .tk-omega-clock-right,
.tk-cardsgroup .tokyo2020--paralympics .tk-torch__container-viewall-link,
.tk-cardsgroup__morewrapper .tk-cardsgroup .tk-cardsgroup__more,
.tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external,
.tk-gallery-slider .tk-cardsgroup .tk-card-slider__next,
.tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev,
.tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__next,
.tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__prev,
.tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-next,
.tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-prev,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-next,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-prev,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__next,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__prev,
.tk-gallery-slider .tk-cardsgroup .tk-venues-slider__next,
.tk-gallery-slider .tk-cardsgroup .tk-venues-slider__prev,
.tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external,
.tk-homepage__slider .tk-cardsgroup .tk-card-slider__next,
.tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev,
.tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__next,
.tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__prev,
.tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-next,
.tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-prev,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-next,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-prev,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__next,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__prev,
.tk-homepage__slider .tk-cardsgroup .tk-venues-slider__next,
.tk-homepage__slider .tk-cardsgroup .tk-venues-slider__prev,
.tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external,
.tk-mascots-slider .tk-cardsgroup .tk-card-slider__next,
.tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev,
.tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__next,
.tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__prev,
.tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-next,
.tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-prev,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-next,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-prev,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__next,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__prev,
.tk-mascots-slider .tk-cardsgroup .tk-venues-slider__next,
.tk-mascots-slider .tk-cardsgroup .tk-venues-slider__prev,
.tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external,
.tk-venues-slider .tk-cardsgroup .tk-card-slider__next,
.tk-venues-slider .tk-cardsgroup .tk-card-slider__prev,
.tk-venues-slider .tk-cardsgroup .tk-gallery-slider__next,
.tk-venues-slider .tk-cardsgroup .tk-gallery-slider__prev,
.tk-venues-slider .tk-cardsgroup .tk-homepage__slider-next,
.tk-venues-slider .tk-cardsgroup .tk-homepage__slider-prev,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider-next,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider-prev,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider__next,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider__prev,
.tk-venues-slider .tk-cardsgroup .tk-venues-slider__next,
.tk-venues-slider .tk-cardsgroup .tk-venues-slider__prev,
.tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more,
.tokyo2020--olympics .tk-cardsgroup .tk-omega-clock-right,
.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link,
.tokyo2020--paralympics .tk-cardsgroup .tk-omega-clock-right,
.tokyo2020--paralympics .tk-cardsgroup .tk-torch__container-viewall-link,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: .875rem;
	line-height: 1;
	cursor: pointer;
	font-weight: 700;
	padding: 10px;
	border: 0;
	text-transform: uppercase;
	min-width: 260px;
	background-color: #b11d33;
	color: #fff;
	display: block;
	margin: 0 auto;
	-webkit-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s;
	will-change: background-color;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:hover,
.tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:hover,
.tk-card-slider .tk-cardsgroup .tk-card-slider__next:focus,
.tk-card-slider .tk-cardsgroup .tk-card-slider__next:hover,
.tk-card-slider .tk-cardsgroup .tk-card-slider__prev:focus,
.tk-card-slider .tk-cardsgroup .tk-card-slider__prev:hover,
.tk-card-slider .tk-cardsgroup .tk-gallery-slider__next:focus,
.tk-card-slider .tk-cardsgroup .tk-gallery-slider__next:hover,
.tk-card-slider .tk-cardsgroup .tk-gallery-slider__prev:focus,
.tk-card-slider .tk-cardsgroup .tk-gallery-slider__prev:hover,
.tk-card-slider .tk-cardsgroup .tk-homepage__slider-next:focus,
.tk-card-slider .tk-cardsgroup .tk-homepage__slider-next:hover,
.tk-card-slider .tk-cardsgroup .tk-homepage__slider-prev:focus,
.tk-card-slider .tk-cardsgroup .tk-homepage__slider-prev:hover,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider-next:focus,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider-next:hover,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider-prev:focus,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider-prev:hover,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider__next:focus,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider__next:hover,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider__prev:focus,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider__prev:hover,
.tk-card-slider .tk-cardsgroup .tk-venues-slider__next:focus,
.tk-card-slider .tk-cardsgroup .tk-venues-slider__next:hover,
.tk-card-slider .tk-cardsgroup .tk-venues-slider__prev:focus,
.tk-card-slider .tk-cardsgroup .tk-venues-slider__prev:hover,
.tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__next--external:hover,
.tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__prev--external:hover,
.tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next--external:hover,
.tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev--external:hover,
.tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next--external:hover,
.tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev--external:hover,
.tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next--external:hover,
.tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev--external:hover,
.tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__next--external:hover,
.tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev--external:hover,
.tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:hover,
.tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:hover,
.tk-cardsgroup .tk-card-slider .tk-card-slider__next:focus,
.tk-cardsgroup .tk-card-slider .tk-card-slider__next:hover,
.tk-cardsgroup .tk-card-slider .tk-card-slider__prev:focus,
.tk-cardsgroup .tk-card-slider .tk-card-slider__prev:hover,
.tk-cardsgroup .tk-card-slider .tk-gallery-slider__next:focus,
.tk-cardsgroup .tk-card-slider .tk-gallery-slider__next:hover,
.tk-cardsgroup .tk-card-slider .tk-gallery-slider__prev:focus,
.tk-cardsgroup .tk-card-slider .tk-gallery-slider__prev:hover,
.tk-cardsgroup .tk-card-slider .tk-homepage__slider-next:focus,
.tk-cardsgroup .tk-card-slider .tk-homepage__slider-next:hover,
.tk-cardsgroup .tk-card-slider .tk-homepage__slider-prev:focus,
.tk-cardsgroup .tk-card-slider .tk-homepage__slider-prev:hover,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider-next:focus,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider-next:hover,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider-prev:focus,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider-prev:hover,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider__next:focus,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider__next:hover,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider__prev:focus,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider__prev:hover,
.tk-cardsgroup .tk-card-slider .tk-venues-slider__next:focus,
.tk-cardsgroup .tk-card-slider .tk-venues-slider__next:hover,
.tk-cardsgroup .tk-card-slider .tk-venues-slider__prev:focus,
.tk-cardsgroup .tk-card-slider .tk-venues-slider__prev:hover,
.tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:hover,
.tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:hover,
.tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:hover,
.tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:hover,
.tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:hover,
.tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:hover,
.tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:hover,
.tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:hover,
.tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:hover,
.tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:hover,
.tk-cardsgroup .tk-cardsgroup__morewrapper .tk-cardsgroup__more:focus,
.tk-cardsgroup .tk-cardsgroup__morewrapper .tk-cardsgroup__more:hover,
.tk-cardsgroup .tk-gallery-caption__fullscreen-btn:focus,
.tk-cardsgroup .tk-gallery-caption__fullscreen-btn:hover,
.tk-cardsgroup .tk-gallery-caption__info-btn:focus,
.tk-cardsgroup .tk-gallery-caption__info-btn:hover,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:hover,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:hover,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider__next:focus,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider__next:hover,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider__prev:focus,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider__prev:hover,
.tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__next:focus,
.tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__next:hover,
.tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__prev:focus,
.tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__prev:hover,
.tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-next:focus,
.tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-next:hover,
.tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-prev:focus,
.tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-prev:hover,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-next:focus,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-next:hover,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-prev:focus,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-prev:hover,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__next:focus,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__next:hover,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__prev:focus,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__prev:hover,
.tk-cardsgroup .tk-gallery-slider .tk-venues-slider__next:focus,
.tk-cardsgroup .tk-gallery-slider .tk-venues-slider__next:hover,
.tk-cardsgroup .tk-gallery-slider .tk-venues-slider__prev:focus,
.tk-cardsgroup .tk-gallery-slider .tk-venues-slider__prev:hover,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:hover,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:hover,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider__next:focus,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider__next:hover,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider__prev:focus,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider__prev:hover,
.tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__next:focus,
.tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__next:hover,
.tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__prev:focus,
.tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__prev:hover,
.tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-next:focus,
.tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-next:hover,
.tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-prev:focus,
.tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-prev:hover,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-next:focus,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-next:hover,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-prev:focus,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-prev:hover,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__next:focus,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__next:hover,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__prev:focus,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__prev:hover,
.tk-cardsgroup .tk-homepage__slider .tk-venues-slider__next:focus,
.tk-cardsgroup .tk-homepage__slider .tk-venues-slider__next:hover,
.tk-cardsgroup .tk-homepage__slider .tk-venues-slider__prev:focus,
.tk-cardsgroup .tk-homepage__slider .tk-venues-slider__prev:hover,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:hover,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:hover,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider__next:focus,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider__next:hover,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider__prev:focus,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider__prev:hover,
.tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__next:focus,
.tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__next:hover,
.tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__prev:focus,
.tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__prev:hover,
.tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-next:focus,
.tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-next:hover,
.tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-prev:focus,
.tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-prev:hover,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-next:focus,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-next:hover,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-prev:focus,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-prev:hover,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__next:focus,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__next:hover,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__prev:focus,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__prev:hover,
.tk-cardsgroup .tk-mascots-slider .tk-venues-slider__next:focus,
.tk-cardsgroup .tk-mascots-slider .tk-venues-slider__next:hover,
.tk-cardsgroup .tk-mascots-slider .tk-venues-slider__prev:focus,
.tk-cardsgroup .tk-mascots-slider .tk-venues-slider__prev:hover,
.tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:hover,
.tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:hover,
.tk-cardsgroup .tk-venues-slider .tk-card-slider__next:focus,
.tk-cardsgroup .tk-venues-slider .tk-card-slider__next:hover,
.tk-cardsgroup .tk-venues-slider .tk-card-slider__prev:focus,
.tk-cardsgroup .tk-venues-slider .tk-card-slider__prev:hover,
.tk-cardsgroup .tk-venues-slider .tk-gallery-slider__next:focus,
.tk-cardsgroup .tk-venues-slider .tk-gallery-slider__next:hover,
.tk-cardsgroup .tk-venues-slider .tk-gallery-slider__prev:focus,
.tk-cardsgroup .tk-venues-slider .tk-gallery-slider__prev:hover,
.tk-cardsgroup .tk-venues-slider .tk-homepage__slider-next:focus,
.tk-cardsgroup .tk-venues-slider .tk-homepage__slider-next:hover,
.tk-cardsgroup .tk-venues-slider .tk-homepage__slider-prev:focus,
.tk-cardsgroup .tk-venues-slider .tk-homepage__slider-prev:hover,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider-next:focus,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider-next:hover,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider-prev:focus,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider-prev:hover,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider__next:focus,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider__next:hover,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider__prev:focus,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider__prev:hover,
.tk-cardsgroup .tk-venues-slider .tk-venues-slider__next:focus,
.tk-cardsgroup .tk-venues-slider .tk-venues-slider__next:hover,
.tk-cardsgroup .tk-venues-slider .tk-venues-slider__prev:focus,
.tk-cardsgroup .tk-venues-slider .tk-venues-slider__prev:hover,
.tk-cardsgroup .tokyo2020--olympics .tk-omega-clock-right:focus,
.tk-cardsgroup .tokyo2020--olympics .tk-omega-clock-right:hover,
.tk-cardsgroup .tokyo2020--paralympics .tk-omega-clock-right:focus,
.tk-cardsgroup .tokyo2020--paralympics .tk-omega-clock-right:hover,
.tk-cardsgroup .tokyo2020--paralympics .tk-torch__container-viewall-link:focus,
.tk-cardsgroup .tokyo2020--paralympics .tk-torch__container-viewall-link:hover,
.tk-cardsgroup__morewrapper .tk-cardsgroup .tk-cardsgroup__more:focus,
.tk-cardsgroup__morewrapper .tk-cardsgroup .tk-cardsgroup__more:hover,
.tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:hover,
.tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:hover,
.tk-gallery-slider .tk-cardsgroup .tk-card-slider__next:focus,
.tk-gallery-slider .tk-cardsgroup .tk-card-slider__next:hover,
.tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev:focus,
.tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev:hover,
.tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__next:focus,
.tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__next:hover,
.tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__prev:focus,
.tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__prev:hover,
.tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-next:focus,
.tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-next:hover,
.tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-prev:focus,
.tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-prev:hover,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-next:focus,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-next:hover,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-prev:focus,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-prev:hover,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__next:focus,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__next:hover,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__prev:focus,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__prev:hover,
.tk-gallery-slider .tk-cardsgroup .tk-venues-slider__next:focus,
.tk-gallery-slider .tk-cardsgroup .tk-venues-slider__next:hover,
.tk-gallery-slider .tk-cardsgroup .tk-venues-slider__prev:focus,
.tk-gallery-slider .tk-cardsgroup .tk-venues-slider__prev:hover,
.tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:hover,
.tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:hover,
.tk-homepage__slider .tk-cardsgroup .tk-card-slider__next:focus,
.tk-homepage__slider .tk-cardsgroup .tk-card-slider__next:hover,
.tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev:focus,
.tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev:hover,
.tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__next:focus,
.tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__next:hover,
.tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__prev:focus,
.tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__prev:hover,
.tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-next:focus,
.tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-next:hover,
.tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-prev:focus,
.tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-prev:hover,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-next:focus,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-next:hover,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-prev:focus,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-prev:hover,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__next:focus,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__next:hover,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__prev:focus,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__prev:hover,
.tk-homepage__slider .tk-cardsgroup .tk-venues-slider__next:focus,
.tk-homepage__slider .tk-cardsgroup .tk-venues-slider__next:hover,
.tk-homepage__slider .tk-cardsgroup .tk-venues-slider__prev:focus,
.tk-homepage__slider .tk-cardsgroup .tk-venues-slider__prev:hover,
.tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:hover,
.tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:hover,
.tk-mascots-slider .tk-cardsgroup .tk-card-slider__next:focus,
.tk-mascots-slider .tk-cardsgroup .tk-card-slider__next:hover,
.tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev:focus,
.tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev:hover,
.tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__next:focus,
.tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__next:hover,
.tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__prev:focus,
.tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__prev:hover,
.tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-next:focus,
.tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-next:hover,
.tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-prev:focus,
.tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-prev:hover,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-next:focus,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-next:hover,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-prev:focus,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-prev:hover,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__next:focus,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__next:hover,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__prev:focus,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__prev:hover,
.tk-mascots-slider .tk-cardsgroup .tk-venues-slider__next:focus,
.tk-mascots-slider .tk-cardsgroup .tk-venues-slider__next:hover,
.tk-mascots-slider .tk-cardsgroup .tk-venues-slider__prev:focus,
.tk-mascots-slider .tk-cardsgroup .tk-venues-slider__prev:hover,
.tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:hover,
.tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:hover,
.tk-venues-slider .tk-cardsgroup .tk-card-slider__next:focus,
.tk-venues-slider .tk-cardsgroup .tk-card-slider__next:hover,
.tk-venues-slider .tk-cardsgroup .tk-card-slider__prev:focus,
.tk-venues-slider .tk-cardsgroup .tk-card-slider__prev:hover,
.tk-venues-slider .tk-cardsgroup .tk-gallery-slider__next:focus,
.tk-venues-slider .tk-cardsgroup .tk-gallery-slider__next:hover,
.tk-venues-slider .tk-cardsgroup .tk-gallery-slider__prev:focus,
.tk-venues-slider .tk-cardsgroup .tk-gallery-slider__prev:hover,
.tk-venues-slider .tk-cardsgroup .tk-homepage__slider-next:focus,
.tk-venues-slider .tk-cardsgroup .tk-homepage__slider-next:hover,
.tk-venues-slider .tk-cardsgroup .tk-homepage__slider-prev:focus,
.tk-venues-slider .tk-cardsgroup .tk-homepage__slider-prev:hover,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider-next:focus,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider-next:hover,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider-prev:focus,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider-prev:hover,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider__next:focus,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider__next:hover,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider__prev:focus,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider__prev:hover,
.tk-venues-slider .tk-cardsgroup .tk-venues-slider__next:focus,
.tk-venues-slider .tk-cardsgroup .tk-venues-slider__next:hover,
.tk-venues-slider .tk-cardsgroup .tk-venues-slider__prev:focus,
.tk-venues-slider .tk-cardsgroup .tk-venues-slider__prev:hover,
.tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more:focus,
.tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more:hover,
.tokyo2020--olympics .tk-cardsgroup .tk-omega-clock-right:focus,
.tokyo2020--olympics .tk-cardsgroup .tk-omega-clock-right:hover,
.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:focus,
.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:hover,
.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:focus,
.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:hover,
.tokyo2020--paralympics .tk-cardsgroup .tk-omega-clock-right:focus,
.tokyo2020--paralympics .tk-cardsgroup .tk-omega-clock-right:hover,
.tokyo2020--paralympics .tk-cardsgroup .tk-torch__container-viewall-link:focus,
.tokyo2020--paralympics .tk-cardsgroup .tk-torch__container-viewall-link:hover,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:focus,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:hover,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:focus,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:hover {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #db2641
}

.tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-card-slider .tk-cardsgroup .tk-card-slider__next:focus,
.tk-card-slider .tk-cardsgroup .tk-card-slider__prev:focus,
.tk-card-slider .tk-cardsgroup .tk-gallery-slider__next:focus,
.tk-card-slider .tk-cardsgroup .tk-gallery-slider__prev:focus,
.tk-card-slider .tk-cardsgroup .tk-homepage__slider-next:focus,
.tk-card-slider .tk-cardsgroup .tk-homepage__slider-prev:focus,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider-next:focus,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider-prev:focus,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider__next:focus,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider__prev:focus,
.tk-card-slider .tk-cardsgroup .tk-venues-slider__next:focus,
.tk-card-slider .tk-cardsgroup .tk-venues-slider__prev:focus,
.tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-card-slider .tk-card-slider__next:focus,
.tk-cardsgroup .tk-card-slider .tk-card-slider__prev:focus,
.tk-cardsgroup .tk-card-slider .tk-gallery-slider__next:focus,
.tk-cardsgroup .tk-card-slider .tk-gallery-slider__prev:focus,
.tk-cardsgroup .tk-card-slider .tk-homepage__slider-next:focus,
.tk-cardsgroup .tk-card-slider .tk-homepage__slider-prev:focus,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider-next:focus,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider-prev:focus,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider__next:focus,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider__prev:focus,
.tk-cardsgroup .tk-card-slider .tk-venues-slider__next:focus,
.tk-cardsgroup .tk-card-slider .tk-venues-slider__prev:focus,
.tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-cardsgroup__morewrapper .tk-cardsgroup__more:focus,
.tk-cardsgroup .tk-gallery-caption__fullscreen-btn:focus,
.tk-cardsgroup .tk-gallery-caption__info-btn:focus,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider__next:focus,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider__prev:focus,
.tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__next:focus,
.tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__prev:focus,
.tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-next:focus,
.tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-prev:focus,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-next:focus,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-prev:focus,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__next:focus,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__prev:focus,
.tk-cardsgroup .tk-gallery-slider .tk-venues-slider__next:focus,
.tk-cardsgroup .tk-gallery-slider .tk-venues-slider__prev:focus,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider__next:focus,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider__prev:focus,
.tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__next:focus,
.tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__prev:focus,
.tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-next:focus,
.tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-prev:focus,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-next:focus,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-prev:focus,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__next:focus,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__prev:focus,
.tk-cardsgroup .tk-homepage__slider .tk-venues-slider__next:focus,
.tk-cardsgroup .tk-homepage__slider .tk-venues-slider__prev:focus,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider__next:focus,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider__prev:focus,
.tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__next:focus,
.tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__prev:focus,
.tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-next:focus,
.tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-prev:focus,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-next:focus,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-prev:focus,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__next:focus,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__prev:focus,
.tk-cardsgroup .tk-mascots-slider .tk-venues-slider__next:focus,
.tk-cardsgroup .tk-mascots-slider .tk-venues-slider__prev:focus,
.tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:focus,
.tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
.tk-cardsgroup .tk-venues-slider .tk-card-slider__next:focus,
.tk-cardsgroup .tk-venues-slider .tk-card-slider__prev:focus,
.tk-cardsgroup .tk-venues-slider .tk-gallery-slider__next:focus,
.tk-cardsgroup .tk-venues-slider .tk-gallery-slider__prev:focus,
.tk-cardsgroup .tk-venues-slider .tk-homepage__slider-next:focus,
.tk-cardsgroup .tk-venues-slider .tk-homepage__slider-prev:focus,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider-next:focus,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider-prev:focus,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider__next:focus,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider__prev:focus,
.tk-cardsgroup .tk-venues-slider .tk-venues-slider__next:focus,
.tk-cardsgroup .tk-venues-slider .tk-venues-slider__prev:focus,
.tk-cardsgroup .tokyo2020--olympics .tk-omega-clock-right:focus,
.tk-cardsgroup .tokyo2020--paralympics .tk-omega-clock-right:focus,
.tk-cardsgroup .tokyo2020--paralympics .tk-torch__container-viewall-link:focus,
.tk-cardsgroup__morewrapper .tk-cardsgroup .tk-cardsgroup__more:focus,
.tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-gallery-slider .tk-cardsgroup .tk-card-slider__next:focus,
.tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev:focus,
.tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__next:focus,
.tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__prev:focus,
.tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-next:focus,
.tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-prev:focus,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-next:focus,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-prev:focus,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__next:focus,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__prev:focus,
.tk-gallery-slider .tk-cardsgroup .tk-venues-slider__next:focus,
.tk-gallery-slider .tk-cardsgroup .tk-venues-slider__prev:focus,
.tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-homepage__slider .tk-cardsgroup .tk-card-slider__next:focus,
.tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev:focus,
.tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__next:focus,
.tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__prev:focus,
.tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-next:focus,
.tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-prev:focus,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-next:focus,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-prev:focus,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__next:focus,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__prev:focus,
.tk-homepage__slider .tk-cardsgroup .tk-venues-slider__next:focus,
.tk-homepage__slider .tk-cardsgroup .tk-venues-slider__prev:focus,
.tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-mascots-slider .tk-cardsgroup .tk-card-slider__next:focus,
.tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev:focus,
.tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__next:focus,
.tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__prev:focus,
.tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-next:focus,
.tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-prev:focus,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-next:focus,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-prev:focus,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__next:focus,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__prev:focus,
.tk-mascots-slider .tk-cardsgroup .tk-venues-slider__next:focus,
.tk-mascots-slider .tk-cardsgroup .tk-venues-slider__prev:focus,
.tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus,
.tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus,
.tk-venues-slider .tk-cardsgroup .tk-card-slider__next:focus,
.tk-venues-slider .tk-cardsgroup .tk-card-slider__prev:focus,
.tk-venues-slider .tk-cardsgroup .tk-gallery-slider__next:focus,
.tk-venues-slider .tk-cardsgroup .tk-gallery-slider__prev:focus,
.tk-venues-slider .tk-cardsgroup .tk-homepage__slider-next:focus,
.tk-venues-slider .tk-cardsgroup .tk-homepage__slider-prev:focus,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider-next:focus,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider-prev:focus,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider__next:focus,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider__prev:focus,
.tk-venues-slider .tk-cardsgroup .tk-venues-slider__next:focus,
.tk-venues-slider .tk-cardsgroup .tk-venues-slider__prev:focus,
.tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more:focus,
.tokyo2020--olympics .tk-cardsgroup .tk-omega-clock-right:focus,
.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:focus,
.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:focus,
.tokyo2020--paralympics .tk-cardsgroup .tk-omega-clock-right:focus,
.tokyo2020--paralympics .tk-cardsgroup .tk-torch__container-viewall-link:focus,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:focus,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:active,
.tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:active,
.tk-card-slider .tk-cardsgroup .tk-card-slider__next:active,
.tk-card-slider .tk-cardsgroup .tk-card-slider__prev:active,
.tk-card-slider .tk-cardsgroup .tk-gallery-slider__next:active,
.tk-card-slider .tk-cardsgroup .tk-gallery-slider__prev:active,
.tk-card-slider .tk-cardsgroup .tk-homepage__slider-next:active,
.tk-card-slider .tk-cardsgroup .tk-homepage__slider-prev:active,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider-next:active,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider-prev:active,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider__next:active,
.tk-card-slider .tk-cardsgroup .tk-mascots-slider__prev:active,
.tk-card-slider .tk-cardsgroup .tk-venues-slider__next:active,
.tk-card-slider .tk-cardsgroup .tk-venues-slider__prev:active,
.tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__next--external:active,
.tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__prev--external:active,
.tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next--external:active,
.tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev--external:active,
.tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next--external:active,
.tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev--external:active,
.tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next--external:active,
.tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev--external:active,
.tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__next--external:active,
.tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev--external:active,
.tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:active,
.tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:active,
.tk-cardsgroup .tk-card-slider .tk-card-slider__next:active,
.tk-cardsgroup .tk-card-slider .tk-card-slider__prev:active,
.tk-cardsgroup .tk-card-slider .tk-gallery-slider__next:active,
.tk-cardsgroup .tk-card-slider .tk-gallery-slider__prev:active,
.tk-cardsgroup .tk-card-slider .tk-homepage__slider-next:active,
.tk-cardsgroup .tk-card-slider .tk-homepage__slider-prev:active,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider-next:active,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider-prev:active,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider__next:active,
.tk-cardsgroup .tk-card-slider .tk-mascots-slider__prev:active,
.tk-cardsgroup .tk-card-slider .tk-venues-slider__next:active,
.tk-cardsgroup .tk-card-slider .tk-venues-slider__prev:active,
.tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:active,
.tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:active,
.tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:active,
.tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:active,
.tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:active,
.tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:active,
.tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:active,
.tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:active,
.tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:active,
.tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:active,
.tk-cardsgroup .tk-cardsgroup__morewrapper .tk-cardsgroup__more:active,
.tk-cardsgroup .tk-gallery-caption__fullscreen-btn:active,
.tk-cardsgroup .tk-gallery-caption__info-btn:active,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:active,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:active,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider__next:active,
.tk-cardsgroup .tk-gallery-slider .tk-card-slider__prev:active,
.tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__next:active,
.tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__prev:active,
.tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-next:active,
.tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-prev:active,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-next:active,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-prev:active,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__next:active,
.tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__prev:active,
.tk-cardsgroup .tk-gallery-slider .tk-venues-slider__next:active,
.tk-cardsgroup .tk-gallery-slider .tk-venues-slider__prev:active,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:active,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:active,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider__next:active,
.tk-cardsgroup .tk-homepage__slider .tk-card-slider__prev:active,
.tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__next:active,
.tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__prev:active,
.tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-next:active,
.tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-prev:active,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-next:active,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-prev:active,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__next:active,
.tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__prev:active,
.tk-cardsgroup .tk-homepage__slider .tk-venues-slider__next:active,
.tk-cardsgroup .tk-homepage__slider .tk-venues-slider__prev:active,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:active,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:active,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider__next:active,
.tk-cardsgroup .tk-mascots-slider .tk-card-slider__prev:active,
.tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__next:active,
.tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__prev:active,
.tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-next:active,
.tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-prev:active,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-next:active,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-prev:active,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__next:active,
.tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__prev:active,
.tk-cardsgroup .tk-mascots-slider .tk-venues-slider__next:active,
.tk-cardsgroup .tk-mascots-slider .tk-venues-slider__prev:active,
.tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:active,
.tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:active,
.tk-cardsgroup .tk-venues-slider .tk-card-slider__next:active,
.tk-cardsgroup .tk-venues-slider .tk-card-slider__prev:active,
.tk-cardsgroup .tk-venues-slider .tk-gallery-slider__next:active,
.tk-cardsgroup .tk-venues-slider .tk-gallery-slider__prev:active,
.tk-cardsgroup .tk-venues-slider .tk-homepage__slider-next:active,
.tk-cardsgroup .tk-venues-slider .tk-homepage__slider-prev:active,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider-next:active,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider-prev:active,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider__next:active,
.tk-cardsgroup .tk-venues-slider .tk-mascots-slider__prev:active,
.tk-cardsgroup .tk-venues-slider .tk-venues-slider__next:active,
.tk-cardsgroup .tk-venues-slider .tk-venues-slider__prev:active,
.tk-cardsgroup .tokyo2020--olympics .tk-omega-clock-right:active,
.tk-cardsgroup .tokyo2020--paralympics .tk-omega-clock-right:active,
.tk-cardsgroup .tokyo2020--paralympics .tk-torch__container-viewall-link:active,
.tk-cardsgroup__morewrapper .tk-cardsgroup .tk-cardsgroup__more:active,
.tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:active,
.tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:active,
.tk-gallery-slider .tk-cardsgroup .tk-card-slider__next:active,
.tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev:active,
.tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__next:active,
.tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__prev:active,
.tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-next:active,
.tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-prev:active,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-next:active,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-prev:active,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__next:active,
.tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__prev:active,
.tk-gallery-slider .tk-cardsgroup .tk-venues-slider__next:active,
.tk-gallery-slider .tk-cardsgroup .tk-venues-slider__prev:active,
.tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:active,
.tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:active,
.tk-homepage__slider .tk-cardsgroup .tk-card-slider__next:active,
.tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev:active,
.tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__next:active,
.tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__prev:active,
.tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-next:active,
.tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-prev:active,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-next:active,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-prev:active,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__next:active,
.tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__prev:active,
.tk-homepage__slider .tk-cardsgroup .tk-venues-slider__next:active,
.tk-homepage__slider .tk-cardsgroup .tk-venues-slider__prev:active,
.tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:active,
.tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:active,
.tk-mascots-slider .tk-cardsgroup .tk-card-slider__next:active,
.tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev:active,
.tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__next:active,
.tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__prev:active,
.tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-next:active,
.tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-prev:active,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-next:active,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-prev:active,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__next:active,
.tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__prev:active,
.tk-mascots-slider .tk-cardsgroup .tk-venues-slider__next:active,
.tk-mascots-slider .tk-cardsgroup .tk-venues-slider__prev:active,
.tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:active,
.tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:active,
.tk-venues-slider .tk-cardsgroup .tk-card-slider__next:active,
.tk-venues-slider .tk-cardsgroup .tk-card-slider__prev:active,
.tk-venues-slider .tk-cardsgroup .tk-gallery-slider__next:active,
.tk-venues-slider .tk-cardsgroup .tk-gallery-slider__prev:active,
.tk-venues-slider .tk-cardsgroup .tk-homepage__slider-next:active,
.tk-venues-slider .tk-cardsgroup .tk-homepage__slider-prev:active,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider-next:active,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider-prev:active,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider__next:active,
.tk-venues-slider .tk-cardsgroup .tk-mascots-slider__prev:active,
.tk-venues-slider .tk-cardsgroup .tk-venues-slider__next:active,
.tk-venues-slider .tk-cardsgroup .tk-venues-slider__prev:active,
.tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more:active,
.tokyo2020--olympics .tk-cardsgroup .tk-omega-clock-right:active,
.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:active,
.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:active,
.tokyo2020--paralympics .tk-cardsgroup .tk-omega-clock-right:active,
.tokyo2020--paralympics .tk-cardsgroup .tk-torch__container-viewall-link:active,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:active,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:active {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-color: #851626
}

.tk-cardsgroup__morewrapper .tk-cardsgroup__more-loading {
	display: none
}

@-webkit-keyframes tk-spinner {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes tk-spinner {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 44px;
	height: 44px
}

.tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner div {
	left: 13px;
	position: absolute;
	-webkit-animation: tk-spinner linear 1.3s infinite;
	animation: tk-spinner linear 1.3s infinite;
	background: #b11d33;
	width: 16px;
	height: 10px;
	border-radius: 43%;
	-webkit-transform-origin: 8px 21px;
	transform-origin: 8px 21px;
	outline: 1px solid transparent
}

.tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner div:nth-child(1) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-animation-delay: -1.04s;
	animation-delay: -1.04s
}

.tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner div:nth-child(2) {
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
	-webkit-animation-delay: -.78s;
	animation-delay: -.78s
}

.tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner div:nth-child(3) {
	-webkit-transform: rotate(144deg);
	transform: rotate(144deg);
	-webkit-animation-delay: -.52s;
	animation-delay: -.52s
}

.tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner div:nth-child(4) {
	-webkit-transform: rotate(216deg);
	transform: rotate(216deg);
	-webkit-animation-delay: -.26s;
	animation-delay: -.26s
}

.tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner div:nth-child(5) {
	-webkit-transform: rotate(288deg);
	transform: rotate(288deg);
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.tk-cardsgroup__morewrapper.tk-btn-loading .tk-cardsgroup__more {
	display: none
}

.tk-cardsgroup__morewrapper.tk-btn-loading .tk-cardsgroup__more-loading {
	display: block
}

.tk-cardsgroup__viewall {
	text-align: center;
	margin-top: 2.5rem
}

@media (max-width:767.98px) {
	.tk-cardsgroup__viewall {
		margin-top: 1.875rem;
		margin-bottom: 1.25rem
	}
}

.tk-cardsgroup__viewall--compact {
	margin-bottom: 1.875rem
}

.tk-cardsgroup__viewall-link {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: .875rem;
	line-height: 1;
	cursor: pointer;
	font-weight: 700;
	padding: 10px;
	border: 0;
	text-transform: uppercase;
	max-width: 16.25rem;
	background-color: #b11d33;
	color: #fff;
	display: block;
	margin: 0 auto;
	-webkit-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s;
	will-change: background-color;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.tk-cardsgroup__viewall-link:focus,
.tk-cardsgroup__viewall-link:hover {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #db2641;
	color: #fff;
	text-decoration: none
}

.tk-cardsgroup__viewall-link:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tk-cardsgroup__viewall-link:active {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-color: #851626
}

.tk-cardsgroup--list .tk-cardsgroup__item-link {
	padding: 19px 8px
}

.tk-cardsgroup--grid .tk-cardsgroup__item-ad {
	padding: 0
}

@media (min-width:768px) {
	.tk-cardsgroup--grid .tk-cardsgroup__item {
		margin-bottom: 68px
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--grid .tk-cardsgroup__item-link {
		padding: 19px 8px
	}
}

@media (max-width:991.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__sequence {
		margin: 0 0 60px 6px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__sequence--notices {
		margin: 0
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__sequence {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item {
		margin-bottom: 68px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item:last-of-type,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:nth-last-of-type(-n+2) {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type {
		margin-bottom: 44px;
		padding-left: 8px;
		padding-right: 8px
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: #fff
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link:focus,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link:hover {
		background-color: #f7f7f7
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link:active {
		background-color: #f2f2f2
	}
}

.tk-cardsgroup-carouselwrapper {
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 44px
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		width: 25%
	}
}

@media (min-width:1260px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		width: 25%
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices {
		width: 50%
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices {
		width: 25%
	}
}

@media (min-width:1260px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices {
		width: 25%
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type {
		background-color: #fff;
		padding: 8px
	}
}

.tk-cardsgroup--featgallery {
	margin-right: -8px;
	margin-left: -8px
}

.tk-cardsgroup--featgallery .tk-cardsgroup__sequence {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__sequence {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__sequence {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 840px;
		margin: 0 auto
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 20px;
		padding-right: 20px
	}
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 31px
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type {
		margin-bottom: 28px
	}
}

@media (max-width:767.98px) and (max-width:767.98px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item-link:not(:first-of-type) {
		padding: 19px 8px
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__morewrapper {
		margin: 32px 0
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__morewrapper {
		margin: 32px 0
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__sequence {
		max-width: 100%
	}
}

.tk-cardsgroup--featvideo {
	margin-right: -8px;
	margin-left: -8px
}

.tk-cardsgroup--featvideo .tk-cardsgroup__sequence {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__sequence {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__sequence {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: none;
		margin: 0 auto
	}
}

@media (min-width:1260px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		padding-left: 20px;
		padding-right: 20px
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:not(first-of-type) {
		margin-top: 45px
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 47px 0 47px
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__ad-container {
		width: 18.75rem;
		height: 15.625rem;
		background: rgba(255, 255, 255, .1);
		margin-top: 7px;
		margin-left: 4px
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item-link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width:1259.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 47px 0 47px
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) {
		padding: 20px 0
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__ad-container {
		width: 18.75rem;
		height: 15.625rem;
		background: rgba(255, 255, 255, .1);
		margin-top: 7px;
		margin-left: 8px
	}
}

@media (max-width:991.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 20px;
		padding-right: 20px
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 47px 0 47px
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) {
		padding: 20px 0
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__ad-container {
		margin-left: 8px
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type {
		margin-bottom: 28px;
		padding: 0
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (max-width:767.98px) and (max-width:767.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item-link:not(:first-of-type) {
		padding: 19px 8px
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) {
		padding: 0
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__ad-container {
		width: auto;
		height: auto;
		margin: 0 auto;
		margin-top: 0
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__morewrapper {
		margin: 32px 0
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__morewrapper {
		margin: 32px 0
	}
}

.tk-cardsgroup__item--compact {
	width: 360px;
	height: 6rem;
	margin-bottom: 1.875rem;
	border-right: 1px solid #dadada
}

@media (min-width:1260px) {
	.tk-cardsgroup__item--compact:nth-child(3n) {
		border-right: none
	}
}

@media (max-width:1259.98px) {
	.tk-cardsgroup__item--compact:nth-child {
		border-right: none
	}
	.tk-cardsgroup__item--compact:nth-child(2n) {
		border-right: none
	}
	.tk-cardsgroup__item--compact:nth-last-child(9):first-child~.tk-cardsgroup__item--compact:last-child {
		border-right: none;
		margin-right: 27.1875rem
	}
}

@media (max-width:991.98px) {
	.tk-cardsgroup__item--compact:nth-last-child(9):first-child~.tk-cardsgroup__item--compact:last-child {
		margin-right: 22.625rem
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup__item--compact {
		border: none;
		height: 1.625rem;
		margin-bottom: .5rem
	}
	.tk-cardsgroup__item--compact:nth-last-child(9):first-child~.tk-cardsgroup__item--compact:nth-last-child(-n+3) {
		display: none
	}
}

.tk-cardsgroup__item-link--compact {
	position: relative
}

@media (max-width:767.98px) {
	.tk-cardsgroup__item-link--compact:before {
		content: '';
		display: block;
		background-color: #b11d33;
		width: .25rem;
		height: 1rem;
		position: absolute;
		top: 11px;
		left: 0
	}
}

.tk-cardsgroup__sequence--compact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

@media (max-width:767.98px) {
	.tk-cardsgroup__sequence--compact {
		margin-bottom: 1.5rem
	}
}

.tk-cardsgroup--compact-grid {
	border-bottom: 1px solid #dadada;
	margin-bottom: 3.75rem
}

@media (max-width:767.98px) {
	.tk-cardsgroup--compact-grid {
		margin-bottom: 2.5rem;
		border-bottom: 0
	}
}

.tk-cardsgroup--external {
	margin-right: 0!important;
	margin-left: 0!important
}

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	margin-top: 0
}

.tk-cardsgroup--external .tk-cardsgroup__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.tk-cardsgroup--external .tk-cardsgroup__item:not(:first-of-type) {
	margin: 0
}

.tk-section--black-bg .tk-cardsgroup__item {
	display: block;
	padding: 0
}

.tk-section--black-bg .tk-cardsgroup__item-link {
	background-color: #141414;
	color: #fff
}

.tk-section--black-bg .tk-cardsgroup__item-link:hover {
	background-color: #1c1c1c
}

.tk-section--black-bg .tk-cardsgroup__item-link:active {
	background-color: #212121
}

.tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more {
	background-color: #b11d33
}

@media (max-width:767.98px) {
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices) {
		position: relative;
		padding-top: 13px
	}
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		z-index: -1;
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		top: 0;
		margin-left: -8px;
		height: 60px
	}
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		z-index: -1;
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		bottom: 44px;
		margin-left: -8px;
		height: 16px;
		max-width: 192px
	}
}

@media (max-width:767.98px) {
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination {
		bottom: 0;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 20px
	}
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet {
		width: 17px;
		height: 17px;
		background-color: #9fa0a0;
		opacity: 1;
		vertical-align: middle;
		border: 5px solid #fff;
		border-radius: 10px;
		margin-right: 5px
	}
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:focus,
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:hover {
		outline: 0
	}
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet-active {
		width: 17px;
		height: 17px;
		background-color: #856a47;
		border: 5px solid #fff;
		-webkit-box-shadow: 0 0 0 1.5px #856a47;
		box-shadow: 0 0 0 1.5px #856a47;
		border-radius: 10px;
		margin-right: 5px
	}
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-slide {
		width: auto
	}
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup-carouselwrapper .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel {
		padding-bottom: 60px
	}
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup__item-link {
		padding: 0;
		background: 0 0
	}
}

@media (max-width:767.98px) {
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::before {
		background-image: url(/d3images/kimono-layer/featured-top.svg)
	}
	.tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::after {
		background-image: url(/d3images/kimono-layer/featured-bottom.svg)
	}
}

.tokyo2020--olympics .tk-cardsgroup__item--notices::before {
	background-color: #b11d33
}

.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more {
	background-color: #f08f98;
	color: #000
}

.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:focus,
.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:hover {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #f6bcc1
}

.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:active {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-color: #ea626f
}

.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link {
	background-color: #f08f98;
	color: #000
}

.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:focus,
.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:hover {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #f6bcc1
}

.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:active {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-color: #ea626f
}

@media (max-width:767.98px) {
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices) {
		position: relative;
		padding-top: 13px
	}
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		z-index: -1;
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		top: 0;
		margin-left: -8px;
		height: 60px
	}
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		z-index: -1;
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		bottom: 44px;
		margin-left: -8px;
		height: 16px;
		max-width: 192px
	}
}

@media (max-width:767.98px) {
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination {
		bottom: 0;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 20px
	}
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet {
		width: 17px;
		height: 17px;
		background-color: #9fa0a0;
		opacity: 1;
		vertical-align: middle;
		border: 5px solid #fff;
		border-radius: 10px;
		margin-right: 5px
	}
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:focus,
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:hover {
		outline: 0
	}
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet-active {
		width: 17px;
		height: 17px;
		background-color: #856a47;
		border: 5px solid #fff;
		-webkit-box-shadow: 0 0 0 1.5px #856a47;
		box-shadow: 0 0 0 1.5px #856a47;
		border-radius: 10px;
		margin-right: 5px
	}
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-slide {
		width: auto
	}
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup-carouselwrapper .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel {
		padding-bottom: 60px
	}
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup__item-link {
		padding: 0;
		background: 0 0
	}
}

@media (max-width:991.98px) {
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::before {
		background-image: url(/d3images/sakura-layer/featured-top.svg)
	}
	.tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::after {
		background-image: url(/d3images/sakura-layer/featured-bottom.svg)
	}
}

.tokyo2020--paralympics .tk-cardsgroup__item--notices::before {
	background-color: #f08f98
}

.tokyo2020--paralympics .tk-cardsgroup__item-link--compact::before {
	background-color: #f08f98
}

.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more {
	background: #fffaf7;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffaf7), color-stop(21%, #f18762), color-stop(85%, #dc0010), to(#dc0010));
	background: linear-gradient(180deg, #fffaf7 0, #f18762 21%, #dc0010 85%, #dc0010 100%)
}

.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:focus,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:hover {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #ff1021
}

.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:active {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-color: #a9000c
}

@media (max-width:767.98px) {
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices) {
		position: relative;
		padding-top: 13px
	}
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		z-index: -1;
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		top: 0;
		margin-left: -8px;
		height: 60px
	}
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		z-index: -1;
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		bottom: 44px;
		margin-left: -8px;
		height: 16px;
		max-width: 192px
	}
}

@media (max-width:767.98px) {
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination {
		bottom: 0;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 20px
	}
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet {
		width: 17px;
		height: 17px;
		background-color: #9fa0a0;
		opacity: 1;
		vertical-align: middle;
		border: 5px solid #fff;
		border-radius: 10px;
		margin-right: 5px
	}
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:focus,
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:hover {
		outline: 0
	}
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet-active {
		width: 17px;
		height: 17px;
		background-color: #856a47;
		border: 5px solid #fff;
		-webkit-box-shadow: 0 0 0 1.5px #856a47;
		box-shadow: 0 0 0 1.5px #856a47;
		border-radius: 10px;
		margin-right: 5px
	}
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-slide {
		width: auto
	}
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup-carouselwrapper .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel {
		padding-bottom: 60px
	}
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup__item-link {
		padding: 0;
		background: 0 0
	}
}

@media (max-width:767.98px) {
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::before {
		background-image: url(/d3images/otr-layer/featured-top.svg)
	}
	.tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::after {
		background-image: url(/d3images/otr-layer/featured-bottom.svg)
	}
}

.tokyo2020--torch-relay-olympics .tk-cardsgroup__item--notices::before {
	background-color: #dc0010
}

.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more {
	background: #fffaf7;
	background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(46%, #f9d495), color-stop(75%, #f2aa23), to(#f2aa23));
	background: linear-gradient(180deg, #fff 0, #f9d495 46%, #f2aa23 75%, #f2aa23 100%);
	color: #000
}

.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:focus,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:hover {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background: #fce8c5
}

.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:active {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background: #d5900d
}

@media (max-width:767.98px) {
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices) {
		position: relative;
		padding-top: 13px
	}
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		z-index: -1;
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		top: 0;
		margin-left: -8px;
		height: 60px
	}
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		z-index: -1;
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		bottom: 44px;
		margin-left: -8px;
		height: 16px;
		max-width: 192px
	}
}

@media (max-width:767.98px) {
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination {
		bottom: 0;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 20px
	}
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet {
		width: 17px;
		height: 17px;
		background-color: #9fa0a0;
		opacity: 1;
		vertical-align: middle;
		border: 5px solid #fff;
		border-radius: 10px;
		margin-right: 5px
	}
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:focus,
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:hover {
		outline: 0
	}
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet-active {
		width: 17px;
		height: 17px;
		background-color: #856a47;
		border: 5px solid #fff;
		-webkit-box-shadow: 0 0 0 1.5px #856a47;
		box-shadow: 0 0 0 1.5px #856a47;
		border-radius: 10px;
		margin-right: 5px
	}
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-slide {
		width: auto
	}
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup-carouselwrapper .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel {
		padding-bottom: 60px
	}
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup__item-link {
		padding: 0;
		background: 0 0
	}
}

@media (max-width:767.98px) {
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::before {
		background-image: url(/d3images/ptr-layer/featured-top.svg)
	}
	.tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::after {
		background-image: url(/d3images/ptr-layer/featured-bottom.svg)
	}
}

.tokyo2020--torch-relay-paralympics .tk-cardsgroup__item--notices::before {
	background-color: #fec14e
}

.tk-cardsgroup--list .tk-cardsgroup__item-link {
	padding-top: 20px;
	padding-bottom: 20px
}

.tk-cardsgroup--list .tk-cardsgroup__item-link::after {
	position: absolute;
	bottom: 0;
	left: 8px;
	content: '';
	display: block;
	width: calc(100% - 16px);
	height: 0;
	border-bottom: 1px solid #e6e6e6
}

.tk-section--black-bg .tk-cardsgroup--list .tk-cardsgroup__item-link::after {
	border-color: #2e2e2e
}

.tk-cardsgroup--featgallery .tk-cardsgroup__item,
.tk-cardsgroup--featvideo .tk-cardsgroup__item,
.tk-cardsgroup--grid .tk-cardsgroup__item {
	position: relative
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link,
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link,
	.tk-cardsgroup--grid .tk-cardsgroup__item-link {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::after,
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::after,
	.tk-cardsgroup--grid .tk-cardsgroup__item-link::after {
		position: absolute;
		bottom: 0;
		left: 8px;
		content: '';
		display: block;
		width: calc(100% - 16px);
		height: 0;
		border-bottom: 1px solid #e6e6e6
	}
	.tk-section--black-bg .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::after,
	.tk-section--black-bg .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::after,
	.tk-section--black-bg .tk-cardsgroup--grid .tk-cardsgroup__item-link::after {
		border-color: #2e2e2e
	}
}

.tk-section--black-bg .tk-cardsgroup--featvideo .tk-cardsgroup__item:nth-child(4) .tk-cardsgroup__item-link::after {
	border-color: transparent
}

@media (min-width:768px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link {
		position: relative;
		padding-top: 20px;
		padding-bottom: 20px
	}
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::before {
		position: absolute;
		top: 0;
		left: 10px;
		content: '';
		display: block;
		width: calc(100% - 20px);
		height: 0;
		border-bottom: 1px solid #e6e6e6
	}
	.tk-section--black-bg .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::before {
		border-color: #2e2e2e
	}
}

.tk-cardsgroup--external .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link {
	padding-top: 20px;
	padding-bottom: 20px
}

.tk-cardsgroup--external .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::after {
	position: absolute;
	bottom: 0;
	left: 8px;
	content: '';
	display: block;
	width: calc(100% - 16px);
	height: 0;
	border-bottom: 1px solid #e6e6e6
}

.tk-section--black-bg .tk-cardsgroup--external .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::after {
	border-color: #2e2e2e
}

.tk-card {
	position: relative
}

@media (max-width:767.98px) {
	.tk-card {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.tk-card__image {
		margin: 0;
		padding: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.tk-card__image,
	.tk-card__picture,
	.tk-card__picture img {
		display: inline-block;
		width: auto
	}
	.tk-card__main {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		padding-left: 10px
	}
	.tk-card__body {
		position: absolute
	}
}

@media (min-width:768px) {
	.tk-card__image {
		width: 100%
	}
	.tk-card__picture img {
		width: 100%
	}
	.tk-card__header {
		min-height: 62px;
		margin-top: 14px;
		margin-bottom: 5px
	}
	.tk-card__body {
		position: relative
	}
}

.tk-card__body {
	bottom: 0
}

.tk-card__titlewrapper {
	min-height: 3rem
}

.tk-card__title {
	font-size: 1rem;
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 1.5rem;
	max-height: 3rem;
	text-align: left;
	padding-right: 1.5rem
}

.tk-card__title:before {
	content: '\2026';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1.5rem;
	height: 1.5rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}

@media reader,
speech,
aural {
	.tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

.tk-card__title::after {
	content: '';
	position: absolute;
	right: 0;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: -1.5rem;
	background: inherit
}

.tk-card,
.tk-card *,
.tk-card .tk-card__link {
	background-color: inherit
}

.tk-card__link,
.tk-card__link:active,
.tk-card__link:focus,
.tk-card__link:hover {
	color: #000;
	text-decoration: none
}

.tk-card__image,
.tk-card__picture {
	display: block
}

@media (min-width:992px) {
	.tk-card__image--youtube,
	.tk-card__picture--youtube {
		width: 407px;
		height: 250px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-card__image--youtube,
	.tk-card__picture--youtube {
		width: 320px;
		height: 200px
	}
}

@media (max-width:767.98px) {
	.tk-card__image--youtube,
	.tk-card__picture--youtube {
		width: 100%;
		height: 400px
	}
}

.tk-card__live {
	width: 40px;
	height: 25px;
	background-color: #d20319;
	position: absolute;
	z-index: 1;
	right: 0;
	font-size: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase
}

.tk-card__topic {
	font-weight: 600;
	font-size: .875rem;
	line-height: 1;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: #856a47;
	text-transform: uppercase
}

:lang(hi-IN) .tk-card__topic {
	line-height: inherit!important
}

.tk-card__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700
}

.tk-card__titlelink {
	display: block;
	color: #000
}

.tk-card__datetime {
	font-size: .75rem;
	line-height: 1;
	color: #6f6f6f;
	font-weight: 700;
	text-transform: uppercase
}

.tk-card__pubdate--event {
	color: #6f6f6f
}

.tk-card__separator--event {
	color: #6f6f6f
}

.tk-card__image {
	color: #fff;
	position: relative;
	left: 0;
	width: inherit
}

@media (min-width:768px) {
	.tk-card__image .tk-card__icon--video-vod {
		position: relative
	}
	.tk-card__image .tk-card__icon--video-vod ::before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		content: "\e013";
		font-family: tokyo2020-icons;
		font-size: 1rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		height: 2.875rem;
		width: 2.875rem;
		padding: 10px;
		text-align: center;
		background: rgba(0, 0, 0, .3);
		vertical-align: middle
	}
	.tk-card__image .tk-card__duration {
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3)
	}
	.tk-card__image .tk-card__duration>p {
		margin: 0;
		font-size: .75rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		padding: 8px;
		text-align: center;
		vertical-align: middle
	}
}

@media (max-width:991.98px) {
	.tk-card__image .tk-card__icon--video-vod {
		position: relative
	}
	.tk-card__image .tk-card__icon--video-vod ::before {
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		content: "\e013";
		font-family: tokyo2020-icons;
		font-size: .625rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		height: 1.875rem;
		width: 1.875rem;
		padding: 8px;
		text-align: center;
		background: rgba(0, 0, 0, .3);
		vertical-align: middle
	}
	.tk-card__image .tk-card__duration {
		display: none
	}
}

.tk-card--notices {
	min-height: 0!important
}

.tk-card--notices ::after {
	content: none!important
}

.tk-card--notices ::before {
	content: none!important
}

.tk-card__main--notices ::before {
	content: none
}

.tk-cardsgroup--list .tk-cardsgroup__item .tk-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-cardsgroup--list .tk-cardsgroup__item .tk-card__image {
	margin: 0;
	padding: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.tk-cardsgroup--list .tk-cardsgroup__item .tk-card__image,
.tk-cardsgroup--list .tk-cardsgroup__item .tk-card__picture,
.tk-cardsgroup--list .tk-cardsgroup__item .tk-card__picture img {
	display: inline-block;
	width: auto
}

.tk-cardsgroup--list .tk-cardsgroup__item .tk-card__main {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding-left: 10px
}

.tk-cardsgroup--list .tk-cardsgroup__item .tk-card__body {
	position: absolute
}

.tk-cardsgroup--list .tk-cardsgroup__item .tk-card__icon--video-vod ::before {
	left: 100%;
	top: 100%;
	-webkit-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%)
}

.tk-cardsgroup--list .tk-cardsgroup__item .tk-card__duration {
	display: none
}

@media (min-width:768px) {
	.tk-cardsgroup--list .tk-cardsgroup__item .tk-card .tk-card__icon--video-vod {
		position: relative
	}
	.tk-cardsgroup--list .tk-cardsgroup__item .tk-card .tk-card__icon--video-vod ::before {
		font-size: .625rem;
		height: 30px;
		width: 30px;
		padding: 8px
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card {
		width: 253px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__image {
		width: 100%
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__picture img {
		width: 100%
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__header {
		min-height: 111px;
		padding-top: 14px;
		margin-bottom: 5px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__titlewrapper {
		min-height: 6rem
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__title {
		font-size: 1rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.5rem;
		max-height: 6rem;
		text-align: left;
		padding-right: 1.5rem
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.5rem;
		height: 1.5rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (max-width:767.98px),
speech and (max-width:767.98px),
aural and (max-width:767.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.5rem;
		height: 1.5rem;
		margin-top: -1.5rem;
		background: inherit
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__image {
		padding-top: 8px;
		padding-left: 8px;
		padding-right: 8px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__main {
		padding-bottom: 8px;
		padding-left: 8px;
		padding-right: 8px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__body {
		position: relative;
		top: 0
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card--notices {
		width: 253px
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__picture img {
		width: 100%
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__header {
		margin-top: 14px;
		margin-bottom: 5px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card {
		min-height: 293px
	}
}

.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card-link .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__main,
.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__link .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__main {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff
}

@media (min-width:768px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card {
		width: 100%
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card::before,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 16px;
		height: 71px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right top;
		z-index: -1
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main {
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		border-style: solid;
		border-color: #fff;
		background: #fff
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main::after,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
		content: '';
		display: block;
		position: absolute;
		width: 240px;
		height: 24px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left top;
		z-index: -1;
		max-width: 192px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__header,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__header {
		margin-top: 0
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__topic,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__topic {
		font-size: 1.25rem;
		line-height: 1
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__titlewrapper,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
		min-height: 10.9375rem
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__title,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__title {
		font-size: 1.5rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 2.1875rem;
		max-height: 10.9375rem;
		text-align: left;
		padding-right: 2.1875rem
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__title:before,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 2.1875rem;
		height: 2.1875rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__title::before,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__title::after,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 2.1875rem;
		height: 2.1875rem;
		margin-top: -2.1875rem;
		background: inherit
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__title--notices,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__title--notices {
		font-size: 1rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.5rem;
		max-height: 3rem;
		text-align: left;
		padding-right: 1.5rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card {
		min-height: 270px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card::before,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
		width: 248px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__image,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: 480px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__link,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__link {
		left: 450px;
		top: 11px;
		position: absolute
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main {
		min-height: 227px;
		width: 206px;
		border-width: 11px 26px 11px 46px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main::after,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
		bottom: -10px;
		left: 30px
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card {
		min-height: 396px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card--notices::before,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card--notices::before {
		content: none
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card::before,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
		width: 248px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__image,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: 704px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__link,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__link {
		left: 674px;
		top: 14px;
		position: absolute
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__link--notices,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__link--notices {
		left: 0
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main {
		min-height: 212px;
		width: 206px;
		border-width: 78px 26px 77px 46px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main::after,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
		bottom: -15px;
		left: 30px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main--notices,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main--notices {
		min-height: 0;
		width: auto;
		border-width: auto
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main--notices ::before,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main--notices ::before {
		content: none
	}
}

@media (min-width:1260px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card {
		min-height: 513px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card::before,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
		width: 310px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__image,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: 914px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__link,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__link {
		left: 884px;
		top: 70px;
		position: absolute
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main {
		min-height: 228px;
		width: 268px;
		border-width: 78px 26px 77px 46px
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main::after,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
		bottom: -24px;
		left: 30px
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__link:hover .tk-card__main {
		background-color: #f7f7f7;
		border-color: #f7f7f7
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__link:active .tk-card__main,
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__link:focus .tk-card__main {
		background-color: #f2f2f2;
		border-color: #f2f2f2
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__main {
		background-color: #fff
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item:focus .tk-card__image,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:hover .tk-card__image {
		background: rgba(0, 0, 0, .02)
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item:focus .tk-card__main,
	.tk-cardsgroup--carousel .tk-cardsgroup__item:hover .tk-card__main {
		background-color: #f7f7f7
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item:active .tk-card__image {
		background: rgba(0, 0, 0, .04)
	}
	.tk-cardsgroup--carousel .tk-cardsgroup__item:active .tk-card__main {
		background-color: #f5f5f5
	}
}

.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__image {
	margin: 0;
	padding: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__image,
.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__picture,
.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__picture img {
	display: inline-block;
	width: auto
}

.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__main {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding-left: 10px
}

.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__body {
	position: absolute
}

@media (min-width:768px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__titlewrapper {
		min-height: 4.14rem
	}
	.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title {
		font-size: 1rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.38rem;
		max-height: 4.14rem;
		text-align: left;
		padding-right: 1.38rem
	}
	.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.38rem;
		height: 1.38rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.38rem;
		height: 1.38rem;
		margin-top: -1.38rem;
		background: inherit
	}
	:lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.5rem;
		max-height: 4.5rem;
		text-align: left;
		padding-right: 1.5rem
	}
	:lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.5rem;
		height: 1.5rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	:lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	:lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.5rem;
		height: 1.5rem;
		margin-top: -1.5rem;
		background: inherit
	}
	.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__header {
		margin-top: 0
	}
}

.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card {
	display: block
}

.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
	display: block;
	position: relative
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(91.5625% + 16px);
		left: -8px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(100% + 20px);
		left: -20px
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(100% + 84px);
		left: -84px
	}
}

@media (min-width:1260px) and (max-width:1455.98px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(100% + 218px);
		left: -218px
	}
}

@media (min-width:1340px) and (max-width:1455px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(100% + 258px);
		left: -258px
	}
}

@media (min-width:1456px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(100% + 316px);
		left: -316px
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
		min-height: 5.12rem;
		margin-top: 10px
	}
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title {
		font-size: 1.875rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 2.56rem;
		max-height: 5.12rem;
		text-align: left;
		padding-right: 2.56rem
	}
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 2.56rem;
		height: 2.56rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 2.56rem;
		height: 2.56rem;
		margin-top: -2.56rem;
		background: inherit
	}
	:lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 3rem;
		max-height: 6rem;
		text-align: left;
		padding-right: 3rem
	}
	:lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 3rem;
		height: 3rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	:lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	:lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 3rem;
		height: 3rem;
		margin-top: -3rem;
		background: inherit
	}
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__header {
		margin-top: 26px;
		margin-bottom: 10px
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
		min-height: 2.38rem;
		margin-top: 10px
	}
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title {
		font-size: 1rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.19rem;
		max-height: 2.38rem;
		text-align: left;
		padding-right: 1.19rem
	}
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.19rem;
		height: 1.19rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (max-width:767.98px),
speech and (max-width:767.98px),
aural and (max-width:767.98px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.19rem;
		height: 1.19rem;
		margin-top: -1.19rem;
		background: inherit
	}
	.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__header {
		margin-top: 15px;
		margin-bottom: 10px
	}
}

.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__body {
	position: relative;
	top: 0
}

.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__picture,
.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__picture img {
	width: 100%;
	max-width: 100%;
	height: auto
}

@media (min-width:768px) {
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item .tk-card__image .tk-card__icon--video-vod ::before {
		top: 100%;
		left: 100%;
		-webkit-transform: translate(-100%, -100%);
		transform: translate(-100%, -100%);
		font-size: .625rem;
		height: 1.875rem;
		width: 1.875rem;
		padding: 7px
	}
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item .tk-card__image .tk-card__duration {
		display: none
	}
}

@media (max-width:991.98px) {
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item .tk-card__image .tk-card__icon--video-vod {
		position: relative
	}
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item .tk-card__image .tk-card__icon--video-vod ::before {
		position: absolute;
		bottom: 0;
		right: 0;
		content: "\e013";
		font-family: tokyo2020-icons;
		font-size: .625rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		height: 1.875rem;
		width: 1.875rem;
		padding: 8px;
		text-align: center;
		background: rgba(0, 0, 0, .3);
		vertical-align: middle
	}
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item .tk-card__image .tk-card__duration {
		display: none
	}
}

.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image {
	color: #fff;
	position: relative;
	left: 0;
	width: inherit
}

@media (min-width:768px) {
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video-vod {
		position: relative
	}
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video-vod ::before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		content: "\e013";
		font-family: tokyo2020-icons;
		font-size: 1.625rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		height: 5rem;
		width: 5rem;
		padding: 21px;
		text-align: center;
		background: rgba(0, 0, 0, .3);
		vertical-align: middle
	}
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__duration {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3)
	}
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__duration>p {
		margin: 0;
		font-size: .875rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		padding: 8px;
		text-align: center;
		vertical-align: middle
	}
}

@media (max-width:991.98px) {
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video-vod {
		position: relative
	}
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video-vod ::before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		content: "\e013";
		font-family: tokyo2020-icons;
		font-size: 1.625rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		height: 5rem;
		width: 5rem;
		padding: 21px;
		text-align: center;
		background: rgba(0, 0, 0, .3);
		vertical-align: middle
	}
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__duration {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3)
	}
	.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__duration>p {
		margin: 0;
		font-size: .875rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		padding: 8px;
		text-align: center;
		vertical-align: middle
	}
}

.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__image {
	margin: 0;
	padding: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__image,
.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__picture,
.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__picture img {
	display: inline-block;
	width: auto
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__image,
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__picture,
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__picture img {
		width: 224px
	}
}

.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__main {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding-left: 0;
	margin-top: 16px
}

.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__body {
	position: absolute
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__duration {
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		background: rgba(0, 0, 0, .3)
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__duration>p {
		margin: 0;
		font-size: .75rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		padding: 8px;
		text-align: center;
		vertical-align: middle
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__main {
		padding-left: 10px;
		margin-top: 0
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__titlewrapper {
		min-height: 4rem
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title {
		margin-top: 8px;
		font-size: 1rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.38rem;
		max-height: 2.76rem;
		text-align: left;
		padding-right: 1.38rem
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.38rem;
		height: 1.38rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.38rem;
		height: 1.38rem;
		margin-top: -1.38rem;
		background: inherit
	}
	:lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.5rem;
		max-height: 3rem;
		text-align: left;
		padding-right: 1.5rem
	}
	:lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.5rem;
		height: 1.5rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	:lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	:lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.5rem;
		height: 1.5rem;
		margin-top: -1.5rem;
		background: inherit
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__header {
		margin-top: 0
	}
}

.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card {
	display: block
}

.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__main {
	padding: 0 125px
}

.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
	display: block;
	position: relative
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: 100%;
		left: 0
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video {
		position: relative
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video ::before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		content: "\e013";
		font-family: tokyo2020-icons;
		font-size: 1rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		height: 2.875rem;
		width: 2.875rem;
		padding: 10px;
		text-align: center;
		background: rgba(0, 0, 0, .3);
		vertical-align: middle
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__duration {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3)
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__duration>p {
		margin: 0;
		font-size: .75rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		padding: 8px;
		text-align: center;
		vertical-align: middle
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: 100%;
		left: 0
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: 100%;
		left: 0
	}
}

@media (min-width:1260px) and (max-width:1455.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: 100%;
		left: 0
	}
}

@media (min-width:1340px) and (max-width:1455px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: 100%;
		left: 0
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video {
		position: relative
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video ::before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		content: "\e013";
		font-family: tokyo2020-icons;
		font-size: 1.625rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		height: 5rem;
		width: 5rem;
		padding: 21px;
		text-align: center;
		background: rgba(0, 0, 0, .3);
		vertical-align: middle
	}
}

@media (min-width:1456px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: 100%;
		left: 0
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
		min-height: 5.12rem;
		margin-top: 10px
	}
	:lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
		min-height: 6rem
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title {
		font-size: 1.875rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 2.56rem;
		max-height: 5.12rem;
		text-align: left;
		padding-right: 2.56rem
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 2.56rem;
		height: 2.56rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 2.56rem;
		height: 2.56rem;
		margin-top: -2.56rem;
		background: inherit
	}
	:lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 3rem;
		max-height: 6rem;
		text-align: left;
		padding-right: 3rem
	}
	:lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 3rem;
		height: 3rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	:lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	:lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 3rem;
		height: 3rem;
		margin-top: -3rem;
		background: inherit
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__header {
		margin-top: 26px;
		margin-bottom: 10px
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__main {
		padding: 0
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
		min-height: 2.38rem;
		margin-top: 10px
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title {
		font-size: 1rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.19rem;
		max-height: 2.38rem;
		text-align: left;
		padding-right: 1.19rem
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.19rem;
		height: 1.19rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (max-width:767.98px),
speech and (max-width:767.98px),
aural and (max-width:767.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (max-width:767.98px) {
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.19rem;
		height: 1.19rem;
		margin-top: -1.19rem;
		background: inherit
	}
	.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__header {
		margin-top: 15px;
		margin-bottom: 10px
	}
}

.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__body {
	position: relative;
	top: 0
}

.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__picture,
.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__picture img {
	width: 100%;
	max-width: 100%;
	height: auto
}

@media (max-width:767.98px) {
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card {
		display: block
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__main {
		margin-top: 12px;
		padding-left: 0
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__header {
		height: 85px
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__title {
		margin-top: 5px
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__image .tk-card__duration {
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3)
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__image .tk-card__duration p {
		margin-bottom: 0;
		padding: 5px;
		font-size: .75rem
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__image .tk-card__icon--video-vod ::before {
		display: none
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__image .tk-icon-gallery::before {
		display: none
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__icon--video-vod::before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		content: "\e013";
		font-family: tokyo2020-icons;
		font-size: .625rem;
		font-style: normal;
		font-variant-caps: normal;
		font-variant-east-asian: normal;
		-webkit-font-variant-ligatures: normal;
		font-variant-ligatures: normal;
		font-variant-numeric: normal;
		font-weight: 400;
		height: 1.875rem;
		width: 1.875rem;
		padding: 8px;
		text-align: center;
		background: rgba(0, 0, 0, .5);
		vertical-align: middle
	}
}

@media (max-width:991.98px) {
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__image .tk-card__duration {
		display: block
	}
}

@media (max-width:1259.98px) {
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__main {
		max-width: 224px
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__image {
		max-width: 2224px
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__image .tk-card__duration {
		display: block
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__image .tk-card__picture img {
		width: auto
	}
}

@media (max-width:1455.98px) {
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-icon-gallery::before {
		display: none
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__picture--rhb-img {
		width: 224px;
		height: 126px
	}
}

@media (min-width:1260px) {
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__picture--rhb-img {
		width: 291px;
		height: 163px
	}
}

@media (min-width:1260px) {
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__main {
		max-width: 291px
	}
	.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__image {
		max-width: 291px
	}
}

.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__picture--rhb-img-external {
	width: 224px;
	height: 126px
}

.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__image--external {
	max-width: 224px
}

.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__main--external {
	max-width: 224px
}

.tk-cardsgroup--external .tk-cardsgroup__item .tk-card {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.tk-cardsgroup--external .tk-cardsgroup__item .tk-card__main {
	padding-left: 10px;
	margin-top: 0
}

.tk-cardsgroup--external .tk-cardsgroup__item .tk-card__image picture img {
	width: 84px
}

.tk-cardsgroup--external .tk-cardsgroup__item .tk-card__duration {
	bottom: 7px
}

.tk-cardsgroup--external .tk-cardsgroup__item .tk-card__image,
.tk-cardsgroup--external .tk-cardsgroup__item .tk-card__picture,
.tk-cardsgroup--external .tk-cardsgroup__item .tk-card__picture img {
	display: inline-block;
	width: auto
}

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__main {
	padding: 0
}

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
	min-height: 2.38rem;
	margin-top: 10px
}

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__title {
	font-size: 1rem;
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 1.19rem;
	max-height: 2.38rem;
	text-align: left;
	padding-right: 1.19rem
}

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__title:before {
	content: '\2026';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1.19rem;
	height: 1.19rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}

@media reader,
speech,
aural {
	.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__title::after {
	content: '';
	position: absolute;
	right: 0;
	width: 1.19rem;
	height: 1.19rem;
	margin-top: -1.19rem;
	background: inherit
}

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__header {
	margin-top: 15px;
	margin-bottom: 10px
}

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__duration {
	bottom: 0
}

.tk-cardsgroup__item--external .tk-card__header {
	margin-top: 0;
	margin-bottom: 0
}

.tk-section--black-bg .tk-card__datetime {
	color: #9fa0a0
}

.tk-section--black-bg .tk-card__link,
.tk-section--black-bg .tk-card__link:active,
.tk-section--black-bg .tk-card__link:focus,
.tk-section--black-bg .tk-card__link:hover {
	color: #fff
}

.tk-section--black-bg .tk-card__titlelink {
	color: #fff
}

.tk-section--black-bg .tk-card__topic {
	color: #b49166
}

.tokyo2020--olympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
	background-image: url(/d3images/kimono-layer/featured-top.svg)
}

.tokyo2020--olympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
	background-image: url(/d3images/kimono-layer/featured-bottom.svg)
}

.tokyo2020--paralympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
	background-image: url(/d3images/sakura-layer/featured-top.svg)
}

.tokyo2020--paralympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
	background-image: url(/d3images/sakura-layer/featured-bottom.svg)
}

.tokyo2020--torch-relay-olympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
	background-image: url(/d3images/otr-layer/featured-top.svg)
}

.tokyo2020--torch-relay-olympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
	background-image: url(/d3images/otr-layer/featured-bottom.svg)
}

.tokyo2020--torch-relay-paralympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
	background-image: url(/d3images/ptr-layer/featured-top.svg)
}

.tokyo2020--torch-relay-paralympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
	background-image: url(/d3images/ptr-layer/featured-bottom.svg)
}

.tk-card .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__icon,
.tk-card .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-card__icon,
.tk-card .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__icon,
.tk-card .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-card__icon,
.tk-card .tk-cardsgroup--grid.tk-cardsgroup--album .tk-card__icon,
.tk-card .tk-cardsgroup--list.tk-cardsgroup--album .tk-card__icon,
.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card .tk-card__icon,
.tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-card .tk-card__icon,
.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card .tk-card__icon,
.tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-card .tk-card__icon,
.tk-cardsgroup--grid.tk-cardsgroup--album .tk-card .tk-card__icon,
.tk-cardsgroup--list.tk-cardsgroup--album .tk-card .tk-card__icon {
	position: relative;
	background: 0 0
}

.tk-card .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__icon::before,
.tk-card .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-card__icon::before,
.tk-card .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__icon::before,
.tk-card .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-card__icon::before,
.tk-card .tk-cardsgroup--grid.tk-cardsgroup--album .tk-card__icon::before,
.tk-card .tk-cardsgroup--list.tk-cardsgroup--album .tk-card__icon::before,
.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card .tk-card__icon::before,
.tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-card .tk-card__icon::before,
.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card .tk-card__icon::before,
.tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-card .tk-card__icon::before,
.tk-cardsgroup--grid.tk-cardsgroup--album .tk-card .tk-card__icon::before,
.tk-cardsgroup--list.tk-cardsgroup--album .tk-card .tk-card__icon::before {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	right: 0;
	bottom: 0;
	position: absolute
}

@media (max-width:767.98px) {
	.tk-card .tk-cardsgroup--grid.tk-cardsgroup--album .tk-card__icon::before,
	.tk-cardsgroup--grid.tk-cardsgroup--album .tk-card .tk-card__icon::before {
		padding: 10px;
		font-size: .9375rem
	}
}

@media (min-width:768px) {
	.tk-card .tk-cardsgroup--grid.tk-cardsgroup--album .tk-card__icon::before,
	.tk-cardsgroup--grid.tk-cardsgroup--album .tk-card .tk-card__icon::before {
		font-size: 1.25rem;
		padding: 10px
	}
}

.tk-card .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-card__icon::before,
.tk-card .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-card__icon::before,
.tk-card .tk-cardsgroup--list.tk-cardsgroup--album .tk-card__icon::before,
.tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-card .tk-card__icon::before,
.tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-card .tk-card__icon::before,
.tk-cardsgroup--list.tk-cardsgroup--album .tk-card .tk-card__icon::before {
	padding: 10px;
	font-size: .9375rem
}

.tk-card .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__icon::before,
.tk-card .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__icon::before,
.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card .tk-card__icon::before,
.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card .tk-card__icon::before {
	font-size: 1.25rem;
	padding: 10px
}

.tk-card--compact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-card__image--compact picture img {
	width: 84px
}

@media (max-width:767.98px) {
	.tk-card__image--compact {
		display: none
	}
}

.tk-card__main--compact {
	padding-left: .625rem
}

.tk-card__header--compact {
	margin-top: 0
}

@media (max-width:767.98px) {
	.tk-card__titlewrapper--compact {
		min-height: 1.5rem
	}
}

.tk-card__title--compact {
	max-height: 4.5rem
}

@media (max-width:767.98px) {
	.tk-card__title--compact {
		max-height: 1.5rem
	}
}

.tk-ad-top--sticky {
	position: fixed;
	width: 100%;
	z-index: 120;
	top: 0;
	height: 106px
}

@media (max-width:767.98px) {
	.tk-ad-top--sticky {
		height: 66px
	}
}

.tk-ad-top-placeholder {
	display: block;
	height: 106px
}

@media (max-width:767.98px) {
	.tk-ad-top-placeholder {
		height: 66px
	}
}

.tk-ad-top-placeholder--hide {
	height: 0;
	display: none!important
}

.tk-ad__container {
	display: none
}

.tk-ad__container--native {
	display: block;
	width: 100%;
	height: 100%
}

.tk-ad__container--top>div:first-child {
	display: block;
	padding: 8px 0;
	background-color: #e6e6e6;
	min-height: 106px
}

@media (max-width:767.98px) {
	.tk-ad__container--top>div:first-child {
		min-height: 66px
	}
}

.tk-ad__container--inner {
	margin: 60px 0
}

@media (max-width:767.98px) {
	.tk-ad__container--inner {
		margin: 32px 0
	}
}

@media (min-width:768px) {
	.tk-cardsgroup--grid .tk-ad__container--inner {
		margin: 0 0 60px 0
	}
}

@media (max-width:767.98px) {
	.container .tk-ad__container--inner {
		margin-left: -8px;
		margin-right: -8px
	}
}

.banner>div {
	display: inline-block
}

.tk-section--ceremony-news {
	margin-top: 60px
}

.tk-section--ceremony-photos {
	margin-top: 60px
}

.tk-section--gold-title .tk-article__title {
	color: #856a47
}

@media (max-width:767.98px) {
	.tk-section--featured-carousel .tk-cards-groupcarousel__ad {
		padding-top: 33px;
		margin-bottom: 34px
	}
}

@media (min-width:768px) {
	.tk-section--featured-carousel .tk-cards-group-carouselwrapper {
		margin-bottom: 50px
	}
	.tk-section--featured-carousel .tk-cards-groupcarousel__ad {
		border-top: 1px solid #e6e6e6
	}
}

@media (max-width:767.98px) {
	.tk-section--gallery-slider .container {
		margin-top: 32px
	}
}

@media (min-width:768px) {
	.tk-section--gallery-slider .container {
		position: relative;
		top: -60px;
		margin-top: 100px;
		margin-bottom: -60px
	}
}

.tk-section--black-bg {
	color: #fff;
	background-color: #141414
}

.tk-section--black-bg .tk-section__heading {
	color: #fff
}

@media (max-width:767.98px) {
	.tk-section--black-bg {
		padding-top: 18px;
		padding-bottom: 7px
	}
}

@media (min-width:768px) {
	.tk-section--black-bg {
		padding-top: 8px;
		padding-bottom: 72px
	}
}

.tk-section__filters {
	font-size: .75rem;
	font-weight: 600;
	color: #6f6f6f
}

@media (min-width:992px) {
	.tk-section__filters {
		font-size: .875rem
	}
}

.tk-section__filters-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	border: none;
	background-color: transparent;
	color: #6f6f6f
}

.tk-section__filters-reset {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #6f6f6f;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 600
}

.tk-section__filters-reset:focus,
.tk-section__filters-reset:hover {
	color: #6f6f6f
}

.tk-section__filters-icon {
	display: block;
	position: relative;
	width: 32px;
	height: 32px
}

.tk-section__filters-icon.tk-icon-close::before {
	font-size: .75rem
}

.tk-section__filters-icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .875rem
}

.tk-section__filters-label {
	font-weight: 600
}

.tk-section__filters-active-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px 0
}

@media (max-width:991.98px) {
	.tk-section__filters-active-container {
		padding: 0 12px
	}
}

@media (min-width:992px) {
	.tk-section__filters-active-container {
		margin-bottom: 30px;
		padding-left: 46px
	}
}

.tk-section__filters-active-label,
.tk-section__filters-active-value {
	margin-right: 1.25rem
}

.tk-section__filters-active-label {
	text-transform: capitalize;
	font-weight: 700;
	color: #000;
	font-size: .875rem;
	line-height: 1.5
}

.tk-section__filters-active-value {
	color: #856a47;
	font-weight: 400;
	font-size: .75rem;
	line-height: 1.75
}

.tk-section__filters-active-value:last-child {
	margin-right: 0
}

.tk-section>.container {
	position: relative
}

.tk-section .tk-section__filters-buttons-container {
	position: absolute;
	top: 2px;
	right: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 32px
}

@media (min-width:768px) {
	.tk-section .tk-section__filters-buttons-container {
		top: 6px;
		right: 8px
	}
}

.tk-section__header+.tk-section__filters {
	margin-top: -51px;
	padding-top: 51px
}

@media (min-width:992px) {
	.tk-section__header+.tk-section__filters {
		margin-top: -74px;
		padding-top: 74px
	}
}

.tk-section__footer--partners {
	margin-bottom: 32px
}

@media (min-width:768px) {
	.tk-section__footer--partners {
		max-width: 84.150326%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px
	}
}

.tk-section__full-screen {
	width: 100vw;
	margin-left: calc((-100vw + 100%)/ 2);
	margin-bottom: 1rem
}

.tk-section__heading {
	color: #000
}

.tk-section__heading--youtube-logo {
	width: 100px;
	vertical-align: bottom
}

@media (max-width:767.98px) {
	.tk-section__heading--youtube-logo {
		width: 80px
	}
}

@media (max-width:991.98px) {
	.tk-section__heading {
		margin-top: 0;
		margin-right: -8px;
		margin-bottom: 16px;
		margin-left: -8px;
		padding: 4.5px 36px
	}
}

@media (max-width:767.98px) {
	.tk-section__heading {
		padding: 4.5px 20px
	}
}

@media (min-width:992px) {
	.tk-section__heading {
		margin-top: 22px;
		margin-right: 0;
		margin-bottom: 22px;
		margin-left: 0;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 46px
	}
}

.tokyo2020--olympics .tk-section__heading {
	background: url(/d3images/headings/olympics/bg-tk-section__heading--mobile-oly.svg) 0 50% no-repeat
}

@media (min-width:768px) {
	.tokyo2020--olympics .tk-section__heading {
		background-image: url(/d3images/headings/olympics/bg-tk-section__heading--desktop-oly.svg)
	}
}

.tk-section__heading--rhb-oly {
	background: url(/d3images/headings/olympics/rhb_header_mobile.svg) 0 100% no-repeat;
	width: 100%;
	background-size: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	height: 60px;
	margin-bottom: 0
}

@media (min-width:576px) {
	.tk-section__heading--rhb-oly {
		background-image: url(/d3images/headings/olympics/rhb_header_desktop.svg);
		background-size: 600px;
		height: 72px;
		font-size: 1.5rem
	}
}

@media (min-width:768px) {
	.tk-section__heading--rhb-oly {
		width: 600px
	}
}

@media (min-width:1260px) {
	.tk-section__heading--rhb-oly {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 150px;
		position: relative;
		left: 8px
	}
}

.tk-section__heading--rhb-oly-external {
	background: url(/d3images/headings/olympics/rhb_header_mobile.svg) 0 100% no-repeat;
	width: 100%;
	background-size: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	height: 60px;
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.33333;
	font-weight: 700
}

:lang(ja-JP) .tk-section__heading--rhb-oly-external {
	font-size: 1.375rem;
	line-height: 1.36364
}

.tokyo2020--paralympics .tk-section__heading {
	background: url(/d3images/headings/paralympics/bg-tk-section__heading--mobile-para.svg) 0 50% no-repeat
}

@media (min-width:768px) {
	.tokyo2020--paralympics .tk-section__heading {
		background-image: url(/d3images/headings/paralympics/bg-tk-section__heading--desktop-para.svg)
	}
}

.tk-section__heading--rhb-para {
	background: url(/d3images/headings/paralympics/rhb_header_mobile_para.svg) 0 100% no-repeat;
	width: 100%;
	background-size: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	height: 60px;
	margin-bottom: 0
}

@media (min-width:576px) {
	.tk-section__heading--rhb-para {
		background-image: url(/d3images/headings/paralympics/rhb_header_desktop_para.svg);
		background-size: 600px;
		height: 72px;
		font-size: 1.5rem
	}
}

@media (min-width:768px) {
	.tk-section__heading--rhb-para {
		width: 600px
	}
}

@media (min-width:1260px) {
	.tk-section__heading--rhb-para {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 150px;
		position: relative;
		left: 8px
	}
}

.tk-section__heading--rhb-para-external {
	background: url(/d3images/headings/paralympics/rhb_header_mobile_para.svg) 0 100% no-repeat;
	width: 100%;
	background-size: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	height: 60px;
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.33333;
	font-weight: 700
}

:lang(ja-JP) .tk-section__heading--rhb-para-external {
	font-size: 1.375rem;
	line-height: 1.36364
}

.tokyo2020--torch-relay-olympics .tk-section__heading {
	background: url(/d3images/headings/olympics/bg-tk-section__heading--mobile-otr.svg) 0 50% no-repeat
}

@media (min-width:768px) {
	.tokyo2020--torch-relay-olympics .tk-section__heading {
		background-image: url(/d3images/headings/olympics/bg-tk-section__heading--desktop-otr.svg)
	}
}

.tokyo2020--torch-relay-paralympics .tk-section__heading {
	background: url(/d3images/headings/paralympics/bg-tk-section__heading--mobile-ptr.svg) 0 50% no-repeat
}

@media (min-width:768px) {
	.tokyo2020--torch-relay-paralympics .tk-section__heading {
		background-image: url(/d3images/headings/paralympics/bg-tk-section__heading--desktop-ptr.svg)
	}
}

.tk-section--heading-indented .tk-section__heading {
	background-image: none!important
}

@media (min-width:768px) {
	.tk-section--heading-indented .tk-section__heading {
		background-image: none!important
	}
}

@media (min-width:992px) {
	.tk-section--heading-indented .tk-section__heading {
		padding: 0 17%
	}
}

.tk-section--external .tk-section__heading {
	font-size: 1.5rem;
	line-height: 1.33333;
	font-weight: 700;
	padding: 4.5px 20px
}

:lang(ja-JP) .tk-section--external .tk-section__heading {
	font-size: 1.375rem;
	line-height: 1.36364
}

.tokyo2020--olympics .tk-section--external .tk-section__heading {
	background: url(/d3images/headings/olympics/bg-tk-section__heading--mobile-oly.svg) 0 50% no-repeat
}

.tokyo2020--paralympics .tk-section--external .tk-section__heading {
	background: url(/d3images/headings/paralympics/bg-tk-section__heading--mobile-para.svg) 0 50% no-repeat
}

.tk-presented-by__header {
	margin: 20px 0;
	text-align: right;
	font-size: 0;
	position: relative
}

.tk-presented-by__header::before {
	content: '';
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	width: 100%;
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	background-color: #000;
	opacity: .1
}

.tk-presented-by__heading {
	display: inline-block;
	color: #6f6f6f;
	font-size: .75rem;
	line-height: 1;
	margin: 0;
	width: auto;
	position: relative;
	top: 0;
	right: 0;
	background-color: #fff;
	padding-left: .75rem
}

.tk-presented-by__image {
	vertical-align: middle;
	position: relative;
	top: -3px;
	width: auto;
	max-width: 250px;
	max-height: 150px
}

.tk-back-to-top {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 2.75rem;
	height: 2.75rem;
	font-size: 0;
	position: fixed;
	z-index: 1049;
	bottom: 15px;
	right: 15px;
	background-color: #fff;
	border: 1px solid #dadada;
	border-bottom: 0;
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media (min-width:768px) {
	.tk-back-to-top {
		width: 3.875rem;
		height: 3.875rem
	}
}

.tk-back-to-top::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width:991.98px) {
	.tk-back-to-top::before {
		font-size: 1.5rem
	}
}

@media (min-width:768px) {
	.tk-back-to-top::before {
		font-size: 2.5rem
	}
}

.tk-back-to-top:focus,
.tk-back-to-top:hover {
	background-color: #f2f2f2
}

.tk-back-to-top:active {
	background-color: #e6e6e6
}

.tk-link {
	line-height: 2.28571;
	border-bottom: none;
	max-width: 50%
}

.tk-link__container {
	position: relative
}

.tk-link--fullwidth {
	width: 100%
}

.tk-link__text {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b11d33;
	position: relative
}

.tk-link__text::before {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(150%, -50%);
	transform: translate(150%, -50%);
	font-size: 1rem;
	color: #000
}

.tk-link__text:hover {
	color: #fff;
	background-color: #b11d33
}

.tk-link:focus,
.tk-link:hover {
	background-color: transparent;
	color: #000
}

.tk-link:focus .tk-link__text,
.tk-link:hover .tk-link__text {
	color: #fff;
	background-color: #b11d33
}

.tk-link:focus::before,
.tk-link:hover::before {
	color: #000
}

.tk-link::before {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 1rem
}

.tokyo2020--paralympics .tk-link__text {
	border-bottom-color: #f08f98
}

.tokyo2020--paralympics .tk-link__text:hover {
	background-color: #f08f98;
	color: #000
}

.tokyo2020--paralympics .tk-link:hover .tokyo2020--paralympics .tk-link__text {
	background-color: #f08f98;
	color: #000
}

.tokyo2020--paralympics .tk-article__part>p a,
.tokyo2020--paralympics .tk-article__tag a,
.tokyo2020--paralympics .tk-lead-block-preview .tk-article__headline p a,
.tokyo2020--paralympics .tk-link,
.tokyo2020--paralympics .tk-multicolumn-list__item--content a,
.tokyo2020--paralympics .tk-static-block .tk-article__headline p a {
	border-bottom-color: #f08f98
}

.tokyo2020--paralympics .tk-article__part>p a:focus,
.tokyo2020--paralympics .tk-article__part>p a:hover,
.tokyo2020--paralympics .tk-article__tag a:focus,
.tokyo2020--paralympics .tk-article__tag a:hover,
.tokyo2020--paralympics .tk-lead-block-preview .tk-article__headline p a:focus,
.tokyo2020--paralympics .tk-lead-block-preview .tk-article__headline p a:hover,
.tokyo2020--paralympics .tk-link:focus,
.tokyo2020--paralympics .tk-link:hover,
.tokyo2020--paralympics .tk-multicolumn-list__item--content a:focus,
.tokyo2020--paralympics .tk-multicolumn-list__item--content a:hover,
.tokyo2020--paralympics .tk-static-block .tk-article__headline p a:focus,
.tokyo2020--paralympics .tk-static-block .tk-article__headline p a:hover {
	background-color: #f08f98;
	color: #000
}

.tk-link__container.tk-external-link__link .tk-link__text {
	font-weight: 700
}

.tk-section__footer.tk-section__footer--partners .tk-link__container {
	padding: 20px 60px 12px 0;
	border-bottom: 1px solid #dadada
}

.tk-section__footer.tk-section__footer--partners .tk-link--fullwidth {
	width: 50%
}

.tk-article__part .tk-link__container {
	padding: 20px 60px 12px 0;
	border-bottom: 1px solid #dadada
}

@media (max-width:991.98px) {
	.tk-article__part .tk-link__container {
		padding: 20px 60px 12px 12px
	}
}

.tk-article__part .tk-link--fullwidth {
	width: 50%
}

@media (max-width:767.98px) {
	.tk-article__part .tk-link--fullwidth {
		width: 100%
	}
}

.tk-article__part .tk-link::before {
	-webkit-transform: translate(-4px, -4px);
	transform: translate(-4px, -4px)
}

.tk-article__part.external-link--horizontal .tk-link__container {
	padding-bottom: 0;
	border-bottom: none
}

.tk-article__part.external-link--horizontal .tk-link--fullwidth {
	width: 100%
}

.tk-article__part.external-link--horizontal .tk-link::before {
	-webkit-transform: translate(-4px, 0);
	transform: translate(-4px, 0)
}

.tk-schedule .tk-link {
	line-height: 0;
	font-size: .875rem
}

.tk-article__tag-text {
	padding: 0 1px;
	border-bottom: 2px solid transparent;
	font-weight: 600
}

.tk-article {
	padding: 0 0 32px
}

@media (min-width:992px) {
	.tk-article {
		padding: 0 0 60px
	}
}

@media (min-width:992px) {
	.tk-article__container {
		padding: 0 17%
	}
	.tk-article__container--search {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0
	}
}

.tk-article__body {
	margin-top: 32px
}

@media (min-width:992px) {
	.tk-article__body {
		margin-top: 0px
	}
}

.tk-article__part {
	margin-top: 32px
}

@media (min-width:992px) {
	.tk-article__part {
		margin-top: 0px
	}
}

.tk-article__part.document,
.tk-article__part.link {
	margin-top: 0
}

@media (min-width:992px) {
	.tk-article__part.document,
	.tk-article__part.link {
		margin-top: 0
	}
}

.tk-article .tk-ad__container--inner {
	margin: 32px -8px
}

@media (min-width:992px) {
	.tk-article .tk-ad__container--inner {
		margin: 60px 0;
		padding: 0
	}
}

.tk-article__sharetop {
	margin-bottom: 30px
}

@media (min-width:992px) {
	.tk-article__sharetop {
		margin-bottom: 0;
		margin-left: auto
	}
}

.tk-article__sharebottom {
	margin-top: 30px
}

@media (max-width:991.98px) {
	.tk-article__sharebottom {
		padding: 0 12px
	}
}

@media (min-width:768px) {
	.tk-article__sharebottom {
		margin-top: 40px
	}
}

@media (min-width:992px) {
	.tk-article__sharebottom {
		padding: 0 17%
	}
}

.tk-article__header {
	padding: 22px 12px 0;
	background-color: #fff
}

@media (min-width:992px) {
	.tk-article__header {
		position: relative;
		z-index: 2;
		padding: 32px 0 37px;
		margin-bottom: -62px
	}
}

@media (min-width:992px) {
	.tk-article__header--no-bottom-margin {
		margin-bottom: 0
	}
}

.tk-article__context {
	margin-bottom: 6px;
	font-size: 1rem;
	line-height: normal;
	text-transform: uppercase;
	color: #856a47;
	font-weight: 600
}

@media (min-width:992px) {
	.tk-article__context {
		margin-bottom: 7px;
		font-size: 1.25rem
	}
}

.tk-article__context>a {
	color: #856a47
}

.tk-article__title {
	margin: 0 0 24px;
	font-weight: 700
}

@media (min-width:992px) {
	.tk-article__title {
		margin-bottom: 15px
	}
}

.tk-article__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:991.98px) {
	.tk-article__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width:992px) {
	.tk-article__row {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.tk-article__datetime {
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #6f6f6f
}

@media (max-width:991.98px) {
	.tk-article__datetime {
		margin-bottom: 20px
	}
}

.tk-article__summary {
	margin: 32px 0;
	padding: 0 12px;
	font-weight: 600;
	color: #141414
}

:lang(en-US) .tk-article__summary,
:lang(es-ES) .tk-article__summary,
:lang(fr-FR) .tk-article__summary {
	font-style: italic
}

@media (min-width:992px) {
	.tk-article__summary {
		margin: 60px 0;
		padding-left: 0;
		padding-right: 0
	}
}

.tk-article__part.photo {
	position: relative;
	margin-top: 32px;
	margin-bottom: 32px
}

@media (min-width:992px) {
	.tk-article__part.photo {
		margin-top: 80px;
		margin-bottom: 64px
	}
}

.tk-article__photo:not(.no-transform) {
	position: relative;
	left: -8px
}

@media (min-width:992px) {
	.tk-article__photo:not(.no-transform) {
		left: -24px;
		width: calc(100% + 24px)
	}
}

@media (min-width:1456px) {
	.tk-article__photo:not(.no-transform) {
		left: -116px;
		width: calc(100% + 116px)
	}
}

@media (max-width:767.98px) {
	.tk-article__photo:not(.no-transform) img {
		width: 100%;
		height: auto;
		max-width: 93.75%
	}
}

@media (min-width:768px) {
	.tk-article__photo:not(.no-transform) img {
		width: calc(100% + 8px);
		max-width: calc(100% + 8px);
		height: auto
	}
}

@media (min-width:992px) {
	.tk-article__photo:not(.no-transform) img {
		left: -24px;
		width: calc(100% + 24px);
		max-width: calc(100% + 24px)
	}
}

@media (min-width:1456px) {
	.tk-article__photo:not(.no-transform) img {
		width: 100%;
		max-width: 1080px
	}
}

@media (min-width:992px) {
	.tk-article__photo.no-transform {
		display: block;
		padding: 0 17%
	}
}

.tk-article__photo.no-transform img {
	max-width: 100%;
	height: auto
}

.tk-article__photo.no-transform+.tk-article__image-details {
	margin-top: 10px;
	padding: 0
}

@media (min-width:992px) {
	.tk-article__photo.no-transform+.tk-article__image-details {
		padding: 0 17%
	}
}

@media (min-width:1456px) {
	.tk-article__photo.no-transform+.tk-article__image-details {
		position: static;
		top: auto;
		left: auto;
		border-left: none
	}
}

.tk-article__image-details {
	margin-top: 10px;
	padding: 0 12px;
	font-size: .75rem;
	line-height: 1.5;
	color: #6f6f6f
}

@media (min-width:992px) {
	.tk-article__image-details {
		margin-top: 10px;
		padding: 0;
		font-size: .875rem;
		line-height: 1.42857
	}
}

@media (min-width:1456px) {
	.tk-article__image-details {
		position: absolute;
		top: 0;
		left: 984px;
		margin-top: 0;
		padding-left: 20px;
		border-left: 2px solid #ccc
	}
}

@media (min-width:992px) {
	.tk-article__part.photo.partner {
		padding: 0 17%
	}
}

.tk-article__part.photo.partner .tk-article__photo:not(.no-transform),
.tk-article__part.photo.partner .tk-article__photo:not(.no-transform) img {
	left: auto;
	width: auto;
	max-width: 250px;
	max-height: 150px
}

.tk-article__part.photo.centered {
	text-align: center
}

@media (min-width:576px) {
	.tk-article__part.photo.centered .tk-article__photo:not(.no-transform) {
		left: 0;
		width: 100%
	}
}

@media (min-width:768px) {
	.tk-article__part.photo.centered img {
		max-width: 100%
	}
}

@media (min-width:1456px) {
	.tk-article__part.photo.centered .tk-article__photo:not(.no-transform)+.tk-article__image-details {
		position: static;
		top: auto;
		left: auto;
		margin-top: 10px;
		text-align: left
	}
}

@media (max-width:767.98px) {
	.tk-article__part.markdown {
		margin-top: 32px
	}
}

@media (min-width:992px) {
	.tk-article__part.markdown {
		padding: 0 17%
	}
}

@media (max-width:991.98px) {
	.tk-article__part>h2,
	.tk-article__part>h3,
	.tk-article__part>h4,
	.tk-article__part>h5,
	.tk-article__part>ol,
	.tk-article__part>p,
	.tk-article__part>ul {
		margin: 0 12px
	}
}

.tk-article__part>h2 {
	margin-bottom: 20px
}

@media (min-width:992px) {
	.tk-article__part>h2 {
		margin-bottom: 30px
	}
}

.tk-article__part>h3 {
	margin-bottom: 15px
}

.tk-article__part>h4 {
	margin-bottom: 10px
}

.tk-article__part>h5 {
	margin-bottom: 10px
}

.tk-article__part>p {
	padding-left: 10px;
	border-left: 2px solid rgba(159, 160, 160, .5)
}

.tk-article__part>p:not(:first-of-type) {
	padding-top: 16px
}

:lang(zh-CN) .tk-article__part>p {
	text-align: justify;
	text-justify: inter-ideographic;
	line-height: 1.7;
	word-break: break-all
}

:lang(zh-CN) .tk-article__part>p::before {
	content: '\3000\3000'
}

:lang(zh-CN) .tk-article__part>p:not(:first-of-type) {
	padding-top: 8px
}

@media (min-width:992px) {
	.tk-article__part>p {
		margin: 0
	}
}

.tk-article__part :not(p)+p {
	padding-top: 0!important
}

.tk-article__part>p+:not(p) {
	margin-top: 16px
}

.tk-article__part>ol,
.tk-article__part>ul {
	margin-bottom: 16px;
	list-style: none
}

@media (min-width:768px) {
	.tk-article__part>ol,
	.tk-article__part>ul {
		margin-bottom: 16px
	}
}

.tk-article__part>ol li,
.tk-article__part>ul li {
	position: relative;
	padding-left: 20px;
	font-size: .875rem
}

.tk-article__part>ol li:not(:last-child),
.tk-article__part>ul li:not(:last-child) {
	margin-bottom: .75rem
}

.tk-article__part>ol li::before,
.tk-article__part>ul li::before {
	position: absolute;
	left: 0
}

@media (min-width:768px) {
	.tk-article__part>ol li,
	.tk-article__part>ul li {
		padding-left: 30px;
		font-size: 1rem
	}
}

.tk-article__part>ul li::before {
	display: block;
	content: '';
	top: .5rem;
	width: .3125rem;
	height: .3125rem;
	border-radius: 100%;
	background-color: #856a47
}

@media (min-width:768px) {
	.tk-article__part>ul li::before {
		top: .625rem
	}
}

.tk-article__part>ol {
	counter-reset: ol-counter
}

.tk-article__part>ol li::before {
	content: counter(ol-counter, decimal-leading-zero);
	counter-increment: ol-counter;
	top: .375rem;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1;
	color: #856a47
}

@media (min-width:768px) {
	.tk-article__part>ol li::before {
		top: .4375rem
	}
}

.tk-article__part>blockquote {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 40px 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden
}

@media (max-width:991.98px) {
	.tk-article__part>blockquote {
		max-width: calc(100% - 24px)
	}
}

@media (min-width:768px) {
	.tk-article__part>blockquote {
		padding: 65px 100px
	}
}

.tk-article__part>blockquote::after,
.tk-article__part>blockquote::before {
	position: absolute;
	font-weight: 700;
	line-height: 1;
	font-size: 3.125rem
}

@media (min-width:768px) {
	.tk-article__part>blockquote::after,
	.tk-article__part>blockquote::before {
		font-size: 5.625rem
	}
}

.tk-article__part>blockquote::before {
	top: 0;
	left: 0;
	content: '\201C'
}

.tk-article__part>blockquote::after {
	bottom: -25px;
	right: 0;
	content: '\201D'
}

@media (min-width:768px) {
	.tk-article__part>blockquote::after {
		bottom: -45px
	}
}

.tk-article__part>blockquote p {
	float: left;
	clear: left;
	margin: 0;
	padding: 4px 12px;
	font-weight: 700
}

.tk-article__part>blockquote p:not(:first-child) {
	margin-top: -2px
}

.tk-article__part>blockquote p:nth-child(even) {
	position: relative;
	z-index: 1;
	padding-left: 20px;
	margin-left: -8px
}

@media (min-width:768px) {
	.tk-article__part>blockquote p {
		padding: 20px 30px
	}
	.tk-article__part>blockquote p:not(:first-child) {
		margin-top: -8px
	}
	.tk-article__part>blockquote p:nth-child(even) {
		padding-left: 50px;
		margin-left: -20px
	}
}

@media (min-width:992px) {
	.tk-article__part.htmlcontent {
		padding: 0
	}
}

.tk-article__part.table {
	overflow-x: scroll;
	text-align: left
}

.tk-article__part.table table caption {
	color: #6c757d;
	padding-top: .75rem;
	padding-bottom: .75rem;
	text-align: left;
	caption-side: bottom
}

.tk-article__part.external.instagram {
	padding: 0 4px
}

.tk-article__part.external.instagram .instagram-media {
	display: block;
	margin: 0 auto!important
}

.tk-article__part.external.twitter {
	padding: 0 4px
}

.tk-article__part.external.twitter .twitter-tweet {
	margin: 0 auto
}

.tk-article__part.external.facebook {
	padding: 0 4px;
	text-align: center
}

.tk-article__part.external.youtube {
	position: relative;
	margin-left: -8px;
	margin-right: -8px
}

@media (min-width:576px) {
	.tk-article__part.external.youtube {
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:991.98px) {
	.tk-article__part.external.youtube {
		padding: 30px 0
	}
	.tk-article__part.external.youtube::after,
	.tk-article__part.external.youtube::before {
		display: block;
		content: ' ';
		position: absolute;
		left: 0;
		width: 55%;
		max-width: 400px;
		height: 30px
	}
	.tk-article__part.external.youtube::before {
		top: 0;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 24px 30px
	}
	.tk-article__part.external.youtube::after {
		bottom: 0
	}
}

@media (min-width:992px) {
	.tk-article__part.external.youtube {
		max-width: 770px
	}
	.tk-article__part.external.youtube::before {
		display: block;
		content: ' ';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: -111px;
		width: 111px;
		height: 358px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain
	}
}

@media (min-width:1260px) {
	.tk-article__part.external.youtube {
		max-width: 978px
	}
	.tk-article__part.external.youtube::before {
		left: -141px;
		width: 141px;
		height: 455px
	}
}

@media (min-width:1340px) {
	.tk-article__part.external.youtube {
		max-width: 1040px
	}
	.tk-article__part.external.youtube::before {
		left: -150px;
		width: 150px;
		height: 484px
	}
}

@media (min-width:1456px) {
	.tk-article__part.external.youtube {
		max-width: 1130px
	}
	.tk-article__part.external.youtube::before {
		left: -155px;
		width: 155px;
		height: 500px
	}
}

.tk-article__part.external.youtube .tk-article__embedded-content {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 56.25%
}

.tk-article__part.external.youtube .tk-article__embedded-content iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.tk-article__part.album {
	margin-left: -8px;
	margin-right: -8px
}

@media (min-width:576px) {
	.tk-article__part.album {
		margin-left: auto;
		margin-right: auto
	}
}

.tk-article__video {
	margin: 0 12px
}

@media (min-width:992px) {
	.tk-article__video {
		max-width: 770px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width:1260px) {
	.tk-article__video {
		max-width: 978px
	}
}

@media (min-width:1340px) {
	.tk-article__video {
		max-width: 1040px
	}
}

@media (min-width:1456px) {
	.tk-article__video {
		max-width: 1130px
	}
}

.tk-article__part.customentity+.tk-article__part.markdown {
	margin-top: 16px
}

@media (min-width:992px) {
	.tk-article__part.customentity+.tk-article__part.markdown {
		margin-top: 32px
	}
}

.tk-article__video-thumb {
	position: relative
}

.tk-article__video-thumb::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.tk-article__video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	font-size: .9375rem
}

@media (min-width:768px) {
	.tk-article__video-icon {
		width: 60px;
		height: 60px;
		font-size: 1.375rem
	}
}

@media (min-width:992px) {
	.tk-article__video-icon {
		width: 80px;
		height: 80px;
		font-size: 1.875rem
	}
}

.tk-article__video-icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tk-article__video-details {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 92%;
	padding: 8px 16px;
	margin: 0 0 0 auto;
	background-color: #fff
}

@media (min-width:992px) {
	.tk-article__video-details {
		width: 89.3%;
		padding: 16px 20px 16px 40px
	}
}

.tk-article__video-caption {
	font-size: 1rem;
	line-height: 1.375;
	font-weight: 700
}

@media (min-width:992px) {
	.tk-article__video-caption {
		font-size: 1.5rem;
		line-height: 1.41667
	}
}

.tk-article__video-duration {
	margin-top: 3px;
	margin-left: 14px;
	font-size: .75rem
}

@media (min-width:992px) {
	.tk-article__video-duration {
		margin-top: 6px;
		margin-left: 40px;
		font-size: .875rem
	}
}

.tk-article__video-picture img {
	width: 100%
}

@media (min-width:992px) {
	.tk-article__part.document {
		padding: 0 17%
	}
}

@media (min-width:992px) {
	.tk-article__part.link {
		padding: 0 17%
	}
}

.tk-article__part .tk-article__faq {
	border-bottom: 1px solid #dadada
}

.tk-article__part .tk-article__faq-card {
	width: 100%;
	border: none;
	border-radius: 0
}

.tk-article__part .tk-article__faq-card.card {
	display: block;
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-webkit-flex-direction: unset;
	-ms-flex-direction: unset;
	flex-direction: unset
}

.tk-article__part .tk-article__faq-card-header {
	width: 100%;
	padding: 0;
	background-color: #fff;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	text-align: left
}

.tk-article__part .tk-article__faq-card-header.collapsed .tk-article__faq-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.tk-article__part .tk-article__faq-card-body {
	text-align: left;
	padding: 10px 6px 16px 0;
	font-size: 1rem;
	max-width: calc(100% - 48px)
}

.tk-article__part .tk-article__faq-card-body>h2 {
	margin-bottom: 20px
}

@media (min-width:992px) {
	.tk-article__part .tk-article__faq-card-body>h2 {
		margin-bottom: 30px
	}
}

.tk-article__part .tk-article__faq-card-body>h3 {
	margin-bottom: 15px
}

.tk-article__part .tk-article__faq-card-body>h4 {
	margin-bottom: 10px
}

.tk-article__part .tk-article__faq-card-body>h5 {
	margin-bottom: 10px
}

.tk-article__part .tk-article__faq-card-body p:not(:last-child) {
	margin-bottom: 16px
}

.tk-article__part .tk-article__faq-card-body>ol,
.tk-article__part .tk-article__faq-card-body>ul {
	margin-bottom: 16px;
	list-style: none
}

@media (min-width:768px) {
	.tk-article__part .tk-article__faq-card-body>ol,
	.tk-article__part .tk-article__faq-card-body>ul {
		margin-bottom: 16px
	}
}

.tk-article__part .tk-article__faq-card-body>ol li,
.tk-article__part .tk-article__faq-card-body>ul li {
	position: relative;
	padding-left: 20px;
	font-size: .875rem
}

.tk-article__part .tk-article__faq-card-body>ol li:not(:last-child),
.tk-article__part .tk-article__faq-card-body>ul li:not(:last-child) {
	margin-bottom: .75rem
}

.tk-article__part .tk-article__faq-card-body>ol li::before,
.tk-article__part .tk-article__faq-card-body>ul li::before {
	position: absolute;
	left: 0
}

@media (min-width:768px) {
	.tk-article__part .tk-article__faq-card-body>ol li,
	.tk-article__part .tk-article__faq-card-body>ul li {
		padding-left: 30px;
		font-size: 1rem
	}
}

.tk-article__part .tk-article__faq-card-body>ul li::before {
	display: block;
	content: '';
	top: .5rem;
	width: .3125rem;
	height: .3125rem;
	border-radius: 100%;
	background-color: #856a47
}

@media (min-width:768px) {
	.tk-article__part .tk-article__faq-card-body>ul li::before {
		top: .625rem
	}
}

.tk-article__part .tk-article__faq-card-body>ol {
	counter-reset: ol-counter
}

.tk-article__part .tk-article__faq-card-body>ol li::before {
	content: counter(ol-counter, decimal-leading-zero);
	counter-increment: ol-counter;
	top: .375rem;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1;
	color: #856a47
}

@media (min-width:768px) {
	.tk-article__part .tk-article__faq-card-body>ol li::before {
		top: .4375rem
	}
}

.tk-article__part .tk-article__faq-card-body>blockquote {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 40px 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden
}

@media (max-width:991.98px) {
	.tk-article__part .tk-article__faq-card-body>blockquote {
		max-width: calc(100% - 24px)
	}
}

@media (min-width:768px) {
	.tk-article__part .tk-article__faq-card-body>blockquote {
		padding: 65px 100px
	}
}

.tk-article__part .tk-article__faq-card-body>blockquote::after,
.tk-article__part .tk-article__faq-card-body>blockquote::before {
	position: absolute;
	font-weight: 700;
	line-height: 1;
	font-size: 3.125rem
}

@media (min-width:768px) {
	.tk-article__part .tk-article__faq-card-body>blockquote::after,
	.tk-article__part .tk-article__faq-card-body>blockquote::before {
		font-size: 5.625rem
	}
}

.tk-article__part .tk-article__faq-card-body>blockquote::before {
	top: 0;
	left: 0;
	content: '\201C'
}

.tk-article__part .tk-article__faq-card-body>blockquote::after {
	bottom: -25px;
	right: 0;
	content: '\201D'
}

@media (min-width:768px) {
	.tk-article__part .tk-article__faq-card-body>blockquote::after {
		bottom: -45px
	}
}

.tk-article__part .tk-article__faq-card-body>blockquote p {
	float: left;
	clear: left;
	margin: 0;
	padding: 4px 12px;
	font-weight: 700
}

.tk-article__part .tk-article__faq-card-body>blockquote p:not(:first-child) {
	margin-top: -2px
}

.tk-article__part .tk-article__faq-card-body>blockquote p:nth-child(even) {
	position: relative;
	z-index: 1;
	padding-left: 20px;
	margin-left: -8px
}

@media (min-width:768px) {
	.tk-article__part .tk-article__faq-card-body>blockquote p {
		padding: 20px 30px
	}
	.tk-article__part .tk-article__faq-card-body>blockquote p:not(:first-child) {
		margin-top: -8px
	}
	.tk-article__part .tk-article__faq-card-body>blockquote p:nth-child(even) {
		padding-left: 50px;
		margin-left: -20px
	}
}

.tk-article__part .tk-article__faq-question {
	border: none;
	background: 0 0;
	outline: 0;
	padding-bottom: 8px;
	padding-right: 16px;
	font-size: 1rem;
	font-weight: 600
}

.tk-article__part .tk-article__faq-question p {
	margin-bottom: 0
}

.tk-article__part .tk-article__faq-icon {
	border: 0;
	background: 0 0;
	margin-top: 4px;
	outline: 0;
	font-size: .875rem
}

@media (min-width:992px) {
	.tk-article__part .tk-article__faq {
		padding: 0 17%;
		margin: -32px 17% 0;
		padding: 0
	}
}

@media (max-width:1259.98px) {
	.tk-article__part .tk-article__faq {
		margin-top: -32px
	}
}

@media (max-width:991.98px) {
	.tk-article__part .tk-article__faq {
		margin-top: -10px;
		padding: 6px;
		margin: 0
	}
	.tk-article__part .tk-article__faq-card-body {
		font-size: .875rem
	}
}

.tk-article__related {
	margin-top: 32px
}

@media (max-width:991.98px) {
	.tk-article__related {
		padding: 0 12px
	}
}

@media (min-width:768px) {
	.tk-article__related {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width:992px) {
	.tk-article__related {
		margin-top: 80px;
		padding: 0 17%
	}
}

.tk-article__tags-heading {
	font-size: 1rem;
	font-weight: 700
}

@media (max-width:991.98px) {
	.tk-article__tags-heading {
		margin-bottom: 16px
	}
}

@media (min-width:768px) {
	.tk-article__tags-heading {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 20px
	}
}

.tk-article__tag {
	margin-bottom: 8px;
	font-size: 1rem
}

.tk-article__tag:not(:last-child) {
	margin-right: 22px
}

.tk-article__tag-icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.tk-article__tabs-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border: none;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.tk-article__tabs-list--search {
	padding: 10px 0
}

.tk-article__tabs-wrapper {
	width: 100vw;
	margin-left: calc((-100vw + 100%)/ 2);
	border-bottom: 1px solid #eee;
	margin-top: 25px;
	margin-bottom: 25px
}

.tk-article__tabs-wrapper--search {
	width: inherit;
	margin-left: 0
}

.tk-article__tabs-item {
	text-align: center;
	max-width: 185px;
	font-size: 1rem;
	padding: 7px 5px 7px 5px;
	margin: 1px 10px
}

.tk-article__tabs-item.active {
	border-bottom: 2px solid #c00000;
	font-weight: 700
}

.tk-article__tabs-item--title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: inherit;
	min-width: 50px
}

.tk-article__tabs-item--title:focus,
.tk-article__tabs-item--title:hover {
	text-decoration: none;
	color: inherit
}

@media (max-width:767.98px) {
	.tk-article__tabs-list {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0;
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 1px 8%
	}
	.tk-article__tabs-item {
		font-size: 1rem;
		padding: 0 15px;
		margin: 10px 0;
		width: auto;
		max-width: none;
		white-space: nowrap
	}
	.tk-article__tabs-item--title {
		text-align: left;
		min-width: auto;
		padding-bottom: 5px
	}
}

.tk-article__part.external-link {
	margin-top: 1.25rem
}

@media (min-width:992px) {
	.tk-article__part.external-link {
		padding: 0 17%
	}
}

.tk-article__part.external-link--horizontal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.tk-article__video picture::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\e013";
	font-family: tokyo2020-icons;
	font-size: 1.625rem;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	-webkit-font-variant-ligatures: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 400;
	height: 5rem;
	width: 5rem;
	padding: 21px;
	text-align: center;
	background-color: rgba(0, 0, 0, .6);
	vertical-align: middle;
	color: #fff
}

@media (max-width:767.98px) {
	.tk-article__video picture::before {
		font-size: 1rem;
		height: 2.875rem;
		width: 2.875rem;
		padding: 10px
	}
}

.tk-article .tk-article__part.partner::after {
	display: block;
	content: ' ';
	position: absolute;
	width: 1px;
	height: 40px;
	top: 50%;
	right: -.5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #eee
}

@media (max-width:767.98px) {
	.tk-article .tk-article__part.partner:nth-child(odd)::after {
		display: block
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-article .tk-article__part.partner:not(:nth-child(4n+0))::after {
		display: block
	}
}

@media (min-width:992px) {
	.tk-article .tk-article__part.partner:not(:last-child)::after {
		display: block
	}
}

.tk-article__part.partner {
	display: inline-block;
	position: relative;
	padding: 4px
}

.tk-article__part.partner img {
	width: 140px
}

.tk-article .tk-partner-block {
	padding: initial
}

@media (min-width:992px) {
	.tk-article .tk-partner-block {
		padding: 0 17%
	}
}

.tk-article .tk-partner-block__link:active,
.tk-article .tk-partner-block__link:hover {
	text-decoration: none
}

.tk-article--album .tk-article__header {
	background-color: transparent
}

.tk-article--album .tk-article__title {
	margin-bottom: 16px
}

@media (min-width:992px) {
	.tk-article--album .tk-article__title {
		margin-bottom: 16px
	}
}

@media (max-width:991.98px) {
	.tk-static-block .tk-article__title {
		font-size: 1.25rem;
		line-height: 1.1
	}
}

@media (max-width:991.98px) {
	.tk-static-block .tk-article__header {
		padding: 0
	}
}

.tk-static-block .tk-article__header figure,
.tk-static-block .tk-article__header picture {
	width: auto;
	left: 0
}

@media (min-width:992px) {
	.tk-static-block .tk-article__headline {
		padding: 0 17%
	}
}

.tk-static-block .tk-article__headline p {
	padding-left: 10px;
	border-left: 2px solid rgba(159, 160, 160, .5)
}

.tk-static-block .tk-article__headline p:not(:last-child) {
	padding-bottom: 16px
}

@media (min-width:992px) {
	.tk-static-block .tk-article__headline p {
		margin: 0
	}
}

@media (max-width:991.98px) {
	.tk-static-block .tk-article__headline p {
		margin: 0 12px
	}
}

@media (max-width:991.98px) {
	.tk-lead-block-preview .tk-article__header {
		padding: 0
	}
}

@media (min-width:768px) {
	.tk-lead-block-preview .tk-article__header {
		padding: 0
	}
}

@media (max-width:767.98px) {
	.tk-lead-block-preview .tk-article__header figure,
	.tk-lead-block-preview .tk-article__header picture {
		width: 100vw
	}
}

@media (min-width:576px) {
	.tk-lead-block-preview .tk-article__header figure,
	.tk-lead-block-preview .tk-article__header picture {
		width: auto;
		left: 0
	}
}

.tk-lead-block-preview .tk-article__image-details {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 95%;
	margin: -24px 0 0 auto;
	background-color: #fff
}

@media (max-width:767.98px) {
	.tk-lead-block-preview .tk-article__image-details {
		width: 100%;
		margin: -24px -12px 0 auto
	}
}

@media (min-width:992px) {
	.tk-lead-block-preview .tk-article__image-details {
		width: 89.3%;
		margin-top: -60px
	}
}

@media (min-width:1456px) {
	.tk-lead-block-preview .tk-article__image-details {
		top: 0;
		left: 0;
		border-left: none
	}
}

.tk-lead-block-preview .tk-article__image-title {
	font-size: 1rem;
	line-height: 1.375;
	font-weight: 700;
	color: #000
}

@media (min-width:992px) {
	.tk-lead-block-preview .tk-article__image-title {
		font-size: 1.5rem;
		line-height: 1.41667
	}
}

.tk-lead-block-preview .tk-article__image-details {
	color: #000;
	background-color: #fff;
	top: 0;
	z-index: 2;
	padding: 50px 17% 0 6.4%;
	display: block
}

@media (max-width:991.98px) {
	.tk-lead-block-preview .tk-article__image-details {
		padding: 16px 7.5% 0 6.4%
	}
}

@media (min-width:768px) {
	.tk-lead-block-preview .tk-article__image-details {
		top: 0
	}
}

.tk-lead-block-preview .tk-article__body {
	margin-top: 0
}

@media (max-width:991.98px) {
	.tk-lead-block-preview .tk-article__body {
		font-size: 1rem
	}
}

.tk-lead-block-preview .tk-article__headline p {
	padding-left: 10px;
	border-left: 2px solid rgba(159, 160, 160, .5)
}

.tk-lead-block-preview .tk-article__headline p:not(:last-child) {
	padding-bottom: 16px
}

@media (min-width:992px) {
	.tk-lead-block-preview .tk-article__headline p {
		margin: 0
	}
}

.tk-lead-block-preview .tk-article__title {
	font-size: 1.5rem;
	line-height: 1.41667;
	font-weight: 700;
	color: #000
}

@media (min-width:992px) {
	.tk-lead-block-preview .tk-article__title {
		font-size: 2.125rem;
		line-height: 1;
		margin-bottom: 2.25rem
	}
	:lang(hi-IN) .tk-lead-block-preview .tk-article__title {
		line-height: 1.41176
	}
}

.tk-lead-block-preview .tk-article__context {
	font-size: 1rem;
	line-height: 1
}

@media (min-width:768px) {
	.tk-lead-block-preview .tk-article__context {
		font-size: 1.25rem;
		line-height: 1
	}
}

.tk-lead-stopypart-block .tk-article__part.photo+.markdown {
	margin-top: -60px;
	position: relative;
	background-color: #fff;
	width: 100vw;
	padding: 10px 17% 0 0;
	margin-left: 0
}

@media (min-width:576px) {
	.tk-lead-stopypart-block .tk-article__part.photo+.markdown {
		width: 100vw;
		padding: 10px 17% 0 0;
		margin-left: 0
	}
}

@media (min-width:768px) {
	.tk-lead-stopypart-block .tk-article__part.photo+.markdown {
		width: 100vw;
		padding: 10px 17% 0 0;
		margin-left: 0
	}
}

@media (min-width:992px) {
	.tk-lead-stopypart-block .tk-article__part.photo+.markdown {
		margin-top: -110px;
		width: 100%;
		padding: 41px 17% 0 9%;
		margin-left: 8%
	}
}

.tk-lead-stopypart-block .tk-article__photo {
	position: relative;
	display: block;
	position: relative;
	display: block;
	width: 95vw;
	left: -8px
}

@media (min-width:576px) {
	.tk-lead-stopypart-block .tk-article__photo {
		left: calc((100vw - 540px + 16px)/ -2)
	}
}

@media (min-width:768px) {
	.tk-lead-stopypart-block .tk-article__photo {
		left: -20px;
		width: calc(100% + 20px)
	}
}

@media (min-width:992px) {
	.tk-lead-stopypart-block .tk-article__photo {
		left: -24px;
		width: calc(100% + 24px)
	}
}

@media (min-width:1260px) {
	.tk-lead-stopypart-block .tk-article__photo {
		left: -18px;
		width: calc(100% + 18px)
	}
}

@media (min-width:1456px) {
	.tk-lead-stopypart-block .tk-article__photo {
		left: -116px;
		width: calc(100% + 116px)
	}
}

@media (max-width:767.98px) {
	.tk-lead-stopypart-block .tk-article__photo img {
		width: 100vw;
		max-width: initial
	}
}

@media (min-width:1456px) {
	.tk-lead-stopypart-block .tk-article__photo img {
		max-width: initial
	}
}

.tk-storypart-roofline-block .tk-article__part.photo+.markdown,
.tk-storypart-roofline-block .tk-article__part.photo+.title {
	margin-top: -60px;
	position: relative;
	background-color: #fff;
	width: 100vw;
	padding: 10px 17% 0 0;
	margin-left: 0
}

@media (min-width:576px) {
	.tk-storypart-roofline-block .tk-article__part.photo+.markdown,
	.tk-storypart-roofline-block .tk-article__part.photo+.title {
		width: 100vw;
		padding: 10px 17% 0 0;
		margin-left: 0
	}
}

@media (min-width:768px) {
	.tk-storypart-roofline-block .tk-article__part.photo+.markdown,
	.tk-storypart-roofline-block .tk-article__part.photo+.title {
		width: 100vw;
		padding: 10px 17% 0 0;
		margin-left: 0
	}
}

@media (min-width:992px) {
	.tk-storypart-roofline-block .tk-article__part.photo+.markdown,
	.tk-storypart-roofline-block .tk-article__part.photo+.title {
		margin-top: -110px;
		width: 100%;
		padding: 41px 17% 0 9%;
		margin-left: 8%
	}
}

.tk-storypart-roofline-block .tk-article__part.photo+.title+.markdown {
	margin-top: 0
}

.tk-storypart-roofline-block .tk-article__photo {
	position: relative;
	display: block;
	position: relative;
	display: block;
	width: 95vw;
	left: -8px
}

@media (min-width:576px) {
	.tk-storypart-roofline-block .tk-article__photo {
		left: calc((100vw - 540px + 16px)/ -2)
	}
}

@media (min-width:768px) {
	.tk-storypart-roofline-block .tk-article__photo {
		left: -20px;
		width: calc(100% + 20px)
	}
}

@media (min-width:992px) {
	.tk-storypart-roofline-block .tk-article__photo {
		left: -24px;
		width: calc(100% + 24px)
	}
}

@media (min-width:1260px) {
	.tk-storypart-roofline-block .tk-article__photo {
		left: -18px;
		width: calc(100% + 18px)
	}
}

@media (min-width:1456px) {
	.tk-storypart-roofline-block .tk-article__photo {
		left: -116px;
		width: calc(100% + 116px)
	}
}

@media (max-width:767.98px) {
	.tk-storypart-roofline-block .tk-article__photo img {
		width: 100vw;
		max-width: initial
	}
}

@media (min-width:1456px) {
	.tk-storypart-roofline-block .tk-article__photo img {
		max-width: initial
	}
}

.tk-article--video-vod .tk-article__header {
	background-color: transparent
}

.tk-article--video-vod .tk-article__title {
	margin-bottom: 16px
}

@media (min-width:992px) {
	.tk-article--video-vod .tk-article__title {
		margin-bottom: 16px
	}
}

.tokyo2020--olympics .tk-article__part>blockquote::after,
.tokyo2020--olympics .tk-article__part>blockquote::before {
	color: #b11d33
}

.tokyo2020--olympics .tk-article__part>blockquote p {
	color: #fff;
	background-color: #b11d33
}

.tokyo2020--olympics .tk-article__part>blockquote p:nth-child(even) {
	background-color: #771a2a
}

@media (max-width:991.98px) {
	.tokyo2020--olympics .tk-article__part.external.youtube::before {
		background-color: #b11d33;
		background-image: url(/d3images/youtube/olympics/bg-youtube--mobile.svg)
	}
	.tokyo2020--olympics .tk-article__part.external.youtube::after {
		background-color: #771a2a
	}
}

@media (min-width:992px) {
	.tokyo2020--olympics .tk-article__part.external.youtube::before {
		background-color: #b11d33;
		background-image: url(/d3images/youtube/olympics/bg-youtube--desktop.svg)
	}
}

.tokyo2020--paralympics .tk-article__part>blockquote::after,
.tokyo2020--paralympics .tk-article__part>blockquote::before {
	color: #f08f98
}

.tokyo2020--paralympics .tk-article__part>blockquote p {
	color: #000;
	background-color: #f08f98
}

.tokyo2020--paralympics .tk-article__part>blockquote p:nth-child(even) {
	background-color: #e96a7b
}

@media (max-width:991.98px) {
	.tokyo2020--paralympics .tk-article__part.external.youtube::before {
		background-color: #f08f98;
		background-image: url(/d3images/youtube/paralympics/bg-youtube--mobile.svg)
	}
	.tokyo2020--paralympics .tk-article__part.external.youtube::after {
		background-color: #e96a7b
	}
}

@media (min-width:992px) {
	.tokyo2020--paralympics .tk-article__part.external.youtube::before {
		background-color: #f08f98;
		background-image: url(/d3images/youtube/paralympics/bg-youtube--desktop.svg)
	}
}

.tokyo2020--torch-relay-olympics .tk-article__part>blockquote::after,
.tokyo2020--torch-relay-olympics .tk-article__part>blockquote::before {
	color: #d70911
}

.tokyo2020--torch-relay-olympics .tk-article__part>blockquote p {
	color: #fff;
	background-color: #d70911
}

.tokyo2020--torch-relay-olympics .tk-article__part>blockquote p:nth-child(even) {
	background-color: #c3894f
}

@media (max-width:991.98px) {
	.tokyo2020--torch-relay-olympics .tk-article__part.external.youtube::before {
		background-color: #e66957;
		background-image: url(/d3images/youtube/olympics/bg-youtube--otr-top-mobile.svg);
		background-size: initial
	}
	.tokyo2020--torch-relay-olympics .tk-article__part.external.youtube::after {
		background-color: #c3894f;
		background-image: url(/d3images/youtube/olympics/bg-youtube--otr-bottom-mobile.svg);
		background-position: 0 0;
		background-repeat: no-repeat
	}
}

@media (min-width:992px) {
	.tokyo2020--torch-relay-olympics .tk-article__part.external.youtube::before {
		background-color: #db2022;
		background-image: url(/d3images/youtube/olympics/bg-youtube--otr-desktop.svg)
	}
}

.tokyo2020--torch-relay-paralympics .tk-article__part>blockquote::after,
.tokyo2020--torch-relay-paralympics .tk-article__part>blockquote::before {
	color: #f4d626
}

.tokyo2020--torch-relay-paralympics .tk-article__part>blockquote p {
	color: #000;
	background-color: #f4d626
}

.tokyo2020--torch-relay-paralympics .tk-article__part>blockquote p:nth-child(even) {
	background-color: #f6c05e
}

@media (max-width:991.98px) {
	.tokyo2020--torch-relay-paralympics .tk-article__part.external.youtube::before {
		background-color: #b98658;
		background-image: url(/d3images/youtube/paralympics/bg-youtube--ptr-top-mobile.svg);
		background-size: initial
	}
	.tokyo2020--torch-relay-paralympics .tk-article__part.external.youtube::after {
		background-color: #f4d625;
		background-image: url(/d3images/youtube/paralympics/bg-youtube--ptr-bottom-mobile.svg);
		background-position: 0 0;
		background-repeat: no-repeat
	}
}

@media (min-width:992px) {
	.tokyo2020--torch-relay-paralympics .tk-article__part.external.youtube::before {
		background-color: transparent;
		background-image: url(/d3images/youtube/paralympics/bg-youtube--ptr-desktop.svg)
	}
}

.tk-section--black-bg .tk-article {
	padding-bottom: 40px
}

@media (min-width:992px) {
	.tk-section--black-bg .tk-article {
		padding-bottom: 0
	}
}

.tk-section--black-bg .tk-article__datetime {
	color: #9fa0a0
}

.tk-section--black-bg .tk-article__context>a {
	color: #b49166
}

@media (min-width:992px) {
	.tk-section--no-header-bottom-margin .tk-article__header {
		margin-bottom: 0
	}
}

@media (max-width:1259.98px) {
	.ismob .tk-article__header {
		margin-bottom: initial
	}
}

.tk-lead-block {
	position: relative
}

@media (max-width:767.98px) {
	.tk-lead-block__white-box {
		margin: -75px 8px 0 8px;
		position: relative
	}
}

@media (min-width:768px) {
	.tk-lead-block__white-box {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.tk-lead-block__white-box--right {
		right: -20px
	}
	.tk-lead-block__white-box--left {
		left: -20px
	}
}

@media (min-width:992px) {
	.tk-lead-block__white-box--right {
		right: -24px
	}
	.tk-lead-block__white-box--left {
		left: -24px
	}
}

@media (min-width:1260px) {
	.tk-lead-block__white-box--right {
		right: -18px
	}
	.tk-lead-block__white-box--left {
		left: -18px
	}
}

@media (min-width:1456px) {
	.tk-lead-block__white-box--right {
		right: -116px
	}
	.tk-lead-block__white-box--left {
		left: -116px
	}
}

.tk-lead-block__white-box--venue-right {
	right: 0
}

.tk-lead-block__white-box--venue-left {
	left: 0
}

.tk-lead-block__picture {
	position: relative;
	display: block;
	width: 95vw;
	left: -8px
}

@media (min-width:576px) {
	.tk-lead-block__picture {
		left: calc((100vw - 540px + 16px)/ -2)
	}
}

@media (min-width:768px) {
	.tk-lead-block__picture {
		left: -20px;
		width: calc(100% + 20px)
	}
}

@media (min-width:992px) {
	.tk-lead-block__picture {
		left: -24px;
		width: calc(100% + 24px)
	}
}

@media (min-width:1260px) {
	.tk-lead-block__picture {
		left: -18px;
		width: calc(100% + 18px)
	}
}

@media (min-width:1456px) {
	.tk-lead-block__picture {
		left: -116px;
		width: calc(100% + 116px)
	}
}

.tk-lead-block__img {
	width: 100%
}

.tk-lead-block__figure-caption {
	margin-top: 10px;
	padding: 0 12px;
	font-size: .75rem;
	line-height: 1.5;
	color: #6f6f6f
}

@media (min-width:992px) {
	.tk-lead-block__figure-caption {
		padding: 0 17%;
		font-size: .875rem;
		line-height: 1.42857
	}
}

.tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after,
.tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after,
.tk-lead-block--kimono-left .tk-lead-block__white-box:before,
.tk-lead-block--kimono-left-end .tk-lead-block__white-box:before,
.tk-lead-block--kimono-left-start .tk-lead-block__white-box:before,
.tk-lead-block--kimono-right .tk-lead-block__white-box:after,
.tk-lead-block--kimono-right-end .tk-lead-block__white-box:after,
.tk-lead-block--kimono-right-start .tk-lead-block__white-box:after,
.tk-lead-block--kimono-top-end .tk-lead-block__picture:before,
.tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: cover
}

.tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after,
.tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after,
.tk-lead-block--kimono-top-end .tk-lead-block__picture:before,
.tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
	width: 75%;
	max-width: 620px;
	background-image: url(/d3images/kimono-layer/lead-block-kimono-horizontal.svg)
}

@media (max-width:575.98px) {
	.tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after,
	.tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after,
	.tk-lead-block--kimono-top-end .tk-lead-block__picture:before,
	.tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
		height: 40px
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after,
	.tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after,
	.tk-lead-block--kimono-top-end .tk-lead-block__picture:before,
	.tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
		height: 50px
	}
}

@media (min-width:768px) {
	.tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after,
	.tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after,
	.tk-lead-block--kimono-top-end .tk-lead-block__picture:before,
	.tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
		height: 70px
	}
}

.tk-lead-block--kimono-left .tk-lead-block__white-box:before,
.tk-lead-block--kimono-left-end .tk-lead-block__white-box:before,
.tk-lead-block--kimono-left-start .tk-lead-block__white-box:before,
.tk-lead-block--kimono-right .tk-lead-block__white-box:after,
.tk-lead-block--kimono-right-end .tk-lead-block__white-box:after,
.tk-lead-block--kimono-right-start .tk-lead-block__white-box:after {
	background-position-y: bottom;
	width: 36px;
	height: 100%;
	background-image: url(/d3images/kimono-layer/lead-block-kimono-vertical.svg)
}

@media (max-width:575.98px) {
	.tk-lead-block--kimono-top-end,
	.tk-lead-block--kimono-top-start {
		padding-top: 40px
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.tk-lead-block--kimono-top-end,
	.tk-lead-block--kimono-top-start {
		padding-top: 50px
	}
}

@media (min-width:768px) {
	.tk-lead-block--kimono-top-end,
	.tk-lead-block--kimono-top-start {
		padding-top: 70px
	}
}

@media (max-width:575.98px) {
	.tk-lead-block--kimono-bottom-end,
	.tk-lead-block--kimono-bottom-start {
		margin-bottom: 40px
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.tk-lead-block--kimono-bottom-end,
	.tk-lead-block--kimono-bottom-start {
		margin-bottom: 50px
	}
}

@media (min-width:768px) {
	.tk-lead-block--kimono-bottom-end,
	.tk-lead-block--kimono-bottom-start {
		margin-bottom: 70px
	}
}

.tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
	left: 0
}

@media (max-width:575.98px) {
	.tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
		top: -40px
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
		top: -50px
	}
}

@media (min-width:768px) {
	.tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
		top: -70px
	}
}

.tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after {
	left: 0
}

@media (max-width:575.98px) {
	.tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after {
		bottom: -40px
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after {
		bottom: -50px
	}
}

@media (min-width:768px) {
	.tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after {
		bottom: -70px
	}
}

.tk-lead-block--kimono-top-end .tk-lead-block__picture:before {
	right: 0
}

@media (max-width:575.98px) {
	.tk-lead-block--kimono-top-end .tk-lead-block__picture:before {
		top: -40px
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.tk-lead-block--kimono-top-end .tk-lead-block__picture:before {
		top: -50px
	}
}

@media (min-width:768px) {
	.tk-lead-block--kimono-top-end .tk-lead-block__picture:before {
		top: -70px
	}
}

.tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after {
	right: 0
}

@media (max-width:575.98px) {
	.tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after {
		bottom: -40px
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after {
		bottom: -50px
	}
}

@media (min-width:768px) {
	.tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after {
		bottom: -70px
	}
}

.tk-lead-block--kimono-left-start .tk-lead-block__white-box:before {
	top: 0;
	left: 0;
	z-index: 1
}

.tk-lead-block--kimono-right-start .tk-lead-block__white-box:after {
	top: 0;
	right: 0;
	z-index: 1
}

.tk-lead-block--kimono-left-end .tk-lead-block__white-box:before {
	bottom: 0;
	left: 0;
	z-index: 1
}

.tk-lead-block--kimono-right-end .tk-lead-block__white-box:after {
	bottom: 0;
	right: 0;
	z-index: 1
}

.tk-lead-block--kimono-left .tk-lead-block__white-box:before {
	top: 0;
	left: 0;
	z-index: 1
}

.tk-lead-block--kimono-right .tk-lead-block__white-box:after {
	top: 0;
	right: 0;
	z-index: 1
}

.tk-lead-block--bottom-margin {
	margin-bottom: 60px
}

@media (max-width:767.98px) {
	.tk-lead-block--bottom-margin {
		margin-bottom: 30px
	}
}

@media (max-width:767.98px) {
	.tk-lead-block--mobile-full-width .tk-lead-block__picture {
		width: 100vw
	}
}

@media (min-width:768px) {
	.tk-lead-block--desktop-centered .tk-lead-block__picture {
		left: -10px;
		width: calc(100% + 20px)
	}
}

@media (min-width:992px) {
	.tk-lead-block--desktop-centered .tk-lead-block__picture {
		left: -12px;
		width: calc(100% + 24px)
	}
}

@media (min-width:1260px) {
	.tk-lead-block--desktop-centered .tk-lead-block__picture {
		left: -9px;
		width: calc(100% + 18px)
	}
}

@media (min-width:1456px) {
	.tk-lead-block--desktop-centered .tk-lead-block__picture {
		left: -58px;
		width: calc(100% + 116px)
	}
}

@media (min-width:768px) {
	.tk-lead-block--desktop-right-aligned .tk-lead-block__picture {
		left: 0
	}
}

.tk-lead-block--desktop-right-aligned .tk-lead-block__white-box--left {
	left: 0
}

@media (min-width:768px) {
	.tk-lead-block--desktop-left-aligned .tk-lead-block__picture {
		right: 0
	}
}

.tk-lead-block--desktop-left-aligned .tk-lead-block__white-box--right {
	right: 0
}

@media (min-width:992px) {
	section:not(.tk-section--no-header-bottom-margin) .tk-lead-block--kimono-left .tk-lead-block__white-box,
	section:not(.tk-section--no-header-bottom-margin) .tk-lead-block--kimono-left-end .tk-lead-block__white-box,
	section:not(.tk-section--no-header-bottom-margin) .tk-lead-block--kimono-left-start .tk-lead-block__white-box,
	section:not(.tk-section--no-header-bottom-margin) .tk-lead-block--kimono-right .tk-lead-block__white-box,
	section:not(.tk-section--no-header-bottom-margin) .tk-lead-block--kimono-right-end .tk-lead-block__white-box,
	section:not(.tk-section--no-header-bottom-margin) .tk-lead-block--kimono-right-start .tk-lead-block__white-box {
		top: calc(50% + 41px)
	}
}

@media (min-width:992px) {
	.tk-section--no-header-bottom-margin .tk-lead-block__header {
		margin-bottom: 0
	}
}

.tokyo2020--paralympics .tk-lead-block--kimono-bottom-end .tk-lead-block__picture::after,
.tokyo2020--paralympics .tk-lead-block--kimono-bottom-start .tk-lead-block__picture::after,
.tokyo2020--paralympics .tk-lead-block--kimono-top-end .tk-lead-block__picture::before,
.tokyo2020--paralympics .tk-lead-block--kimono-top-start .tk-lead-block__picture::before {
	background-image: url(/d3images/kimono-layer/lead-block-kimono-horizontal--para.svg)
}

.tokyo2020--paralympics .tk-lead-block__white-box--right::after {
	background-image: url(/d3images/kimono-layer/lead-block-kimono-vertical--para.svg)
}

@media (max-width:991.98px) {
	.tokyo2020--torch-relay-olympics.ismob .tk-lead-block__picture {
		margin-top: 0
	}
}

@media (max-width:991.98px) {
	.tokyo2020--torch-relay-paralympics.ismob .tk-lead-block__picture {
		margin-top: 0
	}
}

.tk-lead-video-block {
	position: relative
}

.tk-lead-video-block__picture {
	position: relative;
	display: block;
	width: 95vw;
	left: -8px
}

@media (min-width:576px) {
	.tk-lead-video-block__picture {
		left: calc((100vw - 540px + 16px)/ -2)
	}
}

@media (min-width:768px) {
	.tk-lead-video-block__picture {
		left: -20px;
		width: calc(100% + 20px)
	}
}

@media (min-width:992px) {
	.tk-lead-video-block__picture {
		left: -24px;
		width: calc(100% + 24px)
	}
}

@media (min-width:1260px) {
	.tk-lead-video-block__picture {
		left: -18px;
		width: calc(100% + 18px)
	}
}

@media (min-width:1456px) {
	.tk-lead-video-block__picture {
		left: -116px;
		width: calc(100% + 116px)
	}
}

.tk-lead-video-block__picture::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\e013";
	font-family: tokyo2020-icons;
	font-size: 1.625rem;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	-webkit-font-variant-ligatures: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 400;
	height: 5rem;
	width: 5rem;
	padding: 21px;
	text-align: center;
	background-color: rgba(0, 0, 0, .6);
	vertical-align: middle;
	color: #fff
}

@media (max-width:767.98px) {
	.tk-lead-video-block__picture::before {
		font-size: 1rem;
		height: 2.875rem;
		width: 2.875rem;
		padding: 10px
	}
}

.tk-lead-video-block__img {
	width: 100%
}

.tk-lead-video-block__figure-caption {
	margin-top: 10px;
	padding: 0 12px;
	font-size: .75rem;
	line-height: 1.5;
	color: #6f6f6f
}

@media (min-width:992px) {
	.tk-lead-video-block__figure-caption {
		padding: 0 17%;
		font-size: .875rem;
		line-height: 1.42857
	}
}

.tk-video-block {
	position: relative
}

.tk-video-block__picture {
	position: relative;
	display: block;
	width: 95vw;
	left: -8px
}

@media (min-width:576px) {
	.tk-video-block__picture {
		left: calc((100vw - 540px + 16px)/ -2)
	}
}

@media (min-width:768px) {
	.tk-video-block__picture {
		left: -20px;
		width: calc(100% + 20px)
	}
}

@media (min-width:992px) {
	.tk-video-block__picture {
		left: -24px;
		width: calc(100% + 24px)
	}
}

@media (min-width:1260px) {
	.tk-video-block__picture {
		left: -18px;
		width: calc(100% + 18px)
	}
}

@media (min-width:1456px) {
	.tk-video-block__picture {
		left: -116px;
		width: calc(100% + 116px)
	}
}

.tk-video-block__img {
	width: 100%
}

.tk-video-block__figure-caption {
	margin-top: 10px;
	padding: 0 12px;
	font-size: .75rem;
	line-height: 1.5;
	color: #6f6f6f
}

@media (min-width:992px) {
	.tk-video-block__figure-caption {
		padding: 0 17%;
		font-size: .875rem;
		line-height: 1.42857
	}
}

.tk-video-block__duration {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 8px
}

@media (max-width:767.98px) {
	.tk-video-block__duration {
		font-size: .75rem
	}
}

.tk-white-box {
	background: #fff;
	padding: 24px;
	max-height: 21.25rem
}

@media (min-width:768px) {
	.tk-white-box {
		padding: 40px;
		max-height: 20rem
	}
}

@media (min-width:992px) {
	.tk-white-box {
		max-height: 21.875rem
	}
}

@media (min-width:1260px) {
	.tk-white-box {
		max-height: 28.125rem
	}
}

@media (min-width:1456px) {
	.tk-white-box {
		max-height: 34.375rem
	}
}

.tk-white-box__ceremony {
	width: 260px;
	font-weight: 700
}

.tk-white-box__ceremony-name {
	font-size: 1.5rem
}

.tk-white-box__ceremony-date {
	font-size: 1.25rem;
	color: #856a47
}

.tk-white-box__ceremony-venue {
	text-decoration: underline;
	-webkit-text-decoration-color: #b11d33;
	text-decoration-color: #b11d33;
	font-weight: 700;
	padding-left: 0;
	margin: 16px 0 0
}

.tk-white-box__ceremony-venue:focus,
.tk-white-box__ceremony-venue:hover {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	color: #1a1a1a
}

.tk-white-box__ceremony-button {
	margin-top: 25px;
	width: 100%;
	padding: 8px;
	text-align: center;
	background-color: #b11d33;
	font-size: .875rem;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer
}

.tk-white-box__ceremony-button:focus,
.tk-white-box__ceremony-button:hover {
	color: #fff;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #db2641
}

@media (max-width:767.98px) {
	.tk-white-box__ceremony {
		width: 100%
	}
}

.tk-white-box__venue-directions {
	padding-bottom: 20px
}

.tk-white-box__venue-directions .tk-link__container {
	padding: 20px 60px 12px 0
}

.tk-white-box__venue-address-label {
	font-weight: 600;
	font-size: .875rem;
	line-height: 1;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: #856a47;
	text-transform: uppercase
}

.tk-white-box__venue-address-info {
	font-weight: 700;
	font-size: .875rem
}

.tk-white-box__cultural-event {
	max-height: 29.0625rem
}

.tk-white-box__cultural-event-when-container,
.tk-white-box__cultural-event-where-container {
	padding-bottom: 35px
}

.tk-white-box__cultural-event-external-link {
	padding-bottom: 0
}

.tk-white-box__cultural-event-when,
.tk-white-box__cultural-event-where {
	font-weight: 600;
	font-size: 1rem;
	line-height: 28px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: #856a47;
	text-transform: uppercase
}

.tk-white-box__cultural-event-date {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 28px
}

.tk-white-box__cultural-event-address,
.tk-white-box__cultural-event-venue-name {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 28px
}

.tk-white-box__cultural-event-address a,
.tk-white-box__cultural-event-venue-name a {
	color: #000;
	position: relative
}

.tk-white-box__cultural-event-address a:hover,
.tk-white-box__cultural-event-venue-name a:hover {
	-webkit-text-decoration-color: #8b2030;
	text-decoration-color: #8b2030
}

.tk-white-box__cultural-event-time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #676767;
	font-size: .75rem;
	line-height: 28px
}

.tk-white-box__cultural-event-date,
.tk-white-box__cultural-event-time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-white-box__cultural-event-date--separator,
.tk-white-box__cultural-event-time--separator {
	padding: 0 5px
}

@media (max-width:1259.98px) {
	.tk-white-box__cultural-event {
		max-height: 100%
	}
	.tk-white-box__cultural-event.tk-white-box--cultural-event {
		padding: 40px 76px 40px 24px
	}
	.tk-white-box__cultural-event-container,
	.tk-white-box__cultural-event-directions {
		padding-bottom: 15px
	}
}

@media (max-width:991.98px) {
	.tk-white-box__cultural-event.tk-white-box--cultural-event {
		padding: 24px 76px 24px 24px
	}
}

.tk-white-box__button {
	width: 100%;
	padding: 8px;
	text-align: center;
	background-color: #b11d33;
	font-size: .875rem;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	font-weight: 700
}

.tk-white-box__button:focus,
.tk-white-box__button:hover {
	color: #fff;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #db2641
}

.tk-white-box__button--disabled {
	color: #141414;
	cursor: not-allowed;
	background-color: #ea7d8d
}

.tk-white-box__button--disabled:focus,
.tk-white-box__button--disabled:hover {
	background-color: #ea7d8d
}

.tk-white-box--cultural-event,
.tk-white-box--venue {
	width: 21.75rem;
	margin-right: -36px;
	overflow: hidden;
	padding: 40px 76px 40px 40px
}

@media (max-width:767.98px) {
	.tk-white-box--cultural-event,
	.tk-white-box--venue {
		width: auto;
		max-width: 26.25rem;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:767.98px) {
	.tk-white-box--cultural-event,
	.tk-white-box--venue {
		padding: 24px 60px 24px 24px
	}
}

@media (max-width:575.98px) {
	.tk-white-box--ceremony {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		max-width: 22.25rem
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.tk-white-box--ceremony {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		max-width: 26.25rem
	}
}

.tokyo2020--paralympics .tk-white-box__ceremony-button {
	background-color: #f08f98;
	color: #000
}

.tokyo2020--paralympics .tk-white-box__ceremony-button:focus,
.tokyo2020--paralympics .tk-white-box__ceremony-button:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #f6bcc1
}

.tokyo2020--paralympics .tk-white-box__ceremony-button:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tokyo2020--paralympics .tk-white-box__ceremony-button:active {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-color: #ea626f
}

.tokyo2020--paralympics .tk-white-box__ceremony-venue {
	-webkit-text-decoration-color: #f08f98;
	text-decoration-color: #f08f98
}

.tokyo2020--paralympics .tk-white-box__button {
	background-color: #f08f98;
	color: #000
}

.tk-table {
	border-bottom: 1px solid #dadada
}

.tk-table__wrapper {
	margin-bottom: 32px
}

@media (min-width:768px) {
	.tk-table__wrapper {
		margin-bottom: 60px
	}
}

.tk-table caption {
	caption-side: top;
	padding: 1.125rem .75rem;
	border-top: 1px solid #dadada;
	font-size: 1rem;
	line-height: 1.375;
	font-weight: 700;
	background-color: #f9f9f9;
	color: #000
}

@media (min-width:768px) {
	.tk-table caption {
		font-size: 1.25rem;
		line-height: 1.2
	}
}

.tk-table td,
.tk-table th {
	padding: 1.25rem 1rem;
	font-size: .75rem
}

@media (min-width:768px) {
	.tk-table td,
	.tk-table th {
		font-size: .875rem
	}
}

.tk-table thead th {
	padding: .875rem 1rem .375rem;
	border-bottom: none
}

.tk-table tfoot tr {
	background-color: #f9f9f9
}

.tk-table tfoot td,
.tk-table tfoot th {
	padding: .875rem 1rem;
	font-weight: 600
}

@media (min-width:768px) {
	.tk-schedule .tk-table__wrapper {
		margin: 0 auto;
		max-width: 800px
	}
}

@media (max-width:767.98px) {
	.tk-schedule .tk-table__wrapper {
		margin-left: -8px;
		width: calc(100% + 16px)
	}
}

.tk-multicolumn-list__heading {
	color: #000;
	margin-bottom: 40px
}

.tk-multicolumn-list__item {
	margin-bottom: 4.375rem;
	list-style: none
}

.tk-multicolumn-list__item--title {
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 16px
}

.tk-multicolumn-list__item--content {
	width: 100%;
	padding-left: 10px;
	border-left: 2px solid rgba(159, 160, 160, .5)
}

.tk-multicolumn-list__item--content:not(:last-child) {
	padding-bottom: 16px
}

@media (min-width:992px) {
	.tk-multicolumn-list__item--content {
		margin: 0
	}
}

@media (max-width:767.98px) {
	.tk-multicolumn-list {
		padding: 18px
	}
	.tk-multicolumn-list__heading {
		margin-bottom: 25px
	}
	.tk-multicolumn-list__item {
		margin-bottom: 30px
	}
}

.tk-instructions-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tk-instructions-title__icon {
	position: relative
}

.tk-instructions-title__icon--dotted {
	margin-right: 12px;
	font-size: 1.25rem;
	width: 3.125rem;
	height: 3.125rem;
	border: 1px dashed #676767;
	border-radius: 50%
}

.tk-instructions-title__icon--info {
	margin-right: 12px;
	font-size: 1.625rem;
	width: 1.625rem;
	height: 1.625rem
}

.tk-instructions-title__icon [class^=tk-icon-]::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width:768px) {
	.tk-instructions-title__icon--dotted {
		margin-right: 16px;
		font-size: 1.875rem;
		width: 3.75rem;
		height: 3.75rem
	}
}

.tk-instructions-title__title {
	margin: 0
}

.tk-instructions-title__text {
	margin: 0;
	font-size: 1.5rem
}

.tk-instructions-title__text--bold {
	font-weight: 700
}

.tk-instructions-title__text--small {
	font-size: .75rem
}

@media (max-width:767.98px) {
	.tk-instructions-title__text {
		font-size: 1rem
	}
}

.tk-gallery-slider .tk-card-slider__item,
.tk-gallery-slider .tk-gallery-slider__item,
.tk-gallery-slider .tk-mascots-slider__card,
.tk-gallery-slider .tk-venues-slider__item {
	list-style: none;
	width: auto;
	height: auto;
	background-color: #141414
}

.tk-gallery-slider .swiper-slide-next.tk-card-slider__item .tk-gallery-slider__photo,
.tk-gallery-slider .swiper-slide-next.tk-gallery-slider__item .tk-gallery-slider__photo,
.tk-gallery-slider .swiper-slide-next.tk-mascots-slider__card .tk-gallery-slider__photo,
.tk-gallery-slider .swiper-slide-next.tk-venues-slider__item .tk-gallery-slider__photo,
.tk-gallery-slider .swiper-slide-prev.tk-card-slider__item .tk-gallery-slider__photo,
.tk-gallery-slider .swiper-slide-prev.tk-gallery-slider__item .tk-gallery-slider__photo,
.tk-gallery-slider .swiper-slide-prev.tk-mascots-slider__card .tk-gallery-slider__photo,
.tk-gallery-slider .swiper-slide-prev.tk-venues-slider__item .tk-gallery-slider__photo {
	opacity: .5
}

.tk-card-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
.tk-card-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
.tk-card-slider .tk-gallery-slider .tk-card-slider__next,
.tk-card-slider .tk-gallery-slider .tk-card-slider__prev,
.tk-card-slider .tk-gallery-slider .tk-gallery-slider__next,
.tk-card-slider .tk-gallery-slider .tk-gallery-slider__prev,
.tk-card-slider .tk-gallery-slider .tk-homepage__slider-next,
.tk-card-slider .tk-gallery-slider .tk-homepage__slider-prev,
.tk-card-slider .tk-gallery-slider .tk-mascots-slider-next,
.tk-card-slider .tk-gallery-slider .tk-mascots-slider-prev,
.tk-card-slider .tk-gallery-slider .tk-mascots-slider__next,
.tk-card-slider .tk-gallery-slider .tk-mascots-slider__prev,
.tk-card-slider .tk-gallery-slider .tk-venues-slider__next,
.tk-card-slider .tk-gallery-slider .tk-venues-slider__prev,
.tk-card-slider--external .tk-card-slider .tk-gallery-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-card-slider .tk-gallery-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-homepage__slider .tk-gallery-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-homepage__slider .tk-gallery-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-mascots-slider .tk-gallery-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-mascots-slider .tk-gallery-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-venues-slider .tk-gallery-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-venues-slider .tk-gallery-slider .tk-card-slider__prev--external,
.tk-cardsgroup__morewrapper .tk-gallery-slider .tk-cardsgroup__more,
.tk-gallery-slider .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-gallery-slider .tk-card-slider .tk-card-slider__next,
.tk-gallery-slider .tk-card-slider .tk-card-slider__prev,
.tk-gallery-slider .tk-card-slider .tk-gallery-slider__next,
.tk-gallery-slider .tk-card-slider .tk-gallery-slider__prev,
.tk-gallery-slider .tk-card-slider .tk-homepage__slider-next,
.tk-gallery-slider .tk-card-slider .tk-homepage__slider-prev,
.tk-gallery-slider .tk-card-slider .tk-mascots-slider-next,
.tk-gallery-slider .tk-card-slider .tk-mascots-slider-prev,
.tk-gallery-slider .tk-card-slider .tk-mascots-slider__next,
.tk-gallery-slider .tk-card-slider .tk-mascots-slider__prev,
.tk-gallery-slider .tk-card-slider .tk-venues-slider__next,
.tk-gallery-slider .tk-card-slider .tk-venues-slider__prev,
.tk-gallery-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external,
.tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-gallery-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
.tk-gallery-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-gallery-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
.tk-gallery-slider .tk-card-slider__next,
.tk-gallery-slider .tk-card-slider__prev,
.tk-gallery-slider .tk-cardsgroup__morewrapper .tk-cardsgroup__more,
.tk-gallery-slider .tk-gallery-caption__fullscreen-btn,
.tk-gallery-slider .tk-gallery-caption__info-btn,
.tk-gallery-slider .tk-gallery-slider__next,
.tk-gallery-slider .tk-gallery-slider__prev,
.tk-gallery-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-gallery-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-gallery-slider .tk-homepage__slider .tk-card-slider__next,
.tk-gallery-slider .tk-homepage__slider .tk-card-slider__prev,
.tk-gallery-slider .tk-homepage__slider .tk-gallery-slider__next,
.tk-gallery-slider .tk-homepage__slider .tk-gallery-slider__prev,
.tk-gallery-slider .tk-homepage__slider .tk-homepage__slider-next,
.tk-gallery-slider .tk-homepage__slider .tk-homepage__slider-prev,
.tk-gallery-slider .tk-homepage__slider .tk-mascots-slider-next,
.tk-gallery-slider .tk-homepage__slider .tk-mascots-slider-prev,
.tk-gallery-slider .tk-homepage__slider .tk-mascots-slider__next,
.tk-gallery-slider .tk-homepage__slider .tk-mascots-slider__prev,
.tk-gallery-slider .tk-homepage__slider .tk-venues-slider__next,
.tk-gallery-slider .tk-homepage__slider .tk-venues-slider__prev,
.tk-gallery-slider .tk-homepage__slider-next,
.tk-gallery-slider .tk-homepage__slider-prev,
.tk-gallery-slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-gallery-slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-gallery-slider .tk-mascots-slider .tk-card-slider__next,
.tk-gallery-slider .tk-mascots-slider .tk-card-slider__prev,
.tk-gallery-slider .tk-mascots-slider .tk-gallery-slider__next,
.tk-gallery-slider .tk-mascots-slider .tk-gallery-slider__prev,
.tk-gallery-slider .tk-mascots-slider .tk-homepage__slider-next,
.tk-gallery-slider .tk-mascots-slider .tk-homepage__slider-prev,
.tk-gallery-slider .tk-mascots-slider .tk-mascots-slider-next,
.tk-gallery-slider .tk-mascots-slider .tk-mascots-slider-prev,
.tk-gallery-slider .tk-mascots-slider .tk-mascots-slider__next,
.tk-gallery-slider .tk-mascots-slider .tk-mascots-slider__prev,
.tk-gallery-slider .tk-mascots-slider .tk-venues-slider__next,
.tk-gallery-slider .tk-mascots-slider .tk-venues-slider__prev,
.tk-gallery-slider .tk-mascots-slider-next,
.tk-gallery-slider .tk-mascots-slider-prev,
.tk-gallery-slider .tk-mascots-slider__next,
.tk-gallery-slider .tk-mascots-slider__prev,
.tk-gallery-slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-gallery-slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-gallery-slider .tk-venues-slider .tk-card-slider__next,
.tk-gallery-slider .tk-venues-slider .tk-card-slider__prev,
.tk-gallery-slider .tk-venues-slider .tk-gallery-slider__next,
.tk-gallery-slider .tk-venues-slider .tk-gallery-slider__prev,
.tk-gallery-slider .tk-venues-slider .tk-homepage__slider-next,
.tk-gallery-slider .tk-venues-slider .tk-homepage__slider-prev,
.tk-gallery-slider .tk-venues-slider .tk-mascots-slider-next,
.tk-gallery-slider .tk-venues-slider .tk-mascots-slider-prev,
.tk-gallery-slider .tk-venues-slider .tk-mascots-slider__next,
.tk-gallery-slider .tk-venues-slider .tk-mascots-slider__prev,
.tk-gallery-slider .tk-venues-slider .tk-venues-slider__next,
.tk-gallery-slider .tk-venues-slider .tk-venues-slider__prev,
.tk-gallery-slider .tk-venues-slider__next,
.tk-gallery-slider .tk-venues-slider__prev,
.tk-gallery-slider .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-gallery-slider .tokyo2020--olympics .tk-omega-clock-right,
.tk-gallery-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-gallery-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link,
.tk-gallery-slider .tokyo2020--paralympics .tk-omega-clock-right,
.tk-gallery-slider .tokyo2020--paralympics .tk-torch__container-viewall-link,
.tk-gallery-slider .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-gallery-slider .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-homepage__slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
.tk-homepage__slider .tk-gallery-slider .tk-card-slider__next,
.tk-homepage__slider .tk-gallery-slider .tk-card-slider__prev,
.tk-homepage__slider .tk-gallery-slider .tk-gallery-slider__next,
.tk-homepage__slider .tk-gallery-slider .tk-gallery-slider__prev,
.tk-homepage__slider .tk-gallery-slider .tk-homepage__slider-next,
.tk-homepage__slider .tk-gallery-slider .tk-homepage__slider-prev,
.tk-homepage__slider .tk-gallery-slider .tk-mascots-slider-next,
.tk-homepage__slider .tk-gallery-slider .tk-mascots-slider-prev,
.tk-homepage__slider .tk-gallery-slider .tk-mascots-slider__next,
.tk-homepage__slider .tk-gallery-slider .tk-mascots-slider__prev,
.tk-homepage__slider .tk-gallery-slider .tk-venues-slider__next,
.tk-homepage__slider .tk-gallery-slider .tk-venues-slider__prev,
.tk-mascots-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
.tk-mascots-slider .tk-gallery-slider .tk-card-slider__next,
.tk-mascots-slider .tk-gallery-slider .tk-card-slider__prev,
.tk-mascots-slider .tk-gallery-slider .tk-gallery-slider__next,
.tk-mascots-slider .tk-gallery-slider .tk-gallery-slider__prev,
.tk-mascots-slider .tk-gallery-slider .tk-homepage__slider-next,
.tk-mascots-slider .tk-gallery-slider .tk-homepage__slider-prev,
.tk-mascots-slider .tk-gallery-slider .tk-mascots-slider-next,
.tk-mascots-slider .tk-gallery-slider .tk-mascots-slider-prev,
.tk-mascots-slider .tk-gallery-slider .tk-mascots-slider__next,
.tk-mascots-slider .tk-gallery-slider .tk-mascots-slider__prev,
.tk-mascots-slider .tk-gallery-slider .tk-venues-slider__next,
.tk-mascots-slider .tk-gallery-slider .tk-venues-slider__prev,
.tk-venues-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
.tk-venues-slider .tk-gallery-slider .tk-card-slider__next,
.tk-venues-slider .tk-gallery-slider .tk-card-slider__prev,
.tk-venues-slider .tk-gallery-slider .tk-gallery-slider__next,
.tk-venues-slider .tk-gallery-slider .tk-gallery-slider__prev,
.tk-venues-slider .tk-gallery-slider .tk-homepage__slider-next,
.tk-venues-slider .tk-gallery-slider .tk-homepage__slider-prev,
.tk-venues-slider .tk-gallery-slider .tk-mascots-slider-next,
.tk-venues-slider .tk-gallery-slider .tk-mascots-slider-prev,
.tk-venues-slider .tk-gallery-slider .tk-mascots-slider__next,
.tk-venues-slider .tk-gallery-slider .tk-mascots-slider__prev,
.tk-venues-slider .tk-gallery-slider .tk-venues-slider__next,
.tk-venues-slider .tk-gallery-slider .tk-venues-slider__prev,
.tokyo2020--olympics .tk-cardsgroup .tk-gallery-slider .tk-cardsgroup__more,
.tokyo2020--olympics .tk-gallery-slider .tk-omega-clock-right,
.tokyo2020--paralympics .tk-cardsgroup .tk-gallery-slider .tk-cardsgroup__more,
.tokyo2020--paralympics .tk-cardsgroup .tk-gallery-slider .tk-cardsgroup__viewall-link,
.tokyo2020--paralympics .tk-gallery-slider .tk-omega-clock-right,
.tokyo2020--paralympics .tk-gallery-slider .tk-torch__container-viewall-link,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-gallery-slider .tk-cardsgroup__more,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-gallery-slider .tk-cardsgroup__more {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: 0 0
}

.tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
.tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-gallery-slider .tk-card-slider__next,
.tk-gallery-slider .tk-card-slider__prev,
.tk-gallery-slider .tk-gallery-slider__next,
.tk-gallery-slider .tk-gallery-slider__prev,
.tk-gallery-slider .tk-homepage__slider-next,
.tk-gallery-slider .tk-homepage__slider-prev,
.tk-gallery-slider .tk-mascots-slider-next,
.tk-gallery-slider .tk-mascots-slider-prev,
.tk-gallery-slider .tk-mascots-slider__next,
.tk-gallery-slider .tk-mascots-slider__prev,
.tk-gallery-slider .tk-venues-slider__next,
.tk-gallery-slider .tk-venues-slider__prev {
	font-size: .875rem;
	line-height: 1;
	font-weight: 700;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin-top: 0;
	width: 2.75rem;
	height: 5.25rem
}

@media (min-width:768px) {
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-gallery-slider .tk-card-slider__next,
	.tk-gallery-slider .tk-card-slider__prev,
	.tk-gallery-slider .tk-gallery-slider__next,
	.tk-gallery-slider .tk-gallery-slider__prev,
	.tk-gallery-slider .tk-homepage__slider-next,
	.tk-gallery-slider .tk-homepage__slider-prev,
	.tk-gallery-slider .tk-mascots-slider-next,
	.tk-gallery-slider .tk-mascots-slider-prev,
	.tk-gallery-slider .tk-mascots-slider__next,
	.tk-gallery-slider .tk-mascots-slider__prev,
	.tk-gallery-slider .tk-venues-slider__next,
	.tk-gallery-slider .tk-venues-slider__prev {
		width: 2.25rem;
		height: 2.25rem;
		margin-top: -3.25rem;
		border-radius: 50%;
		background: #fff;
		color: #856a47;
		-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		border: 1px solid #dadada
	}
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:focus,
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:hover,
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:focus,
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:hover,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:focus,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:hover,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:hover,
	.tk-gallery-slider .tk-card-slider__next:focus,
	.tk-gallery-slider .tk-card-slider__next:hover,
	.tk-gallery-slider .tk-card-slider__prev:focus,
	.tk-gallery-slider .tk-card-slider__prev:hover,
	.tk-gallery-slider .tk-gallery-slider__next:focus,
	.tk-gallery-slider .tk-gallery-slider__next:hover,
	.tk-gallery-slider .tk-gallery-slider__prev:focus,
	.tk-gallery-slider .tk-gallery-slider__prev:hover,
	.tk-gallery-slider .tk-homepage__slider-next:focus,
	.tk-gallery-slider .tk-homepage__slider-next:hover,
	.tk-gallery-slider .tk-homepage__slider-prev:focus,
	.tk-gallery-slider .tk-homepage__slider-prev:hover,
	.tk-gallery-slider .tk-mascots-slider-next:focus,
	.tk-gallery-slider .tk-mascots-slider-next:hover,
	.tk-gallery-slider .tk-mascots-slider-prev:focus,
	.tk-gallery-slider .tk-mascots-slider-prev:hover,
	.tk-gallery-slider .tk-mascots-slider__next:focus,
	.tk-gallery-slider .tk-mascots-slider__next:hover,
	.tk-gallery-slider .tk-mascots-slider__prev:focus,
	.tk-gallery-slider .tk-mascots-slider__prev:hover,
	.tk-gallery-slider .tk-venues-slider__next:focus,
	.tk-gallery-slider .tk-venues-slider__next:hover,
	.tk-gallery-slider .tk-venues-slider__prev:focus,
	.tk-gallery-slider .tk-venues-slider__prev:hover {
		-webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2)
	}
}

@media (min-width:992px) {
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-gallery-slider .tk-card-slider__next,
	.tk-gallery-slider .tk-card-slider__prev,
	.tk-gallery-slider .tk-gallery-slider__next,
	.tk-gallery-slider .tk-gallery-slider__prev,
	.tk-gallery-slider .tk-homepage__slider-next,
	.tk-gallery-slider .tk-homepage__slider-prev,
	.tk-gallery-slider .tk-mascots-slider-next,
	.tk-gallery-slider .tk-mascots-slider-prev,
	.tk-gallery-slider .tk-mascots-slider__next,
	.tk-gallery-slider .tk-mascots-slider__prev,
	.tk-gallery-slider .tk-venues-slider__next,
	.tk-gallery-slider .tk-venues-slider__prev {
		width: 2.875rem;
		height: 2.875rem;
		margin-top: -3.5625rem
	}
}

@media (min-width:1260px) {
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-gallery-slider .tk-card-slider__next,
	.tk-gallery-slider .tk-card-slider__prev,
	.tk-gallery-slider .tk-gallery-slider__next,
	.tk-gallery-slider .tk-gallery-slider__prev,
	.tk-gallery-slider .tk-homepage__slider-next,
	.tk-gallery-slider .tk-homepage__slider-prev,
	.tk-gallery-slider .tk-mascots-slider-next,
	.tk-gallery-slider .tk-mascots-slider-prev,
	.tk-gallery-slider .tk-mascots-slider__next,
	.tk-gallery-slider .tk-mascots-slider__prev,
	.tk-gallery-slider .tk-venues-slider__next,
	.tk-gallery-slider .tk-venues-slider__prev {
		width: 3.75rem;
		height: 3.75rem;
		margin-top: -4rem
	}
}

@media (max-width:767.98px) {
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-gallery-slider .tk-card-slider__prev,
	.tk-gallery-slider .tk-gallery-slider__prev,
	.tk-gallery-slider .tk-homepage__slider-prev,
	.tk-gallery-slider .tk-mascots-slider-prev,
	.tk-gallery-slider .tk-mascots-slider__prev,
	.tk-gallery-slider .tk-venues-slider__prev {
		top: 0;
		left: 50%;
		margin-left: -4.8125rem
	}
}

@media (min-width:768px) {
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-gallery-slider .tk-card-slider__prev,
	.tk-gallery-slider .tk-gallery-slider__prev,
	.tk-gallery-slider .tk-homepage__slider-prev,
	.tk-gallery-slider .tk-mascots-slider-prev,
	.tk-gallery-slider .tk-mascots-slider__prev,
	.tk-gallery-slider .tk-venues-slider__prev {
		left: 10px;
		right: auto
	}
}

@media (max-width:767.98px) {
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-gallery-slider .tk-card-slider__next,
	.tk-gallery-slider .tk-gallery-slider__next,
	.tk-gallery-slider .tk-homepage__slider-next,
	.tk-gallery-slider .tk-mascots-slider-next,
	.tk-gallery-slider .tk-mascots-slider__next,
	.tk-gallery-slider .tk-venues-slider__next {
		top: 0;
		right: 50%;
		margin-right: -4.8125rem
	}
}

@media (min-width:768px) {
	.tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
	.tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-gallery-slider .tk-card-slider__next,
	.tk-gallery-slider .tk-gallery-slider__next,
	.tk-gallery-slider .tk-homepage__slider-next,
	.tk-gallery-slider .tk-mascots-slider-next,
	.tk-gallery-slider .tk-mascots-slider__next,
	.tk-gallery-slider .tk-venues-slider__next {
		left: auto;
		right: 10px
	}
}

.tk-gallery-slider {
	overflow: visible
}

.tk-gallery-slider__sequence {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-gallery-slider__photo {
	display: inline;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

.tk-gallery-slider__photo img {
	width: 100%;
	height: auto;
	max-width: 90vw;
	max-height: 100vh
}

@media (min-width:768px) {
	.tk-gallery-slider__photo img {
		max-width: 100%;
		max-height: initial
	}
}

@media (max-width:767.98px) {
	.tk-gallery-slider__navigation {
		position: relative
	}
}

.tk-gallery-slider__caption {
	position: relative
}

@media (max-width:767.98px) {
	.tk-album--embedded .tk-gallery-slider__next,
	.tk-album--embedded .tk-gallery-slider__prev {
		height: 2.5rem;
		top: 5.25rem
	}
}

@media (min-width:768px) {
	.tk-album--embedded .tk-gallery-slider__next,
	.tk-album--embedded .tk-gallery-slider__prev {
		margin-top: -5.75rem
	}
}

@media (min-width:992px) {
	.tk-album--embedded .tk-gallery-slider__next,
	.tk-album--embedded .tk-gallery-slider__prev {
		margin-top: -6.0625rem
	}
}

@media (min-width:1260px) {
	.tk-album--embedded .tk-gallery-slider__next,
	.tk-album--embedded .tk-gallery-slider__prev {
		margin-top: -6.5rem
	}
}

@media (min-width:768px) {
	.tk-album--embedded .tk-gallery-slider__prev {
		left: -133px
	}
}

@media (min-width:992px) {
	.tk-album--embedded .tk-gallery-slider__prev {
		left: -173px
	}
}

@media (min-width:1260px) {
	.tk-album--embedded .tk-gallery-slider__prev {
		left: -224px
	}
}

@media (min-width:768px) {
	.tk-album--embedded .tk-gallery-slider__next {
		right: -133px
	}
}

@media (min-width:992px) {
	.tk-album--embedded .tk-gallery-slider__next {
		right: -173px
	}
}

@media (min-width:1260px) {
	.tk-album--embedded .tk-gallery-slider__next {
		right: -224px
	}
}

.tk-card-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external,
.tk-card-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external,
.tk-card-slider .tk-gallery-caption .tk-card-slider__next,
.tk-card-slider .tk-gallery-caption .tk-card-slider__prev,
.tk-card-slider .tk-gallery-caption .tk-gallery-slider__next,
.tk-card-slider .tk-gallery-caption .tk-gallery-slider__prev,
.tk-card-slider .tk-gallery-caption .tk-homepage__slider-next,
.tk-card-slider .tk-gallery-caption .tk-homepage__slider-prev,
.tk-card-slider .tk-gallery-caption .tk-mascots-slider-next,
.tk-card-slider .tk-gallery-caption .tk-mascots-slider-prev,
.tk-card-slider .tk-gallery-caption .tk-mascots-slider__next,
.tk-card-slider .tk-gallery-caption .tk-mascots-slider__prev,
.tk-card-slider .tk-gallery-caption .tk-venues-slider__next,
.tk-card-slider .tk-gallery-caption .tk-venues-slider__prev,
.tk-card-slider--external .tk-card-slider .tk-gallery-caption .tk-card-slider__next--external,
.tk-card-slider--external .tk-card-slider .tk-gallery-caption .tk-card-slider__prev--external,
.tk-card-slider--external .tk-gallery-slider .tk-gallery-caption .tk-card-slider__next--external,
.tk-card-slider--external .tk-gallery-slider .tk-gallery-caption .tk-card-slider__prev--external,
.tk-card-slider--external .tk-homepage__slider .tk-gallery-caption .tk-card-slider__next--external,
.tk-card-slider--external .tk-homepage__slider .tk-gallery-caption .tk-card-slider__prev--external,
.tk-card-slider--external .tk-mascots-slider .tk-gallery-caption .tk-card-slider__next--external,
.tk-card-slider--external .tk-mascots-slider .tk-gallery-caption .tk-card-slider__prev--external,
.tk-card-slider--external .tk-venues-slider .tk-gallery-caption .tk-card-slider__next--external,
.tk-card-slider--external .tk-venues-slider .tk-gallery-caption .tk-card-slider__prev--external,
.tk-cardsgroup__morewrapper .tk-gallery-caption .tk-cardsgroup__more,
.tk-gallery-caption .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-gallery-caption .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-gallery-caption .tk-card-slider .tk-card-slider__next,
.tk-gallery-caption .tk-card-slider .tk-card-slider__prev,
.tk-gallery-caption .tk-card-slider .tk-gallery-slider__next,
.tk-gallery-caption .tk-card-slider .tk-gallery-slider__prev,
.tk-gallery-caption .tk-card-slider .tk-homepage__slider-next,
.tk-gallery-caption .tk-card-slider .tk-homepage__slider-prev,
.tk-gallery-caption .tk-card-slider .tk-mascots-slider-next,
.tk-gallery-caption .tk-card-slider .tk-mascots-slider-prev,
.tk-gallery-caption .tk-card-slider .tk-mascots-slider__next,
.tk-gallery-caption .tk-card-slider .tk-mascots-slider__prev,
.tk-gallery-caption .tk-card-slider .tk-venues-slider__next,
.tk-gallery-caption .tk-card-slider .tk-venues-slider__prev,
.tk-gallery-caption .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
.tk-gallery-caption .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external,
.tk-gallery-caption .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
.tk-gallery-caption .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
.tk-gallery-caption .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
.tk-gallery-caption .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
.tk-gallery-caption .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-gallery-caption .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-gallery-caption .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
.tk-gallery-caption .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
.tk-gallery-caption .tk-cardsgroup__morewrapper .tk-cardsgroup__more,
.tk-gallery-caption .tk-gallery-caption__fullscreen-btn,
.tk-gallery-caption .tk-gallery-caption__info-btn,
.tk-gallery-caption .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-gallery-caption .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-gallery-caption .tk-gallery-slider .tk-card-slider__next,
.tk-gallery-caption .tk-gallery-slider .tk-card-slider__prev,
.tk-gallery-caption .tk-gallery-slider .tk-gallery-slider__next,
.tk-gallery-caption .tk-gallery-slider .tk-gallery-slider__prev,
.tk-gallery-caption .tk-gallery-slider .tk-homepage__slider-next,
.tk-gallery-caption .tk-gallery-slider .tk-homepage__slider-prev,
.tk-gallery-caption .tk-gallery-slider .tk-mascots-slider-next,
.tk-gallery-caption .tk-gallery-slider .tk-mascots-slider-prev,
.tk-gallery-caption .tk-gallery-slider .tk-mascots-slider__next,
.tk-gallery-caption .tk-gallery-slider .tk-mascots-slider__prev,
.tk-gallery-caption .tk-gallery-slider .tk-venues-slider__next,
.tk-gallery-caption .tk-gallery-slider .tk-venues-slider__prev,
.tk-gallery-caption .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-gallery-caption .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-gallery-caption .tk-homepage__slider .tk-card-slider__next,
.tk-gallery-caption .tk-homepage__slider .tk-card-slider__prev,
.tk-gallery-caption .tk-homepage__slider .tk-gallery-slider__next,
.tk-gallery-caption .tk-homepage__slider .tk-gallery-slider__prev,
.tk-gallery-caption .tk-homepage__slider .tk-homepage__slider-next,
.tk-gallery-caption .tk-homepage__slider .tk-homepage__slider-prev,
.tk-gallery-caption .tk-homepage__slider .tk-mascots-slider-next,
.tk-gallery-caption .tk-homepage__slider .tk-mascots-slider-prev,
.tk-gallery-caption .tk-homepage__slider .tk-mascots-slider__next,
.tk-gallery-caption .tk-homepage__slider .tk-mascots-slider__prev,
.tk-gallery-caption .tk-homepage__slider .tk-venues-slider__next,
.tk-gallery-caption .tk-homepage__slider .tk-venues-slider__prev,
.tk-gallery-caption .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-gallery-caption .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-gallery-caption .tk-mascots-slider .tk-card-slider__next,
.tk-gallery-caption .tk-mascots-slider .tk-card-slider__prev,
.tk-gallery-caption .tk-mascots-slider .tk-gallery-slider__next,
.tk-gallery-caption .tk-mascots-slider .tk-gallery-slider__prev,
.tk-gallery-caption .tk-mascots-slider .tk-homepage__slider-next,
.tk-gallery-caption .tk-mascots-slider .tk-homepage__slider-prev,
.tk-gallery-caption .tk-mascots-slider .tk-mascots-slider-next,
.tk-gallery-caption .tk-mascots-slider .tk-mascots-slider-prev,
.tk-gallery-caption .tk-mascots-slider .tk-mascots-slider__next,
.tk-gallery-caption .tk-mascots-slider .tk-mascots-slider__prev,
.tk-gallery-caption .tk-mascots-slider .tk-venues-slider__next,
.tk-gallery-caption .tk-mascots-slider .tk-venues-slider__prev,
.tk-gallery-caption .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-gallery-caption .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-gallery-caption .tk-venues-slider .tk-card-slider__next,
.tk-gallery-caption .tk-venues-slider .tk-card-slider__prev,
.tk-gallery-caption .tk-venues-slider .tk-gallery-slider__next,
.tk-gallery-caption .tk-venues-slider .tk-gallery-slider__prev,
.tk-gallery-caption .tk-venues-slider .tk-homepage__slider-next,
.tk-gallery-caption .tk-venues-slider .tk-homepage__slider-prev,
.tk-gallery-caption .tk-venues-slider .tk-mascots-slider-next,
.tk-gallery-caption .tk-venues-slider .tk-mascots-slider-prev,
.tk-gallery-caption .tk-venues-slider .tk-mascots-slider__next,
.tk-gallery-caption .tk-venues-slider .tk-mascots-slider__prev,
.tk-gallery-caption .tk-venues-slider .tk-venues-slider__next,
.tk-gallery-caption .tk-venues-slider .tk-venues-slider__prev,
.tk-gallery-caption .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-gallery-caption .tokyo2020--olympics .tk-omega-clock-right,
.tk-gallery-caption .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-gallery-caption .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link,
.tk-gallery-caption .tokyo2020--paralympics .tk-omega-clock-right,
.tk-gallery-caption .tokyo2020--paralympics .tk-torch__container-viewall-link,
.tk-gallery-caption .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-gallery-caption .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-gallery-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external,
.tk-gallery-slider .tk-gallery-caption .tk-card-slider__next,
.tk-gallery-slider .tk-gallery-caption .tk-card-slider__prev,
.tk-gallery-slider .tk-gallery-caption .tk-gallery-slider__next,
.tk-gallery-slider .tk-gallery-caption .tk-gallery-slider__prev,
.tk-gallery-slider .tk-gallery-caption .tk-homepage__slider-next,
.tk-gallery-slider .tk-gallery-caption .tk-homepage__slider-prev,
.tk-gallery-slider .tk-gallery-caption .tk-mascots-slider-next,
.tk-gallery-slider .tk-gallery-caption .tk-mascots-slider-prev,
.tk-gallery-slider .tk-gallery-caption .tk-mascots-slider__next,
.tk-gallery-slider .tk-gallery-caption .tk-mascots-slider__prev,
.tk-gallery-slider .tk-gallery-caption .tk-venues-slider__next,
.tk-gallery-slider .tk-gallery-caption .tk-venues-slider__prev,
.tk-homepage__slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external,
.tk-homepage__slider .tk-gallery-caption .tk-card-slider__next,
.tk-homepage__slider .tk-gallery-caption .tk-card-slider__prev,
.tk-homepage__slider .tk-gallery-caption .tk-gallery-slider__next,
.tk-homepage__slider .tk-gallery-caption .tk-gallery-slider__prev,
.tk-homepage__slider .tk-gallery-caption .tk-homepage__slider-next,
.tk-homepage__slider .tk-gallery-caption .tk-homepage__slider-prev,
.tk-homepage__slider .tk-gallery-caption .tk-mascots-slider-next,
.tk-homepage__slider .tk-gallery-caption .tk-mascots-slider-prev,
.tk-homepage__slider .tk-gallery-caption .tk-mascots-slider__next,
.tk-homepage__slider .tk-gallery-caption .tk-mascots-slider__prev,
.tk-homepage__slider .tk-gallery-caption .tk-venues-slider__next,
.tk-homepage__slider .tk-gallery-caption .tk-venues-slider__prev,
.tk-mascots-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external,
.tk-mascots-slider .tk-gallery-caption .tk-card-slider__next,
.tk-mascots-slider .tk-gallery-caption .tk-card-slider__prev,
.tk-mascots-slider .tk-gallery-caption .tk-gallery-slider__next,
.tk-mascots-slider .tk-gallery-caption .tk-gallery-slider__prev,
.tk-mascots-slider .tk-gallery-caption .tk-homepage__slider-next,
.tk-mascots-slider .tk-gallery-caption .tk-homepage__slider-prev,
.tk-mascots-slider .tk-gallery-caption .tk-mascots-slider-next,
.tk-mascots-slider .tk-gallery-caption .tk-mascots-slider-prev,
.tk-mascots-slider .tk-gallery-caption .tk-mascots-slider__next,
.tk-mascots-slider .tk-gallery-caption .tk-mascots-slider__prev,
.tk-mascots-slider .tk-gallery-caption .tk-venues-slider__next,
.tk-mascots-slider .tk-gallery-caption .tk-venues-slider__prev,
.tk-venues-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external,
.tk-venues-slider .tk-gallery-caption .tk-card-slider__next,
.tk-venues-slider .tk-gallery-caption .tk-card-slider__prev,
.tk-venues-slider .tk-gallery-caption .tk-gallery-slider__next,
.tk-venues-slider .tk-gallery-caption .tk-gallery-slider__prev,
.tk-venues-slider .tk-gallery-caption .tk-homepage__slider-next,
.tk-venues-slider .tk-gallery-caption .tk-homepage__slider-prev,
.tk-venues-slider .tk-gallery-caption .tk-mascots-slider-next,
.tk-venues-slider .tk-gallery-caption .tk-mascots-slider-prev,
.tk-venues-slider .tk-gallery-caption .tk-mascots-slider__next,
.tk-venues-slider .tk-gallery-caption .tk-mascots-slider__prev,
.tk-venues-slider .tk-gallery-caption .tk-venues-slider__next,
.tk-venues-slider .tk-gallery-caption .tk-venues-slider__prev,
.tokyo2020--olympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more,
.tokyo2020--olympics .tk-gallery-caption .tk-omega-clock-right,
.tokyo2020--paralympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more,
.tokyo2020--paralympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__viewall-link,
.tokyo2020--paralympics .tk-gallery-caption .tk-omega-clock-right,
.tokyo2020--paralympics .tk-gallery-caption .tk-torch__container-viewall-link,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: 0;
	background: 0 0;
	position: relative;
	width: 2rem;
	height: 2rem
}

.tk-card-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external::before,
.tk-card-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external::before,
.tk-card-slider .tk-gallery-caption .tk-card-slider__next::before,
.tk-card-slider .tk-gallery-caption .tk-card-slider__prev::before,
.tk-card-slider .tk-gallery-caption .tk-gallery-slider__next::before,
.tk-card-slider .tk-gallery-caption .tk-gallery-slider__prev::before,
.tk-card-slider .tk-gallery-caption .tk-homepage__slider-next::before,
.tk-card-slider .tk-gallery-caption .tk-homepage__slider-prev::before,
.tk-card-slider .tk-gallery-caption .tk-mascots-slider-next::before,
.tk-card-slider .tk-gallery-caption .tk-mascots-slider-prev::before,
.tk-card-slider .tk-gallery-caption .tk-mascots-slider__next::before,
.tk-card-slider .tk-gallery-caption .tk-mascots-slider__prev::before,
.tk-card-slider .tk-gallery-caption .tk-venues-slider__next::before,
.tk-card-slider .tk-gallery-caption .tk-venues-slider__prev::before,
.tk-card-slider--external .tk-card-slider .tk-gallery-caption .tk-card-slider__next--external::before,
.tk-card-slider--external .tk-card-slider .tk-gallery-caption .tk-card-slider__prev--external::before,
.tk-card-slider--external .tk-gallery-slider .tk-gallery-caption .tk-card-slider__next--external::before,
.tk-card-slider--external .tk-gallery-slider .tk-gallery-caption .tk-card-slider__prev--external::before,
.tk-card-slider--external .tk-homepage__slider .tk-gallery-caption .tk-card-slider__next--external::before,
.tk-card-slider--external .tk-homepage__slider .tk-gallery-caption .tk-card-slider__prev--external::before,
.tk-card-slider--external .tk-mascots-slider .tk-gallery-caption .tk-card-slider__next--external::before,
.tk-card-slider--external .tk-mascots-slider .tk-gallery-caption .tk-card-slider__prev--external::before,
.tk-card-slider--external .tk-venues-slider .tk-gallery-caption .tk-card-slider__next--external::before,
.tk-card-slider--external .tk-venues-slider .tk-gallery-caption .tk-card-slider__prev--external::before,
.tk-cardsgroup__morewrapper .tk-gallery-caption .tk-cardsgroup__more::before,
.tk-gallery-caption .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external::before,
.tk-gallery-caption .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external::before,
.tk-gallery-caption .tk-card-slider .tk-card-slider__next::before,
.tk-gallery-caption .tk-card-slider .tk-card-slider__prev::before,
.tk-gallery-caption .tk-card-slider .tk-gallery-slider__next::before,
.tk-gallery-caption .tk-card-slider .tk-gallery-slider__prev::before,
.tk-gallery-caption .tk-card-slider .tk-homepage__slider-next::before,
.tk-gallery-caption .tk-card-slider .tk-homepage__slider-prev::before,
.tk-gallery-caption .tk-card-slider .tk-mascots-slider-next::before,
.tk-gallery-caption .tk-card-slider .tk-mascots-slider-prev::before,
.tk-gallery-caption .tk-card-slider .tk-mascots-slider__next::before,
.tk-gallery-caption .tk-card-slider .tk-mascots-slider__prev::before,
.tk-gallery-caption .tk-card-slider .tk-venues-slider__next::before,
.tk-gallery-caption .tk-card-slider .tk-venues-slider__prev::before,
.tk-gallery-caption .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external::before,
.tk-gallery-caption .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external::before,
.tk-gallery-caption .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external::before,
.tk-gallery-caption .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external::before,
.tk-gallery-caption .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external::before,
.tk-gallery-caption .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external::before,
.tk-gallery-caption .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external::before,
.tk-gallery-caption .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external::before,
.tk-gallery-caption .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external::before,
.tk-gallery-caption .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external::before,
.tk-gallery-caption .tk-cardsgroup__morewrapper .tk-cardsgroup__more::before,
.tk-gallery-caption .tk-gallery-caption__fullscreen-btn::before,
.tk-gallery-caption .tk-gallery-caption__info-btn::before,
.tk-gallery-caption .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external::before,
.tk-gallery-caption .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external::before,
.tk-gallery-caption .tk-gallery-slider .tk-card-slider__next::before,
.tk-gallery-caption .tk-gallery-slider .tk-card-slider__prev::before,
.tk-gallery-caption .tk-gallery-slider .tk-gallery-slider__next::before,
.tk-gallery-caption .tk-gallery-slider .tk-gallery-slider__prev::before,
.tk-gallery-caption .tk-gallery-slider .tk-homepage__slider-next::before,
.tk-gallery-caption .tk-gallery-slider .tk-homepage__slider-prev::before,
.tk-gallery-caption .tk-gallery-slider .tk-mascots-slider-next::before,
.tk-gallery-caption .tk-gallery-slider .tk-mascots-slider-prev::before,
.tk-gallery-caption .tk-gallery-slider .tk-mascots-slider__next::before,
.tk-gallery-caption .tk-gallery-slider .tk-mascots-slider__prev::before,
.tk-gallery-caption .tk-gallery-slider .tk-venues-slider__next::before,
.tk-gallery-caption .tk-gallery-slider .tk-venues-slider__prev::before,
.tk-gallery-caption .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external::before,
.tk-gallery-caption .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external::before,
.tk-gallery-caption .tk-homepage__slider .tk-card-slider__next::before,
.tk-gallery-caption .tk-homepage__slider .tk-card-slider__prev::before,
.tk-gallery-caption .tk-homepage__slider .tk-gallery-slider__next::before,
.tk-gallery-caption .tk-homepage__slider .tk-gallery-slider__prev::before,
.tk-gallery-caption .tk-homepage__slider .tk-homepage__slider-next::before,
.tk-gallery-caption .tk-homepage__slider .tk-homepage__slider-prev::before,
.tk-gallery-caption .tk-homepage__slider .tk-mascots-slider-next::before,
.tk-gallery-caption .tk-homepage__slider .tk-mascots-slider-prev::before,
.tk-gallery-caption .tk-homepage__slider .tk-mascots-slider__next::before,
.tk-gallery-caption .tk-homepage__slider .tk-mascots-slider__prev::before,
.tk-gallery-caption .tk-homepage__slider .tk-venues-slider__next::before,
.tk-gallery-caption .tk-homepage__slider .tk-venues-slider__prev::before,
.tk-gallery-caption .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external::before,
.tk-gallery-caption .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external::before,
.tk-gallery-caption .tk-mascots-slider .tk-card-slider__next::before,
.tk-gallery-caption .tk-mascots-slider .tk-card-slider__prev::before,
.tk-gallery-caption .tk-mascots-slider .tk-gallery-slider__next::before,
.tk-gallery-caption .tk-mascots-slider .tk-gallery-slider__prev::before,
.tk-gallery-caption .tk-mascots-slider .tk-homepage__slider-next::before,
.tk-gallery-caption .tk-mascots-slider .tk-homepage__slider-prev::before,
.tk-gallery-caption .tk-mascots-slider .tk-mascots-slider-next::before,
.tk-gallery-caption .tk-mascots-slider .tk-mascots-slider-prev::before,
.tk-gallery-caption .tk-mascots-slider .tk-mascots-slider__next::before,
.tk-gallery-caption .tk-mascots-slider .tk-mascots-slider__prev::before,
.tk-gallery-caption .tk-mascots-slider .tk-venues-slider__next::before,
.tk-gallery-caption .tk-mascots-slider .tk-venues-slider__prev::before,
.tk-gallery-caption .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external::before,
.tk-gallery-caption .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external::before,
.tk-gallery-caption .tk-venues-slider .tk-card-slider__next::before,
.tk-gallery-caption .tk-venues-slider .tk-card-slider__prev::before,
.tk-gallery-caption .tk-venues-slider .tk-gallery-slider__next::before,
.tk-gallery-caption .tk-venues-slider .tk-gallery-slider__prev::before,
.tk-gallery-caption .tk-venues-slider .tk-homepage__slider-next::before,
.tk-gallery-caption .tk-venues-slider .tk-homepage__slider-prev::before,
.tk-gallery-caption .tk-venues-slider .tk-mascots-slider-next::before,
.tk-gallery-caption .tk-venues-slider .tk-mascots-slider-prev::before,
.tk-gallery-caption .tk-venues-slider .tk-mascots-slider__next::before,
.tk-gallery-caption .tk-venues-slider .tk-mascots-slider__prev::before,
.tk-gallery-caption .tk-venues-slider .tk-venues-slider__next::before,
.tk-gallery-caption .tk-venues-slider .tk-venues-slider__prev::before,
.tk-gallery-caption .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more::before,
.tk-gallery-caption .tokyo2020--olympics .tk-omega-clock-right::before,
.tk-gallery-caption .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more::before,
.tk-gallery-caption .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link::before,
.tk-gallery-caption .tokyo2020--paralympics .tk-omega-clock-right::before,
.tk-gallery-caption .tokyo2020--paralympics .tk-torch__container-viewall-link::before,
.tk-gallery-caption .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more::before,
.tk-gallery-caption .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more::before,
.tk-gallery-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external::before,
.tk-gallery-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external::before,
.tk-gallery-slider .tk-gallery-caption .tk-card-slider__next::before,
.tk-gallery-slider .tk-gallery-caption .tk-card-slider__prev::before,
.tk-gallery-slider .tk-gallery-caption .tk-gallery-slider__next::before,
.tk-gallery-slider .tk-gallery-caption .tk-gallery-slider__prev::before,
.tk-gallery-slider .tk-gallery-caption .tk-homepage__slider-next::before,
.tk-gallery-slider .tk-gallery-caption .tk-homepage__slider-prev::before,
.tk-gallery-slider .tk-gallery-caption .tk-mascots-slider-next::before,
.tk-gallery-slider .tk-gallery-caption .tk-mascots-slider-prev::before,
.tk-gallery-slider .tk-gallery-caption .tk-mascots-slider__next::before,
.tk-gallery-slider .tk-gallery-caption .tk-mascots-slider__prev::before,
.tk-gallery-slider .tk-gallery-caption .tk-venues-slider__next::before,
.tk-gallery-slider .tk-gallery-caption .tk-venues-slider__prev::before,
.tk-homepage__slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external::before,
.tk-homepage__slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external::before,
.tk-homepage__slider .tk-gallery-caption .tk-card-slider__next::before,
.tk-homepage__slider .tk-gallery-caption .tk-card-slider__prev::before,
.tk-homepage__slider .tk-gallery-caption .tk-gallery-slider__next::before,
.tk-homepage__slider .tk-gallery-caption .tk-gallery-slider__prev::before,
.tk-homepage__slider .tk-gallery-caption .tk-homepage__slider-next::before,
.tk-homepage__slider .tk-gallery-caption .tk-homepage__slider-prev::before,
.tk-homepage__slider .tk-gallery-caption .tk-mascots-slider-next::before,
.tk-homepage__slider .tk-gallery-caption .tk-mascots-slider-prev::before,
.tk-homepage__slider .tk-gallery-caption .tk-mascots-slider__next::before,
.tk-homepage__slider .tk-gallery-caption .tk-mascots-slider__prev::before,
.tk-homepage__slider .tk-gallery-caption .tk-venues-slider__next::before,
.tk-homepage__slider .tk-gallery-caption .tk-venues-slider__prev::before,
.tk-mascots-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external::before,
.tk-mascots-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external::before,
.tk-mascots-slider .tk-gallery-caption .tk-card-slider__next::before,
.tk-mascots-slider .tk-gallery-caption .tk-card-slider__prev::before,
.tk-mascots-slider .tk-gallery-caption .tk-gallery-slider__next::before,
.tk-mascots-slider .tk-gallery-caption .tk-gallery-slider__prev::before,
.tk-mascots-slider .tk-gallery-caption .tk-homepage__slider-next::before,
.tk-mascots-slider .tk-gallery-caption .tk-homepage__slider-prev::before,
.tk-mascots-slider .tk-gallery-caption .tk-mascots-slider-next::before,
.tk-mascots-slider .tk-gallery-caption .tk-mascots-slider-prev::before,
.tk-mascots-slider .tk-gallery-caption .tk-mascots-slider__next::before,
.tk-mascots-slider .tk-gallery-caption .tk-mascots-slider__prev::before,
.tk-mascots-slider .tk-gallery-caption .tk-venues-slider__next::before,
.tk-mascots-slider .tk-gallery-caption .tk-venues-slider__prev::before,
.tk-venues-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external::before,
.tk-venues-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external::before,
.tk-venues-slider .tk-gallery-caption .tk-card-slider__next::before,
.tk-venues-slider .tk-gallery-caption .tk-card-slider__prev::before,
.tk-venues-slider .tk-gallery-caption .tk-gallery-slider__next::before,
.tk-venues-slider .tk-gallery-caption .tk-gallery-slider__prev::before,
.tk-venues-slider .tk-gallery-caption .tk-homepage__slider-next::before,
.tk-venues-slider .tk-gallery-caption .tk-homepage__slider-prev::before,
.tk-venues-slider .tk-gallery-caption .tk-mascots-slider-next::before,
.tk-venues-slider .tk-gallery-caption .tk-mascots-slider-prev::before,
.tk-venues-slider .tk-gallery-caption .tk-mascots-slider__next::before,
.tk-venues-slider .tk-gallery-caption .tk-mascots-slider__prev::before,
.tk-venues-slider .tk-gallery-caption .tk-venues-slider__next::before,
.tk-venues-slider .tk-gallery-caption .tk-venues-slider__prev::before,
.tokyo2020--olympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more::before,
.tokyo2020--olympics .tk-gallery-caption .tk-omega-clock-right::before,
.tokyo2020--paralympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more::before,
.tokyo2020--paralympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__viewall-link::before,
.tokyo2020--paralympics .tk-gallery-caption .tk-omega-clock-right::before,
.tokyo2020--paralympics .tk-gallery-caption .tk-torch__container-viewall-link::before,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more::before,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width:767.98px) {
	.tk-gallery-caption .tk-article__part.partner {
		position: relative
	}
	.tk-gallery-caption .tk-article__part.partner::after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content: '';
		width: 1px;
		height: 1.5625rem;
		background-color: rgba(255, 255, 255, .16)
	}
}

.tk-gallery-caption__fullscreen-btn::before {
	font-size: 1rem
}

.tk-gallery-caption__info-btn::before {
	font-size: 1.625rem
}

.tk-gallery-caption__info-btn--disabled {
	opacity: .5;
	pointer-events: none
}

.tk-gallery-caption__moreinfo {
	position: absolute;
	width: 100%;
	padding: 12px 20px 10px;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 3;
	background: rgba(0, 0, 0, .6)
}

.tk-gallery-caption__desc {
	font-size: .875rem;
	line-height: 1.71429
}

.tk-gallery-caption__copyright {
	font-size: .75rem;
	line-height: 1.5
}

.tk-gallery-caption__info {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 5.25rem
}

@media (min-width:768px) {
	.tk-gallery-caption__info {
		height: 4.25rem
	}
}

.tk-gallery-caption__info::after {
	position: absolute;
	right: 12px;
	bottom: 0;
	left: 12px;
	content: '';
	height: 1px;
	background-color: rgba(255, 255, 255, .16)
}

@media (min-width:768px) {
	.tk-gallery-caption__info::after {
		right: 0;
		left: 0
	}
}

.tk-gallery-caption__center,
.tk-gallery-caption__left,
.tk-gallery-caption__right {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 33.33333%;
	-ms-flex: 1 1 33.33333%;
	flex: 1 1 33.33333%
}

.tk-gallery-caption__left {
	text-align: left;
	height: 5.25rem;
	padding-top: 1.625rem;
	padding-left: 1rem
}

@media (min-width:768px) {
	.tk-gallery-caption__left {
		height: 4.25rem;
		padding-top: 1.125rem
	}
}

.tk-gallery-caption__center {
	position: relative;
	text-align: center
}

.tk-gallery-caption__right {
	text-align: right;
	height: 5.25rem;
	padding-top: 1.625rem;
	padding-right: 1rem
}

@media (min-width:768px) {
	.tk-gallery-caption__right {
		height: 4.25rem;
		padding-top: 1.125rem
	}
}

.tk-gallery-caption__pagination {
	width: 5.625rem;
	top: 50%;
	left: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .75rem;
	font-weight: 600
}

@media (min-width:768px) {
	.tk-gallery-caption__pagination {
		font-size: .875rem
	}
}

@media (max-width:991.98px) {
	.tk-gallery-caption__title {
		font-size: 1.5rem
	}
}

.tk-gallery-caption .tk-gallery-caption__fullscreen-btn {
	cursor: pointer
}

.tk-section--black-bg .tk-gallery-caption__fullscreen-btn,
.tk-section--black-bg .tk-gallery-caption__info-btn {
	color: #fff
}

.tk-section--black-bg .tk-gallery-caption__pagination .swiper-pagination-current {
	color: #b49166
}

.tk-album--embedded .tk-gallery-caption__moreinfo {
	position: static;
	top: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	background: 0 0;
	z-index: auto;
	height: 5.25rem
}

@media (min-width:768px) {
	.tk-album--embedded .tk-gallery-caption__moreinfo {
		height: 6.75rem
	}
}

@media (max-width:767.98px) {
	.tk-album--embedded .tk-gallery-caption__desc {
		font-size: .875rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.5rem;
		max-height: 4.5rem;
		text-align: left;
		padding-right: 1.5rem
	}
	.tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.5rem;
		height: 1.5rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (max-width:767.98px),
speech and (max-width:767.98px),
aural and (max-width:767.98px) {
	.tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (max-width:767.98px) {
	.tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.5rem;
		height: 1.5rem;
		margin-top: -1.5rem;
		background: #771a2a
	}
	:lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc {
		font-size: .75rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.325rem;
		max-height: 3.975rem;
		text-align: left;
		padding-right: 1.325rem
	}
	:lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.325rem;
		height: 1.325rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (max-width:767.98px),
speech and (max-width:767.98px),
aural and (max-width:767.98px) {
	:lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (max-width:767.98px) {
	:lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.325rem;
		height: 1.325rem;
		margin-top: -1.325rem;
		background: #771a2a
	}
}

@media (min-width:768px) {
	.tk-album--embedded .tk-gallery-caption__desc {
		font-size: 1.5rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 2.125rem;
		max-height: 6.375rem;
		text-align: left;
		padding-right: 2.125rem
	}
	.tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 2.125rem;
		height: 2.125rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	.tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	.tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 2.125rem;
		height: 2.125rem;
		margin-top: -2.125rem;
		background: #771a2a
	}
	:lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc {
		font-size: 1.125rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.8rem;
		max-height: 5.4rem;
		text-align: left;
		padding-right: 1.8rem
	}
	:lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.8rem;
		height: 1.8rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	:lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	:lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.8rem;
		height: 1.8rem;
		margin-top: -1.8rem;
		background: #771a2a
	}
}

.tk-album--embedded .tk-gallery-caption__desc-text {
	display: block
}

.tk-album--embedded .tk-gallery-caption__copyright {
	margin-top: 8px;
	font-size: .75rem;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.tk-album--embedded .tk-gallery-caption__info {
	height: 2.5rem
}

@media (min-width:768px) {
	.tk-album--embedded .tk-gallery-caption__info {
		height: 2.5rem
	}
}

.tk-album--embedded .tk-gallery-caption__info::after {
	display: none
}

.tk-album--embedded .tk-gallery-caption__info-btn {
	display: none
}

.tk-album--embedded .tk-gallery-caption__left,
.tk-album--embedded .tk-gallery-caption__right {
	height: 2.5rem;
	padding-top: .25rem
}

@media (max-width:767.98px) {
	.tk-album--embedded .tk-gallery-caption__left::after,
	.tk-album--embedded .tk-gallery-caption__right::after {
		display: none
	}
}

@media (min-width:768px) {
	.tk-album--embedded .tk-gallery-caption__left,
	.tk-album--embedded .tk-gallery-caption__right {
		height: 2.5rem;
		padding-top: .25rem
	}
}

.tk-album--embedded .tk-gallery-caption__fullscreen-btn {
	color: #fff
}

body.tk-fullscreen .tk-back-to-top {
	display: none
}

body .tk-page-overlay {
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999
}

body .tk-page-overlay--show {
	display: block
}

.tk-gallery-fullscreen {
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	color: #fff!important;
	position: absolute;
	z-index: 1;
	bottom: 44px;
	opacity: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.tk-gallery-fullscreen--empty {
	background-color: inherit;
	border-bottom: none
}

.tk-gallery-fullscreen__container {
	max-width: 768px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto
}

.tk-gallery-fullscreen__caption {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: .875rem;
	line-height: 1.71429
}

.tk-gallery-fullscreen__copyright {
	font-weight: 300
}

.tk-gallery-fullscreen__counter-bg {
	padding-top: 10px;
	height: 44px
}

.tk-gallery-fullscreen__moreinfo {
	width: 2rem;
	height: 2rem;
	padding: 0;
	background: 0 0;
	border: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 1.5rem;
	z-index: 1;
	overflow: visible;
	cursor: pointer;
	color: #fff;
	-webkit-transform: translate3d(0, 0, 0)
}

.tk-gallery-fullscreen__moreinfo::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tk-gallery-fullscreen__moreinfo--disabled {
	color: rgba(255, 255, 255, .5)
}

@media only screen and (min-device-width:375px) and (max-device-height:812px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape),
only screen and (min-device-width:414px) and (max-device-height:896px) and (-webkit-device-pixel-ratio:2) and (orientation:landscape),
only screen and (min-device-width:375px) and (max-device-height:812px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape),
only screen and (min-device-width:414px) and (max-device-height:896px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {
	.tk-gallery-fullscreen__button--arrow-right {
		right: 20px
	}
	.tk-gallery-fullscreen__button--arrow-left {
		left: 20px
	}
}

.tk-album {
	margin-left: -8px;
	margin-right: -8px
}

@media (min-width:576px) {
	.tk-album {
		margin-left: auto;
		margin-right: auto
	}
}

.tk-album--embedded {
	padding: 50px 0 8px
}

@media (min-width:768px) {
	.tk-album--embedded {
		padding: 48px 115px 30px
	}
}

@media (min-width:992px) {
	.tk-album--embedded {
		padding: 62px 150px 38px
	}
}

@media (min-width:1260px) {
	.tk-album--embedded {
		padding: 80px 194px 50px
	}
}

.tokyo2020--olympics .tk-album--embedded {
	background-color: #771a2a;
	background-image: url(/d3images/album/olympics/bg-embedded-album--mobile.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff
}

@media (min-width:768px) {
	.tokyo2020--olympics .tk-album--embedded {
		background-image: url(/d3images/album/olympics/bg-embedded-album--desktop.svg)
	}
}

.tokyo2020--paralympics .tk-album--embedded {
	background-color: #e96a7b;
	background-image: url(/d3images/album/paralympics/bg-embedded-album--mobile.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000
}

@media (min-width:768px) {
	.tokyo2020--paralympics .tk-album--embedded {
		background-image: url(/d3images/album/paralympics/bg-embedded-album--desktop.svg)
	}
}

.tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__fullscreen-btn,
.tokyo2020--paralympics .tk-album--embedded .tk-gallery-slider .tk-gallery-slider__next,
.tokyo2020--paralympics .tk-album--embedded .tk-gallery-slider .tk-gallery-slider__prev {
	color: #000
}

@media (max-width:767.98px) {
	.tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.5rem;
		max-height: 4.5rem;
		text-align: left;
		padding-right: 1.5rem
	}
	.tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.5rem;
		height: 1.5rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (max-width:767.98px),
speech and (max-width:767.98px),
aural and (max-width:767.98px) {
	.tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (max-width:767.98px) {
	.tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.5rem;
		height: 1.5rem;
		margin-top: -1.5rem;
		background: #e96a7b
	}
	:lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.325rem;
		max-height: 3.975rem;
		text-align: left;
		padding-right: 1.325rem
	}
	:lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.325rem;
		height: 1.325rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (max-width:767.98px),
speech and (max-width:767.98px),
aural and (max-width:767.98px) {
	:lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (max-width:767.98px) {
	:lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.325rem;
		height: 1.325rem;
		margin-top: -1.325rem;
		background: #e96a7b
	}
}

@media (min-width:768px) {
	.tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 2.125rem;
		max-height: 6.375rem;
		text-align: left;
		padding-right: 2.125rem
	}
	.tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 2.125rem;
		height: 2.125rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	.tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	.tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 2.125rem;
		height: 2.125rem;
		margin-top: -2.125rem;
		background: #e96a7b
	}
	:lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.8rem;
		max-height: 5.4rem;
		text-align: left;
		padding-right: 1.8rem
	}
	:lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.8rem;
		height: 1.8rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	:lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	:lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.8rem;
		height: 1.8rem;
		margin-top: -1.8rem;
		background: #e96a7b
	}
}

.tokyo2020--torch-relay-olympics .tk-album--embedded {
	background-color: #dc0010;
	background-image: url(/d3images/album/olympics/bg-embedded-album-otr--mobile.svg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: #fff
}

@media (min-width:768px) {
	.tokyo2020--torch-relay-olympics .tk-album--embedded {
		background-image: url(/d3images/album/olympics/bg-embedded-album-torch-relay--desktop.svg);
		background-size: contain
	}
}

@media (max-width:767.98px) {
	.tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.5rem;
		max-height: 4.5rem;
		text-align: left;
		padding-right: 1.5rem
	}
	.tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.5rem;
		height: 1.5rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (max-width:767.98px),
speech and (max-width:767.98px),
aural and (max-width:767.98px) {
	.tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (max-width:767.98px) {
	.tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.5rem;
		height: 1.5rem;
		margin-top: -1.5rem;
		background: #dc0010
	}
	:lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.325rem;
		max-height: 3.975rem;
		text-align: left;
		padding-right: 1.325rem
	}
	:lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.325rem;
		height: 1.325rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (max-width:767.98px),
speech and (max-width:767.98px),
aural and (max-width:767.98px) {
	:lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (max-width:767.98px) {
	:lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.325rem;
		height: 1.325rem;
		margin-top: -1.325rem;
		background: #dc0010
	}
}

@media (min-width:768px) {
	.tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 2.125rem;
		max-height: 6.375rem;
		text-align: left;
		padding-right: 2.125rem
	}
	.tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 2.125rem;
		height: 2.125rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	.tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	.tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 2.125rem;
		height: 2.125rem;
		margin-top: -2.125rem;
		background: #dc0010
	}
	:lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.8rem;
		max-height: 5.4rem;
		text-align: left;
		padding-right: 1.8rem
	}
	:lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.8rem;
		height: 1.8rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	:lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	:lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.8rem;
		height: 1.8rem;
		margin-top: -1.8rem;
		background: #dc0010
	}
}

.tokyo2020--torch-relay-paralympics .tk-album--embedded {
	background-color: #fec14e;
	background-image: url(/d3images/album/paralympics/bg-embedded-album-ptr--mobile.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000
}

@media (min-width:768px) {
	.tokyo2020--torch-relay-paralympics .tk-album--embedded {
		background-image: url(/d3images/album/paralympics/bg-embedded-album-torch-relay--desktop.svg);
		background-size: contain
	}
}

.tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__fullscreen-btn,
.tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-slider .tk-gallery-slider__next,
.tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-slider .tk-gallery-slider__prev {
	color: #000
}

@media (max-width:767.98px) {
	.tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.5rem;
		max-height: 4.5rem;
		text-align: left;
		padding-right: 1.5rem
	}
	.tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.5rem;
		height: 1.5rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (max-width:767.98px),
speech and (max-width:767.98px),
aural and (max-width:767.98px) {
	.tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (max-width:767.98px) {
	.tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.5rem;
		height: 1.5rem;
		margin-top: -1.5rem;
		background: #fec14e
	}
	:lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.325rem;
		max-height: 3.975rem;
		text-align: left;
		padding-right: 1.325rem
	}
	:lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.325rem;
		height: 1.325rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (max-width:767.98px),
speech and (max-width:767.98px),
aural and (max-width:767.98px) {
	:lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (max-width:767.98px) {
	:lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.325rem;
		height: 1.325rem;
		margin-top: -1.325rem;
		background: #fec14e
	}
}

@media (min-width:768px) {
	.tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 2.125rem;
		max-height: 6.375rem;
		text-align: left;
		padding-right: 2.125rem
	}
	.tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 2.125rem;
		height: 2.125rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	.tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	.tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 2.125rem;
		height: 2.125rem;
		margin-top: -2.125rem;
		background: #fec14e
	}
	:lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.8rem;
		max-height: 5.4rem;
		text-align: left;
		padding-right: 1.8rem
	}
	:lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.8rem;
		height: 1.8rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	:lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	:lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.8rem;
		height: 1.8rem;
		margin-top: -1.8rem;
		background: #fec14e
	}
}

.tk-partnersgroup {
	max-width: 98.68421%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px
}

@media (max-width:767.98px) {
	.tk-partnersgroup:first-of-type {
		padding-top: 12px
	}
}

@media (min-width:768px) {
	.tk-partnersgroup:first-of-type {
		padding-top: 30px
	}
}

@media (min-width:768px) {
	.tk-partnersgroup {
		max-width: 84.150326%;
		margin-bottom: 60px
	}
}

.tk-partnersgroup__heading {
	margin-bottom: 30px;
	text-align: center
}

@media (min-width:768px) {
	.tk-partnersgroup__heading {
		margin-bottom: 38px
	}
}

.tk-partnersgroup__sequence {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-partnersgroup__item-link {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s;
	will-change: background-color
}

.tk-partnersgroup__item-link:hover {
	background-color: #f7f7f7
}

.tk-partnersgroup__item-link:active {
	background-color: #f2f2f2
}

.tk-partnersgroup__item .tk-partner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tk-partnersgroup__item .tk-partner__logo {
	display: block;
	width: 100%;
	height: auto
}

.tk-partnersgroup__item--ioc .tk-partner__logo {
	max-width: 66px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--ioc .tk-partner__logo {
		max-width: 84px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--ioc .tk-partner__logo {
		max-width: 110px
	}
}

.tk-partnersgroup__item--olympic-channel .tk-partner__logo {
	max-width: 66px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--olympic-channel .tk-partner__logo {
		max-width: 84px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--olympic-channel .tk-partner__logo {
		max-width: 110px
	}
}

.tk-partnersgroup__item--beijing2022 .tk-partner__logo {
	max-width: 46px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--beijing2022 .tk-partner__logo {
		max-width: 59px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--beijing2022 .tk-partner__logo {
		max-width: 77px
	}
}

.tk-partnersgroup__item--paris2024 .tk-partner__logo {
	max-width: 49px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--paris2024 .tk-partner__logo {
		max-width: 62px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--paris2024 .tk-partner__logo {
		max-width: 84px
	}
}

.tk-partnersgroup__item--milanocortina2026 .tk-partner__logo {
	max-width: 42px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--milanocortina2026 .tk-partner__logo {
		max-width: 53px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--milanocortina2026 .tk-partner__logo {
		max-width: 70px
	}
}

.tk-partnersgroup__item--la28 .tk-partner__logo {
	max-width: 32px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--la28 .tk-partner__logo {
		max-width: 41px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--la28 .tk-partner__logo {
		max-width: 54px
	}
}

.tk-partnersgroup__item--ipc .tk-partner__logo {
	max-width: 50px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--ipc .tk-partner__logo {
		max-width: 66px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--ipc .tk-partner__logo {
		max-width: 80px
	}
}

.tk-partnersgroup__item--beijing2022-paralympic .tk-partner__logo {
	max-width: 46px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--beijing2022-paralympic .tk-partner__logo {
		max-width: 59px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--beijing2022-paralympic .tk-partner__logo {
		max-width: 77px
	}
}

.tk-partnersgroup__item--paris2024-paralympic .tk-partner__logo {
	max-width: 49px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--paris2024-paralympic .tk-partner__logo {
		max-width: 62px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--paris2024-paralympic .tk-partner__logo {
		max-width: 84px
	}
}

.tk-partnersgroup__item--cocacola .tk-partner__logo,
.tk-partnersgroup__item--cocacola-olympic-torchrelay .tk-partner__logo {
	max-width: 55px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--cocacola .tk-partner__logo,
	.tk-partnersgroup__item--cocacola-olympic-torchrelay .tk-partner__logo {
		max-width: 70px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--cocacola .tk-partner__logo,
	.tk-partnersgroup__item--cocacola-olympic-torchrelay .tk-partner__logo {
		max-width: 92px
	}
}

.tk-partnersgroup__item--airbnb .tk-partner__logo {
	max-width: 55px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--airbnb .tk-partner__logo {
		max-width: 70px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--airbnb .tk-partner__logo {
		max-width: 92px
	}
}

.tk-partnersgroup__item--alibaba .tk-partner__logo {
	max-width: 60px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--alibaba .tk-partner__logo {
		max-width: 76px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--alibaba .tk-partner__logo {
		max-width: 100px
	}
}

.tk-partnersgroup__item--atos .tk-partner__logo {
	max-width: 47px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--atos .tk-partner__logo {
		max-width: 60px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--atos .tk-partner__logo {
		max-width: 79px
	}
}

.tk-partnersgroup__item--bridgestone .tk-partner__logo {
	max-width: 42px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--bridgestone .tk-partner__logo {
		max-width: 54px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--bridgestone .tk-partner__logo {
		max-width: 70px
	}
}

.tk-partnersgroup__item--dow .tk-partner__logo {
	max-width: 56px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--dow .tk-partner__logo {
		max-width: 71px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--dow .tk-partner__logo {
		max-width: 93px
	}
}

.tk-partnersgroup__item--ge .tk-partner__logo {
	max-width: 30px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--ge .tk-partner__logo {
		max-width: 38px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--ge .tk-partner__logo {
		max-width: 50px
	}
}

.tk-partnersgroup__item--intel .tk-partner__logo {
	max-width: 45px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--intel .tk-partner__logo {
		max-width: 57px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--intel .tk-partner__logo {
		max-width: 75px
	}
}

.tk-partnersgroup__item--omega .tk-partner__logo {
	max-width: 51px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--omega .tk-partner__logo {
		max-width: 65px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--omega .tk-partner__logo {
		max-width: 85px
	}
}

.tk-partnersgroup__item--panasonic .tk-partner__logo,
.tk-partnersgroup__item--panasonic-olympic-torchrelay .tk-partner__logo {
	max-width: 56px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--panasonic .tk-partner__logo,
	.tk-partnersgroup__item--panasonic-olympic-torchrelay .tk-partner__logo {
		max-width: 72px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--panasonic .tk-partner__logo,
	.tk-partnersgroup__item--panasonic-olympic-torchrelay .tk-partner__logo {
		max-width: 94px
	}
}

.tk-partnersgroup__item--pg .tk-partner__logo {
	max-width: 30px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--pg .tk-partner__logo {
		max-width: 38px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--pg .tk-partner__logo {
		max-width: 50px
	}
}

.tk-partnersgroup__item--samsung .tk-partner__logo {
	max-width: 60px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--samsung .tk-partner__logo {
		max-width: 76px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--samsung .tk-partner__logo {
		max-width: 100px
	}
}

.tk-partnersgroup__item--toyota .tk-partner__logo,
.tk-partnersgroup__item--toyota-olympic-torchrelay .tk-partner__logo {
	max-width: 60px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--toyota .tk-partner__logo,
	.tk-partnersgroup__item--toyota-olympic-torchrelay .tk-partner__logo {
		max-width: 76px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--toyota .tk-partner__logo,
	.tk-partnersgroup__item--toyota-olympic-torchrelay .tk-partner__logo {
		max-width: 100px
	}
}

.tk-partnersgroup__item--visa .tk-partner__logo {
	max-width: 48px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--visa .tk-partner__logo {
		max-width: 61px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--visa .tk-partner__logo {
		max-width: 80px
	}
}

.tk-partnersgroup__item--asahi .tk-partner__logo {
	max-width: 47px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--asahi .tk-partner__logo {
		max-width: 60px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--asahi .tk-partner__logo {
		max-width: 79px
	}
}

.tk-partnersgroup__item--asics .tk-partner__logo {
	max-width: 56px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--asics .tk-partner__logo {
		max-width: 72px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--asics .tk-partner__logo {
		max-width: 94px
	}
}

.tk-partnersgroup__item--canon .tk-partner__logo {
	max-width: 58px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--canon .tk-partner__logo {
		max-width: 74px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--canon .tk-partner__logo {
		max-width: 97px
	}
}

.tk-partnersgroup__item--eneos .tk-partner__logo,
.tk-partnersgroup__item--eneos-olympic-torchrelay .tk-partner__logo,
.tk-partnersgroup__item--eneos-paralympic-torchrelay .tk-partner__logo {
	max-width: 60px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--eneos .tk-partner__logo,
	.tk-partnersgroup__item--eneos-olympic-torchrelay .tk-partner__logo,
	.tk-partnersgroup__item--eneos-paralympic-torchrelay .tk-partner__logo {
		max-width: 76px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--eneos .tk-partner__logo,
	.tk-partnersgroup__item--eneos-olympic-torchrelay .tk-partner__logo,
	.tk-partnersgroup__item--eneos-paralympic-torchrelay .tk-partner__logo {
		max-width: 100px
	}
}

.tk-partnersgroup__item--tokyo-marine .tk-partner__logo {
	max-width: 61px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--tokyo-marine .tk-partner__logo {
		max-width: 78px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--tokyo-marine .tk-partner__logo {
		max-width: 102px
	}
}

.tk-partnersgroup__item--nissay .tk-partner__logo,
.tk-partnersgroup__item--nissay-olympic-torchrelay .tk-partner__logo {
	max-width: 57px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--nissay .tk-partner__logo,
	.tk-partnersgroup__item--nissay-olympic-torchrelay .tk-partner__logo {
		max-width: 72px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--nissay .tk-partner__logo,
	.tk-partnersgroup__item--nissay-olympic-torchrelay .tk-partner__logo {
		max-width: 94px
	}
}

.tk-partnersgroup__item--nec .tk-partner__logo {
	max-width: 51px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--nec .tk-partner__logo {
		max-width: 65px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--nec .tk-partner__logo {
		max-width: 85px
	}
}

.tk-partnersgroup__item--ntt .tk-partner__logo,
.tk-partnersgroup__item--ntt-olympic-torchrelay .tk-partner__logo {
	max-width: 58px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--ntt .tk-partner__logo,
	.tk-partnersgroup__item--ntt-olympic-torchrelay .tk-partner__logo {
		max-width: 73px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--ntt .tk-partner__logo,
	.tk-partnersgroup__item--ntt-olympic-torchrelay .tk-partner__logo {
		max-width: 96px
	}
}

.tk-partnersgroup__item--nomura .tk-partner__logo {
	max-width: 56px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--nomura .tk-partner__logo {
		max-width: 72px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--nomura .tk-partner__logo {
		max-width: 94px
	}
}

.tk-partnersgroup__item--fujitsu .tk-partner__logo {
	max-width: 54px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--fujitsu .tk-partner__logo {
		max-width: 69px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--fujitsu .tk-partner__logo {
		max-width: 90px
	}
}

.tk-partnersgroup__item--mizuho .tk-partner__logo {
	max-width: 59px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--mizuho .tk-partner__logo {
		max-width: 75px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--mizuho .tk-partner__logo {
		max-width: 98px
	}
}

.tk-partnersgroup__item--smbc .tk-partner__logo {
	max-width: 50px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--smbc .tk-partner__logo {
		max-width: 64px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--smbc .tk-partner__logo {
		max-width: 84px
	}
}

.tk-partnersgroup__item--mitsui-fudosan .tk-partner__logo {
	max-width: 59px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--mitsui-fudosan .tk-partner__logo {
		max-width: 76px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--mitsui-fudosan .tk-partner__logo {
		max-width: 99px
	}
}

.tk-partnersgroup__item--meiji .tk-partner__logo {
	max-width: 45px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--meiji .tk-partner__logo {
		max-width: 57px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--meiji .tk-partner__logo {
		max-width: 75px
	}
}

.tk-partnersgroup__item--lixil .tk-partner__logo,
.tk-partnersgroup__item--lixil-paralympic-torchrelay .tk-partner__logo {
	max-width: 45px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--lixil .tk-partner__logo,
	.tk-partnersgroup__item--lixil-paralympic-torchrelay .tk-partner__logo {
		max-width: 57px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--lixil .tk-partner__logo,
	.tk-partnersgroup__item--lixil-paralympic-torchrelay .tk-partner__logo {
		max-width: 75px
	}
}

.tk-partnersgroup__item--ajinomoto .tk-partner__logo {
	max-width: 36px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--ajinomoto .tk-partner__logo {
		max-width: 56px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--ajinomoto .tk-partner__logo {
		max-width: 70px
	}
}

.tk-partnersgroup__item--earth-chem .tk-partner__logo {
	max-width: 32px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--earth-chem .tk-partner__logo {
		max-width: 42px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--earth-chem .tk-partner__logo {
		max-width: 52px
	}
}

.tk-partnersgroup__item--efjapan .tk-partner__logo {
	max-width: 36px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--efjapan .tk-partner__logo {
		max-width: 46px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--efjapan .tk-partner__logo {
		max-width: 60px
	}
}

.tk-partnersgroup__item--airweave .tk-partner__logo {
	max-width: 54px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--airweave .tk-partner__logo {
		max-width: 68px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--airweave .tk-partner__logo {
		max-width: 88px
	}
}

.tk-partnersgroup__item--kikkoman .tk-partner__logo {
	max-width: 56px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--kikkoman .tk-partner__logo {
		max-width: 70px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--kikkoman .tk-partner__logo {
		max-width: 92px
	}
}

.tk-partnersgroup__item--knt .tk-partner__logo {
	max-width: 28px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--knt .tk-partner__logo {
		max-width: 34px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--knt .tk-partner__logo {
		max-width: 44px
	}
}

.tk-partnersgroup__item--jtb .tk-partner__logo {
	max-width: 32px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--jtb .tk-partner__logo {
		max-width: 42px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--jtb .tk-partner__logo {
		max-width: 54px
	}
}

.tk-partnersgroup__item--cisco .tk-partner__logo {
	max-width: 42px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--cisco .tk-partner__logo {
		max-width: 54px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--cisco .tk-partner__logo {
		max-width: 70px
	}
}

.tk-partnersgroup__item--secom .tk-partner__logo {
	max-width: 44px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--secom .tk-partner__logo {
		max-width: 58px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--secom .tk-partner__logo {
		max-width: 74px
	}
}

.tk-partnersgroup__item--ana .tk-partner__logo,
.tk-partnersgroup__item--ana-olympic-torchrelay .tk-partner__logo,
.tk-partnersgroup__item--ana-paralympic-torchrelay .tk-partner__logo {
	max-width: 48px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--ana .tk-partner__logo,
	.tk-partnersgroup__item--ana-olympic-torchrelay .tk-partner__logo,
	.tk-partnersgroup__item--ana-paralympic-torchrelay .tk-partner__logo {
		max-width: 60px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--ana .tk-partner__logo,
	.tk-partnersgroup__item--ana-olympic-torchrelay .tk-partner__logo,
	.tk-partnersgroup__item--ana-paralympic-torchrelay .tk-partner__logo {
		max-width: 78px
	}
}

.tk-partnersgroup__item--alsok .tk-partner__logo {
	max-width: 28px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--alsok .tk-partner__logo {
		max-width: 34px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--alsok .tk-partner__logo {
		max-width: 44px
	}
}

.tk-partnersgroup__item--dnp .tk-partner__logo {
	max-width: 40px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--dnp .tk-partner__logo {
		max-width: 52px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--dnp .tk-partner__logo {
		max-width: 68px
	}
}

.tk-partnersgroup__item--daiwahouse .tk-partner__logo {
	max-width: 34px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--daiwahouse .tk-partner__logo {
		max-width: 44px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--daiwahouse .tk-partner__logo {
		max-width: 56px
	}
}

.tk-partnersgroup__item--tokyo-gas .tk-partner__logo {
	max-width: 56px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--tokyo-gas .tk-partner__logo {
		max-width: 70px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--tokyo-gas .tk-partner__logo {
		max-width: 92px
	}
}

.tk-partnersgroup__item--tmetro .tk-partner__logo {
	max-width: 40px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--tmetro .tk-partner__logo {
		max-width: 50px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--tmetro .tk-partner__logo {
		max-width: 66px
	}
}

.tk-partnersgroup__item--toto .tk-partner__logo {
	max-width: 48px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--toto .tk-partner__logo {
		max-width: 62px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--toto .tk-partner__logo {
		max-width: 80px
	}
}

.tk-partnersgroup__item--tobutop .tk-partner__logo {
	max-width: 42px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--tobutop .tk-partner__logo {
		max-width: 52px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--tobutop .tk-partner__logo {
		max-width: 68px
	}
}

.tk-partnersgroup__item--toppan .tk-partner__logo {
	max-width: 54px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--toppan .tk-partner__logo {
		max-width: 70px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--toppan .tk-partner__logo {
		max-width: 90px
	}
}

.tk-partnersgroup__item--naa .tk-partner__logo {
	max-width: 48px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--naa .tk-partner__logo {
		max-width: 60px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--naa .tk-partner__logo {
		max-width: 78px
	}
}

.tk-partnersgroup__item--nissin .tk-partner__logo {
	max-width: 40px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--nissin .tk-partner__logo {
		max-width: 50px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--nissin .tk-partner__logo {
		max-width: 64px
	}
}

.tk-partnersgroup__item--japan-post .tk-partner__logo,
.tk-partnersgroup__item--japan-post-olympic-torchrelay .tk-partner__logo {
	max-width: 48px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--japan-post .tk-partner__logo,
	.tk-partnersgroup__item--japan-post-olympic-torchrelay .tk-partner__logo {
		max-width: 62px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--japan-post .tk-partner__logo,
	.tk-partnersgroup__item--japan-post-olympic-torchrelay .tk-partner__logo {
		max-width: 80px
	}
}

.tk-partnersgroup__item--japan-airport .tk-partner__logo {
	max-width: 36px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--japan-airport .tk-partner__logo {
		max-width: 60px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--japan-airport .tk-partner__logo {
		max-width: 64px
	}
}

.tk-partnersgroup__item--japan-airlines .tk-partner__logo,
.tk-partnersgroup__item--japan-airlines-olympic-torchrelay .tk-partner__logo {
	max-width: 48px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--japan-airlines .tk-partner__logo,
	.tk-partnersgroup__item--japan-airlines-olympic-torchrelay .tk-partner__logo {
		max-width: 60px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--japan-airlines .tk-partner__logo,
	.tk-partnersgroup__item--japan-airlines-olympic-torchrelay .tk-partner__logo {
		max-width: 78px
	}
}

.tk-partnersgroup__item--jre .tk-partner__logo {
	max-width: 34px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--jre .tk-partner__logo {
		max-width: 42px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--jre .tk-partner__logo {
		max-width: 56px
	}
}

.tk-partnersgroup__item--hisamitsu .tk-partner__logo {
	max-width: 62px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--hisamitsu .tk-partner__logo {
		max-width: 78px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--hisamitsu .tk-partner__logo {
		max-width: 102px
	}
}

.tk-partnersgroup__item--mitsubishi .tk-partner__logo {
	max-width: 48px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--mitsubishi .tk-partner__logo {
		max-width: 62px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--mitsubishi .tk-partner__logo {
		max-width: 80px
	}
}

.tk-partnersgroup__item--yamato .tk-partner__logo {
	max-width: 30px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--yamato .tk-partner__logo {
		max-width: 38px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--yamato .tk-partner__logo {
		max-width: 50px
	}
}

.tk-partnersgroup__item--recruit .tk-partner__logo {
	max-width: 54px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--recruit .tk-partner__logo {
		max-width: 70px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--recruit .tk-partner__logo {
		max-width: 90px
	}
}

.tk-partnersgroup__item--yomiuri .tk-partner__logo {
	max-width: 46px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--yomiuri .tk-partner__logo {
		max-width: 58px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--yomiuri .tk-partner__logo {
		max-width: 76px
	}
}

.tk-partnersgroup__item--asahishinbun .tk-partner__logo {
	max-width: 50px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--asahishinbun .tk-partner__logo {
		max-width: 64px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--asahishinbun .tk-partner__logo {
		max-width: 82px
	}
}

.tk-partnersgroup__item--nikkei .tk-partner__logo {
	max-width: 48px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--nikkei .tk-partner__logo {
		max-width: 60px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--nikkei .tk-partner__logo {
		max-width: 80px
	}
}

.tk-partnersgroup__item--mainichi .tk-partner__logo {
	max-width: 28px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--mainichi .tk-partner__logo {
		max-width: 36px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--mainichi .tk-partner__logo {
		max-width: 46px
	}
}

.tk-partnersgroup__item--aggreko .tk-partner__logo,
.tk-partnersgroup__item--aoki .tk-partner__logo,
.tk-partnersgroup__item--bcg .tk-partner__logo,
.tk-partnersgroup__item--ecc .tk-partner__logo,
.tk-partnersgroup__item--ey .tk-partner__logo,
.tk-partnersgroup__item--google .tk-partner__logo,
.tk-partnersgroup__item--hokkaido .tk-partner__logo,
.tk-partnersgroup__item--kadokawa .tk-partner__logo,
.tk-partnersgroup__item--kokuyo .tk-partner__logo,
.tk-partnersgroup__item--marudai .tk-partner__logo,
.tk-partnersgroup__item--morisawa .tk-partner__logo,
.tk-partnersgroup__item--nomurakougei .tk-partner__logo,
.tk-partnersgroup__item--ottobock .tk-partner__logo,
.tk-partnersgroup__item--park24 .tk-partner__logo,
.tk-partnersgroup__item--pasona .tk-partner__logo,
.tk-partnersgroup__item--sankei .tk-partner__logo,
.tk-partnersgroup__item--shimizu .tk-partner__logo,
.tk-partnersgroup__item--tanaka .tk-partner__logo,
.tk-partnersgroup__item--technogym .tk-partner__logo,
.tk-partnersgroup__item--yahoo .tk-partner__logo {
	max-width: 58px
}

@media (min-width:992px) {
	.tk-partnersgroup__item--aggreko .tk-partner__logo,
	.tk-partnersgroup__item--aoki .tk-partner__logo,
	.tk-partnersgroup__item--bcg .tk-partner__logo,
	.tk-partnersgroup__item--ecc .tk-partner__logo,
	.tk-partnersgroup__item--ey .tk-partner__logo,
	.tk-partnersgroup__item--google .tk-partner__logo,
	.tk-partnersgroup__item--hokkaido .tk-partner__logo,
	.tk-partnersgroup__item--kadokawa .tk-partner__logo,
	.tk-partnersgroup__item--kokuyo .tk-partner__logo,
	.tk-partnersgroup__item--marudai .tk-partner__logo,
	.tk-partnersgroup__item--morisawa .tk-partner__logo,
	.tk-partnersgroup__item--nomurakougei .tk-partner__logo,
	.tk-partnersgroup__item--ottobock .tk-partner__logo,
	.tk-partnersgroup__item--park24 .tk-partner__logo,
	.tk-partnersgroup__item--pasona .tk-partner__logo,
	.tk-partnersgroup__item--sankei .tk-partner__logo,
	.tk-partnersgroup__item--shimizu .tk-partner__logo,
	.tk-partnersgroup__item--tanaka .tk-partner__logo,
	.tk-partnersgroup__item--technogym .tk-partner__logo,
	.tk-partnersgroup__item--yahoo .tk-partner__logo {
		max-width: 98px
	}
}

@media (min-width:1260px) {
	.tk-partnersgroup__item--aggreko .tk-partner__logo,
	.tk-partnersgroup__item--aoki .tk-partner__logo,
	.tk-partnersgroup__item--bcg .tk-partner__logo,
	.tk-partnersgroup__item--ecc .tk-partner__logo,
	.tk-partnersgroup__item--ey .tk-partner__logo,
	.tk-partnersgroup__item--google .tk-partner__logo,
	.tk-partnersgroup__item--hokkaido .tk-partner__logo,
	.tk-partnersgroup__item--kadokawa .tk-partner__logo,
	.tk-partnersgroup__item--kokuyo .tk-partner__logo,
	.tk-partnersgroup__item--marudai .tk-partner__logo,
	.tk-partnersgroup__item--morisawa .tk-partner__logo,
	.tk-partnersgroup__item--nomurakougei .tk-partner__logo,
	.tk-partnersgroup__item--ottobock .tk-partner__logo,
	.tk-partnersgroup__item--park24 .tk-partner__logo,
	.tk-partnersgroup__item--pasona .tk-partner__logo,
	.tk-partnersgroup__item--sankei .tk-partner__logo,
	.tk-partnersgroup__item--shimizu .tk-partner__logo,
	.tk-partnersgroup__item--tanaka .tk-partner__logo,
	.tk-partnersgroup__item--technogym .tk-partner__logo,
	.tk-partnersgroup__item--yahoo .tk-partner__logo {
		max-width: 110px
	}
}

.tk-partnersgroup--websites .tk-partnersgroup__sequence {
	margin: 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 2px solid #eee
}

@media (max-width:767.98px) {
	.tk-partnersgroup--websites .tk-partnersgroup__sequence {
		width: 87.5%;
		padding-top: 30px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width:768px) {
	.tk-partnersgroup--websites .tk-partnersgroup__sequence {
		padding-top: 50px;
		padding-right: 8%;
		padding-left: 8%
	}
}

@media (max-width:767.98px) {
	.tk-partnersgroup--websites .tk-partnersgroup__item {
		width: 50%;
		height: 70px
	}
}

@media (min-width:768px) {
	.tk-partnersgroup--websites .tk-partnersgroup__item {
		width: calc(100% / 6);
		height: 100px
	}
}

@media (max-width:767.98px) {
	.tk-partnersgroup--websites .tk-partnersgroup__item--double {
		width: 100%
	}
}

@media (min-width:768px) {
	.tk-partnersgroup--websites .tk-partnersgroup__item--double {
		width: calc((100% /6) * 2)
	}
}

.tk-partnersgroup--websites .tk-partnersgroup__item--double>a {
	width: 50%;
	margin: auto
}

.tk-partnersgroup--websites .tk-partnersgroup__item-separator {
	background-color: #eee
}

@media (max-width:767.98px) {
	.tk-partnersgroup--websites .tk-partnersgroup__item-separator {
		width: 57%;
		height: 2px;
		margin: 16px 0
	}
}

@media (min-width:768px) {
	.tk-partnersgroup--websites .tk-partnersgroup__item-separator {
		display: none
	}
}

.tk-partnersgroup--grid .tk-partnersgroup__sequence {
	list-style: none;
	padding: 2px 0 0 2px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tk-partnersgroup--grid .tk-partnersgroup__item {
	margin-top: -2px;
	margin-left: -2px;
	border: 2px solid #eee
}

.tk-partnersgroup--grid .tk-partnersgroup__item-break {
	width: 100%!important
}

@media (max-width:767.98px) {
	.tk-partnersgroup--grid .tk-partnersgroup__item {
		height: 50px
	}
}

@media (min-width:768px) {
	.tk-partnersgroup--grid .tk-partnersgroup__item {
		height: 80px
	}
}

@media (max-width:767.98px) {
	.tk-partnersgroup--grid-sm-4 .tk-partnersgroup__sequence {
		width: calc(100% + 8px)
	}
	.tk-partnersgroup--grid-sm-4 .tk-partnersgroup__item {
		width: 25%
	}
	.tk-partnersgroup--grid-sm-5 .tk-partnersgroup__sequence {
		width: calc(100% + 10px)
	}
	.tk-partnersgroup--grid-sm-5 .tk-partnersgroup__item {
		width: 20%
	}
}

.tk-partnersgroup__sequence--centered {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:768px) {
	.tk-partnersgroup--grid-md-6 .tk-partnersgroup__sequence {
		width: calc(100% + 12px)
	}
	.tk-partnersgroup--grid-md-6 .tk-partnersgroup__item {
		width: calc(100% / 6)
	}
	.tk-partnersgroup--grid-md-7 .tk-partnersgroup__sequence {
		width: calc(100% + 14px)
	}
	.tk-partnersgroup--grid-md-7 .tk-partnersgroup__item {
		width: calc(100% / 7)
	}
}

.tk-disciplines {
	margin-bottom: 32px
}

.tk-disciplines__title {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: .75rem;
	text-align: center;
	font-weight: 700;
	line-height: 1.33333;
	word-break: keep-all
}

:lang(ja-JP) .tk-disciplines__title {
	overflow-wrap: break-word;
	word-break: normal
}

@media (min-width:768px) {
	.tk-disciplines__title {
		font-size: 1rem
	}
}

@media (min-width:992px) {
	.tk-disciplines__title {
		font-size: 1.125rem;
		line-height: 1.33333
	}
}

.tk-disciplines__sequence {
	padding: 0;
	list-style: none
}

.tk-disciplines__link {
	color: inherit;
	text-decoration: none!important;
	display: block;
	padding: 8px;
	-webkit-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s;
	will-change: background-color;
	height: 100%
}

.tk-disciplines__link:focus,
.tk-disciplines__link:hover {
	background-color: #f2f2f2;
	color: inherit
}

.tk-disciplines--olympics .tk-disciplines__picto {
	background-color: #b11d33;
	color: #fff
}

.tk-disciplines--paralympics .tk-disciplines__picto {
	background-color: #f08f98;
	color: #fff
}

.tk-disciplines__picto {
	position: relative;
	margin: 0 auto;
	border-radius: 100%;
	border: .3125rem solid #fff
}

.tk-disciplines__picto::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width:767.98px) {
	.tk-disciplines__picto {
		width: 3.75rem;
		height: 3.75rem
	}
	.tk-disciplines__picto::before {
		font-size: 2rem
	}
}

@media (min-width:576px) {
	.tk-disciplines__picto {
		width: 6.25rem;
		height: 6.25rem
	}
	.tk-disciplines__picto::before {
		font-size: 4.125rem
	}
}

@media (min-width:992px) {
	.tk-disciplines__picto {
		width: 7.5rem;
		height: 7.5rem
	}
	.tk-disciplines__picto::before {
		font-size: 4.875rem
	}
}

.tk-disciplines--grid .tk-disciplines__sequence {
	list-style: none;
	padding: 2px 0 0 2px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tk-disciplines__related {
	font-size: .875rem
}

.tk-disciplines__related-block {
	max-width: 405px;
	margin: 0 12px 32px
}

@media (min-width:768px) {
	.tk-disciplines__related-block {
		margin: 8px 0 12px
	}
}

.tk-disciplines__related-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
	padding: 4px 0
}

.tk-disciplines__related-description {
	max-width: 80%
}

@media (min-width:576px) {
	.tk-disciplines__related-description {
		min-height: 3.125rem
	}
}

.tk-disciplines__related .tk-disciplines__related-picto,
.tk-disciplines__related .tk-disciplines__related-picto--para {
	position: relative;
	padding-left: 3.125rem
}

.tk-disciplines__related .tk-disciplines__related-picto--para::before,
.tk-disciplines__related .tk-disciplines__related-picto::before {
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	padding: .3125rem;
	font-size: 1.875rem
}

@media (min-width:768px) {
	.tk-disciplines__related .tk-disciplines__related-picto,
	.tk-disciplines__related .tk-disciplines__related-picto--para {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%
	}
}

.tk-disciplines__related-picto::before {
	background-color: #b11d33;
	color: #fff
}

.tk-disciplines__related-picto--para::before {
	background-color: #f08f98;
	color: #fff
}

.tk-disciplines__related-link {
	border-bottom: 1px solid #dadada;
	position: relative
}

@media (max-width:575.98px) {
	.tk-disciplines__related-link {
		padding: 20px 20px 12px 0
	}
}

@media (min-width:576px) {
	.tk-disciplines__related-link {
		padding: 7px 20px 10px 0
	}
}

@media (min-width:768px) {
	.tk-disciplines__related-link {
		margin-top: auto
	}
}

.tk-disciplines__related-link .tk-link__text {
	font-size: .875rem
}

@media (min-width:768px) {
	.tk-disciplines__related {
		padding: 0 12px
	}
}

@media (min-width:992px) {
	.tk-disciplines__related {
		padding: 0 17%
	}
}

.tk-details-sport__header {
	margin: 1.625rem 0;
	z-index: 2;
	position: relative;
	background: #fff;
	padding: .3125rem 0
}

@media (max-width:991.98px) {
	.tk-details-sport__header {
		margin-bottom: .875rem;
		margin-top: .875rem
	}
}

@media (min-width:992px) {
	.tk-details-sport__header {
		margin-bottom: -83px
	}
	.tk-details-sport__header--no-bottom-margin {
		margin-bottom: 1.625rem
	}
}

@media (max-width:767.98px) {
	.tk-details-sport__container {
		padding: 0 5%
	}
}

@media (min-width:576px) {
	.tk-details-sport__container {
		padding: 0 2%
	}
}

@media (min-width:992px) {
	.tk-details-sport__container {
		padding: 0 17%
	}
}

.tk-details-sport__nav-list {
	list-style: none;
	margin: 1.25rem 0
}

.tk-details-sport__nav-link {
	position: relative;
	display: inline-block;
	height: 100%;
	padding: .375rem 0;
	color: #676767;
	line-height: inherit
}

.tk-details-sport__nav-link::after {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	z-index: 1;
	background-color: transparent
}

.tk-details-sport__nav-link:focus,
.tk-details-sport__nav-link:hover {
	text-decoration: none;
	color: #676767
}

.tk-details-sport__nav-link:focus::after,
.tk-details-sport__nav-link:hover::after {
	background-color: #676767
}

.tk-details-sport__nav-link.tk-icon-arrow-down {
	padding-right: 1.25rem
}

.tk-details-sport__nav-link.tk-icon-arrow-down::before {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: .625rem
}

.tk-details-sport__nav-item {
	font-size: 1rem;
	font-weight: 600;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	margin: .875rem 0;
	padding: 0 1.875rem;
	border-right: 1px solid #e5e5e5;
	line-height: 0
}

.tk-details-sport__nav-item:last-child {
	border-right: none
}

.tk-details-sport__nav-item:first-child {
	padding-left: 0
}

@media (max-width:991.98px) {
	.tk-details-sport__nav-item:first-child {
		padding-left: inherit
	}
}

@media (max-width:991.98px) {
	.tk-details-sport__nav-item {
		padding: 0 .9375rem 0 0;
		margin: .875rem .9375rem .875rem 0
	}
}

@media (min-width:768px) {
	.tk-details-sport__nav-item {
		padding: 0 1.875rem 0 0;
		margin: .875rem 1.875rem .875rem 0
	}
}

@media (min-width:992px) {
	.tk-details-sport__nav-item {
		padding: 0 .9375rem 0 0;
		margin: .875rem .9375rem .875rem 0
	}
}

.tk-details-sport__nav-item--active a {
	position: relative;
	display: inline-block;
	height: 100%;
	padding: .375rem 0;
	font-weight: 700;
	color: #000;
	line-height: inherit;
	pointer-events: none
}

.tk-details-sport__nav-item--active a::after {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	z-index: 1;
	background-color: #b11d33
}

.tk-details-sport__nav-item--active a:focus,
.tk-details-sport__nav-item--active a:hover {
	text-decoration: none;
	color: #000
}

.tk-details-sport__nav-item--active a:focus::after,
.tk-details-sport__nav-item--active a:hover::after {
	background-color: #b11d33
}

.tk-details-sport__nav-dropdown {
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
	padding: 0;
	margin: .3125rem 0
}

.tk-details-sport__nav-dropdown-item {
	padding: 1rem 1.25rem
}

.tk-details-sport__nav-dropdown-item:active {
	background-color: #004da1
}

.tk-details-sport__nav-dropdown-item:focus,
.tk-details-sport__nav-dropdown-item:hover {
	background-color: transparent;
	color: #004da1
}

.tk-details-sport__picto {
	position: relative;
	margin: 0;
	background-color: #b11d33;
	color: #fff;
	border-radius: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem
}

.tk-details-sport__picto::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tk-details-sport__picto::before {
	font-size: 1.5rem
}

.tk-details-sport__picto--para {
	background-color: #e96a7b
}

.tk-details-sport__title {
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	margin-left: .6875rem
}

@media (max-width:991.98px) {
	.tk-details-sport__title {
		font-size: 1.875rem;
		line-height: 1
	}
}

.tk-details-sport .tk-article__lead-image-details {
	margin-bottom: 5rem
}

@media (max-width:991.98px) {
	.tk-details-sport .tk-article__lead-image-details {
		margin-bottom: 1.25rem
	}
}

.tk-filter-overflowY-hide {
	position: fixed;
	overflow-y: hidden
}

.tk-filter__row {
	margin-bottom: 1.25rem
}

.tk-filter__title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700
}

.tk-filter__title--aligned {
	margin-left: 25px
}

.tk-filter__apply-btn {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600
}

.tk-filter__apply-btn:focus,
.tk-filter__apply-btn:hover {
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.tk-filter__inner-title {
	font-weight: 600;
	color: #000;
	font-size: 1rem;
	letter-spacing: 0;
	margin-bottom: 15px
}

.tk-filter__select-container {
	margin-bottom: 0;
	z-index: 99
}

.tk-filter__order-title {
	font-size: 1rem;
	margin-bottom: 25px;
	font-weight: 400;
	text-transform: uppercase
}

.tk-filter__order-by-container {
	color: #000;
	position: absolute;
	z-index: 9
}

.tk-filter__order-by-container li {
	margin-bottom: 18px
}

.tk-filter__radio-btn {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.tk-filter__radio-container {
	position: relative;
	padding-left: 35px;
	font-size: .875rem;
	font-weight: 400
}

.tk-filter__radio-container .checkmark:before {
	color: #fff;
	display: none;
	margin: 5px;
	font-size: .75rem;
	font-weight: 300
}

.tk-filter__radio-container input .checkmark {
	background-color: #9fa0a0
}

.tk-filter__radio-container input:focus~.checkmark::after {
	display: block;
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	border-radius: 100%;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2)
}

.tk-filter__radio-container input:checked~* {
	color: #856a47
}

.tk-filter__radio-container input:checked~.checkmark {
	background-color: #856a47;
	border-color: #856a47
}

.tk-filter__radio-container input:checked~.checkmark:before {
	display: block
}

.tk-filter__radio-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.5625rem;
	width: 1.5625rem;
	background-color: transparent;
	border: 2px solid #9fa0a0;
	border-radius: 12px
}

.tk-filter__radio-checkmark:after {
	content: "";
	position: absolute;
	display: none
}

@media (max-width:767.98px) {
	.tk-filter__title--aligned {
		margin-left: 10px
	}
}

.tk-filter__modal {
	padding: 0;
	max-width: 100vw;
	width: 100vw;
	z-index: 3001
}

.tk-filter__modal .tk-filter__content,
.tk-filter__modal .tk-filter__dialog {
	margin: 0;
	height: 100vh;
	min-height: 100vh;
	border-radius: 0;
	max-width: 100vw
}

.tk-filter__modal .tk-filter__footer,
.tk-filter__modal .tk-filter__header {
	border: 0
}

.tk-filter__modal .tk-filter__close-btn {
	background: 0 0;
	width: 32px;
	height: 32px;
	font-size: .9375rem;
	margin-top: 3px;
	color: #856a47;
	outline: 0;
	border: none
}

.tk-filter__modal .tk-filter__select-container {
	margin-bottom: 1.25rem
}

.tk-filter__modal .tk-filter__order-by-container {
	margin-top: 1.25rem
}

.tk-filter__modal .tk-filter__apply-btn {
	width: 100%
}

.tk-filter__accordion .tk-filter__select-container {
	max-width: 22rem
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-filter__accordion .tk-filter__select-container {
		left: -8px
	}
}

@media (min-width:992px) {
	.tk-filter__accordion .tk-filter__select-container {
		left: -28px
	}
}

.tk-filter__accordion .tk-filter__body {
	min-height: 13.125rem
}

.tk-filter__accordion .tk-filter__title {
	margin-bottom: 16px;
	font-size: 1.25rem;
	font-weight: 600
}

.tk-filter__accordion .tk-filter__order-by-container {
	margin-top: 5.625rem
}

.tokyo2020--olympics .tk-filter__apply-btn {
	background-color: #b11d33;
	color: #fff
}

.tokyo2020--olympics .tk-filter__apply-btn:focus,
.tokyo2020--olympics .tk-filter__apply-btn:hover {
	color: #fff;
	background-color: #db2641
}

.tokyo2020--paralympics .tk-filter__apply-btn {
	background-color: #f08f98;
	color: #000
}

.tokyo2020--paralympics .tk-filter__apply-btn:focus,
.tokyo2020--paralympics .tk-filter__apply-btn:hover {
	color: #000;
	background-color: #f6bcc1
}

.tk-share {
	display: none
}

.tk-share__sharing_toolbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-share__btn {
	display: block;
	position: relative;
	margin-right: 8px;
	height: 2.125rem;
	border: 1px solid #dadada;
	background-color: transparent;
	-webkit-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s;
	will-change: background-color
}

.tk-share__btn:focus,
.tk-share__btn:hover {
	text-decoration: none;
	background-color: rgba(218, 218, 218, .25)
}

.tk-share__btn--facebook {
	width: 2.125rem
}

.tk-share__btn--facebook [class^=tk-icon-]::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.125rem;
	content: '';
	width: 1.125rem;
	height: 1.125rem;
	background-image: url(/d3images/icons/social/facebook-round-32.svg);
	background-size: contain
}

.tk-share__btn--twitter {
	width: 2.125rem
}

.tk-share__btn--twitter [class^=tk-icon-]::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.125rem;
	color: #1da1f2
}

.tk-share__btn--global {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 0;
	padding: 0 12px 0 4px;
	color: #676767
}

.tk-share__btn--global .tk-icon-share {
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	position: relative
}

.tk-share__btn--global .tk-icon-share::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.125rem
}

.tk-share__btn--global .tk-share__btn-label {
	position: relative;
	display: block;
	padding-left: 10px;
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1
}

.tk-share__btn--global .tk-share__btn-label::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	border-left: 1px dashed #676767
}

.tk-share__modal-close-btn {
	position: absolute;
	right: 12px;
	top: 12px;
	background: 0 0;
	width: 2rem;
	height: 2rem;
	font-size: .875rem;
	color: #856a47;
	outline: 0;
	border: none
}

.tk-share__modal-social {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	width: 25%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tk-share__modal-social--title {
	font-size: .875rem;
	font-weight: 700
}

.tk-share__modal-social--wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px
}

.tk-share__modal-social:not(:last-of-type)::after {
	content: ' ';
	position: absolute;
	width: 1px;
	height: 60%;
	top: 50%;
	right: -.5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #dadada
}

.tk-share__modal-text {
	font-size: .875rem;
	color: #676767
}

.tk-share__modal-copy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-share__modal-copy-input {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #9fa0a0;
	width: calc(100% - 66px);
	height: 44px;
	padding: .375rem .75rem;
	margin-right: 8px;
	font-size: .75rem
}

.tk-share__modal-copy-btn {
	border: none;
	border-radius: 0;
	background-color: #b11d33;
	color: #fff;
	text-transform: uppercase;
	width: 66px;
	height: 44px;
	font-size: .75rem;
	font-weight: 700
}

.tk-share__modal-content {
	position: relative;
	max-width: 511px;
	min-height: 328px;
	padding: 51px 60px 51px 60px;
	border: 0 solid;
	border-radius: 0;
	-webkit-box-shadow: 0 0 24px 6px rgba(0, 0, 0, .5);
	box-shadow: 0 0 24px 6px rgba(0, 0, 0, .5)
}

.tk-share__modal-content-header {
	padding: 0;
	margin: 0;
	border: none
}

.tk-share__modal-content-header--title {
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 700
}

.tk-share__modal-content-body {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 126px
}

.tk-share__modal-content-footer {
	padding: 0;
	margin: 0;
	border: none;
	display: block
}

@media (max-width:575.98px) {
	.tk-share__modal {
		margin: 0
	}
	.tk-share__modal-content {
		min-width: 100vw;
		max-width: 100vw;
		min-height: 100vh;
		max-height: 100vh;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 30px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.tk-share__modal-content-header {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.tk-share__modal-content-header--title {
		text-transform: none;
		font-size: 1.5rem
	}
	.tk-share__modal-content-body {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.tk-share__modal-content-footer {
		width: 100%;
		margin-top: 40px
	}
	.tk-share__modal-social {
		width: 50%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 15px
	}
	.tk-share__modal-social:nth-child(2n)::after {
		background-color: inherit
	}
}

.tk-section--black-bg .tk-share__btn {
	border-color: #676767
}

.tk-section--black-bg .tk-share__btn:focus,
.tk-section--black-bg .tk-share__btn:hover {
	background-color: rgba(103, 103, 103, .25)
}

.tk-section--black-bg .tk-share__btn--global {
	color: #fff
}

.tk-section--black-bg .tk-share__btn--global .tk-share__btn-label::before {
	border-left-color: #fff
}

.tk-dropdown {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

.tk-dropdown__select-container {
	background-color: #fff;
	z-index: 99
}

.tk-dropdown.choices {
	padding: 16px 28px 16px 28px;
	border-radius: 6px;
	font-size: 1rem;
	line-height: 1;
	color: #000;
	background-color: #fff
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-dropdown.choices {
		padding-left: 8px;
		padding-right: 8px
	}
}

.tk-dropdown.choices[data-type*=select-one]::after {
	border: none
}

.tk-dropdown.choices[data-type*=select-one]::before {
	top: 24px;
	position: absolute;
	right: 40px;
	color: #000;
	font-size: .8125rem;
	font-weight: 400
}

.tk-dropdown.choices[data-type*=select-one].tk-icon-arrow-down .choices__button {
	display: none
}

.tk-dropdown.choices.is-focused {
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2)
}

.tk-dropdown.choices.is-focused .choices__list--single {
	border-bottom: none
}

.tk-dropdown.choices.is-open .choices__list--dropdown {
	position: relative;
	border: none;
	border-top: 2px solid #856a47
}

.tk-dropdown.choices.is-open .choices__list--dropdown .choices__item {
	padding: 8px 0;
	text-transform: capitalize
}

.tk-dropdown.choices.is-open .choices__list--dropdown .choices__input {
	margin: 0 0 8px;
	padding: 8px 0;
	border-color: #dadada
}

.tk-dropdown.choices.is-open .choices__list--dropdown .is-highlighted {
	background-color: transparent;
	color: #856a47
}

.tk-dropdown.choices .choices__item {
	text-transform: uppercase
}

.tk-dropdown.choices .choices__inner {
	min-height: 38px;
	padding: 0;
	background: 0 0;
	border: none
}

.tk-dropdown.choices .choices__placeholder {
	color: #000;
	opacity: 1
}

.tk-dropdown.choices .choices__placeholder .choices__button {
	display: none
}

.tk-dropdown.choices .choices__list--single {
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid #dadada
}

.tk-dropdown.choices .choices__button {
	top: 20px;
	right: 37px;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: 0;
	margin-right: 0;
	background: 0 0;
	opacity: 1
}

.tk-dropdown.choices .choices__button::before {
	position: absolute;
	display: block;
	text-indent: 0;
	font-size: .8125rem;
	font-weight: 400;
	color: #856a47;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tk-bs-dropdown {
	padding: 16px 28px 16px 28px;
	border-radius: 6px;
	font-size: 1rem;
	line-height: 1;
	color: #000;
	background-color: #fff;
	max-width: 335px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-height: 386px;
	height: auto;
	margin-top: 35px 0
}

.tk-bs-dropdown__container {
	padding: 0 33px
}

.tk-bs-dropdown__radio-btn {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.tk-bs-dropdown__radio-container {
	position: relative;
	padding-left: 35px;
	font-size: .875rem;
	font-weight: 400
}

.tk-bs-dropdown__radio-container .checkmark:before {
	color: #fff;
	display: none;
	margin: 5px;
	font-size: .75rem;
	font-weight: 300
}

.tk-bs-dropdown__radio-container input .checkmark {
	background-color: #9fa0a0
}

.tk-bs-dropdown__radio-container input:focus~.checkmark::after {
	display: block;
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	border-radius: 100%;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2)
}

.tk-bs-dropdown__radio-container input:checked~* {
	color: #856a47
}

.tk-bs-dropdown__radio-container input:checked~.checkmark {
	background-color: #856a47;
	border-color: #856a47
}

.tk-bs-dropdown__radio-container input:checked~.checkmark:before {
	display: block
}

.tk-bs-dropdown__radio-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.5625rem;
	width: 1.5625rem;
	background-color: transparent;
	border: 2px solid #9fa0a0;
	border-radius: 12px
}

.tk-bs-dropdown__radio-checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.tk-bs-dropdown--active {
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2)
}

.tk-bs-dropdown--active .tk-bs-dropdown__text {
	border-bottom: 2px solid #856a47
}

.tk-bs-dropdown__apply-btn {
	border-radius: 0;
	background-color: #b11d33;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600
}

.tk-bs-dropdown__apply-btn:focus,
.tk-bs-dropdown__apply-btn:hover {
	color: #fff
}

.tk-bs-dropdown__text {
	font-size: .875rem;
	text-transform: uppercase;
	border: none;
	padding-top: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer
}

.tk-bs-dropdown__menu {
	border: none;
	min-height: 100px;
	max-height: 300px;
	/*overflow-y: auto;*/
	z-index: 1
}

.tk-bs-dropdown__item {
	margin: 30px 0
}

.tk-bs-dropdown__item--text {
	vertical-align: sub
}

@media (max-width:767.98px) {
	.tk-bs-dropdown__item {
		margin: 15px
	}
	.tk-bs-dropdown__item--text {
		color: #000
	}
}

.tk-bs-dropdown__icon {
	color: #856a47
}

.tk-bs-dropdown__icon--mobile {
	font-size: 14px;
	border: none;
	background: 0 0
}

.tk-bs-dropdown__mobile {
	padding-bottom: env(safe-area-inset-bottom);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.tk-bs-dropdown__mobile-head-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px
}

.tk-bs-dropdown__mobile-head-container--title {
	font-weight: 700;
	color: #000
}

.tk-bs-dropdown__mobile-data {
	/*overflow-y: auto;*/
	max-height: 75%
}

.tk-bs-dropdown__mobile--apply-btn {
	border-radius: 0;
	background-color: #b11d33;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	position: absolute;
	width: 100%;
	bottom: 0
}

.tk-bs-dropdown__mobile--apply-btn:focus,
.tk-bs-dropdown__mobile--apply-btn:hover {
	color: #fff
}

@media (max-width:767.98px) {
	.tk-bs-dropdown {
		margin: 0 auto
	}
	.tk-bs-dropdown__container {
		max-width: 335px;
		padding: 16px 33px;
		margin: 0 auto
	}
	.tk-bs-dropdown__col-radio {
		width: 50%
	}
	.tk-bs-dropdown__apply-btn {
		margin: 0 auto
	}
}

.tk-empty {
	margin: 5rem 0;
	text-align: center;
	font-weight: 600;
	font-size: 1rem
}

.tk-external-link {
	padding-bottom: .625rem
}

@media (min-width:768px) {
	.tk-external-link:nth-child(even) .tk-external-link__container {
		margin-left: 3.125rem
	}
}

.tk-external-link__container {
	margin: 10px 0 10px;
	border-bottom: 1px solid #9fa0a0;
	position: relative;
	padding-bottom: 2.5rem
}

@media (min-width:768px) {
	.tk-external-link__container {
		max-width: 21.875rem;
		padding-bottom: 3.75rem
	}
}

.tk-external-link__container.wrapper {
	padding-bottom: 0
}

.tk-external-link__container.wrapper .tk-external-link__link {
	position: relative
}

.tk-external-link .tk-article__part {
	margin-top: 0!important
}

.tk-external-link__image {
	width: 18.75rem;
	margin: 10px 0 10px 0
}

@media (max-width:991.98px) {
	.tk-external-link__image {
		margin: 10px 0 10px 12px
	}
}

.tk-external-link__link {
	margin-top: .625rem;
	position: absolute;
	bottom: 15px
}

.tk-venues-list {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 360px;
	/*overflow-y: auto;*/
	overflow-x: hidden
}

@media (max-width:991.98px) {
	.tk-venues-list {
		width: 100%
	}
}

@media (min-width:768px) {
	.tk-venues-list {
		height: 845px
	}
}

.tk-venues-list__card,
.tk-venues-list__card:active,
.tk-venues-list__card:focus,
.tk-venues-list__card:hover {
	text-decoration: none;
	color: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.tk-venues-list__link {
	line-height: 1.5;
	font-weight: 700;
	font-size: .75rem;
	max-width: 100%;
	margin: 4px .625rem
}

@media (max-width:767.98px) {
	.tk-venues-list__link {
		display: none
	}
}

.tk-venues-list__link--mobile {
	position: absolute;
	right: 0;
	height: 100%;
	width: 60px
}

@media (min-width:576px) {
	.tk-venues-list__link--mobile {
		display: none
	}
}

.tk-venues-list__link--mobile::before {
	font-size: 1.125rem
}

.tk-venues-list__item {
	cursor: pointer;
	max-width: 21.875rem;
	list-style: none;
	height: auto;
	background-color: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #dadada
}

@media (max-width:991.98px) {
	.tk-venues-list__item {
		width: 100%;
		max-width: inherit
	}
}

.tk-venues-list__item--title {
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	margin-left: .625rem;
	margin-bottom: 0
}

.tk-venues-list__sequence {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column
}

.tk-venues-list__container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 260px
}

.tk-venues-list__disciplines {
	margin-left: .625rem;
	padding-top: .625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tk-venues-list__disciplines .tk-venues-list__disciplines--picto,
.tk-venues-list__disciplines .tk-venues-list__disciplines--picto-para {
	position: relative;
	border-radius: 100%;
	width: 1.875rem;
	height: 1.875rem;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3px
}

.tk-venues-list__disciplines .tk-venues-list__disciplines--picto-para:not(:first-child),
.tk-venues-list__disciplines .tk-venues-list__disciplines--picto:not(:first-child) {
	margin-left: 8px
}

.tk-venues-list__disciplines>li:nth-of-type(10),
.tk-venues-list__disciplines>li:nth-of-type(7),
.tk-venues-list__disciplines>li:nth-of-type(8),
.tk-venues-list__disciplines>li:nth-of-type(9) {
	display: none
}

.tk-venues-list__disciplines--picto {
	background-color: #b11d33;
	color: #fff
}

.tk-venues-list__disciplines--picto-para {
	background-color: #f08f98;
	color: #fff
}

.tk-venues-list__leadImage {
	height: 845px;
	width: calc(100% - 360px);
	position: absolute;
	right: 0;
	top: 0
}

.tk-venues-list__leadImage img,
.tk-venues-list__leadImage picture {
	width: 100%
}

@media (max-width:991.98px) {
	.tk-venues-list__leadImage {
		display: none
	}
}

.tk-venues-list__ext-container {
	position: relative
}

@media (max-width:767.98px) {
	.tk-venues-list__ext-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.tk-venues-list--grid .tk-venues-list__sequence {
	list-style: none;
	padding: 2px 0 0 2px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tk-venues-slider .tk-card-slider__item,
.tk-venues-slider .tk-gallery-slider__item,
.tk-venues-slider .tk-mascots-slider__card,
.tk-venues-slider .tk-venues-slider__item {
	width: auto;
	list-style: none;
	height: auto
}

.tk-venues-slider .swiper-slide-next.tk-card-slider__item .tk-gallery-slider__photo,
.tk-venues-slider .swiper-slide-next.tk-gallery-slider__item .tk-gallery-slider__photo,
.tk-venues-slider .swiper-slide-next.tk-mascots-slider__card .tk-gallery-slider__photo,
.tk-venues-slider .swiper-slide-next.tk-venues-slider__item .tk-gallery-slider__photo,
.tk-venues-slider .swiper-slide-prev.tk-card-slider__item .tk-gallery-slider__photo,
.tk-venues-slider .swiper-slide-prev.tk-gallery-slider__item .tk-gallery-slider__photo,
.tk-venues-slider .swiper-slide-prev.tk-mascots-slider__card .tk-gallery-slider__photo,
.tk-venues-slider .swiper-slide-prev.tk-venues-slider__item .tk-gallery-slider__photo {
	opacity: .5
}

.tk-card-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
.tk-card-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
.tk-card-slider .tk-venues-slider .tk-card-slider__next,
.tk-card-slider .tk-venues-slider .tk-card-slider__prev,
.tk-card-slider .tk-venues-slider .tk-gallery-slider__next,
.tk-card-slider .tk-venues-slider .tk-gallery-slider__prev,
.tk-card-slider .tk-venues-slider .tk-homepage__slider-next,
.tk-card-slider .tk-venues-slider .tk-homepage__slider-prev,
.tk-card-slider .tk-venues-slider .tk-mascots-slider-next,
.tk-card-slider .tk-venues-slider .tk-mascots-slider-prev,
.tk-card-slider .tk-venues-slider .tk-mascots-slider__next,
.tk-card-slider .tk-venues-slider .tk-mascots-slider__prev,
.tk-card-slider .tk-venues-slider .tk-venues-slider__next,
.tk-card-slider .tk-venues-slider .tk-venues-slider__prev,
.tk-card-slider--external .tk-card-slider .tk-venues-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-card-slider .tk-venues-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-gallery-slider .tk-venues-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-gallery-slider .tk-venues-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-homepage__slider .tk-venues-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-homepage__slider .tk-venues-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-mascots-slider .tk-venues-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-mascots-slider .tk-venues-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
.tk-cardsgroup__morewrapper .tk-venues-slider .tk-cardsgroup__more,
.tk-gallery-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
.tk-gallery-slider .tk-venues-slider .tk-card-slider__next,
.tk-gallery-slider .tk-venues-slider .tk-card-slider__prev,
.tk-gallery-slider .tk-venues-slider .tk-gallery-slider__next,
.tk-gallery-slider .tk-venues-slider .tk-gallery-slider__prev,
.tk-gallery-slider .tk-venues-slider .tk-homepage__slider-next,
.tk-gallery-slider .tk-venues-slider .tk-homepage__slider-prev,
.tk-gallery-slider .tk-venues-slider .tk-mascots-slider-next,
.tk-gallery-slider .tk-venues-slider .tk-mascots-slider-prev,
.tk-gallery-slider .tk-venues-slider .tk-mascots-slider__next,
.tk-gallery-slider .tk-venues-slider .tk-mascots-slider__prev,
.tk-gallery-slider .tk-venues-slider .tk-venues-slider__next,
.tk-gallery-slider .tk-venues-slider .tk-venues-slider__prev,
.tk-homepage__slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
.tk-homepage__slider .tk-venues-slider .tk-card-slider__next,
.tk-homepage__slider .tk-venues-slider .tk-card-slider__prev,
.tk-homepage__slider .tk-venues-slider .tk-gallery-slider__next,
.tk-homepage__slider .tk-venues-slider .tk-gallery-slider__prev,
.tk-homepage__slider .tk-venues-slider .tk-homepage__slider-next,
.tk-homepage__slider .tk-venues-slider .tk-homepage__slider-prev,
.tk-homepage__slider .tk-venues-slider .tk-mascots-slider-next,
.tk-homepage__slider .tk-venues-slider .tk-mascots-slider-prev,
.tk-homepage__slider .tk-venues-slider .tk-mascots-slider__next,
.tk-homepage__slider .tk-venues-slider .tk-mascots-slider__prev,
.tk-homepage__slider .tk-venues-slider .tk-venues-slider__next,
.tk-homepage__slider .tk-venues-slider .tk-venues-slider__prev,
.tk-mascots-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
.tk-mascots-slider .tk-venues-slider .tk-card-slider__next,
.tk-mascots-slider .tk-venues-slider .tk-card-slider__prev,
.tk-mascots-slider .tk-venues-slider .tk-gallery-slider__next,
.tk-mascots-slider .tk-venues-slider .tk-gallery-slider__prev,
.tk-mascots-slider .tk-venues-slider .tk-homepage__slider-next,
.tk-mascots-slider .tk-venues-slider .tk-homepage__slider-prev,
.tk-mascots-slider .tk-venues-slider .tk-mascots-slider-next,
.tk-mascots-slider .tk-venues-slider .tk-mascots-slider-prev,
.tk-mascots-slider .tk-venues-slider .tk-mascots-slider__next,
.tk-mascots-slider .tk-venues-slider .tk-mascots-slider__prev,
.tk-mascots-slider .tk-venues-slider .tk-venues-slider__next,
.tk-mascots-slider .tk-venues-slider .tk-venues-slider__prev,
.tk-venues-slider .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-venues-slider .tk-card-slider .tk-card-slider__next,
.tk-venues-slider .tk-card-slider .tk-card-slider__prev,
.tk-venues-slider .tk-card-slider .tk-gallery-slider__next,
.tk-venues-slider .tk-card-slider .tk-gallery-slider__prev,
.tk-venues-slider .tk-card-slider .tk-homepage__slider-next,
.tk-venues-slider .tk-card-slider .tk-homepage__slider-prev,
.tk-venues-slider .tk-card-slider .tk-mascots-slider-next,
.tk-venues-slider .tk-card-slider .tk-mascots-slider-prev,
.tk-venues-slider .tk-card-slider .tk-mascots-slider__next,
.tk-venues-slider .tk-card-slider .tk-mascots-slider__prev,
.tk-venues-slider .tk-card-slider .tk-venues-slider__next,
.tk-venues-slider .tk-card-slider .tk-venues-slider__prev,
.tk-venues-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external,
.tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-venues-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
.tk-venues-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
.tk-venues-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-venues-slider .tk-card-slider__next,
.tk-venues-slider .tk-card-slider__prev,
.tk-venues-slider .tk-cardsgroup__morewrapper .tk-cardsgroup__more,
.tk-venues-slider .tk-gallery-caption__fullscreen-btn,
.tk-venues-slider .tk-gallery-caption__info-btn,
.tk-venues-slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-venues-slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-venues-slider .tk-gallery-slider .tk-card-slider__next,
.tk-venues-slider .tk-gallery-slider .tk-card-slider__prev,
.tk-venues-slider .tk-gallery-slider .tk-gallery-slider__next,
.tk-venues-slider .tk-gallery-slider .tk-gallery-slider__prev,
.tk-venues-slider .tk-gallery-slider .tk-homepage__slider-next,
.tk-venues-slider .tk-gallery-slider .tk-homepage__slider-prev,
.tk-venues-slider .tk-gallery-slider .tk-mascots-slider-next,
.tk-venues-slider .tk-gallery-slider .tk-mascots-slider-prev,
.tk-venues-slider .tk-gallery-slider .tk-mascots-slider__next,
.tk-venues-slider .tk-gallery-slider .tk-mascots-slider__prev,
.tk-venues-slider .tk-gallery-slider .tk-venues-slider__next,
.tk-venues-slider .tk-gallery-slider .tk-venues-slider__prev,
.tk-venues-slider .tk-gallery-slider__next,
.tk-venues-slider .tk-gallery-slider__prev,
.tk-venues-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-venues-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-venues-slider .tk-homepage__slider .tk-card-slider__next,
.tk-venues-slider .tk-homepage__slider .tk-card-slider__prev,
.tk-venues-slider .tk-homepage__slider .tk-gallery-slider__next,
.tk-venues-slider .tk-homepage__slider .tk-gallery-slider__prev,
.tk-venues-slider .tk-homepage__slider .tk-homepage__slider-next,
.tk-venues-slider .tk-homepage__slider .tk-homepage__slider-prev,
.tk-venues-slider .tk-homepage__slider .tk-mascots-slider-next,
.tk-venues-slider .tk-homepage__slider .tk-mascots-slider-prev,
.tk-venues-slider .tk-homepage__slider .tk-mascots-slider__next,
.tk-venues-slider .tk-homepage__slider .tk-mascots-slider__prev,
.tk-venues-slider .tk-homepage__slider .tk-venues-slider__next,
.tk-venues-slider .tk-homepage__slider .tk-venues-slider__prev,
.tk-venues-slider .tk-homepage__slider-next,
.tk-venues-slider .tk-homepage__slider-prev,
.tk-venues-slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-venues-slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-venues-slider .tk-mascots-slider .tk-card-slider__next,
.tk-venues-slider .tk-mascots-slider .tk-card-slider__prev,
.tk-venues-slider .tk-mascots-slider .tk-gallery-slider__next,
.tk-venues-slider .tk-mascots-slider .tk-gallery-slider__prev,
.tk-venues-slider .tk-mascots-slider .tk-homepage__slider-next,
.tk-venues-slider .tk-mascots-slider .tk-homepage__slider-prev,
.tk-venues-slider .tk-mascots-slider .tk-mascots-slider-next,
.tk-venues-slider .tk-mascots-slider .tk-mascots-slider-prev,
.tk-venues-slider .tk-mascots-slider .tk-mascots-slider__next,
.tk-venues-slider .tk-mascots-slider .tk-mascots-slider__prev,
.tk-venues-slider .tk-mascots-slider .tk-venues-slider__next,
.tk-venues-slider .tk-mascots-slider .tk-venues-slider__prev,
.tk-venues-slider .tk-mascots-slider-next,
.tk-venues-slider .tk-mascots-slider-prev,
.tk-venues-slider .tk-mascots-slider__next,
.tk-venues-slider .tk-mascots-slider__prev,
.tk-venues-slider .tk-venues-slider__next,
.tk-venues-slider .tk-venues-slider__prev,
.tk-venues-slider .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-venues-slider .tokyo2020--olympics .tk-omega-clock-right,
.tk-venues-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-venues-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link,
.tk-venues-slider .tokyo2020--paralympics .tk-omega-clock-right,
.tk-venues-slider .tokyo2020--paralympics .tk-torch__container-viewall-link,
.tk-venues-slider .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-venues-slider .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tokyo2020--olympics .tk-cardsgroup .tk-venues-slider .tk-cardsgroup__more,
.tokyo2020--olympics .tk-venues-slider .tk-omega-clock-right,
.tokyo2020--paralympics .tk-cardsgroup .tk-venues-slider .tk-cardsgroup__more,
.tokyo2020--paralympics .tk-cardsgroup .tk-venues-slider .tk-cardsgroup__viewall-link,
.tokyo2020--paralympics .tk-venues-slider .tk-omega-clock-right,
.tokyo2020--paralympics .tk-venues-slider .tk-torch__container-viewall-link,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-venues-slider .tk-cardsgroup__more,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-venues-slider .tk-cardsgroup__more {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: 0 0
}

.tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
.tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-venues-slider .tk-card-slider__next,
.tk-venues-slider .tk-card-slider__prev,
.tk-venues-slider .tk-gallery-slider__next,
.tk-venues-slider .tk-gallery-slider__prev,
.tk-venues-slider .tk-homepage__slider-next,
.tk-venues-slider .tk-homepage__slider-prev,
.tk-venues-slider .tk-mascots-slider-next,
.tk-venues-slider .tk-mascots-slider-prev,
.tk-venues-slider .tk-mascots-slider__next,
.tk-venues-slider .tk-mascots-slider__prev,
.tk-venues-slider .tk-venues-slider__next,
.tk-venues-slider .tk-venues-slider__prev {
	font-size: .875rem;
	line-height: 1;
	font-weight: 700;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin-top: 0;
	width: 2.75rem;
	height: 5.25rem
}

@media (min-width:768px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider__next,
	.tk-venues-slider .tk-card-slider__prev,
	.tk-venues-slider .tk-gallery-slider__next,
	.tk-venues-slider .tk-gallery-slider__prev,
	.tk-venues-slider .tk-homepage__slider-next,
	.tk-venues-slider .tk-homepage__slider-prev,
	.tk-venues-slider .tk-mascots-slider-next,
	.tk-venues-slider .tk-mascots-slider-prev,
	.tk-venues-slider .tk-mascots-slider__next,
	.tk-venues-slider .tk-mascots-slider__prev,
	.tk-venues-slider .tk-venues-slider__next,
	.tk-venues-slider .tk-venues-slider__prev {
		width: 2.25rem;
		height: 2.25rem;
		margin-top: -3.25rem;
		border-radius: 50%;
		background: #fff;
		color: #856a47;
		-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		border: 1px solid #dadada
	}
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:focus,
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:hover,
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:focus,
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:hover,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:focus,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:hover,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:hover,
	.tk-venues-slider .tk-card-slider__next:focus,
	.tk-venues-slider .tk-card-slider__next:hover,
	.tk-venues-slider .tk-card-slider__prev:focus,
	.tk-venues-slider .tk-card-slider__prev:hover,
	.tk-venues-slider .tk-gallery-slider__next:focus,
	.tk-venues-slider .tk-gallery-slider__next:hover,
	.tk-venues-slider .tk-gallery-slider__prev:focus,
	.tk-venues-slider .tk-gallery-slider__prev:hover,
	.tk-venues-slider .tk-homepage__slider-next:focus,
	.tk-venues-slider .tk-homepage__slider-next:hover,
	.tk-venues-slider .tk-homepage__slider-prev:focus,
	.tk-venues-slider .tk-homepage__slider-prev:hover,
	.tk-venues-slider .tk-mascots-slider-next:focus,
	.tk-venues-slider .tk-mascots-slider-next:hover,
	.tk-venues-slider .tk-mascots-slider-prev:focus,
	.tk-venues-slider .tk-mascots-slider-prev:hover,
	.tk-venues-slider .tk-mascots-slider__next:focus,
	.tk-venues-slider .tk-mascots-slider__next:hover,
	.tk-venues-slider .tk-mascots-slider__prev:focus,
	.tk-venues-slider .tk-mascots-slider__prev:hover,
	.tk-venues-slider .tk-venues-slider__next:focus,
	.tk-venues-slider .tk-venues-slider__next:hover,
	.tk-venues-slider .tk-venues-slider__prev:focus,
	.tk-venues-slider .tk-venues-slider__prev:hover {
		-webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2)
	}
}

@media (min-width:992px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider__next,
	.tk-venues-slider .tk-card-slider__prev,
	.tk-venues-slider .tk-gallery-slider__next,
	.tk-venues-slider .tk-gallery-slider__prev,
	.tk-venues-slider .tk-homepage__slider-next,
	.tk-venues-slider .tk-homepage__slider-prev,
	.tk-venues-slider .tk-mascots-slider-next,
	.tk-venues-slider .tk-mascots-slider-prev,
	.tk-venues-slider .tk-mascots-slider__next,
	.tk-venues-slider .tk-mascots-slider__prev,
	.tk-venues-slider .tk-venues-slider__next,
	.tk-venues-slider .tk-venues-slider__prev {
		width: 2.875rem;
		height: 2.875rem;
		margin-top: -3.5625rem
	}
}

@media (min-width:1260px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider__next,
	.tk-venues-slider .tk-card-slider__prev,
	.tk-venues-slider .tk-gallery-slider__next,
	.tk-venues-slider .tk-gallery-slider__prev,
	.tk-venues-slider .tk-homepage__slider-next,
	.tk-venues-slider .tk-homepage__slider-prev,
	.tk-venues-slider .tk-mascots-slider-next,
	.tk-venues-slider .tk-mascots-slider-prev,
	.tk-venues-slider .tk-mascots-slider__next,
	.tk-venues-slider .tk-mascots-slider__prev,
	.tk-venues-slider .tk-venues-slider__next,
	.tk-venues-slider .tk-venues-slider__prev {
		width: 3.75rem;
		height: 3.75rem;
		margin-top: -4rem
	}
}

@media (max-width:767.98px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider__prev,
	.tk-venues-slider .tk-gallery-slider__prev,
	.tk-venues-slider .tk-homepage__slider-prev,
	.tk-venues-slider .tk-mascots-slider-prev,
	.tk-venues-slider .tk-mascots-slider__prev,
	.tk-venues-slider .tk-venues-slider__prev {
		top: 0;
		left: 50%;
		margin-left: -4.8125rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider__prev,
	.tk-venues-slider .tk-gallery-slider__prev,
	.tk-venues-slider .tk-homepage__slider-prev,
	.tk-venues-slider .tk-mascots-slider-prev,
	.tk-venues-slider .tk-mascots-slider__prev,
	.tk-venues-slider .tk-venues-slider__prev {
		left: -18px;
		right: auto
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider__prev,
	.tk-venues-slider .tk-gallery-slider__prev,
	.tk-venues-slider .tk-homepage__slider-prev,
	.tk-venues-slider .tk-mascots-slider-prev,
	.tk-venues-slider .tk-mascots-slider__prev,
	.tk-venues-slider .tk-venues-slider__prev {
		left: -25px;
		right: auto
	}
}

@media (min-width:1260px) and (max-width:1455.98px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider__prev,
	.tk-venues-slider .tk-gallery-slider__prev,
	.tk-venues-slider .tk-homepage__slider-prev,
	.tk-venues-slider .tk-mascots-slider-prev,
	.tk-venues-slider .tk-mascots-slider__prev,
	.tk-venues-slider .tk-venues-slider__prev {
		left: -15px;
		right: auto
	}
}

@media (min-width:1456px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-venues-slider .tk-card-slider__prev,
	.tk-venues-slider .tk-gallery-slider__prev,
	.tk-venues-slider .tk-homepage__slider-prev,
	.tk-venues-slider .tk-mascots-slider-prev,
	.tk-venues-slider .tk-mascots-slider__prev,
	.tk-venues-slider .tk-venues-slider__prev {
		left: -30px;
		right: auto
	}
}

@media (max-width:767.98px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider__next,
	.tk-venues-slider .tk-gallery-slider__next,
	.tk-venues-slider .tk-homepage__slider-next,
	.tk-venues-slider .tk-mascots-slider-next,
	.tk-venues-slider .tk-mascots-slider__next,
	.tk-venues-slider .tk-venues-slider__next {
		top: 0;
		right: 50%;
		margin-right: -4.8125rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider__next,
	.tk-venues-slider .tk-gallery-slider__next,
	.tk-venues-slider .tk-homepage__slider-next,
	.tk-venues-slider .tk-mascots-slider-next,
	.tk-venues-slider .tk-mascots-slider__next,
	.tk-venues-slider .tk-venues-slider__next {
		left: auto;
		right: -18px
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider__next,
	.tk-venues-slider .tk-gallery-slider__next,
	.tk-venues-slider .tk-homepage__slider-next,
	.tk-venues-slider .tk-mascots-slider-next,
	.tk-venues-slider .tk-mascots-slider__next,
	.tk-venues-slider .tk-venues-slider__next {
		left: auto;
		right: -25px
	}
}

@media (min-width:1260px) and (max-width:1455.98px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider__next,
	.tk-venues-slider .tk-gallery-slider__next,
	.tk-venues-slider .tk-homepage__slider-next,
	.tk-venues-slider .tk-mascots-slider-next,
	.tk-venues-slider .tk-mascots-slider__next,
	.tk-venues-slider .tk-venues-slider__next {
		left: auto;
		right: -15px
	}
}

@media (min-width:1456px) {
	.tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-venues-slider .tk-card-slider__next,
	.tk-venues-slider .tk-gallery-slider__next,
	.tk-venues-slider .tk-homepage__slider-next,
	.tk-venues-slider .tk-mascots-slider-next,
	.tk-venues-slider .tk-mascots-slider__next,
	.tk-venues-slider .tk-venues-slider__next {
		left: auto;
		right: -30px
	}
}

.tk-venues-slider {
	margin-top: 30px;
	margin-bottom: 60px;
	overflow: visible
}

.tk-venues-slider__link,
.tk-venues-slider__link:active,
.tk-venues-slider__link:focus,
.tk-venues-slider__link:hover {
	text-decoration: none;
	color: inherit
}

.tk-venues-slider__item {
	margin-right: 10px;
	list-style: none;
	height: auto;
	background-color: #fff
}

.tk-venues-slider__item--title {
	font-size: .875rem;
	font-weight: 700;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
	margin-top: 8px;
	min-height: 2rem
}

.tk-venues-slider__sequence {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-venues-slider__photo {
	display: inline;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

.tk-venues-slider__photo img {
	max-width: 100vw;
	max-height: 100vh
}

@media (min-width:768px) {
	.tk-venues-slider__photo img {
		max-width: 728px
	}
}

@media (min-width:992px) {
	.tk-venues-slider__photo img {
		max-width: 944px
	}
}

@media (min-width:1260px) {
	.tk-venues-slider__photo img {
		max-width: 1224px
	}
}

@media (max-width:767.98px) {
	.tk-venues-slider__navigation {
		position: relative
	}
}

.tk-venues-slider__caption {
	position: relative
}

@media (max-width:767.98px) {
	.tk-venues-slider {
		margin-bottom: 20px
	}
	.tk-venues-slider__btn {
		color: #000
	}
	.tk-venues-slider__pagination--total {
		color: #9fa0a0
	}
}

@media (min-width:576px) {
	.tk-venues-slider {
		border-top: 1px solid #dadada;
		padding-top: 38px
	}
	.tk-venues-slider__item:not(:last-child) {
		margin-right: 31px
	}
}

@media (min-width:768px) {
	.tk-venues-slider__pagination {
		display: none
	}
}

.tk-venues-slider__disciplines {
	border-top: 1px solid #dadada;
	margin-top: 24px;
	padding-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.tk-venues-slider__disciplines .tk-venues-slider__disciplines--picto-olympics,
.tk-venues-slider__disciplines .tk-venues-slider__disciplines--picto-paralympics {
	position: relative;
	color: #fff;
	border-radius: 100%;
	width: 1.875rem;
	height: 1.875rem;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 8px
}

.tk-venues-slider__disciplines--picto-olympics {
	background-color: #8b2030
}

.tk-venues-slider__disciplines--picto-paralympics {
	background-color: #e96a7b
}

.tk-venues-slider__link:first-child .tk-venues-slider__disciplines--picto-olympics,
.tk-venues-slider__link:first-child .tk-venues-slider__disciplines--picto-paralympics {
	margin-left: 0
}

@media (max-width:767.98px) {
	.tk-album--embedded .tk-venues-slider__next,
	.tk-album--embedded .tk-venues-slider__prev {
		height: 2.5rem;
		top: 5.25rem
	}
}

@media (min-width:768px) {
	.tk-album--embedded .tk-venues-slider__next,
	.tk-album--embedded .tk-venues-slider__prev {
		margin-top: -5.75rem
	}
}

@media (min-width:992px) {
	.tk-album--embedded .tk-venues-slider__next,
	.tk-album--embedded .tk-venues-slider__prev {
		margin-top: -6.0625rem
	}
}

@media (min-width:1260px) {
	.tk-album--embedded .tk-venues-slider__next,
	.tk-album--embedded .tk-venues-slider__prev {
		margin-top: -6.5rem
	}
}

@media (min-width:768px) {
	.tk-album--embedded .tk-venues-slider__prev {
		left: -133px
	}
}

@media (min-width:992px) {
	.tk-album--embedded .tk-venues-slider__prev {
		left: -173px
	}
}

@media (min-width:1260px) {
	.tk-album--embedded .tk-venues-slider__prev {
		left: -224px
	}
}

@media (min-width:768px) {
	.tk-album--embedded .tk-venues-slider__next {
		right: -133px
	}
}

@media (min-width:992px) {
	.tk-album--embedded .tk-venues-slider__next {
		right: -173px
	}
}

@media (min-width:1260px) {
	.tk-album--embedded .tk-venues-slider__next {
		right: -224px
	}
}

.tk-card-slider .tk-card-slider__item,
.tk-card-slider .tk-gallery-slider__item,
.tk-card-slider .tk-mascots-slider__card,
.tk-card-slider .tk-venues-slider__item {
	width: auto;
	list-style: none;
	height: auto
}

.tk-card-slider .swiper-slide-next.tk-card-slider__item .tk-gallery-slider__photo,
.tk-card-slider .swiper-slide-next.tk-gallery-slider__item .tk-gallery-slider__photo,
.tk-card-slider .swiper-slide-next.tk-mascots-slider__card .tk-gallery-slider__photo,
.tk-card-slider .swiper-slide-next.tk-venues-slider__item .tk-gallery-slider__photo,
.tk-card-slider .swiper-slide-prev.tk-card-slider__item .tk-gallery-slider__photo,
.tk-card-slider .swiper-slide-prev.tk-gallery-slider__item .tk-gallery-slider__photo,
.tk-card-slider .swiper-slide-prev.tk-mascots-slider__card .tk-gallery-slider__photo,
.tk-card-slider .swiper-slide-prev.tk-venues-slider__item .tk-gallery-slider__photo {
	opacity: .5
}

.tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-card-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
.tk-card-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
.tk-card-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
.tk-card-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
.tk-card-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-card-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-card-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
.tk-card-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
.tk-card-slider .tk-card-slider__next,
.tk-card-slider .tk-card-slider__prev,
.tk-card-slider .tk-cardsgroup__morewrapper .tk-cardsgroup__more,
.tk-card-slider .tk-gallery-caption__fullscreen-btn,
.tk-card-slider .tk-gallery-caption__info-btn,
.tk-card-slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-card-slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-card-slider .tk-gallery-slider .tk-card-slider__next,
.tk-card-slider .tk-gallery-slider .tk-card-slider__prev,
.tk-card-slider .tk-gallery-slider .tk-gallery-slider__next,
.tk-card-slider .tk-gallery-slider .tk-gallery-slider__prev,
.tk-card-slider .tk-gallery-slider .tk-homepage__slider-next,
.tk-card-slider .tk-gallery-slider .tk-homepage__slider-prev,
.tk-card-slider .tk-gallery-slider .tk-mascots-slider-next,
.tk-card-slider .tk-gallery-slider .tk-mascots-slider-prev,
.tk-card-slider .tk-gallery-slider .tk-mascots-slider__next,
.tk-card-slider .tk-gallery-slider .tk-mascots-slider__prev,
.tk-card-slider .tk-gallery-slider .tk-venues-slider__next,
.tk-card-slider .tk-gallery-slider .tk-venues-slider__prev,
.tk-card-slider .tk-gallery-slider__next,
.tk-card-slider .tk-gallery-slider__prev,
.tk-card-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-card-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-card-slider .tk-homepage__slider .tk-card-slider__next,
.tk-card-slider .tk-homepage__slider .tk-card-slider__prev,
.tk-card-slider .tk-homepage__slider .tk-gallery-slider__next,
.tk-card-slider .tk-homepage__slider .tk-gallery-slider__prev,
.tk-card-slider .tk-homepage__slider .tk-homepage__slider-next,
.tk-card-slider .tk-homepage__slider .tk-homepage__slider-prev,
.tk-card-slider .tk-homepage__slider .tk-mascots-slider-next,
.tk-card-slider .tk-homepage__slider .tk-mascots-slider-prev,
.tk-card-slider .tk-homepage__slider .tk-mascots-slider__next,
.tk-card-slider .tk-homepage__slider .tk-mascots-slider__prev,
.tk-card-slider .tk-homepage__slider .tk-venues-slider__next,
.tk-card-slider .tk-homepage__slider .tk-venues-slider__prev,
.tk-card-slider .tk-homepage__slider-next,
.tk-card-slider .tk-homepage__slider-prev,
.tk-card-slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-card-slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-card-slider .tk-mascots-slider .tk-card-slider__next,
.tk-card-slider .tk-mascots-slider .tk-card-slider__prev,
.tk-card-slider .tk-mascots-slider .tk-gallery-slider__next,
.tk-card-slider .tk-mascots-slider .tk-gallery-slider__prev,
.tk-card-slider .tk-mascots-slider .tk-homepage__slider-next,
.tk-card-slider .tk-mascots-slider .tk-homepage__slider-prev,
.tk-card-slider .tk-mascots-slider .tk-mascots-slider-next,
.tk-card-slider .tk-mascots-slider .tk-mascots-slider-prev,
.tk-card-slider .tk-mascots-slider .tk-mascots-slider__next,
.tk-card-slider .tk-mascots-slider .tk-mascots-slider__prev,
.tk-card-slider .tk-mascots-slider .tk-venues-slider__next,
.tk-card-slider .tk-mascots-slider .tk-venues-slider__prev,
.tk-card-slider .tk-mascots-slider-next,
.tk-card-slider .tk-mascots-slider-prev,
.tk-card-slider .tk-mascots-slider__next,
.tk-card-slider .tk-mascots-slider__prev,
.tk-card-slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-card-slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-card-slider .tk-venues-slider .tk-card-slider__next,
.tk-card-slider .tk-venues-slider .tk-card-slider__prev,
.tk-card-slider .tk-venues-slider .tk-gallery-slider__next,
.tk-card-slider .tk-venues-slider .tk-gallery-slider__prev,
.tk-card-slider .tk-venues-slider .tk-homepage__slider-next,
.tk-card-slider .tk-venues-slider .tk-homepage__slider-prev,
.tk-card-slider .tk-venues-slider .tk-mascots-slider-next,
.tk-card-slider .tk-venues-slider .tk-mascots-slider-prev,
.tk-card-slider .tk-venues-slider .tk-mascots-slider__next,
.tk-card-slider .tk-venues-slider .tk-mascots-slider__prev,
.tk-card-slider .tk-venues-slider .tk-venues-slider__next,
.tk-card-slider .tk-venues-slider .tk-venues-slider__prev,
.tk-card-slider .tk-venues-slider__next,
.tk-card-slider .tk-venues-slider__prev,
.tk-card-slider .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-card-slider .tokyo2020--olympics .tk-omega-clock-right,
.tk-card-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-card-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link,
.tk-card-slider .tokyo2020--paralympics .tk-omega-clock-right,
.tk-card-slider .tokyo2020--paralympics .tk-torch__container-viewall-link,
.tk-card-slider .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-card-slider .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-gallery-slider .tk-card-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-gallery-slider .tk-card-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-homepage__slider .tk-card-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-homepage__slider .tk-card-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-mascots-slider .tk-card-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-mascots-slider .tk-card-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-venues-slider .tk-card-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-venues-slider .tk-card-slider .tk-card-slider__prev--external,
.tk-cardsgroup__morewrapper .tk-card-slider .tk-cardsgroup__more,
.tk-gallery-slider .tk-card-slider .tk-card-slider__next,
.tk-gallery-slider .tk-card-slider .tk-card-slider__prev,
.tk-gallery-slider .tk-card-slider .tk-gallery-slider__next,
.tk-gallery-slider .tk-card-slider .tk-gallery-slider__prev,
.tk-gallery-slider .tk-card-slider .tk-homepage__slider-next,
.tk-gallery-slider .tk-card-slider .tk-homepage__slider-prev,
.tk-gallery-slider .tk-card-slider .tk-mascots-slider-next,
.tk-gallery-slider .tk-card-slider .tk-mascots-slider-prev,
.tk-gallery-slider .tk-card-slider .tk-mascots-slider__next,
.tk-gallery-slider .tk-card-slider .tk-mascots-slider__prev,
.tk-gallery-slider .tk-card-slider .tk-venues-slider__next,
.tk-gallery-slider .tk-card-slider .tk-venues-slider__prev,
.tk-gallery-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external,
.tk-homepage__slider .tk-card-slider .tk-card-slider__next,
.tk-homepage__slider .tk-card-slider .tk-card-slider__prev,
.tk-homepage__slider .tk-card-slider .tk-gallery-slider__next,
.tk-homepage__slider .tk-card-slider .tk-gallery-slider__prev,
.tk-homepage__slider .tk-card-slider .tk-homepage__slider-next,
.tk-homepage__slider .tk-card-slider .tk-homepage__slider-prev,
.tk-homepage__slider .tk-card-slider .tk-mascots-slider-next,
.tk-homepage__slider .tk-card-slider .tk-mascots-slider-prev,
.tk-homepage__slider .tk-card-slider .tk-mascots-slider__next,
.tk-homepage__slider .tk-card-slider .tk-mascots-slider__prev,
.tk-homepage__slider .tk-card-slider .tk-venues-slider__next,
.tk-homepage__slider .tk-card-slider .tk-venues-slider__prev,
.tk-homepage__slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external,
.tk-mascots-slider .tk-card-slider .tk-card-slider__next,
.tk-mascots-slider .tk-card-slider .tk-card-slider__prev,
.tk-mascots-slider .tk-card-slider .tk-gallery-slider__next,
.tk-mascots-slider .tk-card-slider .tk-gallery-slider__prev,
.tk-mascots-slider .tk-card-slider .tk-homepage__slider-next,
.tk-mascots-slider .tk-card-slider .tk-homepage__slider-prev,
.tk-mascots-slider .tk-card-slider .tk-mascots-slider-next,
.tk-mascots-slider .tk-card-slider .tk-mascots-slider-prev,
.tk-mascots-slider .tk-card-slider .tk-mascots-slider__next,
.tk-mascots-slider .tk-card-slider .tk-mascots-slider__prev,
.tk-mascots-slider .tk-card-slider .tk-venues-slider__next,
.tk-mascots-slider .tk-card-slider .tk-venues-slider__prev,
.tk-mascots-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external,
.tk-venues-slider .tk-card-slider .tk-card-slider__next,
.tk-venues-slider .tk-card-slider .tk-card-slider__prev,
.tk-venues-slider .tk-card-slider .tk-gallery-slider__next,
.tk-venues-slider .tk-card-slider .tk-gallery-slider__prev,
.tk-venues-slider .tk-card-slider .tk-homepage__slider-next,
.tk-venues-slider .tk-card-slider .tk-homepage__slider-prev,
.tk-venues-slider .tk-card-slider .tk-mascots-slider-next,
.tk-venues-slider .tk-card-slider .tk-mascots-slider-prev,
.tk-venues-slider .tk-card-slider .tk-mascots-slider__next,
.tk-venues-slider .tk-card-slider .tk-mascots-slider__prev,
.tk-venues-slider .tk-card-slider .tk-venues-slider__next,
.tk-venues-slider .tk-card-slider .tk-venues-slider__prev,
.tk-venues-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external,
.tokyo2020--olympics .tk-card-slider .tk-omega-clock-right,
.tokyo2020--olympics .tk-cardsgroup .tk-card-slider .tk-cardsgroup__more,
.tokyo2020--paralympics .tk-card-slider .tk-omega-clock-right,
.tokyo2020--paralympics .tk-card-slider .tk-torch__container-viewall-link,
.tokyo2020--paralympics .tk-cardsgroup .tk-card-slider .tk-cardsgroup__more,
.tokyo2020--paralympics .tk-cardsgroup .tk-card-slider .tk-cardsgroup__viewall-link,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-card-slider .tk-cardsgroup__more,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-card-slider .tk-cardsgroup__more {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: 0 0
}

.tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-card-slider .tk-card-slider__next,
.tk-card-slider .tk-card-slider__prev,
.tk-card-slider .tk-gallery-slider__next,
.tk-card-slider .tk-gallery-slider__prev,
.tk-card-slider .tk-homepage__slider-next,
.tk-card-slider .tk-homepage__slider-prev,
.tk-card-slider .tk-mascots-slider-next,
.tk-card-slider .tk-mascots-slider-prev,
.tk-card-slider .tk-mascots-slider__next,
.tk-card-slider .tk-mascots-slider__prev,
.tk-card-slider .tk-venues-slider__next,
.tk-card-slider .tk-venues-slider__prev,
.tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external {
	font-size: .875rem;
	line-height: 1;
	font-weight: 700;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin-top: 0;
	width: 2.75rem;
	height: 5.25rem
}

@media (min-width:768px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-card-slider .tk-card-slider__next,
	.tk-card-slider .tk-card-slider__prev,
	.tk-card-slider .tk-gallery-slider__next,
	.tk-card-slider .tk-gallery-slider__prev,
	.tk-card-slider .tk-homepage__slider-next,
	.tk-card-slider .tk-homepage__slider-prev,
	.tk-card-slider .tk-mascots-slider-next,
	.tk-card-slider .tk-mascots-slider-prev,
	.tk-card-slider .tk-mascots-slider__next,
	.tk-card-slider .tk-mascots-slider__prev,
	.tk-card-slider .tk-venues-slider__next,
	.tk-card-slider .tk-venues-slider__prev,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external {
		width: 2.25rem;
		height: 2.25rem;
		margin-top: -3.25rem;
		border-radius: 50%;
		background: #fff;
		color: #856a47;
		-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		border: 1px solid #dadada
	}
	.tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:focus,
	.tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:hover,
	.tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
	.tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:hover,
	.tk-card-slider .tk-card-slider__next:focus,
	.tk-card-slider .tk-card-slider__next:hover,
	.tk-card-slider .tk-card-slider__prev:focus,
	.tk-card-slider .tk-card-slider__prev:hover,
	.tk-card-slider .tk-gallery-slider__next:focus,
	.tk-card-slider .tk-gallery-slider__next:hover,
	.tk-card-slider .tk-gallery-slider__prev:focus,
	.tk-card-slider .tk-gallery-slider__prev:hover,
	.tk-card-slider .tk-homepage__slider-next:focus,
	.tk-card-slider .tk-homepage__slider-next:hover,
	.tk-card-slider .tk-homepage__slider-prev:focus,
	.tk-card-slider .tk-homepage__slider-prev:hover,
	.tk-card-slider .tk-mascots-slider-next:focus,
	.tk-card-slider .tk-mascots-slider-next:hover,
	.tk-card-slider .tk-mascots-slider-prev:focus,
	.tk-card-slider .tk-mascots-slider-prev:hover,
	.tk-card-slider .tk-mascots-slider__next:focus,
	.tk-card-slider .tk-mascots-slider__next:hover,
	.tk-card-slider .tk-mascots-slider__prev:focus,
	.tk-card-slider .tk-mascots-slider__prev:hover,
	.tk-card-slider .tk-venues-slider__next:focus,
	.tk-card-slider .tk-venues-slider__next:hover,
	.tk-card-slider .tk-venues-slider__prev:focus,
	.tk-card-slider .tk-venues-slider__prev:hover,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:focus,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:hover,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:focus,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:hover {
		-webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2)
	}
}

@media (min-width:992px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-card-slider .tk-card-slider__next,
	.tk-card-slider .tk-card-slider__prev,
	.tk-card-slider .tk-gallery-slider__next,
	.tk-card-slider .tk-gallery-slider__prev,
	.tk-card-slider .tk-homepage__slider-next,
	.tk-card-slider .tk-homepage__slider-prev,
	.tk-card-slider .tk-mascots-slider-next,
	.tk-card-slider .tk-mascots-slider-prev,
	.tk-card-slider .tk-mascots-slider__next,
	.tk-card-slider .tk-mascots-slider__prev,
	.tk-card-slider .tk-venues-slider__next,
	.tk-card-slider .tk-venues-slider__prev,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external {
		width: 2.875rem;
		height: 2.875rem;
		margin-top: -3.5625rem
	}
}

@media (min-width:1260px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-card-slider .tk-card-slider__next,
	.tk-card-slider .tk-card-slider__prev,
	.tk-card-slider .tk-gallery-slider__next,
	.tk-card-slider .tk-gallery-slider__prev,
	.tk-card-slider .tk-homepage__slider-next,
	.tk-card-slider .tk-homepage__slider-prev,
	.tk-card-slider .tk-mascots-slider-next,
	.tk-card-slider .tk-mascots-slider-prev,
	.tk-card-slider .tk-mascots-slider__next,
	.tk-card-slider .tk-mascots-slider__prev,
	.tk-card-slider .tk-venues-slider__next,
	.tk-card-slider .tk-venues-slider__prev,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external {
		width: 3.75rem;
		height: 3.75rem;
		margin-top: -4rem
	}
}

@media (max-width:767.98px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-card-slider .tk-card-slider__prev,
	.tk-card-slider .tk-gallery-slider__prev,
	.tk-card-slider .tk-homepage__slider-prev,
	.tk-card-slider .tk-mascots-slider-prev,
	.tk-card-slider .tk-mascots-slider__prev,
	.tk-card-slider .tk-venues-slider__prev,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external {
		top: 0;
		left: 50%;
		margin-left: -4.8125rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-card-slider .tk-card-slider__prev,
	.tk-card-slider .tk-gallery-slider__prev,
	.tk-card-slider .tk-homepage__slider-prev,
	.tk-card-slider .tk-mascots-slider-prev,
	.tk-card-slider .tk-mascots-slider__prev,
	.tk-card-slider .tk-venues-slider__prev,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external {
		left: -18px;
		right: auto
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-card-slider .tk-card-slider__prev,
	.tk-card-slider .tk-gallery-slider__prev,
	.tk-card-slider .tk-homepage__slider-prev,
	.tk-card-slider .tk-mascots-slider-prev,
	.tk-card-slider .tk-mascots-slider__prev,
	.tk-card-slider .tk-venues-slider__prev,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external {
		left: -25px;
		right: auto
	}
}

@media (min-width:1260px) and (max-width:1455.98px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-card-slider .tk-card-slider__prev,
	.tk-card-slider .tk-gallery-slider__prev,
	.tk-card-slider .tk-homepage__slider-prev,
	.tk-card-slider .tk-mascots-slider-prev,
	.tk-card-slider .tk-mascots-slider__prev,
	.tk-card-slider .tk-venues-slider__prev,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external {
		left: -15px;
		right: auto
	}
}

@media (min-width:1456px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-card-slider .tk-card-slider__prev,
	.tk-card-slider .tk-gallery-slider__prev,
	.tk-card-slider .tk-homepage__slider-prev,
	.tk-card-slider .tk-mascots-slider-prev,
	.tk-card-slider .tk-mascots-slider__prev,
	.tk-card-slider .tk-venues-slider__prev,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external {
		left: -30px;
		right: auto
	}
}

@media (max-width:767.98px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-card-slider .tk-card-slider__next,
	.tk-card-slider .tk-gallery-slider__next,
	.tk-card-slider .tk-homepage__slider-next,
	.tk-card-slider .tk-mascots-slider-next,
	.tk-card-slider .tk-mascots-slider__next,
	.tk-card-slider .tk-venues-slider__next,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__next--external {
		top: 0;
		right: 50%;
		margin-right: -4.8125rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-card-slider .tk-card-slider__next,
	.tk-card-slider .tk-gallery-slider__next,
	.tk-card-slider .tk-homepage__slider-next,
	.tk-card-slider .tk-mascots-slider-next,
	.tk-card-slider .tk-mascots-slider__next,
	.tk-card-slider .tk-venues-slider__next,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__next--external {
		left: auto;
		right: -18px
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-card-slider .tk-card-slider__next,
	.tk-card-slider .tk-gallery-slider__next,
	.tk-card-slider .tk-homepage__slider-next,
	.tk-card-slider .tk-mascots-slider-next,
	.tk-card-slider .tk-mascots-slider__next,
	.tk-card-slider .tk-venues-slider__next,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__next--external {
		left: auto;
		right: -25px
	}
}

@media (min-width:1260px) and (max-width:1455.98px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-card-slider .tk-card-slider__next,
	.tk-card-slider .tk-gallery-slider__next,
	.tk-card-slider .tk-homepage__slider-next,
	.tk-card-slider .tk-mascots-slider-next,
	.tk-card-slider .tk-mascots-slider__next,
	.tk-card-slider .tk-venues-slider__next,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__next--external {
		left: auto;
		right: -15px
	}
}

@media (min-width:1456px) {
	.tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-card-slider .tk-card-slider__next,
	.tk-card-slider .tk-gallery-slider__next,
	.tk-card-slider .tk-homepage__slider-next,
	.tk-card-slider .tk-mascots-slider-next,
	.tk-card-slider .tk-mascots-slider__next,
	.tk-card-slider .tk-venues-slider__next,
	.tk-card-slider--external .tk-card-slider .tk-card-slider__next--external {
		left: auto;
		right: -30px
	}
}

.tk-card-slider {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: visible
}

.tk-card-slider__link,
.tk-card-slider__link:active,
.tk-card-slider__link:focus,
.tk-card-slider__link:hover {
	text-decoration: none;
	color: inherit
}

.tk-card-slider__item {
	max-width: 8.75rem;
	margin-right: 10px;
	list-style: none;
	height: auto;
	background-color: #fff
}

.tk-card-slider__item--title {
	font-size: .875rem;
	font-weight: 700;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
	margin-top: 8px
}

.tk-card-slider__sequence {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-card-slider__photo {
	display: inline;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

.tk-card-slider__photo img {
	max-width: 100vw;
	max-height: 100vh
}

@media (min-width:768px) {
	.tk-card-slider__photo img {
		max-width: 728px
	}
}

@media (min-width:992px) {
	.tk-card-slider__photo img {
		max-width: 944px
	}
}

@media (min-width:1260px) {
	.tk-card-slider__photo img {
		max-width: 1224px
	}
}

@media (max-width:767.98px) {
	.tk-card-slider__navigation {
		position: relative
	}
}

.tk-card-slider__caption {
	position: relative
}

@media (max-width:767.98px) {
	.tk-card-slider {
		margin-bottom: 20px
	}
	.tk-card-slider__btn {
		color: #000
	}
	.tk-card-slider__pagination--total {
		color: #9fa0a0
	}
}

@media (min-width:576px) {
	.tk-card-slider__item {
		max-width: 13.75rem
	}
	.tk-card-slider__item:not(:last-child) {
		margin-right: 31px
	}
}

@media (min-width:768px) {
	.tk-card-slider__pagination {
		display: none
	}
}

.tk-card-slider .tk-card-slider__disciplines--picto-olympics,
.tk-card-slider .tk-card-slider__disciplines--picto-paralympics {
	position: relative;
	color: #fff;
	border-radius: 100%;
	width: 1.875rem;
	height: 1.875rem;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px
}

.tk-card-slider__disciplines {
	margin-top: 24px;
	padding-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.tk-card-slider__disciplines--picto-olympics {
	background-color: #8b2030
}

.tk-card-slider__disciplines--picto-paralympics {
	background-color: #e96a7b
}

.tk-card-slider--external {
	overflow: hidden
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-card-slider--external {
		overflow: visible
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.tk-card-slider--external {
		overflow: visible
	}
}

.tk-card-slider--external .tk-card-slider__pagination--external {
	display: block
}

.tk-card-slider--external .tk-card-slider__prev--external {
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	background-color: transparent!important;
	left: 25%!important;
	top: 68px!important
}

@media (max-width:991.98px) {
	.tk-card-slider--external .tk-card-slider__prev--external {
		left: 39%!important
	}
}

@media (max-width:767.98px) {
	.tk-card-slider--external .tk-card-slider__prev--external {
		top: 0!important;
		left: 50%!important;
		margin-left: -4.8125rem!important
	}
}

.tk-card-slider--external .tk-card-slider__next--external {
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	background-color: transparent!important;
	right: 25%!important;
	top: 68px!important
}

@media (max-width:991.98px) {
	.tk-card-slider--external .tk-card-slider__next--external {
		right: 39%!important
	}
}

@media (max-width:767.98px) {
	.tk-card-slider--external .tk-card-slider__next--external {
		top: 0!important;
		right: 50%!important;
		margin-right: -4.8125rem!important
	}
}

.tk-card-slider--external .tk-card-slider__btn--external {
	color: #000
}

.tk-card-slider--external .tk-card-slider__navigation--external {
	position: relative!important
}

@media (max-width:767.98px) {
	.tk-album--embedded .tk-card-slider__next,
	.tk-album--embedded .tk-card-slider__prev {
		height: 2.5rem;
		top: 5.25rem
	}
}

@media (min-width:768px) {
	.tk-album--embedded .tk-card-slider__next,
	.tk-album--embedded .tk-card-slider__prev {
		margin-top: -5.75rem
	}
}

@media (min-width:992px) {
	.tk-album--embedded .tk-card-slider__next,
	.tk-album--embedded .tk-card-slider__prev {
		margin-top: -6.0625rem
	}
}

@media (min-width:1260px) {
	.tk-album--embedded .tk-card-slider__next,
	.tk-album--embedded .tk-card-slider__prev {
		margin-top: -6.5rem
	}
}

@media (min-width:768px) {
	.tk-album--embedded .tk-card-slider__prev {
		left: -133px
	}
}

@media (min-width:992px) {
	.tk-album--embedded .tk-card-slider__prev {
		left: -173px
	}
}

@media (min-width:1260px) {
	.tk-album--embedded .tk-card-slider__prev {
		left: -224px
	}
}

@media (min-width:768px) {
	.tk-album--embedded .tk-card-slider__next {
		right: -133px
	}
}

@media (min-width:992px) {
	.tk-album--embedded .tk-card-slider__next {
		right: -173px
	}
}

@media (min-width:1260px) {
	.tk-album--embedded .tk-card-slider__next {
		right: -224px
	}
}

.tk-venue__introduction {
	margin-top: 60px
}

.tk-venue__map-section {
	margin-top: 50px
}

.tk-venue__address {
	text-align: center;
	font-size: 1rem
}

@media (max-width:767.98px) {
	.tk-venue__address {
		font-size: .875rem;
		padding: 0 30px
	}
}

.tk-venue__forecast {
	width: 100%;
	margin: 6px 0 60px 0
}

.tk-venue__map .tk-map {
	margin: 32px 0 24px
}

.tk-venue__related-disciplines .tk-disciplines__related-link {
	padding-right: 0
}

.tk-venue__station {
	margin: 40px 0
}

@media (min-width:992px) {
	.tk-venue__station {
		padding: 0 17%
	}
}

.tk-venue__station-list {
	margin: 40px 0
}

.tk-venue__station-list .tk-external-link {
	padding-left: 0
}

.tk-venue__station-link {
	font-size: .75rem;
	font-weight: 300;
	color: #676767;
	position: absolute;
	right: 30px;
	padding-top: 5px
}

.tk-venue__station-modal-button {
	border: none;
	background: 0 0
}

.tk-venue__station-modal-header {
	border-bottom: none
}

.tk-venue__station-modal-body {
	padding: 0 40px 40px
}

.tk-venue__station-modal .modal-dialog {
	width: 100vw;
	max-width: 900px
}

@media (max-width:767.98px) {
	.tk-venue__station-modal .modal-dialog {
		margin: 0
	}
}

.tk-venue__station-button-close .tk-icon-close {
	font-size: 1rem
}

.tk-forecast {
	position: relative
}

.tk-forecast__header {
	position: relative;
	display: block;
	width: 100vw;
	height: 175px;
	background-color: #f9f9f9;
	text-align: center;
	left: calc((-100vw + 100%)/ 2);
	border: solid #dadada;
	border-width: 1px 0
}

.tk-languages__dropdown-wrapper {
	position: relative
}

.tk-languages__icon {
	position: relative;
	width: 2rem;
	height: 2rem
}

.tk-languages__icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.125rem;
	color: #676767
}

.tk-languages__dropdown-menu {
	width: 14.375rem;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, .3);
	top: 2.5rem!important;
	-webkit-animation: scale-up-ver-center .5s cubic-bezier(.165, .84, .44, 1);
	animation: scale-up-ver-center .5s cubic-bezier(.165, .84, .44, 1)
}

.tk-languages__dropdown-menu--header {
	right: -22px!important;
	left: auto!important;
	-webkit-transform: none!important;
	transform: none!important
}

.tk-languages__dropdown-menu--footer {
	right: auto!important;
	-webkit-transform: none!important;
	transform: none!important;
	top: 3.5rem!important;
	left: 0!important
}

@media (min-width:768px) {
	.tk-languages__dropdown-menu--footer {
		left: -92px!important;
		z-index: 1050
	}
}

.tk-languages__dropdown-menu::before {
	content: "";
	position: absolute;
	top: -14px;
	right: 22px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12.5px 15px 12.5px;
	border-color: transparent transparent #fff transparent
}

@media (max-width:767.98px) {
	.tk-languages__dropdown-menu::before {
		right: 114px
	}
}

.tk-languages__dropdown-menu li {
	list-style-type: none
}

.tk-languages__dropdown-menu-label {
	color: #676767;
	font-size: .875rem;
	line-height: 2.14286;
	border-bottom: 2px solid #dadada;
	padding: .5rem 0;
	margin: 0 1.25rem .5rem
}

.tk-languages__dropdown-menu-container--animation {
	-webkit-animation: scale-up-ver-top .4s cubic-bezier(.39, .575, .565, 1) .2s both;
	animation: scale-up-ver-top .4s cubic-bezier(.39, .575, .565, 1) .2s both
}

.tk-languages__dropdown-item {
	font-size: .875rem;
	line-height: 2.42857;
	color: #676767;
	text-transform: uppercase;
	padding: 0 1.5rem
}

.tk-languages__dropdown-item:active {
	background-color: transparent;
	color: #676767
}

.tk-languages__dropdown-item:focus,
.tk-languages__dropdown-item:hover {
	background: 0 0
}

.tk-languages__dropdown-item:focus span,
.tk-languages__dropdown-item:hover span {
	color: #856a47;
	padding-bottom: 1px;
	border-bottom: solid #856a47
}

.tk-languages__dropdown-item:focus span,
.tk-languages__dropdown-item:hover span {
	border-width: 1px
}

.tk-languages__dropdown-item--current span {
	color: #856a47;
	padding-bottom: 1px;
	border-bottom: solid #856a47
}

.tk-languages__dropdown-item--current span {
	border-width: 2px;
	font-weight: 700
}

.tk-languages__dropdown-item--current:focus span,
.tk-languages__dropdown-item--current:hover span {
	border-width: 2px;
	font-weight: 700
}

.tk-languages__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

.tk-languages__button--header {
	font-size: .75rem;
	color: #676767;
	border: none;
	margin-left: 8px;
	padding-right: 7px;
	width: 4.25rem;
	height: 2rem
}

.tk-languages__button--header:hover {
	color: #676767
}

.tk-languages__button--footer {
	font-size: .875rem;
	color: #fff;
	padding: 10px 15px 10px 8px;
	border: 1px solid #fff;
	border-radius: 0
}

.tk-languages__button--footer:hover {
	color: #fff
}

.tk-languages__button--footer .tk-languages__icon::before {
	color: #fff
}

.tk-languages__button.dropdown-toggle::after {
	display: none
}

.tk-languages__button-icon {
	margin-top: 4px;
	font-size: .625rem
}

.tk-languages__button-label {
	margin: 2px 4px 0 0;
	text-transform: uppercase
}

.tk-languages--footer {
	margin-bottom: 32px
}

.tokyo2020--paralympics .tk-languages__button--footer .tk-languages__icon::before {
	color: #000
}

.tokyo2020--torch-relay-paralympics .tk-languages__button--footer .tk-languages__icon::before {
	color: #000
}

.tk-titled-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0
}

@media (max-width:991.98px) {
	.tk-titled-card {
		display: block
	}
}

.tokyo2020--paralympics .tk-titled-card__item-text {
	color: #000
}

.tokyo2020--paralympics .tk-titled-card__item-text-top span {
	background: #e96a7b
}

.tokyo2020--paralympics .tk-titled-card__item-text-bottom span {
	background: #f08f98
}

.tokyo2020--olympics .tk-titled-card__item-text {
	color: #fff
}

.tokyo2020--olympics .tk-titled-card__item-text-top span {
	background: #8b2030
}

.tokyo2020--olympics .tk-titled-card__item-text-bottom span {
	background: #b11d33
}

.tokyo2020--torch-relay-olympics .tk-titled-card__item-text {
	color: #fff
}

.tokyo2020--torch-relay-olympics .tk-titled-card__item-text-top span {
	background: #b80b0d
}

.tokyo2020--torch-relay-olympics .tk-titled-card__item-text-bottom span {
	background: #dc2827
}

.tokyo2020--torch-relay-paralympics .tk-titled-card__item-text {
	color: #000
}

.tokyo2020--torch-relay-paralympics .tk-titled-card__item-text-top span {
	background: #f8b500
}

.tokyo2020--torch-relay-paralympics .tk-titled-card__item-text-bottom span {
	background: #ffe100
}

.tk-titled-card__item {
	display: block;
	position: relative;
	margin: 20px 10px
}

@media (max-width:991.98px) {
	.tk-titled-card__item {
		padding-bottom: 20px;
		border-bottom: 1px solid #dadada
	}
}

.tk-titled-card__item-container:focus,
.tk-titled-card__item-container:hover {
	text-decoration: none
}

@media (max-width:991.98px) {
	.tk-titled-card__item-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.tk-titled-card__item-text {
	font-size: 1.375rem;
	line-height: 36px;
	margin-top: -48px;
	margin-left: 10px;
	text-transform: uppercase
}

@media (max-width:991.98px) {
	.tk-titled-card__item-text {
		margin-top: 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.tk-titled-card__item-text-top {
	margin-left: 10px;
	max-height: 32px
}

@media (max-width:991.98px) {
	.tk-titled-card__item-text-top {
		font-size: .875rem
	}
}

.tk-titled-card__item-text-top span {
	padding: 0 10px;
	display: inline-block;
	line-height: 36px;
	height: 40px
}

@media (max-width:767.98px) {
	.tk-titled-card__item-text-top span {
		line-height: 34px;
		height: 34px
	}
}

.tk-titled-card__item-text-bottom {
	font-weight: 600;
	height: 40px
}

@media (max-width:991.98px) {
	.tk-titled-card__item-text-bottom {
		font-size: 1.125rem;
		margin-top: -5px
	}
}

.tk-titled-card__item-text-bottom span {
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	height: 36px
}

@media (max-width:767.98px) {
	.tk-titled-card__item-text-bottom span {
		line-height: 32px;
		height: 32px
	}
}

@media (max-width:1259.98px) {
	.tk-titled-card--multiline {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 30px 20px
	}
}

@media (max-width:991.98px) {
	.tk-titled-card--multiline {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 30px 0
	}
}

.tk-banner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-repeat: no-repeat;
	background-size: cover
}

.tk-banner__shape {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #fff;
	letter-spacing: 0
}

.tk-banner__shape--no-bg {
	background-color: #f9f9f9
}

.tk-banner__image {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: no-repeat
}

.tk-banner__button-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: center
}

.tk-banner__button-container .tk-banner__button-container--olympic,
.tk-banner__button-container .tk-banner__button-container--otr,
.tk-banner__button-container .tk-banner__button-container--paralympic,
.tk-banner__button-container .tk-banner__button-container--ptr,
.tk-banner__button-container .tk-banner__button-container--ticketing {
	font-weight: 600;
	font-size: .875rem;
	margin-right: .625rem;
	padding: .5rem 1.4rem .5rem 1.4rem;
	text-transform: uppercase;
	overflow: hidden;
	word-wrap: break-word
}

.tk-banner__button-container--olympic {
	background-color: #b11d33;
	color: #fff
}

.tk-banner__button-container--olympic:hover {
	color: #fff
}

.tk-banner__button-container--paralympic {
	background-color: #f08f98;
	color: #000
}

.tk-banner__button-container--paralympic:hover {
	color: #000
}

.tk-banner__button-container--ticketing {
	background-color: #004c9a;
	color: #fff
}

.tk-banner__button-container--ticketing:hover {
	color: #fff
}

.tk-banner__button-container--otr {
	background: -webkit-gradient(linear, left bottom, left top, from(#dc0010), to(transparent));
	background: linear-gradient(to top, #dc0010, transparent);
	color: #fff
}

.tk-banner__button-container--otr:hover {
	color: #fff
}

.tk-banner__button-container--ptr {
	background: -webkit-gradient(linear, left bottom, left top, from(#fec14e), to(transparent));
	background: linear-gradient(to top, #fec14e, transparent);
	color: #000
}

.tk-banner__button-container--ptr:hover {
	color: #000
}

@media (max-width:1259.98px) {
	.tk-banner {
		left: -10px;
		width: calc(100% + 20px);
		margin: 32px 0;
		min-height: 22.5rem;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		background-size: 100%;
		background-repeat: no-repeat
	}
	.tk-banner__shape {
		width: 94%;
		margin-top: 286px
	}
	.tk-banner__shape--no-bg {
		margin-top: 0
	}
	.tk-banner__shape--ticketing {
		background: radial-gradient(circle at top right, transparent 20px, #fff 21px)
	}
	.tk-banner__shape--ticketing-no-bg {
		margin-top: 0;
		background: radial-gradient(circle at top right, transparent 20px, #f9f9f9 21px)
	}
	.tk-banner__image {
		width: 3.1875rem;
		height: 14.625rem
	}
	.tk-banner__data {
		width: 70%;
		margin: 24px 0 0 16px
	}
	.tk-banner__data--headline {
		font-weight: 700;
		font-size: 1rem;
		line-height: 34px
	}
	.tk-banner__data--title {
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 30px;
		margin: 2px 0 4px 0
	}
	.tk-banner__data--description {
		font-size: 1rem;
		line-height: 24px;
		margin-bottom: 22px
	}
	.tk-banner__button-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 16px
	}
	.tk-banner__button-container .tk-banner__button-container--olympic,
	.tk-banner__button-container .tk-banner__button-container--otr,
	.tk-banner__button-container .tk-banner__button-container--paralympic,
	.tk-banner__button-container .tk-banner__button-container--ptr,
	.tk-banner__button-container .tk-banner__button-container--ticketing {
		margin-bottom: 10px
	}
}

@media (min-width:992px) {
	.tk-banner {
		height: 21rem;
		background-size: 100% 100%;
		margin: 48px 0;
		left: -12px;
		width: calc(100% + 24px)
	}
	.tk-banner__shape {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.tk-banner__shape--ticketing {
		background: linear-gradient(225deg, transparent 20px, #fff 0) top right, linear-gradient(315deg, transparent 20px, #fff 0) bottom right;
		background-size: 100% 60%;
		background-repeat: no-repeat;
		background-image: radial-gradient(circle at top right, transparent 20px, #fff 21px), radial-gradient(circle at bottom right, transparent 20px, #fff 21px)
	}
	.tk-banner__shape--ticketing-no-bg {
		background: linear-gradient(225deg, transparent 20px, #f9f9f9 0) top right, linear-gradient(315deg, transparent 20px, #f9f9f9 0) bottom right;
		background-size: 100% 60%;
		background-repeat: no-repeat;
		background-image: radial-gradient(circle at top right, transparent 20px, #f9f9f9 21px), radial-gradient(circle at bottom right, transparent 20px, #f9f9f9 21px)
	}
	.tk-banner__image {
		width: 14.4375rem;
		height: 17.125rem
	}
	.tk-banner__data {
		margin: 0 48px 0 32px
	}
	.tk-banner__data--dashed-line {
		padding-left: 32px;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #979797), color-stop(0, #fff));
		background-image: linear-gradient(to bottom, #979797 50%, #fff 0);
		background-position: left;
		background-size: 1px 15px;
		background-repeat: repeat-y
	}
	.tk-banner__data--headline {
		font-weight: 700;
		font-size: 1.25rem;
		line-height: 34px
	}
	.tk-banner__data--title {
		font-size: 2rem;
		font-weight: 700;
		line-height: 46px;
		margin: 4px 0 8px 0
	}
	.tk-banner__data--description {
		font-size: 1rem;
		line-height: 26px;
		margin-bottom: 10px;
		min-width: 21.25rem;
		max-width: 39.375rem
	}
	.tk-banner__button-container {
		max-width: 21.875rem
	}
}

@media (min-width:768px) and (max-width:1259.98px) {
	.tk-banner {
		left: -12px;
		width: calc(100% + 24px)
	}
	.tk-banner__data {
		margin: 13px 48px 13px 32px;
		height: 100%
	}
	.tk-banner__data--title {
		font-size: 1.5rem;
		line-height: 30px
	}
	.tk-banner__data--description {
		font-size: .875rem;
		line-height: 20px
	}
	.tk-banner__image {
		width: 3.1875rem;
		height: 14.625rem
	}
	.tk-banner__button-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 34.375rem;
		width: 37.5rem
	}
	.tk-banner__shape {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-top: 286px
	}
	.tk-banner__shape--ticketing {
		background: linear-gradient(225deg, transparent 20px, #fff 0) top right, linear-gradient(315deg, transparent 20px, #fff 0) bottom right;
		background-size: 100% 60%;
		background-repeat: no-repeat;
		background-image: radial-gradient(circle at top right, transparent 20px, #fff 21px), radial-gradient(circle at bottom right, transparent 20px, #fff 21px)
	}
	.tk-banner__shape--ticketing-no-bg {
		background: linear-gradient(225deg, transparent 20px, #f9f9f9 0) top right, linear-gradient(315deg, transparent 20px, #f9f9f9 0) bottom right;
		background-size: 100% 60%;
		background-repeat: no-repeat;
		background-image: radial-gradient(circle at top right, transparent 20px, #f9f9f9 21px), radial-gradient(circle at bottom right, transparent 20px, #f9f9f9 21px)
	}
}

@media (min-width:1260px) {
	.tk-banner {
		left: -9px;
		background-size: auto;
		height: 31.25rem;
		width: calc(100% + 18px)
	}
	.tk-banner__image {
		height: 17.125rem
	}
	.tk-banner__data--description {
		margin-bottom: 30px
	}
	.tk-banner__data--title {
		font-size: 2rem
	}
	.tk-banner__button-container {
		max-width: 51.5625rem
	}
}

@media (min-width:1456px) {
	.tk-banner {
		left: -58px;
		width: calc(100% + 116px)
	}
	.tk-banner__button-container {
		max-width: 57.8125rem
	}
}

.tk-banner--no-bg {
	height: auto;
	min-height: 0
}

.tk-banner-torch .tk-banner {
	background-size: contain
}

.tk-map {
	margin: 50px 0
}

.tk-map__container {
	height: 370px
}

.tk-map--disabled {
	height: 370px;
	background: #dadada;
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-map--disabled-message {
	margin: auto
}

.tk-map__infoBubble {
	height: 236px;
	width: 200px;
	border-radius: 10px;
	background: #fff
}

@media (max-width:767.98px) {
	.tk-map__infoBubble {
		height: 132px
	}
}

.tk-map__infoBubble--venue-photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.tk-map__infoBubble--venue-photo img {
	width: 100%;
	height: 100px
}

@media (max-width:767.98px) {
	.tk-map__infoBubble--venue-photo {
		display: none
	}
}

.tk-map__infoBubble--venue-data {
	padding: 20px;
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	height: calc(100% - 100px)
}

@media (max-width:767.98px) {
	.tk-map__infoBubble--venue-data {
		top: 0;
		height: auto;
		padding: 8px;
		position: static
	}
}

.tk-map__infoBubble--venue-title {
	font-size: 1rem;
	line-height: 20px;
	font-weight: 700;
	width: 100%;
	height: 40px
}

.tk-map__infoBubble--venue-button-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 20px);
	padding: 10px;
	border-top: 1px solid #dadada;
	margin: 0 10px
}

.tk-map__infoBubble--venue-button {
	text-align: left;
	padding: 10px 0;
	font-weight: 700;
	font-size: .75rem
}

.tk-map__infoBubble--venue .tk-venues-list__disciplines {
	position: absolute;
	margin-left: .625rem;
	padding-top: .625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	bottom: 60px;
	margin: 0;
	overflow-x: hidden
}

.tk-map__infoBubble--venue .tk-venues-list__disciplines ul {
	padding-left: 10px
}

.tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines,
.tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines-para {
	position: relative;
	border-radius: 100%;
	padding: 8px;
	width: inherit;
	height: inherit;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 2px
}

.tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines-para:nth-of-type(10),
.tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines-para:nth-of-type(7),
.tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines-para:nth-of-type(8),
.tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines-para:nth-of-type(9),
.tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines:nth-of-type(10),
.tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines:nth-of-type(7),
.tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines:nth-of-type(8),
.tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines:nth-of-type(9) {
	display: none
}

.tk-video {
	width: 100%
}

@media (min-width:576px) {
	.tk-video {
		margin-left: auto;
		margin-right: auto
	}
}

.tk-video__container {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden
}

.tk-video__container>.video-js {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.tk-video__container--storypart {
	color: #fff
}

.tk-video__container-error {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #2d2d2d
}

@media (max-width:767.98px) {
	.tk-video__container-error-title {
		font-size: 18px;
		margin-bottom: 6px
	}
}

.tk-video__container-error-description {
	text-align: center
}

@media (max-width:767.98px) {
	.tk-video__container-error-description {
		font-size: 12px
	}
}

.tk-video__container-error-mascots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 220px;
	margin-bottom: 30px
}

@media (max-width:767.98px) {
	.tk-video__container-error-mascots {
		height: 100px;
		margin-bottom: 20px
	}
}

.tk-video__container-error-mascots-mascot {
	width: 150px;
	background-repeat: no-repeat;
	background-size: contain
}

@media (max-width:767.98px) {
	.tk-video__container-error-mascots-mascot {
		height: 95px;
		width: 72px
	}
}

.tk-video__container-error-mascots-mascot--male {
	margin-right: 20px;
	background-image: url(/d3images/error/error_mascotte_m.svg)
}

.tk-video__container-error-mascots-mascot--female {
	margin-left: 20px;
	background-image: url(/d3images/error/error_mascotte_f.svg)
}

html.gigya-mobile-modal-mode {
	overflow: visible!important;
	height: 100vh!important
}

@media (max-width:991.98px) {
	.gigya-modal-on {
		position: fixed
	}
}

.gigya-screen-dialog-main {
	z-index: 1059;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation: fadein 1s;
	animation: fadein 1s
}

@media (max-width:991.98px) {
	.gigya-screen-dialog-main {
		position: fixed;
		top: 0;
		/*overflow-y: scroll*/
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.tk-prefecture__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 17%;
	margin-bottom: 32px
}

@media (min-width:992px) {
	.tk-prefecture__container {
		margin-top: 80px
	}
}

@media (max-width:767.98px) {
	.tk-prefecture__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:991.98px) {
	.tk-prefecture__container {
		margin: 0 12px
	}
}

.tk-prefecture__container-left {
	width: 304px;
	padding: 22px 0;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

@media (max-width:767.98px) {
	.tk-prefecture__container-left {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
}

.tk-prefecture__container-left-text {
	font-size: .875rem;
	max-width: 80%;
	min-height: 3.125rem
}

.tk-prefecture__container-left-link {
	border-bottom: 1px solid #dadada;
	position: relative
}

@media (max-width:575.98px) {
	.tk-prefecture__container-left-link {
		padding: 20px 20px 12px 0
	}
}

@media (min-width:576px) {
	.tk-prefecture__container-left-link {
		padding: 7px 20px 10px 0
	}
}

.tk-prefecture__container-left-link .tk-link__text {
	font-size: .875rem
}

.tk-prefecture__container-right {
	font-weight: 700;
	padding-bottom: 30px;
	padding-top: 22px;
	margin-left: auto;
	margin-right: 8.8125rem;
	width: 18.75rem;
	position: relative;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

@media (max-width:991.98px) {
	.tk-prefecture__container-right {
		margin-right: 0
	}
}

.tk-prefecture__container-right-number {
	font-size: 1.875rem;
	padding-bottom: 7px
}

.tk-prefecture__container-right-when {
	font-size: 1rem;
	text-transform: uppercase;
	color: #856a47
}

.tk-prefecture__container-right-date {
	font-size: 1.25rem
}

.tk-prefecture__container-right:after {
	content: '';
	display: block;
	width: 20px;
	height: 154px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0
}

.tk-prefecture__container-right--ptr:after {
	background-image: url(/d3images/prefecture/kimono-vertical-ptr.svg)
}

.tk-prefecture__container-right--otr:after {
	background-image: url(/d3images/prefecture/kimono-vertical-otr.svg)
}

.tk-prefecture_follow--title {
	font-size: 1.5rem
}

.tk-prefecture__follow {
	margin-bottom: 32px
}

@media (min-width:992px) {
	.tk-prefecture__follow {
		margin-top: 80px
	}
}

.tk-prefecture__follow-title {
	margin-bottom: 20px;
	margin-top: 32px
}

@media (min-width:992px) {
	.tk-prefecture__follow-title {
		margin-bottom: 30px;
		padding: 0 17%
	}
}

@media (max-width:991.98px) {
	.tk-prefecture__follow-title {
		margin-bottom: 20px;
		margin-left: 12px;
		margin-right: 12px
	}
}

@media (max-width:767.98px) {
	.tk-prefecture__follow-title {
		margin-top: 32px
	}
}

.tk-prefecture__days {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1240px
}

@media (max-width:1259.98px) {
	.tk-prefecture__days {
		width: 960px
	}
}

@media (max-width:991.98px) {
	.tk-prefecture__days {
		width: auto
	}
}

@media (max-width:767.98px) {
	.tk-prefecture__days {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.tk-prefecture__days-day {
	position: relative;
	padding: 0 20px;
	width: 348px;
	margin-bottom: 20px
}

@media (max-width:767.98px) {
	.tk-prefecture__days-day {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}
}

.tk-prefecture__days-day-heading {
	text-transform: uppercase;
	background-color: #c3894f;
	color: #fff;
	padding: 2px 4px
}

.tk-prefecture__days-day-schedule {
	font-size: .75rem;
	padding: 8px 4px;
	min-height: 5.5rem
}

.tk-prefecture__days-day-document,
.tk-prefecture__days-day-sitelink {
	border-bottom: 1px solid #dadada;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 12px
}

.tk-prefecture__days-day-document .tk-link__text,
.tk-prefecture__days-day-sitelink .tk-link__text {
	font-size: .875rem
}

.tk-prefecture__days-day-document-inner {
	padding-right: 20px;
	padding-left: 4px
}

.tk-prefecture__days-day-sitelink-inner {
	padding-right: 20px;
	padding-left: 4px
}

.tk-prefecture__days-day-sitelink-inner::before {
	content: "\e021";
	position: absolute;
	font-family: tokyo2020-icons!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	line-height: 1;
	color: #c71628;
	-webkit-transform: translate(-1.25rem, -50%);
	transform: translate(-1.25rem, -50%);
	top: 50%
}

.tk-prefecture__legend {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 34px;
	margin-right: 78px
}

@media (max-width:991.98px) {
	.tk-prefecture__legend {
		margin-right: 16px
	}
}

.tk-prefecture__legend-day {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px
}

.tk-prefecture__legend-day-pic {
	width: 15px;
	height: 20px
}

.tk-prefecture__legend-day-label {
	text-transform: uppercase;
	font-size: .875rem;
	padding-left: 2px
}

.tk-prefecture__map {
	height: 542px;
	margin-top: 62px;
	margin-bottom: 34px
}

.tk-prefecture__map-container {
	height: 100%;
	width: 100%
}

.tk-prefecture__map-container embed,
.tk-prefecture__map-container iframe,
.tk-prefecture__map-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#tk-prefecture__legend-day-pic-otr-1 {
	background-image: url(/d3images/prefecture/OTR-day-1-marker.png);
	background-repeat: no-repeat
}

#tk-prefecture__legend-day-pic-otr-2 {
	background-image: url(/d3images/prefecture/OTR-day-2-marker.png);
	background-repeat: no-repeat
}

#tk-prefecture__legend-day-pic-otr-3 {
	background-image: url(/d3images/prefecture/OTR-day-3-marker.png);
	background-repeat: no-repeat
}

#tk-prefecture__legend-day-pic-ptr-1 {
	background-image: url(/d3images/prefecture/PTR-day-1-marker.png);
	background-repeat: no-repeat
}

#tk-prefecture__legend-day-pic-ptr-2 {
	background-image: url(/d3images/prefecture/PTR-day-2-marker.png);
	background-repeat: no-repeat
}

#tk-prefecture__legend-day-pic-ptr-3 {
	background-image: url(/d3images/prefecture/PTR-day-3-marker.png);
	background-repeat: no-repeat
}

.tk-search-box {
	height: 7.4rem;
	display: none;
	color: #676767;
	background-color: #fff
}

.tk-search-box__container {
	position: relative
}

.tk-search-box__input {
	color: #000;
	font-size: 2.875rem;
	border: 0;
	outline: 0;
	background: 0 0;
	border-bottom: 1px solid rgba(103, 103, 103, .2);
	padding-right: 2.8125rem;
	width: 37.5rem
}

.tk-search-box__input::-webkit-input-placeholder {
	opacity: .2
}

.tk-search-box__input:-ms-input-placeholder {
	opacity: .2
}

.tk-search-box__input::-ms-input-placeholder {
	opacity: .2
}

.tk-search-box__input::placeholder {
	opacity: .2
}

.tk-search-box__magnifier {
	color: #676767;
	position: absolute;
	top: 14px;
	right: 0;
	font-size: 2rem;
	cursor: pointer
}

.tk-search-box__close {
	position: absolute;
	right: 15%
}

.tk-search-box__error {
	color: red;
	display: none
}

.tk-search-box__no-results {
	text-align: center;
	font-weight: 700
}

@media (max-width:767.98px) {
	.tk-search-box__input {
		width: 100%;
		font-size: 1.75rem
	}
	.tk-search-box__magnifier-mobile {
		color: #676767;
		position: absolute;
		top: inherit;
		right: 0;
		font-size: inherit;
		cursor: pointer;
		top: 8px
	}
	.tk-search-box__magnifier-mobile--result {
		top: 0;
		right: 0;
		font-size: 2rem
	}
}

.tk-prefecture-banner__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
	width: 100%
}

@media (min-width:992px) {
	.tk-prefecture-banner__container {
		padding: 0 7.75rem
	}
}

@media (min-width:1260px) {
	.tk-prefecture-banner__container {
		padding: 0 14rem
	}
}

@media (max-width:991.98px) {
	.tk-prefecture-banner__container {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.tk-prefecture-banner__info-container,
.tk-prefecture-banner__padding {
	padding-right: 64px
}

.tk-prefecture-banner__h3 {
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase
}

.tk-prefecture-banner__h1 {
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: uppercase
}

.tk-prefecture-banner__detail-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px
}

.tk-prefecture-banner__detail {
	text-transform: uppercase;
	line-height: 1.1;
	padding-left: 18px
}

.tk-prefecture-banner__pin,
.tk-prefecture-banner__schedule {
	font-size: 2.375rem;
	padding-right: 23px
}

.tk-prefecture-banner__of,
.tk-prefecture-banner__title {
	font-size: 1rem
}

.tk-prefecture-banner__initial-number {
	font-size: 2.125rem;
	font-weight: 700
}

.tk-prefecture-banner__last-number {
	font-size: 2.125rem;
	font-weight: 600
}

@media (max-width:1259.98px) {
	.tk-prefecture-banner__info-container,
	.tk-prefecture-banner__padding {
		padding-right: 50px
	}
}

@media (max-width:991.98px) {
	.tk-prefecture-banner__container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.tk-prefecture-banner__info-container {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 0
	}
}

@media (max-width:767.98px) {
	.tk-prefecture-banner__bg {
		background: url(/d3images/prefecture/otr-prefecturebanner-sm.png)
	}
	.tk-prefecture-banner__h3 {
		font-size: 1rem
	}
	.tk-prefecture-banner__h1 {
		font-size: 1.5rem
	}
	.tk-prefecture-banner__of,
	.tk-prefecture-banner__title {
		font-size: .75rem
	}
	.tk-prefecture-banner__initial-number {
		font-size: 1.5rem
	}
	.tk-prefecture-banner__last-number {
		font-size: 1.5rem
	}
	.tk-prefecture-banner__pin,
	.tk-prefecture-banner__schedule {
		font-size: 1.25rem;
		padding-right: 12px
	}
	.tk-prefecture-banner__detail {
		padding-left: 10px
	}
}

.tokyo2020--olympics .tk-prefecture-banner__bg {
	background: url(/d3images/prefecture/otr-prefecturebanner.png);
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-size: 459px;
	background-color: #c61a20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tokyo2020--olympics .tk-prefecture-banner__h1,
.tokyo2020--olympics .tk-prefecture-banner__h3,
.tokyo2020--olympics .tk-prefecture-banner__initial-number,
.tokyo2020--olympics .tk-prefecture-banner__last-number,
.tokyo2020--olympics .tk-prefecture-banner__of,
.tokyo2020--olympics .tk-prefecture-banner__pin,
.tokyo2020--olympics .tk-prefecture-banner__schedule,
.tokyo2020--olympics .tk-prefecture-banner__title {
	color: #fff
}

.tokyo2020--olympics .tk-prefecture-banner__detail {
	border-left: 2px solid rgba(255, 255, 255, .3)
}

@media (max-width:767.98px) {
	.tokyo2020--olympics .tk-prefecture-banner__bg {
		background: url(/d3images/prefecture/otr-prefecturebanner-sm.png);
		width: 100%;
		height: 260px;
		background-repeat: no-repeat;
		background-size: 50% 100%;
		background-color: #c61a20;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.tokyo2020--paralympics .tk-prefecture-banner__bg {
	background: url(/d3images/prefecture/ptr-prefecturebanner.png);
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-size: 472px;
	background-color: #f6bf59;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tokyo2020--paralympics .tk-prefecture-banner__h1,
.tokyo2020--paralympics .tk-prefecture-banner__h3,
.tokyo2020--paralympics .tk-prefecture-banner__initial-number,
.tokyo2020--paralympics .tk-prefecture-banner__last-number,
.tokyo2020--paralympics .tk-prefecture-banner__of,
.tokyo2020--paralympics .tk-prefecture-banner__pin,
.tokyo2020--paralympics .tk-prefecture-banner__schedule,
.tokyo2020--paralympics .tk-prefecture-banner__title {
	color: #000
}

.tokyo2020--paralympics .tk-prefecture-banner__detail {
	border-left: 2px solid rgba(0, 0, 0, .3)
}

@media (max-width:767.98px) {
	.tokyo2020--paralympics .tk-prefecture-banner__bg {
		background: url(/d3images/prefecture/ptr-prefecturebanner-sm.png);
		width: 100%;
		height: 260px;
		background-repeat: no-repeat;
		background-size: 50% 100%;
		background-color: #f6bf59;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.tokyo2020--torch-relay-olympics .tk-prefecture-banner__bg {
	background: url(/d3images/prefecture/otr-prefecturebanner.png);
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-size: 459px;
	background-color: #c61a20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tokyo2020--torch-relay-olympics .tk-prefecture-banner__h1,
.tokyo2020--torch-relay-olympics .tk-prefecture-banner__h3,
.tokyo2020--torch-relay-olympics .tk-prefecture-banner__initial-number,
.tokyo2020--torch-relay-olympics .tk-prefecture-banner__last-number,
.tokyo2020--torch-relay-olympics .tk-prefecture-banner__of,
.tokyo2020--torch-relay-olympics .tk-prefecture-banner__pin,
.tokyo2020--torch-relay-olympics .tk-prefecture-banner__schedule,
.tokyo2020--torch-relay-olympics .tk-prefecture-banner__title {
	color: #fff
}

.tokyo2020--torch-relay-olympics .tk-prefecture-banner__detail {
	border-left: 2px solid rgba(255, 255, 255, .3)
}

@media (max-width:767.98px) {
	.tokyo2020--torch-relay-olympics .tk-prefecture-banner__bg {
		background: url(/d3images/prefecture/otr-prefecturebanner-sm.png);
		width: 100%;
		height: 260px;
		background-repeat: no-repeat;
		background-size: 50% 100%;
		background-color: #c61a20;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__bg {
	background: url(/d3images/prefecture/ptr-prefecturebanner.png);
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-size: 472px;
	background-color: #f6bf59;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__h1,
.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__h3,
.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__initial-number,
.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__last-number,
.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__of,
.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__pin,
.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__schedule,
.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__title {
	color: #000
}

.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__detail {
	border-left: 2px solid rgba(0, 0, 0, .3)
}

@media (max-width:767.98px) {
	.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__bg {
		background: url(/d3images/prefecture/ptr-prefecturebanner-sm.png);
		width: 100%;
		height: 260px;
		background-repeat: no-repeat;
		background-size: 50% 100%;
		background-color: #f6bf59;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.tk-schedule {
	margin: 25px 0
}

.tk-schedule__container--route {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 30px
}

.tk-schedule__heading {
	color: #95754d;
	font-weight: 700;
	font-size: 2.75rem;
	margin-bottom: 40px;
	letter-spacing: 0
}

.tk-schedule__heading-image {
	margin: 3.125rem 0
}

.tk-schedule__heading-image--desktop {
	padding: 0
}

@media (min-width:992px) {
	.tk-schedule__heading-image--desktop {
		padding: 0 9.75rem
	}
}

.tk-schedule__figure {
	margin-left: -116px
}

.tk-schedule__figure--mobile {
	display: none
}

@media (max-width:767.98px) {
	.tk-schedule__figure img {
		max-width: 100vw
	}
	.tk-schedule__figure--desktop {
		display: none
	}
	.tk-schedule__figure--mobile {
		display: block
	}
}

.tk-schedule__route {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 180px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -50px;
	max-width: 1130px
}

.tk-schedule__route--prefecture-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tk-schedule__route--button-box {
	min-width: 260px
}

.tk-schedule__route--button,
.tk-schedule__route--load-more-button {
	color: #fff
}

.tk-schedule__route--torchman-box {
	padding-right: 70px;
	padding-left: 85px
}

.tk-schedule__route--title {
	text-transform: uppercase;
	font-weight: 700
}

.tk-schedule__route--date {
	font-weight: 700
}

@media (max-width:1259.98px) {
	.tk-schedule__route {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.tk-schedule__route--torchman-box {
		padding-right: 45px
	}
}

@media (max-width:991.98px) {
	.tk-schedule__heading {
		color: #95754d;
		font-weight: 700;
		font-size: 2.25rem
	}
	.tk-schedule__img {
		width: 100%
	}
	.tk-schedule__route {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.tk-schedule__route--torchman-box {
		padding: 0
	}
	.tk-schedule__route--torchman {
		width: 50px
	}
	.tk-schedule__route--button-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.tk-schedule__route--info-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 5px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-schedule__route {
		height: 125px
	}
	.tk-schedule__route--prefecture-info {
		margin-left: 25px
	}
	.tk-schedule__route--button-box {
		margin-left: 5px
	}
	.tk-schedule__route--button {
		margin-top: -20px
	}
	.tk-schedule__img {
		width: 90%;
		float: right
	}
}

.tk-reset-password {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:768px) {
	.tk-reset-password {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 80px;
		margin-bottom: 125px
	}
}

.tk-reset-password__image {
	background-image: url(/d3images/identity-management/group-500.svg);
	background-position: center center;
	width: 244px;
	height: 154px;
	margin: auto;
	margin-bottom: 50px;
	background-size: cover
}

@media (min-width:768px) {
	.tk-reset-password__image {
		min-width: 403px;
		min-height: 258px;
		margin-right: 50px;
		margin-top: 70px
	}
}

.tk-reset-password__content {
	text-align: center
}

@media (min-width:768px) {
	.tk-reset-password__content {
		margin-left: 50px;
		width: 560px;
		text-align: left
	}
}

.tk-reset-password__content .tk-reset-password__text {
	width: 244px;
	margin: auto;
	color: #000
}

@media (min-width:768px) {
	.tk-reset-password__content .tk-reset-password__text {
		width: 100%
	}
}

.tk-reset-password__content .tk-reset-password__text .tk-reset-password__title {
	font-size: 1.5rem;
	font-weight: 700
}

@media (min-width:768px) {
	.tk-reset-password__content .tk-reset-password__text .tk-reset-password__title {
		font-size: 2rem
	}
}

.tk-reset-password__content .tk-reset-password__text .tk-reset-password__text-content {
	max-width: 244px;
	margin: auto;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 80px;
	margin-top: 30px
}

@media (min-width:768px) {
	.tk-reset-password__content .tk-reset-password__text .tk-reset-password__text-content {
		max-width: 560px
	}
}

.tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__return-to-title {
	color: #676767;
	font-weight: 700;
	margin-bottom: 30px
}

.tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__link-container {
	max-width: 600px;
	margin: 0 auto 30px auto
}

@media (min-width:768px) {
	.tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__link-container {
		background-position: top left;
		background-size: 34px 51px;
		background-repeat: no-repeat
	}
	.tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__link-container--oly {
		background-image: url(/d3images/identity-management/logo@3x.png)
	}
	.tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__link-container--para {
		background-image: url(/d3images/identity-management/paralympic@3x.png)
	}
}

.tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__link-container__link {
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
	text-align: left;
	margin: 0 10px
}

@media (min-width:768px) {
	.tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__link-container__link {
		margin-left: 70px;
		width: 50%
	}
}

.tk-homepage__slider {
	position: relative;
	display: block;
	width: calc(100% + 16px);
	left: -8px;
	margin-bottom: 50px
}

.tk-card-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
.tk-card-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
.tk-card-slider .tk-homepage__slider .tk-card-slider__next,
.tk-card-slider .tk-homepage__slider .tk-card-slider__prev,
.tk-card-slider .tk-homepage__slider .tk-gallery-slider__next,
.tk-card-slider .tk-homepage__slider .tk-gallery-slider__prev,
.tk-card-slider .tk-homepage__slider .tk-homepage__slider-next,
.tk-card-slider .tk-homepage__slider .tk-homepage__slider-prev,
.tk-card-slider .tk-homepage__slider .tk-mascots-slider-next,
.tk-card-slider .tk-homepage__slider .tk-mascots-slider-prev,
.tk-card-slider .tk-homepage__slider .tk-mascots-slider__next,
.tk-card-slider .tk-homepage__slider .tk-mascots-slider__prev,
.tk-card-slider .tk-homepage__slider .tk-venues-slider__next,
.tk-card-slider .tk-homepage__slider .tk-venues-slider__prev,
.tk-card-slider--external .tk-card-slider .tk-homepage__slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-card-slider .tk-homepage__slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-gallery-slider .tk-homepage__slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-gallery-slider .tk-homepage__slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-mascots-slider .tk-homepage__slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-mascots-slider .tk-homepage__slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-venues-slider .tk-homepage__slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-venues-slider .tk-homepage__slider .tk-card-slider__prev--external,
.tk-cardsgroup__morewrapper .tk-homepage__slider .tk-cardsgroup__more,
.tk-gallery-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
.tk-gallery-slider .tk-homepage__slider .tk-card-slider__next,
.tk-gallery-slider .tk-homepage__slider .tk-card-slider__prev,
.tk-gallery-slider .tk-homepage__slider .tk-gallery-slider__next,
.tk-gallery-slider .tk-homepage__slider .tk-gallery-slider__prev,
.tk-gallery-slider .tk-homepage__slider .tk-homepage__slider-next,
.tk-gallery-slider .tk-homepage__slider .tk-homepage__slider-prev,
.tk-gallery-slider .tk-homepage__slider .tk-mascots-slider-next,
.tk-gallery-slider .tk-homepage__slider .tk-mascots-slider-prev,
.tk-gallery-slider .tk-homepage__slider .tk-mascots-slider__next,
.tk-gallery-slider .tk-homepage__slider .tk-mascots-slider__prev,
.tk-gallery-slider .tk-homepage__slider .tk-venues-slider__next,
.tk-gallery-slider .tk-homepage__slider .tk-venues-slider__prev,
.tk-homepage__slider .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-homepage__slider .tk-card-slider .tk-card-slider__next,
.tk-homepage__slider .tk-card-slider .tk-card-slider__prev,
.tk-homepage__slider .tk-card-slider .tk-gallery-slider__next,
.tk-homepage__slider .tk-card-slider .tk-gallery-slider__prev,
.tk-homepage__slider .tk-card-slider .tk-homepage__slider-next,
.tk-homepage__slider .tk-card-slider .tk-homepage__slider-prev,
.tk-homepage__slider .tk-card-slider .tk-mascots-slider-next,
.tk-homepage__slider .tk-card-slider .tk-mascots-slider-prev,
.tk-homepage__slider .tk-card-slider .tk-mascots-slider__next,
.tk-homepage__slider .tk-card-slider .tk-mascots-slider__prev,
.tk-homepage__slider .tk-card-slider .tk-venues-slider__next,
.tk-homepage__slider .tk-card-slider .tk-venues-slider__prev,
.tk-homepage__slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external,
.tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-homepage__slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
.tk-homepage__slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-homepage__slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
.tk-homepage__slider .tk-card-slider__next,
.tk-homepage__slider .tk-card-slider__prev,
.tk-homepage__slider .tk-cardsgroup__morewrapper .tk-cardsgroup__more,
.tk-homepage__slider .tk-gallery-caption__fullscreen-btn,
.tk-homepage__slider .tk-gallery-caption__info-btn,
.tk-homepage__slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-homepage__slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-homepage__slider .tk-gallery-slider .tk-card-slider__next,
.tk-homepage__slider .tk-gallery-slider .tk-card-slider__prev,
.tk-homepage__slider .tk-gallery-slider .tk-gallery-slider__next,
.tk-homepage__slider .tk-gallery-slider .tk-gallery-slider__prev,
.tk-homepage__slider .tk-gallery-slider .tk-homepage__slider-next,
.tk-homepage__slider .tk-gallery-slider .tk-homepage__slider-prev,
.tk-homepage__slider .tk-gallery-slider .tk-mascots-slider-next,
.tk-homepage__slider .tk-gallery-slider .tk-mascots-slider-prev,
.tk-homepage__slider .tk-gallery-slider .tk-mascots-slider__next,
.tk-homepage__slider .tk-gallery-slider .tk-mascots-slider__prev,
.tk-homepage__slider .tk-gallery-slider .tk-venues-slider__next,
.tk-homepage__slider .tk-gallery-slider .tk-venues-slider__prev,
.tk-homepage__slider .tk-gallery-slider__next,
.tk-homepage__slider .tk-gallery-slider__prev,
.tk-homepage__slider .tk-homepage__slider-next,
.tk-homepage__slider .tk-homepage__slider-prev,
.tk-homepage__slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-homepage__slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-homepage__slider .tk-mascots-slider .tk-card-slider__next,
.tk-homepage__slider .tk-mascots-slider .tk-card-slider__prev,
.tk-homepage__slider .tk-mascots-slider .tk-gallery-slider__next,
.tk-homepage__slider .tk-mascots-slider .tk-gallery-slider__prev,
.tk-homepage__slider .tk-mascots-slider .tk-homepage__slider-next,
.tk-homepage__slider .tk-mascots-slider .tk-homepage__slider-prev,
.tk-homepage__slider .tk-mascots-slider .tk-mascots-slider-next,
.tk-homepage__slider .tk-mascots-slider .tk-mascots-slider-prev,
.tk-homepage__slider .tk-mascots-slider .tk-mascots-slider__next,
.tk-homepage__slider .tk-mascots-slider .tk-mascots-slider__prev,
.tk-homepage__slider .tk-mascots-slider .tk-venues-slider__next,
.tk-homepage__slider .tk-mascots-slider .tk-venues-slider__prev,
.tk-homepage__slider .tk-mascots-slider-next,
.tk-homepage__slider .tk-mascots-slider-prev,
.tk-homepage__slider .tk-mascots-slider__next,
.tk-homepage__slider .tk-mascots-slider__prev,
.tk-homepage__slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-homepage__slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-homepage__slider .tk-venues-slider .tk-card-slider__next,
.tk-homepage__slider .tk-venues-slider .tk-card-slider__prev,
.tk-homepage__slider .tk-venues-slider .tk-gallery-slider__next,
.tk-homepage__slider .tk-venues-slider .tk-gallery-slider__prev,
.tk-homepage__slider .tk-venues-slider .tk-homepage__slider-next,
.tk-homepage__slider .tk-venues-slider .tk-homepage__slider-prev,
.tk-homepage__slider .tk-venues-slider .tk-mascots-slider-next,
.tk-homepage__slider .tk-venues-slider .tk-mascots-slider-prev,
.tk-homepage__slider .tk-venues-slider .tk-mascots-slider__next,
.tk-homepage__slider .tk-venues-slider .tk-mascots-slider__prev,
.tk-homepage__slider .tk-venues-slider .tk-venues-slider__next,
.tk-homepage__slider .tk-venues-slider .tk-venues-slider__prev,
.tk-homepage__slider .tk-venues-slider__next,
.tk-homepage__slider .tk-venues-slider__prev,
.tk-homepage__slider .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-homepage__slider .tokyo2020--olympics .tk-omega-clock-right,
.tk-homepage__slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-homepage__slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link,
.tk-homepage__slider .tokyo2020--paralympics .tk-omega-clock-right,
.tk-homepage__slider .tokyo2020--paralympics .tk-torch__container-viewall-link,
.tk-homepage__slider .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-homepage__slider .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-mascots-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
.tk-mascots-slider .tk-homepage__slider .tk-card-slider__next,
.tk-mascots-slider .tk-homepage__slider .tk-card-slider__prev,
.tk-mascots-slider .tk-homepage__slider .tk-gallery-slider__next,
.tk-mascots-slider .tk-homepage__slider .tk-gallery-slider__prev,
.tk-mascots-slider .tk-homepage__slider .tk-homepage__slider-next,
.tk-mascots-slider .tk-homepage__slider .tk-homepage__slider-prev,
.tk-mascots-slider .tk-homepage__slider .tk-mascots-slider-next,
.tk-mascots-slider .tk-homepage__slider .tk-mascots-slider-prev,
.tk-mascots-slider .tk-homepage__slider .tk-mascots-slider__next,
.tk-mascots-slider .tk-homepage__slider .tk-mascots-slider__prev,
.tk-mascots-slider .tk-homepage__slider .tk-venues-slider__next,
.tk-mascots-slider .tk-homepage__slider .tk-venues-slider__prev,
.tk-venues-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
.tk-venues-slider .tk-homepage__slider .tk-card-slider__next,
.tk-venues-slider .tk-homepage__slider .tk-card-slider__prev,
.tk-venues-slider .tk-homepage__slider .tk-gallery-slider__next,
.tk-venues-slider .tk-homepage__slider .tk-gallery-slider__prev,
.tk-venues-slider .tk-homepage__slider .tk-homepage__slider-next,
.tk-venues-slider .tk-homepage__slider .tk-homepage__slider-prev,
.tk-venues-slider .tk-homepage__slider .tk-mascots-slider-next,
.tk-venues-slider .tk-homepage__slider .tk-mascots-slider-prev,
.tk-venues-slider .tk-homepage__slider .tk-mascots-slider__next,
.tk-venues-slider .tk-homepage__slider .tk-mascots-slider__prev,
.tk-venues-slider .tk-homepage__slider .tk-venues-slider__next,
.tk-venues-slider .tk-homepage__slider .tk-venues-slider__prev,
.tokyo2020--olympics .tk-cardsgroup .tk-homepage__slider .tk-cardsgroup__more,
.tokyo2020--olympics .tk-homepage__slider .tk-omega-clock-right,
.tokyo2020--paralympics .tk-cardsgroup .tk-homepage__slider .tk-cardsgroup__more,
.tokyo2020--paralympics .tk-cardsgroup .tk-homepage__slider .tk-cardsgroup__viewall-link,
.tokyo2020--paralympics .tk-homepage__slider .tk-omega-clock-right,
.tokyo2020--paralympics .tk-homepage__slider .tk-torch__container-viewall-link,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-homepage__slider .tk-cardsgroup__more,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-homepage__slider .tk-cardsgroup__more {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: 0 0
}

.tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
.tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-homepage__slider .tk-card-slider__next,
.tk-homepage__slider .tk-card-slider__prev,
.tk-homepage__slider .tk-gallery-slider__next,
.tk-homepage__slider .tk-gallery-slider__prev,
.tk-homepage__slider .tk-homepage__slider-next,
.tk-homepage__slider .tk-homepage__slider-prev,
.tk-homepage__slider .tk-mascots-slider-next,
.tk-homepage__slider .tk-mascots-slider-prev,
.tk-homepage__slider .tk-mascots-slider__next,
.tk-homepage__slider .tk-mascots-slider__prev,
.tk-homepage__slider .tk-venues-slider__next,
.tk-homepage__slider .tk-venues-slider__prev {
	font-size: .875rem;
	line-height: 1;
	font-weight: 700;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin-top: 0;
	width: 2.75rem;
	height: 5.25rem
}

@media (min-width:768px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider__next,
	.tk-homepage__slider .tk-card-slider__prev,
	.tk-homepage__slider .tk-gallery-slider__next,
	.tk-homepage__slider .tk-gallery-slider__prev,
	.tk-homepage__slider .tk-homepage__slider-next,
	.tk-homepage__slider .tk-homepage__slider-prev,
	.tk-homepage__slider .tk-mascots-slider-next,
	.tk-homepage__slider .tk-mascots-slider-prev,
	.tk-homepage__slider .tk-mascots-slider__next,
	.tk-homepage__slider .tk-mascots-slider__prev,
	.tk-homepage__slider .tk-venues-slider__next,
	.tk-homepage__slider .tk-venues-slider__prev {
		width: 2.25rem;
		height: 2.25rem;
		margin-top: -3.25rem;
		border-radius: 50%;
		background: #fff;
		color: #856a47;
		-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		border: 1px solid #dadada
	}
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:focus,
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:hover,
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:focus,
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:hover,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:focus,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:hover,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:hover,
	.tk-homepage__slider .tk-card-slider__next:focus,
	.tk-homepage__slider .tk-card-slider__next:hover,
	.tk-homepage__slider .tk-card-slider__prev:focus,
	.tk-homepage__slider .tk-card-slider__prev:hover,
	.tk-homepage__slider .tk-gallery-slider__next:focus,
	.tk-homepage__slider .tk-gallery-slider__next:hover,
	.tk-homepage__slider .tk-gallery-slider__prev:focus,
	.tk-homepage__slider .tk-gallery-slider__prev:hover,
	.tk-homepage__slider .tk-homepage__slider-next:focus,
	.tk-homepage__slider .tk-homepage__slider-next:hover,
	.tk-homepage__slider .tk-homepage__slider-prev:focus,
	.tk-homepage__slider .tk-homepage__slider-prev:hover,
	.tk-homepage__slider .tk-mascots-slider-next:focus,
	.tk-homepage__slider .tk-mascots-slider-next:hover,
	.tk-homepage__slider .tk-mascots-slider-prev:focus,
	.tk-homepage__slider .tk-mascots-slider-prev:hover,
	.tk-homepage__slider .tk-mascots-slider__next:focus,
	.tk-homepage__slider .tk-mascots-slider__next:hover,
	.tk-homepage__slider .tk-mascots-slider__prev:focus,
	.tk-homepage__slider .tk-mascots-slider__prev:hover,
	.tk-homepage__slider .tk-venues-slider__next:focus,
	.tk-homepage__slider .tk-venues-slider__next:hover,
	.tk-homepage__slider .tk-venues-slider__prev:focus,
	.tk-homepage__slider .tk-venues-slider__prev:hover {
		-webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2)
	}
}

@media (min-width:992px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider__next,
	.tk-homepage__slider .tk-card-slider__prev,
	.tk-homepage__slider .tk-gallery-slider__next,
	.tk-homepage__slider .tk-gallery-slider__prev,
	.tk-homepage__slider .tk-homepage__slider-next,
	.tk-homepage__slider .tk-homepage__slider-prev,
	.tk-homepage__slider .tk-mascots-slider-next,
	.tk-homepage__slider .tk-mascots-slider-prev,
	.tk-homepage__slider .tk-mascots-slider__next,
	.tk-homepage__slider .tk-mascots-slider__prev,
	.tk-homepage__slider .tk-venues-slider__next,
	.tk-homepage__slider .tk-venues-slider__prev {
		width: 2.875rem;
		height: 2.875rem;
		margin-top: -3.5625rem
	}
}

@media (min-width:1260px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider__next,
	.tk-homepage__slider .tk-card-slider__prev,
	.tk-homepage__slider .tk-gallery-slider__next,
	.tk-homepage__slider .tk-gallery-slider__prev,
	.tk-homepage__slider .tk-homepage__slider-next,
	.tk-homepage__slider .tk-homepage__slider-prev,
	.tk-homepage__slider .tk-mascots-slider-next,
	.tk-homepage__slider .tk-mascots-slider-prev,
	.tk-homepage__slider .tk-mascots-slider__next,
	.tk-homepage__slider .tk-mascots-slider__prev,
	.tk-homepage__slider .tk-venues-slider__next,
	.tk-homepage__slider .tk-venues-slider__prev {
		width: 3.75rem;
		height: 3.75rem;
		margin-top: -4rem
	}
}

@media (max-width:767.98px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider__prev,
	.tk-homepage__slider .tk-gallery-slider__prev,
	.tk-homepage__slider .tk-homepage__slider-prev,
	.tk-homepage__slider .tk-mascots-slider-prev,
	.tk-homepage__slider .tk-mascots-slider__prev,
	.tk-homepage__slider .tk-venues-slider__prev {
		top: 0;
		left: 50%;
		margin-left: -4.8125rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider__prev,
	.tk-homepage__slider .tk-gallery-slider__prev,
	.tk-homepage__slider .tk-homepage__slider-prev,
	.tk-homepage__slider .tk-mascots-slider-prev,
	.tk-homepage__slider .tk-mascots-slider__prev,
	.tk-homepage__slider .tk-venues-slider__prev {
		left: -18px;
		right: auto
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider__prev,
	.tk-homepage__slider .tk-gallery-slider__prev,
	.tk-homepage__slider .tk-homepage__slider-prev,
	.tk-homepage__slider .tk-mascots-slider-prev,
	.tk-homepage__slider .tk-mascots-slider__prev,
	.tk-homepage__slider .tk-venues-slider__prev {
		left: -25px;
		right: auto
	}
}

@media (min-width:1260px) and (max-width:1455.98px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider__prev,
	.tk-homepage__slider .tk-gallery-slider__prev,
	.tk-homepage__slider .tk-homepage__slider-prev,
	.tk-homepage__slider .tk-mascots-slider-prev,
	.tk-homepage__slider .tk-mascots-slider__prev,
	.tk-homepage__slider .tk-venues-slider__prev {
		left: -30px;
		right: auto
	}
}

@media (min-width:1456px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-homepage__slider .tk-card-slider__prev,
	.tk-homepage__slider .tk-gallery-slider__prev,
	.tk-homepage__slider .tk-homepage__slider-prev,
	.tk-homepage__slider .tk-mascots-slider-prev,
	.tk-homepage__slider .tk-mascots-slider__prev,
	.tk-homepage__slider .tk-venues-slider__prev {
		left: -30px;
		right: auto
	}
}

@media (max-width:767.98px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider__next,
	.tk-homepage__slider .tk-gallery-slider__next,
	.tk-homepage__slider .tk-homepage__slider-next,
	.tk-homepage__slider .tk-mascots-slider-next,
	.tk-homepage__slider .tk-mascots-slider__next,
	.tk-homepage__slider .tk-venues-slider__next {
		top: 0;
		right: 50%;
		margin-right: -4.8125rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider__next,
	.tk-homepage__slider .tk-gallery-slider__next,
	.tk-homepage__slider .tk-homepage__slider-next,
	.tk-homepage__slider .tk-mascots-slider-next,
	.tk-homepage__slider .tk-mascots-slider__next,
	.tk-homepage__slider .tk-venues-slider__next {
		left: auto;
		right: -18px
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider__next,
	.tk-homepage__slider .tk-gallery-slider__next,
	.tk-homepage__slider .tk-homepage__slider-next,
	.tk-homepage__slider .tk-mascots-slider-next,
	.tk-homepage__slider .tk-mascots-slider__next,
	.tk-homepage__slider .tk-venues-slider__next {
		left: auto;
		right: -25px
	}
}

@media (min-width:1260px) and (max-width:1455.98px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider__next,
	.tk-homepage__slider .tk-gallery-slider__next,
	.tk-homepage__slider .tk-homepage__slider-next,
	.tk-homepage__slider .tk-mascots-slider-next,
	.tk-homepage__slider .tk-mascots-slider__next,
	.tk-homepage__slider .tk-venues-slider__next {
		left: auto;
		right: -30px
	}
}

@media (min-width:1456px) {
	.tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-homepage__slider .tk-card-slider__next,
	.tk-homepage__slider .tk-gallery-slider__next,
	.tk-homepage__slider .tk-homepage__slider-next,
	.tk-homepage__slider .tk-mascots-slider-next,
	.tk-homepage__slider .tk-mascots-slider__next,
	.tk-homepage__slider .tk-venues-slider__next {
		left: auto;
		right: -30px
	}
}

@media (min-width:768px) {
	.tk-homepage__slider {
		left: -10px;
		width: calc(100% + 20px)
	}
}

@media (min-width:992px) {
	.tk-homepage__slider {
		left: -12px;
		width: calc(100% + 24px)
	}
}

@media (min-width:1260px) {
	.tk-homepage__slider {
		left: -9px;
		width: calc(100% + 18px)
	}
}

@media (min-width:1456px) {
	.tk-homepage__slider {
		left: -108px;
		width: calc(100% + 216px)
	}
}

@media (max-width:767.98px) {
	.tk-homepage__slider-main-card-image img {
		width: 100%
	}
}

.tk-homepage__slider-main-card {
	position: relative;
	color: #fff;
	display: block
}

.tk-homepage__slider-main-card:active,
.tk-homepage__slider-main-card:focus,
.tk-homepage__slider-main-card:hover {
	color: #fff;
	text-decoration: none
}

.tk-homepage__slider-main-card-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px
}

.tk-homepage__slider-main-card-info::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(5%, rgba(0, 0, 0, .15)), color-stop(30%, rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .6)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .15) 5%, rgba(0, 0, 0, .35) 30%, rgba(0, 0, 0, .6) 100%)
}

@media (min-width:768px) {
	.tk-homepage__slider-main-card-info {
		padding: 30px 30px 30px 20px
	}
}

@media (min-width:992px) {
	.tk-homepage__slider-main-card-info {
		padding: 100px 100px 100px 24px
	}
	.tk-homepage__slider-main-card-info::before {
		top: 80px
	}
}

@media (min-width:1260px) {
	.tk-homepage__slider-main-card-info {
		padding: 100px 150px 100px 18px
	}
}

@media (min-width:1456px) {
	.tk-homepage__slider-main-card-info {
		padding: 100px 150px 100px 216px
	}
}

.tk-homepage__slider-main-card-topic {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase
}

@media (max-width:767.98px) {
	.tk-homepage__slider-main-card-topic {
		font-size: 1rem
	}
}

.tk-homepage__slider-main-card-title {
	font-size: 2.75rem;
	font-weight: 600;
	line-height: 3rem;
	margin: 10px 0
}

:lang(hi-IN) .tk-homepage__slider-main-card-title {
	line-height: 58px
}

@media (max-width:1259.98px) {
	.tk-homepage__slider-main-card-title {
		font-size: 1.875rem;
		line-height: 32px
	}
	:lang(hi-IN) .tk-homepage__slider-main-card-title {
		line-height: 42px
	}
}

@media (max-width:767.98px) {
	.tk-homepage__slider-main-card-title {
		font-size: 1.25rem;
		line-height: 22px
	}
	:lang(hi-IN) .tk-homepage__slider-main-card-title {
		line-height: 32px
	}
}

.tk-homepage__slider-main-card-date {
	font-size: .875rem
}

@media (max-width:767.98px) {
	.tk-homepage__slider-main-card-date {
		font-size: .75rem
	}
}

.tk-homepage__slider .tk-homepage__slider-main-card-date,
.tk-homepage__slider .tk-homepage__slider-main-card-title,
.tk-homepage__slider .tk-homepage__slider-main-card-topic {
	position: relative;
	z-index: 2
}

.tk-homepage__slider-background {
	height: 350px;
	background-size: contain!important;
	position: relative
}

.tk-homepage__slider-background--paralympics {
	background: url(/d3images/homepage-slider/box-image__paralympic--desktop.svg) no-repeat left
}

.tk-homepage__slider-background--olympics {
	background: url(/d3images/homepage-slider/box-image__olympic--desktop.svg) no-repeat left
}

@media (max-width:991.98px) {
	.tk-homepage__slider-background {
		display: none
	}
}

@media (min-width:768px) {
	.tk-homepage__slider-background {
		padding-left: 50px
	}
}

@media (min-width:992px) {
	.tk-homepage__slider-background {
		padding-left: 100px
	}
}

.tk-homepage__slider-card-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	top: -50px
}

.tk-homepage__slider-card-container ul {
	list-style-type: none
}

.tk-homepage__slider-card-container .swiper-button-next,
.tk-homepage__slider-card-container .swiper-button-prev {
	top: 43%
}

.tk-homepage__slider-card {
	margin-right: 8px;
	position: relative
}

.tk-homepage__slider-card.swiper-slide {
	min-height: 340px;
	width: auto
}

.tk-homepage__slider-card-info {
	width: 380px;
	height: 140px;
	padding: 15px 30px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 10;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0
}

.tk-homepage__slider-card-topic {
	font-size: .875rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #856a47;
	background-color: #fff
}

.tk-homepage__slider-card-title {
	font-size: 1rem;
	font-weight: 700;
	height: 4.25rem;
	max-height: 55px;
	color: #000;
	background-color: #fff
}

:lang(hi-IN) .tk-homepage__slider-card-title {
	line-height: 1.3
}

@media (min-width:768px) {
	:lang(hi-IN) .tk-homepage__slider-card-title {
		line-height: 1.5
	}
}

.tk-homepage__slider-card-date {
	font-size: .75rem;
	color: #676767;
	background-color: #fff
}

.tk-homepage__slider-navigation {
	position: relative;
	top: 28%;
	width: 100%
}

@media (min-width:1456px) {
	.tk-homepage__slider-navigation {
		width: 1240px
	}
}

.tk-homepage__slider-card-image--album .tk-icon-gallery::before,
.tk-homepage__slider-main-card-image--album .tk-icon-gallery::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2.875rem;
	width: 2.875rem;
	display: block;
	margin: auto;
	background: rgba(0, 0, 0, .3);
	padding: 15px
}

@media (max-width:991.98px) {
	.tk-homepage__slider-card-image--album .tk-icon-gallery::before,
	.tk-homepage__slider-main-card-image--album .tk-icon-gallery::before {
		margin: 0;
		top: initial;
		left: initial
	}
}

.tk-homepage__slider-main-card-image--vod.tk-card__image .tk-card__icon--video-vod ::before {
	padding: 11px 16px;
	font-size: 1rem;
	height: 2.875rem;
	width: 2.875rem
}

@media (max-width:991.98px) {
	.tk-homepage__slider-card-image--vod.tk-card__image .tk-card__icon--video-vod ::before {
		bottom: -15px;
		right: -15px;
		top: initial;
		left: initial
	}
}

@media (max-width:767.98px) {
	.tk-homepage__slider-card-image--vod.tk-card__image .tk-card__icon--video-vod ::before {
		bottom: 0;
		right: 0;
		top: initial;
		left: initial
	}
}

@media (max-width:991.98px) {
	.tk-homepage__slider-card-image--album .tk-icon-gallery::before {
		height: 1.875rem;
		width: 1.875rem;
		padding: 10px;
		font-size: .625rem
	}
}

.tk-homepage__slider .tk-homepage__slider-card>a:active,
.tk-homepage__slider .tk-homepage__slider-card>a:focus,
.tk-homepage__slider .tk-homepage__slider-card>a:hover {
	color: #fff;
	text-decoration: none
}

@media (min-width:992px) {
	.tk-homepage__slider .tk-homepage__slider-card--youtube .tk-card__picture img {
		width: 407px;
		height: 250px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-homepage__slider .tk-homepage__slider-card--youtube .tk-card__picture img {
		width: 320px;
		height: 180px
	}
}

@media (min-width:992px) {
	.tk-homepage__slider-mobile {
		display: none
	}
}

.tk-homepage__slider-mobile>ul {
	list-style: none
}

.tk-homepage__slider-mobile .tk-homepage__slider-card a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc
}

.tk-homepage__slider-mobile .tk-homepage__slider-card-info {
	height: 84px;
	width: calc(100% - 84px);
	position: relative;
	top: 0;
	padding: 0 10px
}

.tk-homepage__slider-mobile .tk-homepage__slider-card-topic {
	line-height: .875rem;
	margin-bottom: 5px
}

.tk-homepage__slider-mobile .tk-homepage__slider-card-title {
	height: 42px;
	width: 100%;
	max-width: 100%
}

.tk-homepage__slider--video ul {
	width: 100%
}

.tk-homepage__slider--video .tk-homepage__slider-card-container {
	top: 0
}

.tk-homepage__slider--video .tk-homepage__slider-navigation {
	top: 42%
}

@media (max-width:1259.98px) {
	.tk-homepage__slider--video .tk-homepage__slider-background {
		padding-left: 0
	}
}

@media (max-width:991.98px) {
	.tk-homepage__slider--video .tk-homepage__slider-navigation {
		top: 36%
	}
	.tk-homepage__slider--video .tk-homepage__slider-background {
		display: block;
		padding: 0 16px
	}
}

@media (max-width:767.98px) {
	.tk-homepage__slider--video .tk-homepage__slider-background {
		display: none
	}
}

@media (min-width:768px) {
	.tk-homepage__slider--video-mobile {
		display: none
	}
}

.tk-homepage__slider--video-mobile .tk-homepage__slider-card {
	margin-right: 0;
	margin-bottom: -27px
}

.tk-homepage__slider--video-mobile .tk-homepage__slider-card-image--vod.tk-card__image img {
	width: 100%
}

@media (max-width:991.98px) {
	.tk-homepage__slider--video-mobile .tk-homepage__slider-card-image--vod.tk-card__image .tk-card__icon--video-vod ::before {
		bottom: 0;
		right: 0;
		top: 0;
		left: 0;
		margin: auto
	}
}

.tk-homepage__slider--video-mobile .tk-homepage__slider-card-info {
	position: relative;
	top: -27px;
	width: calc(100% - 10px);
	margin: 0 0 0 auto
}

.tk-homepage__slider--video-mobile .tk-homepage__slider-card-title {
	max-width: 100%
}

.tk-torch__details {
	max-width: 1236px;
	width: 100%;
	color: #000;
	background-color: #fff;
	z-index: 2;
	padding: 56px 17% 0 6.4%;
	display: block;
	position: relative;
	margin-top: -86px;
	margin-left: 104px
}

@media (max-width:991.98px) {
	.tk-torch__details {
		padding: 16px 7.5% 0 6.4%;
		margin-left: 0
	}
}

.tk-torch__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767.98px) {
	.tk-torch__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.tk-torch__container-detail {
	max-width: 420px
}

@media (max-width:767.98px) {
	.tk-torch__container-detail {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
}

.tk-torch__container-summary {
	padding-left: 0!important;
	margin-top: 32px!important
}

.tk-torch__container-map {
	margin-right: 48px;
	margin-top: 0
}

.tk-torch__container-map img {
	width: 100%;
	max-width: 526px;
	height: auto
}

@media (max-width:767.98px) {
	.tk-torch__container-map {
		margin-top: 32px
	}
}

.tk-torch__container-viewall {
	margin-top: 34px
}

.tk-torch__container-viewall-link {
	margin-left: 0
}

.tk-torch__container-viewall-link--mobile {
	margin-left: auto;
	margin-right: auto
}

.tk-torch__container-viewall--mobile {
	display: none;
	margin-top: 34px;
	min-width: 16.25rem
}

@media (max-width:767.98px) {
	.tk-torch__container-viewall--mobile {
		display: block
	}
}

@media (max-width:767.98px) {
	.tk-torch__container-viewall {
		display: none
	}
}

.tk-torch__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-torch__lead-photo {
	margin-top: 0;
	position: relative
}

.tk-torch__lead-photo-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-torch__lead-photo-block-element {
	display: block;
	position: absolute;
	right: -129px
}

.tk-torch__lead-photo-block-element--mobile {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0
}

@media (max-width:1259.98px) {
	.tk-torch__lead-photo-block-element--mobile {
		display: block;
		bottom: 86px
	}
}

.tk-torch__lead-photo::before {
	content: '';
	display: block;
	width: 80px;
	height: 108px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 105px
}

@media (max-width:991.98px) {
	.tk-torch__lead-photo::before {
		left: 10px
	}
}

.tk-torch__emblem {
	position: relative;
	top: 108px;
	left: 200px;
	z-index: 1
}

.tokyo2020--olympics .tk-torch__lead-photo::before {
	background: #fff url(/d3images/emblem/olympics/emblem-torch-relay.svg) 0 0 no-repeat;
	background-size: contain
}

.tokyo2020--olympics .tk-torch__lead-photo-block-element {
	content: url(/d3images/homepage/otr-photo-overlay.svg)
}

@media (max-width:1259.98px) {
	.tokyo2020--olympics .tk-torch__lead-photo-block-element {
		display: none
	}
}

.tokyo2020--olympics .tk-torch__lead-photo-block-element--mobile {
	content: url(/d3images/homepage/otr-photo-overlay-mobile.svg)
}

.tokyo2020--paralympics .tk-torch__lead-photo::before {
	background: #fff url(/d3images/emblem/paralympics/emblem-torch-relay-v3.svg) 0 0 no-repeat;
	background-size: contain
}

.tokyo2020--paralympics .tk-torch__lead-photo-block-element {
	content: url(/d3images/homepage/ptr-photo-overlay.svg)
}

@media (max-width:1259.98px) {
	.tokyo2020--paralympics .tk-torch__lead-photo-block-element {
		display: none
	}
}

.tokyo2020--paralympics .tk-torch__lead-photo-block-element--mobile {
	content: url(/d3images/homepage/ptr-photo-overlay-mobile.svg)
}

.tokyo2020--paralympics .tk-torch__container-viewall-link {
	background-color: #f08f98;
	color: #000
}

.tokyo2020--paralympics .tk-torch__container-viewall-link:focus,
.tokyo2020--paralympics .tk-torch__container-viewall-link:hover {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #f6bcc1
}

.tokyo2020--paralympics .tk-torch__container-viewall-link:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tokyo2020--paralympics .tk-torch__container-viewall-link:active {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-color: #ea626f
}

.tokyo2020--olympics .tk-informations__container-list-element::before {
	background-color: #b11d33
}

.tokyo2020--paralympics .tk-informations__container-list-element::before {
	background-color: #f08f98
}

.tk-informations__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #dadada;
	margin-bottom: 3.75rem
}

@media (max-width:767.98px) {
	.tk-informations__container {
		margin-bottom: 2.5rem;
		border-bottom: 0
	}
}

@media (max-width:1259.98px) {
	.tk-informations__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.tk-informations__container-link {
	background-color: #fff;
	text-decoration: none;
	display: block;
	color: #000;
	width: 100%
}

.tk-informations__container-link:active,
.tk-informations__container-link:focus,
.tk-informations__container-link:hover {
	background-color: #f7f7f7;
	text-decoration: none
}

.tk-informations__container-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin-top: 38px;
	margin-left: 29px;
	max-width: 685px
}

@media (max-width:767.98px) {
	.tk-informations__container-list {
		margin-top: 0;
		margin-left: 0
	}
}

.tk-informations__container-list-element {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
	position: relative
}

@media (max-width:767.98px) {
	.tk-informations__container-list-element {
		margin-bottom: 32px
	}
}

.tk-informations__container-list-element::before {
	content: '';
	width: 4px;
	height: 16px;
	background-color: red;
	display: block;
	position: absolute;
	top: 2px;
	-webkit-transform: translate(1px, 0);
	transform: translate(1px, 0)
}

@media (max-width:767.98px) {
	.tk-informations__container-list-element::before {
		display: none
	}
}

.tk-informations__container-list-element-titlewrapper {
	min-height: 0;
	position: relative
}

.tk-informations__container-list-element-titlewrapper::before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #dadada;
	display: block;
	position: absolute;
	top: 2px
}

@media (max-width:767.98px) {
	.tk-informations__container-list-element-titlewrapper::before {
		display: none
	}
}

.tk-informations__container-list-element-title {
	line-height: 1.5;
	min-height: 25px;
	height: auto;
	padding-left: 16px
}

.tk-informations__container-list-element-title::before {
	content: ''
}

.tk-cta-banner {
	margin-left: 0
}

@media (min-width:576px) {
	.tk-cta-banner {
		background-image: url(/d3images/cta-banner/cta-banner.svg);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background-position: 0 0;
		background-repeat: no-repeat;
		height: 22.5rem;
		background-size: 100% 100%;
		margin-bottom: 20px;
		-webkit-flex-flow: wrap;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		position: relative;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.tk-cta-banner--mobile {
		display: none
	}
}

@media (max-width:767.98px) {
	.tk-cta-banner {
		display: none
	}
}

.tk-cta-banner__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tk-cta-banner__wrapper-slider {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tk-cta-banner__wrapper-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:575.98px) {
	.tk-cta-banner__titlewrapper {
		max-width: initial;
		margin-left: 0
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.tk-cta-banner__titlewrapper {
		max-width: 360px;
		margin-left: 0
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cta-banner__titlewrapper {
		margin-left: 16px;
		max-width: 200px
	}
}

@media (min-width:992px) {
	.tk-cta-banner__titlewrapper {
		max-width: 260px
	}
}

.tk-cta-banner__title {
	color: #fff;
	font-weight: 700
}

@media (max-width:767.98px) {
	.tk-cta-banner__title {
		margin: 30px 90px 30px 30px;
		font-size: 1.5rem
	}
}

@media (min-width:576px) {
	.tk-cta-banner__title {
		font-size: 1.5rem;
		line-height: 1.33333;
		font-weight: 700
	}
}

.tk-cta-banner__sequence {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	height: 10.625rem;
	list-style: none
}

@media (max-width:575.98px) {
	.tk-cta-banner__sequence {
		width: 280px;
		margin: 0 auto
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.tk-cta-banner__sequence {
		width: 280px;
		margin: 0 auto
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cta-banner__sequence {
		width: 370px
	}
}

@media (min-width:768px) {
	.tk-cta-banner__sequence {
		width: 430px
	}
}

@media (min-width:992px) {
	.tk-cta-banner__sequence {
		width: 504px
	}
}

@media (max-width:767.98px) {
	.tk-cta-banner__group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		list-style: none
	}
}

.tk-cta-banner__wrapper-picto {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767.98px) {
	.tk-cta-banner__wrapper-picto {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.tk-cta-banner__wrapper-picto .tk-discipline__item {
		width: 33.333%
	}
}

.tk-cta-banner .tk-discipline__picto {
	width: 3.25rem;
	height: 3.25rem;
	position: relative;
	margin: 0 auto;
	color: #fff
}

.tk-cta-banner .tk-discipline__picto::before {
	color: #fff;
	font-size: 3.25rem
}

.tk-cta-banner .tk-discipline__link {
	color: inherit;
	text-decoration: none!important;
	display: block;
	padding: 8px;
	-webkit-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s;
	will-change: background-color;
	height: 100%
}

.tk-cta-banner .tk-discipline__link:hover {
	background-color: unset
}

.tk-cta-banner .tk-discipline__item {
	margin: 8px;
	text-align: center
}

@media (min-width:768px) {
	.tk-cta-banner {
		left: -10px;
		width: calc(100% + 20px);
		height: 22.5rem;
		background-size: cover;
		margin: 48px 0
	}
}

@media (min-width:992px) {
	.tk-cta-banner {
		left: -12px;
		width: calc(100% + 24px)
	}
}

@media (min-width:1260px) {
	.tk-cta-banner {
		left: -9px;
		width: calc(100% + 18px)
	}
}

@media (min-width:1456px) {
	.tk-cta-banner {
		left: -58px;
		width: calc(100% + 116px)
	}
}

@media (max-width:767.98px) {
	.tk-cta-banner-slider {
		-webkit-box-flex: unset;
		-webkit-flex: unset;
		-ms-flex: unset;
		flex: unset
	}
}

.tk-cta-banner-slider__navigation {
	position: relative;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

@media (max-width:767.98px) {
	.tk-cta-banner-slider__navigation {
		position: relative
	}
}

.tk-cta-banner-slider__prev {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: 0 0;
	font-size: .875rem;
	line-height: 1;
	font-weight: 700;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin-top: 0;
	width: 2.75rem;
	height: 2.75rem
}

@media (min-width:768px) {
	.tk-cta-banner-slider__prev {
		width: 2.25rem;
		height: 2.25rem;
		margin-top: -3.25rem;
		border-radius: 50%;
		background: #fff;
		color: #856a47;
		-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		border: 1px solid #dadada
	}
	.tk-cta-banner-slider__prev:focus,
	.tk-cta-banner-slider__prev:hover {
		-webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2)
	}
}

@media (min-width:992px) {
	.tk-cta-banner-slider__prev {
		width: 2.875rem;
		height: 2.875rem;
		margin-top: -3.5625rem
	}
}

@media (min-width:1260px) {
	.tk-cta-banner-slider__prev {
		width: 3.75rem;
		height: 3.75rem;
		margin-top: -4rem
	}
}

@media (max-width:767.98px) {
	.tk-cta-banner-slider__prev {
		top: 0;
		left: 50%;
		margin-left: -4.8125rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cta-banner-slider__prev {
		left: -18px;
		right: auto
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-cta-banner-slider__prev {
		left: -25px;
		right: auto
	}
}

@media (min-width:1260px) and (max-width:1455.98px) {
	.tk-cta-banner-slider__prev {
		left: -15px;
		right: auto
	}
}

@media (min-width:1456px) {
	.tk-cta-banner-slider__prev {
		left: -30px;
		right: auto
	}
}

@media (min-width:992px) {
	.tk-cta-banner-slider__prev {
		left: 80px;
		margin: 0;
		position: relative
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cta-banner-slider__prev {
		left: 50px;
		margin: 0;
		position: relative
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-cta-banner-slider__prev {
		left: 50px;
		margin: 0;
		position: relative
	}
}

.tk-cta-banner-slider__next {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: 0 0;
	font-size: .875rem;
	line-height: 1;
	font-weight: 700;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin-top: 0;
	width: 2.75rem;
	height: 2.75rem
}

@media (min-width:768px) {
	.tk-cta-banner-slider__next {
		width: 2.25rem;
		height: 2.25rem;
		margin-top: -3.25rem;
		border-radius: 50%;
		background: #fff;
		color: #856a47;
		-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		border: 1px solid #dadada
	}
	.tk-cta-banner-slider__next:focus,
	.tk-cta-banner-slider__next:hover {
		-webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2)
	}
}

@media (min-width:992px) {
	.tk-cta-banner-slider__next {
		width: 2.875rem;
		height: 2.875rem;
		margin-top: -3.5625rem
	}
}

@media (min-width:1260px) {
	.tk-cta-banner-slider__next {
		width: 3.75rem;
		height: 3.75rem;
		margin-top: -4rem
	}
}

@media (max-width:767.98px) {
	.tk-cta-banner-slider__next {
		top: 0;
		right: 50%;
		margin-right: -4.8125rem
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cta-banner-slider__next {
		left: auto;
		right: -18px
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-cta-banner-slider__next {
		left: auto;
		right: -25px
	}
}

@media (min-width:1260px) and (max-width:1455.98px) {
	.tk-cta-banner-slider__next {
		left: auto;
		right: -15px
	}
}

@media (min-width:1456px) {
	.tk-cta-banner-slider__next {
		left: auto;
		right: -30px
	}
}

@media (min-width:992px) {
	.tk-cta-banner-slider__next {
		right: 80px;
		margin: 0;
		position: relative
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-cta-banner-slider__next {
		right: 50px;
		margin: 0;
		position: relative
	}
}

@media (min-width:992px) and (max-width:1259.98px) {
	.tk-cta-banner-slider__next {
		right: 50px;
		margin: 0;
		position: relative
	}
}

.tk-cta-banner-slider__caption {
	position: relative;
	color: #fff
}

.tk-cta-banner-slider__caption .tk-gallery-caption__info::after,
.tk-cta-banner-slider__caption .tk-gallery-caption__left::after,
.tk-cta-banner-slider__caption .tk-gallery-caption__right::after {
	content: none
}

.tk-cta-banner-slider__caption .tk-gallery-caption__info {
	height: 2.75rem
}

@media (max-width:767.98px) {
	.tk-cta-banner-slider {
		margin-bottom: 20px
	}
	.tk-cta-banner-slider__btn {
		color: #fff
	}
	.tk-cta-banner-slider__pagination--total {
		color: #9fa0a0
	}
}

@media (min-width:576px) {
	.tk-cta-banner-slider {
		border-top: 1px solid #dadada;
		padding-top: 38px
	}
	.tk-cta-banner-slider__item {
		max-width: 13.75rem
	}
	.tk-cta-banner-slider__item:not(:last-child) {
		margin-right: 31px
	}
}

@media (min-width:768px) {
	.tk-cta-banner-slider__pagination {
		display: none
	}
}

.tk-cta-banner__btn {
	text-align: center;
	width: 100%
}

@media (min-width:576px) {
	.tk-cta-banner__btn {
		margin: 16px auto
	}
}

@media (min-width:576px) {
	.tk-cta-banner--mobile {
		display: none
	}
}

@media (max-width:767.98px) {
	.tk-cta-banner--mobile {
		background-image: url(/d3images/cta-banner/cta-banner--mobile.svg);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		margin: 32px 0;
		-webkit-flex-flow: wrap;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		padding: 0;
		left: -10px;
		width: calc(100% + 20px);
		height: 26.25rem
	}
}

.tk-cta-banner--mobile .tk-discipline__picto {
	width: 3.25rem;
	height: 3.25rem;
	position: relative;
	margin: 0 auto;
	color: #fff
}

.tk-cta-banner--mobile .tk-discipline__picto::before {
	color: #fff;
	font-size: 3.25rem
}

.tk-cta-banner--mobile .tk-discipline__link {
	color: inherit;
	text-decoration: none!important;
	display: block;
	padding: 8px;
	-webkit-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s;
	will-change: background-color;
	height: 100%
}

.tk-cta-banner--mobile .tk-discipline__link:hover {
	background-color: unset
}

.tokyo2020--olympics .tk-cta-banner__btn .tk-button-internal {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: .875rem;
	line-height: 1;
	cursor: pointer;
	font-weight: 700;
	padding: 10px;
	border: 0;
	text-transform: uppercase;
	max-width: 260px;
	color: #fff;
	display: block;
	margin: 0 auto;
	-webkit-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s;
	will-change: background-color;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	color: #b11d33
}

.tokyo2020--olympics .tk-cta-banner__btn .tk-button-internal:focus,
.tokyo2020--olympics .tk-cta-banner__btn .tk-button-internal:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #db2641
}

.tokyo2020--olympics .tk-cta-banner__btn .tk-button-internal:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tokyo2020--olympics .tk-cta-banner__btn .tk-button-internal:active {
	color: #fff;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-color: #851626
}

@media (min-width:576px) {
	.tokyo2020--paralympics .tk-cta-banner {
		background-image: url(/d3images/cta-banner/cta-banner-para.svg)
	}
	.tokyo2020--paralympics .tk-cta-banner--mobile {
		display: none
	}
}

@media (min-width:1456px) {
	.tokyo2020--paralympics .tk-cta-banner {
		background-size: contain
	}
}

@media (max-width:767.98px) {
	.tokyo2020--paralympics .tk-cta-banner {
		display: none
	}
}

.tokyo2020--paralympics .tk-cta-banner-slider__btn {
	color: #000
}

.tokyo2020--paralympics .tk-cta-banner-slider__caption,
.tokyo2020--paralympics .tk-cta-banner-slider__pagination {
	color: #000
}

@media (max-width:767.98px) {
	.tokyo2020--paralympics .tk-cta-banner--mobile {
		background-image: url(/d3images/cta-banner/cta-banner-para--mobile.svg);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100%;
		position: relative;
		margin-bottom: 20px;
		-webkit-flex-flow: wrap;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		padding: 0
	}
}

.tokyo2020--paralympics .tk-cta-banner__title {
	color: #000
}

.tokyo2020--paralympics .tk-cta-banner .tk-discipline__picto {
	width: 3.25rem;
	height: 3.25rem;
	position: relative;
	margin: 0 auto
}

.tokyo2020--paralympics .tk-cta-banner .tk-discipline__picto::before {
	font-size: 3.25rem
}

.tokyo2020--paralympics .tk-cta-banner__btn .tk-button-internal {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: .875rem;
	line-height: 1;
	cursor: pointer;
	font-weight: 700;
	padding: 10px;
	border: 0;
	text-transform: uppercase;
	max-width: 260px;
	color: #fff;
	display: block;
	margin: 0 auto;
	-webkit-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s;
	will-change: background-color;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	color: #f08f98
}

.tokyo2020--paralympics .tk-cta-banner__btn .tk-button-internal:focus,
.tokyo2020--paralympics .tk-cta-banner__btn .tk-button-internal:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #f6bcc1
}

.tokyo2020--paralympics .tk-cta-banner__btn .tk-button-internal:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tokyo2020--paralympics .tk-cta-banner__btn .tk-button-internal:active {
	color: #000;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-color: #ea626f
}

.tk-promo-banner {
	margin: 32px 0
}

.tk-promo-banner__img {
	max-width: 100%;
	cursor: pointer
}

.tk-omega-clock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -108px
}

.tokyo2020--olympics .tk-omega-clock-right {
	background: url(/d3images/omega/omega-right-element-olympics.svg) 0 0 no-repeat
}

.tokyo2020--paralympics .tk-omega-clock-right {
	background: url(/d3images/omega/omega-right-element-paralympics.svg) 0 0 no-repeat
}

@media (max-width:1455.98px) {
	.tk-omega-clock {
		margin: 0 -9px
	}
}

@media (max-width:1259.98px) {
	.tk-omega-clock {
		margin: 0 -12px
	}
}

@media (max-width:991.98px) {
	.tk-omega-clock {
		margin: 0 -10px
	}
}

@media (max-width:767.98px) {
	.tk-omega-clock {
		margin: 0 -41px
	}
}

@media (max-width:575.98px) {
	.tk-omega-clock {
		margin: 0 -8px
	}
}

.tk-omega-clock-iframe {
	width: 100%;
	border: 0;
	height: 58px
}

.tk-omega-clock-right {
	width: 218px;
	height: 58px;
	background: url(/d3images/omega/omega-right-element-olympics.svg) 0 0 no-repeat
}

@media (max-width:575.98px) {
	.tk-omega-clock-right {
		display: none
	}
}

.schFixed {
	position: fixed;
	top: 0;
	width: calc(100% - 16px);
	overflow: hidden;
	z-index: 9999
}

@media (min-width:576px) {
	.schFixed {
		width: 524px
	}
}

@media (min-width:768px) {
	.schFixed {
		width: 728px
	}
}

@media (min-width:992px) {
	.schFixed {
		width: 623px
	}
}

@media (min-width:1260px) {
	.schFixed {
		width: 807px
	}
}

.tk-schedule-pregames {
	/*width: 807px;*/
	position: relative;
	font-size: .875rem
}

.tk-schedule-pregames tbody tr:nth-child(odd) th {
	background: #fafafa
}

.tk-schedule-pregames tbody tr:nth-child(even) th {
	background: #fff
}

.tk-schedule-pregames tbody tr th:first-of-type {
	position: -webkit-sticky;
	position: sticky;
	left: 0
}
.actual-day {
	background: #cc003310;
}
.actual-day-th {
	background: #ffffff;
}
.actual-day-th a {
	color: #000000 !important;
} 
.actual-day-th .dw {
	color: #000000 !important;
} 

.dayselected {
	background: #cc0033 !important;
	color:#ffffff;
	text-align: left;
}
.dayselected-sport {
	/*background: #c6c6c6 !important;*/
	color:#ffffff;
	text-align: center;
}
.text-left{
	text-align: left !important;
}
.text-left a{
	color: #000000 !important;
}
.nomarginbottom {
	margin-bottom: 0px !important;
}
.tk-schedule-pregames tbody th a {
	font-weight: 400;
	color: #000;
	font-family: "D-DIN Condensed Regular", Sans-serif;
    font-size: 18px;
}
.tk-schedule-pregames tbody th img {
	margin-right: 10px;
}


.disciplines{
	font-weight: 400;
	color: #000 !important;
}

.tk-schedule-pregames tbody td {
	text-align: center
}

.tk-schedule-pregames td,
.tk-schedule-pregames th {
	vertical-align: middle
}

.tk-schedule-pregames .schTableHeadInitial,
.tk-schedule-pregames .schTableHeadInitialFixed {
	background: #fff
}

.tk-schedule-pregames .schTableHeadInitial th,
.tk-schedule-pregames .schTableHeadInitialFixed th {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	/*background: #fff;*/
	z-index: 10;
	font-family: "D-DIN Condensed Regular", Sans-serif;
	font-size: 18px;
	color: #847248;
}

.tk-schedule-pregames .schTableHeadInitial .tk-schedule-pregames__sports,
.tk-schedule-pregames .schTableHeadInitialFixed .tk-schedule-pregames__sports {
    z-index: 12;
	background: #ffffff;
	font-family: "D-DIN Condensed Regular", Sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #847248;
}

.tk-schedule-pregames .tk-schedule-pregames__sports,
.tk-schedule-pregames tbody th {
	width: 160px
}

@media (min-width:992px) {
	.tk-schedule-pregames .tk-schedule-pregames__sports,
	.tk-schedule-pregames tbody th {
		width: 199px
	}
}

.tk-schedule-pregames .tk-schedule-pregames__day,
.tk-schedule-pregames tbody td {
	width: 34px
}

@media (min-width:992px) {
	.tk-schedule-pregames .tk-schedule-pregames__day,
	.tk-schedule-pregames tbody td {
		width: 32px
	}
}

.tokyo2020--paralympics .tk-schedule-pregames .tk-schedule-pregames__sports,
.tokyo2020--paralympics .tk-schedule-pregames tbody th {
	width: 180px
}

@media (min-width:992px) {
	.tokyo2020--paralympics .tk-schedule-pregames .tk-schedule-pregames__sports,
	.tokyo2020--paralympics .tk-schedule-pregames tbody th {
		width: 261px
	}
}

.tokyo2020--paralympics .tk-schedule-pregames .tk-schedule-pregames__day,
.tokyo2020--paralympics .tk-schedule-pregames tbody td {
	width: 48px
}

@media (min-width:992px) {
	.tokyo2020--paralympics .tk-schedule-pregames .tk-schedule-pregames__day,
	.tokyo2020--paralympics .tk-schedule-pregames tbody td {
		width: 42px
	}
}

.tk-schedule-pregames__day {
	font-size: 1rem;
	text-align: center;
	line-height: 1;
	padding-top: .5rem!important;
	padding-bottom: .5rem!important;
	padding-left: 0!important;
	padding-right: 0!important
}

.tk-schedule-pregames__day:not(:last-child) {
	border-right: 1px solid #dadada
}

.tk-schedule-pregames__day a {
	color: #fff;
	font-family: "D-DIN Condensed Regular", Sans-serif;
    font-size: 18px;
}

.tk-schedule-pregames__day .dw {
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	white-space: nowrap!important
}

:lang(hi-IN) .tk-schedule-pregames__day .dw,
:lang(ko-KR) .tk-schedule-pregames__day .dw {
	font-size: 60%!important
}

:lang(fr-FR) .tk-schedule-pregames__day .dw {
	font-size: 70%!important
}

.tk-schedule-pregames thead.scroll {
	width: 100%;
	position: absolute;
	z-index: 1
}

.tk-pagination {
	text-align: center;
	padding: 15px 0 7px;
	margin-bottom: 16px
}

.tk-pagination__list {
	display: inline-block;
	vertical-align: top;
	font-size: 12.8px;
	line-height: 29px;
	font-weight: 700;
	color: #999
}

.tk-pagination__list-item {
	display: block;
	float: left;
	min-width: 32px;
	margin: 0 3px 0 4px
}

.tk-pagination__link {
	display: block;
	color: #000;
	height: 32px
}

.tk-pagination__link:hover {
	color: #000
}

.tk-omegabanner__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 3rem;
	padding-left: 7.75rem
}

@media (max-width:767.98px) {
	.tk-omegabanner__container {
		padding-top: 6.5625rem;
		padding-left: 1.5rem
	}
}

.tk-omegabanner__button {
	min-width: 14rem
}

@media (max-width:767.98px) {
	.tk-omegabanner__button {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		min-width: 16.25rem;
		margin-right: 1.5rem
	}
}

.tk-omegabanner__title {
	font-size: 2.375rem;
	font-weight: 700
}

@media (max-width:767.98px) {
	.tk-omegabanner__title {
		font-size: 1.5rem
	}
}

.tk-omegabanner__description {
	max-width: 34.4375rem
}

@media (max-width:991.98px) {
	.tk-omegabanner__description {
		max-width: 15.8125rem
	}
}

.tk-omegabanner__description-text {
	font-size: 1.25rem
}

@media (max-width:991.98px) {
	.tk-omegabanner__description-text {
		font-size: 1.125rem
	}
}

@media (max-width:767.98px) {
	.tk-omegabanner__description-text {
		font-size: 1rem
	}
}

.tk-omegabanner__iframe {
	position: absolute;
	bottom: 1.25rem
}

.tk-omegabanner__mascot-container {
	position: absolute;
	width: 14.6875rem;
	height: 18.4375rem;
	top: 2.75rem;
	right: 6.25rem
}

@media (max-width:1259.98px) {
	.tk-omegabanner__mascot-container {
		right: 1.25rem
	}
}

@media (max-width:767.98px) {
	.tk-omegabanner__mascot-container {
		width: 8.125rem;
		height: 10.1875rem;
		right: .625rem;
		top: -4.8125rem
	}
}

.tokyo2020--olympics .tk-omegabanner__background {
	background: url(/d3images/omega/omega-banner-paralympics-colors.svg);
	width: 100%;
	height: 23.75rem;
	background-repeat: no-repeat;
	background-color: #f08f98;
	margin-top: 22px;
	margin-bottom: 22px
}

@media (max-width:767.98px) {
	.tokyo2020--olympics .tk-omegabanner__background {
		background: url(/d3images/omega/omega-banner-paralympics-mobile-colors.svg);
		height: 23.75rem;
		background-repeat: repeat-x;
		background-size: 100%;
		-webkit-transform: translateY(83px);
		transform: translateY(83px);
		margin-bottom: 7.1875rem
	}
}

.tokyo2020--olympics .tk-omegabanner__title {
	color: #000
}

.tokyo2020--olympics .tk-omegabanner__description {
	color: #000
}

.tokyo2020--olympics .tk-omegabanner__button-link {
	background-color: #fff;
	color: #db4e50
}

.tokyo2020--olympics .tk-omegabanner__mascot-image {
	background: url(/d3images/omega/omega-mascot-paralympics.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%
}

.tokyo2020--paralympics .tk-omegabanner__background {
	background: url(/d3images/omega/omega-banner-olympics-colors.svg);
	width: 100%;
	height: 23.75rem;
	background-repeat: no-repeat;
	background-color: #b11d33;
	margin-top: 22px;
	margin-bottom: 22px
}

@media (max-width:767.98px) {
	.tokyo2020--paralympics .tk-omegabanner__background {
		background: url(/d3images/omega/omega-banner-olympics-mobile-colors.svg);
		height: 23.75rem;
		background-repeat: repeat-x;
		background-size: 100%;
		-webkit-transform: translateY(83px);
		transform: translateY(83px);
		margin-bottom: 7.1875rem
	}
}

.tokyo2020--paralympics .tk-omegabanner__title {
	color: #fff
}

.tokyo2020--paralympics .tk-omegabanner__description {
	color: #fff
}

.tokyo2020--paralympics .tk-omegabanner__button-link {
	background-color: #fff;
	color: #b11d33
}

.tokyo2020--paralympics .tk-omegabanner__mascot-image {
	background: url(/d3images/omega/omega-mascot-olympics.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%
}

.tk-header-terms {
	position: relative;
	height: 125px;
	background: #fff
}

.tk-header-terms__separator {
	height: 75px;
	width: 100%;
	border-bottom: 1px solid #dadada
}

.tk-header-terms__oly-logo {
	position: absolute;
	width: 80px;
	left: 125px;
	background: #fff
}

.tk-header-terms__para-logo {
	position: absolute;
	width: 80px;
	background: #fff;
	left: 205px;
	top: 4px
}

@media screen and (max-width:576px) {
	.tk-header-terms__oly-logo {
		left: 50px
	}
	.tk-header-terms__para-logo {
		left: 125px
	}
}

.tk-nhk-banner__nhk-desktop {
	display: block
}

.tk-nhk-banner__nhk-mobile {
	display: none
}

@media (max-width:767.98px) {
	.tk-nhk-banner__nhk-desktop {
		display: none
	}
	.tk-nhk-banner__nhk-mobile {
		display: block
	}
}

.tk-body-iframe .tk-iframe-embed {
	text-align: center
}

.tk-body-iframe .tk-iframe-embed__box {
	margin: 16px 0 32px 0
}

@media (min-width:1260px) {
	.tk-body-iframe .tk-iframe-embed {
		background-size: 100% 100%
	}
	.tk-body-iframe .tk-iframe-embed__box {
		margin-bottom: 80px
	}
}

@media screen and (max-width:375.98px) {
	.tk-body-iframe .tk-iframe-embed {
		width: 100vw;
		height: 100vh
	}
	.tk-body-iframe .tk-iframe-embed__box {
		margin: 0;
		width: 100vw;
		height: 100vh
	}
}

@media (max-width:991.98px) {
	.tk-body-iframe main {
		margin-top: 0
	}
}

@media screen and (max-width:375.98px) {
	.tk-body-iframe .tk-header {
		display: none
	}
	.tk-body-iframe .tk-footer {
		display: none
	}
	.tk-body-iframe #tk-back-to-top {
		display: none
	}
}

@media (min-width:576px) {
	.tk-rhb__heading.bg-white {
		position: relative
	}
	.tk-rhb__heading.bg-white::after,
	.tk-rhb__heading.bg-white::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 1000%;
		background-color: #fff
	}
	.tk-rhb__heading.bg-white::before {
		left: -1000%
	}
	.tk-rhb__heading.bg-white::after {
		right: -1000%
	}
}

.tk-bs-dropdown--active .tk-flatpickr-value {
	position: relative;
	width: 100%
}

.tk-bs-dropdown--active .tk-flatpickr-value-checkmark {
	display: block
}

.tk-bs-dropdown--active .tk-flatpickr-value-checkmark.tk-icon-checkmark {
	position: absolute;
	right: 0;
	top: -2px;
	font-size: 1.125rem;
	color: green
}

.tk-flatpickr-value-checkmark {
	display: none
}

.tk-flatpickr .flatpickr-months {
	width: 50%;
	margin: 0 auto;
	position: relative
}

.tk-flatpickr .flatpickr-months .flatpickr-next-month,
.tk-flatpickr .flatpickr-months .flatpickr-prev-month {
	padding: 5px
}

.tk-flatpickr .flatpickr-months .flatpickr-next-month svg,
.tk-flatpickr .flatpickr-months .flatpickr-prev-month svg {
	stroke: #000
}

.tk-flatpickr .flatpickr-current-month {
	display: block;
	font-size: inherit
}

.tk-flatpickr .flatpickr-current-month .flatpickr-monthDropdown-months {
	-webkit-appearance: none;
	text-transform: uppercase
}

.tk-flatpickr .flatpickr-current-month .flatpickr-monthDropdown-months,
.tk-flatpickr .flatpickr-current-month input.cur-year {
	font-size: 1rem;
	font-weight: 700
}

.tk-flatpickr .flatpickr-current-month input.cur-year {
	-webkit-appearance: none
}

.tk-flatpickr .flatpickr-current-month .numInputWrapper {
	width: 7ch
}

.tk-flatpickr .flatpickr-calendar {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none
}

.tk-flatpickr .flatpickr-days {
	width: 100%
}

.tk-flatpickr .dayContainer {
	width: 100%;
	min-width: 100%;
	max-width: 100%
}

.tk-flatpickr .flatpickr-day {
	max-width: 50px;
	height: 28px;
	line-height: 28px;
	margin-top: 15px;
	font-size: .75rem;
	font-weight: 600
}

.tk-flatpickr .flatpickr-day.endRange,
.tk-flatpickr .flatpickr-day.endRange:focus,
.tk-flatpickr .flatpickr-day.endRange:hover,
.tk-flatpickr .flatpickr-day.inRange,
.tk-flatpickr .flatpickr-day.selected,
.tk-flatpickr .flatpickr-day.selected:focus,
.tk-flatpickr .flatpickr-day.selected:hover,
.tk-flatpickr .flatpickr-day.startRange,
.tk-flatpickr .flatpickr-day.startRange:focus,
.tk-flatpickr .flatpickr-day.startRange:hover {
	background: #b11d33;
	border-color: #b11d33;
	color: #fff
}

.tk-flatpickr .flatpickr-day.inRange {
	-webkit-box-shadow: .5px 0 0 #b11d33, 5px 0 0 #b11d33;
	box-shadow: .5px 0 0 #b11d33, 5px 0 0 #b11d33
}

.tk-flatpickr .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: .5px 0 0 #b11d33, 5px 0 0 #b11d33;
	box-shadow: .5px 0 0 #b11d33, 5px 0 0 #b11d33
}

.tk-flatpickr .flatpickr-innerContainer {
	margin-top: 20px;
	border-top: 1px solid #dadada
}

.tk-flatpickr .flatpickr-weekdays {
	margin-top: 5px
}

.tk-flatpickr .flatpickr-input {
	visibility: hidden
}

@media (min-width:768px) {
	.tk-flatpickr .flatpickr-months {
		width: 75%
	}
	.tk-flatpickr .flatpickr-calendar {
		width: 220px
	}
	.tk-flatpickr .flatpickr-rContainer {
		width: 100%
	}
	.tk-flatpickr .dayContainer {
		width: 220px;
		min-width: 220px;
		max-width: 220px
	}
	.tk-flatpickr .flatpickr-days {
		width: 220px;
		margin-top: 1px
	}
	.tk-flatpickr .flatpickr-day {
		max-width: 32px
	}
}

.tk-button-internal {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: .875rem;
	line-height: 1;
	cursor: pointer;
	font-weight: 700;
	padding: 10px;
	border: 0;
	text-transform: uppercase;
	max-width: 260px;
	color: #fff;
	display: block;
	margin: 0 auto;
	-webkit-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s;
	will-change: background-color;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.tk-button-internal__wrapper {
	text-align: center
}

.tk-button-internal--margin-bottom {
	margin-bottom: 30px
}

.tokyo2020--olympics .tk-button-internal {
	background-color: #b11d33
}

.tokyo2020--olympics .tk-button-internal:focus,
.tokyo2020--olympics .tk-button-internal:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #db2641
}

.tokyo2020--olympics .tk-button-internal:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tokyo2020--olympics .tk-button-internal:active {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-color: #851626
}

.tokyo2020--paralympics .tk-button-internal {
	background-color: #f08f98;
	color: #000
}

.tokyo2020--paralympics .tk-button-internal:focus,
.tokyo2020--paralympics .tk-button-internal:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #f6bcc1
}

.tokyo2020--paralympics .tk-button-internal:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tokyo2020--paralympics .tk-button-internal:active {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-color: #ea626f
}

.tokyo2020--torch-relay-olympics .tk-button-internal {
	background: #fffaf7;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffaf7), color-stop(21%, #f18762), color-stop(85%, #dc0010), to(#dc0010));
	background: linear-gradient(180deg, #fffaf7 0, #f18762 21%, #dc0010 85%, #dc0010 100%)
}

.tokyo2020--torch-relay-olympics .tk-button-internal:focus,
.tokyo2020--torch-relay-olympics .tk-button-internal:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #ff1021
}

.tokyo2020--torch-relay-olympics .tk-button-internal:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tokyo2020--torch-relay-olympics .tk-button-internal:active {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background-color: #a9000c
}

.tokyo2020--torch-relay-paralympics .tk-button-internal {
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(46%, #f9d495), color-stop(75%, #f2aa23), to(#f2aa23));
	background: linear-gradient(180deg, #fff 0, #f9d495 46%, #f2aa23 75%, #f2aa23 100%)
}

.tokyo2020--torch-relay-paralympics .tk-button-internal:focus,
.tokyo2020--torch-relay-paralympics .tk-button-internal:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #f5bd53;
	background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(46%, #f9d495), color-stop(75%, #f2aa23), to(#f5bd53));
	background: linear-gradient(180deg, #fff 0, #f9d495 46%, #f2aa23 75%, #f5bd53 100%)
}

.tokyo2020--torch-relay-paralympics .tk-button-internal:focus {
	outline: 1px dotted #fff;
	outline-offset: -1px
}

.tokyo2020--torch-relay-paralympics .tk-button-internal:active {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(46%, #f9d495), color-stop(75%, #f2aa23), to(#d5900d));
	background: linear-gradient(180deg, #fff 0, #f9d495 46%, #f2aa23 75%, #d5900d 100%)
}

body.wrs-content .tk-cardsgroup__viewall {
	margin: 1rem auto;
	max-width: 260px
}

body.wrs-content .tk-cardsgroup__viewall-link {
	min-width: auto
}

body.wrs-content .tk-cardsgroup .tk-cardsgroup--list .tk-cardsgroup__viewall {
	margin-top: 2rem
}

body.wrs-content .tk-cardsgroup .tk-cardsgroup--list .tk-cardsgroup__viewall-link {
	min-width: auto
}

body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__sequence {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:768px) {
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 28px
	}
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title {
		font-size: 1rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.19rem;
		max-height: 2.38rem;
		text-align: left;
		padding-right: 1.19rem
	}
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.19rem;
		height: 1.19rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.19rem;
		height: 1.19rem;
		margin-top: -1.19rem;
		background: inherit
	}
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
		min-height: 2.38rem;
		margin-top: 10px
	}
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__body {
		position: relative;
		top: 0
	}
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(91.5625% + 16px);
		left: -8px
	}
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__header {
		margin-top: 15px;
		margin-bottom: 10px
	}
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title {
		font-size: 1rem;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 1.19rem;
		max-height: 2.38rem;
		text-align: left;
		padding-right: 1.19rem
	}
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title:before {
		content: '\2026';
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.19rem;
		height: 1.19rem;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default
	}
}

@media reader and (min-width:768px),
speech and (min-width:768px),
aural and (min-width:768px) {
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title::before {
		speak: none;
		display: none;
		visibility: hidden
	}
}

@media (min-width:768px) {
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title::after {
		content: '';
		position: absolute;
		right: 0;
		width: 1.19rem;
		height: 1.19rem;
		margin-top: -1.19rem;
		background: inherit
	}
	body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__titlewrapper {
		min-height: 2.38rem;
		margin-top: 10px
	}
}

body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__sequence {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:767.98px) {
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__sequence {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:768px) {
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__sequence {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 840px;
		margin: 0 auto
	}
}

@media (min-width:768px) {
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 20px;
		padding-right: 20px
	}
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 31px
	}
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__title {
		font-size: 1.875rem;
		line-height: 2.5rem
	}
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
		display: block;
		position: relative
	}
}

@media (min-width:768px) and (max-width:767.98px) {
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(91.5625% + 16px);
		left: -8px
	}
}

@media (min-width:768px) and (min-width:768px) and (max-width:991.98px) {
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(100% + 20px);
		left: -20px
	}
}

@media (min-width:768px) and (min-width:992px) and (max-width:1259.98px) {
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(100% + 84px);
		left: -84px
	}
}

@media (min-width:768px) and (min-width:1260px) and (max-width:1455.98px) {
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(100% + 218px);
		left: -218px
	}
}

@media (min-width:768px) and (min-width:1340px) and (max-width:1455px) {
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(100% + 258px);
		left: -258px
	}
}

@media (min-width:768px) and (min-width:1456px) {
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
		width: calc(100% + 316px);
		left: -316px
	}
}

@media (max-width:991.98px) {
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup {
		padding-bottom: inherit
	}
}

@media (max-width:767.98px) {
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type {
		margin-bottom: 28px
	}
}

@media (max-width:767.98px) and (max-width:767.98px) {
	body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item-link:not(:first-of-type) {
		padding: 19px 8px
	}
}

body.wrs-content .tk-cardsgroup--list .tk-cardsgroup__item .tk-card__header {
	margin: 0
}

body.wrs-content .tk-section {
	margin-bottom: 3.125rem
}

body.wrs-content .tk-section__heading {
	font-size: 1.5rem;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
	background: url(/d3images/headings/olympics/bg-tk-section__heading--mobile-oly.svg) 0 50% no-repeat
}

@media (min-width:768px) {
	body.wrs-content .tk-section__heading {
		background-image: url(/d3images/headings/olympics/bg-tk-section__heading--desktop-oly.svg)
	}
}

@media (min-width:768px) {
	body.wrs-content .tk-section--black-bg {
		padding-bottom: 7px
	}
}

@media (max-width:991.98px) {
	body.wrs-content .tk-section--black-bg {
		padding-bottom: 7px
	}
}

body.wrs-content .tk-section.tk-additional-content__2 {
	padding-bottom: 72px
}

body.wrs-content .tk-section.tk-additional-content__2 .tk-section__heading {
	font-size: 1.5rem;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 36px
}

@media (min-width:768px) {
	body.wrs-content .tk-section.tk-additional-content__2 .tk-section__heading {
		margin-right: 0;
		margin-bottom: 22px;
		margin-left: 0;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 36px;
		font-size: 2.125rem
	}
}

body.wrs-content .tk-section--no-margin {
	margin-bottom: 0
}

.tokyo2020--olympics body.wrs-content {
	background: url(/d3images/headings/olympics/bg-tk-section__heading--mobile-oly.svg) 0 50% no-repeat
}

@media (min-width:768px) {
	.tokyo2020--olympics body.wrs-content {
		background-image: url(/d3images/headings/olympics/bg-tk-section__heading--desktop-oly.svg)
	}
}

.tokyo2020--paralympics body.wrs-content {
	background: url(/d3images/headings/paralympics/bg-tk-section__heading--mobile-para.svg) 0 50% no-repeat
}

@media (min-width:768px) {
	.tokyo2020--paralympics body.wrs-content {
		background-image: url(/d3images/headings/paralympics/bg-tk-section__heading--desktop-para.svg)
	}
}

.tokyo2020--torch-relay-olympics body.wrs-content {
	background: url(/d3images/headings/olympics/bg-tk-section__heading--mobile-otr.svg) 0 50% no-repeat
}

@media (min-width:768px) {
	.tokyo2020--torch-relay-olympics body.wrs-content {
		background-image: url(/d3images/headings/olympics/bg-tk-section__heading--desktop-otr.svg)
	}
}

.tokyo2020--torch-relay-paralympics body.wrs-content {
	background: url(/d3images/headings/paralympics/bg-tk-section__heading--mobile-ptr.svg) 0 50% no-repeat
}

@media (min-width:768px) {
	.tokyo2020--torch-relay-paralympics body.wrs-content {
		background-image: url(/d3images/headings/paralympics/bg-tk-section__heading--desktop-ptr.svg)
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid {
		padding-left: 5px;
		padding-right: 5px
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid__row {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: auto 10px 300px;
		grid-template-columns: auto 300px;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		grid-template-areas: "main aside";
		grid-column-gap: 10px
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid__main {
		grid-area: main
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid__aside {
		grid-area: aside;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid__main {
		-ms-grid-row: 1;
		-ms-grid-column: 1
	}
	body.wrs-content .tk-results-grid__aside {
		-ms-grid-row: 1;
		-ms-grid-column: 3
	}
}

body.wrs-content .tk-results-grid__additionalcontent1--mobile {
	margin-top: 16px;
	margin-bottom: 16px
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid__additionalcontent1--mobile {
		display: none
	}
}

body.wrs-content .tk-results-grid__additionalcontent1--desktop {
	margin-bottom: 32px
}

@media (max-width:991.98px) {
	body.wrs-content .tk-results-grid__additionalcontent1--desktop {
		display: none
	}
}

@media (max-width:991.98px) {
	body.wrs-content .tk-results-grid__topcontent {
		margin-bottom: 16px
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid__topcontent {
		margin-bottom: 16px
	}
}

@media (max-width:991.98px) {
	body.wrs-content .tk-results-grid__content1 {
		margin-bottom: 32px
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid__content1 {
		margin-bottom: 32px
	}
}

@media (max-width:991.98px) {
	body.wrs-content .tk-results-grid__content2 {
		margin-bottom: 32px
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid__content2 {
		margin-bottom: 32px
	}
}

@media (max-width:991.98px) {
	body.wrs-content .tk-results-grid__additional-content {
		margin-bottom: 32px
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid__additional-content {
		margin-bottom: 32px
	}
}

body.wrs-content .tk-results-grid__additional-content .tk-section .container {
	padding-right: 0;
	padding-left: 0
}

body.wrs-content .tk-results-grid__additional-content .tk-cards-group--list .tk-cards-group__viewall {
	margin-top: 32px;
	margin-bottom: 32px
}

body.wrs-content .tk-results-grid__additional-content--1 .tk-section:not(:first-child) {
	margin-top: 32px
}

@media (max-width:991.98px) {
	body.wrs-content .tk-results-grid__advertisment {
		margin-bottom: 32px
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid__advertisment {
		margin-bottom: 32px
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid__advertisment--1,
	body.wrs-content .tk-results-grid__advertisment--2 {
		overflow: hidden;
		max-width: 640px
	}
}

@media (min-width:1260px) {
	body.wrs-content .tk-results-grid__advertisment--1,
	body.wrs-content .tk-results-grid__advertisment--2 {
		max-width: 920px
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-results-grid__advertisment--3 {
		overflow: hidden;
		max-width: 300px
	}
}

@media (max-width:991.98px) {
	body.wrs-content .tk-presented-by {
		margin-bottom: 16px;
		margin-top: 16px
	}
}

@media (min-width:992px) {
	body.wrs-content .tk-presented-by {
		margin-bottom: 16px;
		margin-top: 16px
	}
}

body.wrs-content .tk-presented-by__content {
	text-align: right;
	font-size: .75rem;
	color: #676767
}

body.wrs-content .tk-presented-by__content img {
	height: 24px;
	margin-left: 8px
}

.theoplayer-skin .vjs-big-play-button:after,
.theoplayer-skin .vjs-big-play-button:focus:after,
.theoplayer-skin:hover .vjs-big-play-button:after {
	display: none;
	background-color: transparent;
	padding: 0
}

.vjs-big-play-button {
	width: auto;
	height: auto;
	padding-bottom: 0;
	padding: 0
}

div.theo-big-play-button-svg-container img {
	background-color: rgba(0, 0, 0, .6)
}

div.theo-big-play-button-svg-container {
	width: auto
}

.theoplayer-skin .vjs-big-play-button,
.theoplayer-skin .vjs-big-play-button:focus,
.theoplayer-skin:hover .vjs-big-play-button {
	padding-bottom: 0!important;
	width: auto!important;
	height: auto!important;
	border-radius: 0!important
}

.theo-player-video-duration {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background: rgba(0, 0, 0, .3)
}

.theo-player-video-duration>p {
	margin: 0;
	font-size: .75rem;
	font-family: Tokyo2020, sans-serif;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	-webkit-font-variant-ligatures: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 400;
	padding: 8px;
	text-align: center;
	vertical-align: middle
}

.vjs-has-started .theo-player-video-duration {
	display: none
}

.theo-player-video-duration.error,
.theo-player-video-duration.hidden {
	display: none
}

.theoplayer-poster {
	background-position: center!important;
	background-size: cover!important
}

.tk-mascots-slider .tk-card-slider__item,
.tk-mascots-slider .tk-gallery-slider__item,
.tk-mascots-slider .tk-mascots-slider__card,
.tk-mascots-slider .tk-venues-slider__item {
	width: auto;
	list-style: none;
	height: auto
}

.tk-mascots-slider .swiper-slide-next.tk-card-slider__item .tk-gallery-slider__photo,
.tk-mascots-slider .swiper-slide-next.tk-gallery-slider__item .tk-gallery-slider__photo,
.tk-mascots-slider .swiper-slide-next.tk-mascots-slider__card .tk-gallery-slider__photo,
.tk-mascots-slider .swiper-slide-next.tk-venues-slider__item .tk-gallery-slider__photo,
.tk-mascots-slider .swiper-slide-prev.tk-card-slider__item .tk-gallery-slider__photo,
.tk-mascots-slider .swiper-slide-prev.tk-gallery-slider__item .tk-gallery-slider__photo,
.tk-mascots-slider .swiper-slide-prev.tk-mascots-slider__card .tk-gallery-slider__photo,
.tk-mascots-slider .swiper-slide-prev.tk-venues-slider__item .tk-gallery-slider__photo {
	opacity: .5
}

.tk-card-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-card-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-card-slider .tk-mascots-slider .tk-card-slider__next,
.tk-card-slider .tk-mascots-slider .tk-card-slider__prev,
.tk-card-slider .tk-mascots-slider .tk-gallery-slider__next,
.tk-card-slider .tk-mascots-slider .tk-gallery-slider__prev,
.tk-card-slider .tk-mascots-slider .tk-homepage__slider-next,
.tk-card-slider .tk-mascots-slider .tk-homepage__slider-prev,
.tk-card-slider .tk-mascots-slider .tk-mascots-slider-next,
.tk-card-slider .tk-mascots-slider .tk-mascots-slider-prev,
.tk-card-slider .tk-mascots-slider .tk-mascots-slider__next,
.tk-card-slider .tk-mascots-slider .tk-mascots-slider__prev,
.tk-card-slider .tk-mascots-slider .tk-venues-slider__next,
.tk-card-slider .tk-mascots-slider .tk-venues-slider__prev,
.tk-card-slider--external .tk-card-slider .tk-mascots-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-card-slider .tk-mascots-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-gallery-slider .tk-mascots-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-gallery-slider .tk-mascots-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-homepage__slider .tk-mascots-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-homepage__slider .tk-mascots-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-card-slider--external .tk-venues-slider .tk-mascots-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-venues-slider .tk-mascots-slider .tk-card-slider__prev--external,
.tk-cardsgroup__morewrapper .tk-mascots-slider .tk-cardsgroup__more,
.tk-gallery-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-gallery-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-gallery-slider .tk-mascots-slider .tk-card-slider__next,
.tk-gallery-slider .tk-mascots-slider .tk-card-slider__prev,
.tk-gallery-slider .tk-mascots-slider .tk-gallery-slider__next,
.tk-gallery-slider .tk-mascots-slider .tk-gallery-slider__prev,
.tk-gallery-slider .tk-mascots-slider .tk-homepage__slider-next,
.tk-gallery-slider .tk-mascots-slider .tk-homepage__slider-prev,
.tk-gallery-slider .tk-mascots-slider .tk-mascots-slider-next,
.tk-gallery-slider .tk-mascots-slider .tk-mascots-slider-prev,
.tk-gallery-slider .tk-mascots-slider .tk-mascots-slider__next,
.tk-gallery-slider .tk-mascots-slider .tk-mascots-slider__prev,
.tk-gallery-slider .tk-mascots-slider .tk-venues-slider__next,
.tk-gallery-slider .tk-mascots-slider .tk-venues-slider__prev,
.tk-homepage__slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-homepage__slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-homepage__slider .tk-mascots-slider .tk-card-slider__next,
.tk-homepage__slider .tk-mascots-slider .tk-card-slider__prev,
.tk-homepage__slider .tk-mascots-slider .tk-gallery-slider__next,
.tk-homepage__slider .tk-mascots-slider .tk-gallery-slider__prev,
.tk-homepage__slider .tk-mascots-slider .tk-homepage__slider-next,
.tk-homepage__slider .tk-mascots-slider .tk-homepage__slider-prev,
.tk-homepage__slider .tk-mascots-slider .tk-mascots-slider-next,
.tk-homepage__slider .tk-mascots-slider .tk-mascots-slider-prev,
.tk-homepage__slider .tk-mascots-slider .tk-mascots-slider__next,
.tk-homepage__slider .tk-mascots-slider .tk-mascots-slider__prev,
.tk-homepage__slider .tk-mascots-slider .tk-venues-slider__next,
.tk-homepage__slider .tk-mascots-slider .tk-venues-slider__prev,
.tk-mascots-slider .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-mascots-slider .tk-card-slider .tk-card-slider__next,
.tk-mascots-slider .tk-card-slider .tk-card-slider__prev,
.tk-mascots-slider .tk-card-slider .tk-gallery-slider__next,
.tk-mascots-slider .tk-card-slider .tk-gallery-slider__prev,
.tk-mascots-slider .tk-card-slider .tk-homepage__slider-next,
.tk-mascots-slider .tk-card-slider .tk-homepage__slider-prev,
.tk-mascots-slider .tk-card-slider .tk-mascots-slider-next,
.tk-mascots-slider .tk-card-slider .tk-mascots-slider-prev,
.tk-mascots-slider .tk-card-slider .tk-mascots-slider__next,
.tk-mascots-slider .tk-card-slider .tk-mascots-slider__prev,
.tk-mascots-slider .tk-card-slider .tk-venues-slider__next,
.tk-mascots-slider .tk-card-slider .tk-venues-slider__prev,
.tk-mascots-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external,
.tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-mascots-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external,
.tk-mascots-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external,
.tk-mascots-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external,
.tk-mascots-slider .tk-card-slider__next,
.tk-mascots-slider .tk-card-slider__prev,
.tk-mascots-slider .tk-cardsgroup__morewrapper .tk-cardsgroup__more,
.tk-mascots-slider .tk-gallery-caption__fullscreen-btn,
.tk-mascots-slider .tk-gallery-caption__info-btn,
.tk-mascots-slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-mascots-slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-mascots-slider .tk-gallery-slider .tk-card-slider__next,
.tk-mascots-slider .tk-gallery-slider .tk-card-slider__prev,
.tk-mascots-slider .tk-gallery-slider .tk-gallery-slider__next,
.tk-mascots-slider .tk-gallery-slider .tk-gallery-slider__prev,
.tk-mascots-slider .tk-gallery-slider .tk-homepage__slider-next,
.tk-mascots-slider .tk-gallery-slider .tk-homepage__slider-prev,
.tk-mascots-slider .tk-gallery-slider .tk-mascots-slider-next,
.tk-mascots-slider .tk-gallery-slider .tk-mascots-slider-prev,
.tk-mascots-slider .tk-gallery-slider .tk-mascots-slider__next,
.tk-mascots-slider .tk-gallery-slider .tk-mascots-slider__prev,
.tk-mascots-slider .tk-gallery-slider .tk-venues-slider__next,
.tk-mascots-slider .tk-gallery-slider .tk-venues-slider__prev,
.tk-mascots-slider .tk-gallery-slider__next,
.tk-mascots-slider .tk-gallery-slider__prev,
.tk-mascots-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-mascots-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-mascots-slider .tk-homepage__slider .tk-card-slider__next,
.tk-mascots-slider .tk-homepage__slider .tk-card-slider__prev,
.tk-mascots-slider .tk-homepage__slider .tk-gallery-slider__next,
.tk-mascots-slider .tk-homepage__slider .tk-gallery-slider__prev,
.tk-mascots-slider .tk-homepage__slider .tk-homepage__slider-next,
.tk-mascots-slider .tk-homepage__slider .tk-homepage__slider-prev,
.tk-mascots-slider .tk-homepage__slider .tk-mascots-slider-next,
.tk-mascots-slider .tk-homepage__slider .tk-mascots-slider-prev,
.tk-mascots-slider .tk-homepage__slider .tk-mascots-slider__next,
.tk-mascots-slider .tk-homepage__slider .tk-mascots-slider__prev,
.tk-mascots-slider .tk-homepage__slider .tk-venues-slider__next,
.tk-mascots-slider .tk-homepage__slider .tk-venues-slider__prev,
.tk-mascots-slider .tk-homepage__slider-next,
.tk-mascots-slider .tk-homepage__slider-prev,
.tk-mascots-slider .tk-mascots-slider-next,
.tk-mascots-slider .tk-mascots-slider-prev,
.tk-mascots-slider .tk-mascots-slider__next,
.tk-mascots-slider .tk-mascots-slider__prev,
.tk-mascots-slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-mascots-slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-mascots-slider .tk-venues-slider .tk-card-slider__next,
.tk-mascots-slider .tk-venues-slider .tk-card-slider__prev,
.tk-mascots-slider .tk-venues-slider .tk-gallery-slider__next,
.tk-mascots-slider .tk-venues-slider .tk-gallery-slider__prev,
.tk-mascots-slider .tk-venues-slider .tk-homepage__slider-next,
.tk-mascots-slider .tk-venues-slider .tk-homepage__slider-prev,
.tk-mascots-slider .tk-venues-slider .tk-mascots-slider-next,
.tk-mascots-slider .tk-venues-slider .tk-mascots-slider-prev,
.tk-mascots-slider .tk-venues-slider .tk-mascots-slider__next,
.tk-mascots-slider .tk-venues-slider .tk-mascots-slider__prev,
.tk-mascots-slider .tk-venues-slider .tk-venues-slider__next,
.tk-mascots-slider .tk-venues-slider .tk-venues-slider__prev,
.tk-mascots-slider .tk-venues-slider__next,
.tk-mascots-slider .tk-venues-slider__prev,
.tk-mascots-slider .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-mascots-slider .tokyo2020--olympics .tk-omega-clock-right,
.tk-mascots-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-mascots-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link,
.tk-mascots-slider .tokyo2020--paralympics .tk-omega-clock-right,
.tk-mascots-slider .tokyo2020--paralympics .tk-torch__container-viewall-link,
.tk-mascots-slider .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-mascots-slider .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more,
.tk-venues-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-venues-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-venues-slider .tk-mascots-slider .tk-card-slider__next,
.tk-venues-slider .tk-mascots-slider .tk-card-slider__prev,
.tk-venues-slider .tk-mascots-slider .tk-gallery-slider__next,
.tk-venues-slider .tk-mascots-slider .tk-gallery-slider__prev,
.tk-venues-slider .tk-mascots-slider .tk-homepage__slider-next,
.tk-venues-slider .tk-mascots-slider .tk-homepage__slider-prev,
.tk-venues-slider .tk-mascots-slider .tk-mascots-slider-next,
.tk-venues-slider .tk-mascots-slider .tk-mascots-slider-prev,
.tk-venues-slider .tk-mascots-slider .tk-mascots-slider__next,
.tk-venues-slider .tk-mascots-slider .tk-mascots-slider__prev,
.tk-venues-slider .tk-mascots-slider .tk-venues-slider__next,
.tk-venues-slider .tk-mascots-slider .tk-venues-slider__prev,
.tokyo2020--olympics .tk-cardsgroup .tk-mascots-slider .tk-cardsgroup__more,
.tokyo2020--olympics .tk-mascots-slider .tk-omega-clock-right,
.tokyo2020--paralympics .tk-cardsgroup .tk-mascots-slider .tk-cardsgroup__more,
.tokyo2020--paralympics .tk-cardsgroup .tk-mascots-slider .tk-cardsgroup__viewall-link,
.tokyo2020--paralympics .tk-mascots-slider .tk-omega-clock-right,
.tokyo2020--paralympics .tk-mascots-slider .tk-torch__container-viewall-link,
.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-mascots-slider .tk-cardsgroup__more,
.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-mascots-slider .tk-cardsgroup__more {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: 0 0
}

.tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-mascots-slider .tk-card-slider__next,
.tk-mascots-slider .tk-card-slider__prev,
.tk-mascots-slider .tk-gallery-slider__next,
.tk-mascots-slider .tk-gallery-slider__prev,
.tk-mascots-slider .tk-homepage__slider-next,
.tk-mascots-slider .tk-homepage__slider-prev,
.tk-mascots-slider .tk-mascots-slider-next,
.tk-mascots-slider .tk-mascots-slider-prev,
.tk-mascots-slider .tk-mascots-slider__next,
.tk-mascots-slider .tk-mascots-slider__prev,
.tk-mascots-slider .tk-venues-slider__next,
.tk-mascots-slider .tk-venues-slider__prev {
	font-size: .875rem;
	line-height: 1;
	font-weight: 700;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	margin-top: 0;
	top: 160px;
	width: 2.75rem;
	height: 5.25rem
}

@media (max-width:575.98px) {
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-mascots-slider .tk-card-slider__next,
	.tk-mascots-slider .tk-card-slider__prev,
	.tk-mascots-slider .tk-gallery-slider__next,
	.tk-mascots-slider .tk-gallery-slider__prev,
	.tk-mascots-slider .tk-homepage__slider-next,
	.tk-mascots-slider .tk-homepage__slider-prev,
	.tk-mascots-slider .tk-mascots-slider-next,
	.tk-mascots-slider .tk-mascots-slider-prev,
	.tk-mascots-slider .tk-mascots-slider__next,
	.tk-mascots-slider .tk-mascots-slider__prev,
	.tk-mascots-slider .tk-venues-slider__next,
	.tk-mascots-slider .tk-venues-slider__prev {
		top: 25%
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-mascots-slider .tk-card-slider__next,
	.tk-mascots-slider .tk-card-slider__prev,
	.tk-mascots-slider .tk-gallery-slider__next,
	.tk-mascots-slider .tk-gallery-slider__prev,
	.tk-mascots-slider .tk-homepage__slider-next,
	.tk-mascots-slider .tk-homepage__slider-prev,
	.tk-mascots-slider .tk-mascots-slider-next,
	.tk-mascots-slider .tk-mascots-slider-prev,
	.tk-mascots-slider .tk-mascots-slider__next,
	.tk-mascots-slider .tk-mascots-slider__prev,
	.tk-mascots-slider .tk-venues-slider__next,
	.tk-mascots-slider .tk-venues-slider__prev {
		top: 60px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-mascots-slider .tk-card-slider__next,
	.tk-mascots-slider .tk-card-slider__prev,
	.tk-mascots-slider .tk-gallery-slider__next,
	.tk-mascots-slider .tk-gallery-slider__prev,
	.tk-mascots-slider .tk-homepage__slider-next,
	.tk-mascots-slider .tk-homepage__slider-prev,
	.tk-mascots-slider .tk-mascots-slider-next,
	.tk-mascots-slider .tk-mascots-slider-prev,
	.tk-mascots-slider .tk-mascots-slider__next,
	.tk-mascots-slider .tk-mascots-slider__prev,
	.tk-mascots-slider .tk-venues-slider__next,
	.tk-mascots-slider .tk-venues-slider__prev {
		top: 150px
	}
}

@media (min-width:768px) {
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-mascots-slider .tk-card-slider__next,
	.tk-mascots-slider .tk-card-slider__prev,
	.tk-mascots-slider .tk-gallery-slider__next,
	.tk-mascots-slider .tk-gallery-slider__prev,
	.tk-mascots-slider .tk-homepage__slider-next,
	.tk-mascots-slider .tk-homepage__slider-prev,
	.tk-mascots-slider .tk-mascots-slider-next,
	.tk-mascots-slider .tk-mascots-slider-prev,
	.tk-mascots-slider .tk-mascots-slider__next,
	.tk-mascots-slider .tk-mascots-slider__prev,
	.tk-mascots-slider .tk-venues-slider__next,
	.tk-mascots-slider .tk-venues-slider__prev {
		width: 2.25rem;
		height: 2.25rem;
		margin-top: -3.25rem;
		border-radius: 50%;
		background: #fff;
		color: #856a47;
		-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
		border: 1px solid #dadada
	}
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:focus,
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:hover,
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:focus,
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:hover,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:focus,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:hover,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:focus,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:hover,
	.tk-mascots-slider .tk-card-slider__next:focus,
	.tk-mascots-slider .tk-card-slider__next:hover,
	.tk-mascots-slider .tk-card-slider__prev:focus,
	.tk-mascots-slider .tk-card-slider__prev:hover,
	.tk-mascots-slider .tk-gallery-slider__next:focus,
	.tk-mascots-slider .tk-gallery-slider__next:hover,
	.tk-mascots-slider .tk-gallery-slider__prev:focus,
	.tk-mascots-slider .tk-gallery-slider__prev:hover,
	.tk-mascots-slider .tk-homepage__slider-next:focus,
	.tk-mascots-slider .tk-homepage__slider-next:hover,
	.tk-mascots-slider .tk-homepage__slider-prev:focus,
	.tk-mascots-slider .tk-homepage__slider-prev:hover,
	.tk-mascots-slider .tk-mascots-slider-next:focus,
	.tk-mascots-slider .tk-mascots-slider-next:hover,
	.tk-mascots-slider .tk-mascots-slider-prev:focus,
	.tk-mascots-slider .tk-mascots-slider-prev:hover,
	.tk-mascots-slider .tk-mascots-slider__next:focus,
	.tk-mascots-slider .tk-mascots-slider__next:hover,
	.tk-mascots-slider .tk-mascots-slider__prev:focus,
	.tk-mascots-slider .tk-mascots-slider__prev:hover,
	.tk-mascots-slider .tk-venues-slider__next:focus,
	.tk-mascots-slider .tk-venues-slider__next:hover,
	.tk-mascots-slider .tk-venues-slider__prev:focus,
	.tk-mascots-slider .tk-venues-slider__prev:hover {
		-webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2);
		box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, .2)
	}
}

@media (min-width:992px) {
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-mascots-slider .tk-card-slider__next,
	.tk-mascots-slider .tk-card-slider__prev,
	.tk-mascots-slider .tk-gallery-slider__next,
	.tk-mascots-slider .tk-gallery-slider__prev,
	.tk-mascots-slider .tk-homepage__slider-next,
	.tk-mascots-slider .tk-homepage__slider-prev,
	.tk-mascots-slider .tk-mascots-slider-next,
	.tk-mascots-slider .tk-mascots-slider-prev,
	.tk-mascots-slider .tk-mascots-slider__next,
	.tk-mascots-slider .tk-mascots-slider__prev,
	.tk-mascots-slider .tk-venues-slider__next,
	.tk-mascots-slider .tk-venues-slider__prev {
		width: 2.875rem;
		height: 2.875rem;
		margin-top: -3.5625rem
	}
}

@media (min-width:1260px) {
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
	.tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
	.tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
	.tk-mascots-slider .tk-card-slider__next,
	.tk-mascots-slider .tk-card-slider__prev,
	.tk-mascots-slider .tk-gallery-slider__next,
	.tk-mascots-slider .tk-gallery-slider__prev,
	.tk-mascots-slider .tk-homepage__slider-next,
	.tk-mascots-slider .tk-homepage__slider-prev,
	.tk-mascots-slider .tk-mascots-slider-next,
	.tk-mascots-slider .tk-mascots-slider-prev,
	.tk-mascots-slider .tk-mascots-slider__next,
	.tk-mascots-slider .tk-mascots-slider__prev,
	.tk-mascots-slider .tk-venues-slider__next,
	.tk-mascots-slider .tk-venues-slider__prev {
		width: 3.75rem;
		height: 3.75rem;
		margin-top: -4rem
	}
}

.tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external,
.tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external,
.tk-mascots-slider .tk-card-slider__prev,
.tk-mascots-slider .tk-gallery-slider__prev,
.tk-mascots-slider .tk-homepage__slider-prev,
.tk-mascots-slider .tk-mascots-slider-prev,
.tk-mascots-slider .tk-mascots-slider__prev,
.tk-mascots-slider .tk-venues-slider__prev {
	left: 10px;
	right: auto
}

.tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external,
.tk-mascots-slider .tk-card-slider__next,
.tk-mascots-slider .tk-gallery-slider__next,
.tk-mascots-slider .tk-homepage__slider-next,
.tk-mascots-slider .tk-mascots-slider-next,
.tk-mascots-slider .tk-mascots-slider__next,
.tk-mascots-slider .tk-venues-slider__next {
	left: auto;
	right: 10px
}

.tk-mascots-slider__picture__title {
	font-size: 1.25rem;
	font-weight: 700
}

.tk-mascots-slider__picture .tk-card__picture img {
	width: 50%;
	padding: 50px 0
}

.tk-mascots-slider .swiper-slide-active .tk-mascots-slider__picture {
	margin-bottom: 15px
}

.tk-mascots-slider .swiper-slide-next .tk-mascots-slider__picture {
	border-left: 1px solid #9fa0a0;
	-webkit-transform: scale(.7);
	transform: scale(.7)
}

.tk-mascots-slider .swiper-slide-prev .tk-mascots-slider__picture {
	border-right: 1px solid #9fa0a0;
	-webkit-transform: scale(.7);
	transform: scale(.7)
}

.tk-mascots-slider.accordion-opened .swiper-slide-active {
	border-bottom: 2px solid #b11d33
}

.tk-mascots-slider.accordion-opened .swiper-slide-active .tk-mascots-slider__btn {
	border-color: #b11d33;
	background-color: #b11d33;
	color: #fff
}

.tk-mascots-slider.accordion-opened .swiper-slide-active .tk-mascots-slider__btn span::before {
	content: "\e003"
}

.tk-mascots-slider__card {
	position: relative;
	text-align: center;
	height: 413px!important
}

@media (max-width:1259.98px) {
	.tk-mascots-slider__card {
		height: 350px!important
	}
}

@media (max-width:575.98px) {
	.tk-mascots-slider__card {
		height: 413px!important
	}
}

.tk-mascots-slider__card__content {
	margin-bottom: 70px
}

.tk-mascots-slider__btn {
	margin: 0 auto;
	border-radius: 16px;
	border: 1px solid #000;
	position: absolute;
	bottom: -11px;
	padding: 0;
	background-color: transparent;
	width: 24px;
	height: 24px
}

.tk-mascots-slider__btn span {
	display: block
}

.tk-mascots-slider__btn span::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%
}

.tk-mascots-slider.accordion-opened .tk-mascots-slider__caption-container {
	background-color: #f4f4f4
}

.tk-mascots-slider__caption-container {
	min-height: 20px
}

.tk-mascots-slider__caption-element {
	padding: 40px
}

.tk-mascots-slider__caption-element__titolo {
	font-size: 1.5rem;
	font-weight: 700
}

.tk-mascots-slider__caption-element__description {
	font-weight: 400;
	padding-left: 20px;
	margin: 20px 0;
	border-left: 1px solid #9fa0a0
}

.tk-live-now {
	position: relative
}

.tk-live-now__card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tk-live-now__card_topic {
	margin-bottom: 5px
}

.tk-live-now .tk-disciplines__picto {
	width: 60px;
	height: 60px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px
}

.tk-live-now .tk-disciplines__picto::before {
	font-size: 20px!important
}

.tk-live-now .tk-medal {
	position: absolute;
	right: 20px;
	width: 1.5rem;
	height: 1.5rem
}

.tk-live-now__participants {
	line-height: 1.5;
	font-size: .875rem
}

.tk-live-now__participant-flag {
	height: 12px;
	margin-bottom: 2px;
	border: 1px solid #dadada
}

@media (max-width:991.98px) {
	.tk-live-now .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__main {
		max-width: 350px
	}
}

.tk-live-now .tk-card__header {
	margin-bottom: 0
}

.tk-live-now .tk-card__header .tk-card__topic {
	margin-bottom: 5px
}

.tk-live-now .swiper-slide {
	min-height: 144px;
	min-width: 400px;
	border-right: 1px solid #dadada;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 15px
}

.tk-live-now .swiper-slide.swiper-slide-prev {
	border-right: none
}

.tk-live-now .tk-card-slider__next,
.tk-live-now .tk-card-slider__prev {
	margin-top: -22px
}

@media (max-width:991.98px) {
	.tk-live-now .tk-card-slider__next,
	.tk-live-now .tk-card-slider__prev {
		display: none!important
	}
}

.tk-live-now .swiper-pagination-bullet-active-main {
	width: 5px;
	height: 5px;
	background-color: #9fa0a0;
	display: inline-block;
	border-radius: 5px;
	margin: 0 2px 4px 2px;
	padding: 3px
}

.tk-live-now .swiper-pagination-bullet-active-main.swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background-color: #856a47;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 0 1.5px #856a47;
	box-shadow: 0 0 0 1.5px #856a47;
	border-radius: 8px;
	margin-right: 5px;
	margin-bottom: 0
}

.tk-live-now .tk-cardsgroup__item-link {
	width: 100%
}