@charset "utf-8";
/* !
 * Structur 0.4.2 (http://structur.work/)
 * Copyright 2019 Structur Author
 * Licensed under MIT
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  pointer-events: none;
  user-select: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ===============================================
 * Base Classes
=============================================== */

/* set default font size 10px
----------------------------------------------------------- */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%; /* 100px / 160px */
}

body {
	margin: 0;
	color: inherit;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1;
}

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

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

[hidden] {
	display: none !important;
}

/* Anchor Color Setting
----------------------------------------------- */

a {
	color: inherit;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: inherit;
}

a:active {
	color: inherit;
}/* ===============================================
 * Utilities Classes
=============================================== */

/* Rollover Effect Class
----------------------------------------------- */

.rollover {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.rollover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}

/* Clearfix Classes
----------------------------------------------- */

.cf:after,
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

/* Float Classes
----------------------------------------------- */

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}


/* Visibility Classes
----------------------------------------------- */

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.visible {
	visibility: visible;
}

.invisible,
.hidden {
	display: none !important;
	visibility: hidden;
}

/* ! Common Margin Classes
----------------------------------------------- */

.m0 {
	margin: 0px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.ml0 {
	margin-left: 0px !important;
}

.mr0 {
	margin-right: 0px !important;
}

.m5 {
	margin: 5px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.m10 {
	margin: 10px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.m15 {
	margin: 15px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m25 {
	margin: 25px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.m30 {
	margin: 30px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.m35 {
	margin: 35px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m45 {
	margin: 45px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.m50 {
	margin: 50px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.mr50 {
	margin-right: 50px !important;
}

/* ! Common Padding Classes
----------------------------------------------- */

.p0 {
	padding: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.p5 {
	padding: 5px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.p10 {
	padding: 10px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.p15 {
	padding: 15px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p25 {
	padding: 25px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.p30 {
	padding: 30px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.p35 {
	padding: 35px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p45 {
	padding: 45px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.p50 {
	padding: 50px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pr50 {
	padding-right: 50px !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */

.rsp-img {
	display: block;
	max-width: 100%;
	height: auto;
}


/* ! Displaying Control Classes
----------------------------------------------- */

.sp {
	display: block;
}

@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}

.sp-tab {
	display: block;
}

@media screen and (min-width: 1024px) {
	.sp-tab {
		display: none;
	}
}

.tab {
	display: none;
}

@media screen and (min-width: 768px) {
	.tab {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	.tab {
		display: none;
	}
}

.tab-pc {
	display: none;
}

@media screen and (min-width: 768px) {
	.tab-pc {
		display: block;
	}
}

.pc {
	display: none;
}

@media screen and (min-width: 1024px) {
	.pc {
		display: block;
	}
}

/* ! Break(carriage return) Control Classes
----------------------------------------------- */

br.sp {
	display: block !important;
}

@media screen and (min-width: 1024px) {
	br.sp {
		display: none !important;
	}
}

br.tab {
	display: none;
}

@media screen and (min-width: 768px) {
	br.tab {
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	br.tab {
		display: none;
	}
}

br.pc {
	display: none !important;
}

@media screen and (min-width: 1024px) {
	br.pc {
		display: block !important;
	}
}

/* ! Break(carriage return) Control Classes
----------------------------------------------- */

br.sp-inline {
	display: inline-block !important;
}

@media screen and (min-width: 1024px) {
	br.sp-inline {
		display: none !important;
	}
}

br.sp-tab-inline {
	display: inline-block !important;
}

@media screen and (min-width: 1024px) {
	br.sp-tab-inline {
		display: none;
	}
}

br.tab-inline {
	display: none;
}

@media screen and (min-width: 768px) {
	br.tab-inline {
		display: inline-block !important;
	}
}

@media screen and (min-width: 1024px) {
	br.tab-inline {
		display: none;
	}
}

br.tab-pc-inline {
	display: none;
}

@media screen and (min-width: 768px) {
	br.tab-pc {
		display: inline-block !important;
	}
}

br.pc-inline {
	display: none !important;
}

@media screen and (min-width: 1024px) {
	br.pc-inline {
		display: inline-block !important;
	}
}
/* ===============================================
 * Container Classes
=============================================== */

.st-container {
	padding: 0 2.0rem;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.st-container {
		padding: 0 1.0rem;
	}
}

@media (min-width: 1024px) {
	.st-container {
		max-width: 1200px;
		padding: 0 1.0rem;
	}
}

.st-container:after {
	content: " ";
	display: block;
	clear: both;
}
/* ===============================================
 * Typography Classes
=============================================== */

/* Headings
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.0rem;
	color: inherit;
	font-weight: bold;
	line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 0.65em;
	line-height: 1;
}

h1 {
	font-size: 46px;
	font-size: 4.6rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 30px;
	font-size: 3.0rem;
}

h4 {
	font-size: 26px;
	font-size: 2.6rem;
}

h5 {
	font-size: 20px;
	font-size: 2.0rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ! Paragraph
----------------------------------------------- */

p {
	margin: 0 0 1.0rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

/* ! Text Alignment Classes
----------------------------------------------- */

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

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

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

/* ! Font Style Classes
----------------------------------------------- */

.text-normal {
	font-style: normal;
}

.text-italic {
	font-style: italic;
}

.text-oblique {
	font-style: oblique;
}

.text-strong {
	font-weight: bold;
}

.text-nowrap {
	white-space: nowrap;
}

/* ! Text Transform Classes
----------------------------------------------- */

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

/* Blockquote
----------------------------------------------- */

blockquote {
	margin: 0 0 1.0rem;
	padding: 1.0rem 2.0rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.6;
	border-left: 8px solid #ddd;
}

blockquote p,
blockquote ul,
blockquote ol {
	margin-bottom: 0;
}

blockquote footer,
blockquote small {
	display: block;
	font-size: 0.8em;
}

.blockquote-reverse {
	padding-right: 1.5rem;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #ddd;
	border-left: 0;
}

/* ! Ordered & Unordered List
----------------------------------------------- */

ul,
ol {
	margin-top: 0;
	margin-bottom: 1.0rem;
	padding-left: 1.0em;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
	padding-top: 1.0rem;
}

li {
	margin-bottom: 1.0rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

/* ! Unstyled List
----------------------------------------------- */

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

/* ! Inline List
----------------------------------------------- */

ul.list-inline {
	margin-left: -1.0rem;
	padding-left: 0;
	list-style: none;
}

.list-inline > li {
	display: inline-block;
	padding-right: 1.0rem;
	padding-left: 1.0rem;
}

/* Definition List
----------------------------------------------- */

dl {
	margin-top: 0;
	margin-bottom: 1.0rem;
}

dl:after {
	content: " ";
	display: block;
	clear: both;
}

dt,
dd {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1.0em;
}


/* Horizontal Rule
----------------------------------------------- */

hr {
	height: 0;
	margin-bottom: 4.0em;
	padding-top: 5.0rem;
	border: none;
	border-bottom: 1px solid #ddd;
}

/*invisible line */

hr.separator {
	border: none;
}

/* ! Inline Code
----------------------------------------------- */

code {
	background-color: #f8f8f8;
	margin: 0 .25em;
	padding: 0.1em 0.5em;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Courier New", monospace;
	border: 1px solid #e1e1e1;
	border-radius: 0.5rem;
	white-space: nowrap;
}

/* ! Preformatted Text
----------------------------------------------- */

pre {
	display: block;
	background-color: transparent;
	margin: 0 0 1.0em;
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	line-height: 1.6;
	word-break: break-all;
	word-wrap: break-word;
	overflow: auto;
}

pre code {
	background-color: transparent;
	margin: 0;
	padding: 2.0rem !important;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
}/* ===============================================
 * Button Classes
=============================================== */

/* Basic Button
----------------------------------------------- */

.st-button {
	position: relative;
	display: inline-block;
	background-image: none;
	background-color: #e5e5e5;
	padding: 0.5em 1.0em;
	color: #666;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	border: solid 1px #e5e5e5;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity 0.5s;
}

.st-button:hover,
.st-button:focus {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.st-button:focus {
	outline: 0;
}

/* Disabled Button
----------------------------------------------- */

.st-button[disabled],
.st-button-disabled,
.st-button-disabled:hover,
.st-button-disabled:focus,
.st-button-disabled:active {
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: not-allowed;
	box-shadow: none;
	pointer-events: none;
}


/* Variety of colours and style
----------------------------------------------- */

/* Primary Color Button */

.st-button-primary {
	background-color: #1c86f2;
	color: #fff;
	border-color: #1c86f2;
}

/* Secondary Color Button */

.st-button-secondary {
	background-color: #313439;
	color: #fff;
	border-color: #313439;
}

/* Success Color Button */

.st-button-success {
	background-color: #1bbc9b;
	color: #fff;
	border-color: #1bbc9b;
}

/* Error Color Button */

.st-button-error {
	background-color: #e74c3c;
	color: #fff;
	border-color: #e74c3c;
}

/* Warning Color Button */

.st-button-warning {
	background-color: #f1c000;
	color: #fff;
	border-color: #f1c000;
}

/* Bordered Button
----------------------------------------------- */
.st-button-bordered {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
}

/* Primary */

.st-button-bordered.st-button-primary {
	color: #1c86f2;
}

/* Secondary */

.st-button-bordered.st-button-secondary {
	color: #313439;
}

/* Success */

.st-button-bordered.st-button-success {
	color: #1bbc9b;
}

/* Error */

.st-button-bordered.st-button-error {
	color: #e74c3c;
}

/* Warning */

.st-button-bordered.st-button-warning {
	color: #f1c000;
}

/* Rounded Button
----------------------------------------------- */

.st-button-rounded {
	border-radius: 0.5rem;
}

/* Pill Button
----------------------------------------------- */

.st-button-pill {
	border-radius: 2.0em;
}
/* ===============================================
 * Forms Classes
=============================================== */

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

/* Basic Form Controls
----------------------------------------------- */

.st-form input[type="text"],
.st-form input[type="password"],
.st-form input[type="email"],
.st-form input[type="url"],
.st-form input[type="date"],
.st-form input[type="month"],
.st-form input[type="time"],
.st-form input[type="datetime"],
.st-form input[type="datetime-local"],
.st-form input[type="week"],
.st-form input[type="number"],
.st-form input[type="search"],
.st-form input[type="tel"],
.st-form input[type="color"],
.st-form select,
.st-form textarea {
	display: inline-block;
	max-width: 100%;
	padding: 0.5em;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	border: 1px solid #ccc;
	border-radius: 0.3rem;
}

/* Label
----------------------------------------------- */

.st-form label {
	display: inline-block;
	max-width: 100%;
	margin: 0 1.0rem 0.5rem 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.st-form .checkbox label,
.st-form .radio label {
	display: inline-block;
	margin-right: 1.0rem;
}

.st-form .checkbox input[type="checkbox"],
.st-form .radio input[type="radio"] {
	margin-right: 0.5rem;
}

/* Form Controls Focus
----------------------------------------------- */

.st-form input[type="text"]:focus,
.st-form input[type="password"]:focus,
.st-form input[type="email"]:focus,
.st-form input[type="url"]:focus,
.st-form input[type="date"]:focus,
.st-form input[type="month"]:focus,
.st-form input[type="time"]:focus,
.st-form input[type="datetime"]:focus,
.st-form input[type="datetime-local"]:focus,
.st-form input[type="week"]:focus,
.st-form input[type="number"]:focus,
.st-form input[type="search"]:focus,
.st-form input[type="tel"]:focus,
.st-form input[type="color"]:focus,
.st-form select:focus,
.st-form textarea:focus {
	outline: none;
	box-shadow: 0px 0px 3px #1c86f2;
}

/* Form Controls Disabled
----------------------------------------------- */

.st-form input[type="text"][disabled],
.st-form input[type="password"][disabled],
.st-form input[type="email"][disabled],
.st-form input[type="url"][disabled],
.st-form input[type="date"][disabled],
.st-form input[type="month"][disabled],
.st-form input[type="time"][disabled],
.st-form input[type="datetime"][disabled],
.st-form input[type="datetime-local"][disabled],
.st-form input[type="week"][disabled],
.st-form input[type="number"][disabled],
.st-form input[type="search"][disabled],
.st-form input[type="tel"][disabled],
.st-form input[type="color"][disabled],
.st-form select[disabled],
.st-form textarea[disabled] {
	background-color: #eee;
	color: #666;
	cursor: not-allowed;
}

/* Chrome */
.st-form input::-webkit-input-placeholder,
.st-form select::-webkit-input-placeholder,
.st-form textarea::-webkit-input-placeholder {
	color: #666;
}

/* Firefox */
.st-form input::-moz-placeholder,
.st-form select::-moz-placeholder,
.st-form textarea::-moz-placeholder {
	color: #666;
}

/* IE */
.st-form input:-ms-input-placeholder,
.st-form select::-ms-input-placeholder,
.st-form textarea::-ms-input-placeholder {
	color: #666;
}

.st-form input::placeholder,
.st-form select::placeholder,
.st-form textarea::placeholder {
	color: #666;
}


/* Funcy Form Controls
----------------------------------------------- */

/* Funcy Select Box */

.st-select {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 0.3rem;
}

.st-select::after {
	display: block;
	position: absolute;
	right: 1.5rem;
	top: 0;
	content: "\f107";
	color: #999;
	font-size: 1.8rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 3.6rem;
	pointer-events: none;
	z-index: 1;
}

.st-select select {
	display: inline-block;
	background: none;
	max-width: 100%;
	width: 100%;
	padding: 0 0 0 1.0rem;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 3.6rem;
	border: 0;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.st-select select:focus,
.st-select option:focus,
.st-select select::-moz-focus-inner,
.st-select option::-moz-focus-inner {
	outline: none;
	border: none;
}

.st-select option {
	background-color: #fff;
}

/* Funcy Checkbox
----------------------------------------------------------- */

.st-form .st-checkbox label {
	display: inline-block;
	padding-right: 1rem;
	cursor: pointer;
}

.st-form .st-checkbox label input[type="checkbox"] {
	display: none;
}

.st-form .st-checkbox label span {
	position: relative;
}

.st-form .st-checkbox label span:before {
	position: relative;
	top: 2px;
	content: "\f0c8";
	color: #666;
	font-size: 1.8rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: 1.0rem;
}

.st-form .st-checkbox label input[type="checkbox"]:checked + span {
	color: #1c86f2;
}

.st-form .st-checkbox label input[type="checkbox"]:checked + span:before {
	content: "\f14a";
	color: #1c86f2;
	font-size: 1.8rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

/* Funcy Radio Button
----------------------------------------------------------- */

.st-form .st-radio label {
	display: inline-block;
	padding-right: 1rem;
	cursor: pointer;
}

.st-form .st-radio label input[type="radio"] {
	display: none;
}

.st-form .st-radio label span {
	position: relative;
}

.st-form .st-radio label span:before {
	position: relative;
	top: 2px;
	content: "\f111";
	margin-right: 7px;
	color: #666;
	font-size: 1.8rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.st-form .st-radio input[type="radio"]:checked + span {
	color: #1c86f2;
}

.st-form .st-radio input[type="radio"]:checked + span:before {
	content: "\f192";
	color: #1c86f2;
	font-size: 1.8rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}/* ===============================================
 * Table Classes
=============================================== */

/* Deafault Table Style Reset
----------------------------------------------- */

table {
	background-color: transparent;
	width: 100%;
	margin-bottom: 1.0rem;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
}

th {
	text-align: left;
	font-weight: bold;
}

td,
th {
	padding: 1.0rem;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

caption {
	padding: 0.5rem;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}

/* Basic
----------------------------------------------------------- */

.st-table th,
.st-table td {
	border-bottom: 1px solid #ccc;
}

/* Striped
----------------------------------------------------------- */

.st-table-striped tbody tr:nth-child(2n+1) {
	background-color: #f8f8f8;
}

/* Bordered
----------------------------------------------------------- */

.st-table-bordered th,
.st-table-bordered td {
	border: 1px solid #ccc;
}

/* Hover Rows
----------------------------------------------------------- */

.st-table-hover tbody tr:hover {
	background-color: #f5f5f5;
}

/* Responsive Table Classes
----------------------------------------------- */

.st-table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

@media screen and (max-width: 768px) {
	.st-table-responsive {
		width: 100%;
		margin-bottom: 1.5rem;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}/* ===============================================
 * Grids Classes
=============================================== */

.st-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*overflow: hidden;*/
}

.st-grid.around {
	justify-content: space-around;
}

.st-grid.between {
	justify-content: space-between;
}

.st-grid.gutters {
	margin-left: -1rem;
}

.st-grid.gutters >  [class*='st-unit-'],
.st-grid.gutters >  [class*=' st-unit-'] {
	margin-left: 1rem;
}

/* Small screen & phone */

.st-unit-1 {
	width: 8.3333%;
}

.gutters > .st-unit-1 {
	width: calc(8.33333% - 1rem);
}

.st-unit-2 {
	width: 16.6667%;
}

.gutters > .st-unit-2 {
	width: calc(16.6667% - 1rem);
}

.st-unit-3 {
	width: 25%;
}

.gutters > .st-unit-3 {
	width: calc(25% - 1rem);
}

.st-unit-4 {
	width: 33.3333%;
}

.gutters > .st-unit-4 {
	width: calc(33.3333% - 1rem);
}

.st-unit-5 {
	width: 41.66667%;
}

.gutters > .st-unit-5 {
	width: calc(41.66667% - 1rem);
}

.st-unit-6 {
	width: 50%;
}

.gutters > .st-unit-6 {
	width: calc(50% - 1rem);
}

.st-unit-7 {
	width: 58.3333%;
}

.gutters > .st-unit-7 {
	width: calc(58.3333% - 1rem);
}

.st-unit-8 {
	width: 66.66667%;
}

.gutters > .st-unit-8 {
	width: calc(66.66667% - 1rem);
}

.st-unit-9 {
	width: 75%;
}

.gutters > .st-unit-9 {
	width: calc(75% - 1rem);
}

.st-unit-10 {
	width: 83.33333%;
}

.gutters > .st-unit-10 {
	width: calc(83.33333% - 1rem);
}

.st-unit-11 {
	width: 91.6667%;
}

.gutters > .st-unit-11 {
	width: calc(91.6667% - 1rem);
}

.st-unit-12 {
	width: 100%;
}

.gutters > .st-unit-12 {
	width: calc(100% - 1rem);
}


/* -----------------------------------------------------------
 * Media Queries
----------------------------------------------------------- */

/* Medium screen / tablet : 768px */

@media screen and (min-width: 768px) {

	.st-unit-md-1 {
		width: 8.3333%;
	}

	.gutters > .st-unit-md-1 {
		width: calc(8.33333% - 1rem);
	}

	.st-unit-md-2 {
		width: 16.6667%;
	}

	.gutters > .st-unit-md-2 {
		width: calc(16.6667% - 1rem);
	}

	.st-unit-md-3 {
		width: 25%;
	}

	.gutters > .st-unit-md-3 {
		width: calc(25% - 1rem);
	}

	.st-unit-md-4 {
		width: 33.3333%;
	}

	.gutters > .st-unit-md-4 {
		width: calc(33.3333% - 1rem);
	}

	.st-unit-md-5 {
		width: 41.66667%;
	}

	.gutters > .st-unit-md-5 {
		width: calc(41.66667% - 1rem);
	}

	.st-unit-md-6 {
		width: 50%;
	}

	.gutters > .st-unit-md-6 {
		width: calc(50% - 1rem);
	}

	.st-unit-md-7 {
		width: 58.3333%;
	}

	.gutters > .st-unit-md-7 {
		width: calc(58.3333% - 1rem);
	}

	.st-unit-md-8 {
		width: 66.66667%;
	}

	.gutters > .st-unit-md-8 {
		width: calc(66.66667% - 1rem);
	}

	.st-unit-md-9 {
		width: 75%;
	}

	.gutters > .st-unit-md-9 {
		width: calc(75% - 1rem);
	}

	.st-unit-md-10 {
		width: 83.33333%;
	}

	.gutters > .st-unit-md-10 {
		width: calc(83.33333% - 1rem);
	}

	.st-unit-md-11 {
		width: 91.6667%;
	}

	.gutters > .st-unit-md-11 {
		width: calc(91.6667% - 1rem);
	}

	.st-unit-md-12 {
		width: 100%;
	}

	.gutters > .st-unit-md-12 {
		width: calc(100% - 1rem);
	}

}

/* Large screen / desktop : 1024px */

@media screen and (min-width: 1024px) {

	.st-unit-lg-1 {
		width: 8.3333%;
	}

	.gutters > .st-unit-lg-1 {
		width: calc(8.33333% - 1rem);
	}

	.st-unit-lg-2 {
		width: 16.6667%;
	}

	.gutters > .st-unit-lg-2 {
		width: calc(16.6667% - 1rem);
	}

	.st-unit-lg-3 {
		width: 25%;
	}

	.gutters > .st-unit-lg-3 {
		width: calc(25% - 1rem);
	}

	.st-unit-lg-4 {
		width: 33.3333%;
	}

	.gutters > .st-unit-lg-4 {
		width: calc(33.3333% - 1rem);
	}

	.st-unit-lg-5 {
		width: 41.66667%;
	}

	.gutters > .st-unit-lg-5 {
		width: calc(41.66667% - 1rem);
	}

	.st-unit-lg-6 {
		width: 50%;
	}

	.gutters > .st-unit-lg-6 {
		width: calc(50% - 1rem);
	}

	.st-unit-lg-7 {
		width: 58.3333%;
	}

	.gutters > .st-unit-lg-7 {
		width: calc(58.3333% - 1rem);
	}

	.st-unit-lg-8 {
		width: 66.66667%;
	}

	.gutters > .st-unit-lg-8 {
		width: calc(66.66667% - 1rem);
	}

	.st-unit-lg-9 {
		width: 75%;
	}

	.gutters > .st-unit-lg-9 {
		width: calc(75% - 1rem);
	}

	.st-unit-lg-10 {
		width: 83.33333%;
	}

	.gutters > .st-unit-lg-10 {
		width: calc(83.33333% - 1rem);
	}

	.st-unit-lg-11 {
		width: 91.6667%;
	}

	.gutters > .st-unit-lg-11 {
		width: calc(91.6667% - 1rem);
	}

	.st-unit-lg-12 {
		width: 100%;
	}

	.gutters > .st-unit-lg-12 {
		width: calc(100% - 1rem);
	}

}

/* Extra large screen / wide desktop : 1280px */

@media screen and (min-width: 1280px) {


	.st-unit-xl-1 {
		width: 8.3333%;
	}

	.gutters > .st-unit-xl-1 {
		width: calc(8.33333% - 1rem);
	}

	.st-unit-xl-2 {
		width: 16.6667%;
	}

	.gutters > .st-unit-xl-2 {
		width: calc(16.6667% - 1rem);
	}

	.st-unit-xl-3 {
		width: 25%;
	}

	.gutters > .st-unit-xl-3 {
		width: calc(25% - 1rem);
	}

	.st-unit-xl-4 {
		width: 33.3333%;
	}

	.gutters > .st-unit-xl-4 {
		width: calc(33.3333% - 1rem);
	}

	.st-unit-xl-5 {
		width: 41.66667%;
	}

	.gutters > .st-unit-xl-5 {
		width: calc(41.66667% - 1rem);
	}

	.st-unit-xl-6 {
		width: 50%;
	}

	.gutters > .st-unit-xl-6 {
		width: calc(50% - 1rem);
	}

	.st-unit-xl-7 {
		width: 58.3333%;
	}

	.gutters > .st-unit-xl-7 {
		width: calc(58.3333% - 1rem);
	}

	.st-unit-xl-8 {
		width: 66.66667%;
	}

	.gutters > .st-unit-xl-8 {
		width: calc(66.66667% - 1rem);
	}

	.st-unit-xl-9 {
		width: 75%;
	}

	.gutters > .st-unit-xl-9 {
		width: calc(75% - 1rem);
	}

	.st-unit-xl-10 {
		width: 83.33333%;
	}

	.gutters > .st-unit-xl-10 {
		width: calc(83.33333% - 1rem);
	}

	.st-unit-xl-11 {
		width: 91.6667%;
	}

	.gutters > .st-unit-xl-11 {
		width: calc(91.6667% - 1rem);
	}

	.st-unit-xl-12 {
		width: 100%;
	}

	.gutters > .st-unit-xl-12 {
		width: calc(100% - 1rem);
	}

}

