@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}
	to {
		transform: rotate(1turn)
	}
}

.splide__container {
	position: relative;
	box-sizing: border-box
}

.splide__list {
	margin: 0!important;
	padding: 0!important;
	width: -webkit-max-content;
	width: max-content;
	will-change: transform
}

.splide.is-active .splide__list {
	display: flex
}

.splide__pagination {
	display: inline-flex;
	align-items: center;
	width: 95%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0
}

.splide__pagination li {
	list-style-type: none;
	display: inline-block;
	line-height: 1;
	margin: 0
}

.splide {
	visibility: hidden
}

.splide,
.splide__slide {
	position: relative;
	outline: none
}

.splide__slide {
	box-sizing: border-box;
	list-style-type: none!important;
	margin: 0;
	flex-shrink: 0
}

.splide__slide img {
	vertical-align: bottom
}

.splide__slider {
	position: relative
}

.splide__spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	border-left-color: transparent;
	animation: splide-loading 1s linear infinite
}

.splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
	-webkit-user-select: none;
	user-select: none
}

.splide--fade>.splide__track>.splide__list {
	display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1
}

.splide--rtl {
	direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
	display: block
}

.splide--ttb>.splide__pagination {
	width: auto
}

.splide__arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	width: 2em;
	height: 2em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	opacity: .7;
	background: #ccc
}

.splide__arrow svg {
	width: 1.2em;
	height: 1.2em
}

.splide__arrow:hover {
	cursor: pointer;
	opacity: .9
}

.splide__arrow:focus {
	outline: none
}

.splide__arrow--prev {
}

.splide__arrow--prev svg {
	transform: scaleX(-1)
}

.splide__arrow--next {
}

.splide__pagination {
	position: absolute;
	z-index: 1;
	bottom: .5em;
	left: 50%;
	transform: translateX(-50%);
	padding: 0
}

.splide__pagination__page {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 50%;
	margin: 3px;
	padding: 0;
	transition: transform .2s linear;
	border: none;
	opacity: .7
}

.splide__pagination__page.is-active {
	transform: scale(1.4);
	background: #fff
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}

.splide__pagination__page:focus {
	outline: none
}

.splide__progress__bar {
	width: 0;
	height: 3px;
	background: #ccc
}

.splide--nav>.splide__track>.splide__list>.splide__slide {
	border: 3px solid transparent
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
	border-color: #000
}

.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
	outline: none
}

.splide--rtl>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
	right: 1em;
	left: auto
}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
	transform: scaleX(1)
}

.splide--rtl>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
	left: 1em;
	right: auto
}

.splide--rtl>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
	transform: scaleX(-1)
}

.splide--ttb>.splide__arrows .splide__arrow,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}

.splide--ttb>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
	top: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
	transform: rotate(-90deg)
}

.splide--ttb>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
	top: auto;
	bottom: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
	transform: rotate(90deg)
}

.splide--ttb>.splide__pagination {
	display: flex;
	flex-direction: column;
	bottom: 50%;
	left: auto;
	right: .5em;
	transform: translateY(50%)
}

