@font-face {
	font-family: GTEestiDisplay;
	src: url(GT-Eesti-Display-Medium-2.eot);
	src: url(GT-Eesti-Display-Medium-2.eot?#iefix) format('embedded-opentype'), url(GT-Eesti-Display-Medium-2.woff) format('woff'), url(GT-Eesti-Display-Medium-2.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: GTEestiDisplay;
	src: url(GT-Eesti-Display-Medium-Italic-2.eot);
	src: url(GT-Eesti-Display-Medium-Italic-2.eot?#iefix) format('embedded-opentype'), url(GT-Eesti-Display-Medium-Italic-2.woff) format('woff'), url(GT-Eesti-Display-Medium-Italic-2.ttf) format('truetype');
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: GTEestiDisplay;
	src: url(GT-Eesti-Display-Bold-2.eot);
	src: url(GT-Eesti-Display-Bold-2.eot?#iefix) format('embedded-opentype'), url(GT-Eesti-Display-Bold-2.woff) format('woff'), url(GT-Eesti-Display-Bold-2.ttf) format('truetype');
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: GTEestiDisplay;
	src: url(GT-Eesti-Display-Bold-Italic-2.eot);
	src: url(GT-Eesti-Display-Bold-Italic-2.eot?#iefix) format('embedded-opentype'), url(GT-Eesti-Display-Bold-Italic-2.woff) format('woff'), url(GT-Eesti-Display-Bold-Italic-2.ttf) format('truetype');
	font-weight: 600;
	font-style: italic
}

@font-face {
	font-family: Copernicus;
	src: url(Copernicus-Book.eot);
	src: url(Copernicus-Book.eot?#iefix) format('embedded-opentype'), url(Copernicus-Book.woff) format('woff');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Copernicus;
	src: url(Copernicus-BookItalic.eot);
	src: url(Copernicus-BookItalic.eot?#iefix) format('embedded-opentype'), url(Copernicus-BookItalic.woff) format('woff');
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: Copernicus;
	src: url(Copernicus-Bold.eot);
	src: url(Copernicus-Bold.eot?#iefix) format('embedded-opentype'), url(Copernicus-Bold.woff2) format('woff'), url(Copernicus-Bold.woff) format('woff');
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: Copernicus;
	src: url(Copernicus-BoldItalic.eot);
	src: url(Copernicus-BoldItalic.eot?#iefix) format('embedded-opentype'), url(Copernicus-BoldItalic.woff2) format('woff'), url(Copernicus-BoldItalic.woff) format('woff');
	font-weight: 600;
	font-style: italic
}

.max-width-1 {
	max-width: 24rem
}

.max-width-2 {
	max-width: 32rem
}

.max-width-3 {
	max-width: 48rem
}

.max-width-4 {
	max-width: 72rem
}

body,
html {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #000;
	font-size: 19px
}

* {
	box-sizing: border-box
}

.appearance-none {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.styled-input {
	border: 2px solid transparent;
	outline: 0;

	&.active,
	&:active,
	&:focus {
		border-color: rgba(0, 0, 0, .25)
	}
}

.text-white .styled-input .styled-input.text-white {
	border-color: hsla(0, 0%, 100%, 0);

	&.active,
	&:active,
	&:focus {
		border-color: hsla(0, 0%, 100%, .5)
	}
}

.styled-input.text-white:-ms-input-placeholder {
	color: hsla(0, 0%, 100%, .5)
}

.styled-input.text-white::placeholder {
	color: hsla(0, 0%, 100%, .5)
}

a {
	color: #000;
	text-decoration: none
}

.border {
	border-style: solid;
	border-width: 1px
}

.border-thick {
	border-style: solid;
	border-width: 2px
}

.border-thick1 {
	border-style: solid;
	border-width: 3px
}

.border-top {
	border-top-style: solid;
	border-top-width: 1px
}

.border-top-thick {
	border-top-style: solid;
	border-top-width: 2px
}

.border-top-thick1 {
	border-top-style: solid;
	border-top-width: 3px
}

.border-right {
	border-right-style: solid;
	border-right-width: 1px
}

.border-right-thick {
	border-right-style: solid;
	border-right-width: 2px
}

.border-right-thick1 {
	border-right-style: solid;
	border-right-width: 3px
}

.border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px
}

.border-bottom-thick {
	border-bottom-style: solid;
	border-bottom-width: 2px
}

.border-bottom-thick1 {
	border-bottom-style: solid;
	border-bottom-width: 3px
}

.border-left {
	border-left-style: solid;
	border-left-width: 1px
}

.border-left-thick {
	border-left-style: solid;
	border-left-width: 2px
}

.border-left-thick1 {
	border-left-style: solid;
	border-left-width: 3px
}

.border-none {
	border: 0
}

.border-transparent {
	border-color: transparent
}

.border-dashed {
	border-style: dashed
}

.border-dotted {
	border-style: dotted
}

.animate {
	transition: all 85ms ease-in
}

.animate-slow {
	transition: all .25s ease-in
}

.animate-slower {
	transition: all .4s ease-in
}

.animate-ease-in-out {
	transition-timing-function: ease-in-out
}

.animate-point {
	animation-name: a;
	animation-duration: 1.7s;
	animation-iteration-count: infinite
}

@keyframes a {
	0% {
		transform: translate(0) scaleX(1)
	}

	50% {
		transform: translateY(10px) scale3d(1.1, 1.1, 1.1)
	}

	to {
		transform: translate(0) scaleX(1)
	}
}

.animate-bounce-in {
	animation-name: b;
	animation-duration: .24s
}

@keyframes b {

	0%,
	50%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: .9;
		transform: scale3d(.98, .98, .98)
	}

	70% {
		opacity: 1;
		transform: scale3d(1.01, 1.01, 1.01)
	}

	to {
		transform: scaleX(1)
	}
}

.understroke {
	padding-bottom: .14rem;
	border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.understroke.thick {
	border-width: 3px
}

.understroke.active,
.understroke.link:hover {
	border-color: currentColor
}

.understroke.disabled,
.understroke.disabled:hover {
	border-color: transparent
}

.link-quiet-focusable:focus,
.link-quiet-focusable:hover,
.link-quiet:hover {
	opacity: .85
}

.link-quiet-focusable:focus,
.link-quiet-focusable:hover,
.link-quieter:hover {
	opacity: .7
}

.link-unquiet-focusable:focus,
.link-unquiet-focusable:hover,
.link-unquiet:hover {
	opacity: 1
}

.white,
.white-focus:focus,
.white-hover:hover {
	background-color: #fff
}

.lighten1,
.lighten1-focus:focus,
.lighten1-hover:hover {
	background-color: hsla(0, 0%, 100%, .05)
}

.lighten2,
.lighten2-focus:focus,
.lighten2-hover:hover {
	background-color: hsla(0, 0%, 100%, .1)
}

.lighten3,
.lighten3-focus:focus,
.lighten3-hover:hover {
	background-color: hsla(0, 0%, 100%, .25)
}

.lighten4,
.lighten4-focus:focus,
.lighten4-hover:hover {
	background-color: --lighten4
}

.darken1,
.darken1-focus:focus,
.darken1-hover:hover {
	background-color: rgba(0, 0, 0, .05)
}

.darken2,
.darken2-focus:focus,
.darken2-hover:hover {
	background-color: rgba(0, 0, 0, .1)
}

.darken3,
.darken3-focus:focus,
.darken3-hover:hover {
	background-color: rgba(0, 0, 0, .25)
}

.darken4,
.darken4-focus:focus,
.darken4-hover:hover {
	background-color: rgba(0, 0, 0, .5)
}

.stroked {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .05)
}

.stroked1 {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .1)
}

.stroked2 {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .25)
}

.stroked3 {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .5)
}

.stroked-inset {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .05)
}

.stroked1-inset {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1)
}

.stroked2-inset {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .25)
}

.text-white.stroked,
.text-white .stroked {
	box-shadow: 0 0 0 2px hsla(0, 0%, 100%, .05)
}

.text-white.stroked1,
.text-white .stroked1 {
	box-shadow: 0 0 0 2px hsla(0, 0%, 100%, .1)
}

.text-white.stroked2,
.text-white .stroked2 {
	box-shadow: 0 0 0 2px hsla(0, 0%, 100%, .25)
}

.stroked-thick {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .05)
}

.stroked1-thick {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .1)
}

.stroked2-thick {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .25)
}

.clickable-stroked {
	box-shadow: 0 0 0 2px transparent;

	&.stroked1,
	&:active,
	&:focus,
	&:hover {
		box-shadow: 0 0 0 2px rgba(0, 0, 0, .1)
	}
}

.clickable-stroked-inset {
	box-shadow: inset 0 0 0 2px transparent;

	&:active,
	&:focus,
	&:hover {
		box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1)
	}
}

.clickable-stroked1 {
	box-shadow: 0 0 0 2px transparent;

	&.stroked2,
	&:active,
	&:focus,
	&:hover {
		box-shadow: 0 0 0 2px rgba(0, 0, 0, .25)
	}
}

.clickable-stroked1-inset {
	box-shadow: inset 0 0 0 2px transparent;

	&:active,
	&:focus,
	&:hover {
		box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .25)
	}
}

.clickable-stroked-thick {
	box-shadow: 0 0 0 5px transparent
}

