html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}

html {
    font-size: 120%;    
    box-sizing: border-box;
  }
  
  *, *::before, *::after {
      box-sizing: inherit;
  }
  
  body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;  
  }
    
 #hero {
     min-height: 100vh;
     position:relative;
 } 

 video {
     position:absolute;
     top: 0;
     left:0;
     width:100%;
     height:100%;
     object-fit: cover;
 }
audio1 {
     position:center;
     top: 100;
     left: 500;
 }
#wrapper {
	-webkit-overflow-scrolling: touch;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: var(--viewport-height);
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 8rem 1rem 1rem 1rem;
}

#main {
	--alignment: center;
	--flex-alignment: center;
	--border-radius-tl: 2.5rem;
	--border-radius-tr: 2.5rem;
	--border-radius-br: 2.5rem;
	--border-radius-bl: 2.5rem;
	align-items: center;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	max-width: 100%;
	position: relative;
	text-align: var(--alignment);
	z-index: 1;
	background-color: transparent;
	border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
	transition: opacity 0.75s ease-in-out 0s;
}

#main > .inner {
	--padding-horizontal: 0rem;
	--padding-vertical: 0rem;
	--spacing: 2rem;
	--width: 250rem;
	border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
	max-width: 100%;
	position: relative;
	width: var(--width);
	z-index: 1;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#main > .inner > * {
	margin-top: var(--spacing);
	margin-bottom: var(--spacing);
}

#main > .inner > :first-child {
	margin-top: 0 !important;
}

#main > .inner > :last-child {
	margin-bottom: 0 !important;
}

#main > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
	width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}

#main > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#main > .inner > .full:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#main > .inner > .full.screen {
	border-radius: 0 !important;
	max-width: 100vw;
	position: relative;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	right: auto;
}

body.is-loading #main {
	opacity: 0;
}

body.is-instant #main, body.is-instant #main > .inner > *,body.is-instant #main > .inner > section > *  {
	transition: none !important;
}

body.is-instant:after {
	display: none !important;
	transition: none !important;
}

.icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	padding: 0;
}

.icons li {
	position: relative;
	z-index: 1;
}

.icons li a {
	align-items: center;
	display: flex;
	justify-content: center;
}

.icons li a svg {
	display: block;
	position: relative;
}

.icons li a + svg {
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.icons li a .label {
	display: none;
}

#icons01 {
	justify-content: center;
	font-size: 1.5em;
	gap: 1.25rem;
}

#icons01:not(:first-child) {
	margin-top: 0.75rem !important;
}

#icons01:not(:last-child) {
	margin-bottom: 0.75rem !important;
}

#icons01 li a {
	height: 1em;
	width: 1em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons01 li a svg {
	height: 100%;
	width: 100%;
	transition: fill 0.25s ease;
}

#icons01 a svg {
	fill: #FFFFFF;
}

#icons01 a:hover svg {
	fill: #D5E6F5 !important;
}

#icons01 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

#icons02 {
	justify-content: center;
	font-size: 0.875em;
	gap: 1.875rem;
}

#icons02:not(:first-child) {
	margin-top: 0.125rem !important;
}

#icons02:not(:last-child) {
	margin-bottom: 0.125rem !important;
}

#icons02 li a {
	border-radius: 1.375rem;
	height: 2em;
	width: 2em;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons02 li a svg {
	height: 60%;
	width: 60%;
	transition: fill 0.25s ease;
}

#icons02 a svg {
	fill: #FFFFFF;
}

#icons02 a {
	border: solid 1px #EDEDED;
}

#icons02 a:hover {
	border-color: #32769A !important;
}

#icons02 a:hover svg {
	fill: #32769A !important;
}

#icons02 li a + svg {
	transition: fill 0.25s ease, stroke 0.25s ease;
}

h1, h2, h3, p {
	direction: var(--site-language-direction);
}

h1 br + br, h2 br + br, h3 br + br, p br + br {
	display: block;
	content: ' ';
}

h1 .li, h2 .li, h3 .li, p .li {
	display: list-item;
	margin: 0.75em 0 0 1em;
	padding-left: 0.5em;
}

#text05 br + br {
	margin-top: 0.675rem;
}

#text05 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 1.1em;
	line-height: 1.125;
	font-weight: 600;
	text-shadow: 0.088rem 0.088rem 0.125rem #C9C9C9;
}