@keyframes anim-slide-in-down {
	0% {
		opacity: 0;
		transform: translateY(-100%)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes anim-fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.has-small-font-size {
	font-size: .9rem
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}

.l-masthead {
	position: sticky;
	top: 0;
	z-index: 99;
	height: 3rem;
	padding: 0 1rem
}

.l-content {
	width: 1180px;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 1.5rem
}

@media screen and (max-width:600px) {
	.l-content {
		padding: 0 1rem
	}
}

.l-narrow {
	width: 800px;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 1.5rem
}

@media screen and (max-width:600px) {
	.l-narrow {
		padding: 0 1rem
	}
}

.l-wrap {
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:1000px) {
	.l-wrap.is-single {
		flex-direction: column
	}
}

.l-wrap__primary {
	width: 800px;
	overflow: auto
}

@media screen and (max-width:1000px) {
	.l-wrap__primary {
		width: 100%
	}
}

.l-wrap__secondary {
	flex-shrink: 0;
	width: 300px;
	margin-left: 3rem
}

@media screen and (max-width:1000px) {
	.l-wrap__secondary {
		display: none
	}
}

.l-col2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

@media screen and (max-width:600px) {
	.l-col2 {
		flex-direction: column
	}
}

.l-col2>* {
	flex-basis: 46%
}

@media screen and (max-width:600px) {
	.l-col2>* {
		flex-basis: 100%
	}
}

.p-404 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%
}

.p-404__title {
	font-family: Splide Heading, sans-serif
}

.p-404__title p {
	line-height: 1
}

.p-404__title p:first-child {
	font-size: 13rem
}

.p-404__title p:last-child {
	font-size: 6rem
}

.p-about h2 {
	margin-bottom: .5rem
}

.p-about ul {
	margin-top: 2rem;
	background: #dceb5d;
	padding: 2rem
}

@media screen and (max-width:600px) {
	.p-about ul {
		padding: 1rem
	}
}

.p-branding img {
	width: 80px;
	vertical-align: middle
}

@media screen and (max-width:840px) {
	.p-branding img {
		width: 70px
	}
}

.p-breadcrumbs {
	transform: translateY(.4em)
}

@media screen and (max-width:600px) {
	.p-breadcrumbs {
		transform: translateY(0)
	}
}

.p-breadcrumbs a {
	color: #333
}

.p-breadcrumbs a:hover {
	color: #13c59d
}

.p-breadcrumbs ul li,
.p-button {
	display: inline-block
}

.p-button {
	position: relative;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	font-family: Splide Body, sans-serif
}

.p-button:focus {
	outline: none
}

.p-button--rounded {
	height: 2.6em;
	line-height: 2.6em;
	border-radius: 1.3em;
	min-width: 220px;
	text-transform: uppercase;
	letter-spacing: .1em;
	transition: color .2s cubic-bezier(.54, .01, .1, 1), box-shadow .3s cubic-bezier(.54, .01, .1, 1), background-color .3s cubic-bezier(.54, .01, .1, 1)
}

.p-button--small {
	height: 2em;
	line-height: 2em;
	border-radius: 1em;
	padding: 0 .8em;
	background: #3d4040;
	color: #fff;
	transition: all .2s cubic-bezier(.54, .01, .1, 1)
}

.p-button--small:hover {
	background: #fff;
	color: #3d4040
}

.p-button--small[disabled] {
	opacity: .5
}

.p-button--small[disabled]:hover {
	background: #3d4040;
	color: #fff
}

.p-button--dark {
	background: #333;
	color: #fff
}

.p-button--dark span {
	position: relative;
	z-index: 1
}

.p-button--dark:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 100%;
	right: 0;
	background: #fff;
	transition: top .2s cubic-bezier(.54, .01, .1, 1)
}

.p-button--dark:hover {
	box-shadow: 0 0 40px 5px rgba(151, 164, 39, .5);
	color: #333;
	background: #fff
}

.p-button--dark:hover:before {
	top: 0
}

.p-button--main {
	background: #d4e735;
	color: #333
}

.p-content * ::selection {
	color: #333;
	background: #d4e735
}

.p-control {
	-webkit-appearance: none;
	appearance: none;
	background: #3d4040;
	color: #fff;
	padding: .3rem .5rem;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: Splide Code, monospace
}

.p-control:focus {
	outline: none
}

.p-document-list__item.is-active a {
	color: #d4e735
}

.p-entry__content>p:first-child {
	font-size: 1.2rem
}

@media screen and (max-width:600px) {
	.p-entry__content>p:first-child {
		font-size: 1rem
	}
}

.p-entry__content a {
	border-bottom: 1px solid #d4e735
}

.p-entry__content a:hover {
	border-bottom-color: #fff
}

.p-example a {
	border-bottom: 1px solid #d4e735
}

.p-example a:hover {
	border-bottom-color: #fff
}

.p-example:first-child h3 {
	margin-top: 1rem
}

