@font-face {
	font-family: "Chesna Grotesk";
	src: url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Black.eot');
	src: url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Black.eot?#iefix') format('embedded-opentype'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Black.woff2') format('woff2'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Black.woff') format('woff'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Chesna Grotesk";
	src: url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Bold.eot');
	src: url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Bold.woff2') format('woff2'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Bold.woff') format('woff'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Chesna Grotesk";
	src: url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-SemiBold.eot');
	src: url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-SemiBold.woff2') format('woff2'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-SemiBold.woff') format('woff'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Chesna Grotesk";
	src: url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Medium.eot');
	src: url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Medium.woff2') format('woff2'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Medium.woff') format('woff'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Chesna Grotesk";
	src: url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Regular.eot');
	src: url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Regular.woff2') format('woff2'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Regular.woff') format('woff'),
		url('https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Fonts/ChesnaGrotesk-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}





/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}








/* 1a. Containers */



/* 1b. Colors */

:root{
	
	--primary-clr : #11173E;
	--secondary-clr : #F6FDFF;
	--tertiary-clr : #81D7C3;
	--fourth-clr : #3D5388;
	--fifth-clr : #497780;
	--six-clr : #96C3D6;
	--seven-clr : #ffffff;

	
}
















/* color */

.color\:primary_color{ color:#11173E; }
.bg\:primary_color{ background-color:#11173E; }
.hover\:primary_color:hover{ color:#11173E; }

.color\:secondary_color{ color:#F6FDFF; }
.bg\:secondary_color{ background-color:#F6FDFF; }
.hover\:secondary_color:hover{ color:#F6FDFF; }

.color\:tertiary_color{ color:#81D7C3; }
.bg\:tertiary_color{ background-color:#81D7C3; }
.hover\:tertiary_color:hover{ color:#81D7C3; }

.color\:color_3D5388{ color:#3D5388; }
.bg\:color_3D5388{ background-color:#3D5388; }
.hover\:color_3D5388:hover{ color:#3D5388; }

.color\:color_497780{ color:#497780; }
.bg\:color_497780{ background-color:#497780; }
.hover\:color_497780:hover{ color:#497780; }

.color\:color_96C3D6{ color:#96C3D6; }
.bg\:color_96C3D6{ background-color:#96C3D6; }
.hover\:color_96C3D6:hover{ color:#96C3D6; }

.color\:color_ffffff{ color:#ffffff; }
.bg\:color_ffffff{ background-color:#ffffff; }
.hover\:color_ffffff:hover{ color:#ffffff; }



.col-1 { max-width:8.333%; flex:0 0 8.333%; }

.col-2 { max-width:16.666%; flex:0 0 16.666%; }

.col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }

.col-4 { max-width:33.332%; flex:0 0 33.332%; }

.col-5 { max-width:41.665%; flex:0 0 41.665%; }

.col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }

.col-7 { max-width:58.331%; flex:0 0 58.331%; }

.col-8 { max-width:66.664%; flex:0 0 66.664%; }

.col-9 { max-width:74.997%; flex:0 0 74.997%; }

.col-10 { max-width:83.33%; flex:0 0 83.33%; }

.col-11 { max-width:91.663%; flex:0 0 91.663%; }

.col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }



.weight-100 { font-weight:100; }

.weight-200 { font-weight:200; }

.weight-300 { font-weight:300; }

.weight-400 { font-weight:400; }

.weight-500 { font-weight:500; }

.weight-600 { font-weight:600; }

.weight-700 { font-weight:700; }

.weight-800 { font-weight:800; }

.weight-900 { font-weight:900; }



.font-1 { font-size:1px; }

.font-2 { font-size:2px; }

.font-3 { font-size:3px; }

.font-4 { font-size:4px; }

.font-5 { font-size:5px; }

.font-6 { font-size:6px; }

.font-7 { font-size:7px; }

.font-8 { font-size:8px; }

.font-9 { font-size:9px; }

.font-10 { font-size:10px; }

.font-11 { font-size:11px; }

.font-12 { font-size:12px; }

.font-13 { font-size:13px; }

.font-14 { font-size:14px; }

.font-15 { font-size:15px; }

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

.font-17 { font-size:17px; }

.font-18 { font-size:18px; }

.font-19 { font-size:19px; }

.font-20 { font-size:20px; }

.font-21 { font-size:21px; }

.font-22 { font-size:22px; }

.font-23 { font-size:23px; }

.font-24 { font-size:24px; }

.font-25 { font-size:25px; }

.font-26 { font-size:26px; }

.font-27 { font-size:27px; }

.font-28 { font-size:28px; }

.font-29 { font-size:29px; }

.font-30 { font-size:30px; }

.font-31 { font-size:31px; }

.font-32 { font-size:32px; }

.font-33 { font-size:33px; }

.font-34 { font-size:34px; }

.font-35 { font-size:35px; }

.font-36 { font-size:36px; }

.font-37 { font-size:37px; }

.font-38 { font-size:38px; }

.font-39 { font-size:39px; }

.font-40 { font-size:40px; }

.font-41 { font-size:41px; }

.font-42 { font-size:42px; }

.font-43 { font-size:43px; }

.font-44 { font-size:44px; }

.font-45 { font-size:45px; }

.font-46 { font-size:46px; }

.font-47 { font-size:47px; }

.font-48 { font-size:48px; }

.font-49 { font-size:49px; }



.line-10 { line-height:10px; }

.line-11 { line-height:11px; }

.line-12 { line-height:12px; }

.line-13 { line-height:13px; }

.line-14 { line-height:14px; }

.line-15 { line-height:15px; }

.line-16 { line-height:16px; }

.line-17 { line-height:17px; }

.line-18 { line-height:18px; }

.line-19 { line-height:19px; }

.line-20 { line-height:20px; }

.line-21 { line-height:21px; }

.line-22 { line-height:22px; }

.line-23 { line-height:23px; }

.line-24 { line-height:24px; }

.line-25 { line-height:25px; }

.line-26 { line-height:26px; }

.line-27 { line-height:27px; }

.line-28 { line-height:28px; }

.line-29 { line-height:29px; }

.line-30 { line-height:30px; }

.line-31 { line-height:31px; }

.line-32 { line-height:32px; }

.line-33 { line-height:33px; }

.line-34 { line-height:34px; }

.line-35 { line-height:35px; }

.line-36 { line-height:36px; }

.line-37 { line-height:37px; }

.line-38 { line-height:38px; }

.line-39 { line-height:39px; }

.line-40 { line-height:40px; }

.line-41 { line-height:41px; }

.line-42 { line-height:42px; }

.line-43 { line-height:43px; }

.line-44 { line-height:44px; }

.line-45 { line-height:45px; }

.line-46 { line-height:46px; }

.line-47 { line-height:47px; }

.line-48 { line-height:48px; }

.line-49 { line-height:49px; }


/* padding-margin */

.p--0 { padding:0px !important; }
.p-0 { padding:0px; }
.pt-0 { padding-top:0px; }
.pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; }
.pr-0 { padding-right:0px; }
.m-0 {  margin:0px; }
.mt-0 { margin-top:0px; }
.mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; }
.mr-0 { margin-right:0px; }   

.p--5 { padding:5px !important; }
.p-5 { padding:5px; }
.pt-5 { padding-top:5px; }
.pb-5 { padding-bottom:5px; }
.pl-5 { padding-left:5px; }
.pr-5 { padding-right:5px; }
.m-5 {  margin:5px; }
.mt-5 { margin-top:5px; }
.mb-5 { margin-bottom:5px; }
.ml-5 { margin-left:5px; }
.mr-5 { margin-right:5px; }   

.p--10 { padding:10px !important; }
.p-10 { padding:10px; }
.pt-10 { padding-top:10px; }
.pb-10 { padding-bottom:10px; }
.pl-10 { padding-left:10px; }
.pr-10 { padding-right:10px; }
.m-10 {  margin:10px; }
.mt-10 { margin-top:10px; }
.mb-10 { margin-bottom:10px; }
.ml-10 { margin-left:10px; }
.mr-10 { margin-right:10px; }   

.p--15 { padding:15px !important; }
.p-15 { padding:15px; }
.pt-15 { padding-top:15px; }
.pb-15 { padding-bottom:15px; }
.pl-15 { padding-left:15px; }
.pr-15 { padding-right:15px; }
.m-15 {  margin:15px; }
.mt-15 { margin-top:15px; }
.mb-15 { margin-bottom:15px; }
.ml-15 { margin-left:15px; }
.mr-15 { margin-right:15px; }   

.p--20 { padding:20px !important; }
.p-20 { padding:20px; }
.pt-20 { padding-top:20px; }
.pb-20 { padding-bottom:20px; }
.pl-20 { padding-left:20px; }
.pr-20 { padding-right:20px; }
.m-20 {  margin:20px; }
.mt-20 { margin-top:20px; }
.mb-20 { margin-bottom:20px; }
.ml-20 { margin-left:20px; }
.mr-20 { margin-right:20px; }   

.p--25 { padding:25px !important; }
.p-25 { padding:25px; }
.pt-25 { padding-top:25px; }
.pb-25 { padding-bottom:25px; }
.pl-25 { padding-left:25px; }
.pr-25 { padding-right:25px; }
.m-25 {  margin:25px; }
.mt-25 { margin-top:25px; }
.mb-25 { margin-bottom:25px; }
.ml-25 { margin-left:25px; }
.mr-25 { margin-right:25px; }   

.p--30 { padding:30px !important; }
.p-30 { padding:30px; }
.pt-30 { padding-top:30px; }
.pb-30 { padding-bottom:30px; }
.pl-30 { padding-left:30px; }
.pr-30 { padding-right:30px; }
.m-30 {  margin:30px; }
.mt-30 { margin-top:30px; }
.mb-30 { margin-bottom:30px; }
.ml-30 { margin-left:30px; }
.mr-30 { margin-right:30px; }   

.p--35 { padding:35px !important; }
.p-35 { padding:35px; }
.pt-35 { padding-top:35px; }
.pb-35 { padding-bottom:35px; }
.pl-35 { padding-left:35px; }
.pr-35 { padding-right:35px; }
.m-35 {  margin:35px; }
.mt-35 { margin-top:35px; }
.mb-35 { margin-bottom:35px; }
.ml-35 { margin-left:35px; }
.mr-35 { margin-right:35px; }   

.p--40 { padding:40px !important; }
.p-40 { padding:40px; }
.pt-40 { padding-top:40px; }
.pb-40 { padding-bottom:40px; }
.pl-40 { padding-left:40px; }
.pr-40 { padding-right:40px; }
.m-40 {  margin:40px; }
.mt-40 { margin-top:40px; }
.mb-40 { margin-bottom:40px; }
.ml-40 { margin-left:40px; }
.mr-40 { margin-right:40px; }   

.p--45 { padding:45px !important; }
.p-45 { padding:45px; }
.pt-45 { padding-top:45px; }
.pb-45 { padding-bottom:45px; }
.pl-45 { padding-left:45px; }
.pr-45 { padding-right:45px; }
.m-45 {  margin:45px; }
.mt-45 { margin-top:45px; }
.mb-45 { margin-bottom:45px; }
.ml-45 { margin-left:45px; }
.mr-45 { margin-right:45px; }   

.p--50 { padding:50px !important; }
.p-50 { padding:50px; }
.pt-50 { padding-top:50px; }
.pb-50 { padding-bottom:50px; }
.pl-50 { padding-left:50px; }
.pr-50 { padding-right:50px; }
.m-50 {  margin:50px; }
.mt-50 { margin-top:50px; }
.mb-50 { margin-bottom:50px; }
.ml-50 { margin-left:50px; }
.mr-50 { margin-right:50px; }   

.p--55 { padding:55px !important; }
.p-55 { padding:55px; }
.pt-55 { padding-top:55px; }
.pb-55 { padding-bottom:55px; }
.pl-55 { padding-left:55px; }
.pr-55 { padding-right:55px; }
.m-55 {  margin:55px; }
.mt-55 { margin-top:55px; }
.mb-55 { margin-bottom:55px; }
.ml-55 { margin-left:55px; }
.mr-55 { margin-right:55px; }   

.p--60 { padding:60px !important; }
.p-60 { padding:60px; }
.pt-60 { padding-top:60px; }
.pb-60 { padding-bottom:60px; }
.pl-60 { padding-left:60px; }
.pr-60 { padding-right:60px; }
.m-60 {  margin:60px; }
.mt-60 { margin-top:60px; }
.mb-60 { margin-bottom:60px; }
.ml-60 { margin-left:60px; }
.mr-60 { margin-right:60px; }   

.p--65 { padding:65px !important; }
.p-65 { padding:65px; }
.pt-65 { padding-top:65px; }
.pb-65 { padding-bottom:65px; }
.pl-65 { padding-left:65px; }
.pr-65 { padding-right:65px; }
.m-65 {  margin:65px; }
.mt-65 { margin-top:65px; }
.mb-65 { margin-bottom:65px; }
.ml-65 { margin-left:65px; }
.mr-65 { margin-right:65px; }   

.p--70 { padding:70px !important; }
.p-70 { padding:70px; }
.pt-70 { padding-top:70px; }
.pb-70 { padding-bottom:70px; }
.pl-70 { padding-left:70px; }
.pr-70 { padding-right:70px; }
.m-70 {  margin:70px; }
.mt-70 { margin-top:70px; }
.mb-70 { margin-bottom:70px; }
.ml-70 { margin-left:70px; }
.mr-70 { margin-right:70px; }   

.p--75 { padding:75px !important; }
.p-75 { padding:75px; }
.pt-75 { padding-top:75px; }
.pb-75 { padding-bottom:75px; }
.pl-75 { padding-left:75px; }
.pr-75 { padding-right:75px; }
.m-75 {  margin:75px; }
.mt-75 { margin-top:75px; }
.mb-75 { margin-bottom:75px; }
.ml-75 { margin-left:75px; }
.mr-75 { margin-right:75px; }   

.p--80 { padding:80px !important; }
.p-80 { padding:80px; }
.pt-80 { padding-top:80px; }
.pb-80 { padding-bottom:80px; }
.pl-80 { padding-left:80px; }
.pr-80 { padding-right:80px; }
.m-80 {  margin:80px; }
.mt-80 { margin-top:80px; }
.mb-80 { margin-bottom:80px; }
.ml-80 { margin-left:80px; }
.mr-80 { margin-right:80px; }   

.p--85 { padding:85px !important; }
.p-85 { padding:85px; }
.pt-85 { padding-top:85px; }
.pb-85 { padding-bottom:85px; }
.pl-85 { padding-left:85px; }
.pr-85 { padding-right:85px; }
.m-85 {  margin:85px; }
.mt-85 { margin-top:85px; }
.mb-85 { margin-bottom:85px; }
.ml-85 { margin-left:85px; }
.mr-85 { margin-right:85px; }   

.p--90 { padding:90px !important; }
.p-90 { padding:90px; }
.pt-90 { padding-top:90px; }
.pb-90 { padding-bottom:90px; }
.pl-90 { padding-left:90px; }
.pr-90 { padding-right:90px; }
.m-90 {  margin:90px; }
.mt-90 { margin-top:90px; }
.mb-90 { margin-bottom:90px; }
.ml-90 { margin-left:90px; }
.mr-90 { margin-right:90px; }   

.p--95 { padding:95px !important; }
.p-95 { padding:95px; }
.pt-95 { padding-top:95px; }
.pb-95 { padding-bottom:95px; }
.pl-95 { padding-left:95px; }
.pr-95 { padding-right:95px; }
.m-95 {  margin:95px; }
.mt-95 { margin-top:95px; }
.mb-95 { margin-bottom:95px; }
.ml-95 { margin-left:95px; }
.mr-95 { margin-right:95px; }   

.p--100 { padding:100px !important; }
.p-100 { padding:100px; }
.pt-100 { padding-top:100px; }
.pb-100 { padding-bottom:100px; }
.pl-100 { padding-left:100px; }
.pr-100 { padding-right:100px; }
.m-100 {  margin:100px; }
.mt-100 { margin-top:100px; }
.mb-100 { margin-bottom:100px; }
.ml-100 { margin-left:100px; }
.mr-100 { margin-right:100px; }   

.p--105 { padding:105px !important; }
.p-105 { padding:105px; }
.pt-105 { padding-top:105px; }
.pb-105 { padding-bottom:105px; }
.pl-105 { padding-left:105px; }
.pr-105 { padding-right:105px; }
.m-105 {  margin:105px; }
.mt-105 { margin-top:105px; }
.mb-105 { margin-bottom:105px; }
.ml-105 { margin-left:105px; }
.mr-105 { margin-right:105px; }   

.p--110 { padding:110px !important; }
.p-110 { padding:110px; }
.pt-110 { padding-top:110px; }
.pb-110 { padding-bottom:110px; }
.pl-110 { padding-left:110px; }
.pr-110 { padding-right:110px; }
.m-110 {  margin:110px; }
.mt-110 { margin-top:110px; }
.mb-110 { margin-bottom:110px; }
.ml-110 { margin-left:110px; }
.mr-110 { margin-right:110px; }   

.p--115 { padding:115px !important; }
.p-115 { padding:115px; }
.pt-115 { padding-top:115px; }
.pb-115 { padding-bottom:115px; }
.pl-115 { padding-left:115px; }
.pr-115 { padding-right:115px; }
.m-115 {  margin:115px; }
.mt-115 { margin-top:115px; }
.mb-115 { margin-bottom:115px; }
.ml-115 { margin-left:115px; }
.mr-115 { margin-right:115px; }   

.p--120 { padding:120px !important; }
.p-120 { padding:120px; }
.pt-120 { padding-top:120px; }
.pb-120 { padding-bottom:120px; }
.pl-120 { padding-left:120px; }
.pr-120 { padding-right:120px; }
.m-120 {  margin:120px; }
.mt-120 { margin-top:120px; }
.mb-120 { margin-bottom:120px; }
.ml-120 { margin-left:120px; }
.mr-120 { margin-right:120px; }   

.p--125 { padding:125px !important; }
.p-125 { padding:125px; }
.pt-125 { padding-top:125px; }
.pb-125 { padding-bottom:125px; }
.pl-125 { padding-left:125px; }
.pr-125 { padding-right:125px; }
.m-125 {  margin:125px; }
.mt-125 { margin-top:125px; }
.mb-125 { margin-bottom:125px; }
.ml-125 { margin-left:125px; }
.mr-125 { margin-right:125px; }   

.p--130 { padding:130px !important; }
.p-130 { padding:130px; }
.pt-130 { padding-top:130px; }
.pb-130 { padding-bottom:130px; }
.pl-130 { padding-left:130px; }
.pr-130 { padding-right:130px; }
.m-130 {  margin:130px; }
.mt-130 { margin-top:130px; }
.mb-130 { margin-bottom:130px; }
.ml-130 { margin-left:130px; }
.mr-130 { margin-right:130px; }   

.p--135 { padding:135px !important; }
.p-135 { padding:135px; }
.pt-135 { padding-top:135px; }
.pb-135 { padding-bottom:135px; }
.pl-135 { padding-left:135px; }
.pr-135 { padding-right:135px; }
.m-135 {  margin:135px; }
.mt-135 { margin-top:135px; }
.mb-135 { margin-bottom:135px; }
.ml-135 { margin-left:135px; }
.mr-135 { margin-right:135px; }   

.p--140 { padding:140px !important; }
.p-140 { padding:140px; }
.pt-140 { padding-top:140px; }
.pb-140 { padding-bottom:140px; }
.pl-140 { padding-left:140px; }
.pr-140 { padding-right:140px; }
.m-140 {  margin:140px; }
.mt-140 { margin-top:140px; }
.mb-140 { margin-bottom:140px; }
.ml-140 { margin-left:140px; }
.mr-140 { margin-right:140px; }   

.p--145 { padding:145px !important; }
.p-145 { padding:145px; }
.pt-145 { padding-top:145px; }
.pb-145 { padding-bottom:145px; }
.pl-145 { padding-left:145px; }
.pr-145 { padding-right:145px; }
.m-145 {  margin:145px; }
.mt-145 { margin-top:145px; }
.mb-145 { margin-bottom:145px; }
.ml-145 { margin-left:145px; }
.mr-145 { margin-right:145px; }   

.p--150 { padding:150px !important; }
.p-150 { padding:150px; }
.pt-150 { padding-top:150px; }
.pb-150 { padding-bottom:150px; }
.pl-150 { padding-left:150px; }
.pr-150 { padding-right:150px; }
.m-150 {  margin:150px; }
.mt-150 { margin-top:150px; }
.mb-150 { margin-bottom:150px; }
.ml-150 { margin-left:150px; }
.mr-150 { margin-right:150px; }   




/* -- Responsive Media -- */


@media(min-width:768px){
	
	.sm\:p-0 { padding:0px; }
	.sm\:pt-0 { padding-top:0px; }
	.sm\:pb-0 { padding-bottom:0px; }
	.sm\:pl-0 { padding-left:0px; }
	.sm\:pr-0 { padding-right:0px; }
	.sm\:m-0 { margin:0px; }
	.sm\:mt-0 { margin-top:0px; }
	.sm\:mb-0 { margin-bottom:0px; }
	.sm\:ml-0 { margin-left:0px; }
	.sm\:mr-0 { margin-right:0px; }
	
	.sm\:p-5 { padding:5px; }
	.sm\:pt-5 { padding-top:5px; }
	.sm\:pb-5 { padding-bottom:5px; }
	.sm\:pl-5 { padding-left:5px; }
	.sm\:pr-5 { padding-right:5px; }
	.sm\:m-5 { margin:5px; }
	.sm\:mt-5 { margin-top:5px; }
	.sm\:mb-5 { margin-bottom:5px; }
	.sm\:ml-5 { margin-left:5px; }
	.sm\:mr-5 { margin-right:5px; }
	
	.sm\:p-10 { padding:10px; }
	.sm\:pt-10 { padding-top:10px; }
	.sm\:pb-10 { padding-bottom:10px; }
	.sm\:pl-10 { padding-left:10px; }
	.sm\:pr-10 { padding-right:10px; }
	.sm\:m-10 { margin:10px; }
	.sm\:mt-10 { margin-top:10px; }
	.sm\:mb-10 { margin-bottom:10px; }
	.sm\:ml-10 { margin-left:10px; }
	.sm\:mr-10 { margin-right:10px; }
	
	.sm\:p-15 { padding:15px; }
	.sm\:pt-15 { padding-top:15px; }
	.sm\:pb-15 { padding-bottom:15px; }
	.sm\:pl-15 { padding-left:15px; }
	.sm\:pr-15 { padding-right:15px; }
	.sm\:m-15 { margin:15px; }
	.sm\:mt-15 { margin-top:15px; }
	.sm\:mb-15 { margin-bottom:15px; }
	.sm\:ml-15 { margin-left:15px; }
	.sm\:mr-15 { margin-right:15px; }
	
	.sm\:p-20 { padding:20px; }
	.sm\:pt-20 { padding-top:20px; }
	.sm\:pb-20 { padding-bottom:20px; }
	.sm\:pl-20 { padding-left:20px; }
	.sm\:pr-20 { padding-right:20px; }
	.sm\:m-20 { margin:20px; }
	.sm\:mt-20 { margin-top:20px; }
	.sm\:mb-20 { margin-bottom:20px; }
	.sm\:ml-20 { margin-left:20px; }
	.sm\:mr-20 { margin-right:20px; }
	
	.sm\:p-25 { padding:25px; }
	.sm\:pt-25 { padding-top:25px; }
	.sm\:pb-25 { padding-bottom:25px; }
	.sm\:pl-25 { padding-left:25px; }
	.sm\:pr-25 { padding-right:25px; }
	.sm\:m-25 { margin:25px; }
	.sm\:mt-25 { margin-top:25px; }
	.sm\:mb-25 { margin-bottom:25px; }
	.sm\:ml-25 { margin-left:25px; }
	.sm\:mr-25 { margin-right:25px; }
	
	.sm\:p-30 { padding:30px; }
	.sm\:pt-30 { padding-top:30px; }
	.sm\:pb-30 { padding-bottom:30px; }
	.sm\:pl-30 { padding-left:30px; }
	.sm\:pr-30 { padding-right:30px; }
	.sm\:m-30 { margin:30px; }
	.sm\:mt-30 { margin-top:30px; }
	.sm\:mb-30 { margin-bottom:30px; }
	.sm\:ml-30 { margin-left:30px; }
	.sm\:mr-30 { margin-right:30px; }
	
	.sm\:p-35 { padding:35px; }
	.sm\:pt-35 { padding-top:35px; }
	.sm\:pb-35 { padding-bottom:35px; }
	.sm\:pl-35 { padding-left:35px; }
	.sm\:pr-35 { padding-right:35px; }
	.sm\:m-35 { margin:35px; }
	.sm\:mt-35 { margin-top:35px; }
	.sm\:mb-35 { margin-bottom:35px; }
	.sm\:ml-35 { margin-left:35px; }
	.sm\:mr-35 { margin-right:35px; }
	
	.sm\:p-40 { padding:40px; }
	.sm\:pt-40 { padding-top:40px; }
	.sm\:pb-40 { padding-bottom:40px; }
	.sm\:pl-40 { padding-left:40px; }
	.sm\:pr-40 { padding-right:40px; }
	.sm\:m-40 { margin:40px; }
	.sm\:mt-40 { margin-top:40px; }
	.sm\:mb-40 { margin-bottom:40px; }
	.sm\:ml-40 { margin-left:40px; }
	.sm\:mr-40 { margin-right:40px; }
	
	.sm\:p-45 { padding:45px; }
	.sm\:pt-45 { padding-top:45px; }
	.sm\:pb-45 { padding-bottom:45px; }
	.sm\:pl-45 { padding-left:45px; }
	.sm\:pr-45 { padding-right:45px; }
	.sm\:m-45 { margin:45px; }
	.sm\:mt-45 { margin-top:45px; }
	.sm\:mb-45 { margin-bottom:45px; }
	.sm\:ml-45 { margin-left:45px; }
	.sm\:mr-45 { margin-right:45px; }
	
	.sm\:p-50 { padding:50px; }
	.sm\:pt-50 { padding-top:50px; }
	.sm\:pb-50 { padding-bottom:50px; }
	.sm\:pl-50 { padding-left:50px; }
	.sm\:pr-50 { padding-right:50px; }
	.sm\:m-50 { margin:50px; }
	.sm\:mt-50 { margin-top:50px; }
	.sm\:mb-50 { margin-bottom:50px; }
	.sm\:ml-50 { margin-left:50px; }
	.sm\:mr-50 { margin-right:50px; }
	
	.sm\:p-55 { padding:55px; }
	.sm\:pt-55 { padding-top:55px; }
	.sm\:pb-55 { padding-bottom:55px; }
	.sm\:pl-55 { padding-left:55px; }
	.sm\:pr-55 { padding-right:55px; }
	.sm\:m-55 { margin:55px; }
	.sm\:mt-55 { margin-top:55px; }
	.sm\:mb-55 { margin-bottom:55px; }
	.sm\:ml-55 { margin-left:55px; }
	.sm\:mr-55 { margin-right:55px; }
	
	.sm\:p-60 { padding:60px; }
	.sm\:pt-60 { padding-top:60px; }
	.sm\:pb-60 { padding-bottom:60px; }
	.sm\:pl-60 { padding-left:60px; }
	.sm\:pr-60 { padding-right:60px; }
	.sm\:m-60 { margin:60px; }
	.sm\:mt-60 { margin-top:60px; }
	.sm\:mb-60 { margin-bottom:60px; }
	.sm\:ml-60 { margin-left:60px; }
	.sm\:mr-60 { margin-right:60px; }
	
	.sm\:p-65 { padding:65px; }
	.sm\:pt-65 { padding-top:65px; }
	.sm\:pb-65 { padding-bottom:65px; }
	.sm\:pl-65 { padding-left:65px; }
	.sm\:pr-65 { padding-right:65px; }
	.sm\:m-65 { margin:65px; }
	.sm\:mt-65 { margin-top:65px; }
	.sm\:mb-65 { margin-bottom:65px; }
	.sm\:ml-65 { margin-left:65px; }
	.sm\:mr-65 { margin-right:65px; }
	
	.sm\:p-70 { padding:70px; }
	.sm\:pt-70 { padding-top:70px; }
	.sm\:pb-70 { padding-bottom:70px; }
	.sm\:pl-70 { padding-left:70px; }
	.sm\:pr-70 { padding-right:70px; }
	.sm\:m-70 { margin:70px; }
	.sm\:mt-70 { margin-top:70px; }
	.sm\:mb-70 { margin-bottom:70px; }
	.sm\:ml-70 { margin-left:70px; }
	.sm\:mr-70 { margin-right:70px; }
	
	.sm\:p-75 { padding:75px; }
	.sm\:pt-75 { padding-top:75px; }
	.sm\:pb-75 { padding-bottom:75px; }
	.sm\:pl-75 { padding-left:75px; }
	.sm\:pr-75 { padding-right:75px; }
	.sm\:m-75 { margin:75px; }
	.sm\:mt-75 { margin-top:75px; }
	.sm\:mb-75 { margin-bottom:75px; }
	.sm\:ml-75 { margin-left:75px; }
	.sm\:mr-75 { margin-right:75px; }
	
	.sm\:p-80 { padding:80px; }
	.sm\:pt-80 { padding-top:80px; }
	.sm\:pb-80 { padding-bottom:80px; }
	.sm\:pl-80 { padding-left:80px; }
	.sm\:pr-80 { padding-right:80px; }
	.sm\:m-80 { margin:80px; }
	.sm\:mt-80 { margin-top:80px; }
	.sm\:mb-80 { margin-bottom:80px; }
	.sm\:ml-80 { margin-left:80px; }
	.sm\:mr-80 { margin-right:80px; }
	
	.sm\:p-85 { padding:85px; }
	.sm\:pt-85 { padding-top:85px; }
	.sm\:pb-85 { padding-bottom:85px; }
	.sm\:pl-85 { padding-left:85px; }
	.sm\:pr-85 { padding-right:85px; }
	.sm\:m-85 { margin:85px; }
	.sm\:mt-85 { margin-top:85px; }
	.sm\:mb-85 { margin-bottom:85px; }
	.sm\:ml-85 { margin-left:85px; }
	.sm\:mr-85 { margin-right:85px; }
	
	.sm\:p-90 { padding:90px; }
	.sm\:pt-90 { padding-top:90px; }
	.sm\:pb-90 { padding-bottom:90px; }
	.sm\:pl-90 { padding-left:90px; }
	.sm\:pr-90 { padding-right:90px; }
	.sm\:m-90 { margin:90px; }
	.sm\:mt-90 { margin-top:90px; }
	.sm\:mb-90 { margin-bottom:90px; }
	.sm\:ml-90 { margin-left:90px; }
	.sm\:mr-90 { margin-right:90px; }
	
	.sm\:p-95 { padding:95px; }
	.sm\:pt-95 { padding-top:95px; }
	.sm\:pb-95 { padding-bottom:95px; }
	.sm\:pl-95 { padding-left:95px; }
	.sm\:pr-95 { padding-right:95px; }
	.sm\:m-95 { margin:95px; }
	.sm\:mt-95 { margin-top:95px; }
	.sm\:mb-95 { margin-bottom:95px; }
	.sm\:ml-95 { margin-left:95px; }
	.sm\:mr-95 { margin-right:95px; }
	
	.sm\:p-100 { padding:100px; }
	.sm\:pt-100 { padding-top:100px; }
	.sm\:pb-100 { padding-bottom:100px; }
	.sm\:pl-100 { padding-left:100px; }
	.sm\:pr-100 { padding-right:100px; }
	.sm\:m-100 { margin:100px; }
	.sm\:mt-100 { margin-top:100px; }
	.sm\:mb-100 { margin-bottom:100px; }
	.sm\:ml-100 { margin-left:100px; }
	.sm\:mr-100 { margin-right:100px; }
	
	.sm\:p-105 { padding:105px; }
	.sm\:pt-105 { padding-top:105px; }
	.sm\:pb-105 { padding-bottom:105px; }
	.sm\:pl-105 { padding-left:105px; }
	.sm\:pr-105 { padding-right:105px; }
	.sm\:m-105 { margin:105px; }
	.sm\:mt-105 { margin-top:105px; }
	.sm\:mb-105 { margin-bottom:105px; }
	.sm\:ml-105 { margin-left:105px; }
	.sm\:mr-105 { margin-right:105px; }
	
	.sm\:p-110 { padding:110px; }
	.sm\:pt-110 { padding-top:110px; }
	.sm\:pb-110 { padding-bottom:110px; }
	.sm\:pl-110 { padding-left:110px; }
	.sm\:pr-110 { padding-right:110px; }
	.sm\:m-110 { margin:110px; }
	.sm\:mt-110 { margin-top:110px; }
	.sm\:mb-110 { margin-bottom:110px; }
	.sm\:ml-110 { margin-left:110px; }
	.sm\:mr-110 { margin-right:110px; }
	
	.sm\:p-115 { padding:115px; }
	.sm\:pt-115 { padding-top:115px; }
	.sm\:pb-115 { padding-bottom:115px; }
	.sm\:pl-115 { padding-left:115px; }
	.sm\:pr-115 { padding-right:115px; }
	.sm\:m-115 { margin:115px; }
	.sm\:mt-115 { margin-top:115px; }
	.sm\:mb-115 { margin-bottom:115px; }
	.sm\:ml-115 { margin-left:115px; }
	.sm\:mr-115 { margin-right:115px; }
	
	.sm\:p-120 { padding:120px; }
	.sm\:pt-120 { padding-top:120px; }
	.sm\:pb-120 { padding-bottom:120px; }
	.sm\:pl-120 { padding-left:120px; }
	.sm\:pr-120 { padding-right:120px; }
	.sm\:m-120 { margin:120px; }
	.sm\:mt-120 { margin-top:120px; }
	.sm\:mb-120 { margin-bottom:120px; }
	.sm\:ml-120 { margin-left:120px; }
	.sm\:mr-120 { margin-right:120px; }
	
	.sm\:p-125 { padding:125px; }
	.sm\:pt-125 { padding-top:125px; }
	.sm\:pb-125 { padding-bottom:125px; }
	.sm\:pl-125 { padding-left:125px; }
	.sm\:pr-125 { padding-right:125px; }
	.sm\:m-125 { margin:125px; }
	.sm\:mt-125 { margin-top:125px; }
	.sm\:mb-125 { margin-bottom:125px; }
	.sm\:ml-125 { margin-left:125px; }
	.sm\:mr-125 { margin-right:125px; }
	
	.sm\:p-130 { padding:130px; }
	.sm\:pt-130 { padding-top:130px; }
	.sm\:pb-130 { padding-bottom:130px; }
	.sm\:pl-130 { padding-left:130px; }
	.sm\:pr-130 { padding-right:130px; }
	.sm\:m-130 { margin:130px; }
	.sm\:mt-130 { margin-top:130px; }
	.sm\:mb-130 { margin-bottom:130px; }
	.sm\:ml-130 { margin-left:130px; }
	.sm\:mr-130 { margin-right:130px; }
	
	.sm\:p-135 { padding:135px; }
	.sm\:pt-135 { padding-top:135px; }
	.sm\:pb-135 { padding-bottom:135px; }
	.sm\:pl-135 { padding-left:135px; }
	.sm\:pr-135 { padding-right:135px; }
	.sm\:m-135 { margin:135px; }
	.sm\:mt-135 { margin-top:135px; }
	.sm\:mb-135 { margin-bottom:135px; }
	.sm\:ml-135 { margin-left:135px; }
	.sm\:mr-135 { margin-right:135px; }
	
	.sm\:p-140 { padding:140px; }
	.sm\:pt-140 { padding-top:140px; }
	.sm\:pb-140 { padding-bottom:140px; }
	.sm\:pl-140 { padding-left:140px; }
	.sm\:pr-140 { padding-right:140px; }
	.sm\:m-140 { margin:140px; }
	.sm\:mt-140 { margin-top:140px; }
	.sm\:mb-140 { margin-bottom:140px; }
	.sm\:ml-140 { margin-left:140px; }
	.sm\:mr-140 { margin-right:140px; }
	
	.sm\:p-145 { padding:145px; }
	.sm\:pt-145 { padding-top:145px; }
	.sm\:pb-145 { padding-bottom:145px; }
	.sm\:pl-145 { padding-left:145px; }
	.sm\:pr-145 { padding-right:145px; }
	.sm\:m-145 { margin:145px; }
	.sm\:mt-145 { margin-top:145px; }
	.sm\:mb-145 { margin-bottom:145px; }
	.sm\:ml-145 { margin-left:145px; }
	.sm\:mr-145 { margin-right:145px; }
	
	.sm\:p-150 { padding:150px; }
	.sm\:pt-150 { padding-top:150px; }
	.sm\:pb-150 { padding-bottom:150px; }
	.sm\:pl-150 { padding-left:150px; }
	.sm\:pr-150 { padding-right:150px; }
	.sm\:m-150 { margin:150px; }
	.sm\:mt-150 { margin-top:150px; }
	.sm\:mb-150 { margin-bottom:150px; }
	.sm\:ml-150 { margin-left:150px; }
	.sm\:mr-150 { margin-right:150px; }
	

	
	.sm\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
	
	.sm\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
	
	.sm\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
	
	.sm\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
	
	.sm\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
	
	.sm\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
	
	.sm\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
	
	.sm\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
	
	.sm\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
	
	.sm\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
	
	.sm\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
	
	.sm\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
	

	
	.sm\:weight-100 { font-weight:100; }
	
	.sm\:weight-200 { font-weight:200; }
	
	.sm\:weight-300 { font-weight:300; }
	
	.sm\:weight-400 { font-weight:400; }
	
	.sm\:weight-500 { font-weight:500; }
	
	.sm\:weight-600 { font-weight:600; }
	
	.sm\:weight-700 { font-weight:700; }
	
	.sm\:weight-800 { font-weight:800; }
	
	.sm\:weight-900 { font-weight:900; }
	

	
	.sm\:font-1 { font-size:1px; }
	
	.sm\:font-2 { font-size:2px; }
	
	.sm\:font-3 { font-size:3px; }
	
	.sm\:font-4 { font-size:4px; }
	
	.sm\:font-5 { font-size:5px; }
	
	.sm\:font-6 { font-size:6px; }
	
	.sm\:font-7 { font-size:7px; }
	
	.sm\:font-8 { font-size:8px; }
	
	.sm\:font-9 { font-size:9px; }
	
	.sm\:font-10 { font-size:10px; }
	
	.sm\:font-11 { font-size:11px; }
	
	.sm\:font-12 { font-size:12px; }
	
	.sm\:font-13 { font-size:13px; }
	
	.sm\:font-14 { font-size:14px; }
	
	.sm\:font-15 { font-size:15px; }
	
	.sm\:font-16 { font-size:16px; }
	
	.sm\:font-17 { font-size:17px; }
	
	.sm\:font-18 { font-size:18px; }
	
	.sm\:font-19 { font-size:19px; }
	
	.sm\:font-20 { font-size:20px; }
	
	.sm\:font-21 { font-size:21px; }
	
	.sm\:font-22 { font-size:22px; }
	
	.sm\:font-23 { font-size:23px; }
	
	.sm\:font-24 { font-size:24px; }
	
	.sm\:font-25 { font-size:25px; }
	
	.sm\:font-26 { font-size:26px; }
	
	.sm\:font-27 { font-size:27px; }
	
	.sm\:font-28 { font-size:28px; }
	
	.sm\:font-29 { font-size:29px; }
	
	.sm\:font-30 { font-size:30px; }
	
	.sm\:font-31 { font-size:31px; }
	
	.sm\:font-32 { font-size:32px; }
	
	.sm\:font-33 { font-size:33px; }
	
	.sm\:font-34 { font-size:34px; }
	
	.sm\:font-35 { font-size:35px; }
	
	.sm\:font-36 { font-size:36px; }
	
	.sm\:font-37 { font-size:37px; }
	
	.sm\:font-38 { font-size:38px; }
	
	.sm\:font-39 { font-size:39px; }
	
	.sm\:font-40 { font-size:40px; }
	
	.sm\:font-41 { font-size:41px; }
	
	.sm\:font-42 { font-size:42px; }
	
	.sm\:font-43 { font-size:43px; }
	
	.sm\:font-44 { font-size:44px; }
	
	.sm\:font-45 { font-size:45px; }
	
	.sm\:font-46 { font-size:46px; }
	
	.sm\:font-47 { font-size:47px; }
	
	.sm\:font-48 { font-size:48px; }
	
	.sm\:font-49 { font-size:49px; }
	

	
	.sm\:line-10 { line-height:10px; }
	
	.sm\:line-11 { line-height:11px; }
	
	.sm\:line-12 { line-height:12px; }
	
	.sm\:line-13 { line-height:13px; }
	
	.sm\:line-14 { line-height:14px; }
	
	.sm\:line-15 { line-height:15px; }
	
	.sm\:line-16 { line-height:16px; }
	
	.sm\:line-17 { line-height:17px; }
	
	.sm\:line-18 { line-height:18px; }
	
	.sm\:line-19 { line-height:19px; }
	
	.sm\:line-20 { line-height:20px; }
	
	.sm\:line-21 { line-height:21px; }
	
	.sm\:line-22 { line-height:22px; }
	
	.sm\:line-23 { line-height:23px; }
	
	.sm\:line-24 { line-height:24px; }
	
	.sm\:line-25 { line-height:25px; }
	
	.sm\:line-26 { line-height:26px; }
	
	.sm\:line-27 { line-height:27px; }
	
	.sm\:line-28 { line-height:28px; }
	
	.sm\:line-29 { line-height:29px; }
	
	.sm\:line-30 { line-height:30px; }
	
	.sm\:line-31 { line-height:31px; }
	
	.sm\:line-32 { line-height:32px; }
	
	.sm\:line-33 { line-height:33px; }
	
	.sm\:line-34 { line-height:34px; }
	
	.sm\:line-35 { line-height:35px; }
	

}


@media(min-width:992px){
	
	.md\:p-0 { padding:0px; }
	.md\:pt-0 { padding-top:0px; }
	.md\:pb-0 { padding-bottom:0px; }
	.md\:pl-0 { padding-left:0px; }
	.md\:pr-0 { padding-right:0px; }
	.md\:m-0 { margin:0px; }
	.md\:mt-0 { margin-top:0px; }
	.md\:mb-0 { margin-bottom:0px; }
	.md\:ml-0 { margin-left:0px; }
	.md\:mr-0 { margin-right:0px; }
	
	.md\:p-5 { padding:5px; }
	.md\:pt-5 { padding-top:5px; }
	.md\:pb-5 { padding-bottom:5px; }
	.md\:pl-5 { padding-left:5px; }
	.md\:pr-5 { padding-right:5px; }
	.md\:m-5 { margin:5px; }
	.md\:mt-5 { margin-top:5px; }
	.md\:mb-5 { margin-bottom:5px; }
	.md\:ml-5 { margin-left:5px; }
	.md\:mr-5 { margin-right:5px; }
	
	.md\:p-10 { padding:10px; }
	.md\:pt-10 { padding-top:10px; }
	.md\:pb-10 { padding-bottom:10px; }
	.md\:pl-10 { padding-left:10px; }
	.md\:pr-10 { padding-right:10px; }
	.md\:m-10 { margin:10px; }
	.md\:mt-10 { margin-top:10px; }
	.md\:mb-10 { margin-bottom:10px; }
	.md\:ml-10 { margin-left:10px; }
	.md\:mr-10 { margin-right:10px; }
	
	.md\:p-15 { padding:15px; }
	.md\:pt-15 { padding-top:15px; }
	.md\:pb-15 { padding-bottom:15px; }
	.md\:pl-15 { padding-left:15px; }
	.md\:pr-15 { padding-right:15px; }
	.md\:m-15 { margin:15px; }
	.md\:mt-15 { margin-top:15px; }
	.md\:mb-15 { margin-bottom:15px; }
	.md\:ml-15 { margin-left:15px; }
	.md\:mr-15 { margin-right:15px; }
	
	.md\:p-20 { padding:20px; }
	.md\:pt-20 { padding-top:20px; }
	.md\:pb-20 { padding-bottom:20px; }
	.md\:pl-20 { padding-left:20px; }
	.md\:pr-20 { padding-right:20px; }
	.md\:m-20 { margin:20px; }
	.md\:mt-20 { margin-top:20px; }
	.md\:mb-20 { margin-bottom:20px; }
	.md\:ml-20 { margin-left:20px; }
	.md\:mr-20 { margin-right:20px; }
	
	.md\:p-25 { padding:25px; }
	.md\:pt-25 { padding-top:25px; }
	.md\:pb-25 { padding-bottom:25px; }
	.md\:pl-25 { padding-left:25px; }
	.md\:pr-25 { padding-right:25px; }
	.md\:m-25 { margin:25px; }
	.md\:mt-25 { margin-top:25px; }
	.md\:mb-25 { margin-bottom:25px; }
	.md\:ml-25 { margin-left:25px; }
	.md\:mr-25 { margin-right:25px; }
	
	.md\:p-30 { padding:30px; }
	.md\:pt-30 { padding-top:30px; }
	.md\:pb-30 { padding-bottom:30px; }
	.md\:pl-30 { padding-left:30px; }
	.md\:pr-30 { padding-right:30px; }
	.md\:m-30 { margin:30px; }
	.md\:mt-30 { margin-top:30px; }
	.md\:mb-30 { margin-bottom:30px; }
	.md\:ml-30 { margin-left:30px; }
	.md\:mr-30 { margin-right:30px; }
	
	.md\:p-35 { padding:35px; }
	.md\:pt-35 { padding-top:35px; }
	.md\:pb-35 { padding-bottom:35px; }
	.md\:pl-35 { padding-left:35px; }
	.md\:pr-35 { padding-right:35px; }
	.md\:m-35 { margin:35px; }
	.md\:mt-35 { margin-top:35px; }
	.md\:mb-35 { margin-bottom:35px; }
	.md\:ml-35 { margin-left:35px; }
	.md\:mr-35 { margin-right:35px; }
	
	.md\:p-40 { padding:40px; }
	.md\:pt-40 { padding-top:40px; }
	.md\:pb-40 { padding-bottom:40px; }
	.md\:pl-40 { padding-left:40px; }
	.md\:pr-40 { padding-right:40px; }
	.md\:m-40 { margin:40px; }
	.md\:mt-40 { margin-top:40px; }
	.md\:mb-40 { margin-bottom:40px; }
	.md\:ml-40 { margin-left:40px; }
	.md\:mr-40 { margin-right:40px; }
	
	.md\:p-45 { padding:45px; }
	.md\:pt-45 { padding-top:45px; }
	.md\:pb-45 { padding-bottom:45px; }
	.md\:pl-45 { padding-left:45px; }
	.md\:pr-45 { padding-right:45px; }
	.md\:m-45 { margin:45px; }
	.md\:mt-45 { margin-top:45px; }
	.md\:mb-45 { margin-bottom:45px; }
	.md\:ml-45 { margin-left:45px; }
	.md\:mr-45 { margin-right:45px; }
	
	.md\:p-50 { padding:50px; }
	.md\:pt-50 { padding-top:50px; }
	.md\:pb-50 { padding-bottom:50px; }
	.md\:pl-50 { padding-left:50px; }
	.md\:pr-50 { padding-right:50px; }
	.md\:m-50 { margin:50px; }
	.md\:mt-50 { margin-top:50px; }
	.md\:mb-50 { margin-bottom:50px; }
	.md\:ml-50 { margin-left:50px; }
	.md\:mr-50 { margin-right:50px; }
	
	.md\:p-55 { padding:55px; }
	.md\:pt-55 { padding-top:55px; }
	.md\:pb-55 { padding-bottom:55px; }
	.md\:pl-55 { padding-left:55px; }
	.md\:pr-55 { padding-right:55px; }
	.md\:m-55 { margin:55px; }
	.md\:mt-55 { margin-top:55px; }
	.md\:mb-55 { margin-bottom:55px; }
	.md\:ml-55 { margin-left:55px; }
	.md\:mr-55 { margin-right:55px; }
	
	.md\:p-60 { padding:60px; }
	.md\:pt-60 { padding-top:60px; }
	.md\:pb-60 { padding-bottom:60px; }
	.md\:pl-60 { padding-left:60px; }
	.md\:pr-60 { padding-right:60px; }
	.md\:m-60 { margin:60px; }
	.md\:mt-60 { margin-top:60px; }
	.md\:mb-60 { margin-bottom:60px; }
	.md\:ml-60 { margin-left:60px; }
	.md\:mr-60 { margin-right:60px; }
	
	.md\:p-65 { padding:65px; }
	.md\:pt-65 { padding-top:65px; }
	.md\:pb-65 { padding-bottom:65px; }
	.md\:pl-65 { padding-left:65px; }
	.md\:pr-65 { padding-right:65px; }
	.md\:m-65 { margin:65px; }
	.md\:mt-65 { margin-top:65px; }
	.md\:mb-65 { margin-bottom:65px; }
	.md\:ml-65 { margin-left:65px; }
	.md\:mr-65 { margin-right:65px; }
	
	.md\:p-70 { padding:70px; }
	.md\:pt-70 { padding-top:70px; }
	.md\:pb-70 { padding-bottom:70px; }
	.md\:pl-70 { padding-left:70px; }
	.md\:pr-70 { padding-right:70px; }
	.md\:m-70 { margin:70px; }
	.md\:mt-70 { margin-top:70px; }
	.md\:mb-70 { margin-bottom:70px; }
	.md\:ml-70 { margin-left:70px; }
	.md\:mr-70 { margin-right:70px; }
	
	.md\:p-75 { padding:75px; }
	.md\:pt-75 { padding-top:75px; }
	.md\:pb-75 { padding-bottom:75px; }
	.md\:pl-75 { padding-left:75px; }
	.md\:pr-75 { padding-right:75px; }
	.md\:m-75 { margin:75px; }
	.md\:mt-75 { margin-top:75px; }
	.md\:mb-75 { margin-bottom:75px; }
	.md\:ml-75 { margin-left:75px; }
	.md\:mr-75 { margin-right:75px; }
	
	.md\:p-80 { padding:80px; }
	.md\:pt-80 { padding-top:80px; }
	.md\:pb-80 { padding-bottom:80px; }
	.md\:pl-80 { padding-left:80px; }
	.md\:pr-80 { padding-right:80px; }
	.md\:m-80 { margin:80px; }
	.md\:mt-80 { margin-top:80px; }
	.md\:mb-80 { margin-bottom:80px; }
	.md\:ml-80 { margin-left:80px; }
	.md\:mr-80 { margin-right:80px; }
	
	.md\:p-85 { padding:85px; }
	.md\:pt-85 { padding-top:85px; }
	.md\:pb-85 { padding-bottom:85px; }
	.md\:pl-85 { padding-left:85px; }
	.md\:pr-85 { padding-right:85px; }
	.md\:m-85 { margin:85px; }
	.md\:mt-85 { margin-top:85px; }
	.md\:mb-85 { margin-bottom:85px; }
	.md\:ml-85 { margin-left:85px; }
	.md\:mr-85 { margin-right:85px; }
	
	.md\:p-90 { padding:90px; }
	.md\:pt-90 { padding-top:90px; }
	.md\:pb-90 { padding-bottom:90px; }
	.md\:pl-90 { padding-left:90px; }
	.md\:pr-90 { padding-right:90px; }
	.md\:m-90 { margin:90px; }
	.md\:mt-90 { margin-top:90px; }
	.md\:mb-90 { margin-bottom:90px; }
	.md\:ml-90 { margin-left:90px; }
	.md\:mr-90 { margin-right:90px; }
	
	.md\:p-95 { padding:95px; }
	.md\:pt-95 { padding-top:95px; }
	.md\:pb-95 { padding-bottom:95px; }
	.md\:pl-95 { padding-left:95px; }
	.md\:pr-95 { padding-right:95px; }
	.md\:m-95 { margin:95px; }
	.md\:mt-95 { margin-top:95px; }
	.md\:mb-95 { margin-bottom:95px; }
	.md\:ml-95 { margin-left:95px; }
	.md\:mr-95 { margin-right:95px; }
	
	.md\:p-100 { padding:100px; }
	.md\:pt-100 { padding-top:100px; }
	.md\:pb-100 { padding-bottom:100px; }
	.md\:pl-100 { padding-left:100px; }
	.md\:pr-100 { padding-right:100px; }
	.md\:m-100 { margin:100px; }
	.md\:mt-100 { margin-top:100px; }
	.md\:mb-100 { margin-bottom:100px; }
	.md\:ml-100 { margin-left:100px; }
	.md\:mr-100 { margin-right:100px; }
	
	.md\:p-105 { padding:105px; }
	.md\:pt-105 { padding-top:105px; }
	.md\:pb-105 { padding-bottom:105px; }
	.md\:pl-105 { padding-left:105px; }
	.md\:pr-105 { padding-right:105px; }
	.md\:m-105 { margin:105px; }
	.md\:mt-105 { margin-top:105px; }
	.md\:mb-105 { margin-bottom:105px; }
	.md\:ml-105 { margin-left:105px; }
	.md\:mr-105 { margin-right:105px; }
	
	.md\:p-110 { padding:110px; }
	.md\:pt-110 { padding-top:110px; }
	.md\:pb-110 { padding-bottom:110px; }
	.md\:pl-110 { padding-left:110px; }
	.md\:pr-110 { padding-right:110px; }
	.md\:m-110 { margin:110px; }
	.md\:mt-110 { margin-top:110px; }
	.md\:mb-110 { margin-bottom:110px; }
	.md\:ml-110 { margin-left:110px; }
	.md\:mr-110 { margin-right:110px; }
	
	.md\:p-115 { padding:115px; }
	.md\:pt-115 { padding-top:115px; }
	.md\:pb-115 { padding-bottom:115px; }
	.md\:pl-115 { padding-left:115px; }
	.md\:pr-115 { padding-right:115px; }
	.md\:m-115 { margin:115px; }
	.md\:mt-115 { margin-top:115px; }
	.md\:mb-115 { margin-bottom:115px; }
	.md\:ml-115 { margin-left:115px; }
	.md\:mr-115 { margin-right:115px; }
	
	.md\:p-120 { padding:120px; }
	.md\:pt-120 { padding-top:120px; }
	.md\:pb-120 { padding-bottom:120px; }
	.md\:pl-120 { padding-left:120px; }
	.md\:pr-120 { padding-right:120px; }
	.md\:m-120 { margin:120px; }
	.md\:mt-120 { margin-top:120px; }
	.md\:mb-120 { margin-bottom:120px; }
	.md\:ml-120 { margin-left:120px; }
	.md\:mr-120 { margin-right:120px; }
	
	.md\:p-125 { padding:125px; }
	.md\:pt-125 { padding-top:125px; }
	.md\:pb-125 { padding-bottom:125px; }
	.md\:pl-125 { padding-left:125px; }
	.md\:pr-125 { padding-right:125px; }
	.md\:m-125 { margin:125px; }
	.md\:mt-125 { margin-top:125px; }
	.md\:mb-125 { margin-bottom:125px; }
	.md\:ml-125 { margin-left:125px; }
	.md\:mr-125 { margin-right:125px; }
	
	.md\:p-130 { padding:130px; }
	.md\:pt-130 { padding-top:130px; }
	.md\:pb-130 { padding-bottom:130px; }
	.md\:pl-130 { padding-left:130px; }
	.md\:pr-130 { padding-right:130px; }
	.md\:m-130 { margin:130px; }
	.md\:mt-130 { margin-top:130px; }
	.md\:mb-130 { margin-bottom:130px; }
	.md\:ml-130 { margin-left:130px; }
	.md\:mr-130 { margin-right:130px; }
	
	.md\:p-135 { padding:135px; }
	.md\:pt-135 { padding-top:135px; }
	.md\:pb-135 { padding-bottom:135px; }
	.md\:pl-135 { padding-left:135px; }
	.md\:pr-135 { padding-right:135px; }
	.md\:m-135 { margin:135px; }
	.md\:mt-135 { margin-top:135px; }
	.md\:mb-135 { margin-bottom:135px; }
	.md\:ml-135 { margin-left:135px; }
	.md\:mr-135 { margin-right:135px; }
	
	.md\:p-140 { padding:140px; }
	.md\:pt-140 { padding-top:140px; }
	.md\:pb-140 { padding-bottom:140px; }
	.md\:pl-140 { padding-left:140px; }
	.md\:pr-140 { padding-right:140px; }
	.md\:m-140 { margin:140px; }
	.md\:mt-140 { margin-top:140px; }
	.md\:mb-140 { margin-bottom:140px; }
	.md\:ml-140 { margin-left:140px; }
	.md\:mr-140 { margin-right:140px; }
	
	.md\:p-145 { padding:145px; }
	.md\:pt-145 { padding-top:145px; }
	.md\:pb-145 { padding-bottom:145px; }
	.md\:pl-145 { padding-left:145px; }
	.md\:pr-145 { padding-right:145px; }
	.md\:m-145 { margin:145px; }
	.md\:mt-145 { margin-top:145px; }
	.md\:mb-145 { margin-bottom:145px; }
	.md\:ml-145 { margin-left:145px; }
	.md\:mr-145 { margin-right:145px; }
	
	.md\:p-150 { padding:150px; }
	.md\:pt-150 { padding-top:150px; }
	.md\:pb-150 { padding-bottom:150px; }
	.md\:pl-150 { padding-left:150px; }
	.md\:pr-150 { padding-right:150px; }
	.md\:m-150 { margin:150px; }
	.md\:mt-150 { margin-top:150px; }
	.md\:mb-150 { margin-bottom:150px; }
	.md\:ml-150 { margin-left:150px; }
	.md\:mr-150 { margin-right:150px; }
	

	
	.md\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
	
	.md\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
	
	.md\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
	
	.md\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
	
	.md\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
	
	.md\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
	
	.md\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
	
	.md\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
	
	.md\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
	
	.md\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
	
	.md\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
	
	.md\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
	

	
	.md\:weight-100 { font-weight:100; }
	
	.md\:weight-200 { font-weight:200; }
	
	.md\:weight-300 { font-weight:300; }
	
	.md\:weight-400 { font-weight:400; }
	
	.md\:weight-500 { font-weight:500; }
	
	.md\:weight-600 { font-weight:600; }
	
	.md\:weight-700 { font-weight:700; }
	
	.md\:weight-800 { font-weight:800; }
	
	.md\:weight-900 { font-weight:900; }
	

	
	.md\:font-1 { font-size:1px; }
	
	.md\:font-2 { font-size:2px; }
	
	.md\:font-3 { font-size:3px; }
	
	.md\:font-4 { font-size:4px; }
	
	.md\:font-5 { font-size:5px; }
	
	.md\:font-6 { font-size:6px; }
	
	.md\:font-7 { font-size:7px; }
	
	.md\:font-8 { font-size:8px; }
	
	.md\:font-9 { font-size:9px; }
	
	.md\:font-10 { font-size:10px; }
	
	.md\:font-11 { font-size:11px; }
	
	.md\:font-12 { font-size:12px; }
	
	.md\:font-13 { font-size:13px; }
	
	.md\:font-14 { font-size:14px; }
	
	.md\:font-15 { font-size:15px; }
	
	.md\:font-16 { font-size:16px; }
	
	.md\:font-17 { font-size:17px; }
	
	.md\:font-18 { font-size:18px; }
	
	.md\:font-19 { font-size:19px; }
	
	.md\:font-20 { font-size:20px; }
	
	.md\:font-21 { font-size:21px; }
	
	.md\:font-22 { font-size:22px; }
	
	.md\:font-23 { font-size:23px; }
	
	.md\:font-24 { font-size:24px; }
	
	.md\:font-25 { font-size:25px; }
	
	.md\:font-26 { font-size:26px; }
	
	.md\:font-27 { font-size:27px; }
	
	.md\:font-28 { font-size:28px; }
	
	.md\:font-29 { font-size:29px; }
	
	.md\:font-30 { font-size:30px; }
	
	.md\:font-31 { font-size:31px; }
	
	.md\:font-32 { font-size:32px; }
	
	.md\:font-33 { font-size:33px; }
	
	.md\:font-34 { font-size:34px; }
	
	.md\:font-35 { font-size:35px; }
	
	.md\:font-36 { font-size:36px; }
	
	.md\:font-37 { font-size:37px; }
	
	.md\:font-38 { font-size:38px; }
	
	.md\:font-39 { font-size:39px; }
	
	.md\:font-40 { font-size:40px; }
	
	.md\:font-41 { font-size:41px; }
	
	.md\:font-42 { font-size:42px; }
	
	.md\:font-43 { font-size:43px; }
	
	.md\:font-44 { font-size:44px; }
	
	.md\:font-45 { font-size:45px; }
	
	.md\:font-46 { font-size:46px; }
	
	.md\:font-47 { font-size:47px; }
	
	.md\:font-48 { font-size:48px; }
	
	.md\:font-49 { font-size:49px; }
	

	
	.md\:line-10 { line-height:10px; }
	
	.md\:line-11 { line-height:11px; }
	
	.md\:line-12 { line-height:12px; }
	
	.md\:line-13 { line-height:13px; }
	
	.md\:line-14 { line-height:14px; }
	
	.md\:line-15 { line-height:15px; }
	
	.md\:line-16 { line-height:16px; }
	
	.md\:line-17 { line-height:17px; }
	
	.md\:line-18 { line-height:18px; }
	
	.md\:line-19 { line-height:19px; }
	
	.md\:line-20 { line-height:20px; }
	
	.md\:line-21 { line-height:21px; }
	
	.md\:line-22 { line-height:22px; }
	
	.md\:line-23 { line-height:23px; }
	
	.md\:line-24 { line-height:24px; }
	
	.md\:line-25 { line-height:25px; }
	
	.md\:line-26 { line-height:26px; }
	
	.md\:line-27 { line-height:27px; }
	
	.md\:line-28 { line-height:28px; }
	
	.md\:line-29 { line-height:29px; }
	
	.md\:line-30 { line-height:30px; }
	
	.md\:line-31 { line-height:31px; }
	
	.md\:line-32 { line-height:32px; }
	
	.md\:line-33 { line-height:33px; }
	
	.md\:line-34 { line-height:34px; }
	
	.md\:line-35 { line-height:35px; }
	

}


@media(min-width:1200px){
	
	.lg\:p-0 { padding:0px; }
	.lg\:pt-0 { padding-top:0px; }
	.lg\:pb-0 { padding-bottom:0px; }
	.lg\:pl-0 { padding-left:0px; }
	.lg\:pr-0 { padding-right:0px; }
	.lg\:m-0 { margin:0px; }
	.lg\:mt-0 { margin-top:0px; }
	.lg\:mb-0 { margin-bottom:0px; }
	.lg\:ml-0 { margin-left:0px; }
	.lg\:mr-0 { margin-right:0px; }
	
	.lg\:p-5 { padding:5px; }
	.lg\:pt-5 { padding-top:5px; }
	.lg\:pb-5 { padding-bottom:5px; }
	.lg\:pl-5 { padding-left:5px; }
	.lg\:pr-5 { padding-right:5px; }
	.lg\:m-5 { margin:5px; }
	.lg\:mt-5 { margin-top:5px; }
	.lg\:mb-5 { margin-bottom:5px; }
	.lg\:ml-5 { margin-left:5px; }
	.lg\:mr-5 { margin-right:5px; }
	
	.lg\:p-10 { padding:10px; }
	.lg\:pt-10 { padding-top:10px; }
	.lg\:pb-10 { padding-bottom:10px; }
	.lg\:pl-10 { padding-left:10px; }
	.lg\:pr-10 { padding-right:10px; }
	.lg\:m-10 { margin:10px; }
	.lg\:mt-10 { margin-top:10px; }
	.lg\:mb-10 { margin-bottom:10px; }
	.lg\:ml-10 { margin-left:10px; }
	.lg\:mr-10 { margin-right:10px; }
	
	.lg\:p-15 { padding:15px; }
	.lg\:pt-15 { padding-top:15px; }
	.lg\:pb-15 { padding-bottom:15px; }
	.lg\:pl-15 { padding-left:15px; }
	.lg\:pr-15 { padding-right:15px; }
	.lg\:m-15 { margin:15px; }
	.lg\:mt-15 { margin-top:15px; }
	.lg\:mb-15 { margin-bottom:15px; }
	.lg\:ml-15 { margin-left:15px; }
	.lg\:mr-15 { margin-right:15px; }
	
	.lg\:p-20 { padding:20px; }
	.lg\:pt-20 { padding-top:20px; }
	.lg\:pb-20 { padding-bottom:20px; }
	.lg\:pl-20 { padding-left:20px; }
	.lg\:pr-20 { padding-right:20px; }
	.lg\:m-20 { margin:20px; }
	.lg\:mt-20 { margin-top:20px; }
	.lg\:mb-20 { margin-bottom:20px; }
	.lg\:ml-20 { margin-left:20px; }
	.lg\:mr-20 { margin-right:20px; }
	
	.lg\:p-25 { padding:25px; }
	.lg\:pt-25 { padding-top:25px; }
	.lg\:pb-25 { padding-bottom:25px; }
	.lg\:pl-25 { padding-left:25px; }
	.lg\:pr-25 { padding-right:25px; }
	.lg\:m-25 { margin:25px; }
	.lg\:mt-25 { margin-top:25px; }
	.lg\:mb-25 { margin-bottom:25px; }
	.lg\:ml-25 { margin-left:25px; }
	.lg\:mr-25 { margin-right:25px; }
	
	.lg\:p-30 { padding:30px; }
	.lg\:pt-30 { padding-top:30px; }
	.lg\:pb-30 { padding-bottom:30px; }
	.lg\:pl-30 { padding-left:30px; }
	.lg\:pr-30 { padding-right:30px; }
	.lg\:m-30 { margin:30px; }
	.lg\:mt-30 { margin-top:30px; }
	.lg\:mb-30 { margin-bottom:30px; }
	.lg\:ml-30 { margin-left:30px; }
	.lg\:mr-30 { margin-right:30px; }
	
	.lg\:p-35 { padding:35px; }
	.lg\:pt-35 { padding-top:35px; }
	.lg\:pb-35 { padding-bottom:35px; }
	.lg\:pl-35 { padding-left:35px; }
	.lg\:pr-35 { padding-right:35px; }
	.lg\:m-35 { margin:35px; }
	.lg\:mt-35 { margin-top:35px; }
	.lg\:mb-35 { margin-bottom:35px; }
	.lg\:ml-35 { margin-left:35px; }
	.lg\:mr-35 { margin-right:35px; }
	
	.lg\:p-40 { padding:40px; }
	.lg\:pt-40 { padding-top:40px; }
	.lg\:pb-40 { padding-bottom:40px; }
	.lg\:pl-40 { padding-left:40px; }
	.lg\:pr-40 { padding-right:40px; }
	.lg\:m-40 { margin:40px; }
	.lg\:mt-40 { margin-top:40px; }
	.lg\:mb-40 { margin-bottom:40px; }
	.lg\:ml-40 { margin-left:40px; }
	.lg\:mr-40 { margin-right:40px; }
	
	.lg\:p-45 { padding:45px; }
	.lg\:pt-45 { padding-top:45px; }
	.lg\:pb-45 { padding-bottom:45px; }
	.lg\:pl-45 { padding-left:45px; }
	.lg\:pr-45 { padding-right:45px; }
	.lg\:m-45 { margin:45px; }
	.lg\:mt-45 { margin-top:45px; }
	.lg\:mb-45 { margin-bottom:45px; }
	.lg\:ml-45 { margin-left:45px; }
	.lg\:mr-45 { margin-right:45px; }
	
	.lg\:p-50 { padding:50px; }
	.lg\:pt-50 { padding-top:50px; }
	.lg\:pb-50 { padding-bottom:50px; }
	.lg\:pl-50 { padding-left:50px; }
	.lg\:pr-50 { padding-right:50px; }
	.lg\:m-50 { margin:50px; }
	.lg\:mt-50 { margin-top:50px; }
	.lg\:mb-50 { margin-bottom:50px; }
	.lg\:ml-50 { margin-left:50px; }
	.lg\:mr-50 { margin-right:50px; }
	
	.lg\:p-55 { padding:55px; }
	.lg\:pt-55 { padding-top:55px; }
	.lg\:pb-55 { padding-bottom:55px; }
	.lg\:pl-55 { padding-left:55px; }
	.lg\:pr-55 { padding-right:55px; }
	.lg\:m-55 { margin:55px; }
	.lg\:mt-55 { margin-top:55px; }
	.lg\:mb-55 { margin-bottom:55px; }
	.lg\:ml-55 { margin-left:55px; }
	.lg\:mr-55 { margin-right:55px; }
	
	.lg\:p-60 { padding:60px; }
	.lg\:pt-60 { padding-top:60px; }
	.lg\:pb-60 { padding-bottom:60px; }
	.lg\:pl-60 { padding-left:60px; }
	.lg\:pr-60 { padding-right:60px; }
	.lg\:m-60 { margin:60px; }
	.lg\:mt-60 { margin-top:60px; }
	.lg\:mb-60 { margin-bottom:60px; }
	.lg\:ml-60 { margin-left:60px; }
	.lg\:mr-60 { margin-right:60px; }
	
	.lg\:p-65 { padding:65px; }
	.lg\:pt-65 { padding-top:65px; }
	.lg\:pb-65 { padding-bottom:65px; }
	.lg\:pl-65 { padding-left:65px; }
	.lg\:pr-65 { padding-right:65px; }
	.lg\:m-65 { margin:65px; }
	.lg\:mt-65 { margin-top:65px; }
	.lg\:mb-65 { margin-bottom:65px; }
	.lg\:ml-65 { margin-left:65px; }
	.lg\:mr-65 { margin-right:65px; }
	
	.lg\:p-70 { padding:70px; }
	.lg\:pt-70 { padding-top:70px; }
	.lg\:pb-70 { padding-bottom:70px; }
	.lg\:pl-70 { padding-left:70px; }
	.lg\:pr-70 { padding-right:70px; }
	.lg\:m-70 { margin:70px; }
	.lg\:mt-70 { margin-top:70px; }
	.lg\:mb-70 { margin-bottom:70px; }
	.lg\:ml-70 { margin-left:70px; }
	.lg\:mr-70 { margin-right:70px; }
	
	.lg\:p-75 { padding:75px; }
	.lg\:pt-75 { padding-top:75px; }
	.lg\:pb-75 { padding-bottom:75px; }
	.lg\:pl-75 { padding-left:75px; }
	.lg\:pr-75 { padding-right:75px; }
	.lg\:m-75 { margin:75px; }
	.lg\:mt-75 { margin-top:75px; }
	.lg\:mb-75 { margin-bottom:75px; }
	.lg\:ml-75 { margin-left:75px; }
	.lg\:mr-75 { margin-right:75px; }
	
	.lg\:p-80 { padding:80px; }
	.lg\:pt-80 { padding-top:80px; }
	.lg\:pb-80 { padding-bottom:80px; }
	.lg\:pl-80 { padding-left:80px; }
	.lg\:pr-80 { padding-right:80px; }
	.lg\:m-80 { margin:80px; }
	.lg\:mt-80 { margin-top:80px; }
	.lg\:mb-80 { margin-bottom:80px; }
	.lg\:ml-80 { margin-left:80px; }
	.lg\:mr-80 { margin-right:80px; }
	
	.lg\:p-85 { padding:85px; }
	.lg\:pt-85 { padding-top:85px; }
	.lg\:pb-85 { padding-bottom:85px; }
	.lg\:pl-85 { padding-left:85px; }
	.lg\:pr-85 { padding-right:85px; }
	.lg\:m-85 { margin:85px; }
	.lg\:mt-85 { margin-top:85px; }
	.lg\:mb-85 { margin-bottom:85px; }
	.lg\:ml-85 { margin-left:85px; }
	.lg\:mr-85 { margin-right:85px; }
	
	.lg\:p-90 { padding:90px; }
	.lg\:pt-90 { padding-top:90px; }
	.lg\:pb-90 { padding-bottom:90px; }
	.lg\:pl-90 { padding-left:90px; }
	.lg\:pr-90 { padding-right:90px; }
	.lg\:m-90 { margin:90px; }
	.lg\:mt-90 { margin-top:90px; }
	.lg\:mb-90 { margin-bottom:90px; }
	.lg\:ml-90 { margin-left:90px; }
	.lg\:mr-90 { margin-right:90px; }
	
	.lg\:p-95 { padding:95px; }
	.lg\:pt-95 { padding-top:95px; }
	.lg\:pb-95 { padding-bottom:95px; }
	.lg\:pl-95 { padding-left:95px; }
	.lg\:pr-95 { padding-right:95px; }
	.lg\:m-95 { margin:95px; }
	.lg\:mt-95 { margin-top:95px; }
	.lg\:mb-95 { margin-bottom:95px; }
	.lg\:ml-95 { margin-left:95px; }
	.lg\:mr-95 { margin-right:95px; }
	
	.lg\:p-100 { padding:100px; }
	.lg\:pt-100 { padding-top:100px; }
	.lg\:pb-100 { padding-bottom:100px; }
	.lg\:pl-100 { padding-left:100px; }
	.lg\:pr-100 { padding-right:100px; }
	.lg\:m-100 { margin:100px; }
	.lg\:mt-100 { margin-top:100px; }
	.lg\:mb-100 { margin-bottom:100px; }
	.lg\:ml-100 { margin-left:100px; }
	.lg\:mr-100 { margin-right:100px; }
	
	.lg\:p-105 { padding:105px; }
	.lg\:pt-105 { padding-top:105px; }
	.lg\:pb-105 { padding-bottom:105px; }
	.lg\:pl-105 { padding-left:105px; }
	.lg\:pr-105 { padding-right:105px; }
	.lg\:m-105 { margin:105px; }
	.lg\:mt-105 { margin-top:105px; }
	.lg\:mb-105 { margin-bottom:105px; }
	.lg\:ml-105 { margin-left:105px; }
	.lg\:mr-105 { margin-right:105px; }
	
	.lg\:p-110 { padding:110px; }
	.lg\:pt-110 { padding-top:110px; }
	.lg\:pb-110 { padding-bottom:110px; }
	.lg\:pl-110 { padding-left:110px; }
	.lg\:pr-110 { padding-right:110px; }
	.lg\:m-110 { margin:110px; }
	.lg\:mt-110 { margin-top:110px; }
	.lg\:mb-110 { margin-bottom:110px; }
	.lg\:ml-110 { margin-left:110px; }
	.lg\:mr-110 { margin-right:110px; }
	
	.lg\:p-115 { padding:115px; }
	.lg\:pt-115 { padding-top:115px; }
	.lg\:pb-115 { padding-bottom:115px; }
	.lg\:pl-115 { padding-left:115px; }
	.lg\:pr-115 { padding-right:115px; }
	.lg\:m-115 { margin:115px; }
	.lg\:mt-115 { margin-top:115px; }
	.lg\:mb-115 { margin-bottom:115px; }
	.lg\:ml-115 { margin-left:115px; }
	.lg\:mr-115 { margin-right:115px; }
	
	.lg\:p-120 { padding:120px; }
	.lg\:pt-120 { padding-top:120px; }
	.lg\:pb-120 { padding-bottom:120px; }
	.lg\:pl-120 { padding-left:120px; }
	.lg\:pr-120 { padding-right:120px; }
	.lg\:m-120 { margin:120px; }
	.lg\:mt-120 { margin-top:120px; }
	.lg\:mb-120 { margin-bottom:120px; }
	.lg\:ml-120 { margin-left:120px; }
	.lg\:mr-120 { margin-right:120px; }
	
	.lg\:p-125 { padding:125px; }
	.lg\:pt-125 { padding-top:125px; }
	.lg\:pb-125 { padding-bottom:125px; }
	.lg\:pl-125 { padding-left:125px; }
	.lg\:pr-125 { padding-right:125px; }
	.lg\:m-125 { margin:125px; }
	.lg\:mt-125 { margin-top:125px; }
	.lg\:mb-125 { margin-bottom:125px; }
	.lg\:ml-125 { margin-left:125px; }
	.lg\:mr-125 { margin-right:125px; }
	
	.lg\:p-130 { padding:130px; }
	.lg\:pt-130 { padding-top:130px; }
	.lg\:pb-130 { padding-bottom:130px; }
	.lg\:pl-130 { padding-left:130px; }
	.lg\:pr-130 { padding-right:130px; }
	.lg\:m-130 { margin:130px; }
	.lg\:mt-130 { margin-top:130px; }
	.lg\:mb-130 { margin-bottom:130px; }
	.lg\:ml-130 { margin-left:130px; }
	.lg\:mr-130 { margin-right:130px; }
	
	.lg\:p-135 { padding:135px; }
	.lg\:pt-135 { padding-top:135px; }
	.lg\:pb-135 { padding-bottom:135px; }
	.lg\:pl-135 { padding-left:135px; }
	.lg\:pr-135 { padding-right:135px; }
	.lg\:m-135 { margin:135px; }
	.lg\:mt-135 { margin-top:135px; }
	.lg\:mb-135 { margin-bottom:135px; }
	.lg\:ml-135 { margin-left:135px; }
	.lg\:mr-135 { margin-right:135px; }
	
	.lg\:p-140 { padding:140px; }
	.lg\:pt-140 { padding-top:140px; }
	.lg\:pb-140 { padding-bottom:140px; }
	.lg\:pl-140 { padding-left:140px; }
	.lg\:pr-140 { padding-right:140px; }
	.lg\:m-140 { margin:140px; }
	.lg\:mt-140 { margin-top:140px; }
	.lg\:mb-140 { margin-bottom:140px; }
	.lg\:ml-140 { margin-left:140px; }
	.lg\:mr-140 { margin-right:140px; }
	
	.lg\:p-145 { padding:145px; }
	.lg\:pt-145 { padding-top:145px; }
	.lg\:pb-145 { padding-bottom:145px; }
	.lg\:pl-145 { padding-left:145px; }
	.lg\:pr-145 { padding-right:145px; }
	.lg\:m-145 { margin:145px; }
	.lg\:mt-145 { margin-top:145px; }
	.lg\:mb-145 { margin-bottom:145px; }
	.lg\:ml-145 { margin-left:145px; }
	.lg\:mr-145 { margin-right:145px; }
	
	.lg\:p-150 { padding:150px; }
	.lg\:pt-150 { padding-top:150px; }
	.lg\:pb-150 { padding-bottom:150px; }
	.lg\:pl-150 { padding-left:150px; }
	.lg\:pr-150 { padding-right:150px; }
	.lg\:m-150 { margin:150px; }
	.lg\:mt-150 { margin-top:150px; }
	.lg\:mb-150 { margin-bottom:150px; }
	.lg\:ml-150 { margin-left:150px; }
	.lg\:mr-150 { margin-right:150px; }
	

	
	.lg\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
	
	.lg\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
	
	.lg\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
	
	.lg\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
	
	.lg\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
	
	.lg\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
	
	.lg\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
	
	.lg\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
	
	.lg\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
	
	.lg\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
	
	.lg\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
	
	.lg\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
	

	
	.lg\:weight-100 { font-weight:100; }
	
	.lg\:weight-200 { font-weight:200; }
	
	.lg\:weight-300 { font-weight:300; }
	
	.lg\:weight-400 { font-weight:400; }
	
	.lg\:weight-500 { font-weight:500; }
	
	.lg\:weight-600 { font-weight:600; }
	
	.lg\:weight-700 { font-weight:700; }
	
	.lg\:weight-800 { font-weight:800; }
	
	.lg\:weight-900 { font-weight:900; }
	

	
	.lg\:font-1 { font-size:1px; }
	
	.lg\:font-2 { font-size:2px; }
	
	.lg\:font-3 { font-size:3px; }
	
	.lg\:font-4 { font-size:4px; }
	
	.lg\:font-5 { font-size:5px; }
	
	.lg\:font-6 { font-size:6px; }
	
	.lg\:font-7 { font-size:7px; }
	
	.lg\:font-8 { font-size:8px; }
	
	.lg\:font-9 { font-size:9px; }
	
	.lg\:font-10 { font-size:10px; }
	
	.lg\:font-11 { font-size:11px; }
	
	.lg\:font-12 { font-size:12px; }
	
	.lg\:font-13 { font-size:13px; }
	
	.lg\:font-14 { font-size:14px; }
	
	.lg\:font-15 { font-size:15px; }
	
	.lg\:font-16 { font-size:16px; }
	
	.lg\:font-17 { font-size:17px; }
	
	.lg\:font-18 { font-size:18px; }
	
	.lg\:font-19 { font-size:19px; }
	
	.lg\:font-20 { font-size:20px; }
	
	.lg\:font-21 { font-size:21px; }
	
	.lg\:font-22 { font-size:22px; }
	
	.lg\:font-23 { font-size:23px; }
	
	.lg\:font-24 { font-size:24px; }
	
	.lg\:font-25 { font-size:25px; }
	
	.lg\:font-26 { font-size:26px; }
	
	.lg\:font-27 { font-size:27px; }
	
	.lg\:font-28 { font-size:28px; }
	
	.lg\:font-29 { font-size:29px; }
	
	.lg\:font-30 { font-size:30px; }
	
	.lg\:font-31 { font-size:31px; }
	
	.lg\:font-32 { font-size:32px; }
	
	.lg\:font-33 { font-size:33px; }
	
	.lg\:font-34 { font-size:34px; }
	
	.lg\:font-35 { font-size:35px; }
	
	.lg\:font-36 { font-size:36px; }
	
	.lg\:font-37 { font-size:37px; }
	
	.lg\:font-38 { font-size:38px; }
	
	.lg\:font-39 { font-size:39px; }
	
	.lg\:font-40 { font-size:40px; }
	
	.lg\:font-41 { font-size:41px; }
	
	.lg\:font-42 { font-size:42px; }
	
	.lg\:font-43 { font-size:43px; }
	
	.lg\:font-44 { font-size:44px; }
	
	.lg\:font-45 { font-size:45px; }
	
	.lg\:font-46 { font-size:46px; }
	
	.lg\:font-47 { font-size:47px; }
	
	.lg\:font-48 { font-size:48px; }
	
	.lg\:font-49 { font-size:49px; }
	

	
	.lg\:line-10 { line-height:10px; }
	
	.lg\:line-11 { line-height:11px; }
	
	.lg\:line-12 { line-height:12px; }
	
	.lg\:line-13 { line-height:13px; }
	
	.lg\:line-14 { line-height:14px; }
	
	.lg\:line-15 { line-height:15px; }
	
	.lg\:line-16 { line-height:16px; }
	
	.lg\:line-17 { line-height:17px; }
	
	.lg\:line-18 { line-height:18px; }
	
	.lg\:line-19 { line-height:19px; }
	
	.lg\:line-20 { line-height:20px; }
	
	.lg\:line-21 { line-height:21px; }
	
	.lg\:line-22 { line-height:22px; }
	
	.lg\:line-23 { line-height:23px; }
	
	.lg\:line-24 { line-height:24px; }
	
	.lg\:line-25 { line-height:25px; }
	
	.lg\:line-26 { line-height:26px; }
	
	.lg\:line-27 { line-height:27px; }
	
	.lg\:line-28 { line-height:28px; }
	
	.lg\:line-29 { line-height:29px; }
	
	.lg\:line-30 { line-height:30px; }
	
	.lg\:line-31 { line-height:31px; }
	
	.lg\:line-32 { line-height:32px; }
	
	.lg\:line-33 { line-height:33px; }
	
	.lg\:line-34 { line-height:34px; }
	
	.lg\:line-35 { line-height:35px; }
	

}


@media(min-width:1400px){
	
	.xl\:p-0 { padding:0px; }
	.xl\:pt-0 { padding-top:0px; }
	.xl\:pb-0 { padding-bottom:0px; }
	.xl\:pl-0 { padding-left:0px; }
	.xl\:pr-0 { padding-right:0px; }
	.xl\:m-0 { margin:0px; }
	.xl\:mt-0 { margin-top:0px; }
	.xl\:mb-0 { margin-bottom:0px; }
	.xl\:ml-0 { margin-left:0px; }
	.xl\:mr-0 { margin-right:0px; }
	
	.xl\:p-5 { padding:5px; }
	.xl\:pt-5 { padding-top:5px; }
	.xl\:pb-5 { padding-bottom:5px; }
	.xl\:pl-5 { padding-left:5px; }
	.xl\:pr-5 { padding-right:5px; }
	.xl\:m-5 { margin:5px; }
	.xl\:mt-5 { margin-top:5px; }
	.xl\:mb-5 { margin-bottom:5px; }
	.xl\:ml-5 { margin-left:5px; }
	.xl\:mr-5 { margin-right:5px; }
	
	.xl\:p-10 { padding:10px; }
	.xl\:pt-10 { padding-top:10px; }
	.xl\:pb-10 { padding-bottom:10px; }
	.xl\:pl-10 { padding-left:10px; }
	.xl\:pr-10 { padding-right:10px; }
	.xl\:m-10 { margin:10px; }
	.xl\:mt-10 { margin-top:10px; }
	.xl\:mb-10 { margin-bottom:10px; }
	.xl\:ml-10 { margin-left:10px; }
	.xl\:mr-10 { margin-right:10px; }
	
	.xl\:p-15 { padding:15px; }
	.xl\:pt-15 { padding-top:15px; }
	.xl\:pb-15 { padding-bottom:15px; }
	.xl\:pl-15 { padding-left:15px; }
	.xl\:pr-15 { padding-right:15px; }
	.xl\:m-15 { margin:15px; }
	.xl\:mt-15 { margin-top:15px; }
	.xl\:mb-15 { margin-bottom:15px; }
	.xl\:ml-15 { margin-left:15px; }
	.xl\:mr-15 { margin-right:15px; }
	
	.xl\:p-20 { padding:20px; }
	.xl\:pt-20 { padding-top:20px; }
	.xl\:pb-20 { padding-bottom:20px; }
	.xl\:pl-20 { padding-left:20px; }
	.xl\:pr-20 { padding-right:20px; }
	.xl\:m-20 { margin:20px; }
	.xl\:mt-20 { margin-top:20px; }
	.xl\:mb-20 { margin-bottom:20px; }
	.xl\:ml-20 { margin-left:20px; }
	.xl\:mr-20 { margin-right:20px; }
	
	.xl\:p-25 { padding:25px; }
	.xl\:pt-25 { padding-top:25px; }
	.xl\:pb-25 { padding-bottom:25px; }
	.xl\:pl-25 { padding-left:25px; }
	.xl\:pr-25 { padding-right:25px; }
	.xl\:m-25 { margin:25px; }
	.xl\:mt-25 { margin-top:25px; }
	.xl\:mb-25 { margin-bottom:25px; }
	.xl\:ml-25 { margin-left:25px; }
	.xl\:mr-25 { margin-right:25px; }
	
	.xl\:p-30 { padding:30px; }
	.xl\:pt-30 { padding-top:30px; }
	.xl\:pb-30 { padding-bottom:30px; }
	.xl\:pl-30 { padding-left:30px; }
	.xl\:pr-30 { padding-right:30px; }
	.xl\:m-30 { margin:30px; }
	.xl\:mt-30 { margin-top:30px; }
	.xl\:mb-30 { margin-bottom:30px; }
	.xl\:ml-30 { margin-left:30px; }
	.xl\:mr-30 { margin-right:30px; }
	
	.xl\:p-35 { padding:35px; }
	.xl\:pt-35 { padding-top:35px; }
	.xl\:pb-35 { padding-bottom:35px; }
	.xl\:pl-35 { padding-left:35px; }
	.xl\:pr-35 { padding-right:35px; }
	.xl\:m-35 { margin:35px; }
	.xl\:mt-35 { margin-top:35px; }
	.xl\:mb-35 { margin-bottom:35px; }
	.xl\:ml-35 { margin-left:35px; }
	.xl\:mr-35 { margin-right:35px; }
	
	.xl\:p-40 { padding:40px; }
	.xl\:pt-40 { padding-top:40px; }
	.xl\:pb-40 { padding-bottom:40px; }
	.xl\:pl-40 { padding-left:40px; }
	.xl\:pr-40 { padding-right:40px; }
	.xl\:m-40 { margin:40px; }
	.xl\:mt-40 { margin-top:40px; }
	.xl\:mb-40 { margin-bottom:40px; }
	.xl\:ml-40 { margin-left:40px; }
	.xl\:mr-40 { margin-right:40px; }
	
	.xl\:p-45 { padding:45px; }
	.xl\:pt-45 { padding-top:45px; }
	.xl\:pb-45 { padding-bottom:45px; }
	.xl\:pl-45 { padding-left:45px; }
	.xl\:pr-45 { padding-right:45px; }
	.xl\:m-45 { margin:45px; }
	.xl\:mt-45 { margin-top:45px; }
	.xl\:mb-45 { margin-bottom:45px; }
	.xl\:ml-45 { margin-left:45px; }
	.xl\:mr-45 { margin-right:45px; }
	
	.xl\:p-50 { padding:50px; }
	.xl\:pt-50 { padding-top:50px; }
	.xl\:pb-50 { padding-bottom:50px; }
	.xl\:pl-50 { padding-left:50px; }
	.xl\:pr-50 { padding-right:50px; }
	.xl\:m-50 { margin:50px; }
	.xl\:mt-50 { margin-top:50px; }
	.xl\:mb-50 { margin-bottom:50px; }
	.xl\:ml-50 { margin-left:50px; }
	.xl\:mr-50 { margin-right:50px; }
	
	.xl\:p-55 { padding:55px; }
	.xl\:pt-55 { padding-top:55px; }
	.xl\:pb-55 { padding-bottom:55px; }
	.xl\:pl-55 { padding-left:55px; }
	.xl\:pr-55 { padding-right:55px; }
	.xl\:m-55 { margin:55px; }
	.xl\:mt-55 { margin-top:55px; }
	.xl\:mb-55 { margin-bottom:55px; }
	.xl\:ml-55 { margin-left:55px; }
	.xl\:mr-55 { margin-right:55px; }
	
	.xl\:p-60 { padding:60px; }
	.xl\:pt-60 { padding-top:60px; }
	.xl\:pb-60 { padding-bottom:60px; }
	.xl\:pl-60 { padding-left:60px; }
	.xl\:pr-60 { padding-right:60px; }
	.xl\:m-60 { margin:60px; }
	.xl\:mt-60 { margin-top:60px; }
	.xl\:mb-60 { margin-bottom:60px; }
	.xl\:ml-60 { margin-left:60px; }
	.xl\:mr-60 { margin-right:60px; }
	
	.xl\:p-65 { padding:65px; }
	.xl\:pt-65 { padding-top:65px; }
	.xl\:pb-65 { padding-bottom:65px; }
	.xl\:pl-65 { padding-left:65px; }
	.xl\:pr-65 { padding-right:65px; }
	.xl\:m-65 { margin:65px; }
	.xl\:mt-65 { margin-top:65px; }
	.xl\:mb-65 { margin-bottom:65px; }
	.xl\:ml-65 { margin-left:65px; }
	.xl\:mr-65 { margin-right:65px; }
	
	.xl\:p-70 { padding:70px; }
	.xl\:pt-70 { padding-top:70px; }
	.xl\:pb-70 { padding-bottom:70px; }
	.xl\:pl-70 { padding-left:70px; }
	.xl\:pr-70 { padding-right:70px; }
	.xl\:m-70 { margin:70px; }
	.xl\:mt-70 { margin-top:70px; }
	.xl\:mb-70 { margin-bottom:70px; }
	.xl\:ml-70 { margin-left:70px; }
	.xl\:mr-70 { margin-right:70px; }
	
	.xl\:p-75 { padding:75px; }
	.xl\:pt-75 { padding-top:75px; }
	.xl\:pb-75 { padding-bottom:75px; }
	.xl\:pl-75 { padding-left:75px; }
	.xl\:pr-75 { padding-right:75px; }
	.xl\:m-75 { margin:75px; }
	.xl\:mt-75 { margin-top:75px; }
	.xl\:mb-75 { margin-bottom:75px; }
	.xl\:ml-75 { margin-left:75px; }
	.xl\:mr-75 { margin-right:75px; }
	
	.xl\:p-80 { padding:80px; }
	.xl\:pt-80 { padding-top:80px; }
	.xl\:pb-80 { padding-bottom:80px; }
	.xl\:pl-80 { padding-left:80px; }
	.xl\:pr-80 { padding-right:80px; }
	.xl\:m-80 { margin:80px; }
	.xl\:mt-80 { margin-top:80px; }
	.xl\:mb-80 { margin-bottom:80px; }
	.xl\:ml-80 { margin-left:80px; }
	.xl\:mr-80 { margin-right:80px; }
	
	.xl\:p-85 { padding:85px; }
	.xl\:pt-85 { padding-top:85px; }
	.xl\:pb-85 { padding-bottom:85px; }
	.xl\:pl-85 { padding-left:85px; }
	.xl\:pr-85 { padding-right:85px; }
	.xl\:m-85 { margin:85px; }
	.xl\:mt-85 { margin-top:85px; }
	.xl\:mb-85 { margin-bottom:85px; }
	.xl\:ml-85 { margin-left:85px; }
	.xl\:mr-85 { margin-right:85px; }
	
	.xl\:p-90 { padding:90px; }
	.xl\:pt-90 { padding-top:90px; }
	.xl\:pb-90 { padding-bottom:90px; }
	.xl\:pl-90 { padding-left:90px; }
	.xl\:pr-90 { padding-right:90px; }
	.xl\:m-90 { margin:90px; }
	.xl\:mt-90 { margin-top:90px; }
	.xl\:mb-90 { margin-bottom:90px; }
	.xl\:ml-90 { margin-left:90px; }
	.xl\:mr-90 { margin-right:90px; }
	
	.xl\:p-95 { padding:95px; }
	.xl\:pt-95 { padding-top:95px; }
	.xl\:pb-95 { padding-bottom:95px; }
	.xl\:pl-95 { padding-left:95px; }
	.xl\:pr-95 { padding-right:95px; }
	.xl\:m-95 { margin:95px; }
	.xl\:mt-95 { margin-top:95px; }
	.xl\:mb-95 { margin-bottom:95px; }
	.xl\:ml-95 { margin-left:95px; }
	.xl\:mr-95 { margin-right:95px; }
	
	.xl\:p-100 { padding:100px; }
	.xl\:pt-100 { padding-top:100px; }
	.xl\:pb-100 { padding-bottom:100px; }
	.xl\:pl-100 { padding-left:100px; }
	.xl\:pr-100 { padding-right:100px; }
	.xl\:m-100 { margin:100px; }
	.xl\:mt-100 { margin-top:100px; }
	.xl\:mb-100 { margin-bottom:100px; }
	.xl\:ml-100 { margin-left:100px; }
	.xl\:mr-100 { margin-right:100px; }
	
	.xl\:p-105 { padding:105px; }
	.xl\:pt-105 { padding-top:105px; }
	.xl\:pb-105 { padding-bottom:105px; }
	.xl\:pl-105 { padding-left:105px; }
	.xl\:pr-105 { padding-right:105px; }
	.xl\:m-105 { margin:105px; }
	.xl\:mt-105 { margin-top:105px; }
	.xl\:mb-105 { margin-bottom:105px; }
	.xl\:ml-105 { margin-left:105px; }
	.xl\:mr-105 { margin-right:105px; }
	
	.xl\:p-110 { padding:110px; }
	.xl\:pt-110 { padding-top:110px; }
	.xl\:pb-110 { padding-bottom:110px; }
	.xl\:pl-110 { padding-left:110px; }
	.xl\:pr-110 { padding-right:110px; }
	.xl\:m-110 { margin:110px; }
	.xl\:mt-110 { margin-top:110px; }
	.xl\:mb-110 { margin-bottom:110px; }
	.xl\:ml-110 { margin-left:110px; }
	.xl\:mr-110 { margin-right:110px; }
	
	.xl\:p-115 { padding:115px; }
	.xl\:pt-115 { padding-top:115px; }
	.xl\:pb-115 { padding-bottom:115px; }
	.xl\:pl-115 { padding-left:115px; }
	.xl\:pr-115 { padding-right:115px; }
	.xl\:m-115 { margin:115px; }
	.xl\:mt-115 { margin-top:115px; }
	.xl\:mb-115 { margin-bottom:115px; }
	.xl\:ml-115 { margin-left:115px; }
	.xl\:mr-115 { margin-right:115px; }
	
	.xl\:p-120 { padding:120px; }
	.xl\:pt-120 { padding-top:120px; }
	.xl\:pb-120 { padding-bottom:120px; }
	.xl\:pl-120 { padding-left:120px; }
	.xl\:pr-120 { padding-right:120px; }
	.xl\:m-120 { margin:120px; }
	.xl\:mt-120 { margin-top:120px; }
	.xl\:mb-120 { margin-bottom:120px; }
	.xl\:ml-120 { margin-left:120px; }
	.xl\:mr-120 { margin-right:120px; }
	
	.xl\:p-125 { padding:125px; }
	.xl\:pt-125 { padding-top:125px; }
	.xl\:pb-125 { padding-bottom:125px; }
	.xl\:pl-125 { padding-left:125px; }
	.xl\:pr-125 { padding-right:125px; }
	.xl\:m-125 { margin:125px; }
	.xl\:mt-125 { margin-top:125px; }
	.xl\:mb-125 { margin-bottom:125px; }
	.xl\:ml-125 { margin-left:125px; }
	.xl\:mr-125 { margin-right:125px; }
	
	.xl\:p-130 { padding:130px; }
	.xl\:pt-130 { padding-top:130px; }
	.xl\:pb-130 { padding-bottom:130px; }
	.xl\:pl-130 { padding-left:130px; }
	.xl\:pr-130 { padding-right:130px; }
	.xl\:m-130 { margin:130px; }
	.xl\:mt-130 { margin-top:130px; }
	.xl\:mb-130 { margin-bottom:130px; }
	.xl\:ml-130 { margin-left:130px; }
	.xl\:mr-130 { margin-right:130px; }
	
	.xl\:p-135 { padding:135px; }
	.xl\:pt-135 { padding-top:135px; }
	.xl\:pb-135 { padding-bottom:135px; }
	.xl\:pl-135 { padding-left:135px; }
	.xl\:pr-135 { padding-right:135px; }
	.xl\:m-135 { margin:135px; }
	.xl\:mt-135 { margin-top:135px; }
	.xl\:mb-135 { margin-bottom:135px; }
	.xl\:ml-135 { margin-left:135px; }
	.xl\:mr-135 { margin-right:135px; }
	
	.xl\:p-140 { padding:140px; }
	.xl\:pt-140 { padding-top:140px; }
	.xl\:pb-140 { padding-bottom:140px; }
	.xl\:pl-140 { padding-left:140px; }
	.xl\:pr-140 { padding-right:140px; }
	.xl\:m-140 { margin:140px; }
	.xl\:mt-140 { margin-top:140px; }
	.xl\:mb-140 { margin-bottom:140px; }
	.xl\:ml-140 { margin-left:140px; }
	.xl\:mr-140 { margin-right:140px; }
	
	.xl\:p-145 { padding:145px; }
	.xl\:pt-145 { padding-top:145px; }
	.xl\:pb-145 { padding-bottom:145px; }
	.xl\:pl-145 { padding-left:145px; }
	.xl\:pr-145 { padding-right:145px; }
	.xl\:m-145 { margin:145px; }
	.xl\:mt-145 { margin-top:145px; }
	.xl\:mb-145 { margin-bottom:145px; }
	.xl\:ml-145 { margin-left:145px; }
	.xl\:mr-145 { margin-right:145px; }
	
	.xl\:p-150 { padding:150px; }
	.xl\:pt-150 { padding-top:150px; }
	.xl\:pb-150 { padding-bottom:150px; }
	.xl\:pl-150 { padding-left:150px; }
	.xl\:pr-150 { padding-right:150px; }
	.xl\:m-150 { margin:150px; }
	.xl\:mt-150 { margin-top:150px; }
	.xl\:mb-150 { margin-bottom:150px; }
	.xl\:ml-150 { margin-left:150px; }
	.xl\:mr-150 { margin-right:150px; }
	

	
	.xl\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
	
	.xl\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
	
	.xl\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
	
	.xl\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
	
	.xl\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
	
	.xl\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
	
	.xl\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
	
	.xl\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
	
	.xl\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
	
	.xl\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
	
	.xl\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
	
	.xl\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
	

	
	.xl\:weight-100 { font-weight:100; }
	
	.xl\:weight-200 { font-weight:200; }
	
	.xl\:weight-300 { font-weight:300; }
	
	.xl\:weight-400 { font-weight:400; }
	
	.xl\:weight-500 { font-weight:500; }
	
	.xl\:weight-600 { font-weight:600; }
	
	.xl\:weight-700 { font-weight:700; }
	
	.xl\:weight-800 { font-weight:800; }
	
	.xl\:weight-900 { font-weight:900; }
	

	
	.xl\:font-1 { font-size:1px; }
	
	.xl\:font-2 { font-size:2px; }
	
	.xl\:font-3 { font-size:3px; }
	
	.xl\:font-4 { font-size:4px; }
	
	.xl\:font-5 { font-size:5px; }
	
	.xl\:font-6 { font-size:6px; }
	
	.xl\:font-7 { font-size:7px; }
	
	.xl\:font-8 { font-size:8px; }
	
	.xl\:font-9 { font-size:9px; }
	
	.xl\:font-10 { font-size:10px; }
	
	.xl\:font-11 { font-size:11px; }
	
	.xl\:font-12 { font-size:12px; }
	
	.xl\:font-13 { font-size:13px; }
	
	.xl\:font-14 { font-size:14px; }
	
	.xl\:font-15 { font-size:15px; }
	
	.xl\:font-16 { font-size:16px; }
	
	.xl\:font-17 { font-size:17px; }
	
	.xl\:font-18 { font-size:18px; }
	
	.xl\:font-19 { font-size:19px; }
	
	.xl\:font-20 { font-size:20px; }
	
	.xl\:font-21 { font-size:21px; }
	
	.xl\:font-22 { font-size:22px; }
	
	.xl\:font-23 { font-size:23px; }
	
	.xl\:font-24 { font-size:24px; }
	
	.xl\:font-25 { font-size:25px; }
	
	.xl\:font-26 { font-size:26px; }
	
	.xl\:font-27 { font-size:27px; }
	
	.xl\:font-28 { font-size:28px; }
	
	.xl\:font-29 { font-size:29px; }
	
	.xl\:font-30 { font-size:30px; }
	
	.xl\:font-31 { font-size:31px; }
	
	.xl\:font-32 { font-size:32px; }
	
	.xl\:font-33 { font-size:33px; }
	
	.xl\:font-34 { font-size:34px; }
	
	.xl\:font-35 { font-size:35px; }
	
	.xl\:font-36 { font-size:36px; }
	
	.xl\:font-37 { font-size:37px; }
	
	.xl\:font-38 { font-size:38px; }
	
	.xl\:font-39 { font-size:39px; }
	
	.xl\:font-40 { font-size:40px; }
	
	.xl\:font-41 { font-size:41px; }
	
	.xl\:font-42 { font-size:42px; }
	
	.xl\:font-43 { font-size:43px; }
	
	.xl\:font-44 { font-size:44px; }
	
	.xl\:font-45 { font-size:45px; }
	
	.xl\:font-46 { font-size:46px; }
	
	.xl\:font-47 { font-size:47px; }
	
	.xl\:font-48 { font-size:48px; }
	
	.xl\:font-49 { font-size:49px; }
	

	
	.xl\:line-10 { line-height:10px; }
	
	.xl\:line-11 { line-height:11px; }
	
	.xl\:line-12 { line-height:12px; }
	
	.xl\:line-13 { line-height:13px; }
	
	.xl\:line-14 { line-height:14px; }
	
	.xl\:line-15 { line-height:15px; }
	
	.xl\:line-16 { line-height:16px; }
	
	.xl\:line-17 { line-height:17px; }
	
	.xl\:line-18 { line-height:18px; }
	
	.xl\:line-19 { line-height:19px; }
	
	.xl\:line-20 { line-height:20px; }
	
	.xl\:line-21 { line-height:21px; }
	
	.xl\:line-22 { line-height:22px; }
	
	.xl\:line-23 { line-height:23px; }
	
	.xl\:line-24 { line-height:24px; }
	
	.xl\:line-25 { line-height:25px; }
	
	.xl\:line-26 { line-height:26px; }
	
	.xl\:line-27 { line-height:27px; }
	
	.xl\:line-28 { line-height:28px; }
	
	.xl\:line-29 { line-height:29px; }
	
	.xl\:line-30 { line-height:30px; }
	
	.xl\:line-31 { line-height:31px; }
	
	.xl\:line-32 { line-height:32px; }
	
	.xl\:line-33 { line-height:33px; }
	
	.xl\:line-34 { line-height:34px; }
	
	.xl\:line-35 { line-height:35px; }
	

}


/* 1c. Typography */


































/* 1d. Buttons */

/* -- btn1 -- */










/* -- btn2 -- */










/* -- btn3 -- */










/* 1e. Forms */


















/* 1g. Website header */





/* 1h. Website footer */











.container { max-width: 1210px; width: 100%; margin: auto; padding: 0 15px; }
.dnd-section, .content-wrapper--vertical-spacing, .dnd-section .dnd-column { padding: 0; }

@media (min-width:1200px) and (max-width:1400px) { .container { max-width:1136px; } }
@media (min-width:992px) and (max-width:1199px) { .container { max-width:960px; } }
@media (min-width:768px) and (max-width:991px) { .container { max-width:720px; } }
@media (max-width:767px) { .container { max-width:100%; } }





*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
html { font-size: 17px; }
body { font-family: 'Chesna Grotesk', sans-serif; font-style: normal; font-weight: 400; text-decoration: none; color: #11173E; font-size: 17px; line-height: 25.5px; padding:0; margin:0; font-weight: 400; background: #11173E; }

p { font-family: 'Chesna Grotesk', sans-serif; font-style: normal; font-weight: 400; text-decoration: none; margin:0 0 20px;}
a { font-weight: normal; text-decoration: none; font-family: 'Chesna Grotesk', sans-serif; font-style: normal; color: #81D7C3;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
a:hover, a:focus { color: #0D1232; }
a:active { color: #81D7C3; }
img { border:0; vertical-align: top; height:auto; max-width:100%; }
ul, ol { list-style:none; padding:0; margin:0; }
.details ul, .content ul, .post-body ul { list-style: disc; }
.details ol, .content ol, .post-body ol {list-style: auto;}

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }
.row-fluid a.cta_button, a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.w100 { width:100%; display:inline-block; vertical-align:top; }
.dis-flex{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.align-center{ align-items: center; }
.row-reverse{ flex-direction: row-reverse; }
.col-reverse{ flex-direction: column-reverse; }
.justify-center { justify-content: center; }
.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.cross-arrow a { display: flex; align-items: center; }
.cross-arrow a svg { width: 24px; height: 24px; margin-left: 3px; transition: all 0.4s; }
.cross-arrow a:hover svg { transform: rotate(45deg); }

/* Headings */
.large h1, h1.large,
.h1.large {
	font-weight: 700; text-decoration: none; font-family: 'Chesna Grotesk', sans-serif; font-style: normal;
	color: #F6FDFF;
	font-size: 65px;
	text-transform: none;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: 2.6px;
}

h1,
.h1 {
	font-weight: 700; text-decoration: none; font-family: 'Chesna Grotesk', sans-serif; font-style: normal;
	color: #F6FDFF;
	font-size: 42px;
	text-transform: none;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: 0.42px;
}

.large h2, h2.large,
.h2.large {
	font-weight: 700; text-decoration: none; font-family: 'Chesna Grotesk', sans-serif; font-style: normal;
	color: #F6FDFF;
	font-size: 40px;
	text-transform: none;
	line-height: 1.2;
	margin: 0 0 20px;
}

h2,
.h2 {
	font-weight: 700; text-decoration: none; font-family: 'Chesna Grotesk', sans-serif; font-style: normal;
	color: #F6FDFF;
	font-size: 32px;
	text-transform: none;
	line-height: 1.35;
	margin: 0 0 20px;
}

h3,
.h3 {
	font-weight: 500; text-decoration: none; font-family: 'Chesna Grotesk', sans-serif; font-style: normal;
	color: #F6FDFF;
	font-size: 28px;
	text-transform: none;
	line-height: 1.4;
	margin: 0 0 20px;
}

h4,
.h4 {
	font-weight: 700; text-decoration: none; font-family: 'Chesna Grotesk', sans-serif; font-style: normal;
	color: #F6FDFF;
	font-size: 22px;
	text-transform: none;
	line-height: 1.4;
	margin: 0 0 20px;
}

h5,
.h5 {
	font-weight: 500; text-decoration: none; font-family: 'Chesna Grotesk', sans-serif; font-style: normal;
	color: #F6FDFF;
	font-size: 24px;
	text-transform: none;
	line-height: 1.42;
	margin: 0 0 20px;
}

h6,
.h6 {
	font-weight: 700; text-decoration: none; font-family: 'Chesna Grotesk', sans-serif; font-style: normal;
	color: #F6FDFF;
	font-size: 16px;
	text-transform: none;
	line-height: 1.5;
	margin: 0 0 20px;
}

h1 span, h2 span, h3 span { color: #81D7C3; }
.light-section h1 span, .light-section h2 span { color:#3D5388; }
.light-section h1, .light-section h2, .light-section h3, .light-section h4, .light-section h5, .light-section h6, .light-section p { color:#11173E; }
.dark-section p, .dark-section ul li, .dark-section ol li { color: #F6FDFF; }
.large p { font-size:22px; line-height:31px; }

/* Blockquote */

blockquote { border-left-color: #F6FDFF; }





/* -- Button1 -- */

.btn1 a, a.btn1 {
	border: 1px solid #81D7C3;

	padding-top: 12px;
padding-right: 38px;
padding-bottom: 10px;
padding-left: 38px;

	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
	background-color: #81D7C3;
	border-radius: 12px;
	color: #11173E;
	font-size: 16px;
	text-transform: none;
	display: inline-block; line-height: 24px;
}

.btn1 a:hover, a.btn1:hover {
	background-color: #497780; color:#ffffff; border-color: #497780;
}

/* -- Button2 -- */
.btn2 a, a.btn2 {
	border: 1px solid #81D7C3;

	padding-top: 12px;
padding-right: 38px;
padding-bottom: 10px;
padding-left: 38px;

	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
	background-color: #11173E;
	border-radius: 12px;
	color: #81D7C3;
	font-size: 16px;
	text-transform: none;
	display: inline-block; line-height: 24px;
}

.btn2 a:hover, a.btn2:hover {
	background-color: #81D7C3; color:#11173E; border-color: #81D7C3;
}

/* -- Button3 -- */
.btn3 a, a.btn3 {
	
	
	;
	background-color: ;
	border-radius: px;
	color: ;
	font-size: ;
	text-transform: ;
	display: inline-block; line-height: 24px;
}

.btn3 a:hover {
	background-color: ; color:; border-color: ;
}


/* -- Button4 (Simple Link) -- */
.btn4 a, a.btn4 { color: #81D7C3; font-family: font-weight: normal; text-decoration: none; font-family: 'Chesna Grotesk', sans-serif; font-style: normal; }
.btn4 a:hover, a.btn4:hover { color: #0D1232; }






form, .submitted-message { font-family: 'Chesna Grotesk', sans-serif; font-style: normal; font-weight: 400; text-decoration: none; }
.form-title { color: #ffffff; }
form label { color: #F6FDFF; }
form legend { color: #F6FDFF; }

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea { border: 1px solid #F6FDFF;
 background-color: #0D1232; color: #F6FDFF; border-radius: 12px; -webkit-border-radius: 12px; height:47px; padding:10px 15px; width:100%; font-family: Montserrat; font-weight: 400; line-height: 28px; font-size: 15px; }
form textarea { min-height:100px; }
/* Form placeholder text */

::-webkit-input-placeholder { color: #F6FDFF; position:relative; top:1px; font-family: Montserrat; font-size: 15px; }
::-moz-placeholder { color: #F6FDFF; position:relative; top:1px; font-family: Montserrat; font-size: 15px; }
:-ms-input-placeholder { color: #F6FDFF; position:relative; top:1px; font-family: Montserrat; font-size: 15px; }
::placeholder { color: #F6FDFF; position:relative; top:1px; font-family: Montserrat; font-size: 15px; }

form select { appearance: none; -webkit-appearance: none;  background-image: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/Form-Arrow-white.png); background-repeat: no-repeat; background-position: 97% center; background-size: 14px; }
.hs-form-field textarea:focus, .hs-form-field input:focus { outline: none; border: 1px solid #F6FDFF; }

/* Inputs - date picker */
.hs-fieldtype-date .input .hs-dateinput:before { color: #F6FDFF; }
.fn-date-picker td.is-selected .pika-button { background: #11173E; }
.fn-date-picker td .pika-button:hover { background-color: #11173E !important; }
.fn-date-picker td.is-today .pika-button { color: #11173E; }

/* Submit button */
form input[type=submit], form .hs-button {
	padding-top: 12px;
padding-right: 38px;
padding-bottom: 10px;
padding-left: 38px;

	font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
	border-radius: 12px;
	color: #11173E;
	font-size: 16px;
	text-transform: none;
	background-color: #81D7C3;
	display: inline-block;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; cursor: pointer; border:0;
}

form input[type=submit]:hover, form input[type=submit]:focus, form .hs-button:hover, form .hs-button:focus, form input[type=submit]:active, form .hs-button:active {
	background-color: #497780; color: #ffffff;
}

form input[type=submit]:focus, form .hs-button:focus, form input[type=submit]:active, form .hs-button:active { border:0; }

.submitted-message { text-align:  center; color: #155724; background-color: #d4edda; border-color: #c3e6cb; position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid #c3e6cb; border-radius: .25rem; }
.field.hs-form-field + .hs_error_rollup { display:none; }
.hs_error_rollup { display:none; }
.hs-form input:focus-visible, .hs-form input:focus { border:1px solid #F6FDFF; outline: none;}

.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 20px; }
.hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.hs-form fieldset .hs-input { width:100% !important; }
.hs-form fieldset { max-width:none; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {   
	.hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
	.hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
	.hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
	.hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
	.hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
}

.hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
.inputs-list .hs-form-checkbox-display , .inputs-list .hs-form-booleancheckbox , .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 20px; position:relative; }
.inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.inputs-list input[type="radio"] { top:3px; }
.inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-39px; top:6px;  content:''; width:20px; height:20px; border:1px solid transparent; color:#fafafa; background:#fafafa; border-radius: 4px; }
.inputs-list input[type="checkbox"]:checked + span:before { background:#fff; color:#ffff; border-color:#fff; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-39px; top:0px;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; font-size: 12px; }
.inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:5px;  content:''; width:20px; height:20px; border:1px solid #1F2D50;  background:#fafafa; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:9px;  content:''; width:12px; height:12px; border-color:#1F2D50; background:#1F2D50;  border-radius:100%; }

ul.no-list.hs-error-msgs.inputs-list { margin: 0; padding: 0;}
ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg { color: red; font-size: 12px;}





.footer-section { background-color: #ffffff; margin-bottom: -26px; margin-top: -2px; }
.footer-section p { color: #11173E; font-size: 16px; line-height:24px; }
.footer-section h1,
.footer-section h2,
.footer-section h3,
.footer-section h4,
.footer-section h5,
.footer-section h6,
.footer-section label,
.footer-section span,
.footer-section li,
.footer-section img {
	color: #11173E;
}
.footer-section .menu-box ul li a { color:#11173E; }
.footer-section .menu-box ul li a:hover, .footer-section .menu-box ul li a:hover span { color:#81D7C3; }
footer { margin: -1px 0 0;}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0;  cursor:pointer; border-radius: 5px; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: ""; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: ""; }
.slick-arrow.slick-disabled { display:none; }
.slick-arrow.slick-next { border-radius: 0px; width: 48px; height: 49px; left: 0; right: 0; border: 0; background: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/arrow-big-right.svg); background-repeat: no-repeat; background-position: center center; background-size: 48px;  transition:all 0.4s; border-radius: 5px; }
.slick-arrow.slick-prev { border-radius: 0px; width: 48px; height: 48px; left: 0; border: 0; background: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/arrow-big-right.svg); background-repeat: no-repeat; background-position: center center; background-size: 48px; transition:all 0.4s; border-radius: 5px; }

ul.slick-dots { margin:0; padding:0; list-style:none; width:100%;}
ul.slick-dots { text-align:center; padding:20px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 11px; }
ul.slick-dots li button { display:inline-block; background:#3D5388; width:12px; height:12px; border-radius:50%; font-size:0;  cursor:pointer; padding:0; border: 0;}
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#81D7C3; }


.body-container-wrapper { margin: 85px 0 0;}


/* === Header Section === */

.new-header-section { width: 100%; display: inline-block; vertical-align: top; position: fixed;  z-index: 9999; top: 0; left: 0; transition:all 0.4s; background: #11173E; border-bottom: 1px solid #3D5388; }
.new-header-section .container { display: flex; align-items: center; }
.new-header-section .logo-side { width: 150px; }
.new-header-section .right-side { width: calc(100% - 150px); display: flex; align-items: center; justify-content: flex-end; }
.new-header-section .right-side .header-btn { padding-left: 76px; }
.new-header-section .right-side .header-btn a { background-color: #81D7C3; border: 1px solid #81D7C3; border-radius: 12px; color: #11173E; display: inline-block; font-size: 16px; font-style: normal; font-weight: 600; line-height: 24px; padding: 11px 23px; transition: all 0.4s; font-family: Montserrat, sans-serif; }
.new-header-section .right-side .header-btn a:hover { background: #497780; color: #fff; border-color: #497780; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul { padding: 0; margin: 0; display: none; align-items: center; flex-wrap: wrap; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li { padding: 0; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a { font-size: 18px; font-style: normal; font-weight: 700; line-height: 27px; padding: 29px 61px; display: inline-block; transition: all 0.4s; position: relative; color: #FFFFFF;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a:focus { color:#FFFFFF; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a:hover { background: #497780; color: #FFFFFF; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a:before { content: ' '; top: 30px; left: auto; right: 0; background: #3D5388; width: 1px; height: 26px; position: absolute; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li:first-child>a:after { content: ' '; top: 30px; left: 0; background: #3D5388; width: 1px; height: 26px; position: absolute; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .hs-menu-wrapper>ul>li>a:after { display: none;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.active-branch>a, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.active>a{color:#FFFFFF;background: #497780;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper .header-btn { display: none;}
.new-header-section .right-side .header-btn a.mobile-subscribe-btn { display: none; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children.menu-show .megamenu { opacity: 1; visibility: visible; pointer-events: inherit; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children { position: inherit;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children.menu-show > a {background: #497780; color: #fff;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .hs-menu-wrapper>ul>li>a { padding: 0; font-size: 17px; font-weight: 400; color: #F6FDFF; line-height: 34px; margin-bottom: 0px; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .hs-menu-wrapper>ul>li>a:before { display: none; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .hs-menu-wrapper>ul { display: block; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .hs-menu-wrapper>ul>li>a:hover { background: transparent; color: #81D7C3; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu { position: absolute; top: 100%; left: 0; width: 100%; background: #11173E; z-index: 99; border-top: 1px solid #3D5388; padding: 55px 0; transition: all 0.4s; opacity: 0; visibility: hidden; pointer-events: none; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout-box { width: 100%; padding: 0 10px; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu h3, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .h3 { font-size: 17px; font-weight: 700; line-height: 25.5px; margin-bottom: 22px; }
/* .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .left-part { width: 66.5%; border-right: 1px solid #3D5388; padding-right: 20px; } */
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .left-part { width: 71.5%; border-right: 1px solid #3D5388; padding-right: 20px; }
/* .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part { width: 33.5%; padding-left: 70px; } */
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part { width: 28.5%; padding-left: 70px; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li:hover .megamenu { opacity: 1; visibility: visible; pointer-events: inherit; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a { color: #fff; background: #497780;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .back-btn { display: none;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.active-branch .megamenu a, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.active .megamenua { background: transparent;}

/* -- Layout 1 -- */
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 { display: flex; flex-wrap: wrap; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .inner-wrap { margin: 0 -15px; display: flex; flex-wrap: wrap; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box { width: calc(100% / 3 - 30px); margin: 0 15px; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box a { display: inline-flex;  flex-wrap: wrap; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .icon { border-radius: 5px; width: 60px; height: 60px; background: #253B9D; display: flex; align-items: center; justify-content: center; padding: 8px; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details { padding: 0 0 0 15px; width: calc(100% - 60px); }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h5, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h5 { margin: 0; font-size: 24px; font-weight: 700; color: #81D7C3; text-transform: uppercase; display: inline-block; position: relative; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h6, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h6 { margin: 0; font-size: 17px; line-height: 20px; font-weight:400; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box { margin-bottom: 22px; display: flex; align-items: center; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .bottom-btn a { display: inline-block; text-transform: uppercase; font-size: 17px; line-height: 20px; font-weight: 700; font-family: Chesna Grotesk, san-serif; position: relative; transition: all 0.4s; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .bottom-btn a svg { position: absolute; top: -2px; left: auto; right: -26px; transition: all 0.3s; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .bottom-btn a:hover svg { transform: rotate(45deg); right: -30px; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h5 img, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h5 img { position: absolute; width: 12px; top: 9px; left: auto; right: -12px; transform: scale(0.5); opacity: 0; visibility: hidden; transition: all 0.4s; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box a:hover .details h5 img, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box a:hover .details .h5 img { opacity: 1; visibility: visible; transform: scale(1) translateX(10px); }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .bottom-btn a:hover { color: #81D7C3;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part { width: 78%; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .right-part { width: 22%; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part h3, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part .h3 { margin-bottom: 13px; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-menu-box ul li { width:100%; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-menu-box ul li.active  a { background: transparent;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h5 sub, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h5 sub { font-size: 13px; position: relative; top: -5px;}

.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box:last-child .menu-box:last-child h5 img { display: none;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .active-branch a { background: transparent; }


/* -- Layout 2 -- */
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 { display: flex; flex-wrap: wrap; }
/* .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part { padding-right: 80px; } */
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part { padding-right: 20px; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-wrap { margin: 0 -15px; display: flex; flex-wrap: wrap; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box { width: calc(100% / 2 - 30px); padding: 0 15px; }
/* .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box:first-child { width: 45%; } */
/* .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box:last-child { width: 55%; } */
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box .inner-menu a { margin-bottom: 14px; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part .lay2-right-box { margin-bottom: 20px; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part .lay2-right-box a { display: flex; align-items: center; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part .lay2-right-box .icon { background: #253B9D; border-radius: 5px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; transition: all 0.4s; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part .lay2-right-box h6, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part .lay2-right-box .h6 { padding: 0 0 0 20px; margin: 0; font-size: 17px; line-height: 25px; font-weight: 500; color: #F6FDFF; transition: all 0.4s; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part .lay2-right-box a:hover h6, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part .lay2-right-box a:hover .h6 { color: #81D7C3; }
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .hs-menu-wrapper>ul>li>a { line-height: 25.5px;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 ul li { width: 100%;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box a:hover h3 { color: #81D7C3; }
/* .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box:nth-child(2) .menu-box:nth-child(1) { padding-top: 7px;}
.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box:nth-child(3) .menu-box:nth-child(1) { padding-top: 7px;} */
/* .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box:last-child { padding-top: 26px;} */

.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box { width: calc(100% / 3 ); padding: 0 15px; }


/* ------------- Invest Popup ----------------- */
.invest-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: #0d1232f5; z-index: 99999; backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; overflow: auto; padding: 20px 15px; text-align: center; transition: all 0.4s; transform: scale(0.5); opacity: 0; visibility: hidden;}
body.investPopup-open .invest-popup { transform: scale(1); opacity: 1; visibility: visible; }
body.investPopup-open { overflow:hidden; }
.invest-popup .popup-innver { max-width: 970px; width: 100%; margin: auto; background: #11173E; border-radius: 4px; padding: 130px 170px 65px; position:relative;}
.invest-popup .popup-innver .wrap { display: flex; flex-wrap: wrap; justify-content: center; }
.invest-popup .popup-innver .box { width: calc(100% / 2 - 30px); margin: 0 15px 20px; height: 100px; display: flex; align-items: center; justify-content: center; }
.invest-popup .popup-heading p { color: #F0F0F0; }
.invest-popup .popup-heading h3, .invest-popup .popup-heading .h3 { margin-bottom: 10px; font-weight: 700; }
.invest-popup .popup-heading .h3 span { color: #81D7C3; }
.invest-popup .popup-heading { padding-bottom: 25px; }
.invest-popup .popup-innver .popup-close { border-radius: 5px; background: #0D1232; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; cursor: pointer; position: absolute; top: 40px; left: auto; right: 40px; }
.invest-popup .popup-innver { display: none;}
.invest-popup .popup-innver.open { display: block;}

/* ------------- etf Popup ----------------- */
.etf-popup .popup-innver { max-width: 641px; width: 100%; margin: auto; background: #11173E; border-radius: 4px; padding: 120px 85px 120px; position:relative;}
.etf-popup .popup-innver .content p {color: #F6FDFF;}
.etf-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: #0d1232f5; z-index: 9999; backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; overflow: auto; padding: 20px 15px; text-align: center; transition: all 0.4s; transform: scale(0.5); opacity: 0; visibility: hidden; padding-bottom: 25px; }
body.etf-popup-open .etf-popup { transform: scale(1); opacity: 1; visibility: visible; }
body.etf-popup-open { overflow:hidden; }
.etf-popup h3 { margin-bottom: 10px; font-weight: 700; }
.etf-popup .cancel-btn a {cursor: pointer;}
.etf-popup .popup-close { border-radius: 5px; background: #0D1232; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; cursor: pointer; position: absolute; top: 40px; left: auto; right: 40px; }
.etf-popup .popup-innver .popup-heading .h2 span { color:#81D7C3; }


/* ------------- Fund Popup ----------------- */
/* .fund-popup .popup-innver { max-width: 970px; width: 100%; margin: auto; background: #11173E; border-radius: 4px; padding: 130px 85px 120px; position:relative;} */
.fund-popup .popup-innver { max-width: 970px; width: 100%; margin: auto; background: #11173E; border-radius: 4px; padding: 130px 40px 120px 65px; position:relative;}
.fund-popup .wrap { margin: 0 -15px; display: flex; flex-wrap: wrap; }
.fund-popup .box { width: calc(100% / 3 - 30px); margin: 0 15px; text-align:left; }
.fund-popup .box a { display: inline-flex; align-items: center; flex-wrap: wrap; }
.fund-popup .box .icon { border-radius: 5px; width: 60px; height: 60px; background: #253B9D; display: flex; align-items: center; justify-content: center; padding: 13px; }
.fund-popup .box .details { padding: 0 0 0 15px; width: calc(100% - 60px); }
.fund-popup .box .details h5, .fund-popup .box .details .h5 { margin: 0; font-size: 24px; font-weight: 700; color: #81D7C3; text-transform: uppercase; display: inline-block; position: relative; }
.fund-popup .box .details h6, .fund-popup .box .details .h6 { margin: 0; font-size: 14px; line-height: 20px; font-weight:400; }
.fund-popup .box .details h5 img, .fund-popup .box .details .h5 img { position: absolute; width: 12px; top: 9px; left: auto; right: -12px; transform: scale(0.5); opacity: 0; visibility: hidden; transition: all 0.3s; }
.fund-popup .box .inner-box:hover .details h5 img, .fund-popup .box .inner-box:hover .details .h5 img { opacity: 1; visibility: visible; transform: scale(1) translateX(10px); }
.fund-popup .box .inner-box {margin-bottom: 30px; cursor: pointer;}
.fund-popup .box:last-child .inner-box:last-child { padding-top: 15px;}
.fund-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: #0d1232f5; z-index: 9999; backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; overflow: auto; padding: 20px 15px; text-align: center; transition: all 0.4s; transform: scale(0.5); opacity: 0; visibility: hidden; padding-bottom: 25px; }
body.popup-open .fund-popup { transform: scale(1); opacity: 1; visibility: visible; }
body.popup-open { overflow:hidden; }
.fund-popup h3 { margin-bottom: 10px; font-weight: 700; }
.fund-popup .popup-close { border-radius: 5px; background: #0D1232; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; cursor: pointer; position: absolute; top: 40px; left: auto; right: 40px; }
.fund-popup .popup-innver .popup-heading .h2 span { color:#81D7C3; }
.fund-popup .popup-innver .box .details sub {font-size: 13px;position: relative;top: -5px;}

/* ------------- Top String Bar ----------------- */
.top-banner-header {width: 100%; display: inline-block; vertical-align: top; background-repeat: no-repeat; background-size: cover; background-position: center center; padding: 12px 0; position: relative; }
.top-banner-header .top-close-icon { position: absolute; width: 12px; height: 12px; left: auto; right: 20px; top: 50%; transform: translateY(-50%); line-height: 0; cursor: pointer; }
.top-banner-header .top-close-icon svg { width: 100%; height: 100%; }
.top-banner-header .container { justify-content: center; }
.top-banner-header h6, .top-banner-header .h6 { margin: 0; text-transform: uppercase; color: #11173E; font-weight: 400; padding-right: 25px; }
.top-banner-header .topbtn1 { display: inline-block; vertical-align: middle; color: #3D5388; font-size: 20px; font-weight: 800; text-transform: uppercase; }
.top-banner-header .topbtn1:hover { color: #81D7C3; }
.top-banner-header .topbtn2 { display: inline-block; vertical-align: middle; color: #11173E; font-size: 17px; font-weight: 700; text-decoration: underline; text-transform: uppercase; }
.top-banner-header .topbtn2:hover { color: #81D7C3; }
.top-banner-header .topbtn1 { padding: 0 30px 0; position: relative; }
.top-banner-header .topbtn1:before { content: ' '; top: 2px; left: 0; width: 1px; height: 25px; background: #96C3D6; position: absolute; }
.top-banner-header .topbtn1:after { content: ' '; top: 2px; left: auto; width: 1px; height: 25px; background: #96C3D6; position: absolute; right: 0; }
.top-banner-header .topbtn2 { padding-left: 25px; }
.top-banner-header a.full-link { position: absolute; top: 0; left: 0;  width: 100%; height: 100%; z-index: 1;}


/* --- Footer Section --- */

.footer-section .left-part { width: 25%; padding: 0px 20px 0px 0px; }
.footer-section .right-part { width: 75%; padding: 55px 0 0 65px; }
.footer-section .left-part .footer-logo img { width: 102px; }
.footer-section .left-part .footer-social ul li { display: inline-block; vertical-align: middle; padding: 0 17px 0 0; }
.footer-section .left-part .footer-social ul li img { width: 24px; }
.footer-section .left-part .contact a { display: inline-flex; align-items: center; font-size: 16px; }
.footer-section .left-part .contact a svg { width: 20px; position: relative; top: -1px; margin-right: 10px; }
.footer-section .left-part .contact a:hover span { text-decoration: underline; }
.footer-section .left-part .copyright { padding: 92px 0 0; }
.footer-section .left-part .copyright p { margin-bottom:0; }
.footer-section .right-part .menu-box { width: calc(100% / 4); padding: 0 15px 0; }
.footer-section .right-part .wrap { margin: 0 -15px; }
.footer-section .right-part .menu-box h6 a { color: #11173E; font-weight: 700; font-size: 20px; line-height: 24px; }
.footer-section .right-part .menu-box .menu-item ul li a { font-size: 16px; font-weight: 400; margin-bottom: 14px; display: inline-block; }
.footer-section .right-part .menu-box { width: 25%; }
.footer-section .left-part .footer-social ul li img {  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
.footer-section .left-part .footer-social ul li a:hover img {filter: invert(83%) sepia(31%) saturate(433%) hue-rotate(112deg) brightness(92%) contrast(88%);}
.footer-section .right-part .menu-box .inner-box h6 { margin-bottom: 10px; font-size: 16px; }
.footer-section .right-part .menu-box .inner-box { margin-bottom: 10px; }

.footer-section .footer-bottom { background: #DDE2E5; }
.footer-section .footer-bottom h4 { font-style: normal; font-weight: 400; }
.footer-section .footer-bottom .left-text { width: 50%; padding-right: 30px; }
.footer-section .footer-bottom .right-text { width: 50%; padding-left: 30px; font-size: 14px; line-height: 21px; }
.footer-section .footer-bottom p { font-size: 14px; line-height: 21px; margin-bottom: 10px; }
.footer-section .copyright.mobile-show { display: none;}
.footer-section .footer-bottom a { color: #11173E; font-weight: 600; text-decoration:underline; }
.footer-section .footer-bottom a:hover { color: #81D7C3; }
.footer-section .right-part .menu-box .menu-item ul li a sub { position: relative; top: -5px; font-size: 10px;}

.page-sticky-btn { position: fixed; top: 50%; transform: translateY(-50%); z-index: 99; left: auto; right: 0; width: 84px; text-align: center; }
.page-sticky-btn a { display: inline-block; width: 100%; background: #81D7C3; border-radius: 10px 0px 0px 10px; color: #0D1232; font-family: Montserrat; font-size: 15px; font-weight: 600; line-height: 20px; padding: 16px 10px 14px; }
.page-sticky-btn a:hover { background: #497780; color: #fff; }


/* ========================================= */
/* ------------- Fund page ----------------- */

.hero-section .section-heading h1 span { font-weight: 700; text-decoration: none; font-family: 'Chesna Grotesk', sans-serif; font-style: normal; font-size: 65px; text-transform: none; line-height: 1.2; margin: 0 0 15px; letter-spacing: 2.6px; }
.hero-section .section-heading .content { color: #F0F0F0; font-size:22px; line-height:31px; max-width: 620px; width: 100%; margin: auto; }
.hero-section .pdf-wrap { margin: 0 -10px; }
.hero-section .pdf-box { padding: 0 10px 20px; }
.hero-section .pdf-box a { background: transparent; display: flex; align-items: center; border-radius: 0; padding: 0; min-width: 250px; text-align: center; justify-content: center; padding: 7px 15px; }
.hero-section .pdf-box a:hover { background:#81D7C3; }
.hero-section .pdf-box a svg path {  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
.hero-section .pdf-box a:hover svg path { fill: #11173E; }
.hero-section .pdf-box a svg { margin-left: 10px; }

/* ------------- Nav Menu Strip ----------------- */
.nav-menu-strip ul li { display: inline-block; position: relative; }
.nav-menu-strip ul li:before { content: ' '; top: 0; left: auto; right: 0; background: #37393D; width: 1px; height: 100%; position: absolute; }
.nav-menu-strip ul li a { display: inline-block; padding: 12px 30px 10px; font-size: 22px; font-style: normal; font-weight: 400; line-height: 140%; color: #F0F0F0; opacity: 0.6; }
.nav-menu-strip ul li:first-child:after { content: ' '; top: 0; left: 0; background: #37393D; width: 1px; height: 100%; position: absolute; }
.nav-menu-strip ul li a:before { content: ' '; top: auto; left: 0; right: 0; margin: auto; position: absolute; width: 0; height: 2px; background: #81D7C3; bottom: -15px;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
.nav-menu-strip ul li a.active:before { width: 100%; }
.nav-menu-strip ul li a:hover, .nav-menu-strip ul li a.active { color: #81D7C3; opacity: 1; }
/* body.sticky .nav-menu-strip  {	position: fixed !important;	z-index: 111; top: 135px; width:100%;} */
body.sticky .nav-menu-strip  {	position: fixed !important;	z-index: 111; top: 86px; width:100%;}
body.sticky.top-bar .nav-menu-strip { top: 138px;}
/* body.sticky.top-bar .nav-menu-strip { top: 86px;} */

/* ------------- Service Section ----------------- */
.service-section .section-heading h2 { color:#81D7C3; margin-bottom:0; }
.service-section .service-slider .box { margin: 0 8px;}
.service-section .service-slider .box .inner-box { background: #0D1232; border-radius: 10px; padding: 40px 10px; }
.service-section .service-slider .box .icon { width: 58px; height:58px; margin: auto; }
.service-section .service-slider .box h5 { margin: 20px 0; line-height: 1.1; font-size: 22px; }
.service-section .service-slider .box .details br { display: none;}
.service-section .service-slider .box .details { font-size: 16px; line-height: 24px; font-weight:500; /*padding-bottom: 17px;*/ padding-bottom:0; }
.service-section .service-slider .box h6 { font-size: 14px; font-family: Montserrat; font-weight: 400; color: #DDE2E5; }
.service-section .service-slider .slick-list.draggable { margin: 0 -8px; }
.service-section .service-slider.dot-hide ul.slick-dots { display: none;}

/* ------------- Fund Overview Section ----------------- */
.fund-overview-section .left-part { width: 50%; padding-right: 25px; }
.fund-overview-section .right-part { width: 50%; padding-left: 25px; }
.fund-overview-section .title-box { width: 60%; padding-right: 20px; }
.fund-overview-section .video-btn { width: 40%; text-align: right; }
.fund-overview-section .title-box h6 { color: #3D5388; font-size: 16px; font-style: normal; font-weight: 500; }
.fund-overview-section .video-btn .fund-video-box { display: none; }
.fund-overview-section .video-btn a { background: #3D5388; border-color: #3D5388; color: #F6FDFF; display: inline-flex; align-items: center; padding: 12px 42px 10px; }
.fund-overview-section .video-btn a svg { margin-left: 7px; }
.fund-overview-section .video-btn a:hover { background: #497780; border-color: #497780; }
.fund-overview-section .left-part .box { display: flex; padding: 12px 0 8px; border-bottom: 1px solid #AFB4B9; }
.fund-overview-section .left-part .box .col-specification { width: 60%; font-weight: 500; }
.fund-overview-section .left-part .box .col-details { width: 40%; text-align: right; padding-left: 10px; font-weight: 500; }
.fund-overview-section .left-part .foot-notes { padding: 0px;margin: 30px 0 0;font-size: 16px; font-weight: 700; }
.fund-overview-section .right-part .summary { padding: 7px 0 27px; font-size: 16px; line-height: 24px; }
.fund-overview-section .right-part .portfolio-box .person-box { padding: 7px 0 0; }
.fund-overview-section .right-part .portfolio-box .person-box .person-img { width: 120px; height: 120px; }
.fund-overview-section .right-part .portfolio-box .person-box .person-img img { width: 100%; }
.fund-overview-section .right-part .portfolio-box .person-box .person-details { padding-left: 27px; width: calc(100% - 120px); }
.fund-overview-section .right-part .portfolio-box .person-box .person-details h5 { color: #3D5388; font-weight: 700; font-size: 20px; line-height: 120%; margin-bottom: 10px; }
.fund-overview-section .right-part .portfolio-box .person-box .linkedin a { display: flex; align-items: center; color: #11173E; font-weight: 500; font-size: 16px; }
.fund-overview-section .right-part .portfolio-box .person-box .linkedin a span { line-height: 0; display: inline-block; padding: 0 0 0 10px; }
.fund-overview-section .right-part .portfolio-box .person-box .linkedin a:hover { color: #3D5388; }
.fund-overview-section .right-part .portfolio-box .person-intro { padding: 27px 0 0; font-size: 16px; line-height: 24px;}
.fund-overview-section .right-part .portfolio-box .linkedin-mobile { display: none;}
#fund-video { background: transparent !important; padding: 0 15px !important; max-width: 1001px !important; width: 100% !important; }
#fund-video video { width: 100%; height: 100%; }
#fund-video button.fancybox-close-small { position: fixed; top: 0; left: auto; right: 0; background: #81D7C3; opacity:1; }
#fund-video button.fancybox-close-small svg { stroke: #11173E; }


.fund-overview-section .left-part .box .col-specification svg { width: 14px; height: 14px; cursor: pointer; }
.fund-overview-section .left-part .box .col-specification { position: relative; }
.fund-overview-section .left-part .box .col-specification .footnote-tooltip { position: absolute; top: auto; bottom: 32px; max-width: 500px; height: auto; background: #11173e; padding: 8px; border-radius: 5px; font-size: 10px; line-height: 1.3; color: #fff; left: 0; transition: all 0.4s; opacity: 0; visibility: hidden; text-align: center; }
.fund-overview-section .left-part .box .col-specification .tool-icon { position: relative; }
.fund-overview-section .left-part .box .col-specification .tool-icon:before { content: ' '; top: -7px; left: 2px; position: absolute; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 8px solid #11173e; transition: all 0.4s; opacity: 0; visibility: hidden; }
.fund-overview-section .left-part .box .col-specification .tooltip-cover { display: inline-block; padding-left: 2px; }
.fund-overview-section .left-part .box .col-specification .tooltip-cover:hover .footnote-tooltip { opacity: 1; visibility: visible; }
.fund-overview-section .left-part .box .col-specification .tool-icon { position: relative; }
.fund-overview-section .left-part .box .col-specification .tooltip-cover:hover .tool-icon:before { opacity: 1; visibility: visible;}

/* ------------- Document Section ----------------- */
.document-section .box { width: calc(100% / 2 - 56px); margin: 0 28px 0px; border-bottom: 1px solid #AFB4B9; display: flex; }
.document-section .box .details { display: flex; align-items: center; line-height: 0; width: 100%; }
.document-section .box .details .icon { width: 32px; }
.document-section .box .details .icon svg { width: 32px; }
.document-section .box .details .download { width: 24px; }
.document-section .box .details .download svg { width: 24px; }
.document-section .box .details .text { width: calc(100% - 56px); color: #F6FDFF; padding: 0 14px;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; line-height: 25.5px; }
.document-section { overflow: hidden; }
.document-section .wrap { margin: 0 -28px; }
.document-section .box a { padding: 20px 0; display: inline-flex; width: 100%; line-height: 25px; }
.document-section .box a:hover .text { color: #81D7C3; }
.document-section .box:first-child,
.document-section .box:nth-child(2) { border-top: 1px solid #AFB4B9; }
.document-section h5 {font-size: 20px; font-weight: 700; line-height:24px; }

/* ------------- Explore ETF Section ----------------- */
.explore-etf-section {overflow: hidden;}
.explore-etf-section .box { margin: 0 20px 0px;  }
.explore-etf-section .box .inner-box {border: 1px solid #96C3D6; border-radius: 10px; padding: 28px 15px;  }
.explore-etf-section .slick-list.draggable { margin: 0 -20px; }
.explore-etf-section .box .icon { width: 48px; height: 48px; margin: auto; }
.explore-etf-section .box h3 { font-size: 43px; font-weight: 700; line-height: normal; margin: 5px 0 0; }
.explore-etf-section .box .sub-text { font-size: 20px; font-weight: 400; line-height: 24px; }
.explore-etf-section .explore-slider.dot-hide ul.slick-dots { display: none;}

/* ------------- Logo Section ----------------- */
.logo-section .section-heading h2 { margin: 0; }
.logo-section .logo-wrap .logo-boxes { width:calc(33.33% - 88px); margin: 0 44px 35px;height:115px;  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } 
.logo-section .bottom-content p { margin: 0; }
.logo-section .bottom-content { max-width: 800px; width: 100%; }
.logo-section .logo-wrap .logo-boxes .logo {padding: 0 40px; }

/* ------------- Portfolio Section ----------------- */
.portfolio-section .left-part .title-box h6 { color: #3D5388; font-size: 16px; font-style: normal; font-weight: 500;}
.portfolio-section .left-part { width: 50%; padding-right: 42px; }
.portfolio-section .right-part { width: 50%; padding-left: 42px; }
.portfolio-section .left-part .box { display: flex; padding: 12px 0 8px; border-bottom: 1px solid #AFB4B9; }
.portfolio-section .left-part .box .col-specification { width: 80%; font-weight: 500; }
.portfolio-section .left-part .box .col-details { width: 20%; text-align: right; padding-left: 10px; font-weight: 500; }
.portfolio-section .left-part .box.table-title .col-specification, .portfolio-section .left-part .box.table-title .col-details { font-weight:700; }
.portfolio-section .left-part .box.table-title {border-top: 1px solid #AFB4B9;}
.portfolio-section .left-part .box.downlod-holding { display: flex; align-items: center; line-height: 0; width: 100%; }
.portfolio-section .left-part .box.downlod-holding .icon { width: 32px; }
.portfolio-section .left-part .box.downlod-holding .icon svg { width: 32px; }
.portfolio-section .left-part .box.downlod-holding .download { width: 24px; }
.portfolio-section .left-part .box.downlod-holding .download svg { width: 24px; }
.portfolio-section .left-part .box.downlod-holding .text { width: calc(100% - 56px); color:  #11173E; padding: 0 14px; font-weight: 700;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; line-height: 25.5px; }
.portfolio-section .left-part .box.downlod-holding a { padding: 10px 0; display: inline-flex; width: 100%; line-height: 25px; color: #11173E; font-weight: 700; }
.portfolio-section .left-part .box.downlod-holding a:hover .text { color: #81D7C3; }
.portfolio-section .right-part .pro-box { line-height: 0; margin-bottom: 20px; }
.portfolio-section .right-part .pro-box:last-child { margin-bottom:0; }
.portfolio-section .right-part .pro-box h6 { width: 80%; font-size: 16px; font-weight: 400; line-height: 24px; }
.portfolio-section .right-part .pro-box span { width: 20%; text-align: right; font-size: 16px; font-weight: 400; line-height: 24px; }
.portfolio-section .right-part .pro-box .bar { width: 100%; display: inline-block; vertical-align: top; background: #DDE2E5; border-radius: 5px; height: 10px; position: relative; }
.portfolio-section .right-part .pro-box .bar span { display: inline-block; position: absolute; top: 0; left: 0; height: 10px;  border-radius: 5px; transition: all 0.4s; }
.portfolio-section .right-part .pro-box .bar span:before { content: ' '; top: 0; left: 0; width: 0; height: 100%; background: #96C3D6; position: absolute; border-radius: 5px; transition: all 3s;}
.portfolio-section .right-part .pro-box.animated .bar span:before { width:100%; }
.portfolio-section .right-part .pro-box:nth-child(1) .bar span:before { background: #96C3D6; }
.portfolio-section .right-part .pro-box:nth-child(2) .bar span:before { background: #E49E22; }
.portfolio-section .right-part .pro-box:nth-child(3) .bar span:before { background: #81D7C3; }
.portfolio-section .right-part .pro-box:nth-child(4) .bar span:before { background: #C269F2; }
.portfolio-section .right-part .pro-box:nth-child(5) .bar span:before { background: #AFB4B9; }
.portfolio-section .right-part .pro-box:nth-child(6) .bar span:before { background: #96C3D6; }
.portfolio-section .right-part .pro-box:nth-child(7) .bar span:before { background: #E49E22; }
.portfolio-section .right-part .pro-box:nth-child(8) .bar span:before { background: #81D7C3; }
.portfolio-section .right-part .pro-box:nth-child(9) .bar span:before { background: #C269F2; }
.portfolio-section .right-part .pro-box:nth-child(10) .bar span:before { background: #AFB4B9; }

/* ------------- Prive & Performance Section ----------------- */
.price-performance-section .tab-list { background: #0D1232; padding: 16px 0; }
.price-performance-section .tab-list ul { display: flex; flex-wrap: wrap; justify-content: center; }
.price-performance-section .tab-list ul li { font-size: 22px; font-weight: 400; color: #F0F0F0; line-height: 31px; position: relative; cursor: pointer; transition: all 0.4s; }
.price-performance-section .tab-list ul li:before { content: ' '; top: 1px; left: auto; width: 1px; height: 45px; background: #37393D; position: absolute; right: 0; }
.price-performance-section .tab-list ul li:first-child:after { content: ' '; top: 1px; left: 0; width: 1px; height: 45px; background: #37393D; position: absolute; }
.price-performance-section .tab-list ul li:hover { color: #81D7C3; }
.price-performance-section .tab-list ul li span { display: inline-block; width: 100%; padding: 7px 46px; position: relative; opacity: 0.63; }
.price-performance-section .tab-list ul li span:before { content: ''; top: auto; bottom: -16px; left: 0; width: 100%; height: 2px; background: #81D7C3; position: absolute;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; opacity: 0; visibility: hidden; }
.price-performance-section .tab-list ul li.active span:before { opacity: 1; visibility: visible; }
.price-performance-section .tab-list ul li.active { color: #81D7C3; }
.price-performance-section .tab-list ul li.active span {opacity: 1; }
.price-performance-section .tab-content {display: none;}
.price-performance-section .distribution-table { overflow-x: auto; }
.price-performance-section .distribution-table>* { min-width: 900px; }
.price-performance-section .distribution-table__heading { align-items: stretch; justify-content: space-between; flex-wrap: nowrap; text-align: center; }
.price-performance-section .distribution-table__row { align-items: stretch; justify-content: space-between; flex-wrap: nowrap; text-align: center; }
.price-performance-section .distribution-table__heading>*, .price-performance-section .distribution-table__row>* { border-bottom: 1px solid #3D5388; width: 100%; }
.price-performance-section .distribution-table__heading>*, .price-performance-section .distribution-table__row>* { padding: 10px 0.5rem; display: flex; align-items: center; justify-content: center; }
.price-performance-section .distribution-table__heading>:not(:last-child),
.price-performance-section .distribution-table__row>:not(:last-child) { border-right: 1px solid #3D5388; }
.price-performance-section .distribution-table__heading .distribution-table__cell h4 { font-size: 17px; font-weight: 700; line-height: 25.5px; margin: 0; color: #81D7C3; }
.price-performance-section .distribution-table__cell span { font-size: 17px; font-weight: 400; color: #F6FDFF; line-height: 25px; word-break: break-all; }
.price-performance-section .performance-tab .select { position: relative; width: 246px; padding-left: 49px; }
.price-performance-section .performance-tab .select .select-styled { border: 1px solid #81D7C3; border-radius: 12px; padding: 9px 34px 6px; color: #81D7C3; font-size: 16px; font-weight: 600; position: relative; background: #11173e; z-index: 1; cursor: pointer; font-family: Montserrat; }
.price-performance-section .performance-tab .select ul.select-options { position: absolute; top: calc(100% - 12px); left: auto; right: 0; width: 197px; border: 1px solid #81D7C3; border-top: 0; padding: 20px 0px 0; background: #81D7C3; display: none; border-radius: 0 0 12px 12px;}
.price-performance-section .performance-tab .select ul.select-options li { padding: 0 33px 5px; cursor: pointer;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
.price-performance-section .performance-tab .select .select-styled:before { content: ' '; background-image: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/arrow-down-s-line.svg); position: absolute; width: 24px; height: 24px; left: auto; right: 32px; background-repeat: no-repeat; background-size: contain; top: 51%; transform: translateY(-50%);  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
.price-performance-section .performance-tab .select ul.select-options li:hover { color: #fff;}
.price-performance-section .performance-tab .select .asof { position: absolute; left: 0; color: #96C3D6; font-size: 14px; font-weight: 400; line-height: 21px; top: 13px; }
.price-performance-section .performance-tab .select ul.select-options li.active { display:none; }
.price-performance-section .performance-tab .select .select-styled.active:before { transform: translateY(-50%) rotate(180deg);}
.price-performance-section .performance-table { overflow-x: auto; }
.price-performance-section .performance-table>* { min-width: 900px; }
.price-performance-section .performance-table__heading { align-items: stretch; justify-content: space-between; flex-wrap: nowrap; text-align: center; }
.price-performance-section .performance-table__row { align-items: stretch; justify-content: space-between; flex-wrap: nowrap; text-align: center; }
.price-performance-section .performance-table__heading>*, .price-performance-section .performance-table__row>* { border-bottom: 1px solid #3D5388; width: 100%; }
.price-performance-section .performance-table__heading>*, .price-performance-section .performance-table__row>* { padding: 10px 0.5rem; display: flex; align-items: center; justify-content: center; }
.price-performance-section .performance-table__heading>:not(:last-child),
.price-performance-section .performance-table__row>:not(:last-child) { border-right: 1px solid #3D5388; }
.price-performance-section .performance-table__heading .performance-table__cell h4 { font-size: 17px; font-weight: 700; line-height: 25.5px; margin: 0; color: #81D7C3; }
.price-performance-section .performance-table__cell span { font-size: 17px; font-weight: 400; color: #F6FDFF; line-height: 25px; word-break: break-all; display: none; }
.price-performance-section .performance-table__cell span.row-name {	display: block !important;}
.price-performance-section .performance-table__cell span.show { display: block !important; }
.price-performance-section .bottom-content { font-size: 16px; line-height: 24px; }
.price-performance-section .bottom-content p { margin: 0; }
.price-performance-section .premium-table { overflow-x: auto; }
.price-performance-section .premium-table>* { min-width: 900px; }
.price-performance-section .premium-table__heading { align-items: stretch; justify-content: space-between; flex-wrap: nowrap; text-align: center; }
.price-performance-section .premium-table__row { align-items: stretch; justify-content: space-between; flex-wrap: nowrap; text-align: center; }
.price-performance-section .premium-table__heading>*, .price-performance-section .premium-table__row>* { border-bottom: 1px solid #3D5388; width: 100%; }
.price-performance-section .premium-table__heading>*, .price-performance-section .premium-table__row>* { padding: 10px 0.5rem; display: flex; align-items: center; justify-content: center; }
.price-performance-section .premium-table__heading>:not(:last-child),
.price-performance-section .premium-table__row>:not(:last-child) { border-right: 1px solid #3D5388; }
.price-performance-section .premium-table__heading .premium-table__cell h4 { font-size: 17px; font-weight: 700; line-height: 25.5px; margin: 0; color: #81D7C3; }
.price-performance-section .premium-table__cell span { font-size: 17px; font-weight: 400; color: #F6FDFF; line-height: 25px; word-break: break-all; }
.price-performance-section .premium-tab .switch { position: relative; display: inline-block; width: 40px; height: 24px; }
.price-performance-section .premium-tab .switch input { opacity: 0; width: 0; height: 0; }
.price-performance-section .premium-tab .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #81D7C3; -webkit-transition: .4s; transition: .4s; }
.price-performance-section .premium-tab .slider:before { position: absolute; content: ""; height: 17px; width: 17px; left: 4px; bottom: 3px; background-color: #0D1232; -webkit-transition: .4s; transition: .4s; }
.price-performance-section .premium-tab input:checked + .slider { background-color: #81D7C3; }
.price-performance-section .premium-tab input:focus + .slider { box-shadow: 0 0 1px #2196F3; }
.price-performance-section .premium-tab input:checked + .slider:before { -webkit-transform: translateX(15px); -ms-transform: translateX(15px); transform: translateX(15px); }
.price-performance-section .premium-tab .slider.round { border-radius: 34px; }
.price-performance-section .premium-tab .slider.round:before { border-radius: 50%; }
.price-performance-section .premium-tab .switch-button { text-align: right; }
.price-performance-section .premium-tab .switch-button span { font-size: 16px; font-weight: 400; color: #F0F0F0; font-family: Montserrat; display: inline-block; padding-right: 16px; }
.price-performance-section .premium-tab .switch-button span.text-primary { padding: 0 0 0 16px; }
.toll-nav-market-price-container .price-table__row { width: calc(100% / 2 - 20px); border-bottom: 1px solid #3d5388; padding: 15px 24px; align-items: center; display: flex; justify-content: space-between; margin: 0 10px; }
.toll-nav-market-price-container .price-table__row span { color: #fff; display: inline-block; }
.toll-nav-market-price-container .price-table__row span:first-child { padding-right: 20px; }
.toll-nav-market-price-container .price-table__wrap { margin: 0 -10px; }
.toll-nav-market-price-container .as-of-date-container { color: #fff; padding: 30px 0 20px; }


/* ------------- Inverstment Section ----------------- */
.investment-section .investment-boxes.dis-flex{margin:0 -21px;}
.investment-section .investment-boxes .left-boxes,
.investment-section .investment-boxes .middle-boxes{width:35%;}
.investment-section .investment-boxes .right-boxes{width:30%;}
.investment-section .investment-boxes .left-boxes,
.investment-section .investment-boxes .middle-boxes,
.investment-section .investment-boxes .right-boxes{padding:0 21px;}
.investment-section .investment-title .title-sec{max-width:780px;width:100%;position:relative;cursor:pointer;padding-right:40px;}
.investment-section .investment-title .title-sec:after{transform: rotate(180deg);transition: all .5s ease-in-out;content:'';position:absolute;width:32px;height:32px;background-image:url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/arrow-up-s-line.svg);top:4px;right:0;background-position:center;background-size:contain;background-repeat:no-repeat}
.investment-section .investment-title .title-sec.open:after {transform: rotate(0deg);}
.investment-section .investment-content { display: none; }
.investment-section .investment-title .title-sec h2 { margin: 0; }
.investment-section .investment-boxes .left-boxes .content{padding-top:19px}
.investment-section .investment-boxes .left-boxes .content p{margin:0;font-size:14px;font-weight:400;line-height:140%}
.investment-section .investment-boxes .left-boxes .images{width:100%;max-width:373px;}
.investment-section .investment-boxes .middle-boxes .title-sub-title,
.investment-section .investment-boxes .middle-boxes .ratio-text{max-width:253px;width:100%;margin:0 auto;text-align:center;}
.investment-section .investment-boxes .middle-boxes .title-sub-title h3{margin:0}
.investment-section .investment-boxes .middle-boxes .title-sub-title h4{font-style:normal;font-weight:400;line-height:140%}
.investment-section .investment-boxes .middle-boxes .ratio-text h3{margin:0;color:#2dce9a;font-size:32px;font-weight:700;}
.investment-section .investment-boxes .middle-boxes .ratio-text h4{font-size:23px;font-style:normal;font-weight:400;line-height:140%}
.investment-section .investment-boxes .middle-boxes .image{max-width:255px;width:100%;text-align:center;margin: auto;}
.investment-section .investment-boxes .middle-boxes .ratio-part{padding-top:20px}
.investment-section .investment-boxes .middle-boxes .ratio-part .ratio-inner{display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:10px;max-width: 150px; width: 100%; margin: 0 auto; align-items: center; }
.investment-section .investment-boxes .middle-boxes .ratio-part .ratio-inner:last-child{padding-bottom:0}
.investment-section .investment-boxes .middle-boxes .ratio-part .ratio-inner .text-part p {margin:0;font-size: 16px;font-weight: 400;line-height: 150%;}
.investment-section .investment-boxes .middle-boxes .ratio-part .ratio-inner .ratio-image-part { width: 20px; line-height: 0; }
.investment-section .investment-boxes .middle-boxes .ratio-part .ratio-inner .text-part { width: calc(100% - 20px); padding-left:20px}
.investment-section .investment-boxes .right-boxes .list-content ul{padding:30px 30px 30px 50px;background:#f6fdff}
.investment-section .investment-boxes .right-boxes .list-content li{padding-bottom:20px;font-size:20px;position:relative;}
.investment-section .investment-boxes .right-boxes .list-content li:last-child{padding-bottom:0}
.investment-section .investment-boxes .right-boxes .list-content li:after { content: ''; position: absolute; width: 4px; height: 4px; background: #11173E; border-radius: 50px; top: 6px; left: -15px; }

.uncolap.investment-section .investment-title .title-sec{max-width:780px;width:100%;position:relative;pointer-events: none;padding-right:40px;}
.uncolap.investment-section .investment-title .title-sec:after {display:none;}
.uncolap.investment-section .investment-title .title-sec.open:after {display:none;}
.uncolap.investment-section .investment-content { display: block; }

/* ============================================================ */
/* ------------- Fund Resource Overview page ----------------- */

.exchange-trade-section .section-main-title h1 {background: linear-gradient(90deg, #11173E 0%, #11173E 55.07%, #81D7C3 69%);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}
.exchange-trade-section .section-main-title .subtitle { max-width:800px; width:100%; margin:auto; }
.exchange-trade-section .section-main-title .container {padding: 0 15px;}
.exchange-trade-section .section-heading .tab-list { text-align: right; padding-left: 30px; }
.exchange-trade-section .section-heading { justify-content: space-between; }
.exchange-trade-section .section-heading h2 { margin-bottom:0; width:45%; }
.exchange-trade-section .section-heading .tab-list ul li { border: 1px solid #3D5388; display: inline-block; font-size: 16px; font-weight: 600; line-height: 24px; font-family: Montserrat; border-radius: 12px; cursor: pointer; padding: 11px 32px; transition: all 0.4s; margin-left: 17px; min-width: 174px; text-align: center; color: #3D5388; }
.exchange-trade-section .section-heading .tab-list ul li:hover, .exchange-trade-section .section-heading .tab-list ul li.active { background: #3D5388; color: #F6FDFF; }
.exchange-trade-section .table-heading { width: 100%; text-align: center; border-bottom: 1px solid #3D5388; padding: 20px 0; }
.exchange-trade-section .table-heading .table-heading-cell { font-weight: 700; line-height: 25px; padding: 0 10px; display: flex; align-items: center; justify-content: center; }
.exchange-trade-section .table-heading .table-heading-cell:first-child { width: 6%; text-align: left; padding-left: 0; justify-content: flex-start; }
.exchange-trade-section .table-heading .table-heading-cell:nth-child(2) { width: 28%; text-align: left; justify-content: flex-start; }
.exchange-trade-section .table-heading .table-heading-cell:nth-child(3) { width: 10%; text-align: center; }
.exchange-trade-section .table-heading .table-heading-cell:nth-child(4) { width: 10%; text-align: center; padding-left: 16px; padding-right: 15px;}
.exchange-trade-section .table-heading .table-heading-cell:nth-child(5) { width: 9%; }
.exchange-trade-section .table-heading .table-heading-cell:nth-child(6) { width: 9%; }
.exchange-trade-section .table-heading .table-heading-cell:nth-child(7) { width: 10%; }
.exchange-trade-section .table-heading .table-heading-cell:nth-child(8) { width: 9%; }
.exchange-trade-section .table-heading .table-heading-cell:nth-child(9) { width: 9%; }
.exchange-trade-section .table-heading .table-heading-cell:nth-child(10) { width: 9%; padding-right: 0; }
.exchange-trade-section .table-raw { border-bottom: 1px solid #3D5388; padding: 15px 0; }
.exchange-trade-section .table-raw .table-cell:first-child { width: 6%; text-align: left; padding-left: 0; justify-content: flex-start; }
.exchange-trade-section .table-raw .table-cell:nth-child(2) { width: 28%; text-align: left; justify-content: flex-start; }
.exchange-trade-section .table-raw .table-cell:nth-child(3) { width: 10%; }
.exchange-trade-section .table-raw .table-cell:nth-child(4) { width: 10%; }
.exchange-trade-section .table-raw .table-cell:nth-child(5) { width: 9%; }
.exchange-trade-section .table-raw .table-cell:nth-child(6) { width: 9%; }
.exchange-trade-section .table-raw .table-cell:nth-child(7) { width: 10%; }
.exchange-trade-section .table-raw .table-cell:nth-child(8) { width: 9%; }
.exchange-trade-section .table-raw .table-cell:nth-child(9) { width: 9%; }
.exchange-trade-section .table-raw .table-cell:nth-child(10) { width: 9%; padding-right: 0; }
.exchange-trade-section .table-raw .table-cell { text-align: center; padding: 0 10px; display: flex; align-items: center; justify-content: center; }
.exchange-trade-section .tab-content { display: none;}
.exchange-trade-section .table-heading .performance-table__cell:nth-child(9) { width: 15%; }
.exchange-trade-section .table-heading .performance-table__cell:nth-child(8) { width: 11%; }
.exchange-trade-section .table-heading .performance-table__cell:nth-child(7) { width: 11%; }
.exchange-trade-section .table-heading .performance-table__cell:nth-child(6) { width: 11%; }
.exchange-trade-section .table-heading .performance-table__cell:nth-child(5) { width: 11%; }
.exchange-trade-section .table-heading .performance-table__cell:nth-child(4) { width: 11%; }
.exchange-trade-section .table-heading .performance-table__cell:nth-child(3) { width: 11%; }
.exchange-trade-section .table-heading .performance-table__cell:nth-child(2) { width: 28%; }
.exchange-trade-section .performance-table__row .performance-table__cell:nth-child(9) { width: 15%; }
.exchange-trade-section .performance-table__row .performance-table__cell:nth-child(8) { width: 11%; }
.exchange-trade-section .performance-table__row .performance-table__cell:nth-child(7) { width: 11%; }
.exchange-trade-section .performance-table__row .performance-table__cell:nth-child(6) { width: 11%; }
.exchange-trade-section .performance-table__row .performance-table__cell:nth-child(5) { width: 11%; }
.exchange-trade-section .performance-table__row .performance-table__cell:nth-child(4) { width: 11%; }
.exchange-trade-section .performance-table__row .performance-table__cell:nth-child(3) { width: 11%; }
.exchange-trade-section .performance-table__row .performance-table__cell:nth-child(2) { width: 28%; }

.exchange-trade-section .literature-table__heading .literature-table__cell { padding: 0 5px; }
.exchange-trade-section .literature-table__heading .literature-table__cell:nth-child(2) { width: 28%; }
.exchange-trade-section .literature-table__heading .literature-table__cell:nth-child(3) { width: 9%; }
.exchange-trade-section .literature-table__heading .literature-table__cell:nth-child(4) { width: 9%; text-align: center; }
.exchange-trade-section .literature-table__heading .literature-table__cell:nth-child(5) { width: 8%; }
.exchange-trade-section .literature-table__heading .literature-table__cell:nth-child(6) { width: 8%; }
.exchange-trade-section .literature-table__heading .literature-table__cell:nth-child(7) { width: 8%; }
.exchange-trade-section .literature-table__heading .literature-table__cell:nth-child(8) { width: 8%; }
.exchange-trade-section .literature-table__heading .literature-table__cell:nth-child(9) { width: 8%; padding: 0 5px; }
.exchange-trade-section .literature-table__heading .literature-table__cell:nth-child(10) { width: 8%; }
.exchange-trade-section .literature-table__row .literature-table__cell:nth-child(2) { width: 28%; }
.exchange-trade-section .literature-table__row .literature-table__cell:nth-child(3) { width: 9%; }
.exchange-trade-section .literature-table__row .literature-table__cell:nth-child(4) { width: 9%; }
.exchange-trade-section .literature-table__row .literature-table__cell:nth-child(5) { width: 8%; }
.exchange-trade-section .literature-table__row .literature-table__cell:nth-child(6) { width: 8%; }
.exchange-trade-section .literature-table__row .literature-table__cell:nth-child(7) { width: 8%; }
.exchange-trade-section .literature-table__row .literature-table__cell:nth-child(8) { width: 8%; }
.exchange-trade-section .literature-table__row .literature-table__cell:nth-child(9) { width: 8%; }
.exchange-trade-section .literature-table__row .literature-table__cell:nth-child(10) { width: 8%; }
.exchange-trade-section .table-raw h5 { display: none;}
.foot-notes { margin-top: 30px;}
.exchange-trade-section .tab-content .table-cell a { text-decoration: underline;}
.exchange-trade-section .tab-content .table-cell a:hover { text-decoration: none; }

/* ======================================================= */
/* --------------------- Home page ----------------------- */

.subscribe-strip-section .section-heading h2 { margin: 0; }
.subscribe-strip-section .section-heading { width: 60%; }
.subscribe-strip-section .form-box { width: 40%; padding-left: 30px; text-align: right; }
.subscribe-strip-section .form-box form { position: relative; }
.subscribe-strip-section .form-box .hs-submit { position: absolute; top: 0; left: auto; right: 0; }
.subscribe-strip-section .form-box .hs-submit .hs-button { height: 48px; }
.subscribe-strip-section .form-box .hs-form-field { padding-right: 194px; padding-bottom: 0; }
.subscribe-strip-section .form-box .hs-form-field .hs-error-msgs.inputs-list { display: none; }
.subscribe-strip-section .form-box .hs-form-field input.invalid.error { border-color: #a32a2a; }
.subscribe-strip-section .form-box h3.form-title { display: none;}

/* ------------- Logo Strip Section ----------------- */
.logo-strip-section { overflow: hidden; }
.logo-strip-section .box { padding: 0 27px 0px; }
.logo-strip-section .box .img-box { height: 32px; display: flex; align-items: center; justify-content: center; }
.logo-strip-section .asof-logo { width: 100px; line-height: 0; }
.logo-strip-section .logo-strip-marquee { width: calc(100%  - 100px); padding-left: 20px; }


/* ------------- Differentiate Section ----------------- */
.differentiate-section { border-top: 1px solid #96C3D6;}
.differentiate-section .section-heading h2 span { color: #3D5388; }
.differentiate-section .slick-list.draggable { margin: 0 -10px;}
.differentiate-section .differentiate-slider .box {  margin:0 10px; }
.differentiate-section .differentiate-slider .box .inner-cover { border: 1px solid #96C3D6; border-radius: 5px; padding: 30px 20px; text-align: center;}
.differentiate-section .differentiate-slider .box h3 { font-size: 22px; line-height: 30px; font-weight: 700; position:relative;}
.differentiate-section .differentiate-slider .box h3:before { content: ' '; top: auto; bottom: 0; left: 0; right: 0; position: absolute; background: #81D7C3; width: 103px; height: 5px; margin: auto; }
.differentiate-section .differentiate-slider .box .content { font-size: 16px; line-height: 24px;}
.differentiate-section .differentiate-slider .box .content p { margin: 0;}
.differentiate-section .differentiate-slider .box .icon { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; margin: auto; }
.differentiate-section .dot-hide .slick-dots { display: none; }

.how-to-invest-section.differentiate-section .differentiate-slider .box .inner-cover { padding: 40px 20px; }
/* .how-to-invest-section.differentiate-section .differentiate-slider .box h3 { height: 100%; } */
.how-to-invest-section.differentiate-section .differentiate-slider .box .icon img { width: 100%; height: 100% !important; object-fit: contain;}
.how-to-invest-section.differentiate-section .differentiate-slider .box .icon img { width: 100%; height: 100% !important; object-fit: contain; }
.how-to-invest-section.differentiate-section .differentiate-slider .box .link a { text-transform: uppercase; display: flex; align-items: center; justify-content: center; }
.how-to-invest-section.differentiate-section .differentiate-slider .box .link a:hover { font-weight: 700; }
.how-to-invest-section.differentiate-section .differentiate-slider .box .link a svg { width: 24px; height: 24px; margin-left: 2px; transition: all 0.4s; }
.how-to-invest-section.differentiate-section .differentiate-slider .box .link a:hover svg { transform: rotate(45deg); }
.how-to-invest-section.differentiate-section .differentiate-slider .box h3 { font-weight: 400; color: #11173E;}



/* ------------- Portfolio Section ----------------- */
.portfolio-manager-section .left-part { width: 30%; }
.portfolio-manager-section .right-part { width: 70%; padding-left: 50px; }
.portfolio-manager-section .left-part .manager-box .img-box { width: 220px; height: 212px; }
.portfolio-manager-section .left-part .manager-box .img-box img { width: 100%; height: 100% !important; object-fit: cover; }
.portfolio-manager-section .etf-box a { display: inline-block; background: #81D7C3; border-radius: 12px; font-family: Montserrat; color: #11173E; font-size: 16px; font-weight: 600; line-height: 24px; padding: 12px 55px; }
.portfolio-manager-section .etf-box a:hover { background: #497780; color: #fff; }
.portfolio-manager-section .etf-box { padding: 0 24px 25px 0; }
.portfolio-manager-section .mobileshow-linkedin { display: none;}
.portfolio-manager-section .mobileshow-linkedin svg, .portfolio-manager-section .linkedin svg { margin-right: 5px; position: relative; top: -1px;}
.portfolio-manager-section .dots__arrows { position: relative; display: flex; align-items: center; }
.portfolio-manager-section .dots__arrows button.slick-prev.slick-arrow { position: relative; top: 0; transform: translateY(0) rotate(180deg); left: 0; order: 1; margin-right: 11px; display: none !important; }
.portfolio-manager-section .dots__arrows button.slick-next.slick-arrow { position: relative; top: 0; transform: inherit; right: 0; order: 3; margin-left: 11px; }
.portfolio-manager-section .dots__arrows ul.slick-dots { padding: 1px 0 0; text-align: left; order: 2; width: auto; line-height: 0; }

.mission-section { overflow: hidden;}
.mission-section .title-icon { max-width: 60px; width: 100%; margin: 0 auto 15px;}
.mission-section .section-heading { max-width: 670px; width: 100%; margin: auto; }
.mission-section .mission-slider .box { margin: 0 42px; }
.mission-section .mission-slider .slick-list.draggable { margin: 0 -40px; }
.mission-section .mission-slider .box .inner-cover { padding: 30px 20px; background: #0D1232; border-radius: 5px; }
.mission-section .mission-slider .box .icon { width: 110px; height: 110px; margin: auto; display: flex; align-items: center; justify-content: center; }
.mission-section .mission-slider .box .icon img { width: 100%; height: 100% !important; object-fit: contain; }
.mission-section .mission-slider .box .btn4 a { text-transform: uppercase; font-weight: 700; position: relative; }
.mission-section .mission-slider .box .btn4 a:hover { color: #81D7C3; }
.mission-section .mission-slider .box .btn4 a:after { content: ' '; top: 8px; left: auto; right: 0; position: relative; background-image: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/cross-arrow.svg); width: 25px; height: 25px; background-repeat: no-repeat; background-size: contain; transition: all 0.4s; display: inline-block; }
.mission-section .mission-slider .box .btn4 a:hover:after { transform: rotate(45deg); }
.mission-section .mission-slider .box h3 { position: relative; }
.mission-section .mission-slider .box h3:before { content: ' '; top: auto; bottom: 0; left: 0; right: 0; margin: auto; background: #81D7C3; width: 150px; height: 5px; position: absolute; }
.mission-section .mission-slider .box .content p { margin-bottom:15px; }
.mission-section .mission-arrow-dots { position: relative; display: flex; align-items: center; }
.mission-section .mission-arrow-dots button.slick-prev.slick-arrow { position: relative; top: 0; transform: translateY(0) rotate(180deg); left: 0; order: 1; margin-right: 11px; display: none !important; }
.mission-section .mission-arrow-dots button.slick-next.slick-arrow { position: relative; top: 0; transform: inherit; right: 0; order: 3; margin-left: 11px; }
.mission-section .mission-arrow-dots ul.slick-dots { padding: 1px 0 0; text-align: left; order: 2; width: auto; line-height: 0; }
.mission-section .mission-slider.dot-hide + .mission-arrow-dots { display:none; }

.fancybox-slide--html { background: #0d1232f5;  backdrop-filter: blur(6px); padding: 20px 15px; text-align: center; transition: all 0.4s; padding-bottom: 25px; }
.popupForm { display: none; max-width: 970px !important; width: 100% !important; margin: auto !important; background: #11173E !important; border-radius: 4px !important; padding: 130px 85px 120px !important; position: relative !important; }
.popupForm .popup-close { border-radius: 5px; background: #0D1232; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; cursor: pointer; position: absolute; top: 40px; left: auto; right: 40px;}
button.fancybox-close-small { top: 41px; background: #6633996e; height: 50px; width: 50px; right: 41px; opacity: 0;}
.popupForm .form-title { margin: 0;}

.popupForm .form-cover fieldset { max-width: 100% !important; }
.popupForm .form-cover .hs-form-field { margin-bottom: 8px; }
.popupForm .form-cover .hs-form-field input,
.popupForm .form-cover .hs-form-field select,
.popupForm .form-cover .hs-form-field textarea { background: #11173e; }
span.hs-form-required { color: red; }
.popupForm .form-cover .hs-button { width: 100%; }


.home-insight-section a.hover-arrow-animation { position: relative; }
.home-insight-section a.hover-arrow-animation svg { position: absolute; top: 0; left: auto; right: -26px; transition: all 0.3s; }
.home-insight-section a.hover-arrow-animation:hover svg { transform: rotate(45deg); right: -30px; }
.home-insight-section a.hover-arrow-animation.weight-700:hover { font-weight: 700; }
.home-insight-section .insights-two-column-wrapper .insights-left-column-wrapper { width: calc(100% - 480px); }
.home-insight-section .insights-two-column-wrapper .insights-right-column-wrapper { width: 480px; padding-left: 20px; }
.home-insight-section .insights-image-wrapper img {  height: 270px; object-fit: cover; border-top-left-radius: 10px; border-top-right-radius: 10px;  }
.home-insight-section .insights-two-column-wrapper .insights-left-column-wrapper .insight-content-container { background-color: rgba(13,18,50,1.0); height: calc(100% - 270px); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.home-insight-section .insight-author-details { width: 100%; }
.home-insight-section .webinar-content-section { background-repeat: no-repeat; background-position: center; border-radius: 10px; background-size: cover; height: calc(100% - 109px); }
.home-insight-section .uppercase { text-transform: uppercase; }
.home-insight-section .webinar-content-inner-section { max-width: 280px; margin: 0 auto; }
.home-insight-section .webinar-subscribe-now-btn a:hover { font-weight: 700; }
.home-insight-section .insights-read-more-link a:focus, .home-insight-section .view-all-link a:focus, .home-insight-section .webinar-subscribe-now-btn a:focus {  color: #81D7C3; font-weight: 700;}
.home-insight-section .insights-two-column-wrapper .insights-left-column-wrapper .insights-content-section { width: 50%; }
.home-insight-section .insights-two-column-wrapper .insights-left-column-wrapper .insights-content-section:first-child { padding-right: 10px; }
.home-insight-section .insights-two-column-wrapper .insights-left-column-wrapper .insights-content-section:last-child { padding-left: 10px; }


.home-banner-section .outer-cover { max-width: 1150px; width: 100%; margin: auto; }
.home-banner-section .fund-box { width: calc(100% / 3 - 90px); margin: 0 45px 0; }
.home-banner-section .wrap { justify-content: center; margin: 0 -45px; }
.home-banner-section { overflow: hidden; }
.home-banner-section .fund-box h3 { color: #3D5388; border-radius: 5px; padding: 5px 13px 3px; }
.home-banner-section .inner-box .icon { width: 90px; height: 90px; border: 1px solid #81D7C3; border-radius: 5px; display: flex; align-items: center; justify-content: center; padding: 9px; }
.home-banner-section .inner-box .title { width: calc(100% - 90px); padding-left: 12px; }
.home-banner-section .inner-box .title svg { width: 24px; height: 24px; transform: rotate(-90deg) translateY(-20px) scale(0);  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
.home-banner-section .inner-box:hover .title svg { transform: rotate(-90deg) translateY(0px) scale(1); }
.home-banner-section .inner-box .title sub { font-size: 13px; line-height: normal; position: relative; top: -8px;  font-weight: 700; left: 2px;}
.home-banner-section .fund-box:last-child .inner-box svg { display: none;}

.blog-subscribe-container h4 { color: #DDE2E5;}
.blog-subscribe-container .banner-left-cotnainer { width: calc(100% - 541px); }
.blog-subscribe-container .blog-subscribe-form { width: 541px; padding-left: 88px; }
.blog-subscribe-container .blog-subscribe-form form {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 0; }
.blog-subscribe-container .blog-subscribe-form .hs-email { width: 268px; margin: 0 25px 0 0; padding: 0; }
.blog-subscribe-container .blog-subscribe-form .hs-email label { display: none; }
.blog-subscribe-container .blog-subscribe-form .hs-email input { border-radius: 12px; padding: 9px 13px; color: #F6FDFF; border: 0.5px solid #F6FDFF;  }
.blog-subscribe-container .blog-subscribe-form .hs-button {color: #81D7C3; padding: 8px 40px; border-radius: 12px; background: transparent; border: 1px solid #81D7C3; height: 47px; max-width: 160px; }
.blog-subscribe-container .blog-subscribe-form .hs-error-msgs, .blog-subscribe-container .blog-subscribe-form .hs_error_rollup { display: none; }
.blog-subscribe-container .blog-subscribe-form .hs-email input.invalid, .blog-subscribe-container .blog-subscribe-form .hs-email input.error { border-color: red; }
.blog-subscribe-container .blog-subscribe-form .submitted-message { font-size: 20px; text-align: center; margin: 46px 0; }
.blog-subscribe-container .blog-subscribe-form .hs-button:hover { background: #81D7C3; color: #11173E;}


.blog-listing-section .filter-tabs-container { padding: 0 0 15px;}
.blog-listing-section .left-part { width: 70%; /*padding-left: calc((100% - 1182px) / 2);*/ padding-right: 50px; overflow: hidden; }
.blog-listing-section .right-part { width: 30%;background: #DDE2E5;  }

.blog-listing-section .left-part .blog-list-filter ul li { display:inline-block; padding-bottom: 22px; }
.blog-listing-section .left-part .blog-list-filter ul li input { display:none; }
.blog-listing-section .left-part .blog-list-filter ul li label { color: #3D5388; font-size: 19px; font-weight: 500; border: 0; background: transparent;  position: relative; cursor: pointer;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; font-family: 'Chesna Grotesk', sans-serif; padding:0 15px 15px; }
.blog-listing-section .left-part .blog-list-filter ul li input + label:before { content: ' '; top: auto; bottom: 0; left: 0; width: 0; height: 2px; background: #81D7C3; position: absolute; right: 0; margin: auto;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
.blog-listing-section .left-part .blog-list-filter ul li input:checked + label:before { width: 100%; }
.blog-listing-section .left-part .blog-list-filter ul li label:hover { color: #81D7C3; }
.blog-listing-section .left-part .blog-list-filter ul li input:checked + label {color: #81D7C3; }
.blog-listing-section .left-part .blog-list-filter button.button.is-checked { color: #11173E; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown { width: 200px; position: relative; }

.blog-listing-section .left-part #filters { display: flex; }
.blog-listing-section .left-part .blog-list-filter .filter-part { width: calc(100% - 215px); padding-right: 30px; padding-top: 10px; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .filter-by { padding: 11px 20px; border: 1px solid #3D5388; border-radius: 12px; display: flex; align-items: center; justify-content: center; width: 215px; cursor: pointer; position: relative; z-index: 11; background: #F6FDFF; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .filter-by span { font-family: Montserrat; color: #3D5388; font-weight: 600; line-height: 24px; font-size: 16px; display: inline-block; padding-right: 8px; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .filter-by svg {  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .button-group { display:none; position: absolute; top: calc(100% - 21px); z-index: 1; background: #f6fdff; width: 215px; border: 1px solid #3D5388; border-top: 0; padding: 10px 15px 0; height: auto; overflow: auto; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .button-group button.button { width: 100%; padding: 0 0; margin: 0 0 10px; font-size: 16px; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .button-group button.button:before { display: none; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .button-group button.button.is-checked { color: #81D7C3; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .filter-by.active svg { transform: rotate(180deg);}
.blog-listing-section .blog-feature-section { padding: 80px 30px 50px; }
.blog-listing-section .right-part > div { position: sticky; top: 40px; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown label:before { display: none; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown li { padding: 9px 0 6px 0; text-align: center; width: 100%; border-bottom: 1px solid #322f2f38; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown li label { font-size: 16px; padding: 0; width: 100%; display: inline-block; line-height: 1.2; }
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown li:last-child { border: 0; }


.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .button-group::-webkit-scrollbar { width: 2px;}
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .button-group::-webkit-scrollbar-track { background: #fff;}
.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .button-group::-webkit-scrollbar-thumb { background-color: #11173E;}

.jplist-hidden { display: none;}
.jplist-pagination.jplist-hidden { display: none;}

.blog-listing-section .post-item { width: 100%; display: inline-flex; align-items:center; padding: 30px 0; border-top: 1px solid #DDE2E5; }
.blog-listing-section .post-item:last-child { border-bottom: 1px solid #DDE2E5; }
.blog-listing-section .load-container { width: 100%; display: inline-block; vertical-align: top; border-top: 1px solid #DDE2E5; padding: 65px 0 0; text-align: center; }
.blog-listing-section .post-item .left-feature { width: 230px; }
.blog-listing-section .post-item .right-details { width: calc(100% - 230px); padding-left: 35px; }
.blog-listing-section .post-item .left-feature img.hs-featured-image { float: none; max-width: 100%; margin: 0; height: 130px; object-fit: cover; width:100%; }
.blog-listing-section .post-item .right-details h2 a,
.blog-listing-section .post-item .right-details h2 { color: #11173E; font-weight: 700; line-height: 28px; font-size: 20px; margin-bottom: 0; }
.blog-listing-section .post-item .right-details h2 a:hover { color: #81D7C3; }
.blog-listing-section .post-item .right-details .hubspot-editable { font-size: 16px; font-weight: 500; line-height: 24px; padding: 5px 0; }
.blog-listing-section .post-item .right-details .hubspot-editable a.author-link { font-size: 16px; font-weight: 500; line-height: 24px; color: #11173E; }
.blog-listing-section .post-item .right-details .hubspot-editable a.author-link:hover { color: #81D7C3; }
.blog-listing-section .post-item .right-details .post-body { font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; }
.blog-listing-section .post-item.hidden { display: none;}
.blog-listing-section .load-container #load-more { background-color: #81D7C3; border: 1px solid #81D7C3; border-radius: 12px; color: #11173E; display: inline-block; font-size: 16px; font-style: normal; font-weight: 600; line-height: 24px; padding: 11px 36px; transition: all 0.4s; font-family: Montserrat, sans-serif; cursor: pointer; }
.blog-listing-section .load-container #load-more:hover { background: #497780; color: #fff; border-color: #497780; }


.blog-feature-section .box { padding-bottom: 50px; }
.blog-feature-section .box .post-title a { font-size: 16px; font-weight: 400; color: #37393D; line-height: 24px; display: inline; }
.blog-feature-section .box .readmore a { color: #37393D; text-decoration-line: underline; line-height: 28px; }
.blog-feature-section .box .readmore a:hover { color: #497780; }
.blog-feature-section .box .post-title a:hover { color: #497780; }
.blog-feature-section .container { padding: 0; max-width:100%; }
/* .blog-feature-section .customWidthOption { width: 245px;} */
.blog-feature-section .box:last-child { padding-bottom: 10px;}


.blog-post-section .go-back { line-height: 0;}
.blog-post-section .go-back a { display:inline-flex; }
.blog-post-section .go-back a:hover { font-weight:700; }
.blog-post-section .go-back a svg path { transition: all 0.4s; }
.blog-post-section .go-back a:hover svg path { fill: #81D7C3; }
.blog-post-section .post-header h1 { width:66%; color:#11173E;  }
.blog-post-section .post-header h1 span { color:#11173E; }

.author-shape-strip { width: 100%; }
.author-shape-strip .hubspot-author { display: flex; align-items: center; width: 66%; }
.author-shape-strip .hubspot-author .author-avtar { width: 80px; }
.author-shape-strip .hubspot-author .author-avtar img { width: 80px; height: 80px; object-fit: cover; }
.author-shape-strip .hubspot-author .author-details { width: calc(100% - 80px); padding-left: 18px; }
.author-shape-strip .hubspot-author .author-details a.author-link { color: #11173E; }
.author-shape-strip .hubspot-author .author-details a.author-link:hover { color: #81D7C3; }
.author-shape-strip .social-sharing { display: flex; width: 34%; text-align: right; align-items: center; justify-content: flex-end; }
.author-shape-strip .inner-cover { display: flex; align-items: center; border-bottom: 1px solid #DDE2E5; padding-bottom: 15px; }
.author-shape-strip .social-sharing ul li { display: inline-block; padding-left: 25px; }
.author-shape-strip .social-sharing span { position: relative; top: -3px; font-size: 20.287px; line-height: 30px; font-weight: 500; }
.author-shape-strip .social-sharing ul li a svg { width: 30px; height: 30px; }
.author-shape-strip .social-sharing ul li a:hover svg path { fill: #81D7C3; }
.author-shape-strip .social-sharing ul li a svg path { transition: all 0.4s; }

.blog-post-section .post-wrap .left-part { width: 70%; /*padding-left: calc((100% - 1182px) / 2);*/ padding-right: 80px; }
.blog-post-section .post-wrap .right-part { width: 30%;  }
.blog-post-section .post-wrap .right-part .blog-feature-section { margin-top: 35px; margin-left: 15px; padding-bottom: 30px; width: calc(100% - 15px); }
.blog-post-section .post-wrap .left-part .post-body { font-size: 18px; line-height: 34px; padding-bottom: 30px; border-bottom: 1px solid #DDE2E5; }
.blog-post-section .post-wrap .left-part .post-body ul,
.blog-post-section .post-wrap .left-part .post-body ol { padding-left: 25px; }
.blog-post-section .post-wrap .left-part .post-body ul { list-style: none; }
.blog-post-section .post-wrap .left-part .post-body ul li { position: relative; }
.blog-post-section .post-wrap .left-part .post-body ul li:before { content: ' '; top: 15px; left: -17px; width: 3px; height: 3px; position: absolute; background: #11173E; border-radius: 50%; }
.blog-post-section .post-wrap .left-part .post-body p a, .blog-post-section .post-wrap .left-part .post-body li a { text-decoration: underline; color: #11173E; font-weight: 400; }
.blog-post-section .post-wrap .left-part .post-body p a:hover, .blog-post-section .post-wrap .left-part .post-body li a:hover { color: #81D7C3; }
.blog-post-section .post-wrap .left-part .post-body h2 { color: #11173E; padding: 50px 0px 0; margin-bottom: 15px; }
.blog-post-section .post-wrap .left-part .post-body h3 { color: #11173E; padding: 50px 0px 0; margin-bottom: 15px; }
.blog-post-section .post-wrap blockquote { border-left: 5px solid #81d7c3; margin: 50px 0 50px; padding: 20px 20px 20px 20px; background: whitesmoke; font-weight: 600; }
.blog-post-section .post-wrap .left-part .post-body img { width: 100%; margin: 50px 0 30px;display: flex;text-align: left; }
.blog-post-section .post-wrap .left-part .post-body a.cta_button { background-color: #81D7C3; border: 1px solid #81D7C3; border-radius: 12px; color: #11173E; display: inline-block; font-size: 16px; font-style: normal; font-weight: 600; line-height: 24px; padding: 11px 23px; transition: all 0.4s; font-family: Montserrat, sans-serif; text-decoration: none; margin: 40px 0 0; }
.blog-post-section .post-wrap .left-part .post-body a.cta_button:hover { background: #497780; color: #fff; border-color: #497780; }
.blog-post-section .post-wrap .left-part .post-body a.cta_button.img-CTA { background: transparent; padding: 0; border: 0;}
.blog-post-section .post-wrap .left-part .post-body a.cta_button.img-CTA img { margin: 0;}

.blog-post-section .post-wrap .right-part .right-inner { padding: 0px 0 0px 15px; /*background: #dde2e5;*/  border-left: 1px solid #DDE2E5; }
.blog-post-section .post-wrap .right-part .post-fund-section { padding: 0px; }
/* .blog-post-section .post-wrap .right-part .post-fund-section .customWidthOption { width: 290px; } */
.blog-post-section .post-wrap .right-part .post-fund-section .container { max-width: 100%; padding-right: 0; }

.blog-post-section .post-wrap .right-part .post-fund-section .funds-block a { display: inline-flex; align-items: center; flex-wrap: wrap; }
.blog-post-section .post-wrap .right-part .post-fund-section .funds-block .icon { border-radius: 5px; width: 60px; height: 60px; background: #253B9D; display: flex; align-items: center; justify-content: center; padding: 8px; }
.blog-post-section .post-wrap .right-part .post-fund-section .funds-block .funds-details { padding: 0 0 0 15px; width: calc(100% - 60px); }
.blog-post-section .post-wrap .right-part .post-fund-section .funds-block .funds-details h5 { margin: 0; font-size: 24px; font-weight: 700; color: #3D5388; text-transform: uppercase; display: inline-block; position: relative; }
.blog-post-section .post-wrap .right-part .post-fund-section .funds-block .funds-details h6 { margin: 0; font-size: 17px; line-height: 20px; font-weight:400; color: #11173E; }
.blog-post-section .post-wrap .right-part .post-fund-section .funds-block .funds-details h5 img { position: absolute; width: 12px; top: 9px; left: auto; right: -12px; transform: scale(0.5); opacity: 0; visibility: hidden; transition: all 0.4s; }
.blog-post-section .post-wrap .right-part .post-fund-section .funds-block a:hover .funds-details h5 img { opacity: 1; visibility: visible; transform: scale(1) translateX(10px); }
.blog-post-section .post-wrap .right-part .post-fund-section .funds-block .bottom-btn a { display: inline-block; text-transform: uppercase; font-size: 17px; line-height: 20px; font-weight: 700; font-family: Chesna Grotesk, san-serif; position: relative; transition: all 0.4s; }
.blog-post-section .post-wrap .right-part .post-fund-section .funds-block .bottom-btn a svg { position: absolute; top: -2px; left: auto; right: -26px; transition: all 0.3s; }
.blog-post-section .post-wrap .right-part .post-fund-section .funds-block .bottom-btn a:hover svg { transform: rotate(45deg); right: -30px; }
.blog-post-section .post-wrap .right-part .post-fund-section .realted-funds-box { /*background: #F6FDFF;*/ padding: 30px; background:#dde2e5; }
.blog-feature-section { padding-top: 35px;}
.blog-post-section .post-wrap .right-part .post-fund-section .explore-btn a { color: #3D5388; display: flex; align-items: center; font-size: 17px; font-weight: 700; }
.blog-post-section .post-wrap .right-part .post-fund-section .explore-btn a svg path { opacity: 0.6; fill: #3D5388; }
.blog-post-section .post-wrap .right-part .post-fund-section .explore-btn a svg { position: relative; top: -1px; left: 2px; transition: all 0.4s; width: 24px; height: 24px; }
.blog-post-section .post-wrap .right-part .post-fund-section .explore-btn a:hover svg { transform: rotate(45deg); }

.blog-post-section .post-wrap .right-part .blog-post-subscribe { margin-bottom: 35px; margin-left: 15px; width: calc(100% - 15px); padding: 35px 15px; }
.blog-post-section .post-wrap .right-part .blog-post-subscribe .hs-form-field label { color: #11173E; display: none; }
.blog-post-section .post-wrap .right-part .blog-post-subscribe .hs-form-field .input input { width: 100%; background: #fff; border-color: #0D1232; color: #11173E; font-weight:500; }
.blog-post-section .post-wrap .right-part .blog-post-subscribe .form-contact-info.blog-subscribe-form { width: 100%; }
.blog-post-section .post-wrap .right-part .blog-post-subscribe .hs-button { width: 100%; }
.blog-post-section .post-wrap .right-part .blog-post-subscribe h3.form-title { color: #11173E; font-size: 22px; line-height: 30px; margin-bottom: 15px;}

.blog-post-section .post-wrap .right-part .blog-post-subscribe .hs-form-field .input input::-webkit-input-placeholder { color: #11173E; font-weight:500; position:relative; top:-1px; }
.blog-post-section .post-wrap .right-part .blog-post-subscribe .hs-form-field .input input::-moz-placeholder { color: #11173E; font-weight:500; position:relative; top:-1px; }
.blog-post-section .post-wrap .right-part .blog-post-subscribe .hs-form-field .input input:-ms-input-placeholder { color: #11173E; font-weight:500; position:relative; top:-1px; }
.blog-post-section .post-wrap .right-part .blog-post-subscribe .hs-form-field .input input::placeholder { color: #11173E; font-weight:500; position:relative; top:-1px; }

.footnote-section { padding: 50px 0 50px; border-bottom: 1px solid #DDE2E5; }
.footnote-section .container { padding: 0; max-width: 100%; }
.footnote-section .title { text-decoration-line: underline; opacity: 0.9; position: relative; display: inline-block; padding-right: 39px; cursor: pointer; }
.footnote-section .content { font-size: 14px; opacity: 0.9; line-height: 19px; padding: 10px 0 0; }
.footnote-section .content p {margin:0;}
.footnote-section .title svg { position: absolute; top: -3px; left: auto; right: 0; transform: rotate(180deg); width: 32px; height: 32px; transition: all 0.4s; }
.footnote-section .title.active svg { transform: rotate(0); }
.footnote-section .content p > a,
.footnote-section .content p strong > a,
.footnote-section .content p a {padding: 20px 40px 20px 0;}

.blogpost-download-section { padding: 20px 40px; margin: 30px 0 0; }
.blogpost-download-section .icon { width: 80px; height: 80px; }
.blogpost-download-section .title { width: calc(100% - 300px); padding: 0 5px 0 30px; }
.blog-post-section .post-wrap .left-part .blogpost-download-section .title h6 { font-size: 30px; font-style: normal; font-weight: 700; margin: 0; line-height: 39px; }
.blogpost-download-section .title h6 span { color: #81D7C3; }
.blog-post-section .post-wrap .left-part .blogpost-download-section .title h2 { margin: 0; padding: 0; font-size: 40px; font-style: normal; font-weight: 700; color: #F6FDFF; line-height: 52px; }
.blog-post-section .post-wrap .left-part .blogpost-download-section .icon img { margin: 0 !important; width: 80px; height: 80px; object-fit: contain; }
.blogpost-download-section  .btn-wrap { width: 220px; text-align: right; }
.blogpost-download-section .container { padding: 0;}

.hs-author-profile .hs-author-avatar { text-align: center; }
.hs-author-profile .hs-author-avatar img { width: 120px; border-radius: 50%; height: 120px; object-fit: cover; }
.hs-author-profile h2.hs-author-name { text-align: center; color: #11173E; padding: 25px 0 0; }
.hs-author-profile .hs-author-bio { text-align: center; }
.blog-post-section h2.tag-name { text-transform: capitalize;}
.hs-author-profile .hs-author-social-section svg { width: 25px; height: 25px; position: relative; top: 3px; }
.hs-author-profile .hs-author-social-section span.hs-author-social-label { padding-right: 10px; }
.hs-author-profile .hs-author-social-section a:hover svg path { fill: #81d7c3; }
h3.hs-author-listing-header { color: #11173E; padding: 40px 0 0;}

.blog-post-section .post-wrap .left-part .accordion .accordion-item { background-color: #0d1232; transition: all .5s ease-in-out;}
.blog-post-section .post-wrap .left-part .accordion .accordion--default .accordion-item__title { justify-content: space-between; }
.blog-post-section .post-wrap .left-part .accordion .accordion--default .accordion-item .arrow-icon { transform: rotate(180deg); transition: all .5s ease-in-out; transform-origin: center center; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item h4 { margin-bottom: 0; color: #81d7c3; text-transform: none; font-weight: bold; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item__icon { width: 70px; display: flex; align-items: center; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item__icon-icon { width: 10px; height: 0; border-color: transparent transparent transparent #81d7c3; border-style: solid; border-width: 5px 0 5px 8.7px; margin-right: 8px; display: flex; align-items: center; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item__title { margin-right: 32px; width: 100%; text-transform: uppercase; color: #81d7c3; font-size: 1.5rem; line-height: 1.5; font-weight: 700; align-items: center; justify-content: flex-start; padding: 30px; display: flex; cursor:pointer; }
.blog-post-section .post-wrap .left-part .accordion .accordion--numbered .accordion-item__content-wrap { padding: 0 30px 30px 30px; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item:last-child { border-bottom: 0; }
.blog-post-section .post-wrap .left-part .accordion .accordion--default .accordion-item__content-wrap { padding: 0 20px 30px; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item h3 { text-transform: none; color: white; font-size: 1.15rem; margin: 0; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item:first-child { border-top: 1px solid #DDE2E5; }

.blog-post-section .post-wrap .left-part .post-body ul li.hs-form-radio:before { display: none; }
.blog-post-section .post-wrap .left-part .post-body ul li.hs-form-radio input { display: none; }
.blog-post-section .post-wrap .left-part .post-body ul li.hs-form-radio label.hs-form-radio-display { padding-left: 7px; }
.blog-post-section .post-wrap .left-part .post-body ul.inputs-list.multi-container { padding: 0; }
.blog-post-section .post-wrap .left-part .post-body .hs-error-msgs li:before { display: none; }
.blog-post-section .post-wrap .left-part .post-body .hs-error-msgs { padding: 0; }

.blog-post-section .post-wrap .left-part .accordion .accordion-item__title h3 { color: #0D1232; padding: 0; margin: 0; font-size: 18px; font-weight: 700; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item { background: transparent; border-bottom: 1px solid #DDE2E5; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item .accordion-item__content { padding: 0; color: #11173E; font-size: 16px; line-height: 24px; display:none; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item__title { padding: 25px 45px 25px 0; position: relative; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item__title:before { content: ' '; top: auto; left: auto; right: 0; position: absolute; background-image: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/arrow-up-s-line.svg); background-size: contain; background-repeat: no-repeat; width: 20px; height: 20px; transform: rotate(180deg); }
.blog-post-section .post-wrap .left-part .accordion .accordion-item .accordion-item__title.active:before { transform: rotate(0); }
.blog-post-section .post-wrap .left-part .accordion .accordion-item .accordion-item__content span,
.blog-post-section .post-wrap .left-part .accordion .accordion-item .accordion-item__content p { color: #11173E !important; line-height: normal; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item .accordion-item__content a { color: #81d7c3 !important; }
.blog-post-section .post-wrap .left-part .accordion .accordion-item .accordion-item__content { padding: 0 0 20px; }
.blog-post-section .post-wrap .left-part .accordion { padding: 30px 0 20px; }

.blog-post-section .post-wrap .left-part .accordion.accordion--numbered .accordion-item__title h3 { width: calc(100% - 70px); }

.jplist-pagination { padding: 40px 0 0; text-align: center; display: flex; justify-content: center; align-items: center; }
.jplist-pagination .jplist-pagingprev { padding: 0 3px 0 0; }
.jplist-pagination .jplist-pagingnext { padding: 0 0 0 4px; }
.jplist-pagination .jplist-pagingprev button.jplist-first { margin: 0 3px 0 0; display: none; }
.jplist-pagination .jplist-pagingnext button.jplist-next { padding: 10px 16px 10px; }
.jplist-pagination .jplist-pagingnext button.jplist-last { margin: 0 0 0 3px; display: none; }
.jplist-pagination button { background: #11173e; border: 0; color: #fff; padding: 10px 14px 10px; cursor: pointer; font-size: 16px; border-radius: 4px; }
.jplist-pagination button.jplist-current { background: #81d7c3; color: #11173e; }
.jplist-pagination .jplist-pagingprev button.jplist-prev { padding: 10px 15px 10px; }
.jplist-pagination .jplist-hidden { display: none !important; }



/************** How To Invest Page Style *********************/
.how-to-invest-container h2 { color: #11173E; } 
.how-to-invest-container h2 span { color: #3D5388; } 
.tabs-main-container { border-radius: 5px; background-color: #fff; border: 1px solid #96C3D6; } 
.tab-inner-container-heading h3 { color: #11173E; } 
.tabs-group-container h4, .tab-heading-for-mobile h4 { color: #11173E; margin: 0; cursor: pointer; } 
.tabs-group-container .tabs { justify-content: space-between; max-width: 630px; margin: 0 auto; } 
.tabs-group-container .tabs h4.active, .tab-heading-for-mobile.active { border-bottom: 2px solid #81D7C3; } 
.tabs-left-column-container { width: 585px; } 
.tab-heading-for-mobile { justify-content: space-between; margin: 20px 0; } 
.tabs-right-column-container { width: calc(100% - 585px); padding-left: 100px; }
.arrow-icon { transition: all 0.4s }
.tabs-content-wrapper.active .arrow-icon { transform: rotate(-180deg); }
.tabs-left-column-container a { color: #3D5388; font-weight: 700; text-transform: uppercase;position: relative; }
.tabs-left-column-container a:not(:last-child) { margin-right: 70px; }
.tabs-left-column-container a:hover svg { transform: rotate(45deg); right: -30px; }
.how-to-invest-container .tabs-left-column-container h2 { color: #3D5388;}
.tab-two-column-container.left-align-image { flex-direction: row-reverse; }
.tab-two-column-container.left-align-image .tabs-right-column-container { padding-right: 150px; padding-left: 0;  }

.how-to-invest-container.dark-mode { background-color: rgba(17,23,62,1.0);}
.how-to-invest-container.dark-mode .section-heading  h2 { color: #81D7C3; } 
.how-to-invest-container.dark-mode .section-heading  h2 span { color: #fff; }
.how-to-invest-container.dark-mode .tabs-group-container .tabs { max-width: 100% }
.how-to-invest-container.dark-mode .tabs-main-container { background-color: #0D1232; border: 0px; }
.how-to-invest-container.dark-mode .tabs-group-container .tabs h4, .how-to-invest-container.dark-mode .tab-heading-for-mobile h4 { color: #AFB4B9; }
.how-to-invest-container.dark-mode .tabs-group-container .tabs h4.active { color: #F6FDFF; }
.how-to-invest-container.dark-mode .tab-two-column-container .tabs-left-column-container h2, .how-to-invest-container.dark-mode .tab-two-column-container .tabs-left-column-container p { color: #F6FDFF; }
.how-to-invest-container.dark-mode .tab-two-column-container .tabs-left-column-container a { color : #81D7C3;}
.how-to-invest-container.dark-mode .tab-two-column-container .tabs-left-column-container a svg path { fill: #F6FDFF; }
.how-to-invest-container.dark-mode .tabs-content-wrapper.active .tab-heading-for-mobile h4 { color: #F6FDFF; }
.how-to-invest-container.dark-mode .section-heading h2 { font-size: 32px; margin-bottom: 0;}
.how-to-invest-container.dark-mode .tab-inner-container-heading h3 { color: #fff;}
.how-to-invest-container .btn-wrap, .etfs-available-trough-container .btn-wrap { text-align: center; }
.how-to-invest-container .tabs-left-column-container .btn-box a { display: flex; align-items: center; }
.how-to-invest-container .tabs-left-column-container .btn-box { display: flex; align-items: center; flex-wrap: wrap; }
.how-to-invest-container .tabs-left-column-container .btn-box a svg { width: 24px; height: 24px; transition: all 0.4s; margin-left: 2px; }
.how-to-invest-container .tabs-left-column-container .btn-box a:hover svg { transform: rotate(45deg); }

/**************** ETFs Funds Channel CSS Start ****************/
.etfs-available-trough-container .section-heading { max-width: 580px; margin: 0 auto; } 
.eft-channel-tabs-group h4 { cursor: pointer; width: 50%; text-align: center; margin: 0; border: 1px solid #AFB4B9; color: #AFB4B9; display: flex; align-items: center; justify-content: center; }
.eft-channel-tabs-group h4.active { background: #81D7C3; color: #11173E; border-color: #81D7C3;}
.eft-channel-links-container { background: #0D1232; width: 100%; display: inline-block; vertical-align: top; } 
.efts-funds-channel-links.active { display: block; } 
.efts-funds-channel-links { display: none; max-width: 700px; margin: 0 auto; }
.efts-funds-channel-links ul { display: flex; flex-wrap: wrap; text-align: center; margin: 0 -15px; }
.efts-funds-channel-links ul li { /*width: 50%; float: left; text-align: center; margin-bottom: 40px;*/ width: calc(100% / 2 - 30px); margin: 0 15px 40px; }
.efts-funds-channel-links ul li a { color: #AFB4B9; font-size: 22px; line-height: 30.8px; }
.efts-funds-channel-links ul li a:hover {color: #81D7C3; }

/**************** ETFs Funds Channel CSS END ****************/

/***************** How To Invest Section CSS START ***********************/
.differentiate-section.how-to-invest-section .differentiate-slider .box { margin: 0 25px; }
.differentiate-section.how-to-invest-section .slick-list.draggable { margin: 0 -25px; }
/***************** How To Invest Section CSS END ***********************/

.how-invest-banner:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-image: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/fill.png); background-repeat: no-repeat; background-size: cover; background-position: center center; }
.how-invest-banner .left-part { width: 50%; }
.how-invest-banner .right-part { width: 50%; text-align: right; padding: 0 0 0 30px; }
.how-invest-banner .right-part .img-box { max-width: 473px; width: 100%; float: right; }
.how-invest-banner .left-part .content { color: #F0F0F0; max-width: 584px; width: 100%; }
.how-invest-banner .left-part .content p { margin: 0;}


.about-page.how-invest-banner:before { display: none; }
.about-page.how-invest-banner .section-heading h1 { color: #11173E; }
.about-page.how-invest-banner .section-heading h1 span { color: #3D5388; }
.about-page.how-invest-banner .section-heading .content { color: #11173E; }
.about-page.differentiate-section.how-to-invest-section { border-top: 0;}


.invest-process-section .content {  max-width: 807px; width: 100%; margin: auto;}
.invest-process-section .process-text .round { width: 26px; height: 26px; border-radius: 50%; margin-right: 15px;}
.invest-process-section .process-text { padding: 0px 15px 0;}
.invest-process-section .process-slider .img-box img { width: 100%; }
.invest-process-section .process-slider .btn-wrap { padding: 35px 0 0; }
.invest-process-section .process-slider.dot-hide ul.slick-dots { display: none;}


.invest-process-section .bottom-btn { text-align: left; padding: 50px 0 0 90px;}
.invest-process-section .bottom-btn a { text-transform: uppercase; font-weight: 700; font-size: 17px; line-height: 20px; display: inline-flex; }
.infra-section .img-box { max-width: 72px; width: 100%; margin: auto; }
.infra-section .content { max-width: 900px; width: 100%; margin: auto; }


.team-section .wrap { margin: 0 -5px; }
.team-section { overflow: hidden; }
.team-section .box { width: calc(100% / 4 - 10px); margin: 0 5px 70px; }
.team-section .box .team-popup { display: none; }
.team-section .box .img-box { width: 220px; height: 220px; margin: auto; }
.team-section .box .img-box img { width: 100%; height: 100% !important; object-fit: cover; }
.team-section .box h3 { text-transform: uppercase;} 

.team-popup.fancybox-content { max-width: 784px !important; width: 100% !important; background: #f6fdff; }
.team-popup .popup-inner .left-img { width: 220px; }
.team-popup .popup-inner .right-details { width: calc(100% - 220px); padding-left: 50px; }
.team-popup .popup-inner .left-img img { width: 100%; height: 220px; object-fit: cover; }
.team-popup .popup-inner .right-details h6 { padding-right: 50px; }
.team-popup .popup-inner .right-details h3 { padding-right: 50px; text-transform: uppercase; }
.team-popup .popup-inner .right-details .team-linkedin a { display: inline-flex; align-items: center; color: #11173E; font-size: 16px; line-height: 24px; margin: 11px 0 0; }
.team-popup .popup-inner .right-details .team-linkedin a svg { margin-right: 8px; width: 20px; height: 20px; }
.team-popup .popup-inner .right-details .team-linkedin a svg path { fill: #11173E; }
.team-popup .popup-inner .right-details .team-linkedin a:hover { color: #81D7C3; }
.team-popup .popup-inner .right-details p { margin-bottom: 0px; }

.team-popup.fancybox-content button.fancybox-close-small { opacity: 1; background: #11173E; border-radius: 5px; width: 45px; height: 45px; top: 25px; right: 25px; }
.team-popup.fancybox-content button.fancybox-close-small svg { stroke: #fff; opacity: 1; }
.team-popup.fancybox-content button.fancybox-close-small:hover svg { stroke: #81D7C3; }

.fancybox-slide { padding: 0 10px 0 14px !important;}

.about-partner-section .tab-inner-cover { width: 100%; display: flex; flex-wrap: wrap; text-align: center; }
.about-partner-section .tab-inner-cover .box { width: calc(100% / 2); padding: 0 15px 80px; }
.about-partner-section .tab-inner-cover .box:last-child { padding-bottom: 0; }
.about-partner-section .tab-inner-cover .box:nth-last-child(2) { padding-bottom: 0; }
.about-partner-section .tab-inner-cover .box .log-wrap { display: flex; justify-content: center; }
.about-partner-section .tab-inner-cover .box .log-wrap .logo-group { padding: 0 15px 30px; height: 85px; display: flex; align-items: center; justify-content: center;}
.about-partner-section .tab-inner-cover .box .logo-title h6 { color: #11173E; font-size: 22px; line-height: 30px; font-weight: 500; }
.about-partner-section .tab-inner-cover { padding: 25px 0 0; }
.about-partner-section .tab-inner-cover .box .title-btn-wrap { text-align: center; }
.about-partner-section .tab-inner-cover .box .title-btn-wrap a { justify-content: center; color: #11173E; text-transform: uppercase; font-weight: 700; position: relative; display: inline-flex; padding-right: 25px; }
.about-partner-section .tab-inner-cover .box .title-btn-wrap a:before { content: ' '; top: 0; left: auto; right: 0; width: 24px; height: 24px; position: absolute; background-image: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/cross-arrow-2.svg); background-repeat: no-repeat; background-size: contain; background-position: center center; transition: all 0.4s; }
.about-partner-section .tab-inner-cover .box .title-btn-wrap a:hover:before { transform: rotate(45deg); }
.about-partner-section .tabs-group-container h4 { color: #3D5388; }
.about-partner-section .tabs-group-container .tabs h4.active { color: #11173E; }
.about-partner-section .tabs-group-container .tabs { max-width: 750px; }

.three-col-section .section-heading .content { max-width: 807px; width: 100%; margin: auto; }
.three-col-section .box { width: calc(100% / 3 - 30px); text-align: center; margin: 0 15px 60px; }
.three-col-section .wrap { margin: 0 -15px; }
.three-col-section .box .content { max-width: 300px; width: 100%; margin: auto; }
.three-col-section .box .icon { width: 64px; height: 64px; margin: auto; }

.education-etf-section .left-part { width: 30%; padding-right: 30px; }
.education-etf-section .right-part { width: 70%; }
.education-etf-section .right-part .content p span { color: #3D5388; }



h2.color\:primary_color.large { color: #11173E; }

.education-accordion-section .section-heading { max-width: 600px; width: 100%; margin: auto; }
.education-accordion-section .section-heading h6 { color: #81d7c3; text-transform: uppercase; }
.education-accordion-section .education-faq .faq-title { align-items: center; color: #F6FDFF; display: flex; font-size: 20px; font-weight: 700; justify-content: flex-start; line-height: 1.5; margin-right: 32px; padding: 30px 60px 30px 30px; width: 100%; background-color: #0d1232; cursor: pointer; position: relative; }
.education-accordion-section .education-faq { border: 1px solid #3d5388; margin-bottom: 10px; }
.education-accordion-section .education-faq .faq-content { background-color: #0d1232; padding: 0 30px 10px; display: none; }
.education-accordion-section .education-faq:last-child { margin-bottom: 0; }
.education-accordion-section .education-faq .faq-title:before { content: ' '; top: 50%; left: auto; right: 20px; transform: translateY(-50%) rotate(180deg); position: absolute; background-image: url(../../../../../../../../../hubfs/arrow-down.svg); width: 23px; height: 20px; background-repeat: no-repeat; background-size: contain; background-position: center center; transition: all 0.4s; }
.education-accordion-section .education-faq .faq-title.active:before { transform: translateY(-50%) rotate(0deg); }
.education-accordion-section .education-faq .faq-content h4 { color: #81d7c3; margin-bottom: 0;}


.two-col-section .section-heading { max-width: 810px; margin: 0 auto; }
.two-col-section .section-heading p { margin: 0;  }
.two-col-section .wrap { margin: 0 -15px; justify-content: center; }
.two-col-section .wrap .box { width: calc(100% / 2 - 30px); margin: 0 15px 60px; }
.two-col-section .wrap .box .icon { height: 230px; max-width: 330px; margin: auto; }
.two-col-section .wrap .box .icon img { height: 100% !important; width: 100%; object-fit: contain; }
.two-col-section .box .content { max-width: 350px; width: 100%; margin: auto; }
.two-col-section .box p { margin: 0; }
.two-col-section.light-section .box .icon img { width: revert-layer;}
.two-col-section.light-section .box .icon { margin-bottom: 25px;}


.popular-invest-section .wrap { margin: 0 -25px; }
.popular-invest-section .box { width: calc(100% / 3 - 50px); margin: 0 25px; background: #11173E; margin-bottom: 40px; padding: 30px 50px; justify-content: space-between; flex-direction: column; }
.popular-invest-section .box img { height: 85px; width: 85px; }
.popular-invest-section .box .details { color: #DDE2E5; }

.etf-banner-section .section-heading { width: 100%; }
.etf-banner-section .section-heading p { margin:0; }
.etf-banner-section .img-box { width: 100%; position: absolute; left: auto; right: 0; text-align: right; z-index: -1; }
.etf-banner-section .wrap { align-items: flex-end; }


.etf-search-main { background:#fff; display:flex; }
.etf-search-main .right-side .post-fund-section .funds-block a { display: inline-flex; align-items: center; flex-wrap: wrap; }
.etf-search-main .right-side .post-fund-section .funds-block .icon { border-radius: 5px; width: 60px; height: 60px; background: #253B9D; display: flex; align-items: center; justify-content: center; padding: 8px; }
.etf-search-main .right-side .post-fund-section .funds-block .funds-details { padding: 0 0 0 15px; width: calc(100% - 60px); }
.etf-search-main .right-side .post-fund-section .funds-block .funds-details h5 { margin: 0; font-size: 24px; font-weight: 700; color: #3D5388; text-transform: uppercase; display: inline-block; position: relative; }
.etf-search-main .right-side .post-fund-section .funds-block .funds-details h6 { margin: 0; font-size: 17px; line-height: 20px; font-weight:400; color: #11173E; }
.etf-search-main .right-side .post-fund-section .funds-block .funds-details h5 img { position: absolute; width: 12px; top: 9px; left: auto; right: -12px; transform: scale(0.5); opacity: 0; visibility: hidden; transition: all 0.4s; }
.etf-search-main .right-side .post-fund-section .funds-block a:hover .funds-details h5 img { opacity: 1; visibility: visible; transform: scale(1) translateX(10px); }
.etf-search-main .right-side .post-fund-section .funds-block .bottom-btn a { display: inline-block; text-transform: uppercase; font-size: 17px; line-height: 20px; font-weight: 700; font-family: Chesna Grotesk, san-serif; position: relative; transition: all 0.4s; }
.etf-search-main .right-side .post-fund-section .funds-block .bottom-btn a svg { position: absolute; top: -2px; left: auto; right: -26px; transition: all 0.3s; }
.etf-search-main .right-side .post-fund-section .funds-block .bottom-btn a:hover svg { transform: rotate(45deg); right: -30px; }
.etf-search-main .right-side .post-fund-section .realted-funds-box { /*background: #F6FDFF;*/ padding: 30px; background:#dde2e5; }
.etf-search-main .right-side .post-fund-section .explore-btn a { color: #3D5388; display: flex; align-items: center; font-size: 17px; font-weight: 700; }
.etf-search-main .right-side .post-fund-section .explore-btn a svg path { opacity: 0.6; fill: #3D5388; }
.etf-search-main .right-side .post-fund-section .explore-btn a svg { position: relative; top: -1px; left: 2px; transition: all 0.4s; width: 24px; height: 24px; }
.etf-search-main .right-side .post-fund-section .explore-btn a:hover svg { transform: rotate(45deg); }



/* .etf-search-main .left-side { width: 70%;} */
.etf-search-main .left-side { width: 100%;}
.etf-search-main .right-side {width: 30%;}

.etf-search-main .right-side .post-fund-section .container { padding: 0;}
.etf-search-main .right-side .post-fund-section { padding-bottom: 30px;}
.etf-search-main .right-side .blog-feature-section { padding-bottom: 30px; }
.etf-search-main .left-side .etf-search-section { padding-right: 53px; }
.etf-search-main .left-side .etf-search-section .search-api-box { width: 100%; display: flex; align-items: center; }
.etf-search-main .left-side .etf-search-section .search-api-box .input-item { width: calc(100% - 137px); padding-right: 20px; }
.etf-search-main .left-side .etf-search-section .search-api-box .submit-btn { width: 137px; text-align: right; }
.etf-search-main .left-side .etf-search-section .search-api-box .submit-btn button { background: #81D7C3; border-radius: 12px; border: 0; color: #11173E; font-size: 16px; line-height: 24px; font-weight: 600; text-transform: capitalize; font-family: Montserrat, sans-serif; padding: 12px 40px; cursor: pointer; transition: all 0.4s; }
.etf-search-main .left-side .etf-search-section .search-api-box .submit-btn button:hover { background: #497780; color: #fff; }
.etf-search-main .left-side .etf-search-section .search-api-box .input-item input { width: 100%; height: 48px; border-radius: 10px; border: 1px solid #3D5388; padding: 10px 15px; font-size: 16px; }
.etf-search-main .left-side .etf-search-section .search-api-box .input-item input:focus { outline: none; }
.etf-search-main .etf-search-section .container { padding: 0;}


.etf-search-section #argument-result-etf { padding-bottom: 25px; }
.etf-search-section .table-striped tr { width: 100%; display: inline-flex; flex-wrap: wrap; border-bottom: 1px solid #96C3D6; }
.etf-search-section .table-striped tr th:first-child { width: 10%; padding: 4px 10px 4px; }
.etf-search-section .table-striped tr th:nth-child(2) { width: 40%; }
.etf-search-section .table-striped tr th:nth-child(3) { width: 50%; }
.etf-search-section .table-striped tr th { padding: 4px 10px 4px; text-align: left; font-size: 16px; line-height: 24px; }
.etf-search-section .table-striped #resultBody tr { border-bottom: 1px solid #96C3D6; position:relative; cursor: pointer; }
.etf-search-section .table-striped #resultBody tr td:first-child { width: 10%; }
.etf-search-section .table-striped #resultBody tr td:nth-child(2) { width: 40%; }
.etf-search-section .table-striped #resultBody tr td:nth-child(3) { width: 50%; height: 30px; overflow: hidden; transition: all 0.4s; padding-right: 28px; }
.etf-search-section .table-striped #resultBody tr td { padding: 6px 10px 6px; word-break: break-word; }
.etf-search-section #searchResultsTable { width: 100%;}
.etf-search-section .table-striped #resultBody tr:before { content: ' '; background-image: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/Vectordown.svg); width: 18px; height: 13px; background-repeat: no-repeat; background-size: contain; left: auto; right: 0; position: absolute; top: 10px; transition: all 0.4s; }

/* .etf-search-section .table-striped #resultBody tr.active td:nth-child(3) { height: 100%;} */
.etf-search-section .table-striped #resultBody tr.active:before { transform: rotate(180deg);}


.etf-search-section .table-striped #resultBody tr.active td {  height: 100%; }


.etf-search-section .button-csv { background: #81D7C3; color: #11173E; border-radius: 12px; font-size: 16px; line-height: 24px; font-weight: 600; display: inline-block; padding: 12px 56px; cursor: pointer; transition: all 0.4s; margin: 30px 0 0; }
.etf-search-section .button-csv:hover { background: #497780; color: #fff; }
.etf-search-section .argument-box { display:none; }
.etf-search-section .argument-box h6.open svg { transform: rotate(180deg); }
.etf-search-section .footnote-box h6.open svg { transform: rotate(180deg); }
.etf-search-section .argument-box, .etf-search-section .footnote-box { border-bottom: 1px solid #DDE2E5; }
.etf-search-section .argument-box h6,.etf-search-section .footnote-box h6 { display: inline-block; cursor: pointer; font-weight: 400; text-decoration: underline; }
.etf-search-section .argument-box h6 svg, .etf-search-section .footnote-box h6 svg { width: 15px; margin-left: 8px; }
.etf-search-section .footernote-details, .etf-search-section .argument-box .details { display:none; }
.etf-search-section .footernote-details p { margin: 0;  font-size: 14px; line-height: 20px;}
.etf-search-section .argument-box .argument-result { font-size: 16px; line-height: 24px; font-style: italic;}
.etf-search-main .left-side div { height: 100%; }
.etf-search-main .left-side .all-search-cover { height: auto; }
.etf-search-main .left-side .all-search-cover div { height: auto; }
.etf-search-main .left-side .customWidthOption { position: relative; }
.etf-search-main .left-side .footnote-box { position: relative; width: 100%; top: auto; bottom: 0; height: auto; }

.etf-search-section table thead, .etf-search-section .button-csv { display:none; }
.table-full .etf-search-section table thead { display: flex;}
.table-full .etf-search-section .button-csv { display: inline-block;}

.etf-search-main .etf-search-section .outer-wrap { height: auto; overflow: auto; padding-right: 10px;}
.etf-search-main .etf-search-section .outer-wrap.height-apply { height: 500px; overflow: auto;  }
#loader img { width: 20px; }
#loader { text-align: center; padding: 40px 0 0; display:none; }
.etf-search-section .before-load { display:none !important; }
.table-full .etf-search-section .argument-box { display: block; height: auto; }



.search-access-section { display:none !important; position: fixed !important; top: 0; left: 0; width: 100%; height: 100vh; z-index: 9999999; padding: 50px; overflow: auto; display: flex; align-items: center; justify-content: center; transition:all 0.4s; }
/* .search-access-section .content-wrapper { max-width: 970px; width: 100%; background: #11173E; margin: auto; border-radius: 4px; padding: 70px 75px 70px; }
.search-access-section .content-wrapper fieldset { max-width: 100% !important; }
.search-access-section .content-wrapper fieldset .input { margin-right: 0 !important; }
.search-access-section .content-wrapper fieldset .input input, .search-access-section .content-wrapper fieldset textarea { background: #11173e; }
.search-access-section .content-wrapper .hs-submit .hs-button { width: 100%; }
.search-access-section .content-wrapper fieldset .hs-form-field { margin-bottom: 10px; }
.form-success .search-access-section { opacity: 0; visibility: hidden;}
body.form-success { overflow:auto; } */

.search-access-section .hs-dependent-field li.hs-form-booleancheckbox { padding: 10px 0 0 20px !important; }
.search-access-section .hs-dependent-field li.hs-form-booleancheckbox input[type="checkbox"] + span:after { background: #0d1232; width: 12px; height: 12px; border-radius: 2px; top: 5px; left: -35px; font-size: 0; }

.search-access-section .hs-dependent-field .inputs-list input[type="checkbox"] + span:before { top: 1px; }
.etf-banner-section .section-heading h1 { position: relative; }
.etf-banner-section .section-heading h1:after { content: ' '; top: 10px; left: auto; right: -13px; background-image: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/beta.png); width: 50px; height: 50px; position: relative; background-repeat: no-repeat; background-size: contain; background-position: center center; display: inline-block; }



/********************* HRTS Landing Page Style *********************/
/* .landing-page-hero-section .pdf-wrap { justify-content: end; }
.landing-page-hero-section .pdf-wrap { position: absolute; right: 0; top: -80px; } */
.landing-page-three-column-section { overflow: hidden; }
.landing-page-three-column-section .section-heading h2 span { color: #3D5388; }
.landing-page-hero-section .section-heading h3 { color: #96C3D6; }
.landing-page-hero-section .section-heading .content p { font-size: 52px; line-height: 1.2; font-weight: 700; }
.landing-page-hero-section .section-heading .content { max-width: 750px; }
.rsho-landing-page-hero-section.landing-page-hero-section .section-heading .content { max-width: 970px; }
.landing-page-three-column-section .section-heading h2 { max-width: 690px; width: 100%; margin: 0 auto 20px;}
.three-column-block .three-column-block-text { font-size: 22px; line-height: 31px;padding-bottom: 15px;}


.three-column-block-wrapper { justify-content: center; margin: 0 -25px; }
.three-column-block { width: calc(100%/3 - 50px); margin: 0 25px; text-align: center; padding: 40px 0; } 
.three-column-bottom-section { max-width: 1010px; margin: 0 auto; }
.three-column-bottom-section p { font-size: 22px; line-height: 31px; }
.landing-page-three-column-section .btn-wrap { text-align: center; margin: 20px 0 0; }
.three-column-block .source-text { font-size: 14px;}

.weight-loss-drugs-slider-section { background: linear-gradient(to right, rgba(22,47,106,1) 0%,rgba(17,23,62,1) 100%); }
.drug-slide-wrapper { padding: 0 20px; }
.weight-loss-drugs-slider-section .drug-left-top-section h2 { color: #DDE2E5; }
.weight-loss-drugs-slider-section .left-bottom-left-section { font-size: 80px; line-height: 96px; width: 20%; }
.left-bottom-right-section { width: 80%; }
.drug-right-two-column-wrapper { background-color: #F6FDFF; border-radius: 8px; padding: 20px 23px; max-width: 421px; width: 100%;  margin: auto;}
.drug-slide-left-section { width: 55%; padding-right: 20px; } 
.drug-slide-right-section { width: 45%; }
.drug-slide-left-inner-section { max-width: 528px; margin: 0 auto; width: 100%;  }
.drug-left-top-section { border-bottom: 1px solid #81D7C3; }
.drug-left-bottom-section { padding: 20px 20px 0;align-items: flex-start; }
.slide-two-column-left-container { max-width: 172px; width: 100%; text-align: center; } 
.slide-two-column-left-container img { max-width: 110px; width: 100%; }
.slide-two-column-right-container {width: calc(100% - 172px); text-align: center;}
.drugs-slider-container .slick-arrow { transform: translateY(-50%); top: 37%; } 
.drugs-slider-container button.slick-next.slick-arrow { right: -55px; left: auto; }
/* .drugs-slider-container .slick-arrow.slick-prev { background: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/TT_Left.svg); left: -55px } */
.weight-loss-drugs-slider-section ul.slick-dots { padding: 40px 0 0;}
.weight-loss-drugs-slider-section ul.slick-dots li button { background: #DDE2E5;}
.weight-loss-drugs-slider-section ul.slick-dots li.slick-active button { background: #81D7C3; }

.drugs-slider-container button.slick-arrow {background-color: #0d1232;  background-size: 30px; }
.drugs-slider-container button.slick-prev.slick-arrow {transform: translateY(-50%) rotate(180deg); left: -78px; }
.drugs-slider-container button.slick-next.slick-arrow { right: -78px; }

.funds-twocol-section .left-part { width: 38%; padding-right: 18px; }
.funds-twocol-section .right-part { width: 62%; padding-left: 17px; }
.funds-twocol-section .right-part .inner-box { background: #0D1232; height: 100%; }
.funds-twocol-section .left-part .inner-box { background: #0D1232; height: 100%; padding: 34px 32px 28px; }
.funds-twocol-section .right-part .inner-box .left-side { width: 60%; display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 30px 40px 30px; }
.funds-twocol-section .right-part .inner-box .left-side .logo { width: 94px; }
.funds-twocol-section .right-part .inner-box .left-side h2.h1 { margin: 0; padding: 45px 0 35px; }
.funds-twocol-section .right-part .inner-box .left-side h2 { margin: 0; }
.funds-twocol-section .left-part .inner-box {display: flex;flex-direction: column;justify-content: space-between;}
.funds-twocol-section .left-part .inner-box h6 { margin-bottom: 10px; font-size: 22px; font-weight: 400;color:#FFFFFF; }
.funds-twocol-section .left-part .inner-box  h2.h1 { margin-bottom: 10px; }
/* .funds-twocol-section .left-part .inner-box .content { color: #fff; padding-bottom: 10px; border-bottom: 1px solid #81D7C3; margin-bottom: 20px; } */
.funds-twocol-section .left-part .inner-box .content p { color: #fff;font-size:16px;}
.funds-twocol-section .left-part .inner-box .btn-wrap.cross-arrow {margin-top: 10px;padding-top: 10px;border-top: 1px solid #81D7C3;}
.funds-twocol-section .left-part .inner-box .button.btn4 a { font-size: 28px; }
.funds-twocol-section .left-part .inner-box .button.btn4 a:hover { color: #81D7C3; }
.funds-twocol-section .cross-arrow a svg { width: 18px; height: 18px; margin-left: 10px; }
.funds-twocol-section .right-part .inner-box .right-side { width: 40%; }
.funds-twocol-section .right-part .inner-box .right-side .img-box { height: 100%; }
.funds-twocol-section .right-part .inner-box .right-side .img-box img { height: 100% !important;width:100%; }
.funds-twocol-section .right-part .service-video {height: 100%;}
.funds-twocol-section .right-part .service-video video {font-size: 0;width: 100%;height: 100%;}
.rsho-funds-twocol-section.funds-twocol-section .right-part .inner-box .left-side {width: 64%;padding: 30px 15px 30px 40px;}
.rsho-funds-twocol-section.funds-twocol-section .right-part .inner-box .right-side {width: 36%;}

.funds-manager-section .left-part { width: 20%; }
.funds-manager-section .right-part { width: 80%; padding-left: 134px; }
/* .funds-manager-section .left-part h6 { padding: 10px 0 10px; } */
.funds-manager-section .left-part .person-img img { width: 180px; height: 180px !important; border-radius: 50%; object-fit: cover; }
.funds-manager-section .right-part .box { border-bottom: 1px solid #81D7C3; }
.funds-manager-section .right-part .box:first-child { border-top: 1px solid #81D7C3; }
.funds-manager-section .right-part .box h3 { margin: 0; padding: 20px 0; }
.funds-manager-section .right-part .box .logo-wrap { display: flex; align-items: center; flex-wrap: wrap; }
.funds-manager-section .right-part .box .logo-box { height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 50px 20px 0; }
.funds-manager-section .right-part .box .logo-box img { height: 100% !important; object-fit: contain; }


.funds-chart-section .bottom-text { font-size: 14px;}
/* .funds-chart-section .bottom-text {color: #fff;} */
.funds-chart-section .bottom-text {color: #F6FDFF;}
.funds-chart-section .bottom-text h3 {color: #F6FDFF;}
.funds-chart-section .bottom-text a {text-decoration: underline; color: #fff; }
.funds-chart-section .bottom-text a:hover {text-decoration: none; color: #fff; }
.popup-details-box { display: none;}

.popup-details-box { max-width: 700px; width: 100%; background: #F6FDFF !important; }
.popup-details-box h4 { color: #000000; font-weight: 450; }
.popup-details-box .box { border-bottom: 1px solid #81D7C3; margin-bottom: 20px; }
.popup-details-box .box:last-child { border: 0; }
.popup-details-box .box img { width: 100% !important; }
.popup-details-box button.fancybox-close-small { opacity: 1; position: absolute; top: auto; bottom: 0; left: auto; right: 11px; background: transparent; width: 82px; height: 43px; display: inline-flex; align-items: center; }
.popup-details-box button.fancybox-close-small:before { content: 'close'; display: inline-block; position: relative; color: #11173E; text-transform: uppercase; font-weight: 700; font-family: 'Chesna Grotesk', sans-serif; }
.popup-details-box button.fancybox-close-small svg { opacity: 1; stroke: #11173E; }
.popup-details-box .box a { color: #11173E; text-decoration: underline;}


/* webinar */
header.header.header--no-navigation {padding: 22px 0;position: fixed;top: 0;left: 0;width: 100%;z-index: 999;background: #11173E;}

.wencast-banner-section .webinar-banner-box .left-side {max-width: calc(100% - 300px);width: 100%;padding-right:100px;}
.wencast-banner-section .webinar-banner-box .right-side {width:300px;}
.wencast-banner-section .webinar-banner-box .left-side p,
.wencast-banner-section .webinar-banner-box .left-side .content { color:#F6FDFF;}
.wencast-banner-section .webinar-banner-box .left-side .content ul {padding-left: 26px;}
.wencast-banner-section .webinar-banner-box .left-side .time-content {margin-top: 15px;}
.wencast-banner-section .webinar-banner-box .left-side .time-content .content {margin-right:40px;}
.wencast-banner-section .webinar-banner-box .left-side .time-content .content:last-child {margin-right: 0px;}
.wencast-banner-section .webinar-banner-box .left-side .time-content .content {padding: 10px 0;}
.wencast-banner-section .webinar-banner-box .left-side .time-content .content .icon {display: flex;justify-content: center;}
.wencast-banner-section .webinar-banner-box .left-side .time-content .content svg,
.wencast-banner-section .webinar-banner-box .left-side .time-content .content span {height: 28px;width: 28px;} 
.wencast-banner-section .webinar-banner-box .left-side .time-content .content svg path {fill: #81D7C3;}
.wencast-banner-section .webinar-banner-box .left-side .time-content .content p {margin-bottom: 0;font-weight: 700;}
.wencast-banner-section .webinar-banner-box  .right-side .form-block .form-title {margin-bottom:30px;}
.wencast-banner-section .webinar-banner-box  .right-side .form-block .form .hs-form .hs-form-field {padding: 0 0 30px;}
.wencast-banner-section .webinar-banner-box  .right-side .form-block .form .hs-investor_type label {margin-bottom: 10px;display: block;}
.wencast-banner-section .webinar-banner-box  .right-side .form-block .form .inputs-list li.hs-form-radio {padding-bottom: 0;}
.wencast-banner-section .webinar-banner-box  .right-side .form-block .form .inputs-list li.hs-form-radio label span {padding-left: 8px;padding-top: 5px;display: block;}
.wencast-banner-section .webinar-banner-box  .right-side .form-block .form .inputs-list .hs-form-radio input[type="radio"] + span:before {border: 1px solid #F6FDFF;background: transparent;}
.wencast-banner-section .webinar-banner-box  .right-side .form-block .form .inputs-list .hs-form-radio input[type="radio"]:checked + span:after {left: 3px;top: 10px;width: 10px;height: 10px;background: #81D7C3;}

/* speaker-section */
.speaker-section .section-heading .title h2 {color: #11173E;}



.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block.dis-flex {gap: 60px;}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .left-side,
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side {width: calc(50% - 30px);}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .title h3 {color: #11173E;}

.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .left-side .topic-list p {margin-bottom: 0;line-height: 190%;}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .left-side .topic-list ul {list-style: disc;padding-left: 20px;}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .left-side ul li::marker {font-size: 12px;}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .left-side ul li {line-height: 190%;}

.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side .portfolio-box .person-box .person-img {width: 120px;height: 120px;}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side .portfolio-box .person-box .person-img img {width: 100%;border-radius: 50%;}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side .portfolio-box .person-box .person-details {padding-left: 27px;width: calc(100% - 120px);}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side .portfolio-box .person-box .person-details h5 {color: #3D5388;font-weight: 700;font-size: 20px;line-height: 120%;margin-bottom: 5px;}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side .category-text p {margin-bottom: 5px;color: #3D5388;font-size: 18px;font-weight: 450;line-height: 190%;}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side .portfolio-box .person-box .linkedin a,
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side .portfolio-box .linkedin-mobile a {display: flex;align-items: center;color: #11173E;font-weight: 500;font-size: 16px;}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side .portfolio-box .person-box .linkedin a span,
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side .portfolio-box .linkedin-mobile a sapn {line-height: 0;display: inline-block;padding: 0 0 0 10px;}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side .portfolio-box .linkedin-mobile {display: none;}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side .portfolio-box .person-intro {padding: 20px 0 0;font-size: 18px;line-height: 190%;}
.summary-with-portfolio-section .summary-with-portfolio-box .summary-with-portfolio-block .right-side .portfolio-box .portfolio-block+.portfolio-block {margin-top:20px;}


/********************* Meeting Booking Section *********************/
.image-text-btn-section {background-color: #ffffff;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);box-shadow: inset 0px -200px 120px -155px rgba(211,232,240,1);}
.image-text-btn-section .content-block.dis-flex {justify-content: space-between;}
.image-text-btn-section .content-block .img-block {max-width: 124px;width: 100%;}
.image-text-btn-section .content-block .img-block img {max-width: 124px;width: 100%;}
.image-text-btn-section .content-block .section-heading {max-width: 800px;width: 100%;padding: 0 50px;}
.image-text-btn-section .content-block .section-heading * {color:#11173E;}
.image-text-btn-section .content-block .btn-block {max-width: 236px;width: 100%;}
.image-text-btn-section .content-block .btn-block .button a {display:flex;align-items: center;} 
.image-text-btn-section .content-block .btn-block .button a img {padding-left:4px;transition: all .4s ease-in-out;}
.image-text-btn-section .content-block .btn-block .button a:hover img {filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(0%) hue-rotate(167deg) brightness(105%) contrast(106%);}
.image-text-btn-section .content-block .align-center.content-block.dis-flex {justify-content: space-between;}


/********************* FAQ Section *********************/
.faq-section .faq-box {max-width: 900px;width: 100%;margin: auto;text-align: center;}
.faq-section .faq-box .faq-title {margin: auto;display: inline-block;}
.faq-section .faq-box .faq-content-block.text-left {margin-top: 40px;}
.faq-section .faq-box .faq-title h2 {position: relative;margin-bottom:0;padding-right: 40px;cursor: pointer;}
.faq-section .faq-box .faq-title h2:after {transform: rotate(180deg);transition: all .5s ease-in-out;content: '';position: absolute;width: 32px;height: 32px;background-image: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/arrow-up-s-line.svg);top: 4px;right: 0;background-position: center;background-size: contain;background-repeat: no-repeat;}
.faq-section .faq-box .faq-title.active h2:after {transition: all .5s ease-in-out;transform: rotate(0deg);}
.faq-section .faq-box p:last-child {margin-bottom: 0;}
.faq-section .faq-box .faq-accordion-content-text ol {list-style: auto;padding-left: 50px;}
.faq-section .faq-box .accordion-title-arrow img {transform: rotate(180deg);max-width: 32px;width:100%;height: 32px;}
.faq-section .faq-box .faq-accordion-dropdown-title-new.toggletab {display: flex;justify-content: space-between;align-items: center;padding-bottom: 14px;cursor: pointer;}
.faq-section .faq-box .faq-accordion-inner-wrap h4 {margin-bottom: 0;}
.faq-section .faq-box .faq-accordion-dropdown-title-new .faq-accordion-inner-wrap {max-width: calc(100% - 32px);}
.faq-section .faq-box .faq-accordion-inner .faq-accordion-dropdown-section-v2+.faq-accordion-dropdown-section-v2 {padding-top: 14px;}
.faq-section .faq-box .faq-accordion-inner .faq-accordion-dropdown-section-v2 {border-bottom: 1px solid;}
.faq-section .faq-box .faq-accordion-dropdown-section-v2 .faq-accordion-dropdown-content-wrap.togglecontent {padding-bottom: 14px;}
.faq-section .faq-box  .faq-accordion-dropdown-title-new.toggletab.active .accordion-title-arrow {transition: all .5s ease-in-out;transform: rotate(-180deg);}
.faq-section .faq-box  .faq-accordion-dropdown-title-new.toggletab .accordion-title-arrow {transition: all .5s ease-in-out;}



.footer-section .first-time-popup{position:fixed;top:0;left:0;width:100%;height:100vh;background:#11173ed6;z-index:9999999999999;display:flex;align-items:center;justify-content:center;overflow:auto;padding:30px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.footer-section .first-time-popup .inner-cover{background:#fff;max-width: 680px; width: 100%; margin: auto; border-radius: 4px; padding:120px 65px; position: relative;}
.footer-section .first-time-popup .inner-cover h6{color:#3d5388;margin:0 0 40px}
.footer-section .first-time-popup .inner-cover .btn1.btnbox{padding-top:12px;padding-right:38px;padding-bottom:10px;padding-left:38px;font-family:Montserrat,sans-serif;font-style:normal;font-weight:900;text-decoration:none;border-radius:12px;color:#11173e;font-size:16px;text-transform:none;background-color:#81d7c3;display:inline-block;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;cursor:pointer;border:0}
.footer-section .first-time-popup .inner-cover .btn1.btnbox:hover{background-color:#497780;color:#fff}
.footer-section .first-time-popup .inner-cover .wrap{gap:15px}
.footer-section .first-time-popup .inner-cover .logo-img { width: 65px; margin: 0 auto 40px; height: 76px; }
.footer-section .first-time-popup .inner-cover .logo-img img { width: 100%; height: 100% !important; }



/* ==== 11-6-2024 ==== */

.new-header-section .right-side .header-btn a.professional-button { display: none; }
.new-header-section .right-side .header-btn a.professional-button svg {  width: 20px; margin-left: 10px;  transition: all 0.4s;}
.new-header-section .right-side .header-btn a.professional-button:hover svg path { fill: #fff;}
.new-header-section .right-side .header-btn a.professional-button svg path { transition: all 0.4s;}

body.professionalset .new-header-section .right-side .header-btn a.individual-button { display: none; }
body.professionalset .new-header-section .right-side .header-btn a.professional-button { display: inline-flex !important; align-items: center; }
body.professionalset .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a { padding-left: 55px; padding-right: 55px;}
body.professionalset .new-header-section .right-side .header-btn { padding-left: 55px;}
body.professionalset .page-sticky-btn {  display: none;  }
body.professionalset .hero-section .individual-button { display: none; }
body.professionalset .hero-section .professional-button { display: block !important; }

.hs-inline-edit .first-time-popup { display: none !important;}
span.error-message { color: red;font-size: 12px;}

.pages-box {background: #dde2e5 !important;padding: 60px 0;}
.pages-box .pages-content .post-item.cards__item {padding: 30px 0;border-top: 1px solid #F6FDFF;display: flex;flex-wrap: wrap;align-items: center;}
.pages-box .pages-content .post-item.cards__item:last-child {border-top: 1px solid #F6FDFF;}
.pages-box .pages-content .post-item.cards__item .left-feature {width: 30%;padding-right: 50px;}
.pages-box .pages-content .post-item.cards__item .right-details {width: 70%;}
.pages-box .pages-content .post-item.cards__item .hs-featured-image-wrapper img.hs-featured-image {max-width: 100%;width: 100%;margin: 0;}

/**************** Cookie Banner Style *************/
/*.hs-eu-cookie-confirmation-inner { padding: 20px; gap:0.5em; }
.hs-eu-cookie-confirmation-inner p { font-size: 12px; line-height:20px; }*/

@media (max-width:1400px){
	body.professionalset .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a { padding-left: 45px; padding-right: 45px;}
}

@media (max-width:1199px){
	body.professionalset .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a { padding-left: 28px; padding-right: 28px; }
	body.professionalset .new-header-section .right-side .header-btn { padding-left: 25px; }
}

@media (max-width:991px){
	body.professionalset .new-header-section .right-side .header-btn a.professional-button { justify-content: center; width: 100%;}
}


.professional-header-meeting-popup,
.professional-meeting-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: #0d1232f5; z-index: 9999; backdrop-filter: blur(6px); display: none; align-items: center; justify-content: center; overflow: auto; padding: 20px 15px; transition: all 0.4s; opacity: 0; visibility: hidden; text-align: left; }
.professional-header-meeting-popup .meeting-inner,
.professional-meeting-popup .meeting-inner { max-width: 970px; width: 100%; margin: auto; background: #11173E; border-radius: 4px; padding: 80px 85px 120px; position: relative; }
.professional-header-meeting-popup .meeting-inner .popup-close,
.professional-meeting-popup .meeting-inner .popup-close { border-radius: 5px; background: #0D1232; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; cursor: pointer; position: absolute; top: 40px; left: auto; right: 40px; }
.professional-header-meeting-popup .meeting-inner .hs-form-field input,
.professional-meeting-popup .meeting-inner .hs-form-field input { background: transparent; }
.professional-header-meeting-popup .meeting-inner .hs-submit input.hs-button,
.professional-meeting-popup .meeting-inner .hs-submit input.hs-button { width: 100%; margin-top: 10px; }
body.professional-meeting-popup-on .professional-header-meeting-popup,
body.professional-meeting-book-popup .professional-meeting-popup { display: flex !important; opacity: 1; visibility: visible; }


.professional-header-meeting-popup .hub-form,
.professional-meeting-popup .hub-form { display: none;}
.professional-header-meeting-popup .normal-form .field.hs-form-field,
.professional-meeting-popup .normal-form .field.hs-form-field { padding: 0 0 20px;}


/**************** Post Filter *************/
.post-filter-section .new-structure-module ul li.year-container {margin-bottom: 30px;}
.post-filter-section .new-structure-module ul li.year-container ul,
.post-filter-section .content-block ul {display: flex;flex-wrap: wrap;}
.post-filter-section .new-structure-module ul li.year-container ul li,
.post-filter-section .content-block ul li {width: calc(100% / 4);padding: 0 10px 10px;}
.post-filter-section a:hover, .post-filter-section a:focus {color: #FFFFFF;}
.post-filter-section p {color: #FFFFFF;}


@media (max-width:1550px){
	.blog-listing-section .left-part { width: 70%; }
	/* 	.blog-feature-section .customWidthOption { width: 255px; } */
	.blog-post-section .post-wrap .right-part { width: 30%; }
	.blog-post-section .post-wrap .left-part { width: 70%; }

}


@media (max-width:1400px){
	.body-container-wrapper { margin: 75px 0 0;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a { padding: 24px 52px;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a:before { top: 25px;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li:first-child>a:after { top: 25px;}
	.fund-overview-section .title-box { width: 50%; }
	.fund-overview-section .video-btn { width: 50%; }
	.invest-popup .popup-innver { padding: 60px 170px 15px;}
	.invest-popup .popup-innver .box { height: 72px;}
/* 	body.sticky .nav-menu-strip {top: 125px;} */
	body.sticky .nav-menu-strip {top: 76px;}
	.exchange-trade-section .table-heading .table-heading-cell { font-size: 16px; line-height: 21px; }
	.exchange-trade-section .table-raw .table-cell { font-size: 16px; line-height: 20px; }
	.exchange-trade-section .section-heading h2 { width: 43%; }
	.exchange-trade-section .table-heading .table-heading-cell:nth-child(4) { padding: 0 14px; }
	.subscribe-strip-section .section-heading { width: 55%;}
	.subscribe-strip-section .form-box { width: 45%;}
	/* 	.blog-listing-section .left-part { padding-left: calc((100% - 1105px) / 2);} */
	.blog-listing-section .left-part .blog-list-filter button { font-size: 18px; padding: 0 14px 9px;}
	.blog-listing-section .load-container { padding: 35px 0 0;}
	/* 	.blog-post-section .post-wrap .left-part { padding-left: calc((100% - 1105px) / 2);} */
	.blog-post-section .post-wrap .left-part .blogpost-download-section .title h6 { font-size: 20px; line-height:1.4; }
	.blog-post-section .post-wrap .left-part .blogpost-download-section .title h2 { line-height: 35px; font-size: 30px; }

	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h6, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h6 { font-size: 15px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h5, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h5 {font-size: 22px;}
	.about-partner-section .tab-inner-cover .box {padding: 0 15px 40px;}
	body.sticky.top-bar .nav-menu-strip { top: 128px;}
	.drugs-slider-container button.slick-prev.slick-arrow { left: -38px;}
	.drugs-slider-container button.slick-next.slick-arrow { right: -38px;}
	.funds-manager-section .left-part { width: 25%; }
	.funds-manager-section .right-part { width: 75%; padding-left: 100px; }
	.funds-manager-section .right-part .box h3 { font-size: 25px; }
	header.header.header--no-navigation {padding: 19px 0;}
	.image-text-btn-section .content-block .section-heading {max-width: 740px;padding: 0 20px;}
}

@media (max-width:1199px){

	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a { padding: 24px 36px; }
	.new-header-section .right-side .header-btn { padding-left: 40px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout-box { padding: 0 10px;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h5, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h5 { font-size: 20px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h6, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h6 { font-size: 15px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part { padding-left: 50px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part {padding-right: 32px;}
  .hero-section .pdf-box { width: 50%;}
	/*.hero-section.landing-page-hero-section .pdf-box { width: 100%;}*/
	.fund-overview-section .video-btn a { padding: 12px 32px 10px;}
	.nav-menu-strip ul li a { padding: 12px 20px 10px; font-size: 19px;}
	.footer-section .left-part { padding: 0; width: 30%; }
	.footer-section .right-part { width: 70%; padding: 55px 0 0 25px; }
	.service-section .service-slider .box h5 { margin: 25px 0; }
	.service-section .service-slider .box .details { padding-bottom: 0; }
	.investment-section .investment-boxes .right-boxes .list-content ul{padding:30px}
	.exchange-trade-section .tab-content{overflow:auto;}
	.exchange-trade-section .resources-table{width:1100px;}
	.exchange-trade-section .section-heading .tab-list { padding: 20px 0 0; text-align: left; width: 100%; }
	.exchange-trade-section .section-heading .tab-list ul li { margin: 0 10px 0 0; min-width: auto; }
	.exchange-trade-section .section-heading h2 { width: 100%; }
	.subscribe-strip-section .section-heading { width: 50%;}
	.subscribe-strip-section .form-box { width: 50%;}
	.subscribe-strip-section .section-heading h2 { font-size: 28px;}
	.home-banner-section .fund-box { width: calc(100% / 3 - 50px); margin: 0 25px 0; }
	.home-banner-section .wrap { margin: 0 -25px; }
	.home-insight-section .insights-two-column-wrapper .insights-left-column-wrapper { width: 100%; }
	.home-insight-section .insights-two-column-wrapper .insights-right-column-wrapper { width: 100%; padding: 40px 0 0; }
	.blog-listing-section .left-part { /*padding-left: calc((100% - 930px) / 2);*/ width: 68%; }

	.blog-post-section .post-wrap .left-part { /*padding-left: calc((100% - 930px) / 2);*/ width: 68%; }
	.blog-post-section .post-wrap .right-part { width: 32%; }
	.blog-post-section .post-wrap .right-part .post-fund-section .customWidthOption { width: 100%; }
	.blog-post-section .post-wrap .right-part .post-fund-section { padding-left: 0; }
	.blogpost-download-section { padding: 20px 20px; }
	.blogpost-download-section .icon { width: 100%; padding: 0; }
	.blogpost-download-section .title { width: calc(100% - 220px); padding: 15px 0 0; }
	.home-banner-section .inner-box .title sub {  font-size: 10px;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h5, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h5 {font-size: 18px;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h5 sub, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h5 sub {font-size: 9px;}
	.blog-post-section .post-wrap .right-part .post-fund-section .funds-block .funds-details h6 { font-size: 15px;}
	.blog-listing-section .left-part #filters > .button-group.js-radio-button-group { width: 100%; }
	.blog-listing-section .left-part #filters { flex-direction: column-reverse; }
	.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown { width: 100%; display: flex; justify-content: flex-end; padding: 0 0 20px; }
	.blog-listing-section .blog-feature-section { padding: 50px 30px 50px;}
	.blog-listing-section .right-part > div { top: 60px}
	.blog-post-section .post-wrap .right-part .blog-feature-section {padding: 30px 30px;}
	.blog-listing-section .filter-tabs-container .jplist-panel.panel-top { flex-direction: column-reverse;}
	.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .button-group { top: calc(100% - 31px); }
	.tabs-left-column-container { width: 485px; } 
	.tabs-right-column-container { width: calc(100% - 485px); }
	.tab-two-column-container.left-align-image .tabs-right-column-container { padding-right: 100px; }
	.how-to-invest-container.dark-mode .tabs-group-container .tabs h4 { font-size: 18px;}
	.team-section .box { width: calc(100% / 3 - 10px); }
	.popular-invest-section .box { width: calc(100% / 3 - 30px); margin: 0 15px 30px;}
	.etf-banner-section{ background-position: 63% center !important; }
	.etf-search-main .left-side .etf-search-section { padding-right: 40px; }
	.etf-search-section .table-striped tr th:first-child { width: 12%; }
	.etf-search-section .table-striped tr th:nth-child(2) { width: 38%; }
	.etf-search-section .table-striped #resultBody tr td:first-child { width: 12%; }
	.etf-search-section .table-striped #resultBody tr td:nth-child(2) { width: 38%; }

	.weight-loss-drugs-slider-section .drug-left-bottom-section { padding: 20px 20px 0 0; }
	.weight-loss-drugs-slider-section .left-bottom-right-section h2 { font-size: 25px; }
	.weight-loss-drugs-slider-section .left-bottom-left-section { font-size: 55px; line-height: 1.3; }
	.weight-loss-drugs-slider-section .drug-left-top-section h2 { font-size: 26px; }
	.weight-loss-drugs-slider-section .drug-slide-left-section { padding-right: 30px; }

	.funds-twocol-section .left-part .inner-box { padding: 20px 20px 20px; }
	.funds-twocol-section .left-part .inner-box .button.btn4 a { font-size: 22px; }
	.funds-twocol-section .cross-arrow a svg { width: 14px; height: 14px; }
	.funds-twocol-section .right-part .inner-box .left-side { padding: 20px 20px 20px; width: 50%; }
	.rsho-funds-twocol-section.funds-twocol-section .right-part .inner-box .left-side {padding: 20px 15px 20px 20px;}
	.funds-twocol-section .right-part .inner-box .right-side { width: 50%; }
	.funds-twocol-section .right-part .inner-box .left-side h2 { font-size: 20px; }
	.funds-twocol-section .right-part .inner-box .left-side h2.h1 { font-size: 38px; }
	.funds-twocol-section .left-part .inner-box h6 { font-size: 20px;}
	.footer-section .first-time-popup .inner-cover{padding:80px 65px;}
	.image-text-btn-section .content-block .section-heading {max-width: 570px;}

	.wencast-banner-section .webinar-banner-box .left-side {padding-right: 80px;}
}

@media (min-width:992px){
	.new-header-section .right-side .mainmenu .hs-menu-wrapper { display: block !important;}
	.tab-heading-for-mobile { display: none; }
}

@media (max-width:991px){

	h1,	.h1 { font-size: 35px; }
	.large h2,	h2.large, .h2.large { font-size: 35px; }
	.large p { font-size:18px; line-height:28px; }

	.body-container-wrapper { margin: 66px 0 0;}
	.mainmenu, .mainmenu *{display: block;float: none;position: static;top: auto;right: auto;left: auto;bottom: auto;padding: 0px;margin: 0px;background-image: none;background-color: transparent;
		border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none; max-width: none;width: 100%;height: auto;
		line-height: 1; font-weight: normal;text-decoration: none;text-indent: 0px;text-align: left;color: #fff;}
	a.mobile-trigger { display: inline-flex !important; cursor: pointer; position: absolute; top: 8px; right: 4px; width: 52px; height: 52px; padding: 12px 10px; z-index: 999;  ; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase;
		border-radius: 5px; background: transparent; align-items: center; justify-content: center;}
	a.mobile-trigger:hover { text-decoration: none; color: #fff;}
	a.mobile-trigger span{ display: inline;}
	a.mobile-trigger span:before{ position: absolute; content: 'Menu'; }
	a.mobile-trigger span:after{ position: relative; right: 2px; content: 'Close'; 
		background-color: #3c455c; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; }

	/* Change button when menu is open */
	.mobile-open a.mobile-trigger{ -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background: transparent; }
	.mobile-open a.mobile-trigger span:after{ opacity: 1; }

	/* Toggle Button Icon & Animations */
	a.mobile-trigger i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s; -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s;
		transition-duration: 0s; transition-delay: .2s;}
	a.mobile-trigger i:before, a.mobile-trigger i:after { position: absolute; content: '';}
	a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width: 18px; height: 2px; background-color: #fff; display: inline-block; top:0; }
	a.mobile-trigger i:before { margin-top: -7px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
	a.mobile-trigger i:after { margin-top: 7px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
	.mobile-open a.mobile-trigger i { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);}
	.mobile-open a.mobile-trigger i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s;
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);}
	.mobile-open a.mobile-trigger i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
		-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0);}

	/* Menu Styles on Mobile Devices */ 
	.mainmenu.js-enabled .hs-menu-flow-horizontal,.mainmenu.js-enabled .hs-menu-children-wrapper{ display: none;} 
	.mainmenu ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display: none;}
	.mainmenu.js-enabled .hs-menu-flow-horizontal{ position: absolute; top: 100%; left: 0px; width: 100%; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); padding:0; background: #11173E; height: 100vh; overflow: auto; }
	.mainmenu .hs-menu-flow-horizontal{  background-color: #3c455c; width: 100%; z-index: 8888;}
	.mainmenu .hs-menu-flow-horizontal > ul > li{ position: relative;}
	.mainmenu .hs-menu-flow-horizontal > ul > li a{ font-size: 17px; line-height: 45px; overflow: visible;}
	.mainmenu .hs-menu-flow-horizontal ul li{ border-bottom: 1px solid #3D5388; }
	.mainmenu .hs-menu-flow-horizontal ul li a{ padding: 0 10px;}
	.mainmenu .hs-menu-flow-horizontal ul li a:hover{ color: #fff; }
	.mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08);}
	.mainmenu .hs-menu-flow-horizontal > ul ul li a{ text-indent: 10px; font-size: 16px; }
	.mainmenu .hs-menu-flow-horizontal > ul ul ul li a{ text-indent: 30px; }
	.mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{ text-indent: 50px;}  
	.mobile-open .new-header-section { background: #11173E;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul { padding: 0 0px 25px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a:before { display: none; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a { padding: 28px 25px 27px;font-size: 17px; font-weight: 700; line-height:25px;}
	.new-header-section .right-side .header-btn { display: none; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper .header-btn { display: block; padding: 0 20px 30px; text-align: center; }
	.new-header-section { padding: 16px 0; border-bottom: 1px solid #3D5388; }
	.new-header-section .right-side .header-btn a.mobile-subscribe-btn { display: block;}
	.mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal { padding-bottom: 70px;}
	.new-header-section .right-side .header-btn a { text-align: center; margin: 0 auto 15px; max-width: 100%; width: 100%; padding: 16px 23px; }
	.new-header-section .right-side .header-btn a.mobile-subscribe-btn { background: transparent; color: #81D7C3; }
	.new-header-section .right-side .header-btn a.mobile-subscribe-btn:hover { border-color: #497780; color: #497780; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu { position: relative; top: 0; height: auto; display:none; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout-box .hs-menu-flow-horizontal { display: flex !important; position: relative !important; box-shadow: none !important; height: auto !important; top: 0 !important; padding:0 !important; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout-box .hs-menu-flow-horizontal ul { padding: 0 !important; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout-box .hs-menu-flow-horizontal li { border: 0; background: transparent; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout-box .hs-menu-flow-horizontal li a { text-indent: 0; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children.menu-show > a, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li>a:hover { background: transparent;}
	.new-header-section .container { max-width: 100%;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li:first-child>a:after { display: none;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children { position: relative; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { content: ' '; top: 2px; left: 0; position: relative; display: inline-block; background-image: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/mobile-arrow.svg); background-color: transparent; width: 9px; height: 14px; background-size: contain; background-repeat: no-repeat; background-position: center center; padding-left: 33px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li:first-child {border-top: 1px solid #3D5388;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children span.child-triggerm { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a { background: transparent; color: #fff; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu { position: fixed; display: block; top: 66px; left: -120%; width: 100%; height: calc(100vh - 66px); overflow: auto; opacity: 1; visibility: visible; padding: 0px 0 10px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children span.child-triggerm.child-open + .megamenu { left: 0; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .back-btn { display: flex; align-items: center; background: #253B9D; cursor: pointer; padding: 29px 25px 27px; font-size: 17px; font-weight: 700; font-family: Chesna Grotesk; margin-bottom: 20px; border-bottom: 1px solid #3D5388; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .back-btn img { width: 25px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout-box { padding: 0; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box { width: calc(100% / 1 - 0px); margin: 0; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .inner-wrap { margin: 0; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box a { padding: 0; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .icon { padding: 13px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h5, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h5 { font-size: 24px; line-height: 36px; display: flex; align-items: flex-end; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h6, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h6 { font-size: 17px; line-height: 20px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h5 img, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h5 img { display: none; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .bottom-btn a { display: inline; text-transform: inherit; padding: 0 10px 0 0; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .bottom-btn a svg { display: none; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .bottom-btn { padding: 25px 0 0; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part { width: 100%;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .right-part { width: 100%;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .bottom-btn a:after { content: ' '; left: auto; right: -6px; width: 9px; height: 15px; background-image: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/mobile-arrow.svg); position: absolute; background-repeat: no-repeat; top: 5px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .left-part { width: 100%; border: 0; padding: 0 20px 27px; border-bottom: 1px solid #3D5388; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part { width: 100%; padding: 20px 20px 20px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout-box .hs-menu-flow-horizontal li a { margin-bottom: 22px; line-height: 25px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout-box .hs-menu-flow-horizontal li:last-child a { margin-bottom: 0; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part h3, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part .h3 { margin-bottom: 22px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part { padding: 0 20px 0px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part .lay2-right-box a { padding: 0; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .right-part .lay2-right-box .icon { padding: 7px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-wrap { margin: 0; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box:first-child { width: 100%; margin: 0 0 20px; padding: 0; position: relative; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box { width: 100%; margin: 0 0 20px; padding: 0; position: relative; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box:last-child { width: 100%; margin: 0; padding: 0; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box .inner-menu a { margin-bottom: 22px; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box:first-child:before { content: ' '; top: auto; bottom: 0; left: -20px; width: calc(100% + 40px); height: 1px; position: absolute; background: #3D5388; z-index: 11111; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box:before { content: ' '; top: auto; bottom: 0; left: -20px; width: calc(100% + 40px); height: 1px; position: absolute; background: #3D5388; z-index: 11111; }
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu { pointer-events: inherit;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout2 .left-part .lay2-menu-box a { padding: 0;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box:nth-child(3) .menu-box:nth-child(1) { padding-top: 0;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details h5 sub, .new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu .layout1 .left-part .left-menu-box .menu-box .details .h5 sub { top: -10px; left: 5px; font-size: 11px; }

	.hero-section .pdf-box { width: 50%; }
	.hero-section .section-heading h1 span { font-size: 50px; }
	.nav-menu-strip ul li a { padding: 9px 10px 7px; font-size: 16px; }
	.hero-section .section-heading .content { font-size: 20px; line-height: 29px; }
	.invest-popup .popup-innver { padding: 60px 60px 20px;}
	.fund-overview-section .left-part { width: 100%; padding: 0; }
	.fund-overview-section .right-part { width: 100%; padding: 40px 0 0; }
  .fund-popup .box {width: calc(100% / 2 - 30px);}
	.document-section .box { width: calc(100% / 1 - 56px);}
	.document-section .box:nth-child(2) { border-top:0; }
/* 	body.sticky .nav-menu-strip { top:142px; } */
	body.sticky .nav-menu-strip { top:74px; }
	.logo-section .logo-wrap .logo-boxes {width: calc(33.33% - 68px);height: 85px; margin: 0 34px 35px; }  
	.logo-section .logo-wrap .logo-boxes .logo { padding: 0; }
	.portfolio-section .left-part { width: 100%; padding: 0; }
	.portfolio-section .right-part { width: 100%; padding: 40px 0 0; }
  
	.footer-section .left-part { width: 100%; padding: 0 0 0; }
	.footer-section .right-part { width: 100%; padding: 30px 0 0; }
	.footer-section .left-part .copyright { display: none; }
	.footer-section .copyright.mobile-show { display: block; padding: 20px 0 0; }

	.price-performance-section .tab-list ul li span { padding: 7px 25px; }
	.price-performance-section .tab-list ul li { font-size: 20px; }
	.investment-section .investment-boxes .left-boxes,
	.investment-section .investment-boxes .middle-boxes { width: 100%; } 
	.investment-section .investment-boxes .right-boxes { width: 100%;padding:0; } 
	.investment-section .investment-boxes .left-boxes, 
	.investment-section .investment-boxes .middle-boxes { padding: 0 0 30px; }
	.investment-section .investment-boxes.dis-flex { margin: 0; }
	.investment-section .investment-boxes .left-boxes .images { width: 100%;max-width:343px;text-align: center; margin: auto;} 
	.investment-section .investment-boxes .middle-boxes .image { width: 100%;max-width:215px; }
	.investment-section .investment-boxes .right-boxes .list-content ul { padding: 30px 30px 30px 60px; }
	.investment-section .investment-title .title-sec { max-width: 680px; }
	.page-sticky-btn { display: none;}
	.subscribe-strip-section .section-heading { width: 100%; }
	.subscribe-strip-section .form-box { width: 100%; padding: 20px 0 0; }
	.portfolio-manager-section .left-part { width: 100%; }
	.portfolio-manager-section .right-part { width: 100%; padding: 30px 0 0; }
	.fund-popup .popup-innver { padding: 120px 35px 60px;}
	.etf-popup .popup-innver { padding: 120px 35px 60px;}
	.mission-section .mission-slider .box { margin: 0 20px; }
	.mission-section .mission-slider .slick-list.draggable { margin: 0 -20px; }
	.home-insight-section .insights-two-column-wrapper{ flex-direction: column; }
	.home-insight-section .insights-two-column-wrapper .insights-left-column-wrapper { width: 100%; }
	.home-insight-section .insights-two-column-wrapper .insights-right-column-wrapper { width: 100%; padding-top: 40px; padding-left: 0; }
	.home-insight-section .webinar-content-section { height: auto !important; }
	.home-insight-section .insights-content-section { height: auto !important; }
	.home-banner-section .fund-box { width: calc(100% / 2 - 50px); }

	.blog-subscribe-container .banner-left-cotnainer { width: 100%;}
	.blog-subscribe-container .blog-subscribe-form { width: 100%; padding: 30px 0 0;  display: flex;}
	.blog-subscribe-container .blog-subscribe-form .form-contact-srt.formResetStyling { width: 100%;}
	.blog-subscribe-container .blog-subscribe-form .hs-email { width: calc(100% - 186px);}
	.blog-listing-section .left-part { width: 100%; max-width: 720px; margin: auto; padding-right: 0; padding-left: 0; }
	.blog-listing-section .right-part { width: 100%; }
	.blog-feature-section .customWidthOption { max-width: 720px; width: 100%; margin: auto; }
	.blog-feature-section { padding: 40px 15px 40px; }
	.blog-listing-section .left-part .blog-list-filter ul li label { font-size: 16px; padding: 0 11px 9px; }
	.blog-listing-section .load-container { padding: 40px 0 0; }
	.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .filter-by span { font-size: 14px; }
	.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown .button-group button.button { font-size: 14px; }
	.author-shape-strip .hubspot-author { width: 100%; }
	.author-shape-strip .social-sharing { width: 100%; justify-content: flex-start; padding: 35px 0 0; }
	.author-shape-strip .inner-cover { flex-wrap: wrap; }
	.blog-post-section .post-wrap .left-part { width: 100%; max-width: 720px; margin: auto; padding: 0; }
	.blog-post-section .post-wrap .right-part { width: 100%; margin: 50px 0 0; background: transparent; border: 0; }
	.blog-post-section .post-wrap .right-part .right-inner { width: 100%; max-width: 720px; margin: auto; padding: 0 0 30px; border-left: 0;}
	.blog-post-section .post-header h1 { width: 100%;}
	.blogpost-download-section .icon { text-align: center; }
	.blogpost-download-section .title { width: 100%; text-align: center; }
	.blogpost-download-section .btn-wrap { width: 100%; text-align: center; padding: 20px 0 0; }
	.blog-listing-section .left-part #filters > .button-group.js-radio-button-group { padding-right: 0; }
	.blog-listing-section .right-part { margin-bottom: 50px; }
	.blog-post-section .post-wrap .right-part .post-fund-section .container { padding: 0; }
	.blog-post-section .post-wrap .right-part .blog-feature-section { margin-left: 0; max-width: 100%; width: 100%; }
	.blog-post-section .post-wrap .right-part {    margin: 30px 0 0;}
	.blog-post-section .post-wrap .right-part .blog-post-subscribe { margin-left: 0;width: 100%;}
	.tabs-group-container { display: none; }
	.tabs-content-wrapper { border-bottom: 2px solid grey; }
	/* 	.tabs-content-wrapper.active { border-bottom: 2px solid #77d7c3; } */
	.tab-two-column-container { flex-direction: column; }
	.tabs-left-column-container { width: 100%; }
	.tabs-right-column-container { width: 100%; max-width: 100%; padding: 0; text-align: center; margin: 0 0 40px; }
	.tab-two-column-container.left-align-image { flex-direction: column-reverse; }
	.tab-two-column-container.left-align-image .tabs-right-column-container { padding-right: 0; text-align: center; }
	.eft-channel-tabs-group h4 { font-size: 18px;}
	.tabs-right-column-container { padding: 40px 0 0; }
	.how-to-invest-container .tabs-left-column-container h2 { margin-bottom: 15px; }
	.how-to-invest-container .tabs-left-column-container .content { padding-bottom: 0; }
	.tab-two-column-container.left-align-image { flex-direction: column; }
	.tabs-content-wrapper:last-child { border: 0; }
	.tabs-main-container { padding-bottom: 0; }
	.how-to-invest-container .tabs-left-column-container h2 { font-size: 22px; }
	.tab-heading-for-mobile h4 { font-size: 24px; font-weight: 600; }
	.tabs-content-wrapper .arrow-icon svg { width: 35px; height: 35px; }
	.how-to-invest-container.dark-mode .section-heading { padding-bottom: 40px; }
	.how-to-invest-container.dark-mode .tabs-main-container { padding-bottom: 20px; }
	.tabs-left-column-container a:not(:last-child) { margin-right: 40px; }
	.how-to-invest-container.dark-mode .tabs-content-wrapper.active .tab-heading-for-mobile h4 { color: #81d7c3;}
	.tab-heading-for-mobile .arrow-icon { display: flex; align-items: center;  position: absolute; left: auto; right: 30px; }
	.how-to-invest-container.dark-mode .tab-heading-for-mobile h4 { padding-right: 40px; }
	.eft-channel-links-container { padding-left: 20px; padding-right: 20px; }
	.team-section .box .img-box { width: 190px; height: 190px;}
	.about-partner-section .tab-inner-cover { padding: 15px 0 30px;}
	.three-col-section .box { width: calc(100% / 2 - 30px); margin: 0 15px 40px;}
	.two-col-section.light-section .box .icon { max-width: 220px; }
	.two-col-section .wrap .box h3 { font-size: 22px; }
	.popular-invest-section .wrap { margin: 0 -15px; }
	.popular-invest-section .box { width: calc(100% / 2 - 30px); margin: 0 15px 30px; }
	.etf-search-main .left-side .etf-search-section { padding: 0; }
	.etf-search-main .left-side { width: 100%; }
	.etf-search-main .right-side { width: 100%; padding: 30px 0 0; }
	.etf-search-main .left-side .footnote-box { position: inherit;}

	.new-header-section { padding: 0px 0 16px; }
	.new-header-section .container { padding-top: 16px; }
	.top-banner-header h6, .top-banner-header .h6 { font-size: 12px; width: 100%; text-align: center; padding: 0 0 5px; }
	.top-banner-header .container { flex-wrap: wrap; padding: 0; }
	.top-banner-header .topbtn1:before { display: none; }
	.top-banner-header .topbtn1 { font-size: 12px; }
	.top-banner-header .topbtn2 { font-size: 12px; }
	.top-banner-header .topbtn1 { padding: 0 12px 0; }
	.top-banner-header .topbtn2 { padding-left: 12px; }
	.top-banner-header .topbtn1:after { height: 16px; top: 6px; }
	.top-banner-header { padding: 10px 15px; }
	a.mobile-trigger { top: auto; bottom: 10px; }
	.landing-page-hero-section .pdf-wrap { position: inherit; justify-content: center; }

	.drug-slide-wrapper { padding: 0 5px;}
	.drug-right-two-column-wrapper { flex-direction: column; }
	.slide-two-column-left-container { max-width: 100%;}
	.slide-two-column-right-container { width: 100%;}
	.left-bottom-right-section { padding-left: 20px; }
	.landing-page-hero-section .section-heading .content p {font-size: 42px;}
	.three-column-block .three-column-block-text { font-size: 18px; line-height: 24px; }
	.three-column-block-title h2 { font-size: 27px; }
	.three-column-bottom-section p { font-size: 18px; line-height: 27px; }
	.weight-loss-drugs-slider-section .drug-slide-left-section { width: 100%; padding: 0 0 30px; }
	.weight-loss-drugs-slider-section .drug-slide-right-section { width: 100%; }
	.weight-loss-drugs-slider-section .drug-left-bottom-section { padding: 20px 0 0; }

	.funds-twocol-section .left-part { width: 100%; padding: 0; }
	.funds-twocol-section .right-part { width: 100%; padding: 30px 0 0; }
	.funds-twocol-section .right-part .inner-box .right-side .img-box { text-align: right; }
	.funds-manager-section .left-part { width: 100%; }
	.funds-manager-section .right-part { width: 100%; padding: 30px 0 0; text-align: center; }
	.funds-manager-section .right-part .box h3 { font-size: 22px; }
	.funds-manager-section .right-part .box .logo-wrap { justify-content: center; }
	.funds-manager-section .right-part .box .logo-box { margin: 0 20px 20px; }
	.funds-manager-section .left-part .person-img img { width: 150px; height: 150px !important; }

	header.header.header--no-navigation {padding: 13px 0;}

	.footer-section .first-time-popup .inner-cover { padding: 60px 45px; }
	.image-text-btn-section .content-block.dis-flex {flex-direction: column;gap: 25px;}
	/* 	.image-text-btn-section .content-block .btn-block, */
	.image-text-btn-section .content-block .section-heading {max-width:100%;}

	.wencast-banner-section .webinar-banner-box .left-side {max-width: 100%;padding-right: 0;margin-bottom: 30px;}
	.wencast-banner-section .webinar-banner-box .right-side {width: 100%;margin: auto;}
}

@media (max-width:767px){
	h1, .h1 { font-size: 32px; line-height: 120%; }
	.large h2, h2.large, .h2.large { font-size: 32px;line-height: 120%; }
	h3, .h3 { font-size: 24px; }
	.large p { font-size:16px; line-height:24px; }
	.body-container-wrapper { margin: 57px 0 0;}
	.new-header-section .logo-side { width: 78px; }
	.new-header-section { padding: 0px 0 14px; }
	.new-header-section .container { padding-top:16px; }
	/* 	a.mobile-trigger { top: 3px; } */
	a.mobile-trigger {top: auto; bottom: 4px;}
	.new-header-section .right-side .mainmenu .hs-menu-wrapper>ul>li .megamenu {  height: calc(100vh - 56px); top: 56px;}
	.top-banner-header .container { padding-top: 0;} 

	.hero-section .pdf-box { width: 100%; max-width: 250px; padding: 0 0 20px; }
	.hero-section .pdf-box a { padding: 7px 10px; }
	.hero-section .pdf-wrap { flex-direction: column; align-items: center; }
	.hero-section .section-heading h1 span { font-size: 32px; letter-spacing: 0; line-height: 120%; }
	.hero-section .section-heading .content { font-size: 16px; line-height: 150%; }
	.hero-section .section-heading h1 { margin-bottom: 30px; }
	.hero-section .section-heading .content { padding-bottom: 10px; }
	.nav-menu-strip ul li a { font-size: 16px; line-height: 150%; font-weight: 500; color: #AFB4B9; opacity: 1; padding: 0 6px 10px; }
	.nav-menu-strip ul li:before, .nav-menu-strip ul li:after,	.nav-menu-strip ul li a:before { display: none; }
	.service-section .service-slider .box .details { padding-bottom: 17px; }
	.service-section .service-slider .box h5 { margin: 37px 0; }
	.invest-popup .popup-innver { padding: 100px 20px 15px; }
	.invest-popup .popup-innver .popup-close { top: 25px; right: 25px; width: 42px; height: 42px; }
	.invest-popup .popup-heading { padding-bottom: 0; }
	.invest-popup .popup-innver .box img { padding: 0 20px; }
	.invest-popup .popup-innver .box { height: 75px; }
	.fund-overview-section .title-box { width: 100%; }
	.fund-overview-section .video-btn { width: 100%; padding: 20px 0 0; text-align: left; }
	.fund-overview-section .left-part .box .col-specification { font-size: 15px; }
	.fund-overview-section .left-part .box .col-details { font-size: 15px; }
	.fund-overview-section .right-part .summary { padding: 0px 0 50px; }
	.fund-overview-section .right-part { padding: 20px 0 0; }
	.fund-overview-section .right-part .portfolio-box .person-box .person-img { width: 100px; height: 100px; }
	.fund-overview-section .right-part .portfolio-box .person-box .person-details {  width: calc(100% - 100px); }

	.fund-overview-section .right-part .portfolio-box .person-box .linkedin a { display: none; }
	.fund-overview-section .right-part .portfolio-box .linkedin-mobile { display: flex; padding: 30px 0 0; }
	.fund-overview-section .right-part .portfolio-box .linkedin-mobile a { display: flex; color: #11173E; font-weight: 400; font-size: 16px; line-height: 24px; }
	.fund-overview-section .right-part .portfolio-box .linkedin-mobile a svg { margin-right: 7px; }
	.fund-overview-section .right-part .portfolio-box .person-intro { padding: 30px 0 0; }
	.fund-overview-section .right-part .portfolio-box .person-box .person-details h5 { margin: 0; }
	.document-section h5 { font-size: 28px; line-height: 39px; font-weight: 500; }

	.logo-section .logo-wrap .logo-boxes { width: calc(50% - 50px);max-width: 100%; margin: 0 25px 25px; height: 75px;  }
	.portfolio-section .left-part .box .col-specification { font-size: 15px; }
	.portfolio-section .left-part .box .col-details { font-size: 15px; }
	.portfolio-section .left-part .box.table-title { border-top: 0; }
	.portfolio-section .left-part .box.downlod-holding a { padding: 8px 0 3px; }
	.portfolio-section .right-part { padding: 20px 0 0; }
	.portfolio-section .left-part .box .col-details { width: 25%;}
	.portfolio-section .left-part .box .col-specification { width: 75%;}
	.footer-section .left-part { display: flex; flex-wrap: wrap; }
	.footer-section .left-part .footer-logo { width: 110px; }
	.footer-section .left-part .footer-social { width: calc(100% - 110px); text-align: right; padding: 0 0 0; display: flex; align-items: center; justify-content: flex-end; }
	.footer-section .left-part .footer-social ul li { padding: 0 0 0 15px; }
	.footer-section .left-part .contact { padding: 40px 0 0; }
	.footer-section .right-part .menu-box:first-child { width: 100%; }
	.footer-section .right-part .menu-box:nth-child(2) { width: 100%; }
	.footer-section .right-part .menu-box:nth-child(3) { width: 100%; }
	.footer-section .right-part .menu-box:nth-child(4) { width: 100%; }
	.footer-section .right-part .menu-box { padding-bottom: 15px; }
	.footer-section .right-part .menu-box h6 a { font-size: 18px; }
	.footer-section .copyright.mobile-show { padding: 0; }
	.footer-section .footer-bottom .left-text { width: 100%; padding: 0; }
	.footer-section .footer-bottom .right-text { width: 100%; padding: 0; }
	.explore-etf-section .slick-list.draggable { margin: 0; padding: 0 25% 5px; }
	.explore-etf-section .box { margin: 0 15px 0px; }
	.explore-etf-section .box h3 { font-size: 31px; line-height: normal; }
	.explore-etf-section .box .sub-text { font-size: 14px; line-height: 17.455px; }
	.explore-etf-section .box .icon { width: 34px; height: 34px; }
	.explore-etf-section .box .inner-box { padding: 20px 10px; }
	.explore-etf-section .container { padding: 0; }
	.explore-etf-section .section-heading { padding: 0 15px; }
	.price-performance-section .tab-list ul li span { padding: 4px 11px; }
	.price-performance-section .tab-list ul li { font-size: 14px; }
	.price-performance-section .tab-list ul li:first-child:after { display: none; }
	.price-performance-section .tab-list ul li:last-child:before { display: none; }
	.price-performance-section .tab-list ul li:before { height: 30px; top: 4px; }
	.price-performance-section .tab-list { border-bottom: 1px solid #3D5388; border-top: 1px solid #3D5388;}
	.price-performance-section .performance-table__heading, .price-performance-section .distribution-table__heading, .price-performance-section .premium-table__heading { border-top: 1px solid #3D5388; background: #0D1232; }
	.price-performance-section .performance-table__heading .performance-table__cell:first-child, .price-performance-section .distribution-table__heading .distribution-table__cell:first-child, .price-performance-section .premium-table__heading .premium-table__cell:first-child { border-left: 1px solid #3D5388; }
	.price-performance-section .performance-table__heading .performance-table__cell:last-child, .price-performance-section .distribution-table__heading .distribution-table__cell:last-child, .price-performance-section .premium-table__heading .premium-table__cell:last-child { border-right: 1px solid #3D5388; }
	.price-performance-section .performance-table__row .performance-table__cell:first-child, .price-performance-section .distribution-table__row .distribution-table__cell:first-child, .price-performance-section .premium-table__row .premium-table__cell:first-child { border-left: 1px solid #3D5388; background: #0D1232; }
	.price-performance-section .performance-table__row .performance-table__cell:last-child, .price-performance-section .distribution-table__row .distribution-table__cell:last-child, .price-performance-section .premium-table__row .premium-table__cell:last-child { border-right: 1px solid #3D5388; }
/* 	body.sticky .nav-menu-strip { top: 126px; } */
	body.sticky .nav-menu-strip { top: 63px; }
	.exchange-trade-section .table-raw .table-cell:before { content: attr(data-label); font-size: 16px; font-weight: 700; line-height: 24px; width: 100%; position: relative; display: block; text-align: left; }
	.exchange-trade-section .table-raw .table-cell { flex-direction: column; align-items: flex-start; justify-content: flex-start; }
	.exchange-trade-section .table-raw .table-cell { width: 33.33% !important; padding: 20px 15px 0 !important; text-align: left; }
	.exchange-trade-section .resources-table { width: 100%; }
	.exchange-trade-section .table-heading { display: none; }
	.exchange-trade-section .container { padding: 0; }
	.exchange-trade-section .section-heading { padding: 0 0 0; }
	.exchange-trade-section .section-heading h2 { padding: 0 15px 20px; }
	.exchange-trade-section .section-heading .tab-list { padding: 5px 15px 5px; background: #0D1232; border-top: 1px solid #3D5388; border-bottom: 1px solid #3D5388; text-align: center; }
	.exchange-trade-section .table-raw { padding: 30px 0px 25px; }
	.exchange-trade-section .table-raw h5 { margin-bottom: 0; padding: 0 15px 0; font-size: 20px; font-weight: 700; line-height: 24px; display:block; }
	.exchange-trade-section .table-raw .table-cell:nth-child(2) { display: none; }
	.exchange-trade-section .section-heading .tab-list ul li { border: 0; background: transparent; color: #AFB4B9; font-weight: 400; padding: 10px 15px; margin: 0; }
	.exchange-trade-section .section-heading .tab-list ul li:hover,
	.exchange-trade-section .section-heading .tab-list ul li.active { background: transparent; color: #81D7C3; }
	.footer-section .right-part .menu-box .inner-box { margin-bottom:0; }
	.foot-notes { margin-top: 40px; padding: 0 15px;}
	.fund-overview-section .left-part .foot-notes { padding: 0 0 20px;margin: 30px 0 0;font-size: 16px; }
	.subscribe-strip-section { text-align: center; }
	.subscribe-strip-section .form-box .hs-submit .hs-button { width: 100%; }
	.subscribe-strip-section .form-box .hs-submit { position: relative; padding: 20px 0 0; }
	.subscribe-strip-section .form-box .hs-form-field { padding: 0; }
	.subscribe-strip-section .section-heading h2 { font-size: 20px; line-height: 24px;}
	.toll-nav-market-price-container .price-table__row { width: calc(100% / 1 - 20px); padding: 15px 0px; }
	.toll-nav-market-price-container .price-table__row span:first-child { padding-right: 30px; }
	.portfolio-manager-section .left-part .manager-box .img-box { margin: auto;}
	.portfolio-manager-section .linkedin { display: none;}
	.portfolio-manager-section .etf-box { padding: 0 24px 25px 0; }
	.portfolio-manager-section .etf-box:last-child { padding-right: 0; }
	.portfolio-manager-section .mobileshow-linkedin { display: block; text-align: center; }
	.portfolio-manager-section .mobileshow-linkedin a { justify-content: center; margin-bottom: 30px; }
	.portfolio-manager-section .dots__arrows { justify-content: center; }
	.portfolio-manager-section .dots__arrows button.slick-next.slick-arrow,
	.portfolio-manager-section .dots__arrows button.slick-prev.slick-arrow { background: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/arrows-default.svg); background-repeat: no-repeat; }
	.differentiate-section .differentiate-slider .box .content br { display: none;}
	.differentiate-section ul.slick-dots li button { background: #DDE2E5;}
	.differentiate-section ul.slick-dots li.slick-active button { background: #81D7C3; }
	.fund-popup .box { width: calc(100% / 1 - 30px); }
	.fund-popup .box:last-child .inner-box:last-child { padding: 0; }
	.fund-popup .box .inner-box { margin-bottom: 20px; }
	.fund-popup .box h6 { margin-bottom: 20px; }
	.mission-section .mission-arrow-dots button.slick-next.slick-arrow { background: url(https://20256009.fs1.hubspotusercontent-na1.net/hubfs/20256009/Tema%20-%202023/Images/arrows-default.svg); background-repeat: no-repeat;}
	.home-insight-section .insights-image-wrapper img {  height: 180px; }
	.home-insight-section .insights-two-column-wrapper .insights-right-column-wrapper { padding-top: 20px; }
	.home-banner-section .fund-box { width: calc(100% / 1 - 50px);}
	.home-banner-section .fund-box .inner-wrap { max-width: 280px; width: 100%; margin: auto;}
	.logo-strip-section .asof-logo { width: 100%; padding-bottom: 25px; }
	.logo-strip-section .logo-strip-marquee { width: 100%; padding: 0; }
	.popupForm { padding: 70px 20px 40px !important; }
	button.fancybox-close-small { right: 20px; top: 20px; }
	.popupForm .popup-close { right: 20px; top: 20px; }
	.exchange-trade-section .tab-content.performance-tab .as-of-date { padding: 20px 15px 0;}
	.home-insight-section .insights-two-column-wrapper .insights-left-column-wrapper .insights-content-section:first-child { padding: 0 0 20px; }
	.home-insight-section .insights-two-column-wrapper .insights-left-column-wrapper .insights-content-section:last-child { padding: 0; }
	.home-insight-section .insights-two-column-wrapper .insights-left-column-wrapper .insights-content-section { width: 100%; }
	.home-insight-section .insights-two-column-wrapper .insights-left-column-wrapper .insight-content-container { height: auto; }
	.blog-subscribe-container .blog-subscribe-form form { flex-direction: column; }
	.blog-subscribe-container .blog-subscribe-form .hs-email { margin: 0 0 18px; }
	.blog-subscribe-container .blog-subscribe-form .hs-button { width: 323px; }
	.blog-subscribe-form .form-contact-srt.formResetStyling { width: 100%; }
	.blog-subscribe-container .blog-subscribe-form .hs-email { max-width: 100%; width: 100%; }
	.blog-subscribe-container .blog-subscribe-form .hs-submit { width: 100%; }
	.blog-subscribe-container .blog-subscribe-form .hs-submit .hs-button { width: 100%; max-width: 100%; background: #81D7C3; color: #11173E; }
	.blog-subscribe-container .blog-subscribe-form .hs-email { width: 100%;}
	.blog-feature-section .customWidthOption { max-width: 100%;}
	.blog-listing-section .left-part .blog-list-filter .filter-part { width: 100%; padding: 0; text-align: center; }
	.blog-listing-section .left-part .blog-list-filter .filter-by-dropdown { width: 100%; padding: 0 0 20px; display: flex; justify-content: flex-end; }
	.blog-listing-section .left-part .jplist-panel.panel-top { flex-direction: column-reverse; }
	.blog-listing-section .filter-tabs-container { padding: 0; }
	.blog-listing-section .left-part .blog-list-filter button { margin: 0 30px 9px 0; padding: 0; }
	.blog-listing-section .left-part .blog-list-filter button:before { display: none; }
	.blog-listing-section .left-part .blog-list-filter button:last-child { margin-right: 0; }
	.blog-listing-section .post-item .right-details { width: 100%; padding: 20px 0 0; }
	.blog-listing-section .post-item { flex-wrap: wrap; }
	/* 	.blog-listing-section .post-item:last-child { border-bottom: 0; padding-bottom: 0; } */
	.blog-listing-section .left-part #filters > .button-group.js-radio-button-group { padding-top: 0;padding-bottom: 5px;}
	.blog-post-section .post-header h1 { width: 100%; }
	.blog-post-section .post-wrap .left-part { max-width: 100%; }
	.blog-post-section .post-wrap .right-part .right-inner { max-width: 100%; padding: 15px 0px 0; }
	.blog-post-section .post-wrap .right-part .post-fund-section .container { padding: 0; }
	.blog-post-section .post-wrap .left-part .post-body { padding-bottom: 10px; font-size: 16px; line-height: 24px; }
	.footnote-section { padding: 30px 0 30px; }
	.blog-post-section .post-wrap .right-part .post-fund-section { padding: 0; }
	.blog-post-section .post-wrap .right-part .post-fund-section .realted-funds-box { padding: 30px 20px; }
	.blog-listing-section .blog-feature-section { padding: 50px 15px 40px; }
	.blog-post-section .post-wrap .right-part .right-inner .blog-feature-section { padding: 40px 20px 40px; margin-top: 15px;  }
	.blog-post-section .post-wrap .right-part .blog-post-subscribe {  margin-bottom: 15px;}
	.blog-listing-section .filter-tabs-container .jplist-panel { justify-content: center;}
	.eft-channel-tabs-group h4 { font-size: 18px; }
	.efts-funds-channel-links ul li a { font-size: 18px; }
	.how-invest-banner .left-part { width: 100%; text-align: center; }
	.how-invest-banner .left-part .content { max-width: 100%; }
	.how-invest-banner .right-part { width: 100%; text-align: center; padding: 30px 0 0px; }
	.how-invest-banner .right-part .img-box { float: none; margin: auto; max-width: 373px; }
	.how-to-invest-section.differentiate-section .differentiate-slider .box h3 br { display: none; }
	.how-to-invest-section.differentiate-section { overflow: hidden; }
	.how-to-invest-section.differentiate-section .differentiate-slider .box .inner-cover .title { height: auto !important;}
	.tab-heading-for-mobile h4 { font-size: 21px;}
	.invest-process-section .process-slider .img-box {  max-width: 230px; width: 100%;  margin: auto;}
	.about-page.how-invest-banner .img-box { max-width: 250px;}
	.invest-process-section .bottom-btn { text-align: center; padding: 40px 0 0;}
	.invest-process-section .process-text { padding: 0 10px 10px;}
	.team-popup .popup-inner .right-details { width: 100%; padding: 20px 0 0; }
	.team-popup .popup-inner .right-details h3 { padding: 10px 0 0; }
	.team-popup.fancybox-content button.fancybox-close-small { right: 10px; top: 10px; }
	.team-popup .popup-inner .left-img { width: 190px; }
	.team-popup .popup-inner .left-img img { height: 190px; }
	.team-section .box { width: calc(100% / 2 - 10px); margin: 0 5px 40px; }
	.team-popup .popup-inner .right-details h6 { padding-right: 0; font-size: 18px;}
	.about-partner-section .tab-inner-cover .box { width: calc(100% / 1); }
	.about-partner-section .tab-inner-cover .box .logo-title h6 { margin: 0; }
	.about-partner-section .tab-inner-cover .box:nth-last-child(2) { padding-bottom: 40px; }
	.three-col-section .box { width: calc(100% / 1 - 30px); margin: 0 15px 20px; }
	.three-col-section .box .content { max-width: 100%; }
	.education-etf-section .left-part { width: 100%; padding: 0 0 20px; }
	.education-etf-section .right-part { width: 100%; }
	.education-etf-section .left-part .img-box { max-width: 260px; width: 100%; }
	.two-col-section .wrap { margin: 0; }
	.two-col-section .wrap .box { width: 100%; margin: 0 0 30px; }
	.popular-invest-section .box { width: 100%; margin: 0 0px 40px; }
	.popular-invest-section .wrap { margin: 0; }
	.two-col-section .box .content { max-width: 100%;}
	.etf-search-main .left-side .etf-search-section .search-api-box .input-item { width: 100%; padding: 0 0 20px; }
	.etf-search-main .left-side .etf-search-section .search-api-box { flex-wrap: wrap; }
	.etf-search-main .left-side .etf-search-section .search-api-box .submit-btn { width: 100%; text-align: center; }
	.etf-banner-section .section-heading { width: 100%;}
	.etf-search-section .outer-wrap { width: 100%; overflow: auto; }
	.etf-search-section .outer-wrap table#searchResultsTable { width: 740px; }
	.search-access-section { padding: 30px 0px; }
	.search-access-section .content-wrapper { padding: 50px 25px 50px; }
	.top-banner-header h6, .top-banner-header .h6 { font-size: 10px; }
	.three-column-block { width: calc(100%/2 - 50px); }

	.drug-slide-wrapper { flex-direction : column; }
	.drug-slide-left-section { padding: 0 0 50px; width: 100%;}
	.drug-slide-right-section { width: 100%; }
	.drug-right-two-column-wrapper { flex-direction: row; }
	.slide-two-column-left-container { width: 50%;  } 
	.slide-two-column-right-container {width: 50%; }
	.landing-page-hero-section .section-heading h1 { margin-bottom: 5px; }
	.landing-page-hero-section .section-heading h3 { margin-bottom: 10px; }
	.landing-page-hero-section .section-heading .content p { font-size: 28px; }
	.three-column-block { width: calc(100% / 1 - 50px); padding: 20px 0 0; }
	.three-column-bottom-section { padding: 15px 0 0; }
	.three-column-bottom-section p { font-size: 16px; line-height: 24px; }
	.landing-page-three-column-section .section-heading h2 { font-size: 26px; }

	.funds-twocol-section .right-part .inner-box .right-side { position: absolute; height: 100%; width: auto; left: auto; right: 0; max-width: 240px; opacity: 0.3; z-index: -1; }
	.funds-twocol-section .right-part .inner-box { position: relative; z-index: 1; }
	.funds-twocol-section .right-part .inner-box .left-side, .rsho-funds-twocol-section.funds-twocol-section .right-part .inner-box .left-side { width: 100%; }
	.funds-twocol-section .left-part .inner-box .button.btn4 a { font-size: 20px; }
	.funds-manager-section .right-part .box h3 { font-size: 20px;}
	.funds-manager-section .right-part .box .logo-box { margin: 0 10px 20px;}

	header.header.header--no-navigation {padding: 14px 0;}
	header.header.header--no-navigation img {width: 80px !important;}

	.footer-section .first-time-popup .inner-cover { padding: 45px; } 
	.footer-section .first-time-popup .inner-cover h6 { margin: 0 0 25px; }
	.footer-section .first-time-popup .inner-cover .btn1.btnbox { padding: 12px 25px 10px; font-size: 15px; }
	.footer-section .first-time-popup .inner-cover h6.h2 { font-size: 26px; }

	.professional-header-meeting-popup .meeting-inner { padding: 80px 20px 50px;}
	.professional-header-meeting-popup .meeting-inner .popup-close { top: 10px; right: 10px;}

	.faq-section .faq-box .faq-accordion-inner-wrap h4 {font-size:20px;}

	.post-filter-section .new-structure-module ul li.year-container ul li,
	.post-filter-section .content-block ul {width: calc(100% / 3);}

	.wencast-banner-section .webinar-banner-box  .right-side .form-block .form-title {margin-bottom:20px;}
	.wencast-banner-section .webinar-banner-box  .right-side .form-block .form .hs-form .hs-form-field {padding: 0 0 20px;}
}


@media (max-width:480px){

	.service-section .service-slider .box .inner-box { max-width: 222px; width: 100%; margin: auto; }
	.invest-popup .popup-innver .box { width: calc(100% / 1 - 30px); height: auto; margin: 0 15px 45px; max-width: 220px; }
	.invest-popup .popup-innver .box img { padding: 0 25px; }
	.document-section .btn-wrap a { width: 100%;}
	.logo-section .logo-wrap .logo-boxes { width: 100%; margin: 0 0 10px; } 
	.price-performance-section .performance-tab .select { margin-left: auto;}
	.exchange-trade-section .table-raw .table-cell { width: 50% !important;}
	.exchange-trade-section .section-heading .tab-list ul li {padding: 10px 10px;}
	.fund-popup .popup-close { top: 20px; right: 20px; }
	.fund-popup .popup-innver { padding: 90px 15px 30px; }
	.etf-popup .popup-close { top: 20px; right: 20px; }
	.etf-popup .popup-innver { padding: 90px 15px 30px; }
	.home-banner-section .section-heading h1 { max-width: 200px; margin: 0 auto 30px;}
	.popupForm .form-cover .hs-form-field .input { margin: 0 !important;}
	.jplist-pagination { flex-direction: column; }
	.jplist-pagination .jplist-pagingmid { padding: 10px 0 10px; }
	.jplist-pagination .jplist-pagingnext button.jplist-last { display: block; }
	.jplist-pagination .jplist-pagingnext { display: flex; padding: 0; }
	.jplist-pagination .jplist-pagingprev { display: flex; padding: 0; }
	.jplist-pagination .jplist-pagingprev button.jplist-first { display: block; }
	.jplist-pagination button { font-size: 14px; padding: 8px 12px 8px; }
	.eft-channel-tabs-group h4 { font-size: 16px; }
	.efts-funds-channel-links ul li a { font-size: 16px; }
	.how-to-invest-container .tabs-left-column-container .btn-box { flex-direction: column; align-items: flex-start; }
	.tabs-left-column-container a:not(:last-child) { margin: 0 0 10px; }
	.price-performance-section .tab-list ul li:before { display: none; }
	.price-performance-section .tab-list ul li span:before { display: none; }
	.price-performance-section .tab-list ul li span { padding: 3px 15px 3px; color: #AFB4B9; font-size: 16px; line-height: 24px; }
	.price-performance-section .tab-list ul li.active span { color: #81D7C3; }
	.team-section .box {  width: calc(100% / 1 - 10px);}
	.about-partner-section .tab-inner-cover .box .log-wrap .logo-group { padding: 0 8px 10px; }
	.about-partner-section .tab-inner-cover .box .logo-title h6 { font-size: 18px; }
	.etf-search-section .outer-wrap table#searchResultsTable { width: 600px;}

	.drug-right-two-column-wrapper { flex-direction: column; }
	.slide-two-column-left-container { margin-bottom: 20px; }
	.slide-two-column-left-container , .slide-two-column-right-container { width: 100%; }
	.weight-loss-drugs-slider-section .left-bottom-right-section h2 { font-size: 22px; }
	.weight-loss-drugs-slider-section .left-bottom-right-section { padding-left: 10px; }
	.weight-loss-drugs-slider-section .drug-left-top-section h2 { font-size: 22px; }

	.rsho-funds-twocol-section.funds-twocol-section .right-part .inner-box .left-side h2.h1 {font-size:32px;word-break: break-all;}
	.footer-section .first-time-popup .inner-cover { padding: 24px; } 
	.footer-section .first-time-popup .inner-cover .logo-img { width: 50px; height: 60px; margin: 30px auto; }
	.post-filter-section .new-structure-module ul li.year-container ul li,
	.post-filter-section .content-block ul {width: calc(100% / 2);}
}


@media (max-width:360px){
	.nav-menu-strip ul li a { padding: 0 3px 10px; font-size: 14px;}

}

/* Extra CSS */ 
.logo-box a {display: inline-block;}
.logo-box {	display: block;	line-height: normal;}
.logo-box img { display: block;}