#text05 a {
	text-decoration: underline;
}

#text05 a:hover {
	text-decoration: none;
}

#text01 br + br {
	margin-top: 0.675rem;
}

#text01 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 1em;
	line-height: 1.125;
	font-weight: 600;
}

#text01 a {
	text-decoration: underline;
}

#text01 a:hover {
	text-decoration: none;
}

#text06 br + br {
	margin-top: 0.675rem;
}

#text06:not(:first-child) {
	margin-top: 0.5rem !important;
}

#text06:not(:last-child) {
	margin-bottom: 0.5rem !important;
}

#text06 {
	text-align: left;
	text-transform: lowercase;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.075rem;
	width: calc(100% + 0.075rem);
	font-size: 0.625em;
	line-height: 1.125;
	font-weight: 600;
}

#text06 a {
	text-decoration: underline;
}

#text06 a:hover {
	text-decoration: none;
}

#text06 mark {
	color: #32769A;
	background-color: rgba(227,227,227,0.722);
}

.container {
	position: relative;
}

.container > .wrapper {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
}

.container > .wrapper > .inner {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
	text-align: var(--alignment);
}

#main .container.full:first-child > .wrapper {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child > .wrapper {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main .container.full:first-child > .wrapper > .inner {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child > .wrapper > .inner {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container02 {
	--alignment: center;
	--flex-alignment: center;
}

#container02:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container02 > .wrapper {
	display: block;
	margin: 0 auto 0 auto;
	width: 31rem;
	background-image: linear-gradient(52deg, rgba(239,239,239,0.478) 50%, transparent 0%);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: cover;
	border-radius: 0rem;
}

#container02 > .wrapper > .inner {
	--gutters: 1.5rem;
	--padding-horizontal: 1rem;
	--padding-vertical: 0.5rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container02.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container02.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container02.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container02.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

#container02.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container02.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container02.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container02.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container02.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container02.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container02.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container02.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container02.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container02.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container02.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container02 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 0.75rem);
	--alignment: left;
	--flex-alignment: flex-start;
}

#container02 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 0.75rem);
}

#container01 {
	--alignment: center;
	--flex-alignment: center;
}

#container01:not(:first-child) {
	margin-top: 0rem !important;
}

#container01:not(:last-child) {
	margin-bottom: 0rem !important;
}

#container01 > .wrapper {
	display: block;
	margin: 0 auto 0 auto;
	width: 31rem;
	background-color: rgba(239,239,239,0.529);
	border-radius: 0rem;
}

#container01 > .wrapper > .inner {
	--gutters: 1rem;
	--padding-horizontal: 1.375rem;
	--padding-vertical: 1.375rem;
	--spacing: 0.75rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container01.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container01.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container01.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container01.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

#container01.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container01.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container01.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container01.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container01.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container01.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container01.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container01.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container01.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container01.columns > .wrapper > .inner > div:first-child, #container01.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container01.columns > .wrapper > .inner > div:last-child, #container01.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container01.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container01 > .wrapper > .inner > :nth-child(1) {
	width: calc(35% + 0.5rem);
}

#container01 > .wrapper > .inner > :nth-child(2) {
	width: calc(65% + 0.5rem);
}

#container03 {
	--alignment: center;
	--flex-alignment: center;
}

#container03:not(:first-child) {
	margin-top: 0rem !important;
}

#container03 > .wrapper {
	display: block;
	margin: 0 auto 0 auto;
	width: 31rem;
	background-color: rgba(239,239,239,0.522);
	border-radius: 0rem;
}

#container03 > .wrapper > .inner {
	--gutters: 1rem;
	--padding-horizontal: 0.75rem;
	--padding-vertical: 0.875rem;
	--spacing: 0.25rem;
	padding: var(--padding-vertical) var(--padding-horizontal);
}

#container03.default > .wrapper > .inner > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container03.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container03.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container03.columns > .wrapper > .inner {
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}

#container03.columns > .wrapper > .inner > * {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	text-align: var(--alignment);
	padding: 0 0 0 var(--gutters);
}

#container03.columns > .wrapper > .inner > * > * {
	margin-bottom: var(--spacing);
	margin-top: var(--spacing);
}

#container03.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container03.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container03.columns > .wrapper > .inner > *:first-child {
	margin-left: calc(var(--gutters) * -1);
}