.p-example--block {
	margin: 1.5rem 0
}

.p-example__body {
	background: #d4e735;
	border-radius: .5rem;
	overflow: hidden;
	color: #333
}

.p-example__splide {
	padding: 4rem
}

@media screen and (max-width:600px) {
	.p-example__splide {
		padding: 3rem 2rem
	}
}

.p-example__caption {
	color: #333;
	margin-bottom: .7rem;
	font-size: .9rem
}

.p-example__caption code {
	background: rgba(61, 64, 64, .1);
	color: #333
}

.p-example__expand {
	background: #fff
}

.p-example__expand__button {
	padding: .7em 1em;
	color: #333;
	display: block;
	width: 100%;
	text-align: left;
	transition: all .2s cubic-bezier(.54, .01, .1, 1);
	margin: 0
}

.p-example__expand__button:focus {
	outline: none
}

.p-example__expand__button:hover {
	cursor: pointer;
	background: #bdd019
}

.p-example__expand__button:hover .p-example__expand__icon {
	color: #333
}

.p-example__expand__button.is-collapsed .p-example__expand__icon {
	transform: rotate(0deg)
}

.p-example__expand__button span {
	font-family: Splide Body, sans-serif
}

.p-example__expand__icon {
	display: inline-block;
	color: #bdd019;
	font-size: 1.4rem;
	transition: all .2s cubic-bezier(.54, .01, .1, 1);
	transform: rotate(180deg);
	margin-right: .3rem
}

.p-example__expand__label {
	font-size: .85rem
}

.p-example__expand span {
	vertical-align: middle
}

.p-example__desc {
	margin-bottom: 1.5rem
}

.p-example__note {
	font-size: .9rem;
	margin-top: 1rem
}

.p-example__note li:before {
	color: #8ba3a6
}

.p-footer {
	padding: 1rem 0;
	background: #000
}

.p-header-splide__slide {
	position: relative;
	z-index: 0;
	height: 17rem;
	opacity: 0
}

@media screen and (max-width:600px) {
	.p-header-splide__slide {
		height: 14rem
	}
}

.p-header-splide__slide:focus {
	outline: none
}

.p-header-splide__slide__inner {
	height: 100%;
	border-radius: .5rem;
	box-shadow: 0 0 40px 5px rgba(106, 117, 14, .15);
	transition: transform .3s cubic-bezier(.54, .01, .1, 1), box-shadow .3s cubic-bezier(.54, .01, .1, 1)
}

.p-header-splide__slide.is-active {
	z-index: 1
}

.p-header-splide__slide.is-active .p-header-splide__slide__inner {
	transform: scale(1.05);
	box-shadow: 0 0 40px 10px rgba(106, 117, 14, .25)
}

.p-header-splide__track {
	padding-top: 80px;
	padding-bottom: 80px
}

@media screen and (max-width:600px) {
	.p-header-splide__track {
		margin-top: -3rem
	}
}

.p-header-splide__arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	transition: color .2s cubic-bezier(.54, .01, .1, 1)
}

@media screen and (max-width:600px) {
	.p-header-splide__arrow {
		font-size: 2rem!important
	}
}

.p-header-splide__arrow[disabled] {
	opacity: .5
}

.p-header-splide__arrow--prev {
	left: 1rem!important
}

@media screen and (max-width:600px) {
	.p-header-splide__arrow--prev {
		left: 0!important
	}
}

.p-header-splide__arrow--next {
	right: 1rem!important
}

@media screen and (max-width:600px) {
	.p-header-splide__arrow--next {
		right: 0!important
	}
}

.p-header-splide__arrow:not([disabled]):hover {
	color: #333;
	cursor: pointer
}

.p-header-splide__arrow:focus {
	outline: none
}

.p-header-splide__pagination {
	bottom: 1.5rem!important
}

.is-active .p-header-splide__slide {
	animation: anim-slide-in-down .8s cubic-bezier(.54, .01, .1, 1) forwards
}

