@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
	url('../fonts/OpenSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
	url('../fonts/OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
	url('../fonts/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
	url('../fonts/OpenSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

.non-scroll {
	overflow: hidden;
}

.wrapper {
	flex-direction: column;
	display: flex;
	overflow: hidden;
	min-height: 100%;
}

form, input, textarea, button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}

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

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

a {
	text-decoration: none;
}

a img {
	border: none;
}

b, span {
	font-weight: 700;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: var(--main-page-color);
	font-size: 18px;
}

.MfpqptFyn3zB4dG {
	max-width: 1340px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.bbdVs9qBOdTJp {
	background-color: var(--header-background-color);
	padding: 24px 0;
	z-index: 15;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	transition: all 0.3s ease-in-out;
}

.bbdVs9qBOdTJp.active {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.bbdVs9qBOdTJp .MfpqptFyn3zB4dG {
	max-width: 1390px;
	padding: 0 25px;
}

.GgMWfpz9m7N {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.overlay-top {
	flex: 1;
}

.main-menu {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	list-style-type: none;
	position: relative;
	margin-left: auto;
}

.main-menu li a {
	padding: 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: var(--menu-text-color);
	transition: color 0.3s ease-in-out;
	position: relative;
}

.main-menu li.has-submenu {
	position: relative;
}

.main-menu li.has-submenu:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -4px;
	background-image: url("../img/icon_arrow_down.svg");
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.3s ease-in-out;
}

.main-menu li.has-submenu:hover:after {
	transform: rotate(180deg);
}

.main-menu li a:hover {
	color: var(--menu-text-hover-color);
}

.main-menu > li.has-submenu .box-submenu {
	position: absolute;
	overflow-y: auto;
	left: 0;
	top: 100%;
	display: none;
	z-index: 10;
	background: transparent;
	padding: 10px 20px;
	margin-left: -28px;
	border-radius: 30px;
}

.main-menu > li.has-submenu .box-submenu > ul {
	white-space: nowrap;
	border-radius: 20px;
	min-width: 200px;
	padding: 3px 0 10px;
	background-color: var(--menu-background-hover-color);
	box-shadow: 0 4px 8px rgba(0, 66, 111, 0.25);
	list-style-type: none;
}

.main-menu li.has-submenu:hover .box-submenu {
	display: block;
}

.main-menu > li.has-submenu .box-submenu > ul li a {
	font-size: 15px;
	line-height: 120%;
	color: var(--menu-text-color);
	padding: 7px 20px;
}

.main-menu > li.has-submenu .box-submenu > ul li a:hover {
	color: var(--menu-text-hover-color);
}

.main-menu > li.has-submenu .box-submenu > ul::-webkit-scrollbar {
	width: 3px;
	background: transparent;
}

.main-menu > li.has-submenu .box-submenu > ul::-webkit-scrollbar-track {
	margin: 5px;
}

.main-menu > li.has-submenu > ul::-webkit-scrollbar-thumb {
	width: 3px;
	border-radius: 3px;
	background: #000000;
}

.overlay-top {
	width: 100%;
}

.WxPMnxnWZHtE {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.WxPMnxnWZHtE > * {
	margin-left: auto;
}

.ZTSKoL9L3st {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

.ZTSKoL9L3st .btn {
	text-transform: capitalize;
	padding-left: 15px;
	padding-right: 15px;
}

.btn {
	border-radius: 50px;
	height: 47px;
	background-color: var(--button1-background-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	color: var(--button1-text-color);
	padding: 10px 33px;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	text-transform: uppercase;
}

.btn:hover {
	background-color: var(--button1-background-hover-color);
	color: var(--button1-text-hover-color);
}

.btn.BppyBnEmQq8neIHw {
	background-color: var(--button2-background-color);
	color: var(--button2-text-color);
}

.btn.BppyBnEmQq8neIHw:hover {
	background-color: var(--button2-background-hover-color);
	color: var(--button2-text-hover-color);
}

.languages {
	z-index: 2;
	position: relative;
	display: flex;
	margin-left: 10px;
	flex-shrink: 0;
}

.languages img {
	width: 28px;
	height: 28px;
	object-fit: cover;
	border-radius: 50%;
}

.languages.active > ul {
	display: block;
}

.rumhouJwbBXE {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	gap: 6px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.rumhouJwbBXE:after {
	content: "";
	background-image: url("../img/icon_arrow_down.svg");
	width: 9px;
	height: 7px;
	transition: transform 0.3s ease-in-out;
}

.languages > ul {
	position: absolute;
	width: 100%;
	left: -6px;
	right: 0;
	top: 100%;
	display: none;
	border-radius: 8px;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 10;
	padding: 6px 0;
	box-shadow: 0 4px 8px rgba(0, 66, 111, 0.25);
}

.languages > ul li a {
	padding: 6px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.languages.active .rumhouJwbBXE:after {
	transform: rotate(180deg);
}

.QXgQLjBm0t1Q {
	margin-top: 90px;
}

.gHmcNRKhO9WDDvuf {
	padding: 25px 0;
}

.ymraHKNVmSofxpgn {
	background-image: url("../img/bg-main.jpg");
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background-size: cover;
	justify-content: space-between;
	background-repeat: no-repeat;
	gap: 10px;
	padding-left: 75px;
	min-height: 437px;
}

.ymraHKNVmSofxpgn .nRzqke6377d {
	flex-shrink: 0;
	max-width: 517px;
	width: 100%;
}

.ymraHKNVmSofxpgn .fkhY4YGMG0 {
	padding: 20px 0;
}

.ymraHKNVmSofxpgn.eaxRO1J9N {
	flex-direction: row-reverse;
	padding-left: 0;
	padding-right: 75px;
}

.gwgBAtuwNW {
	height: 59px;
	margin-top: 25px;
	min-width: 221px;
	text-transform: uppercase;
}

.ymraHKNVmSofxpgn p {
	color: #ffffff;
}

h1 {
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

h2 {
	font-size: 33px;
	font-weight: 600;
	color: #00426F;
	text-transform: capitalize;
}

h3 {
	font-size: 26px;
	font-weight: 600;
	color: #00426F;
}

h4 {
	font-size: 22px;
	font-weight: 600;
	color: #00426F;
}

p {
	margin-top: 10px;
}

.LhAErfiOIiip6F {
	background-color: var(--container-color);
	border-radius: 20px;
	overflow: hidden;
}

.LpDzRCxuBSBVW {
	padding: 17px 49px;
	border-radius: 20px 20px 0 0;
	background-color: #00426F;
}

.LpDzRCxuBSBVW h2, .LpDzRCxuBSBVW h3, .LpDzRCxuBSBVW h4 {
	color: #ffffff;
}

.GShxQDTTdO9 {
	padding: 25px 49px;
}

.GShxQDTTdO9 > *:first-child {
	margin-top: 0;
}

.GShxQDTTdO9 p {
	font-size: 18px;
	/*color: #00426F;*/
	color: var(--p-text-color);
}

.GShxQDTTdO9 a{
    color:var(--link-color);
}

.GShxQDTTdO9 a:hover{
    color:var(--link-hover-color);
}

.GShxQDTTdO9 h1{
    color: var(--h1-color);
}

.GShxQDTTdO9 h2,h3,h4,h5,h6 {
    color:var(--h2-h6-color);
}

.table-wrapper {
	overflow-x: auto;
	width: 100%;
}

table {
	color: #00426F;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
}

table thead tr th {
	padding: 15px 35px;
	background-color: #F8FBFD;
	border: 1px solid #E9F1F6;
	font-weight: 500;
}

table tbody tr td {
	padding: 15px 35px;
	border: 1px solid #E9F1F6;
}

.GShxQDTTdO9 h2, .GShxQDTTdO9 h3, .GShxQDTTdO9 h4 {
	margin-top: 10px;
}

.GShxQDTTdO9 ul, .GShxQDTTdO9 ol {
	padding-left: 25px;
	margin-top: 10px;
}

.GShxQDTTdO9 ul li, .GShxQDTTdO9 ol li {
	font-size: 18px;
	color: var(--p-text-color);
}

.GShxQDTTdO9 img {
	margin: 10px auto 0;
	border-radius: 18px;
}

.GShxQDTTdO9 .btn {
	margin: 25px auto 0;
	display: flex;
	width: fit-content;
}

.NaGdiABrkam {
	display: flex;
	align-items: center;
	gap: 54px;
}

.NaGdiABrkam.eaxRO1J9N {
	flex-direction: row-reverse;
}

.NaGdiABrkam .nRzqke6377d {
	flex-shrink: 0;
	max-width: 623px;
}

.NaGdiABrkam .nRzqke6377d img {
	border-radius: 20px;
}

.NaGdiABrkam .fkhY4YGMG0 > *:first-child {
	margin-top: 0;
}

.NaGdiABrkam .fkhY4YGMG0 .btn {
	margin-left: 0;
	margin-right: 0;
}

.zSqguAKWUOT {
	margin-top: 10px;
	display: flex;
	align-items: stretch;
	gap: 26px;
	flex-wrap: wrap;
}

.zSqguAKWUOT .MveSCggra {
	border-radius: 20px;
	width: calc(16% - 15px);
	height: 249px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.zSqguAKWUOT .MveSCggra img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

.zSqguAKWUOT .MveSCggra .ntUgjZbAd7V {
	display: flex;
	position: absolute;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
	height: 100%;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	background-color: rgba(2, 4, 13, 0.4);
	backdrop-filter: blur(4px);
	flex-direction: column;
	gap: 14px;
	align-items: center;
	justify-content: center;
	padding: 13px;
	transition: all 0.3s ease-in-out;
}

.ntUgjZbAd7V .name {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	text-transform: capitalize;
}

.ntUgjZbAd7V .dOzwwaWaJGXB0kW {
	height: 35px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	background-color: #0098FF;
	transition: background-color 0.3s ease-in-out;
}

.ntUgjZbAd7V .dOzwwaWaJGXB0kW:hover {
	background-color: #0073C0;
}

.zSqguAKWUOT .MveSCggra:hover .ntUgjZbAd7V {
	opacity: 1;
}

.sthwCCRvN1 {
	border-radius: 20px;
	overflow: hidden;
	background-image: url("../img/bg-cta.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 49px;
	display: flex;
	align-items: center;
	gap: 35px;
}

.sthwCCRvN1 p {
	color: #ffffff;
}

.sthwCCRvN1 .fkhY4YGMG0 {
	padding: 20px 0;
}

.sthwCCRvN1 h2 {
	color: #ffffff;
	text-transform: uppercase;
}

.sthwCCRvN1 .nRzqke6377d {
	flex-shrink: 0;
}

.sthwCCRvN1 .fkhY4YGMG0 .btn {
	margin-top: 10px;
}

.sthwCCRvN1.eaxRO1J9N {
	flex-direction: row-reverse;
}

.xIdrPTNBFaLWahV {
	margin-top: 20px;
}

.drop {
	background-color: var(--faq-color);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
}

.drop .toc-default {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
	padding: 22px 70px 22px 30px;
	font-size: 20px;
	font-weight: 500;
	color: #00426F;
}

.drop .toc-default:after {
	content: "";
	position: absolute;
	width: 19px;
	height: 14px;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("../img/icon_arrow_down.svg") no-repeat top center/cover;
	transition: all 0.3s ease-in-out;
}

.drop.active .toc-default:after {
	transform: rotate(-180deg);
}

.drop .options-holder {
	display: none;
	padding: 0 70px 22px 30px;
	font-size: 18px;
}

.drop .options-holder p {
	margin: 0;
	color: #00426F;
}

.drop .options-holder ul,
.drop .options-holder ol {
	padding-left: 25px;
}

.drop .options-holder ul li,
.drop .options-holder ol li{
	padding-left: 25px;
	color: #00426F;
}

.vxtTXxfyC8JD1w6 .MfpqptFyn3zB4dG {
	padding: 0 15px;
	max-width: 1370px;
}

.drop.RvcScofAa83jGP {
	background-color: transparent;
	overflow: hidden;
	color: #00426F;
	margin-top: 0;
}

.drop.RvcScofAa83jGP .toc-default {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
	padding: 22px 80px 22px 49px;
	font-size: 20px;
	font-weight: 600;
}

.drop.RvcScofAa83jGP .toc-default:after {
	width: 14px;
	height: 9px;
	right: 49px;
}

.drop.RvcScofAa83jGP.active .toc-default:after {
	transform: rotate(-90deg);
}

.drop.RvcScofAa83jGP .options-holder {
	display: none;
	padding: 22px 49px;
}

.UyVrCQtE7Nyp {
	display: flex;
	align-items: stretch;
	gap: 17px;
	flex-wrap: wrap;
}

.UyVrCQtE7Nyp a {
	height: 43px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px 23px;
	font-size: 18px;
	font-weight: 500;
	color: #00426F;
	border-radius: 10px;
	background-color: #F8FBFD;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	position: relative;
}

.UyVrCQtE7Nyp a:after {
	content: "";
	background-image: url("../img/icon-arrow-link.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 8px;
	height: 11px;
}

.UyVrCQtE7Nyp a:hover {
	background-color: #F2F7FB;
	color: #0098FF;
}

.YqKUynlcI3wqz {
	padding: 35px 0;
	background-color: var(--footer-background-color);
	margin-top: auto;
}

.YqKUynlcI3wqz .MfpqptFyn3zB4dG {
	padding: 0 15px;
	max-width: 1170px;
}

.ZazFSeGCQz {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 25px;
}

.HZRrD2A58Wux {
	max-width: 390px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.YqKUynlcI3wqz .tVxLHfR80Ylsy {
	margin-bottom: 17px;
}

.BJUppOqIof {
	font-weight: 500;
	margin-top: 17px;
	font-size: 18px;
	color: var(--footer-text-color);
}

.krOvPooZOnF {
	font-size: 15px;
	color: var(--footer-text-color);
}

.YqKUynlcI3wqz .YfFTu6SjdgAu {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	margin-top: 10px;
	color: var(--footer-text-color);
}

.JrUdjp2tMUkc {
	display: flex;
	align-items: flex-start;
	gap: 36px;
}

.MXQZkBlY8tCp {
	text-align: center;
}

.HiizywhwAeTEy {
	margin-top: 20px;
	list-style-type: none;
}

.HiizywhwAeTEy li a {
	font-size: 15px;
	color: var(--footer-text-color);
	margin-top: 5px;
	display: block;
	transition: color 0.3s ease-in-out;
}

.HiizywhwAeTEy li a:hover {
	color: #0098FF;
}

.cBfNdKbneWLt {
	display: flex;
	flex-direction: column;
}

.cBfNdKbneWLt a {
	padding: 10px 0;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	color: var(--footer-text-color);
	transition: color 0.3s ease-in-out;
}

.cBfNdKbneWLt a:hover {
	color: #0098FF;
}

.VHPdGsiI {
	display: none !important;
}

.ZnECnLCHI8cTQ6 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #00426F;
	margin-bottom: 25px;
	padding: 0 15px;
}

.ZnECnLCHI8cTQ6 a {
	color: rgba(0, 66, 111, 0.5);
	position: relative;
	transition: color 0.3s ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
}

.ZnECnLCHI8cTQ6 a:hover {
	color: #00426F;
}


.ZnECnLCHI8cTQ6 a:after {
	content: "";
	background-image: url("../img/icon-arrow-nav.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 10px;
	height: 25px;
}

.quWqIXW02r {
	background-color: var(--for-background-color);
	flex: 1;
}

.quWqIXW02r .MfpqptFyn3zB4dG {
	padding: 0 15px;
}

.jPOZ6oCudcWy {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}

.NJnkrBa2Jr {
    color: var(--for-text-color);
	font-size: 33px;
	font-weight: 600;
	text-transform: uppercase;
}

.jPOZ6oCudcWy .btn {
	min-width: 221px;
}

@media screen and (max-width: 1300px) {
	.NaGdiABrkam .nRzqke6377d {
		max-width: 560px;
	}
}

@media screen and (max-width: 1200px) {
	.main-menu li a {
		font-size: 16px;
	}

}

@media screen and (max-width: 1100px) {

	.main-menu li {
		width: 100%;
	}

	.main-menu li a {
		font-size: 18px;
		padding: 11px 10px;
		width: 100%;
	}

	.main-menu > li.has-submenu .box-submenu > ul {
		white-space: nowrap;
		border-radius: 0;
		min-width: 100%;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
		list-style-type: none;
	}

	.main-menu > li.has-submenu .box-submenu {
		position: relative;
		overflow-y: auto;
		left: 0;
		top: 0;
		display: none;
		z-index: 10;
		background: transparent;
		padding: 0;
		margin-left: 0;
		border-radius: 0;
	}

	.main-menu li.has-submenu {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.main-menu li.has-submenu > a {
		margin-right: 30px;
	}

	.main-menu li.has-submenu:after {
		top: 14px;
		bottom: auto;
		margin: 0;
		right: -4px;
		height: 20px;
		width: 30px;
		background-size: auto;
		background-position: center;
	}

	.GgMWfpz9m7N .tVxLHfR80Ylsy img {
		max-width: 124px;
		max-height: 27px;
	}

	.rumhouJwbBXE {
		padding: 0;
	}

	.languages {
		margin-left: auto;
	}

	#menu-toggle {
		margin-left: 13px;
		display: flex;
		z-index: 99;
	}

	#menu-toggle span {
		display: block;
		background: var(--burger-color);
		border-radius: 3px;
		transition: .25s ease-in-out;
	}

	#menu-toggle #hamburger {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
	}

	#menu-toggle #hamburger span {
		width: 22px;
		height: 3px;
		position: relative;
		top: 0;
		right: 0;
		margin: 2px 0;
	}

	#menu-toggle.open #hamburger span:nth-child(1) {
		transform: rotate(-45deg) translate(-1px, 1px);
		margin: 0;
	}

	#menu-toggle.open #hamburger span:nth-child(3) {
		opacity: 0;
	}

	#menu-toggle.open #hamburger span:nth-child(2) {
		margin: 0;
		transform: rotate(45deg) translate(-1px, -1px);
	}

	.bbdVs9qBOdTJp {
		padding: 15px 0;
	}

	.overlay-top {
		position: fixed;
		background-color: var(--header-background-color);
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		transform: translateX(100%);
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		overflow: hidden;
		display: block;
		padding: 56px 0 0;
	}

	.WxPMnxnWZHtE {
		width: 100%;
		height: 100%;
		display: flex;
		overflow: hidden;
		overflow-y: scroll;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-end;
		padding: 10px 28px 10px;
	}

	.overlay-top.open {
		z-index: 15;
		transform: translateX(0);
		width: 100%;
	}

	.main-menu {
		gap: 22px;
		margin-left: 0;
		flex-direction: column;
		width: 100%;
		text-align: right;
		padding: 0;
		margin-top: 0;
		max-width: 450px;
	}

	.QXgQLjBm0t1Q {
		padding: 20px 0;
	}

	.core-area {
		border-radius: 20px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
		padding: 15px;
	}

	.ZTSKoL9L3st {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.btn {
		height: 45px;
	}

	table thead tr th {
		padding: 10px 20px;
	}

	table {
		display: block;
		overflow-x: auto;
	}

	table tbody tr td {
		padding: 10px 20px;
	}

	table {
		font-size: 15px;
		margin-top: 10px;
	}

	table tbody tr td {
		min-width: 260px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	.QXgQLjBm0t1Q {
		margin-top: 57px;
	}

	.VHPdGsiI {
		display: block !important;
	}

	.d-desk {
		display: none !important;
	}

	.gHmcNRKhO9WDDvuf {
		padding: 20px 0;
	}

	.ymraHKNVmSofxpgn {
		gap: 0;
		padding: 15px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.ymraHKNVmSofxpgn.eaxRO1J9N {
		flex-direction: column;
		padding: 15px;
	}

	.ymraHKNVmSofxpgn .nRzqke6377d {
		margin: 10px auto 0;
	}

	.gwgBAtuwNW {
		min-width: auto;
		max-width: 400px;
		width: 100%;
		text-transform: uppercase;
		margin: 0 auto;
	}

	.btn {
		height: 45px;
		font-size: 15px;
	}

	body {
		font-size: 15px;
	}

	.ymraHKNVmSofxpgn .fkhY4YGMG0 {
		padding: 0;
	}

	h1 {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 20px;
	}

	h2 {
		font-size: 26px;
		line-height: 1;
	}

	.drop.RvcScofAa83jGP .toc-default {
		padding: 20px 50px 20px 20px;
		font-size: 18px;
	}

	.drop.RvcScofAa83jGP .toc-default:after {
		right: 20px;
	}

	.drop.RvcScofAa83jGP .options-holder {
		padding: 0 20px 20px 20px;
	}

	.UyVrCQtE7Nyp a {
		height: 38px;
		padding: 5px 19px;
		font-size: 15px;
	}

	.LpDzRCxuBSBVW {
		padding: 15px 15px;
	}

	.GShxQDTTdO9 {
		padding: 15px 15px;
	}

	.GShxQDTTdO9 p {
		font-size: 15px;
		line-height: 18px;
	}

	.GShxQDTTdO9 ul li, .GShxQDTTdO9 ol li {
		font-size: 15px;
		line-height: 18px;
	}

	.NaGdiABrkam {
		gap: 10px;
		flex-direction: column;
	}

	.NaGdiABrkam.eaxRO1J9N {
		flex-direction: column;
	}

	.zSqguAKWUOT {
		gap: 10px;
		max-width: 500px;
		margin: 10px auto 0;
	}

	.zSqguAKWUOT .MveSCggra {
		width: calc(33.3% - 7px);
	}

	.sthwCCRvN1 {
		padding: 30px 15px;
		display: flex;
		align-items: center;
		gap: 30px;
		flex-direction: column;
	}

	.sthwCCRvN1.eaxRO1J9N {
		flex-direction: column;
	}

	.sthwCCRvN1 .fkhY4YGMG0 {
		padding: 0;
	}

	.only-desktop {
		display: none!important;
	}

	.focus-top {
		display: flex;
		flex-direction: column-reverse;
		text-align: left;
	}

}

@media screen and (max-width: 900px) {
	.ZazFSeGCQz {
		align-items: center;
		justify-content: center;
		gap: 25px;
		flex-direction: column-reverse;
	}

	.HZRrD2A58Wux {
		max-width: 100%;
		text-align: center;
	}

	.HZRrD2A58Wux img {
		margin: 0 auto 25px;
	}
}

@media screen and (max-width: 767px) {
	.drop {
		margin-top: 10px;
	}

	.xIdrPTNBFaLWahV {
		margin-top: 10px;
	}

	.drop .options-holder {
		padding: 0 50px 15px 20px;
		font-size: 14px;
	}

	.drop .toc-default {
		padding: 10px 50px 10px 20px;
		font-size: 18px;
	}

	.drop .options-holder p{
		font-size: 14px;
	}

	.drop .toc-default:after {
		right: 16px;
	}

	.group img {
		max-width: 124px;
	}

	.YqKUynlcI3wqz {
		padding: 31px 15px 20px;
		margin-top: auto;
	}

	.JrUdjp2tMUkc {
		display: flex;
		align-items: center;
		gap: 0;
		flex-direction: column;
	}

	.YqKUynlcI3wqz .YfFTu6SjdgAu {
		margin-top: 0;
	}

	.HiizywhwAeTEy li a {
		font-size: 15px;
		margin-top: 0;
		padding: 5px 0;
	}

	.cBfNdKbneWLt a {
		text-align: center;
	}

	.NJnkrBa2Jr {
		font-size: 26px;
	}

	.ZnECnLCHI8cTQ6 {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.ymraHKNVmSofxpgn {
		text-align: left;
	}

}

@media screen and (max-width: 500px) {
	.GShxQDTTdO9 .btn {
		margin: 20px auto 0;
		width: 100%;
	}

	.zSqguAKWUOT .MveSCggra {
		width: calc(50% - 5px);
		height: 220px;
	}

	.ntUgjZbAd7V .name {
		font-size: 16px;
	}

	.ntUgjZbAd7V .dOzwwaWaJGXB0kW {
		height: 31px;
		font-size: 16px;
	}

	.sthwCCRvN1 .fkhY4YGMG0 .btn {
		margin: 10px auto 0;
		width: 100%;
	}

	.jPOZ6oCudcWy .btn {
		width: 100%;
	}
}


.overlay-top {
	z-index: 1;
	max-width: 100%;
}


.amp-sidebar-mask {
	display: none!important;
}

.drop .toc-default {
	border: 0;
	margin: 0;
	background-color: transparent;
}

amp-accordion > section {
	border-radius: 10px;
	overflow: hidden;
}

amp-accordion section[expanded] .toc-default:after {
	transform: rotate(-180deg);
}


.alignleft {
  float: left;
  margin-right: 20px!important;
  margin-bottom: 20px!important;
}

.alignright {
  float: right;
  margin-left: 20px!important;
  margin-bottom: 20px!important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.MfpqptFyn3zB4dG:after  {
    content: "";
    display: table;
    clear: both;
}


@media (max-width: 767px) {
    .alignleft,
    .alignright {
        float: none;
        margin-right: auto!important;
        margin-left: auto!important;
        display: block;
    }
}