#container03.default > .wrapper > .inner > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	max-width: none;
	width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container03.default > .wrapper > .inner > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container03.default > .wrapper > .inner > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container03.columns > .wrapper > .inner > div > .full {
	margin-left: calc(var(--gutters) * -0.5);
	max-width: none;
	width: calc(100% + var(--gutters) + 0.4725px);
}

#container03.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(var(--padding-horizontal) * -1);
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container03.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}

#container03.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container03.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container03.columns > .wrapper > .inner > div:first-child, #container03.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container03.columns > .wrapper > .inner > div:last-child, #container03.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container03.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container03.columns > .wrapper > .inner > .full:first-child {
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
}

#container03.columns > .wrapper > .inner > .full:last-child {
	border-bottom-right-radius: inherit;
	border-top-right-radius: inherit;
}

#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	border-radius: inherit;
	height: calc(100% + (var(--padding-vertical) * 2));
}

#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	border-radius: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
}

#container03 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 0.5rem);
}

#container03 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 0.5rem);
}

.buttons {
	cursor: default;
	display: flex;
	justify-content: var(--flex-alignment);
	letter-spacing: 0;
	padding: 0;
}

.buttons li {
	max-width: 100%;
}

.buttons li a {
	align-items: center;
	justify-content: center;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

#buttons01 {
	gap: 0.75rem;
	flex-direction: row;
	flex-wrap: wrap;
}

#buttons01 li a {
	display: flex;
	width: 30rem;
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.875rem;
	vertical-align: middle;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.075rem;
	padding-left: calc(0.075rem + 0.875rem);
	font-size: 0.75em;
	font-weight: 500;
	border-radius: 1rem;
	flex-direction: row-reverse;
	justify-content: flex-end;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons01 li a svg {
	display: block;
	fill: #FFFFFF;
	height: 100%;
	min-width: 16px;
	width: 1em;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 0.5em;
	margin-right: calc(-0.125em + 0.075rem);
	transition: fill 0.25s ease;
}

#buttons01 li a .label {
	direction: var(--site-language-direction);
	flex-grow: 1;
	flex-shrink: 1;
	text-align: left;
	width: 100%;
}

#buttons01 .button {
	background-color: rgba(255,255,255,0.251);
	color: #FFFFFF;
}

#buttons01 .button:hover {
	background-color: rgba(240,240,240,0.341) !important;
}

hr {
	border: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

hr:before {
	content: '';
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

#divider02:before {
	width: 100%;
	border-top: dashed 1px #FFFFFF;
	height: 1px;
	margin-top: -0.5px;
}

#divider01:before {
	width: 100%;
	border-top: dashed 1px #FFFFFF;
	height: 1px;
	margin-top: -0.5px;
}

.list {
	display: block;
}

.list ul, .list ol {
	display: inline-block;
	max-width: 100%;
	text-align: var(--site-language-alignment);
	vertical-align: middle;
}

.list ul li, .list ol li {
	direction: var(--site-language-direction);
	display: flex;
	position: relative;
}

.list ul li:before, .list ol li:before {
	background-repeat: no-repeat;
	content: '';
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	font-variant: normal !important;
	letter-spacing: 0 !important;
	position: relative;
}

.list ul li p, .list ol li p {
	flex-grow: 1;
	flex-shrink: 1;
}

.list ul li:first-child, .list ol li:first-child {
	margin-top: 0 !important;
}

#list01 {
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.075rem;
	font-size: 0.625em;
	line-height: 1.125;
	font-weight: 400;
}

#list01 a {
	text-decoration: none;
}

#list01 a:hover {
	text-decoration: underline;
}

#list01 ul {
	width: 100rem;
}

#list01 ul li {
	margin-top: 0.5rem;
}

#list01 ul li p {
	padding: 0 0.5rem;
}