.p-header {
	background: #b0c20e;
	background: -webkit-gradient(left bottom, right top, color-stop(0, #b0c20e), color-stop(36%, #d5e735), color-stop(100%, #eaf771));
	background: linear-gradient(45deg, #b0c20e, #d5e735 36%, #eaf771);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b0c20e", endColorstr="#eaf771", GradientType=1)
}

.p-header--front {
	padding: 1rem 0 4rem
}

@media screen and (max-width:600px) {
	.p-header--front {
		padding-bottom: 3rem
	}
}

.p-header--index,
.p-header--single {
	padding-top: 3rem
}

.p-header__splide {
	position: relative;
	margin-bottom: 2rem
}

@media screen and (max-width:840px) {
	.p-header__splide {
		margin-bottom: 1rem
	}
}

.p-header__logo {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-45%);
	opacity: 0;
	animation: anim-fade-in .5s linear .5s forwards
}

.p-header__logo img {
	width: 600px;
	max-width: 80%;
	vertical-align: middle
}

.p-header__body * ::selection {
	color: #fff;
	background: #333
}

.p-header__intro {
	font-size: 1.34rem
}

@media screen and (max-width:840px) {
	.p-header__intro {
		font-size: 1rem
	}
}

.p-header__intro p {
	line-height: 1.5
}

.p-header__actions a {
	margin: 0 .5em
}

@media screen and (min-width:599px) {
	.p-header__actions a:first-child {
		margin-right: 1em
	}
}

@media screen and (max-width:600px) {
	.p-header__actions a:last-child {
		margin-top: 1em
	}
}

.p-header__breadcrumbs {
	position: relative;
	z-index: 1
}

.p-header__heading {
	position: relative;
	z-index: 0;
	line-height: .9;
	margin-left: -.03em;
	transform: translateY(.12em)
}

@media screen and (max-width:840px) {
	.p-header__heading {
		font-size: 4rem
	}
}

@media screen and (max-width:600px) {
	.p-header__heading {
		font-size: 3rem
	}
}

.p-learn-more__section__heading,
.p-learn-more h2 {
	margin-bottom: .5rem
}

.p-learn-more__section__body {
	margin-bottom: 3rem
}

.p-learn-more__section__body a {
	display: inline-block;
	margin-top: 1rem
}

.p-learn-more__section__body a span {
	margin-right: .2em
}

.p-masthead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #333;
	border-bottom: 1px solid #d4e735
}

.p-navigation__list {
	display: inline-flex
}

.p-navigation__list li {
	margin: 0 1em
}

@media screen and (max-width:840px) {
	.p-navigation__list li {
		margin: 0 .5em
	}
}

@media screen and (max-width:840px) {
	.p-navigation__list li:first-child {
		display: none
	}
}

.p-post-navigation {
	margin-top: 6rem;
	border-top: 3px solid #3d4040
}

.p-post-navigation .nav-links {
	padding: .7em 0
}

.p-post-navigation .nav-links:after {
	content: "";
	clear: both;
	display: block
}

.p-post-navigation .nav-next,
.p-post-navigation .nav-previous {
	width: 48%
}

.p-post-navigation .nav-previous {
	float: left
}

.p-post-navigation .nav-previous span {
	margin-right: .2em
}

.p-post-navigation .nav-next {
	float: right;
	text-align: right
}

.p-post-navigation .nav-next span {
	margin-left: .2em
}

.p-post-navigation a {
	color: #b7d4d7
}

.p-post-navigation a:hover {
	color: #d4e735
}

.p-post-selector {
	margin-top: 4rem;
	overflow: hidden;
	border-radius: .5rem;
	display: none
}

@media screen and (max-width:1000px) {
	.p-post-selector {
		display: block
	}
}

.p-post-selector__button {
	display: block;
	width: 100%;
	padding: .7rem 1rem;
	color: #fff;
	background: #454848;
	cursor: pointer;
	font-size: .9rem;
	text-align: left;
	transition: background-color .2s cubic-bezier(.54, .01, .1, 1);
	margin: 0
}

.p-post-selector__button.is-collapsed .p-post-selector__button__icon {
	transform: rotate(0)
}

.p-post-selector__button__icon {
	display: inline-block;
	transition: transform .2s cubic-bezier(.54, .01, .1, 1), color .2s cubic-bezier(.54, .01, .1, 1);
	color: #d4e735;
	transform: rotate(180deg);
	font-size: 1.4rem;
	margin-right: .3rem;
	vertical-align: middle
}

.p-post-selector__button__label {
	transition: color .2s cubic-bezier(.54, .01, .1, 1)
}

.p-post-selector__button:hover {
	background: #bdd019
}

.p-post-selector__button:hover .p-post-selector__button__icon,
.p-post-selector__button:hover .p-post-selector__button__label {
	color: #333
}

.p-post-selector__button:focus {
	outline: none
}

.p-post-selector__body {
	background: #3d4040
}

.p-post-selector__body__inner {
	padding: 1.5rem 1rem
}

.p-post-selector__group {
	border-bottom: 1px solid #454848;
	margin-bottom: 1rem;
	padding-bottom: 1rem
}

.p-post-selector__group:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.p-post-selector__heading {
	font-family: Splide Heading, sans-serif;
	font-size: 1.2rem;
	color: #fff
}

.p-post-selector__list {
	margin: 1rem 0 0!important;
	padding-left: .5rem
}

.p-post-selector__item {
	margin-bottom: .5rem
}

.p-post-selector__item__title {
	color: #b7d4d7
}

.p-post-selector__item.is-active .p-post-selector__item__title {
	color: #d4e735
}

.p-post {
	margin-bottom: 1rem
}

.p-post a {
	position: relative;
	overflow: hidden;
	padding: .7rem 1.5rem 1rem;
	display: block;
	background: #3d4040
}

.p-post a:hover .p-post__date,
.p-post a:hover .p-post__excerpt,
.p-post a:hover .p-post__title {
	color: #3d4040
}

.p-post a:hover .p-post__arrow {
	right: 1.5rem
}

.p-post a:hover:before {
	top: 0
}

.p-post a:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #d4e735;
	transition: all .3s cubic-bezier(.54, .01, .1, 1)
}

