* {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	list-style: none;
	-webkit-tap-highlight-color: transparent;
    font-family: Poppins,sans-serif;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html,
body {
	width: 100%;
	min-height: 100%;
    
}
body {
	overflow-x: hidden;
	color: #536170;
	font-size: 16px;
	font-weight: 400;
	word-break: break-word;
    font-family: Poppins, sans-serif;
    letter-spacing: -.02em;
    line-height: 1.7;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
	font-weight: 600;
}
button {
	border: 0;
	cursor: pointer;
}
mark {
	background-color: #efe6dc;
}

/* ouline disabled */
.outline-disabled * {
	outline: none !important;
}
/* Display */
*[hidden] {
	display: none !important;
}
legend,
caption {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	border: none;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
caption {
	position: static;
	color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
	margin: 0; /* IE7 */
}
audio,
canvas,
progress,
video {
	display: inline-block;
}

/* Text */
a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
    color: #536170;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}
i,
address,
dfn,
em {
	font-style: normal;
}
mark {
	color: #000;
	background-color: #ff0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

/* Table */
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table td {
	word-break: break-all;
}

/* Form */
button,
input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-transform: none;
}
button,
input {
	overflow: visible;
}
textarea {
	resize: vertical;
}
[type=reset],
[type=button],
[type=submit] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
[type=search] {
	-webkit-appearance: textfield;
}
[type=text]::-ms-clear,
[type=text]::-ms-reveal {
	display: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}

/* Align */
audio,
button,
canvas,
input,
label,
iframe,
img,
select,
svg,
video {
	vertical-align: middle;
}

/* Placeholder */
::-webkit-input-placeholder {
	color: #aaa !important;
}
:-ms-input-placeholder {
	color: #aaa !important;
}
::-moz-placeholder {
	color: #aaa !important;
}
:-moz-placeholder {
	color: #aaa !important;
}
::placeholder,
.placeholder {
	color: #aaa !important;
}

/* Selection */
::-moz-selection {
	text-shadow: none;
	background: #ddd;
}
::selection {
	text-shadow: none;
	background: #ddd;
}

/* ETC */
img,
a img,
fieldset {
	border: none;
}
/* img, */
video {
	max-width: 100%;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #000;
}
iframe {
	border: 0;
}

/* clear */
.cf:before,
.cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}

/* hide */
.hide {
    font-size: 0!important;
}
.he {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	border: none;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}
.ht {
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
}
.es {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pc-none,
.only-mobile-view{
	display: none !important;
}

/* text align */
.align-L {
	text-align: left !important;
}
.align-C {
	text-align: center !important;
}
.align-R {
	text-align: right !important;
}
.vertical-T {
	vertical-align: top !important;
}
.vertical-M {
	vertical-align: middle !important;
}
.vertical-B {
	vertical-align: bottom !important;
}

.txtblue{
    font-weight: 600;
}
/* skipToContent */
.skipToContent {
	position: absolute;
	top: -60px;
	right: 0;
	left: 0;
	z-index: 1000;
	min-width: 320px;
	height: 60px;
	color: #666;
	font-size: 30px;
	text-align: center;
	letter-spacing: -1.5px;
	line-height: 60px;
	background-color: #12b8ba;
	background-color: rgba(25,145,205,.8);
	transition: .1s ease-in-out;
}
.skipToContent:focus,
.skipToContent:hover {
	top: 0;
	color: #fff;
	text-decoration: none;
}

/* layout */
body.lock-down {
	overflow: hidden !important;
}

/* components */
.subtitles-group .nav-toggle-btn {
	width: 100%;
	height: 54px;
	color: #536170;
	font-size: 20px;
	background-color: #f7f9fc;
}
.subtitles-group .nav-toggle-btn.active {
	color: #0188ef;
}
.subtitles-group .nav-toggle-btn span {
	position: relative;
	padding-right: 20px;
}
.subtitles-group .nav-toggle-btn .tp-ico-arrow {
	right: 0;
}
.subtitles-group .nav-toggle-btn.active .tp-ico-arrow:before,
.subtitles-group .nav-toggle-btn.active .tp-ico-arrow:after {
	background-color: #01baef;
}
.subtitles-group .nav-toggle-btn.active .tp-ico-arrow:before,
.subtitles-group .nav-toggle-btn.active .tp-ico-arrow:before {
	transform: rotate(-45deg);
}
.subtitles-group .nav-toggle-btn.active .tp-ico-arrow:after,
.subtitles-group .nav-toggle-btn.active .tp-ico-arrow:after {
	transform: rotate(45deg);
}
.subtitles-group .nav-toggle-target {
	display: none;
	overflow-y: auto;
	width: 100%;
	height: 250px;
	padding: 20px 38px 38px;
	font-size: 18px;
	color: #3C4147;
	background-color: #f7f9fc;
    text-align: center;
}
.subtitles-group strong {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
}
.subtitles-group p + strong {
	margin-top: 40px;
}

@media screen and (max-width: 720px) {
	.only-web-view {
		display: none !important;
	}
	.only-mobile-view {
		display: block !important;
	}
	.subtitles-group .nav-toggle-btn {
		font-size: 16px;
	}
	.subtitles-group .nav-toggle-target {
		font-size: 16px;
	}
}

/* regular */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('/fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* medium */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/poppins-v15-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('/fonts/poppins-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/poppins-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/poppins-v15-latin-500.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/poppins-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/poppins-v15-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* semi bold */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('/fonts/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* bold */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/poppins-v15-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('/fonts/poppins-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/poppins-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/poppins-v15-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/poppins-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/poppins-v15-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* italic regular */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	src: url('/fonts/poppins-v15-latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('/fonts/poppins-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/poppins-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/poppins-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/poppins-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/poppins-v15-latin-italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
  
/* italic medium */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	src: url('/fonts/poppins-v15-latin-500italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('/fonts/poppins-v15-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/poppins-v15-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/poppins-v15-latin-500italic.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/poppins-v15-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/poppins-v15-latin-500italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
  
/* italic semi bold */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 600;
	src: url('/fonts/poppins-v15-latin-600italic.eot'); /* IE9 Compat Modes */
	src: local(''),
			url('/fonts/poppins-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('/fonts/poppins-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
			url('/fonts/poppins-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */
			url('/fonts/poppins-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
			url('/fonts/poppins-v15-latin-600italic.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* italic bold */
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 700;
	src: url('/fonts/poppins-v15-latin-700italic.eot'); /* IE9 Compat Modes */
	src: local(''),
			url('/fonts/poppins-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('/fonts/poppins-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
			url('/fonts/poppins-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
			url('/fonts/poppins-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
			url('/fonts/poppins-v15-latin-700italic.svg#Poppins') format('svg'); /* Legacy iOS */
}