#list01 ul li:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M7.6%2C30.5l10.3-10.3L7.6%2C9.9c-0.2-0.2-0.2-0.5%2C0-0.7L9%2C7.8c0.2-0.2%2C0.5-0.2%2C0.7%2C0L20%2C18L30.3%2C7.8c0.2-0.2%2C0.5-0.2%2C0.7%2C0%20l1.4%2C1.4c0.2%2C0.2%2C0.2%2C0.5%2C0%2C0.7L22.2%2C20.2l10.3%2C10.3c0.2%2C0.2%2C0.2%2C0.5%2C0%2C0.7L31%2C32.6c-0.2%2C0.2-0.5%2C0.2-0.7%2C0L20%2C22.4L9.7%2C32.6%20c-0.2%2C0.2-0.5%2C0.2-0.7%2C0l-1.5-1.5C7.4%2C31%2C7.4%2C30.6%2C7.6%2C30.5z%22%20fill%3D%22%2332769A%22%20%2F%3E%3C%2Fsvg%3E');
	background-position: left 60%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.703125rem;
	line-height: 0.703125rem;
	min-width: 0.52734375rem;
}

.image {
	display: block;
	line-height: 0;
	max-width: 100%;
	position: relative;
}

.image .frame {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	vertical-align: top;
	width: 100%;
}

.image .frame img {
	border-radius: 0 !important;
	max-width: 100%;
	vertical-align: top;
	width: inherit;
}

.image.full .frame {
	display: block;
}

.image.full:first-child .frame {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.image.full:last-child .frame {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#image01 .frame {
	width: 13.5rem;
	height: 13.375rem;
	border-radius: 100%;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	transition: none;
}

#image01 img {
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	border-radius: inherit !important;
	padding: 0rem;
}

#image01 .frame img {
	transition: none;
}

@media (max-width: 1920px) {
	
}

@media (max-width: 1680px) {
	html {
		font-size: 12pt;
	}
}

@media (max-width: 1280px) {
	html {
		font-size: 12pt;
	}
}

@media (max-width: 1024px) {
	
}

@media (max-width: 980px) {
	html {
		font-size: 11pt;
	}
}

@media (max-width: 736px) {
	html {
		font-size: 12pt;
	}
	
	#main {
		--border-radius-tl: 0;
		--border-radius-tr: 0;
		--border-radius-br: 0;
		--border-radius-bl: 0;
	}
	
	#wrapper {
		padding: 0rem 0rem 0rem 0rem;
	}
	
	#main > .inner {
		--padding-horizontal: 0rem;
		--padding-vertical: 0rem;
		--spacing: 2rem;
	}
	
	#icons01 {
		font-size: 1.5em;
		gap: 1.25rem;
	}
	
	#icons01:not(:first-child) {
		margin-top: 0.5625rem !important;
	}
	
	#icons01:not(:last-child) {
		margin-bottom: 0.5625rem !important;
	}
	
	#icons02 {
		font-size: 0.875em;
		gap: 1.875rem;
	}
	
	#icons02:not(:first-child) {
		margin-top: 0.09375rem !important;
	}
	
	#icons02:not(:last-child) {
		margin-bottom: 0.09375rem !important;
	}
	
	#text05 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.625em;
		line-height: 1.125;
	}
	
	#text01 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 1em;
		line-height: 1.125;
	}
	
	#text06:not(:first-child) {
		margin-top: 0.375rem !important;
	}
	
	#text06:not(:last-child) {
		margin-bottom: 0.375rem !important;
	}
	
	#text06 {
		letter-spacing: 0.065625rem;
		width: calc(100% + 0.065625rem);
		font-size: 0.625em;
		line-height: 1.125;
	}
	
	
	
	#container02:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container02 > .wrapper > .inner {
		--gutters: 1.5rem;
		--padding-horizontal: 1rem;
		--padding-vertical: 0.5rem;
	}
	
	#container02.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container02.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container02.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container02 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		--alignment: left;
		--flex-alignment: flex-start;
		min-height: 100% !important;
	}
	
	#container02 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
	}
	
	
	
	#container01:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container01:not(:last-child) {
		margin-bottom: 0rem !important;
	}
	
	#container01 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 1.375rem;
		--padding-vertical: 1.375rem;
		--spacing: 0.75rem;
	}
	
	#container01.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container01.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container01.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container01 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
	}
	
	#container01 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
	}
	
	
	
	#container03:not(:first-child) {
		margin-top: 0rem !important;
	}
	
	#container03 > .wrapper > .inner {
		--gutters: 1rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 0.875rem;
		--spacing: 0.25rem;
	}
	
	#container03.columns > .wrapper > .inner {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	
	#container03.columns > .wrapper > .inner > span {
		height: 0;
		margin-top: calc(var(--gutters) * -1);
		pointer-events: none;
		visibility: hidden;
	}
	
	#container03.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > * {
		padding: calc(var(--gutters) * 0.5) 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(var(--padding-horizontal) * -1);
		width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: calc(var(--gutters) * -0.5) !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: calc(var(--gutters) * -0.5) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(var(--padding-vertical) * -1) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		height: auto;
		position: relative;
		width: auto;
	}
	
	#container03 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
	}
	
	#container03 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
	}
	
	#buttons01 li a {
		letter-spacing: 0.075rem;
		padding-left: calc(0.075rem + 0.875rem);
		font-size: 0.75em;
	}
	
	#buttons01 li a svg {
		width: 1em;
	}
	
	#divider02:before {
		width: 100rem;
	}
	
	#divider01:before {
		width: 100rem;
	}
	
	#list01 {
		letter-spacing: 0.065625rem;
		font-size: 0.625em;
		line-height: 1.125;
	}
	
	#list01 ul li p {
		padding: 0 0.5rem;
	}
	
	#list01 ul li:before {
		height: 0.703125rem;
		line-height: 0.703125rem;
		min-width: 0.52734375rem;
	}
	
	#image01 .frame {
		width: 13.5rem;
		height: 16.71875rem !important;
	}
	
	#image01 img {
		height: 100% !important;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
	}
}