.clickable-stroked-thick:active,
.clickable-stroked-thick:focus,
.clickable-stroked-thick:hover {
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .05)
}

.clickable-stroked-thicker {
	box-shadow: 0 0 0 5px transparent
}

.clickable-stroked-thicker:active,
.clickable-stroked-thicker:focus,
.clickable-stroked-thicker:hover {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .05)
}

.clickable-stroked-thickest {
	box-shadow: 0 0 0 5px transparent
}

.clickable-stroked-thickest:active,
.clickable-stroked-thickest:focus,
.clickable-stroked-thickest:hover {
	box-shadow: 0 0 0 14px rgba(0, 0, 0, .05)
}

.clickable-stroked-thick-inset {
	box-shadow: inset 0 0 0 5px transparent;

	&:active,
	&:focus,
	&:hover {
		box-shadow: inset 0 0 0 5px rgba(0, 0, 0, .1)
	}
}

.clickable-stroked2 {
	box-shadow: 0 0 0 2px transparent;

	&.stroked3,
	&:active,
	&:focus,
	&:hover {
		box-shadow: 0 0 0 2px rgba(0, 0, 0, .5)
	}
}

.button-stroked {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .05);

	&:active,
	&:focus,
	&:hover {
		box-shadow: 0 0 0 2px rgba(0, 0, 0, .1)
	}

	&.stroked2 {
		box-shadow: 0 0 0 2px rgba(0, 0, 0, .25)
	}
}

.button-stroked1 {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);

	&:active,
	&:focus,
	&:hover {
		box-shadow: 0 0 0 2px rgba(0, 0, 0, .25)
	}
}

.border-lighten1 {
	border-color: hsla(0, 0%, 100%, .05)
}

.border-lighten2 {
	border-color: hsla(0, 0%, 100%, .1)
}

.border-lighten3 {
	border-color: hsla(0, 0%, 100%, .25)
}

.border-darken1 {
	border-color: rgba(0, 0, 0, .05)
}

.border-darken2 {
	border-color: rgba(0, 0, 0, .1)
}

.border-darken3 {
	border-color: rgba(0, 0, 0, .25)
}

.text-white {
	color: #fff;
	fill: #fff
}

.text-blue,
a.text-blue {
	color: #2d7ff9;
	fill: #2d7ff9
}

.text-red {
	color: #f82b60;
	fill: #f82b60
}

.text-cyan {
	color: #18bfff;
	fill: #18bfff
}

.text-purple {
	color: #8b46ff;
	fill: #8b46ff
}

.blue {
	background-color: #2d7ff9
}

.red {
	background-color: #f82b60
}

.cyan {
	background-color: #18bfff
}

.purple {
	background-color: #8b46ff
}

.yellow {
	background-color: #fcb400
}