.p-post__title {
	position: relative;
	z-index: 1;
	font-size: 1.34rem;
	margin: 0!important;
	transition: color .3s cubic-bezier(.54, .01, .1, 1);
	padding-right: 3rem
}

@media screen and (max-width:600px) {
	.p-post__title {
		font-size: 1.34rem;
		padding-right: 0
	}
}

.p-post__excerpt {
	position: relative;
	z-index: 1;
	color: #b7d4d7;
	font-size: .9rem;
	transition: color .3s cubic-bezier(.54, .01, .1, 1);
	line-height: 1.5;
	padding-right: 3rem
}

@media screen and (max-width:600px) {
	.p-post__excerpt {
		padding-right: 0
	}
}

.p-post__date {
	position: relative;
	z-index: 1;
	color: #b7d4d7;
	font-size: .85rem;
	transition: color .3s cubic-bezier(.54, .01, .1, 1)
}

.p-post__date__label {
	margin-right: .2em
}

.p-post__arrow {
	position: absolute;
	top: 50%;
	right: -3rem;
	transform: translateY(-50%);
	color: #3d4040;
	font-size: 1.67rem;
	transition: right .3s cubic-bezier(.54, .01, .1, 1)
}

@media screen and (max-width:600px) {
	.p-post__arrow {
		display: none
	}
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover {
	background: transparent!important
}

.ps .ps__rail-x.ps--clicking>.ps__thumb-x,
.ps .ps__rail-x:focus>.ps__thumb-x,
.ps .ps__rail-x:hover>.ps__thumb-x {
	height: 6px;
	background-color: rgba(212, 231, 53, .7)
}

.ps__thumb-x {
	background-color: rgba(212, 231, 53, .5)!important
}

.p-section {
	padding: 6rem 0
}

@media screen and (max-width:840px) {
	.p-section {
		padding: 3rem 0 5rem
	}
}

.p-section--main {
	background: #d4e735
}

.p-section--main * ::selection {
	color: #fff;
	background: #333
}

.p-section--main a {
	color: #333;
	border-bottom: 1px solid #333
}

.p-section--main a:hover {
	color: #13c59d;
	border-bottom-color: #13c59d
}

.p-section--sub-dark {
	background: #3d4040
}

.p-section--sub-light {
	background: #a7c4c7
}

.p-section--light {
	background: #fff
}

.p-section--no-padding-top {
	padding-top: 0
}

.p-sidebar {
	box-sizing: border-box
}

@media screen and (max-width:1000px) {
	.p-sidebar {
		padding: 1rem;
		background: #3d4040
	}
}

.p-sidebar li {
	margin-bottom: .5em
}

.p-sidebar a {
	color: #b7d4d7
}

.p-sidebar a:hover {
	color: #d4e735
}

.p-sidebar__widgets--sticky {
	position: sticky;
	top: 4rem
}

.p-sidebar__widgets:last-child>section {
	margin-bottom: 0
}

.splide__pagination {
	position: absolute
}

.splide__pagination__page {
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #93a313;
	margin: .2em;
	cursor: pointer;
	display: block
}

.splide__pagination__page.is-active {
	background: #fff
}

.splide__pagination__page:focus {
	outline: none
}

.splide__pagination__page:hover {
	background: #333
}

.splide--ltr .splide__pagination,
.splide--rtl .splide__pagination {
	bottom: -2rem;
	left: 50%;
	transform: translateX(-50%)
}

.splide--ttb .splide__pagination {
	flex-direction: column;
	top: 50%;
	right: -1.5rem;
	transform: translateY(-50%);
	margin-top: 0!important;
	margin-bottom: 0!important
}

.splide__arrow {
	position: absolute;
	z-index: 1;
	font-size: 1rem;
	color: #fff !important;
	padding: 0;
	margin: 0;
    background-color: #fff;
}

@media screen and (max-width:600px) {
	.splide__arrow {
		font-size: 2rem
	}
}

.splide__arrow[disabled] {
	opacity: .5
}

.splide__arrow:not([disabled]):hover {
	color: #333;
	cursor: pointer
}

.splide__arrow:focus {
	outline: none
}

.splide__video__play {
	background: #d4e735!important;
	transition: all .3s cubic-bezier(.54, .01, .1, 1);
	width: 50px!important;
	height: 50px!important
}

.splide__video__play:after {
	border-left-color: #fff!important
}

.splide--ltr .splide__arrow {
	top: 50%;
	transform: translateY(-50%)
}

.splide--ltr .splide__arrow--prev {
}


.splide--ltr .splide__arrow--next {
}

.splide__spinner {
	border-color: #fff #fff #fff transparent!important
}

.splide__play {
	margin-right: .5rem
}

.p-splide__slide {
	position: relative;
	color: #fff;
	border-radius: .5rem;
	border: 3px solid #eef5ae;
	background: #dceb5d;
	overflow: hidden;
	line-height: 1.5;
	transition: border-color .15s cubic-bezier(.54, .01, .1, 1), background-color .15s cubic-bezier(.54, .01, .1, 1)
}

.p-splide__slide:focus {
	outline: none
}

.p-splide__slide.is-active {
	background: #13c59d;
	border-color: #13c59d
}

.p-splide__slide__number {
	position: absolute;
	bottom: 0;
	left: 1rem;
	font-family: Splide Heading, sans-serif;
	font-size: 3.2rem;
	line-height: .75
}

@media screen and (max-width:600px) {
	.p-splide__slide__number {
		left: .5rem;
		font-size: 2rem
	}
}

.p-splide__content {
	padding: .5rem 0;
	font-size: .9rem
}

.p-splide--has-container .p-splide__slide {
	border: none;
	background: transparent;
	color: #333;
	border-radius: 0
}

.p-splide--has-container .p-splide__slide.is-active {
	background: transparent
}

.p-splide--has-container .p-splide__slide.is-active .p-splide__slide__container {
	border-color: #13c59d
}

.p-splide--has-container .p-splide__slide__container {
	border: 3px solid #eef5ae;
	background: #dceb5d;
	border-radius: .5rem
}

.p-splide--plain .p-splide__slide {
	border: none;
	background: transparent;
	border-radius: 0
}

.p-splide--plain .p-splide__slide.is-active {
	background: transparent
}

.p-splide--card .p-splide__slide {
	padding: 1rem;
	background: #dceb5d;
	color: #333;
	border-radius: 4px
}

.p-splide--card .p-splide__slide.is-active {
	background: #dceb5d
}

.p-splide--accessibility .p-splide__slide:focus {
	border-color: #ff5f5f
}

.p-splide--accessibility button {
	box-sizing: border-box;
	border: 3px solid transparent
}

.p-splide--accessibility button:focus {
	border-color: #ff5f5f
}

.p-splide__progress {
	margin-top: 8px
}

.p-splide__progress__bar {
	height: 3px;
	background: #eef5ae
}

.p-splide--nested .p-splide__slide.is-active {
	background: #dceb5d;
	border: 3px solid #eef5ae
}

.p-splide__child {
	padding: 1rem
}

.p-splide--child {
	margin: 0 auto
}

.p-splide--child .p-splide__slide.is-active {
	background: #13c59d;
	border-color: #13c59d
}

.p-splide--child .p-splide__arrow {
	font-size: 2rem
}

.p-splide--child .p-splide__arrow--prev {
	left: -2.2rem
}

.p-splide--child .p-splide__arrow--next {
	right: -2.2rem
}

.p-splide--primary {
	margin-bottom: 1rem
}

.p-splide--primary .p-splide__slide {
	border: 3px solid #eef5ae
}

.p-splide--primary .p-splide__slide.is-active {
	border-color: #eef5ae
}

.p-splide--secondary .p-splide__slide {
	border-radius: 4px;
	opacity: .5;
	cursor: pointer;
	transition: opacity .2s cubic-bezier(.54, .01, .1, 1)
}

.p-splide--secondary .p-splide__slide.is-active,
.p-splide--secondary .p-splide__slide:hover {
	opacity: 1
}

.p-splide__heading {
	font-family: Splide Heading, sans-serif;
	font-size: 1.2rem;
	margin: .3rem 0
}

.p-thumbnails__list {
	display: inline-flex;
	margin: 0!important
}

.p-thumbnails__item {
	max-width: 70px;
	margin: 0 5px;
	border-radius: 6px;
	border: 3px solid #eef5ae;
	cursor: pointer;
	overflow: hidden
}

.p-thumbnails__item.is-active {
	border-color: #13c59d
}

.p-thumbnails__item:focus {
	outline: none
}

.p-thumbnails__item img {
	vertical-align: bottom
}

.p-widget {
	margin-bottom: 3rem
}

.p-wrap ul {
	margin: .5rem 0
}

.p-wrap__primary h2 {
	display: flex;
	align-items: baseline;
	margin-top: 5rem
}

@media screen and (max-width:600px) {
	.p-wrap__primary h2 {
		margin-top: 3rem
	}
}

.p-wrap__primary h2:first-child {
	margin-top: 0
}

.p-wrap__primary h2:after {
	flex: 1 1 auto;
	content: "";
	display: inline-block;
	border-bottom: 6px solid #d4e735;
	margin-left: .1em
}

@media screen and (max-width:840px) {
	.p-wrap__primary h2:after {
		border-width: 3px
	}
}

.p-wrap__primary h2+h3 {
	margin-top: 1rem
}

.p-wrap__primary h3 {
	margin: 3rem 0 .3rem
}

.p-wrap__primary h3 code {
	font-size: 1.34rem;
	color: #d4e735
}

.p-wrap__primary hr+h3 {
	margin-top: -.5rem
}

.p-wrap__primary p {
	margin: .5em 0
}

.p-wrap__primary h4 {
	margin-top: 1rem
}

.p-wrap__primary table {
	width: 100%;
	border-spacing: 0 3px;
	margin: 1rem 0
}

.p-wrap__primary table tr {
	background: #3d4040
}

.p-wrap__primary table td,
.p-wrap__primary table th {
	padding: .5em 1em;
	line-height: 1.5
}

.p-wrap__primary table th {
	background: #454848;
	color: #fff;
	font-weight: 400;
	text-align: left
}

.p-wrap__primary table code {
	white-space: nowrap
}

.p-wrap__primary figure {
	margin-right: 0;
	margin-left: 0
}

.p-wrap__secondary h2 {
	font-size: 1.67rem;
	color: #fff
}

.u-ta-center {
	text-align: center
}

.u-fs-small {
	font-size: .9rem
}

.u-fs-medium {
	font-size: 1.34rem
}

.u-fs-large {
	font-size: 1.67rem
}

.u-tc-light {
	color: #fff
}

.u-tc-dark {
	color: #333
}

.u-mt1 {
	margin-top: 1em
}

.u-mt2 {
	margin-top: 2em
}

.u-mt3 {
	margin-top: 3em
}

.u-mb1 {
	margin-bottom: 1em
}

.u-mb2 {
	margin-bottom: 2em
}

.u-mb3 {
	margin-bottom: 3em
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}
	to {
		transform: rotate(1turn)
	}
}

