/*
~~ tablet mode

@media (max-width: 1024px) {
*/
@media (min-width: 415px) and (max-width: 1024px) {
  :root {
    --heiButton: 50px;
    --padButton: 2px;
    --widButton: 160px;

		--heiSpaceTall: 30px;
		--heiSpace: 15px;
		--heiSpaceShort: 8px;

    --heiLogo: 80px;
    --widLogo: 225px;
		--topAnchorAdjust: -110px;

    --widSubscribe: 75%;

		--lftHomeTagLine: 4vw;
  	--topHomeTagLine: 5vh;
		
    --heiChairmansStatementPhoto: 139;
    --widChairmansStatementPhoto: 200;

    --heiProfilePhoto: 140px;
    --widProfilePhoto: 140px;

		--widBOAAdvIconLinks: 100px;

    --widInvestorIconLinks: 100px;

    --padAboutUsVideo: 0vh 5vw;

    --padProductItemTitle: 0 0 1vh 0;
  }
	.imgIconSmall {
		height: 30px;
		width: 30px;
	}
	.imgIconSmaller {
		height: 20px;
		width: 20px;
	}
  .imgIconLarge {
    height: 80px;
    width: 80px;
  }	
	.icoArrowScrollDown {
		display: none;
	}

  .navigation li:nth-child(7) {
    display: none;
  }
  .imgMenuSubBOALogo {
    display: none;
  }
  .wrpMenuSubDivider {
    display: none;
  }
  
  /*
  .navigation li.linMenuActive {
    border-left: 8px solid var(--clrBOAGold);
  }
  .navigation li.linMenuInActive {
    border-left: 8px solid white;
  }
  */
	
	
	/* should not need because common.css has taken care of this
  .navigation li.linMenuActive > .wrpMenuLinks {
    border-left: 8px solid var(--clrBOAGold);
  }
  .navigation li.linMenuInActive .wrpMenuLinks {
    border-left: 8px solid var(--clrBOALighterGold);
  }
  .navigation li.linMenuActive ul li {
    padding-left: 8px;
  }
  .navigation li.linMenuInActive ul li {
    padding-left: 8px;
  }

  .wrpMenuLinks > a {
    font-weight: bold;
    padding-left: var(--lftMenuSubItem);
    width: 80%;
  }
  .wrpMenuLinks {
    background-color: var(--clrBOALighterGold);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: var(--heiMenuSub);
    text-align: left;    
    width: 100%;
  }
  .wrpMenuLinks a {
    left: 0;
    height: var(--heiMenuSub);
    line-height: var(--heiMenuSub);
  }
  .wrpMenuSubArrow {
    height: var(--heiMenuSub);
    width: var(--heiMenuSub);
  }
  .wrpMenuSubLinks {
    width: 100%;
  }
  .wrpMenuSubLinks > a {
    display: block;
    height: var(--heiMenuSub);
    line-height: var(--heiMenuSub);
    padding-left: var(--lftMenuSubItem);
    width: 100%;
  }
  .wrpMenuSubLinks .spaEmpty {
    display: none;
  }
*/
	
	
  .wrpCopyrightSeparator {
    display: none;        
  }
  .wrpCopyrightLinks,
	.wrpCopyrightLanguages 
	{
    display: block;
  }

	.carHomeHeroSlide > h1 {
		width: 80%;
	}
	.wrpHomeArticle {
		border: 1px solid var(--clrPri02);
	}

  .layChairmansStatementHeader {
    background-color: #eee;
    padding: var(--padChairmansStatementHeader);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdChairmansTitle grdChairmansPhoto";
  }
  .imgChairmansStatementPhoto {
    height: var(--heiChairmansStatementPhoto); 
    width: var(--widChairmansStatementPhoto);
  }

  .conOurTeamMemberProfileArrow {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-area: grdOurTeamMemberProfileArrow;
    justify-content: center;
    text-align: center;
  }
  .layOurTeamMemberProfile {
    border-bottom: 1px solid var(--clrPri02);
    display: grid;
    grid-template-columns: 30% 60% 10%;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdOurTeamMemberProfilePhoto grdOurTeamMemberProfileInfo grdOurTeamMemberProfileArrow";
    padding: var(--padOurTeamGroupMemberProfile);
    width: 100%;
  }

  .layProfileHeader {
    display: grid;
    grid-template-areas: 
      "grdProfilePhoto grdProfileNameTitle";
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    column-gap: 4vw;
    padding: var(--padProfileHeader);
  }
  .conProfileNameTitle h1 {
    font-size: var(--fontSizeHeadingOne);
  }
  .conProfileNameTitle h2 {
    font-size: var(--fontSizeHeadingTwo);
  }

	
	.txtAdvantagesText {
		width: 80%;
	}
	
	
	.wrpLoginAccount .spaCol {
		display: inline-block;
	}
	.wrpLoginAccount .spaRow {
		display: none;
	}

	
	
  .wrpProductsContent {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 22%, rgba(0,0,0,0.65) 30%, rgba(0,0,0,0.78) 38%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,1) 100%), url(../img/bg98.jpg); 
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 22%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.78) 38%,rgba(0,0,0,0.9) 55%,rgba(0,0,0,1) 100%), url(../img/bg98.jpg); 
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 22%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.78) 38%,rgba(0,0,0,0.9) 55%,rgba(0,0,0,1) 100%), url(../img/bg98.jpg); 
    background-origin: padding-box;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    color: white;
    padding: var(--padProductsContent);
    width: 100%;
  }
  .layProductItems {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 2vw;
  }  
  .wrpProductItemTitle > h2,
  .wrpProductItemTitle > div
  {
    display: block;
  }  

	.layMediaOverview {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
		grid-gap: 2vw;
	}
  .layNewsInsightOverview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    grid-column-gap: 2vw;
    grid-row-gap: 6vh;
  }

	.layGallery {
		display: grid;
		grid-template-areas: "grdGalleryLeft grdGalleryRight";
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		grid-column-gap: 2vw;
		padding: 2vh 0;
	}

  .layFormSubscribeMailing,
  .layFormSubscribeProducts
  {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .flxFirstName, 
  .flxLastName,
  .flxLanguage,
  .flxLocation {
    flex-basis: 48%; 
  }

  .wrpDisclaimContent {
    height: 35%;
  }     
  .wrpDisclaimBoxButtons {
    flex-direction: row; 
  }

  .layPageContentNFT {
    grid-template-columns: 10% 80% 10%;
  }
  .conPageContentNFT {
    padding: 2vh 10vw; 
  }
  .layProfileContentNFT {
    grid-template-columns: 65% 35%;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdProfileContentTextNFT grdProfileContentImageNFT";
  }
  .layProfileImageNFT {
    grid-template-areas: 
      "grdProfileImageLeftNFT grdProfileImageRightNFT";
    grid-template-columns: 1fr 1fr;
  }
  .txtHeroTaglineNFT {
    font-size: var(--fontSizeTextHero);
  }

  .layFormCreditFacility {
    flex-flow: wrap;
  }
  .flxCreditFacilityName, 
  .flxCreditFacilityAccount,
  .flxCreditFacilityAmount,
  .flxCreditFacilityPeriod
  {
    flex-basis: 48%;     
  }
  #countryCodeInput {
    display: inline-block;
    float: left;
    width: 25%;
  }
  #phoneInput {
    display: inline-block;
    float: right;
    width: 72%;
  }





  .layTimeTravelXBanknoteVideo {
    column-gap: 16px;
    display: grid;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdTimeTravelXBanknoteVideo01 grdTimeTravelXBanknoteVideo02"
      "grdTimeTravelXBanknoteVideo03 grdTimeTravelXBanknoteVideo04";
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .layTimeTravelXBanknotePerks {
    display: grid;
    grid-column-gap: 2vw;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdTimeTravelXBanknotePerks01 grdTimeTravelXBanknotePerks02 grdTimeTravelXBanknotePerks03";
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  .layTimeTravelXBanknote {
    column-gap: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdTimeTravelXBanknote01 grdTimeTravelXBanknote02";
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  .tlStem {
    left: 50%; 
  }
  .txtDynastyPeriod {
    text-align: left;
  }

}










/*
~~ desktops / portrait mode
*/
@media (min-width: 1025px) {
  :root {
    --fontSizeHeadingOne: 2.5rem;
    --fontSizeHeadingTwo: 2.0rem;
    --fontSizeHeadingThree: 1.8rem;
    --fontSizeCopyright: 0.9rem;
    --fontSizeFooterLinks: 1.0rem;
    --fontSizeMenu: 1.2rem;
    --fontSizeTextLarger: 1.6rem;
    --fontSizeTextLarge: 1.4rem;
    --fonrSizeTextNormalToLarge: 1.3rem;
    --fontSizeTextNormal: 1.2rem;
    --fontSizeTextSmall: 1.0rem;
    --fontSizeTitleBar: 2.5rem;

    --fontSizeButton: 1.4rem;

    --fontSizeTextHero: 3.5rem;
    --fontSizeTextHomeArticle: 1.4rem;


    --heiMenu: 100px;
    --heiMenuSub: 200px;
		--topAnchorAdjust: -110px;
		
    --heiMenuHamburger: 80px;
    --widMenuHamburger: 80px;
    --heiMenuSubMobile: 50px;
    --widMenuSubBOALogo: 325px;
    --heiAdjustFloatingLabelYCoord: -10px;

    --heiButton: 60px;
    --padButton: 2px;
    --widButton: 240px;

    --heiSpaceTall: 50px;
    --heiSpace: 25px;
    --heiSpaceShort: 12px;

    --widSpaCol: 25px;
    --widSpaColWidth: 50px;



    --heiLogo: 89px;
    --widLogo: 225px;
    --widMenuItem: 10vw;
    --widMenuItemMax: 90px;
    --lftMenuSubItem: 1.5vw;

    --heiSubscribe: 50px;
    --widSubscribe: 75%;
    
    --lftHomeTagLine: 6vw;
    --topHomeTagLine: 8vh;
    --heiHomeArticle: 200px;
    --heiHomeWhyBOA: 200px;
    --widHomeWhyBOAText: 500px;
    --heiHomeWhyBOAImage: 130px;
    --widHomeWhyBOAImage: 130px;

    --heiChairmansStatementVideo: 30vh;
    --widChairmansStatementVideo: 33vw;

    --heiOurTeamMemberProfilePhoto: 150px;
    --widOurTeamMemberProfilePhoto: 150px;

    --heiProfilePhoto: 250px;
    --widProfilePhoto: 250px;

		--widBOAAdvIconLinks: 120px;

    --widInvestorIconLinks: 120px;

		--heiIconAppleAppStore: 70px;


		--padMenuSubLinks: 0 0 4px 0;

    --padSubscribeEmail: 8px 8px 2px 8px;  
  
    --padAboutUsTab: 13vh 0;
    --padAboutUsText: 0 0 13vh 0;
    --padAboutUsVideo: 0vh 15vw;

    --padChairmansStatementHeader: 6vh 10vw 0vh 10vw;
    --padChairmansStatementVideo: 0 0 2vh 3vw;

    --padOurTeamMemberProfileInfo: 0 0 0 2vw;
    --padOurTeamSeparator: 4vh 0 2vh 0;

    --padFAQSeparator: 4vh 0 2vh 0;
    --padFAQQAQuestion: 4vh 0 2vh 0;

    --padProductItemTitle: 0 0 1vh 0;

    --padNewsInsightTab: 4vh 0;
  }


  body {
    padding: var(--heiMenu) 0 0 0;
  }
  .arrDownClrPri02,
  .arrLeftClrPri02,
  .arrRightClrPri02,
  .arrUpClrPri02,
  .arrDownWhite,
  .arrLeftWhite,
  .arrRightWhite,
  .arrUpWhite
  {
    padding: 10px;
  }  
  .btnFilledClrPri01,
  .btnFilledClrPri02,
  .btnFilledClrSec02,
  .btnFilledClrSec04,
  .btnFilledShadowClrPri01,
  .btnFilledShadowClrPri02,
  .btnFilledShadowClrSec02,
  .btnFilledShadowClrSec02,
  .btnTransaparentClrPri02
  {
    font-size: var(--fontSizeButton);
    height: var(--heiButton);
    padding: var(--padButton);
    width: var(--widButton);
  }
	.imgIconSmall {
		height: 30px;
		width: 30px;
	}
	.imgIconSmaller {
		height: 20px;
		width: 20px;
	}
  .imgIconLarge {
    height: 80px;
    width: 80px;
  }



  .navigation .menu {
    clear: none;
    float: right;
    height: var(--heiMenu);
    max-height: none;
    display: flex;
    align-items: center;
  }
  .navigation .logo {
    height: var(--heiMenu);
		padding-left: 50px;
  }
  .navigation .menu-icon {
    display: none;
  }
  .navigation li {
  }
  .navigation li a {
    display: inline-block;
    text-align: center;
  }
  .navigation > ul > li {
    /*max-width: var(--widMenuItemMax);*/    
  }
  .navigation li:hover > ul {
    display: block;
  }
  .navigation li:nth-child(2) > ul .wrpMenuSubContainer {
    display: flex;
    flex-direction: row;
    height: var(--heiMenuSub);
		left: calc(100% - 630px);
    position: absolute;
		top: 0;
  }
  .navigation li:nth-child(3) > ul .wrpMenuSubContainer {
    display: flex;
    flex-direction: row;
    height: var(--heiMenuSub);
    left: calc(100% - 540px);
    position: absolute;
		top: 0;
  }
  .navigation li:nth-child(4) > ul .wrpMenuSubContainer {
    display: flex;
    flex-direction: row;
    height: var(--heiMenuSub);
		left: calc(100% - 450px);
    position: absolute;
		top: 0;
  }
  .navigation li:nth-child(5) > ul .wrpMenuSubContainer {
    display: flex;
    flex-direction: row;
    height: var(--heiMenuSub);
		left: calc(100% - 360px);
    position: absolute;
		top: 0;
  }
  .navigation li:nth-child(6) > ul .wrpMenuSubContainer {
    display: flex;
    flex-direction: row;
    height: var(--heiMenuSub);
    left: calc(100% - 270px);
    position: absolute;
		top: 0;
  }
  .navigation li:nth-child(8) > ul .wrpMenuSubContainer {
    display: flex;
    flex-direction: row;
    height: var(--heiMenuSub);
    right: 0;
    position: absolute;
		top: 0;
  }
  .navigation li:hover > ul .wrpMenuSubContainer {
	-webkit-animation: animista-slide-in-top 0.8s ease-out forwards;
	        animation: animista-slide-in-top 0.8s ease-out forwards; 
  }
  .navigation > ul ul {
    border-top: 1px solid var(--clrPri02);
    display: none;
    height: var(--heiMenuSub);
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .navigation ul ul li {
    width: 100%;
  }
  .navigation ul ul li a {
    text-align: left;
  }
	/*
  .navigation li.linMenuActive {
    border-bottom: 8px solid var(--clrBOAGold);
  }
	*/
	.linMenuActive svg path {
    fill: var(--clrPri01);
  }

  .navigation li.linMenuActive,
	.navigation li.linMenuInActive
	{
    border-bottom: 8px solid white;
  }  
  /* rebrand - linMenuInActiveLightGold */
	.navigation li.linMenuInActiveHighlight {
    border-bottom: 8px solid var(--clrPri02-50);		
	}
	.navigation > ul > li:hover.linMenuActive,
  .navigation > ul > li:hover.linMenuInActive, 
	.navigation > ul > li:hover.linMenuInActiveHighlight
  {
    border-bottom: 8px solid var(--clrPri02);
  }  
  .imgMenuSubBOALogo {
    background-image: url(../img/bgBOAPartialLight.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    width: var(--widMenuSubBOALogo);
  }
  .wrpMenuLinks {
    align-items: center;
    background-color: white;
		border-left: none !important;
    display: flex;
    float: left;
    /*height: 100%;*/
		height: var(--heiMenu);
    justify-content: center;
    max-width: var(--widMenuItemMax);
    padding: var(--padMenuItem);
    width: var(--widMenuItem);
  }
	.menu .wrpMenuLinks > a {
		align-items: center;
		cursor: default;
		display: flex;
		font-weight: normal;
		justify-content: center;		
		padding-left: 0;
		width: 100%;
	}
	.navigation li:nth-child(1) .wrpMenuLinks  a, 
	.navigation li:nth-child(7) .wrpMenuLinks  a 
	{
		cursor: pointer;
	}
  .wrpMenuSub {
		display: flex;
		flex-direction: row;
    height: var(--heiMenuSub);
    width: 100%;
  }
  .wrpMenuSubLinks {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*justify-content: space-between;*/
    padding: 2rem 10px;
    text-align: left;
		width: auto;
  }
	.wrpMenuSubLinks a {
		height: auto;
		line-height: normal;
		padding: var(--padMenuSubLinks);
	}
  .wrpMenuSubArrow {
    display: none;
  }  
  .wrpMenuSubDivider {
    display: inline-block;
    height: 100%;
    padding: 2rem 10px; 
    position: relative;
  }
	.wrpMenuItemHomeIcon {
		display: block;
	}
	.wrpMenuItemLangIcon .imgMenuIcon {
		display: block;
	}
	.wrpMenuItemLangIcon > .wrpMenuLinks > a {
		display: none;
	}
  #idMenuOnlineBankMobile {
    display: none;
  }
	.navigation li:nth-child(7) {
		display: block;
	}


	.layPageFooter {
		display: grid;
		grid-template-areas: 
			"grdSubscribe grdSocial"
			"grdFooterLinks grdFooterLinks"
			"grdCopyright grdCopyright";
		grid-template-columns: 65% 35%;
		grid-template-rows: auto;
	}
	.conSubscribe {
		grid-area: grdSubscribe;
	}
	.conSocial {
		grid-area: grdSocial;
		padding: 0;
	}
	.conFooterLinks {
		grid-area: grdFooterLinks;
		padding: 6vh 0 0 0;
	}
	.conCopyright {
		grid-area: grdCopyright;
		padding: 6vh 0 0 0;
	}
  .wrpCopyrightSeparator {
    display: inline-block;        
  }
  .wrpCopyrightLinks,
	.wrpCopyrightLanguages
	{
    display: inline-block;
  }


  
  .sliHomeHero1, 
  .sliHomeHero2,
	.sliAdvantages
  {
    height: 100%;
  }
  .carHomeHero,
	.carAdvantages
	{
    height: calc(100vh - 100px);
    width: 100%;
  }
  .carHomeHeroSlide, 
	.carAdvantagesSlide
	{
    padding-left: var(--lftHomeTagLine);
    padding-top: var(--topHomeTagLine);
  }
	.carHomeHeroSlide > h1 {
		width: 60%;
	}
  .txtHeroTagline, 
	.txtAdvantagesTitle
	{
    font-size: var(--fontSizeTextHero);
  }
	.icoArrowScrollDown {
		position: absolute;
		display: block;
	}
	.carDots {
		top: -65px;
	}
  .carDots > li > button {
    height: 20px;
    margin: 0 8px;
    width: 20px;
  }
	.wrpHomeArticle {
		border: 1px solid var(--clrPri02);
	}
	.imgHomeArticle {
    height: var(--heiHomeArticle);
    width: var(--heiHomeArticle);
  }  
  .txtHomeArticle {
    font-size: var(--fontSizeTextHomeArticle);    
  }

	.txtOurValuesText {
		font-size: var(--fontSizeTextLarger);
	}
  .layChairmansStatementHeader {
    background-color: #eee;
    padding: var(--padChairmansStatementHeader);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdChairmansTitle grdChairmansPhoto";
  }
  .wrpChairmansStatementVideo {
    float: right;
    height: var(--heiChairmansStatementVideo);
    margin: var(--padChairmansStatementVideo);
    position: relative;
    width: var(--widChairmansStatementVideo);  
  }
  .wrpChairmansStatementVideo .btnPlayVideo {
    text-align: center;
  }
  .thmvideoChairmansStatement {
    background-image: url(../img/thvideoChairmanStatement.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: var(--heiChairmansStatementVideo);
    width: var(--widChairmansStatementVideo);  
  }

  .layOurTeamContent {
    display: grid;
    grid-template-areas: 
      "grdOurTeamGroup01 grdOurTeamSeparator grdOurTeamGroupMembers"
      "grdOurTeamGroup02 grdOurTeamSeparator grdOurTeamGroupMembers"
      "grdOurTeamGroup03 grdOurTeamSeparator grdOurTeamGroupMembers"
      "grdOurTeamGroup04 grdOurTeamSeparator grdOurTeamGroupMembers"
      ". . grdOurTeamGroupMembers";
    grid-template-columns: 27% 3% 70%;
    grid-template-rows: 96px 96px 96px;
		grid-auto-rows: auto;
		grid-column-gap: 25px;
  }
  .conOurTeamGroup01 {
    grid-area: grdOurTeamGroup01;
  }
  .conOurTeamGroupMembers01 {
    grid-area: grdOurTeamGroupMembers;
  }
  .conOurTeamGroup02 {
    grid-area: grdOurTeamGroup02;
  }
  .conOurTeamGroupMembers02 {
    grid-area: grdOurTeamGroupMembers;
  }
  .conOurTeamGroup03 {
    grid-area: grdOurTeamGroup03;
  }
  .conOurTeamGroupMembers03 {
    grid-area: grdOurTeamGroupMembers;
  }
  .conOurTeamGroup04 {
    grid-area: grdOurTeamGroup04;
  }
  .conOurTeamGroupMembers04 {
    grid-area: grdOurTeamGroupMembers;
  }
  .conOurTeamSeparator {
    grid-area: grdOurTeamSeparator;
    padding: var(--padOurTeamSeparator);    
  } 
  #idOurTeamGroupArrow1d,
  #idOurTeamGroupArrow2d,
  #idOurTeamGroupArrow3d,
  #idOurTeamGroupArrow4d
   {
    display: block;
  }
  #idOurTeamGroupArrow1m,
  #idOurTeamGroupArrow2m,
  #idOurTeamGroupArrow3m,
  #idOurTeamGroupArrow4m
  {
    display: none;
  }
  #idOurTeamSeparator {
    display: block;
  }
  .layOurTeamMemberProfile {
    border-bottom: 1px solid var(--clrPri02);
    display: grid;
    grid-template-areas: 
      "grdOurTeamMemberProfilePhoto grdOurTeamMemberProfileInfo grdOurTeamMemberProfileArrow";
    grid-template-columns: 30% 60% 10%;
    grid-template-rows: auto;
    padding: var(--padOurTeamGroupMemberProfile);
    width: 100%;
  }

  .layProfileHeader {
    display: grid;
    grid-template-areas: 
      "grdProfilePhoto grdProfileNameTitle";
    grid-template-columns: 20% 80%;
    grid-template-rows: auto;
    column-gap: 4vw;
    padding: var(--padProfileHeader);
  }
  .conProfilePhoto {
    grid-area: grdProfilePhoto;
    vertical-align: top;
  }
  .imgProfilePhoto {
    height: auto;
    position: absolute;
    width: min(15vw, var(--widProfilePhoto));
    z-index: 2;
  }
  .layProfileContent {
    display: grid;
    grid-template-areas: 
      "grdProfilePhotoBlank grdProfileDesc";
    grid-template-columns: 20% 80%;
    grid-template-rows: auto;
    column-gap: 4vw;
    padding: var(--padProfileContent);
  }
  .conProfilePhotoBlank {
    grid-area: grdProfilePhotoBlank;
    height: 0;
    width: 0;
  }
  .conProfileNameTitle h1 {
    font-size: var(--fontSizeHeadingOne);
  }
  .conProfileNameTitle h2 {
    font-size: var(--fontSizeHeadingTwo);
  }

  .layContactUsDetails {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdContactUsTitle grdSocialMedia"
      "grdContactUsDetailsOne grdContactUsDetailsTwo";
    padding: var(--padContactUsDetails);
  }

  .layFAQContent {
    display: grid;
    grid-template-areas: 
      "grdFAQGroup01 grdFAQSeparator grdFAQGroupList"
      "grdFAQGroup02 grdFAQSeparator grdFAQGroupList"
      "grdFAQGroup03 grdFAQSeparator grdFAQGroupList"
      "grdFAQGroup04 grdFAQSeparator grdFAQGroupList"
      "grdFAQGroup05 grdFAQSeparator grdFAQGroupList"
      "grdFAQGroup06 grdFAQSeparator grdFAQGroupList"
      ". . grdFAQGroupList";
    grid-template-columns: 27% 3% 70%;
    grid-template-rows: repeat(5, 96px);        
    grid-column-gap: 25px;
  }
  .conFAQGroup01 {
    grid-area: grdFAQGroup01;
  }
  .conFAQGroupList01 {
    grid-area: grdFAQGroupList;
    z-index: 1;
  }
  .conFAQGroup02 {
    grid-area: grdFAQGroup02;
  }
  .conFAQGroupList02 {
    grid-area: grdFAQGroupList;
    z-index: 2;
  }
  .conFAQGroup03 {
    grid-area: grdFAQGroup03;
  }
  .conFAQGroupList03 {
    grid-area: grdFAQGroupList;
    z-index: 3;
  }
  .conFAQGroup04 {
    grid-area: grdFAQGroup04;
  }
  .conFAQGroupList04 {
    grid-area: grdFAQGroupList;
    z-index: 4;
  }
  .conFAQGroup05 {
    grid-area: grdFAQGroup05;
  }
  .conFAQGroupList05 {
    grid-area: grdFAQGroupList;
    z-index: 5;
  }
  .conFAQGroup06 {
    grid-area: grdFAQGroup06;
  }
  .conFAQGroupList06 {
    grid-area: grdFAQGroupList;
    z-index: 6;
  }
  .conFAQSeparator {
    grid-area: grdFAQSeparator;
    padding: var(--padFAQSeparator);    
  } 
  .conOurTeamMemberProfileArrow {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-area: grdOurTeamMemberProfileArrow;
    justify-content: center;
    text-align: center;
  }
  #idFAQGroupArrow1d,
  #idFAQGroupArrow2d,
  #idFAQGroupArrow3d,
  #idFAQGroupArrow4d,
  #idFAQGroupArrow5d,
  #idFAQGroupArrow6d
  {
    display: block;
  }
  #idFAQGroupArrow1m,
  #idFAQGroupArrow2m,
  #idFAQGroupArrow3m,
  #idFAQGroupArrow4m,
  #idFAQGroupArrow5m,
  #idFAQGroupArrow6m
  {
    display: none;
  }
  #idFAQSeparator {
    display: block;
  }
  .layFAQQA {
    padding: var(--padFAQQAQuestion); 
  }


	.txtAdvantagesText {
		width: 55%;
	}

	.laySepStore {
		display: grid;
		grid-template-areas: 
			"grdMain grdImage";
		grid-template-columns: 70% 30%;
		grid-template-rows: auto;
	}
	.conSepStoreMain {
		grid-area: grdMain;
	}	
	.conSepStoreImage {
		display: inline-block;
		grid-area: grdImage;
		text-align: right;
	}	
	
	
	.wrpLoginAccount .spaCol {
		display: inline-block;
	}
	.wrpLoginAccount .spaRow {
		display: none;
	}
	
	.conOurPartnerProcedureItemContent img {
    width: 70%; 
    height: auto;
  }
  .layOurPartnerForm {
    display: grid;
    grid-template-areas: 
      "grdFormTitle grdFormTitle"
      "grdFieldCompanyName grdFieldCompanyURL"
      "grdFieldYourName grdFieldEmailAddress"
      "grdFieldContactNumber grdFieldRole"
      "grdFieldCatpcha grdFieldSubmit";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: var(--widFormColumnGap);  
  }

  .wrpProductsContent {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 22%, rgba(0,0,0,0.65) 30%, rgba(0,0,0,0.78) 38%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,1) 100%), url(../img/bg98.jpg); 
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 22%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.78) 38%,rgba(0,0,0,0.9) 55%,rgba(0,0,0,1) 100%), url(../img/bg98.jpg); 
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 22%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.78) 38%,rgba(0,0,0,0.9) 55%,rgba(0,0,0,1) 100%), url(../img/bg98.jpg); 
    background-origin: padding-box;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    color: white;
    padding: var(--padProductsContent);
    width: 100%;
  }
  .layProductItems {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 2vw;
  }
  .wrpProductItemTitle > h2,
  .wrpProductItemTitle > div
  {
    display: block;
  }  
  .wrpTermDepositContentWidth {
    margin: 0 auto;
    width: 70%;
  }


	.layMediaOverview {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
		grid-gap: 2vw;
	}
  .layNewsInsightOverview {
    display: grid;
    grid-template-columns: repeat(auto-fill, 320px);
    grid-column-gap: 2vw;
    grid-row-gap: 6vh;
  }
	
	.wrpIcons {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	#idSepStore .spaCol {
		display: inline-block;
	}
	#idSepStore .spaRow {
		display: none;
	}

  .layNewsContent {
    display: grid;
    grid-template-areas: 
      "grdNewsContent grdNewsLink";
    grid-template-columns: 70% 30%;
    grid-template-rows: auto;
    grid-column-gap: 2vw;
    padding: 2vh 0;
  }
  .conNewsContentLeft {
    grid-area: grdNewsContent;
  }
  .conNewsContentRight {
    grid-area: grdNewsLink;
    padding-left: 2em;
  }

	.layGallery {
		display: grid;
		grid-template-areas: "grdGalleryLeft grdGalleryRight";
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		grid-column-gap: 2vw;
		padding: 2vh 0;
	}

  .layFormSubscribeMailing,
  .layFormSubscribeProducts
  {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .flxFirstName, 
  .flxLastName,
  .flxLanguage,
  .flxLocation {
    flex-basis: 48%; 
  }

  .wrpDisclaimContent {
    height: 35%;
  }     
  .wrpDisclaimBoxButtons {
    flex-direction: row; 
  }

  .layPageContentNFT {
    grid-template-columns: 10% 80% 10%;
  }
  .conPageContentNFT {
    padding: 2vh 10vw; 
  }
  .layProfileContentNFT {
    grid-template-columns: 65% 35%;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdProfileContentTextNFT grdProfileContentImageNFT";
  }
  .layProfileImageNFT {
    grid-template-areas: 
      "grdProfileImageLeftNFT grdProfileImageRightNFT";
    grid-template-columns: 1fr 1fr;
  }
  .txtHeroTaglineNFT {
    font-size: var(--fontSizeTextHero);
  }


  .layFormCreditFacility {
    flex-flow: wrap;
  }
  .flxCreditFacilityName, 
  .flxCreditFacilityAccount,
  .flxCreditFacilityAmount,
  .flxCreditFacilityPeriod
  {
    flex-basis: 48%;     
  }
  #countryCodeInput {
    display: inline-block;
    float: left;
    width: 18%;
  }
  #phoneInput {
    display: inline-block;
    float: right;
    width: 80%;
  }





  .wrpTimeTravelXBanknoteContent {
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .layTimeTravelXBanknoteVideo {
    column-gap: 24px;
    display: grid;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdTimeTravelXBanknoteVideo01 grdTimeTravelXBanknoteVideo02"
      "grdTimeTravelXBanknoteVideo03 grdTimeTravelXBanknoteVideo04";
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .layTimeTravelXBanknotePerks {
    display: grid;
    grid-column-gap: 2vw;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdTimeTravelXBanknotePerks01 grdTimeTravelXBanknotePerks02 grdTimeTravelXBanknotePerks03";
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  .layTimeTravelXBanknote {
    column-gap: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdTimeTravelXBanknote01 grdTimeTravelXBanknote02";
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  .tlStem {
    left: 50%; 
  }
  .txtDynastyPeriod {
    text-align: left;
  }

}










@media (min-width: 1025px) and (orientation: portrait) {
	:root {
		--padTextBox: 1vh 1vw;
		--padWrpHomeStandard: 3vh 6vw;
		
		--heiChairmansStatementVideo: 25vh;
		--widChairmansStatementVideo: 100%;
		--padChairmansStatementVideo: 0 0 3vh 0;		
	}
	.imgIconSmall {
		height: 30px;
		width: 30px;
	}
	.imgIconSmaller {
		height: 20px;
		width: 20px;
	}
  .imgIconLarge {
    height: 80px;
    width: 80px;
  }
	.icoArrowScrollDown {
		display: none;
	}
	
	.carHomeHero {
		height: calc(100vw * 0.7);
		width: 100%;
	}
	.wrpHomeArticle {
		border: 0;
	}
	.wrpChairmansStatementVideo {
		float: none;
		height: auto;
		margin: var(--padChairmansStatementVideo);
		position: relative;
		width: 100%;  
	}	
	.carAdvantages {
		height: calc(100vw * 0.7);
		width: 100%;
	}
	.wrpProductsContent {
	  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 22%, rgba(0,0,0,0.65) 30%, rgba(0,0,0,0.78) 38%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,1) 100%), url(../img/bg98.jpg); 
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 22%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.78) 38%,rgba(0,0,0,0.9) 55%,rgba(0,0,0,1) 100%), url(../img/bg98.jpg); 
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 22%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.78) 38%,rgba(0,0,0,0.9) 55%,rgba(0,0,0,1) 100%), url(../img/bg98.jpg); 
		background-origin: padding-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
		color: white;
    padding: var(--padProductsContent);
    width: 100%;
  }
  .wrpTermDepositContentWidth {
    margin: 0 auto;
    width: 70%;
  }


  .layNewsContent {
    display: grid;
    grid-template-areas: 
      "grdNewsContent grdNewsLink";
    grid-template-columns: 70% 30%;
    grid-template-rows: auto;
    grid-column-gap: 2vw;
    padding: 2vh 0;
  }
  .conNewsContentLeft {
    grid-area: grdNewsContent;
  }
  .conNewsContentRight {
    grid-area: grdNewsLink;
    padding-left: 2em;
  }

	.layGallery {
		display: grid;
		grid-template-areas: 
			"grdGalleryLeft"
			"grdGalleryRight";
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-column-gap: 2vw;
		padding: 2vh 0;
	}
	
  .layFormSubscribeMailing,
  .layFormSubscribeProducts
  {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .flxFirstName, 
  .flxLastName,
  .flxLanguage,
  .flxLocation {
    flex-basis: 48%; 
  }

  .wrpDisclaimContent {
    height: 35%;
  }     
  .wrpDisclaimBoxButtons {
    flex-direction: row; 
  }

  .layPageContentNFT {
    grid-template-columns: 10% 80% 10%;
  }
  .conPageContentNFT {
    padding: 2vh 10vw; 
  }
  .layProfileContentNFT {
    grid-template-columns: 65% 35%;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdProfileContentTextNFT grdProfileContentImageNFT";
  }
  .layProfileImageNFT {
    grid-template-areas: 
      "grdProfileImageLeftNFT grdProfileImageRightNFT";
    grid-template-columns: 1fr 1fr;
  }
  .txtHeroTaglineNFT {
    font-size: var(--fontSizeTextHero);
  }


  .layFormCreditFacility {
    flex-flow: wrap;
  }
  .flxCreditFacilityName, 
  .flxCreditFacilityAccount,
  .flxCreditFacilityAmount,
  .flxCreditFacilityPeriod
  {
    flex-basis: 48%;     
  }
  #countryCodeInput {
    display: inline-block;
    float: left;
    width: 18%;
  }
  #phoneInput {
    display: inline-block;
    float: right;
    width: 80%;
  }




  .layTimeTravelXBanknoteVideo {
    column-gap: 24px;
    display: grid;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdTimeTravelXBanknoteVideo01 grdTimeTravelXBanknoteVideo02"
      "grdTimeTravelXBanknoteVideo03 grdTimeTravelXBanknoteVideo04";
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .layTimeTravelXBanknotePerks {
    display: grid;
    grid-column-gap: 2vw;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdTimeTravelXBanknotePerks01 grdTimeTravelXBanknotePerks02 grdTimeTravelXBanknotePerks03";
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  .layTimeTravelXBanknote {
    column-gap: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdTimeTravelXBanknote01 grdTimeTravelXBanknote02";
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  .tlStem {
    left: 50%; 
  }
  .txtDynastyPeriod {
    text-align: left;
  }

}










@media (orientation: portrait) {
	.wrpProductsContent {
	  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 22%, rgba(0,0,0,0.65) 30%, rgba(0,0,0,0.78) 38%, rgba(0,0,0,0.9) 55%, rgba(0,0,0,1) 100%), url(../img/bg98.jpg); 
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 22%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.78) 38%,rgba(0,0,0,0.9) 55%,rgba(0,0,0,1) 100%), url(../img/bg98.jpg); 
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 22%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0.78) 38%,rgba(0,0,0,0.9) 55%,rgba(0,0,0,1) 100%), url(../img/bg98.jpg); 
		background-origin: padding-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
		color: white;
    padding: var(--padProductsContent);
    width: 100%;
  }	
}
	