.inline {
	display: inline
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.table {
	display: table
}

.table-cell {
	display: table-cell
}

.overflow-hidden {
	overflow: hidden
}

.overflow-scroll {
	overflow: scroll;
	overflow-scrolling: touch
}

.overflowy-scroll {
	overflow-y: scroll;
	overflow-scrolling: touch
}

.overflow-auto {
	overflow: auto
}

.webkit-touch-scroll {
	overflow-scrolling: touch
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.left {
	float: left
}

.right {
	float: right
}

.fit {
	max-width: 100%
}

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

.align-baseline {
	vertical-align: baseline
}

.align-top {
	vertical-align: top
}

.align-middle {
	vertical-align: middle
}

.align-bottom {
	vertical-align: bottom
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.fixed {
	position: fixed
}

.static {
	position: static
}

.top-0 {
	top: 0
}

.right-0 {
	right: 0
}

.bottom-0 {
	bottom: 0
}

.left-0 {
	left: 0
}

.all-0 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.z1 {
	z-index: 1
}

.z2 {
	z-index: 2
}

.z3 {
	z-index: 3
}

.z4 {
	z-index: 4
}

.circle {
	border-radius: 50%
}

.pill {
	border-radius: 9999px
}

.flex {
	display: -ms-flexbox;
	display: flex
}

.flex-inline {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.flex-column {
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-auto {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0
}

.flex-none {
	-ms-flex: none;
	flex: none
}

.flex-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.items-start {
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start
}

.items-end {
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end
}

.items-center {
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center
}

.items-baseline {
	-ms-flex-align: baseline;
	-ms-grid-row-align: baseline;
	align-items: baseline
}

.items-stretch {
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	align-items: stretch
}

.self-start {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.self-end {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.self-center {
	-ms-flex-item-align: center;
	align-self: center
}

.self-baseline {
	-ms-flex-item-align: baseline;
	align-self: baseline
}

.self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.justify-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.justify-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.justify-center {
	-ms-flex-pack: center;
	justify-content: center
}

.justify-between {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.justify-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.content-start {
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.content-end {
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.content-center {
	-ms-flex-line-pack: center;
	align-content: center
}

.content-between {
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.content-around {
	-ms-flex-line-pack: distribute;
	align-content: space-around
}

.content-stretch {
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.display-none,
.hide {
	display: none
}

.quiet {
	opacity: .75
}

.quieter {
	opacity: .5
}

.quietest {
	opacity: .25
}

.noevents {
	pointer-events: none
}

.events,
.noevents .events {
	pointer-events: all
}

.no-user-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.aspect-scale {
	max-width: 100%;
	width: 100%;
	height: auto
}

.aspect-scale-height {
	max-width: auto;
	height: 100%;
	width: auto
}

.background-cover {
	background-size: cover
}

.aspect_ratio_16x9 {
	padding-bottom: 56.25%;
	aspect-ratio: 16/9;
}

.background-contain {
	background-size: contain
}

.background-norepeat {
	background-repeat: no-repeat
}

.background-center {
	background-position: 50%
}

.background-size-half {
	background-size: 50%
}

.background-none {
	background-color: none
}

.background-transparent {
	background-color: transparent
}

.col-1 {
	width: 8.33333%
}

.col-2 {
	width: 16.66667%
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.33333%
}

.col-5 {
	width: 41.66667%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.33333%
}

.col-8 {
	width: 66.66667%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.33333%
}

.col-11 {
	width: 91.66667%
}

.col-12,
.width-full {
	width: 100%
}

.height-full {
	height: 100%
}

.m0 {
	margin: 0
}

.mt0 {
	margin-top: 0
}

.mr0 {
	margin-right: 0
}

.mb0 {
	margin-bottom: 0
}

.ml0,
.mx0 {
	margin-left: 0
}

.mx0 {
	margin-right: 0
}

.my0 {
	margin-top: 0;
	margin-bottom: 0
}

.m-half {
	margin: .25rem
}

.mt-half {
	margin-top: .25rem
}

.mr-half {
	margin-right: .25rem
}

.mb-half {
	margin-bottom: .25rem
}

.ml-half,
.mx-half {
	margin-left: .25rem
}

.mx-half {
	margin-right: .25rem
}

.my-half {
	margin-top: .25rem;
	margin-bottom: .25rem
}

.m1 {
	margin: .5rem
}

.mt1 {
	margin-top: .5rem
}

.mr1 {
	margin-right: .5rem
}

.mb1 {
	margin-bottom: .5rem
}

.ml1,
.mx1 {
	margin-left: .5rem
}

.mx1 {
	margin-right: .5rem
}

.my1 {
	margin-top: .5rem;
	margin-bottom: .5rem
}

.m2 {
	margin: 1rem
}

.mt2 {
	margin-top: 1rem
}

.mr2 {
	margin-right: 1rem
}

.mb2 {
	margin-bottom: 1rem
}

.ml2,
.mx2 {
	margin-left: 1rem
}

.mx2 {
	margin-right: 1rem
}

.my2 {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.m3 {
	margin: 2rem
}

.mt3 {
	margin-top: 2rem
}

.mr3 {
	margin-right: 2rem
}

.mb3 {
	margin-bottom: 2rem
}

.ml3,
.mx3 {
	margin-left: 2rem
}

.mx3 {
	margin-right: 2rem
}

.my3 {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.m4 {
	margin: 4rem
}

.mt4 {
	margin-top: 4rem
}

.mr4 {
	margin-right: 4rem
}

.mb4 {
	margin-bottom: 4rem
}

.ml4,
.mx4 {
	margin-left: 4rem
}

.mx4 {
	margin-right: 4rem
}

.my4 {
	margin-top: 4rem;
	margin-bottom: 4rem
}

.m5 {
	margin: 8rem
}

.mt5 {
	margin-top: 8rem
}

.mr5 {
	margin-right: 8rem
}

.mb5 {
	margin-bottom: 8rem
}

.ml5,
.mx5 {
	margin-left: 8rem
}

.mx5 {
	margin-right: 8rem
}

.my5 {
	margin-top: 8rem;
	margin-bottom: 8rem
}

.mln1 {
	margin-left: -.5rem
}

.mln2 {
	margin-left: -1rem
}

.mln3 {
	margin-left: -2rem
}

.mln4 {
	margin-left: -4rem
}

.mln5 {
	margin-left: -8rem
}

.mrn1 {
	margin-right: -.5rem
}

.mrn2 {
	margin-right: -1rem
}

.mrn3 {
	margin-right: -2rem
}

.mrn4 {
	margin-right: -4rem
}

.mrn5 {
	margin-right: -8rem
}

.mtn1 {
	margin-top: -.5rem
}

.mtn2 {
	margin-top: -1rem
}

.mtn3 {
	margin-top: -2rem
}

.mtn4 {
	margin-top: -4rem
}

.mtn5 {
	margin-top: -8rem
}

.mbn1 {
	margin-bottom: -.5rem
}

.mbn2 {
	margin-bottom: -1rem
}

.mbn3 {
	margin-bottom: -2rem
}

.mbn4 {
	margin-bottom: -4rem
}

.mbn5 {
	margin-bottom: -8rem
}

.mxn1 {
	margin-left: -.5rem;
	margin-right: -.5rem
}

.mxn2 {
	margin-left: -1rem;
	margin-right: -1rem
}

.mxn3 {
	margin-left: -2rem;
	margin-right: -2rem
}

.mxn4 {
	margin-left: -4rem;
	margin-right: -4rem
}

.mxn5 {
	margin-left: -8rem;
	margin-right: -8rem
}

.ml-auto {
	margin-left: auto
}

.mr-auto,
.mx-auto {
	margin-right: auto
}

.mx-auto {
	margin-left: auto
}

.p0 {
	padding: 0
}

.pt0 {
	padding-top: 0
}

.pr0 {
	padding-right: 0
}

.pb0 {
	padding-bottom: 0
}

.pl0,
.px0 {
	padding-left: 0
}

.px0 {
	padding-right: 0
}

.py0 {
	padding-top: 0;
	padding-bottom: 0
}

.p-half {
	padding: .25rem
}

.pt-half {
	padding-top: .25rem
}

.pr-half {
	padding-right: .25rem
}

.pb-half {
	padding-bottom: .25rem
}

.pl-half,
.px-half {
	padding-left: .25rem
}

.px-half {
	padding-right: .25rem
}

.py-half {
	padding-top: .25rem;
	padding-bottom: .25rem
}

.p1 {
	padding: .5rem
}

.pt1 {
	padding-top: .5rem
}

.pr1 {
	padding-right: .5rem
}

.pb1 {
	padding-bottom: .5rem
}

.pl1 {
	padding-left: .5rem
}

.py1 {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.px1 {
	padding-left: .5rem;
	padding-right: .5rem
}

.p2 {
	padding: 1rem
}

.pt2 {
	padding-top: 1rem
}

.pr2 {
	padding-right: 1rem
}

.pb2 {
	padding-bottom: 1rem
}

.pl2 {
	padding-left: 1rem
}

.py2 {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.px2 {
	padding-left: 1rem;
	padding-right: 1rem
}

.p3 {
	padding: 2rem
}

.pt3 {
	padding-top: 2rem
}

.pr3 {
	padding-right: 2rem
}

.pb3 {
	padding-bottom: 2rem
}

.pl3 {
	padding-left: 2rem
}

.py3 {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.px3 {
	padding-left: 2rem;
	padding-right: 2rem
}

.p4 {
	padding: 4rem
}

.pt4 {
	padding-top: 4rem
}

.pr4 {
	padding-right: 4rem
}

.pb4 {
	padding-bottom: 4rem
}

.pl4 {
	padding-left: 4rem
}

.py4 {
	padding-top: 4rem;
	padding-bottom: 4rem
}

.px4 {
	padding-left: 4rem;
	padding-right: 4rem
}

.p5 {
	padding: 8rem
}

.pt5 {
	padding-top: 8rem
}

.pr5 {
	padding-right: 8rem
}

.pb5 {
	padding-bottom: 8rem
}

.pl5 {
	padding-left: 8rem
}

.py5 {
	padding-top: 8rem;
	padding-bottom: 8rem
}

.px5 {
	padding-left: 8rem;
	padding-right: 8rem
}

.rounded {
	border-radius: 3px
}

.rounded-big {
	border-radius: 6px
}

.display {
	font-family: GTEestiDisplay, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'calt' 0
}

.serif {
	font-family: Copernicus, Georgia, serif
}

.monospace {
	font-family: Menlo, Courier, monospace
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	font-weight: 400
}

h1 {
	font-size: 2rem
}

h2 {
	font-size: 1.5rem
}

h3 {
	font-size: 1.25rem
}

h4 {
	font-size: 1rem
}

h5 {
	font-size: .875rem
}

.big {
	font-size: .9rem
}

.big h1,
h1.big {
	font-size: 2.25rem
}

.big h2,
h2.big {
	font-size: 1.75rem
}

.big h3,
h3.big {
	font-size: 1.25rem
}

.big h4,
h4.big {
	font-size: 1rem
}

.big h5,
h5.big {
	font-size: .9rem
}

.huge {
	font-size: 1rem
}

.huge h1,
h1.huge {
	font-size: 2.8rem
}

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

.huge h3,
h3.huge {
	font-size: 1.4rem
}

.huge h4,
h4.huge {
	font-size: 1.2rem
}

.huge h5,
h5.huge {
	font-size: 1rem
}

.normal {
	font-size: .8rem
}

.small {
	font-size: 11px
}

.micro {
	font-size: 9px
}

.font-family-inherit {
	font-family: inherit
}

.font-size-inherit {
	font-size: inherit
}

.text-decoration-none {
	text-decoration: none
}

.medium {
	font-weight: 500
}

.bold,
.strong {
	font-weight: 700
}

.regular {
	font-weight: 400
}

.italic {
	font-style: italic
}

.caps {
	letter-spacing: .1em
}

.caps,
.uppercase {
	text-transform: uppercase
}

.strikethrough {
	text-decoration: line-through
}

.left-align {
	text-align: left
}

.center {
	text-align: center
}

.right-align {
	text-align: right
}

.justify {
	text-align: justify
}

.nowrap {
	white-space: nowrap
}

.break-word {
	word-wrap: break-word
}

.pre-wrap,
pre.pre-wrap {
	white-space: pre-wrap
}

.hyphens {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.line-height-0 {
	line-height: 0
}

.line-height-1 {
	line-height: 1
}

.line-height-2 {
	line-height: 1.125
}

.line-height-3 {
	line-height: 1.25
}

.line-height-4 {
	line-height: 1.5
}

.line-height-5 {
	line-height: 1.6
}

.line-height-6 {
	line-height: 1.8
}

.list-style-none {
	list-style: none
}

.list-style-inherit {
	list-style-type: inherit
}

.underline {
	text-decoration: underline
}

.truncate {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.cursor-pointer,
.pointer {
	cursor: pointer
}

.cursor-text {
	cursor: text
}

.cursor-default {
	cursor: default
}

.cursor-grab {
	cursor: grab
}

.cursor-col-resize {
	cursor: col-resize
}

/*** Footer section styles ****/
.footer-section .navigation {
	width: 100%;
	padding: 16px 0px;
}
.footer-section .navigation ul li {
	margin-left: 0px;
}
.footer-section .navigation ul li:hover {
	opacity: 1;
}
.footer-section .navbar-brand {
	padding-right: 32px;
}
.footer-section .navbar-nav {
	column-gap: 20px;
}
.footer-section .navbar-nav-social {
	column-gap: 16px;
}
.navbar-nav-social li a:hover {
	opacity: 0.75;
}
.footer-section .navigation ul li a {
	font-weight: 500;
	text-transform:capitalize;
	padding: 0px;
	color: #333333;
}
.footer-section .social-navbar {
	align-self: center;
	text-align: right;
	margin-left: auto;
}
.footer-section hr {
	margin-bottom: 0px;
	background-color: rgb(0 0 0 / 15%);
    border-width: 0px;
    height: 2px;
}
.footer-section .footer-links {
	display: flex;
	padding: 48px 0px 72px;
	margin: 0px;
}
.footer-section .footer-links ul, .footer-section .footer-links li {
	margin: 0px;
	padding: 0px;
	color: #333333;
}
.footer-section .footer-links .footer-links-items li {
	list-style: none;
	padding: 8px 0px;
}
.footer-links .heading {
	display: block;
	padding: 8px 0px;
}
.footer-section .new-link {
	display: flex;
}
.footer-section .footer-links .new p, .footer-section .footer-links .popular p {
	background-color: #d3ebd5;
    border-radius: 8px;
    color: #188021;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	font-size: 12px;
}
.footer-section .footer-links .popular p {
    background-color: #cce0fe;
    color: #1b61c9;
}
.footer-section .footer-links li.footer-links-items {
	list-style: none;
	font-weight: normal;
	line-height: 22.6px;
	font-size: 16px;
    letter-spacing: .01em;
	width: 20%;
}
.footer-section .footer-links li p {
	margin: 0px;
}
p.heading {
	font-weight: 500;
}
.footer-section .hide {
	display: none;
}
.footer-section-bottom {
	background-color: #f2f4f7;
}
.footer-section-bottom .navigation {
	width: 100%;
}
.footer-section-bottom #navbarNav {
	margin-right: auto;
}
.SrOnly-module_srOnly__3NH1o {
	display: none;
}
.footer-section-bottom nav {
	height:64px;
	align-items:center;
}
.footer-section-bottom .navbar-nav {
	column-gap: 16px;
	flex-wrap: wrap;
    row-gap: 6px;
}
.navbar-buttons {
	display:flex;
}
.footer-section-bottom .navigation li {
	margin-left: 0px;
}
.footer-section-bottom .navigation li:hover {
	opacity: 1;
}
.footer-section-bottom .navigation li a {
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-transform: capitalize;
	padding: 2px 4px;
	color: #535965;
}
.footer-section-bottom .navbar-brand {
	padding: 2px 4px;
}
.mobile-main-footer-menu {
	display: none;
}
.footer-links-items .menu-list {
	display: block;
}
@media (max-width:1024px) {
	.footer-section .footer-links {
		flex-wrap: wrap;
	}
	.footer-section .footer-links li.footer-links-items {
		width: 32%;
	}
	.footer-link-expand {
		display: none;
	}
	.footer-section .hide {
		display: block;
	}
}

@media (max-width:768px) {
	.footer-section {
		margin-bottom: 24px;
	}
	.footer-section .footer-links {
		padding: 0px;
	}
	.footer-section .footer-links li.footer-links-items {
		width: 100%;
		border-bottom: 2px solid rgb(0 0 0 / 15%);
		padding: 0px;
	}
	.footer-section .footer-links li p.heading {
		padding: 16px 0px;
		cursor: pointer;
	}
	.footer-links-items .menu-list {
		display: none;
	}
	.footer-links-items .menu-list-show {
		display: block;
	}
	.arrow {
		border: solid rgb(0 0 0 / 15%);
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 3px;
		margin-top:4px;
	}
	.right {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.down {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.footer-section .navbar-nav {
		display: none;
	}
	.footer-section-bottom #navbarNav {
		margin-right: unset;
	}
	.footer-section-bottom .flex-inline {
		align-items: center;
		flex-direction: column;
		gap: 16px;
		height: 120px;
		justify-content: center;
	}
	.mobile-main-footer-menu {
		display: block;
		margin-bottom:24px;
		font-size: 16px;
		font-weight: 500;
		line-height: 24.6px;
	}
	.mobile-main-footer-menu ul, .mobile-main-footer-menu ul li:last-child {
		margin: 0px;
		padding: 0px;
	}
	.footer-section .footer-links ul, .footer-section .footer-links li:last-child {
		margin-bottom:8px;
	}	
	.mobile-main-footer-menu ul li {
		list-style: none;
		margin-bottom: 12px;
	}
}
/****** Footer section ends ***/

@media (max-width:39.99rem) {
	.xs-flex-column {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.xs-hide {
		display: none
	}

	.xs-col-1 {
		width: 8.33333%
	}

	.xs-col-2 {
		width: 16.66667%
	}

	.xs-col-3 {
		width: 25%
	}

	.xs-col-4 {
		width: 33.33333%
	}

	.xs-col-5 {
		width: 41.66667%
	}

	.xs-col-6 {
		width: 50%
	}

	.xs-col-7 {
		width: 58.33333%
	}

	.xs-col-8 {
		width: 66.66667%
	}

	.xs-col-9 {
		width: 75%
	}

	.xs-col-10 {
		width: 83.33333%
	}

	.xs-col-11 {
		width: 91.66667%
	}

	.xs-col-12,
	.xs-width-full {
		width: 100%
	}

	.xs-height-full {
		height: 100%
	}

	.xs-m0 {
		margin: 0
	}

	.xs-mt0 {
		margin-top: 0
	}

	.xs-mr0 {
		margin-right: 0
	}

	.xs-mb0 {
		margin-bottom: 0
	}

	.xs-ml0,
	.xs-mx0 {
		margin-left: 0
	}

	.xs-mx0 {
		margin-right: 0
	}

	.xs-my0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.xs-m-half {
		margin: .25rem
	}

	.xs-mt-half {
		margin-top: .25rem
	}

	.xs-mr-half {
		margin-right: .25rem
	}

	.xs-mb-half {
		margin-bottom: .25rem
	}

	.xs-ml-half,
	.xs-mx-half {
		margin-left: .25rem
	}

	.xs-mx-half {
		margin-right: .25rem
	}

	.xs-my-half {
		margin-top: .25rem;
		margin-bottom: .25rem
	}

	.xs-m1 {
		margin: .5rem
	}

	.xs-mt1 {
		margin-top: .5rem
	}

	.xs-mr1 {
		margin-right: .5rem
	}

	.xs-mb1 {
		margin-bottom: .5rem
	}

	.xs-ml1,
	.xs-mx1 {
		margin-left: .5rem
	}

	.xs-mx1 {
		margin-right: .5rem
	}

	.xs-my1 {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.xs-m2 {
		margin: 1rem
	}

	.xs-mt2 {
		margin-top: 1rem
	}

	.xs-mr2 {
		margin-right: 1rem
	}

	.xs-mb2 {
		margin-bottom: 1rem
	}

	.xs-ml2,
	.xs-mx2 {
		margin-left: 1rem
	}

	.xs-mx2 {
		margin-right: 1rem
	}

	.xs-my2 {
		margin-top: 1rem;
		margin-bottom: 1rem
	}

	.xs-m3 {
		margin: 2rem
	}

	.xs-mt3 {
		margin-top: 2rem
	}

	.xs-mr3 {
		margin-right: 2rem
	}

	.xs-mb3 {
		margin-bottom: 2rem
	}

	.xs-ml3,
	.xs-mx3 {
		margin-left: 2rem
	}

	.xs-mx3 {
		margin-right: 2rem
	}

	.xs-my3 {
		margin-top: 2rem;
		margin-bottom: 2rem
	}

	.xs-m4 {
		margin: 4rem
	}

	.xs-mt4 {
		margin-top: 4rem
	}

	.xs-mr4 {
		margin-right: 4rem
	}

	.xs-mb4 {
		margin-bottom: 4rem
	}

	.xs-ml4,
	.xs-mx4 {
		margin-left: 4rem
	}

	.xs-mx4 {
		margin-right: 4rem
	}

	.xs-my4 {
		margin-top: 4rem;
		margin-bottom: 4rem
	}

	.xs-m5 {
		margin: 8rem
	}

	.xs-mt5 {
		margin-top: 8rem
	}

	.xs-mr5 {
		margin-right: 8rem
	}

	.xs-mb5 {
		margin-bottom: 8rem
	}

	.xs-ml5,
	.xs-mx5 {
		margin-left: 8rem
	}

	.xs-mx5 {
		margin-right: 8rem
	}

	.xs-my5 {
		margin-top: 8rem;
		margin-bottom: 8rem
	}

	.xs-mln1 {
		margin-left: -.5rem
	}

	.xs-mln2 {
		margin-left: -1rem
	}

	.xs-mln3 {
		margin-left: -2rem
	}

	.xs-mln4 {
		margin-left: -4rem
	}

	.xs-mln5 {
		margin-left: -8rem
	}

	.xs-mrn1 {
		margin-right: -.5rem
	}

	.xs-mrn2 {
		margin-right: -1rem
	}

	.xs-mrn3 {
		margin-right: -2rem
	}

	.xs-mrn4 {
		margin-right: -4rem
	}

	.xs-mrn5 {
		margin-right: -8rem
	}

	.xs-mtn1 {
		margin-top: -.5rem
	}

	.xs-mtn2 {
		margin-top: -1rem
	}

	.xs-mtn3 {
		margin-top: -2rem
	}

	.xs-mtn4 {
		margin-top: -4rem
	}

	.xs-mtn5 {
		margin-top: -8rem
	}

	.xs-mbn1 {
		margin-bottom: -.5rem
	}

	.xs-mbn2 {
		margin-bottom: -1rem
	}

	.xs-mbn3 {
		margin-bottom: -2rem
	}

	.xs-mbn4 {
		margin-bottom: -4rem
	}

	.xs-mbn5 {
		margin-bottom: -8rem
	}

	.xs-mxn1 {
		margin-left: -.5rem;
		margin-right: -.5rem
	}

	.xs-mxn2 {
		margin-left: -1rem;
		margin-right: -1rem
	}

	.xs-mxn3 {
		margin-left: -2rem;
		margin-right: -2rem
	}

	.xs-mxn4 {
		margin-left: -4rem;
		margin-right: -4rem
	}

	.xs-mxn5 {
		margin-left: -8rem;
		margin-right: -8rem
	}

	.xs-ml-auto {
		margin-left: auto
	}

	.xs-mr-auto,
	.xs-mx-auto {
		margin-right: auto
	}

	.xs-mx-auto {
		margin-left: auto
	}

	.xs-p0 {
		padding: 0
	}

	.xs-pt0 {
		padding-top: 0
	}

	.xs-pr0 {
		padding-right: 0
	}

	.xs-pb0 {
		padding-bottom: 0
	}

	.xs-pl0,
	.xs-px0 {
		padding-left: 0
	}

	.xs-px0 {
		padding-right: 0
	}

	.xs-py0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.xs-p-half {
		padding: .25rem
	}

	.xs-pt-half {
		padding-top: .25rem
	}

	.xs-pr-half {
		padding-right: .25rem
	}

	.xs-pb-half {
		padding-bottom: .25rem
	}

	.xs-pl-half,
	.xs-px-half {
		padding-left: .25rem
	}

	.xs-px-half {
		padding-right: .25rem
	}

	.xs-py-half {
		padding-top: .25rem;
		padding-bottom: .25rem
	}

	.xs-p1 {
		padding: .5rem
	}

	.xs-pt1 {
		padding-top: .5rem
	}

	.xs-pr1 {
		padding-right: .5rem
	}

	.xs-pb1 {
		padding-bottom: .5rem
	}

	.xs-pl1 {
		padding-left: .5rem
	}

	.xs-py1 {
		padding-top: .5rem;
		padding-bottom: .5rem
	}

	.xs-px1 {
		padding-left: .5rem;
		padding-right: .5rem
	}

	.xs-p2 {
		padding: 1rem
	}

	.xs-pt2 {
		padding-top: 1rem
	}

	.xs-pr2 {
		padding-right: 1rem
	}

	.xs-pb2 {
		padding-bottom: 1rem
	}

	.xs-pl2 {
		padding-left: 1rem
	}

	.xs-py2 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.xs-px2 {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.xs-p3 {
		padding: 2rem
	}

	.xs-pt3 {
		padding-top: 2rem
	}

	.xs-pr3 {
		padding-right: 2rem
	}

	.xs-pb3 {
		padding-bottom: 2rem
	}

	.xs-pl3 {
		padding-left: 2rem
	}

	.xs-py3 {
		padding-top: 2rem;
		padding-bottom: 2rem
	}

	.xs-px3 {
		padding-left: 2rem;
		padding-right: 2rem
	}

	.xs-p4 {
		padding: 4rem
	}

	.xs-pt4 {
		padding-top: 4rem
	}

	.xs-pr4 {
		padding-right: 4rem
	}

	.xs-pb4 {
		padding-bottom: 4rem
	}

	.xs-pl4 {
		padding-left: 4rem
	}

	.xs-py4 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.xs-px4 {
		padding-left: 4rem;
		padding-right: 4rem
	}

	.xs-p5 {
		padding: 8rem
	}

	.xs-pt5 {
		padding-top: 8rem
	}

	.xs-pr5 {
		padding-right: 8rem
	}

	.xs-pb5 {
		padding-bottom: 8rem
	}

	.xs-pl5 {
		padding-left: 8rem
	}

	.xs-py5 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}

	.xs-px5 {
		padding-left: 8rem;
		padding-right: 8rem
	}

	.xs-center {
		text-align: center
	}
}

@media (min-width:40rem) and (max-width:51.99rem) {
	.sm-flex-column {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.sm-hide {
		display: none
	}

	.sm-col-1 {
		width: 8.33333%
	}

	.sm-col-2 {
		width: 16.66667%
	}

	.sm-col-3 {
		width: 25%
	}

	.sm-col-4 {
		width: 33.33333%
	}

	.sm-col-5 {
		width: 41.66667%
	}

	.sm-col-6 {
		width: 50%
	}

	.sm-col-7 {
		width: 58.33333%
	}

	.sm-col-8 {
		width: 66.66667%
	}

	.sm-col-9 {
		width: 75%
	}

	.sm-col-10 {
		width: 83.33333%
	}

	.sm-col-11 {
		width: 91.66667%
	}

	.sm-col-12,
	.sm-width-full {
		width: 100%
	}

	.sm-height-full {
		height: 100%
	}

	.sm-m0 {
		margin: 0
	}

	.sm-mt0 {
		margin-top: 0
	}

	.sm-mr0 {
		margin-right: 0
	}

	.sm-mb0 {
		margin-bottom: 0
	}

	.sm-ml0,
	.sm-mx0 {
		margin-left: 0
	}

	.sm-mx0 {
		margin-right: 0
	}

	.sm-my0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.sm-m-half {
		margin: .25rem
	}

	.sm-mt-half {
		margin-top: .25rem
	}

	.sm-mr-half {
		margin-right: .25rem
	}

	.sm-mb-half {
		margin-bottom: .25rem
	}

	.sm-ml-half,
	.sm-mx-half {
		margin-left: .25rem
	}

	.sm-mx-half {
		margin-right: .25rem
	}

	.sm-my-half {
		margin-top: .25rem;
		margin-bottom: .25rem
	}

	.sm-m1 {
		margin: .5rem
	}

	.sm-mt1 {
		margin-top: .5rem
	}

	.sm-mr1 {
		margin-right: .5rem
	}

	.sm-mb1 {
		margin-bottom: .5rem
	}

	.sm-ml1,
	.sm-mx1 {
		margin-left: .5rem
	}

	.sm-mx1 {
		margin-right: .5rem
	}

	.sm-my1 {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.sm-m2 {
		margin: 1rem
	}

	.sm-mt2 {
		margin-top: 1rem
	}

	.sm-mr2 {
		margin-right: 1rem
	}

	.sm-mb2 {
		margin-bottom: 1rem
	}

	.sm-ml2,
	.sm-mx2 {
		margin-left: 1rem
	}

	.sm-mx2 {
		margin-right: 1rem
	}

	.sm-my2 {
		margin-top: 1rem;
		margin-bottom: 1rem
	}

	.sm-m3 {
		margin: 2rem
	}

	.sm-mt3 {
		margin-top: 2rem
	}

	.sm-mr3 {
		margin-right: 2rem
	}

	.sm-mb3 {
		margin-bottom: 2rem
	}

	.sm-ml3,
	.sm-mx3 {
		margin-left: 2rem
	}

	.sm-mx3 {
		margin-right: 2rem
	}

	.sm-my3 {
		margin-top: 2rem;
		margin-bottom: 2rem
	}

	.sm-m4 {
		margin: 4rem
	}

	.sm-mt4 {
		margin-top: 4rem
	}

	.sm-mr4 {
		margin-right: 4rem
	}

	.sm-mb4 {
		margin-bottom: 4rem
	}

	.sm-ml4,
	.sm-mx4 {
		margin-left: 4rem
	}

	.sm-mx4 {
		margin-right: 4rem
	}

	.sm-my4 {
		margin-top: 4rem;
		margin-bottom: 4rem
	}

	.sm-m5 {
		margin: 8rem
	}

	.sm-mt5 {
		margin-top: 8rem
	}

	.sm-mr5 {
		margin-right: 8rem
	}

	.sm-mb5 {
		margin-bottom: 8rem
	}

	.sm-ml5,
	.sm-mx5 {
		margin-left: 8rem
	}

	.sm-mx5 {
		margin-right: 8rem
	}

	.sm-my5 {
		margin-top: 8rem;
		margin-bottom: 8rem
	}

	.sm-mln1 {
		margin-left: -.5rem
	}

	.sm-mln2 {
		margin-left: -1rem
	}

	.sm-mln3 {
		margin-left: -2rem
	}

	.sm-mln4 {
		margin-left: -4rem
	}

	.sm-mln5 {
		margin-left: -8rem
	}

	.sm-mrn1 {
		margin-right: -.5rem
	}

	.sm-mrn2 {
		margin-right: -1rem
	}

	.sm-mrn3 {
		margin-right: -2rem
	}

	.sm-mrn4 {
		margin-right: -4rem
	}

	.sm-mrn5 {
		margin-right: -8rem
	}

	.sm-mtn1 {
		margin-top: -.5rem
	}

	.sm-mtn2 {
		margin-top: -1rem
	}

	.sm-mtn3 {
		margin-top: -2rem
	}

	.sm-mtn4 {
		margin-top: -4rem
	}

	.sm-mtn5 {
		margin-top: -8rem
	}

	.sm-mbn1 {
		margin-bottom: -.5rem
	}

	.sm-mbn2 {
		margin-bottom: -1rem
	}

	.sm-mbn3 {
		margin-bottom: -2rem
	}

	.sm-mbn4 {
		margin-bottom: -4rem
	}

	.sm-mbn5 {
		margin-bottom: -8rem
	}

	.sm-mxn1 {
		margin-left: -.5rem;
		margin-right: -.5rem
	}

	.sm-mxn2 {
		margin-left: -1rem;
		margin-right: -1rem
	}

	.sm-mxn3 {
		margin-left: -2rem;
		margin-right: -2rem
	}

	.sm-mxn4 {
		margin-left: -4rem;
		margin-right: -4rem
	}

	.sm-mxn5 {
		margin-left: -8rem;
		margin-right: -8rem
	}

	.sm-ml-auto {
		margin-left: auto
	}

	.sm-mr-auto,
	.sm-mx-auto {
		margin-right: auto
	}

	.sm-mx-auto {
		margin-left: auto
	}

	.sm-p0 {
		padding: 0
	}

	.sm-pt0 {
		padding-top: 0
	}

	.sm-pr0 {
		padding-right: 0
	}

	.sm-pb0 {
		padding-bottom: 0
	}

	.sm-pl0,
	.sm-px0 {
		padding-left: 0
	}

	.sm-px0 {
		padding-right: 0
	}

	.sm-py0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.sm-p-half {
		padding: .25rem
	}

	.sm-pt-half {
		padding-top: .25rem
	}

	.sm-pr-half {
		padding-right: .25rem
	}

	.sm-pb-half {
		padding-bottom: .25rem
	}

	.sm-pl-half,
	.sm-px-half {
		padding-left: .25rem
	}

	.sm-px-half {
		padding-right: .25rem
	}

	.sm-py-half {
		padding-top: .25rem;
		padding-bottom: .25rem
	}

	.sm-p1 {
		padding: .5rem
	}

	.sm-pt1 {
		padding-top: .5rem
	}

	.sm-pr1 {
		padding-right: .5rem
	}

	.sm-pb1 {
		padding-bottom: .5rem
	}

	.sm-pl1 {
		padding-left: .5rem
	}

	.sm-py1 {
		padding-top: .5rem;
		padding-bottom: .5rem
	}

	.sm-px1 {
		padding-left: .5rem;
		padding-right: .5rem
	}

	.sm-p2 {
		padding: 1rem
	}

	.sm-pt2 {
		padding-top: 1rem
	}

	.sm-pr2 {
		padding-right: 1rem
	}

	.sm-pb2 {
		padding-bottom: 1rem
	}

	.sm-pl2 {
		padding-left: 1rem
	}

	.sm-py2 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.sm-px2 {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.sm-p3 {
		padding: 2rem
	}

	.sm-pt3 {
		padding-top: 2rem
	}

	.sm-pr3 {
		padding-right: 2rem
	}

	.sm-pb3 {
		padding-bottom: 2rem
	}

	.sm-pl3 {
		padding-left: 2rem
	}

	.sm-py3 {
		padding-top: 2rem;
		padding-bottom: 2rem
	}

	.sm-px3 {
		padding-left: 2rem;
		padding-right: 2rem
	}

	.sm-p4 {
		padding: 4rem
	}

	.sm-pt4 {
		padding-top: 4rem
	}

	.sm-pr4 {
		padding-right: 4rem
	}

	.sm-pb4 {
		padding-bottom: 4rem
	}

	.sm-pl4 {
		padding-left: 4rem
	}

	.sm-py4 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.sm-px4 {
		padding-left: 4rem;
		padding-right: 4rem
	}

	.sm-p5 {
		padding: 8rem
	}

	.sm-pt5 {
		padding-top: 8rem
	}

	.sm-pr5 {
		padding-right: 8rem
	}

	.sm-pb5 {
		padding-bottom: 8rem
	}

	.sm-pl5 {
		padding-left: 8rem
	}

	.sm-py5 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}

	.sm-px5 {
		padding-left: 8rem;
		padding-right: 8rem
	}
}

@media (min-width:52rem) and (max-width:71.99rem) {
	.md-flex-column {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.md-hide {
		display: none
	}

	.md-col-1 {
		width: 8.33333%
	}

	.md-col-2 {
		width: 16.66667%
	}

	.md-col-3 {
		width: 25%
	}

	.md-col-4 {
		width: 33.33333%
	}

	.md-col-5 {
		width: 41.66667%
	}

	.md-col-6 {
		width: 50%
	}

	.md-col-7 {
		width: 58.33333%
	}

	.md-col-8 {
		width: 66.66667%
	}

	.md-col-9 {
		width: 75%
	}

	.md-col-10 {
		width: 83.33333%
	}

	.md-col-11 {
		width: 91.66667%
	}

	.md-col-12,
	.md-width-full {
		width: 100%
	}

	.md-height-full {
		height: 100%
	}

	.md-m0 {
		margin: 0
	}

	.md-mt0 {
		margin-top: 0
	}

	.md-mr0 {
		margin-right: 0
	}

	.md-mb0 {
		margin-bottom: 0
	}

	.md-ml0,
	.md-mx0 {
		margin-left: 0
	}

	.md-mx0 {
		margin-right: 0
	}

	.md-my0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.md-m-half {
		margin: .25rem
	}

	.md-mt-half {
		margin-top: .25rem
	}

	.md-mr-half {
		margin-right: .25rem
	}

	.md-mb-half {
		margin-bottom: .25rem
	}

	.md-ml-half,
	.md-mx-half {
		margin-left: .25rem
	}

	.md-mx-half {
		margin-right: .25rem
	}

	.md-my-half {
		margin-top: .25rem;
		margin-bottom: .25rem
	}

	.md-m1 {
		margin: .5rem
	}

	.md-mt1 {
		margin-top: .5rem
	}

	.md-mr1 {
		margin-right: .5rem
	}

	.md-mb1 {
		margin-bottom: .5rem
	}

	.md-ml1,
	.md-mx1 {
		margin-left: .5rem
	}

	.md-mx1 {
		margin-right: .5rem
	}

	.md-my1 {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.md-m2 {
		margin: 1rem
	}

	.md-mt2 {
		margin-top: 1rem
	}

	.md-mr2 {
		margin-right: 1rem
	}

	.md-mb2 {
		margin-bottom: 1rem
	}

	.md-ml2,
	.md-mx2 {
		margin-left: 1rem
	}

	.md-mx2 {
		margin-right: 1rem
	}

	.md-my2 {
		margin-top: 1rem;
		margin-bottom: 1rem
	}

	.md-m3 {
		margin: 2rem
	}

	.md-mt3 {
		margin-top: 2rem
	}

	.md-mr3 {
		margin-right: 2rem
	}

	.md-mb3 {
		margin-bottom: 2rem
	}

	.md-ml3,
	.md-mx3 {
		margin-left: 2rem
	}

	.md-mx3 {
		margin-right: 2rem
	}

	.md-my3 {
		margin-top: 2rem;
		margin-bottom: 2rem
	}

	.md-m4 {
		margin: 4rem
	}

	.md-mt4 {
		margin-top: 4rem
	}

	.md-mr4 {
		margin-right: 4rem
	}

	.md-mb4 {
		margin-bottom: 4rem
	}

	.md-ml4,
	.md-mx4 {
		margin-left: 4rem
	}

	.md-mx4 {
		margin-right: 4rem
	}

	.md-my4 {
		margin-top: 4rem;
		margin-bottom: 4rem
	}

	.md-m5 {
		margin: 8rem
	}

	.md-mt5 {
		margin-top: 8rem
	}

	.md-mr5 {
		margin-right: 8rem
	}

	.md-mb5 {
		margin-bottom: 8rem
	}

	.md-ml5,
	.md-mx5 {
		margin-left: 8rem
	}

	.md-mx5 {
		margin-right: 8rem
	}

	.md-my5 {
		margin-top: 8rem;
		margin-bottom: 8rem
	}

	.md-mln1 {
		margin-left: -.5rem
	}

	.md-mln2 {
		margin-left: -1rem
	}

	.md-mln3 {
		margin-left: -2rem
	}

	.md-mln4 {
		margin-left: -4rem
	}

	.md-mln5 {
		margin-left: -8rem
	}

	.md-mrn1 {
		margin-right: -.5rem
	}

	.md-mrn2 {
		margin-right: -1rem
	}

	.md-mrn3 {
		margin-right: -2rem
	}

	.md-mrn4 {
		margin-right: -4rem
	}

	.md-mrn5 {
		margin-right: -8rem
	}

	.md-mtn1 {
		margin-top: -.5rem
	}

	.md-mtn2 {
		margin-top: -1rem
	}

	.md-mtn3 {
		margin-top: -2rem
	}

	.md-mtn4 {
		margin-top: -4rem
	}

	.md-mtn5 {
		margin-top: -8rem
	}

	.md-mbn1 {
		margin-bottom: -.5rem
	}

	.md-mbn2 {
		margin-bottom: -1rem
	}

	.md-mbn3 {
		margin-bottom: -2rem
	}

	.md-mbn4 {
		margin-bottom: -4rem
	}

	.md-mbn5 {
		margin-bottom: -8rem
	}

	.md-mxn1 {
		margin-left: -.5rem;
		margin-right: -.5rem
	}

	.md-mxn2 {
		margin-left: -1rem;
		margin-right: -1rem
	}

	.md-mxn3 {
		margin-left: -2rem;
		margin-right: -2rem
	}

	.md-mxn4 {
		margin-left: -4rem;
		margin-right: -4rem
	}

	.md-mxn5 {
		margin-left: -8rem;
		margin-right: -8rem
	}

	.md-ml-auto {
		margin-left: auto
	}

	.md-mr-auto,
	.md-mx-auto {
		margin-right: auto
	}

	.md-mx-auto {
		margin-left: auto
	}

	.md-p0 {
		padding: 0
	}

	.md-pt0 {
		padding-top: 0
	}

	.md-pr0 {
		padding-right: 0
	}

	.md-pb0 {
		padding-bottom: 0
	}

	.md-pl0,
	.md-px0 {
		padding-left: 0
	}

	.md-px0 {
		padding-right: 0
	}

	.md-py0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.md-p-half {
		padding: .25rem
	}

	.md-pt-half {
		padding-top: .25rem
	}

	.md-pr-half {
		padding-right: .25rem
	}

	.md-pb-half {
		padding-bottom: .25rem
	}

	.md-pl-half,
	.md-px-half {
		padding-left: .25rem
	}

	.md-px-half {
		padding-right: .25rem
	}

	.md-py-half {
		padding-top: .25rem;
		padding-bottom: .25rem
	}

	.md-p1 {
		padding: .5rem
	}

	.md-pt1 {
		padding-top: .5rem
	}

	.md-pr1 {
		padding-right: .5rem
	}

	.md-pb1 {
		padding-bottom: .5rem
	}

	.md-pl1 {
		padding-left: .5rem
	}

	.md-py1 {
		padding-top: .5rem;
		padding-bottom: .5rem
	}

	.md-px1 {
		padding-left: .5rem;
		padding-right: .5rem
	}

	.md-p2 {
		padding: 1rem
	}

	.md-pt2 {
		padding-top: 1rem
	}

	.md-pr2 {
		padding-right: 1rem
	}

	.md-pb2 {
		padding-bottom: 1rem
	}

	.md-pl2 {
		padding-left: 1rem
	}

	.md-py2 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.md-px2 {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.md-p3 {
		padding: 2rem
	}

	.md-pt3 {
		padding-top: 2rem
	}

	.md-pr3 {
		padding-right: 2rem
	}

	.md-pb3 {
		padding-bottom: 2rem
	}

	.md-pl3 {
		padding-left: 2rem
	}

	.md-py3 {
		padding-top: 2rem;
		padding-bottom: 2rem
	}

	.md-px3 {
		padding-left: 2rem;
		padding-right: 2rem
	}

	.md-p4 {
		padding: 4rem
	}

	.md-pt4 {
		padding-top: 4rem
	}

	.md-pr4 {
		padding-right: 4rem
	}

	.md-pb4 {
		padding-bottom: 4rem
	}

	.md-pl4 {
		padding-left: 4rem
	}

	.md-py4 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.md-px4 {
		padding-left: 4rem;
		padding-right: 4rem
	}

	.md-p5 {
		padding: 8rem
	}

	.md-pt5 {
		padding-top: 8rem
	}

	.md-pr5 {
		padding-right: 8rem
	}

	.md-pb5 {
		padding-bottom: 8rem
	}

	.md-pl5 {
		padding-left: 8rem
	}

	.md-py5 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}

	.md-px5 {
		padding-left: 8rem;
		padding-right: 8rem
	}
}

@media (min-width:72rem) {
	.lg-center {
		text-align: center
	}
	.lg-flex-column {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.lg-hide {
		display: none
	}

	.lg-col-1 {
		width: 8.33333%
	}

	.lg-col-2 {
		width: 16.66667%
	}

	.lg-col-3 {
		width: 25%
	}

	.lg-col-4 {
		width: 33.33333%
	}

	.lg-col-5 {
		width: 41.66667%
	}

	.lg-col-6 {
		width: 50%
	}

	.lg-col-7 {
		width: 58.33333%
	}

	.lg-col-8 {
		width: 66.66667%
	}

	.lg-col-9 {
		width: 75%
	}

	.lg-col-10 {
		width: 83.33333%
	}

	.lg-col-11 {
		width: 91.66667%
	}

	.lg-col-12,
	.lg-width-full {
		width: 100%
	}

	.lg-height-full {
		height: 100%
	}

	.lg-m0 {
		margin: 0
	}

	.lg-mt0 {
		margin-top: 0
	}

	.lg-mr0 {
		margin-right: 0
	}

	.lg-mb0 {
		margin-bottom: 0
	}

	.lg-ml0,
	.lg-mx0 {
		margin-left: 0
	}

	.lg-mx0 {
		margin-right: 0
	}

	.lg-my0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.lg-m-half {
		margin: .25rem
	}

	.lg-mt-half {
		margin-top: .25rem
	}

	.lg-mr-half {
		margin-right: .25rem
	}

	.lg-mb-half {
		margin-bottom: .25rem
	}

	.lg-ml-half,
	.lg-mx-half {
		margin-left: .25rem
	}

	.lg-mx-half {
		margin-right: .25rem
	}

	.lg-my-half {
		margin-top: .25rem;
		margin-bottom: .25rem
	}

	.lg-m1 {
		margin: .5rem
	}

	.lg-mt1 {
		margin-top: .5rem
	}

	.lg-mr1 {
		margin-right: .5rem
	}

	.lg-mb1 {
		margin-bottom: .5rem
	}

	.lg-ml1,
	.lg-mx1 {
		margin-left: .5rem
	}

	.lg-mx1 {
		margin-right: .5rem
	}

	.lg-my1 {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.lg-m2 {
		margin: 1rem
	}

	.lg-mt2 {
		margin-top: 1rem
	}

	.lg-mr2 {
		margin-right: 1rem
	}

	.lg-mb2 {
		margin-bottom: 1rem
	}

	.lg-ml2,
	.lg-mx2 {
		margin-left: 1rem
	}

	.lg-mx2 {
		margin-right: 1rem
	}

	.lg-my2 {
		margin-top: 1rem;
		margin-bottom: 1rem
	}

	.lg-m3 {
		margin: 2rem
	}

	.lg-mt3 {
		margin-top: 2rem
	}

	.lg-mr3 {
		margin-right: 2rem
	}

	.lg-mb3 {
		margin-bottom: 2rem
	}

	.lg-ml3,
	.lg-mx3 {
		margin-left: 2rem
	}

	.lg-mx3 {
		margin-right: 2rem
	}

	.lg-my3 {
		margin-top: 2rem;
		margin-bottom: 2rem
	}

	.lg-m4 {
		margin: 4rem
	}

	.lg-mt4 {
		margin-top: 4rem
	}

	.lg-mr4 {
		margin-right: 4rem
	}

	.lg-mb4 {
		margin-bottom: 4rem
	}

	.lg-ml4,
	.lg-mx4 {
		margin-left: 4rem
	}

	.lg-mx4 {
		margin-right: 4rem
	}

	.lg-my4 {
		margin-top: 4rem;
		margin-bottom: 4rem
	}

	.lg-m5 {
		margin: 8rem
	}

	.lg-mt5 {
		margin-top: 8rem
	}

	.lg-mr5 {
		margin-right: 8rem
	}

	.lg-mb5 {
		margin-bottom: 8rem
	}

	.lg-ml5,
	.lg-mx5 {
		margin-left: 8rem
	}

	.lg-mx5 {
		margin-right: 8rem
	}

	.lg-my5 {
		margin-top: 8rem;
		margin-bottom: 8rem
	}

	.lg-mln1 {
		margin-left: -.5rem
	}

	.lg-mln2 {
		margin-left: -1rem
	}

	.lg-mln3 {
		margin-left: -2rem
	}

	.lg-mln4 {
		margin-left: -4rem
	}

	.lg-mln5 {
		margin-left: -8rem
	}

	.lg-mrn1 {
		margin-right: -.5rem
	}

	.lg-mrn2 {
		margin-right: -1rem
	}

	.lg-mrn3 {
		margin-right: -2rem
	}

	.lg-mrn4 {
		margin-right: -4rem
	}

	.lg-mrn5 {
		margin-right: -8rem
	}

	.lg-mtn1 {
		margin-top: -.5rem
	}

	.lg-mtn2 {
		margin-top: -1rem
	}

	.lg-mtn3 {
		margin-top: -2rem
	}

	.lg-mtn4 {
		margin-top: -4rem
	}

	.lg-mtn5 {
		margin-top: -8rem
	}

	.lg-mbn1 {
		margin-bottom: -.5rem
	}

	.lg-mbn2 {
		margin-bottom: -1rem
	}

	.lg-mbn3 {
		margin-bottom: -2rem
	}

	.lg-mbn4 {
		margin-bottom: -4rem
	}

	.lg-mbn5 {
		margin-bottom: -8rem
	}

	.lg-mxn1 {
		margin-left: -.5rem;
		margin-right: -.5rem
	}

	.lg-mxn2 {
		margin-left: -1rem;
		margin-right: -1rem
	}

	.lg-mxn3 {
		margin-left: -2rem;
		margin-right: -2rem
	}

	.lg-mxn4 {
		margin-left: -4rem;
		margin-right: -4rem
	}

	.lg-mxn5 {
		margin-left: -8rem;
		margin-right: -8rem
	}

	.lg-ml-auto {
		margin-left: auto
	}

	.lg-mr-auto,
	.lg-mx-auto {
		margin-right: auto
	}

	.lg-mx-auto {
		margin-left: auto
	}

	.lg-p0 {
		padding: 0
	}

	.lg-pt0 {
		padding-top: 0
	}

	.lg-pr0 {
		padding-right: 0
	}

	.lg-pb0 {
		padding-bottom: 0
	}

	.lg-pl0,
	.lg-px0 {
		padding-left: 0
	}

	.lg-px0 {
		padding-right: 0
	}

	.lg-py0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.lg-p-half {
		padding: .25rem
	}

	.lg-pt-half {
		padding-top: .25rem
	}

	.lg-pr-half {
		padding-right: .25rem
	}

	.lg-pb-half {
		padding-bottom: .25rem
	}

	.lg-pl-half,
	.lg-px-half {
		padding-left: .25rem
	}

	.lg-px-half {
		padding-right: .25rem
	}

	.lg-py-half {
		padding-top: .25rem;
		padding-bottom: .25rem
	}

	.lg-p1 {
		padding: .5rem
	}

	.lg-pt1 {
		padding-top: .5rem
	}

	.lg-pr1 {
		padding-right: .5rem
	}

	.lg-pb1 {
		padding-bottom: .5rem
	}

	.lg-pl1 {
		padding-left: .5rem
	}

	.lg-py1 {
		padding-top: .5rem;
		padding-bottom: .5rem
	}

	.lg-px1 {
		padding-left: .5rem;
		padding-right: .5rem
	}

	.lg-p2 {
		padding: 1rem
	}

	.lg-pt2 {
		padding-top: 1rem
	}

	.lg-pr2 {
		padding-right: 1rem
	}

	.lg-pb2 {
		padding-bottom: 1rem
	}

	.lg-pl2 {
		padding-left: 1rem
	}

	.lg-py2 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	.lg-px2 {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.lg-p3 {
		padding: 2rem
	}

	.lg-pt3 {
		padding-top: 2rem
	}

	.lg-pr3 {
		padding-right: 2rem
	}

	.lg-pb3 {
		padding-bottom: 2rem
	}

	.lg-pl3 {
		padding-left: 2rem
	}

	.lg-py3 {
		padding-top: 2rem;
		padding-bottom: 2rem
	}

	.lg-px3 {
		padding-left: 2rem;
		padding-right: 2rem
	}

	.lg-p4 {
		padding: 4rem
	}

	.lg-pt4 {
		padding-top: 4rem
	}

	.lg-pr4 {
		padding-right: 4rem
	}

	.lg-pb4 {
		padding-bottom: 4rem
	}

	.lg-pl4 {
		padding-left: 4rem
	}

	.lg-py4 {
		padding-top: 4rem;
		padding-bottom: 4rem
	}

	.lg-px4 {
		padding-left: 4rem;
		padding-right: 4rem
	}

	.lg-p5 {
		padding: 8rem
	}

	.lg-pt5 {
		padding-top: 8rem
	}

	.lg-pr5 {
		padding-right: 8rem
	}

	.lg-pb5 {
		padding-bottom: 8rem
	}

	.lg-pl5 {
		padding-left: 8rem
	}

	.lg-py5 {
		padding-top: 8rem;
		padding-bottom: 8rem
	}

	.lg-px5 {
		padding-left: 8rem;
		padding-right: 8rem
	}
}

.navigation ul {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0
}

.navigation ul li {
	-ms-flex: none;
	flex: none;
	margin-left: 2rem;
	list-style: none;
	text-transform: uppercase;
	font-family: GTEestiDisplay, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: 600;
	opacity: 1;
	cursor: pointer;
	font-size: .8rem;
	transition: all 85ms ease-in;
	letter-spacing: .05em;
	line-height: 1
}

.navigation.huge ul li {
	font-size: 1rem
}

.navigation ul li a {
	border-radius: 20px;
	padding: .25rem .5rem .15rem;
	font-weight: 700;
    line-height: 125%;
    color: #333333;
}

.navigation ul li:first-of-type {
	margin-left: 0
}

.navigation ul li.nav-current a {
	background-color: #2d7ff9;
	color: #fff
}

.navigation ul li:hover {
	opacity: .5
}

.post-content .full-width-section {
	max-width: none
}

.post-content .excerpt {
	font-size: 1.4rem
}

.post-content .excerpt,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content ol,
.post-content p,
.post-content ul {
	max-width: 32rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem
}
.header_heading{
	max-width: 32rem;
	margin-left: auto;
	margin-right: auto;
}
.post-content li {
	margin-bottom: .5rem
}

.post-content p {
	color: #222
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-weight: 600;
	padding-top: 1.5rem
}

.pagination a,
.post-content .caption a,
.post-content p a {
	color: #2d7ff9;
	background-color: rgba(24, 191, 255, 0);
	transition: background-color .12s ease-in-out;
	border-radius: 3px
}

.pagination a:hover,
.post-content .caption a:hover,
.post-content p a:hover {
	background-color: rgba(24, 191, 255, .2)
}

.post-content q {
	quotes: "“""”""‘""’"
}

.post-content q:before {
	content: open-quote
}

.post-content q:after {
	content: close-quote
}

.post-content blockquote {
	font-size: 1.7rem;
	line-height: 1.15;
	color: #2d7ff9;
	font-family: GTEestiDisplay, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	text-align: center
}

.post-content blockquote.left,
.post-content blockquote.right {
	width: 320px;
	margin: 0 40px 40px
}

.post-content blockquote footer {
	font-size: 14px;
	margin-top: .75rem;
	color: #999;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: 400
}

.post-content img {
	border-radius: 3px;
	max-width: 100%;
	height: auto
}

.post-content img.left,
.post-content img.right {
	max-width: 400px;
	height: auto;
	margin: 0 40px 40px
}

.post-content hr {
	background: #8b46ff;
	height: 7px;
	border-radius: 4px;
	width: 120px;
	margin: 2rem auto
}

.post-content .caption {
	max-width: 32rem;
	margin: -1.6rem auto 2rem;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #666
}

.post-content pre {
	max-width: 32rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;
	padding: 0;
	background-color: #333;
	white-space: pre-wrap;
	color: #fcb400;
	word-break: break-all;
	overflow: hidden
}

.post-card:hover .arrow-icon {
	transform: translate(5px)
}

.pagination {
	text-align: center;
	font-size: 14px;
	font-size: 1.5rem
}

.pagination .page-number {
	margin: 0 1rem
}

#floating-header {
	transform: translateY(-10%)
}

#floating-cta,
#floating-header {
	pointer-events: none;
	opacity: 0;
	transition: all 85ms ease-in-out
}

#floating-cta {
	width: 100vw;
	transform: translateY(100%)
}

#floating-cta.floating-active,
#floating-header.floating-active {
	pointer-events: all;
	transform: translate(0);
	opacity: 1;
	z-index: 99;
}

#floating-header-social {
	width: 150px
}

#floating-header-social svg {
	width: 24px;
	height: 24px
}

#floating-cta .marks {
	position: absolute;
	width: 48px;
	top: 0;
	right: 0;
	transform: translate(80%, -75%);
	fill: none;
	stroke: #fcb400;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 7px
}

@media (max-width:39.99rem) {

	body,
	html {
		font-size: 17px
	}

	.post-content blockquote.right,
	.post-content img.right {
		margin-right: 0
	}

	.post-content blockquote.left,
	.post-content img.left {
		margin-left: 0
	}

	#floating-header-social {
		width: auto
	}
}

@media (min-width:40rem) and (max-width:51.99rem) {

	body,
	html {
		font-size: 19px
	}

	.post-content blockquote.right,
	.post-content img.right {
		margin-right: 0
	}

	.post-content blockquote.left,
	.post-content img.left {
		margin-left: 0
	}
}

@media (min-width:72rem) {
	#floating-cta {
		width: auto;
		transform: translate(-40%)
	}
}

@media (min-width:72rem) and (max-width:95.99rem) {
	#floating-cta .scale-container {
		transform: scale(.75);
		transform-origin: bottom left
	}
}

/*# sourceMappingURL=global.css.map */

/* --------------------------rc-1---------------- */
#post-featured-image
{
	margin-bottom: 1rem;
}
.fit {
	max-width: 100%
}
.signup_cta
{
   color: #fff;
   border-radius: 6px;
   font-weight: 500;
line-height: 125%;
padding: 10px 11px;
height: max-content;
cursor: pointer;
}
.sticky_nav
{
    position: sticky;
    top: 0px;
    background-color: #fff;
    z-index: 99;
	box-shadow: 0 0 20px #0f306a0d;
}
.menu_toggle_main
{
    width: 100%;
    display: flex;
}
.post-template .sticky_nav {
    position: relative;
}

a.fit svg 
{
	max-width: 100%;
}
@media (max-width:71.99rem) {
	.post-template .nav_menu {
		position: absolute;
	}
    .nav_menu
    {
        background: #fff;
    width: 100%;
    position: fixed;
    top: 86px;
    right: 0px;
    z-index: 99;
    left: 0%;
    transition: 1s;
    justify-content: left;
    padding: 17px;
    display: none;
    opacity: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
    .site_title 
    {
        max-width: 50%;
    }
    .site_title svg
    {
       max-width: 100%;
    }
    .nav_menu .navigation ul
    {
        flex-direction: column;
        align-items: flex-start;
    }
    .nav_menu .navigation ul li
    {
        display: block;
        margin: 20px 0px;
		margin: 0px;
		padding: 17px;
    }
    .sticky_nav_inner.py3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .menu__btn {
        display: flex;
        align-items: center;
        position: relative;
        width: 24px;
        height: 24px;
        cursor: pointer;
        z-index: 100;
        margin-left: 20px;
      }
      
      .menu__btn > span,
      .menu__btn > span::before,
      .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
      
      }
      .menu__btn > span::before {
        content: '';
        top: -5px;
		height: 2px;
        background-color: #181D26;
        transition-duration: .25s;
      }
      .menu__btn > span::after {
        content: '';
        top: 5px;
		height: 2px;
        background-color: #181D26;
        transition-duration: .25s;
      }
      #menu__toggle:checked ~ .menu__btn > span {
        transform: rotate(45deg);
      }
      #menu__toggle:checked ~ .menu__btn > span::before {
        top: 0;
        transform: rotate(0);
      }
      #menu__toggle:checked ~ .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
      }
      #menu__toggle:checked ~ .nav_menu
      {
        display: block;
		opacity: 1;
      }
      .menu_toggle_main
{
    flex-direction: row-reverse;
    min-width: 140px;
    align-items: center;
}
.footer_toggle__btn
{
	position: absolute;
    right: 10px;
    top: -9px;
    border-radius: 50%;
    color: #fff;
    background-color: #666666;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: self-start;
    justify-content: center;
	z-index: 2;
}
#mob_footer_toggle:checked ~ label.footer_toggle__btn
{
	display: none;
}
.scale-container 
{
	bottom: 0px;
    position: relative;
	transition: 1s;
}
#mob_footer_toggle:checked ~ .scale-container 
{
	bottom: -100px;
}
}
@media (max-width:21.25rem) {
    .site_title {
        max-width: 45%;
    }
    .signup_cta
    {
        font-size: 9px;
    }
}
@media (max-width: 32rem) {
	.footer-section-bottom .navbar-nav {
		column-gap: 8px;
    	row-gap: 5px;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (min-width:72rem) {
    .menu__btn
	{
		display: none;
	}
}