.splide__container {
	position: relative;
	box-sizing: border-box
}

.splide__list {
	margin: 0!important;
	padding: 0!important;
	width: -webkit-max-content;
	width: max-content;
	will-change: transform
}

.splide.is-active .splide__list {
	display: flex
}

.splide__pagination {
	display: inline-flex;
	align-items: center;
	width: 95%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0
}

.splide__pagination li {
	list-style-type: none;
	display: inline-block;
	line-height: 1;
	margin: 0
}

.splide {
	visibility: hidden
}

.splide,
.splide__slide {
	position: relative;
	outline: none
}

.splide__slide {
	box-sizing: border-box;
	list-style-type: none!important;
	margin: 0;
	flex-shrink: 0
}

.splide__slide img {
	vertical-align: bottom
}

.splide__slider {
	position: relative
}

.splide__spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	border-left-color: transparent;
	animation: splide-loading 1s linear infinite
}

.splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
	-webkit-user-select: none;
	user-select: none
}

.splide--fade>.splide__track>.splide__list {
	display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1
}

.splide--rtl {
	direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
	display: block
}

.splide--ttb>.splide__pagination {
	width: auto
}

.splide__slide--has-video {
	cursor: pointer
}

.splide__slide--has-video:hover .splide__video__play {
	opacity: 1
}

.splide__slide__container--has-video {
	cursor: pointer;
	position: relative
}

.splide__slide__container--has-video:hover .splide__video__play {
	opacity: 1
}

.splide__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000
}

.splide__video div {
	height: 100%
}

.splide__video iframe,
.splide__video video {
	width: 100%;
	height: 100%
}

.splide__video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ccc;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .7
}

.splide__video__play:after {
	content: "";
	display: inline-block;
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width: 9px 0 9px 17px;
	margin-left: 4px
}

.ps {
	overflow: hidden!important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto
}

.ps__rail-x {
	height: 15px;
	bottom: 0
}

.ps__rail-x,
.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	position: absolute
}

.ps__rail-y {
	width: 15px;
	right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
	display: block;
	background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
	opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
	background-color: #eee;
	opacity: .9
}

.ps__thumb-x {
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px
}

.ps__thumb-x,
.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	position: absolute
}

.ps__thumb-y {
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
	background-color: #999;
	height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
	background-color: #999;
	width: 11px
}

@supports (-ms-overflow-style:none) {
	.ps {
		overflow: auto!important
	}
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.ps {
		overflow: auto!important
	}
}