@media (max-width: 480px) {
	#wrapper {
		padding: 0rem 0rem 0rem 0rem;
	}
	
	#main > .inner {
		--spacing: 1.75rem;
	}
	
	
	
	#container01 > .wrapper > .inner {
		--spacing: 0.65625rem;
	}
	
	#container03 > .wrapper > .inner {
		--spacing: 0.21875rem;
	}
	
	#buttons01 {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	
	#buttons01 li a {
		display: inline-flex;
		max-width: 32rem;
		width: 100%;
	}
	
	#image01 .frame {
		height: 13.375rem !important;
	}
}

@media (max-width: 360px) {
	#wrapper {
		padding: 0rem 0rem 0rem 0rem;
	}
	
	#main > .inner {
		--padding-horizontal: 0rem;
		--padding-vertical: 0rem;
		--spacing: 1.5rem;
	}
	
	#icons01 {
		gap: 0.9375rem;
	}
	
	#icons02 {
		gap: 1.40625rem;
	}
	
	#text05 {
		font-size: 0.625em;
	}
	
	#text01 {
		font-size: 1em;
	}
	
	#text06 {
		font-size: 0.625em;
	}
	
	#container02 > .wrapper > .inner {
		--gutters: 1.125rem;
		--padding-horizontal: 0.75rem;
		--padding-vertical: 0.375rem;
	}
	
	#container02 > .wrapper > .inner > :nth-child(1) {
		width: calc(50% + 0.56rem);
	}
	
	#container02 > .wrapper > .inner > :nth-child(2) {
		width: calc(50% + 0.56rem);
	}
	
	#container01 > .wrapper > .inner {
		--gutters: 0.75rem;
		--padding-horizontal: 1.03125rem;
		--padding-vertical: 1.03125rem;
		--spacing: 0.5625rem;
	}
	
	#container01 > .wrapper > .inner > :nth-child(1) {
		width: calc(35% + 0.37rem);
	}
	
	#container01 > .wrapper > .inner > :nth-child(2) {
		width: calc(65% + 0.37rem);
	}
	
	#container03 > .wrapper > .inner {
		--gutters: 0.75rem;
		--padding-horizontal: 0.5625rem;
		--padding-vertical: 0.65625rem;
		--spacing: 0.1875rem;
	}
	
	#container03 > .wrapper > .inner > :nth-child(1) {
		width: calc(50% + 0.37rem);
	}
	
	#container03 > .wrapper > .inner > :nth-child(2) {
		width: calc(50% + 0.37rem);
	}
	
	#buttons01 {
		gap: 0.5625rem;
	}
	
	#list01 {
		font-size: 0.625em;
	}
	
	#list01 ul li p {
		padding: 0 0.5rem;
	}
	
	#list01 ul li:before {
		height: 0.703125rem;
		line-height: 0.703125rem;
		min-width: 0.52734375rem;
	}
	
	#image01 .frame {
		height: 11.703125rem !important;
	}
}