/*
~~ NFT profile page
*/
@media (min-width: 415px) and (max-width: 740px) {

  .layProfileContentNFT {
    column-gap: 6px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 130px;
    grid-template-areas: 
      "grdProfileContentTextNFT"
      "grdProfileContentImageNFT";
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .layProfileImageNFT {
    display: grid;
    grid-template-areas: 
      "grdProfileImageLeftNFT"
      "grdProfileImageRightNFT";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 12px;
    grid-column-gap: 24px;
    padding: 0; 
  }
  .txtHeroTaglineNFT {
    font-size: 1.2rem;
  }


  .layFormCreditFacility {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .flxCreditFacilityText,
  .flxCreditFacilityName, 
  .flxCreditFacilityAccount,
  .flxCreditFacilityEmail,
  .flxCreditFacilityPhone,
  .flxCreditFacilityAmount,
  .flxCreditFacilityPeriod, 
  .flxCreditFacilityPurpose,
  .flxCreditFacilityPurposeOther,
  .flxCreditFacilityCollateral,
  .flxCreditFacilityCollateralOther,
  .flxCreditFacilityOtherInfo,
  .flxflxCreditFacilityReCaptcha,
  .flxflxCreditFacilitySubmit {
    flex-basis: calc(100% / 1); 
    margin: 0px 2px 16px 2px;
  }
  #countryCodeInput {
    margin-bottom: 2px;
    width: 100%;
  }
  #phoneInput {
    width: 100%;
  }



  .layTimeTravelXBanknoteVideo {
    display: grid;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdTimeTravelXBanknoteVideo01"
      "grdTimeTravelXBanknoteVideo02"
      "grdTimeTravelXBanknoteVideo03"
      "grdTimeTravelXBanknoteVideo04";
    margin: 0;
    padding: 0;
    width: 100%;
  } 
  .layTimeTravelXBanknote {
    display: grid;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
      "grdTimeTravelXBanknote01"
      "grdTimeTravelXBanknote02";
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  .tlStem {
    left: 50%; 
  }
  .txtDynastyPeriod {
    text-align: left;
  }

}
