/* .Tabpage-homeAs */

.Tabpage-homeAs {
	background-color: var(--homeBgColor);
	width: 100%;
	height: 100%;
	margin-top: 34px;
	padding-top: 39px;
	position: relative;
}

html[data-theme='dark'] .Tabpage-homeAs {
	padding-top: 42px;
}

html[data-theme='light'] .Tabpage-homeAs::before {
	content: '';
	width: 100%;
	height: 43px;
	background-image: url('/images/normal_u0.svg');
	background-size: 360px 100%;
	position: absolute;
	top: -9px;
}

.Tabpage-homeAs .had {
	margin-bottom: 45px;
}

.Tabpage-homeAs .had h1 {
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 5px;
}

.Tabpage-homeAs .had p {
	font-size: 28px;
	font-weight: 700;
}

html[data-theme='light'] .Tabpage-homeAs .had {
	color: #f2f2f2;
}

html[data-theme='dark'] .Tabpage-homeAs .had {
	color: #aaaaaa;
}

/* Tab-map-as */

.Tab-map-as .cards-wapper {
	display: flex;
	gap: 36px;
	margin-bottom: 40px;
}

.Tab-map-as .cards-wapper .card {
	width: 190px;
	height: 133px;
	border-radius: 6px;
	border-left: 16px solid transparent;
	padding-left: 13px;
	padding-top: 14px;
}

html[data-theme='light'] .Tab-map-as .cards-wapper .card {
	border-color: #1a61b6;
	background-color: #f2f2f2;
}

html[data-theme='dark'] .Tab-map-as .cards-wapper .card {
	background-color: #aaaaaa;
	border-color: #555555;
}

.Tab-map-as .cards-wapper .card h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 9px;
}

html[data-theme='light'] .Tab-map-as .cards-wapper .card h3 {
	color: #7f7f7f;
}

html[data-theme='dark'] .Tab-map-as .cards-wapper .card h3 {
	color: #333333;
}

.Tab-map-as .cards-wapper .card p {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 22px;
	font-weight: 300;
}

html[data-theme='light'] .Tab-map-as .cards-wapper .card p {
	color: #013773;
}

html[data-theme='dark'] .Tab-map-as .cards-wapper .card p {
	color: #333333;
}

.Tab-map-as .ports-now-wapper {
	display: flex;
	gap: 51px;
	margin-bottom: 5px;
}

.Tab-map-as .ports-now-wapper .port-sec p {
	font-size: 22px;
	font-weight: 700;
}

html[data-theme='light'] .Tab-map-as .ports-now-wapper .port-sec p {
	color: #f2f2f2;
}

html[data-theme='dark'] .Tab-map-as .ports-now-wapper .port-sec p {
	color: #d7d7d7;
}

.Tab-map-as .ports-now-wapper .port-sec button {
	height: 34px;
	width: max-content;
	display: flex;
	align-items: center;
	font-weight: 700;
	text-align: left;
	line-height: normal;
	font-size: 28px;
	text-decoration: underline;
}

html[data-theme='light'] .Tab-map-as .ports-now-wapper .port-sec button {
	color: #1e98d7;
}

html[data-theme='dark'] .Tab-map-as .ports-now-wapper .port-sec button {
	color: #ffffff;
}

/* mobile-mapAs-sec  */

.mobile-mapAs-sec {
	position: relative;
	/* padding-bottom: 224px; */
}

.Tab-map-as .tab-mapAs-wapper {
	position: relative;
	/* overflow: hidden; */
	padding-bottom: 165px;
}

.Tab-map-as .tab-mapAs-wapper .map-img-wapper {
	position: relative;
	width: 560px;
	height: 290px;
	margin: 0 auto;
}

.Tab-map-as .tab-mapAs-wapper .map-img-wapper .left-airport_icon {
	display: block;
	position: absolute;
	top: 183px;
	left: 255px;
}

.Tab-map-as .tab-mapAs-wapper .map-img-wapper .right_port_icon {
	display: block;
	position: absolute;
	top: 110px;
	right: 202px;
}

.Tab-map-as .tab-mapAs-wapper .line-wapper {
	display: flex;
	justify-content: space-between;
}

.Tab-map-as .tab-mapAs-wapper .line-wapper .left-line {
	width: calc(50% - 2px);
	position: relative;
	/* height: 3px;
		background-color: bisque; */
}

.Tab-map-as .tab-mapAs-wapper .line-wapper .right-line {
	width: calc(50% - 57px);
	position: relative;
	/* height: 3px;
		background-color: red; */
}

.Tab-map-as .tab-mapAs-wapper .line-wapper .left-line::after {
	content: '';
	width: 100%;
	height: 138px;
	background-image: url(/images/normal_u383.svg);
	background-repeat: no-repeat;
	background-size: 100% 138px;
	position: absolute;
	/* z-index: 2; */
	top: 215px;
	left: 0px;
}

html[data-theme='dark'] .Tab-map-as .tab-mapAs-wapper .line-wapper .left-line::after {
	background-image: url(/images/normal_u619.svg);
}

.Tab-map-as .tab-mapAs-wapper .line-wapper .right-line::after {
	content: '';
	width: 100%;
	height: 331px;
	background-image: url(/images/normal_u381.svg);
	background-repeat: no-repeat;
	background-size: 100% 331px;
	position: absolute;
	top: 135px;
	right: 0px;
	/* z-index: 2; */
}

html[data-theme='dark'] .Tab-map-as .tab-mapAs-wapper .line-wapper .right-line::after {
	background-image: url(/images/normal_u618.svg);
}

.Tab-map-as .tab-mapAs-wapper .left-plan-img {
	width: 38px;
	height: 35px;
	transform: rotate(6deg);
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/normal_u554.svg');
	position: absolute;
	top: 73%;
	left: 27%;
	z-index: 2;
}

html[data-theme='dark'] .Tab-map-as .tab-mapAs-wapper .left-plan-img {
	background-image: url('/images/normal_u41.svg');
}

.Tab-map-as .tab-mapAs-wapper .left-plan-click_here {
	width: 87px;
	height: 24px;
	font-weight: 300;
	color: #f2f2f2;
	display: block;
	font-size: 20px;
	position: absolute;
	top: 83%;
	left: 27%;
	z-index: 2;
}

.Tab-map-as .tab-mapAs-wapper .left-plan-click_here strong {
	font-weight: 700;
	text-decoration: underline;
	color: #1e98d7;
}

.Tab-map-as .tab-mapAs-wapper .right-ship-img {
	width: 57px;
	height: 57px;
	transform: rotate(45deg);
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/normal_u104.svg);
	position: absolute;
	top: 69%;
	right: 26%;
	z-index: 2;
}

html[data-theme='dark'] .Tab-map-as .tab-mapAs-wapper .right-ship-img {
	background-image: url('/images/normal_u42.svg');
}

.Tab-map-as .tab-mapAs-wapper .right-ship-click_here {
	width: 87px;
	height: 24px;
	font-weight: 300;
	color: #f2f2f2;
	display: block;
	font-size: 20px;
	position: absolute;
	top: 60%;
	right: 23%;
	z-index: 2;
}

.Tab-map-as .tab-mapAs-wapper .right-ship-click_here strong {
	font-weight: 700;
	text-decoration: underline;
	color: #1e98d7;
}

html[data-theme='dark'] .Tab-map-as .tab-mapAs-wapper .left-plan-click_here,
html[data-theme='dark'] .Tab-map-as .tab-mapAs-wapper .right-ship-click_here {
	color: #d7d7d7;
}

html[data-theme='dark'] .Tab-map-as .tab-mapAs-wapper .left-plan-click_here strong,
html[data-theme='dark'] .Tab-map-as .tab-mapAs-wapper .right-ship-click_here strong {
	color: #aaaaaa;
}

/* Tab-goLive-sec */
.Tab-goLive-sec {
	position: relative;
	padding-bottom: 52px;
}

.Tab-goLive-sec form .label {
	margin-bottom: 22px;
}

.Tab-goLive-sec form .label p {
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	line-height: normal;
}

.Tab-goLive-sec form .label p span {
	font-size: 20px;
}

html[data-theme='light'] .Tab-goLive-sec form .label p {
	color: #d7d7d7;
}

html[data-theme='light'] .Tab-goLive-sec form .label p span {
	color: #1e98d7;
}

html[data-theme='dark'] .Tab-goLive-sec form .label p {
	color: #aaaaaa;
}

html[data-theme='dark'] .Tab-goLive-sec form .label p span {
	color: #555555;
}

.Tab-goLive-sec form input {
	display: block;
	border: none;
	outline: none;
	width: 248px;
	height: 48px;
	padding: 2px 2px 2px 12px;
	border-radius: 5px;
	font-size: 18px;
	color: #333333;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 25px;
}

html[data-theme='light'] .Tab-goLive-sec form input {
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
}

html[data-theme='light'] .Tab-goLive-sec form input::placeholder {
	color: #999999;
}

html[data-theme='dark'] .Tab-goLive-sec form input {
	border: 1px solid #aaaaaa;
	background-color: #d7d7d7;
	color: #333333;
}

html[data-theme='dark'] .Tab-goLive-sec form input::placeholder {
	color: #999999;
}

.Tab-goLive-sec form .getNotified-btn {
	width: 137px;
	height: 48px;
	padding: 3px 16px 2px 16px;
	border-radius: 6px;
	box-sizing: border-box;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.35);
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: normal;
}

html[data-theme='light'] .Tab-goLive-sec form .getNotified-btn {
	color: #ffffff;
	border: 1px solid #1e98d7;
	background-color: #1e98d7;
}

html[data-theme='light'] .Tab-goLive-sec form .getNotified-btn:active {
	background-color: rgba(0, 88, 178, 1);
	border-color: rgba(0, 88, 178, 1);
}

html[data-theme='dark'] .Tab-goLive-sec form .getNotified-btn {
	border: 1px solid #7f7f7f;
	background-color: #7f7f7f;
	color: #ffffff;
}

html[data-theme='dark'] .Tab-goLive-sec form .getNotified-btn:active {
	background-color: rgb(85, 85, 85);
	border-color: rgb(85, 85, 85);
}

.Tab-goLive-sec .tab-fromSucess {
	position: relative;
	max-width: 50%;
}

.Tab-goLive-sec .tab-fromSucess h3 {
	font-weight: 700;
	color: #1e98d7;
	text-align: left;
	line-height: normal;
	font-size: 22px;
}

html[data-theme='dark'] .Tab-goLive-sec .tab-fromSucess h3 {
	color: #555555;
}

.Tab-goLive-sec .tab-fromSucess p {
	font-weight: 700;
	color: #f2f2f2;
	text-align: left;
	line-height: normal;
	font-size: 20px;
}

html[data-theme='dark'] .Tab-goLive-sec .tab-fromSucess p {
	color: #aaaaaa;
}

.Tab-goLive-sec .tab-fromSucess .animation_man {
	position: absolute;
	top: -50px;
	right: 0px;
	animation-name: manSwimLeftToRight;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
}

@keyframes manSwimLeftToRight {
	0% {
		right: 60%;
	}
	100% {
		right: 0%;
	}
}

.Tab-goLive-sec .tab-fromSucess .btn-clx {
	position: absolute;
	top: 0px;
	left: 240px;
}

/* pageTabAbout-us  */

.pageTabAbout-us {
	position: relative;
	z-index: 2;
}

html[data-theme='light'] .pageTabAbout-us {
	margin-top: -180px;
}

html[data-theme='dark'] .pageTabAbout-us {
	margin-top: 85px;
}

.pageTabAbout-us .head h1 {
	font-weight: 700;
	text-align: left;
	line-height: normal;
	font-size: 50px;
}

html[data-theme='light'] .pageTabAbout-us .head h1 {
	color: #ffffff;
}

html[data-theme='dark'] .pageTabAbout-us .head h1 {
	color: #aaaaaa;
}

.pageTabAbout-us .our-team-section {
	padding-top: 26px;
	padding-bottom: 53px;
	margin-bottom: 26px;
}

html[data-theme='light'] .pageTabAbout-us .our-team-section {
	background-color: #f2f2f2;
}

html[data-theme='dark'] .pageTabAbout-us .our-team-section {
	background-color: #555555;
}

.pageTabAbout-us .our-team-section h2 {
	text-align: left;
	line-height: normal;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

html[data-theme='light'] .pageTabAbout-us .our-team-section h2 {
	color: #013773;
}

html[data-theme='dark'] .pageTabAbout-us .our-team-section h2 {
	color: #d7d7d7;
}

.pageTabAbout-us .false-cogn-sec {
	margin-bottom: 104px;
}

.pageTabAbout-us .false-cogn-sec .grid-wapper {
	display: grid;
	grid-template-columns: 1fr 131px;
	gap: 34px;
}

.pageTabAbout-us .false-cogn-sec .grid-wapper .left {
	padding-left: 50px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 27px;
}
.pageTabAbout-us .false-cogn-sec .grid-wapper .left::before {
	content: '';
	width: 10px;
	height: 179px;
	position: absolute;
	left: 0px;
	top: 0px;
}

html[data-theme='light'] .pageTabAbout-us .false-cogn-sec .grid-wapper .left::before {
	background-color: #0058b2;
}

html[data-theme='dark'] .pageTabAbout-us .false-cogn-sec .grid-wapper .left::before {
	background-color: #555555;
}

.pageTabAbout-us .false-cogn-sec .grid-wapper .left p {
	text-align: left;
	line-height: normal;
	font-size: 22px;
	font-weight: 300;
}

html[data-theme='light'] .pageTabAbout-us .false-cogn-sec .grid-wapper .left p {
	color: #013773;
}
html[data-theme='light'] .pageTabAbout-us .false-cogn-sec .grid-wapper .left p strong {
	text-decoration: underline;
	color: rgb(0, 88, 178);
}

html[data-theme='dark'] .pageTabAbout-us .false-cogn-sec .grid-wapper .left p {
	color: #aaaaaa;
}
html[data-theme='dark'] .pageTabAbout-us .false-cogn-sec .grid-wapper .left p strong {
	text-decoration: underline;
	color: #aaaaaa;
}

.pageTabAbout-us .false-cogn-sec .grid-wapper .left p span {
	font-weight: 700;
}

.pageTabAbout-us .false-cogn-sec .grid-wapper .right {
	position: relative;
}

.pageTabAbout-us .false-cogn-sec .grid-wapper .right p {
	position: absolute;
	font-weight: 700;
	text-align: left;
	line-height: normal;
	transform: rotate(270deg);
	top: 85px;
	left: -115px;
	font-size: 24px;
}

html[data-theme='light'] .pageTabAbout-us .false-cogn-sec .grid-wapper .right p {
	color: #013773;
}

html[data-theme='dark'] .pageTabAbout-us .false-cogn-sec .grid-wapper .right p {
	color: #555555;
}

.pageTabAbout-us .false-cogn-sec .grid-wapper .right .logo-wapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.pageTabAbout-us .some-inter-sec {
	margin-bottom: 45px;
}

.pageTabAbout-us .some-inter-sec .had {
	width: 599px;
	height: 108px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 38px;
}

html[data-theme='light'] .pageTabAbout-us .some-inter-sec .had {
	background-color: #0058b2;
}

html[data-theme='dark'] .pageTabAbout-us .some-inter-sec .had {
	background-color: #555555;
}

.pageTabAbout-us .some-inter-sec .had h3 {
	font-weight: 900;
	font-size: 40px;
	text-align: left;
	line-height: normal;
}

.pageTabAbout-us .some-inter-sec .had P {
	font-weight: 500;
	font-size: 26px;
	text-align: left;
	line-height: normal;
}

html[data-theme='light'] .pageTabAbout-us .some-inter-sec .had h3,
html[data-theme='light'] .pageTabAbout-us .some-inter-sec .had P {
	color: #f2f2f2;
}

html[data-theme='dark'] .pageTabAbout-us .some-inter-sec .had h3,
html[data-theme='dark'] .pageTabAbout-us .some-inter-sec .had P {
	color: #d7d7d7;
}

.pageTabAbout-us .some-inter-sec .logs-wapper {
	display: flex;
	gap: 17px;
	margin-bottom: 35px;
}

.pageTabAbout-us .some-inter-sec .logs-reqsted {
	margin-bottom: 98px;
}

.pageTabAbout-us .some-inter-sec .logs-reqsted p {
	font-size: 14px;
	padding-left: 12px;
	text-align: left;
	line-height: normal;
	border-left: 5px solid transparent;
}

html[data-theme='light'] .pageTabAbout-us .some-inter-sec .logs-reqsted p {
	color: #013773;
	border-color: #0058b2;
}

html[data-theme='dark'] .pageTabAbout-us .some-inter-sec .logs-reqsted p {
	color: #aaaaaa;
	border-color: #aaaaaa;
}

.btn-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 106px;
	height: 48px;
	border-radius: 5px;
	text-align: center;
	line-height: normal;
	font-size: 18px;
}

html[data-theme='light'] .btn-close {
	color: #0058b2;
	border: 1px solid #0058b2;
	background-color: #ffffff;
}

html[data-theme='light'] .btn-close:hover {
	color: #ffffff;
	background-color: rgba(0, 88, 178, 1);
	border-color: rgba(0, 88, 178, 1);
}

html[data-theme='dark'] .btn-close {
	color: rgba(51, 51, 51, 0.99);
	border: 1px solid #7f7f7f;
	background-color: #7f7f7f;
}

html[data-theme='dark'] .btn-close:hover {
	color: #ffffff;
	background-color: rgb(65, 65, 65);
	border-color: rgb(65, 65, 65);
}

/* Tab-page-Objective  */

.Tab-page-Objective {
	position: relative;
	z-index: 2;
}

html[data-theme='light'] .Tab-page-Objective {
	margin-top: -180px;
}

html[data-theme='dark'] .Tab-page-Objective {
	margin-top: 85px;
}

.Tab-page-Objective .head {
	margin-bottom: 80px;
}

.Tab-page-Objective .head h1 {
	font-weight: 700;
	text-align: left;
	line-height: normal;
	font-size: 55px;
}

html[data-theme='light'] .Tab-page-Objective .head h1 {
	color: #ffffff;
}

html[data-theme='dark'] .Tab-page-Objective .head h1 {
	color: #aaaaaa;
}

.Tab-page-Objective .tiles-wapper {
	margin-top: 16px;
	margin-bottom: 55px;
	display: grid;
	gap: 10px;
}

.Tab-page-Objective .tiles-wapper .tile-light {
	display: inline-flex;
	align-items: center;
	height: 35px;
	padding-left: 13px;
	font-size: 20px;
	text-align: left;
}

html[data-theme='light'] .Tab-page-Objective .tiles-wapper .tile-light {
	background-color: #7a99cf;
	color: #ffffff;
}

html[data-theme='light'] .Tab-page-Objective .tiles-wapper .tile-light.lite-text-blue {
	color: #013773;
}

html[data-theme='light'] .Tab-page-Objective .tiles-wapper .tile-light.lite-text-blue span {
	margin: 0 6px;
	color: #ffffff;
}

html[data-theme='dark'] .Tab-page-Objective .tiles-wapper .tile-light {
	color: #333333;
	background-color: #aaaaaa;
}

.Tab-page-Objective .tiles-wapper .tile-no-bg {
	display: inline-flex;
	align-items: center;
	height: 35px;
	padding-left: 25px;
	padding-right: 0px;
	font-size: 20px;
	text-align: left;
}

html[data-theme='light'] .Tab-page-Objective .tiles-wapper .tile-no-bg {
	color: #013773;
}

html[data-theme='dark'] .Tab-page-Objective .tiles-wapper .tile-no-bg {
	color: #aaaaaa;
}

.Tab-page-Objective .tiles-wapper .tile-gray {
	display: inline-flex;
	align-items: center;
	height: 25px;
	padding-left: 13px;
	padding-right: 0px;
	font-size: 20px;
	text-align: left;
}

html[data-theme='light'] .Tab-page-Objective .tiles-wapper .tile-gray {
	color: #013773;
	background-color: #aaaaaa;
}

html[data-theme='dark'] .Tab-page-Objective .tiles-wapper .tile-gray {
	color: #d7d7d7;
	background-color: #333333;
}

.Tab-page-Objective .tiles-wapper .tile-dark {
	display: inline-flex;
	align-items: center;
	height: 35px;
	padding-left: 13px;
	padding-right: 0px;
	font-size: 20px;
	text-align: left;
}

html[data-theme='light'] .Tab-page-Objective .tiles-wapper .tile-dark {
	background-color: #013773;
	color: #ffffff;
}

html[data-theme='dark'] .Tab-page-Objective .tiles-wapper .tile-dark {
	color: #d7d7d7;
	background-color: #555555;
}

.Tab-page-Objective .local-experience {
	padding-top: 25px;
	padding-bottom: 33px;
}

html[data-theme='light'] .Tab-page-Objective .local-experience {
	background-color: #013773;
}

html[data-theme='light'] .Tab-page-Objective .local-experience .opt-waper {
	color: #ffffff;
}

html[data-theme='dark'] .Tab-page-Objective .local-experience {
	background-color: #555555;
}
html[data-theme='dark'] .Tab-page-Objective .local-experience .opt-waper {
	color: #aaaaaa;
}

.Tab-page-Objective .local-experience .opt-waper h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 12px;
}

.Tab-page-Objective .local-experience .opt-waper p {
	font-size: 22px;
	font-weight: 300;
	padding-left: 18px;
	border-left: 10px solid transparent;
}

html[data-theme='light'] .Tab-page-Objective .local-experience .opt-waper p {
	border-color: #1e98d7;
}

html[data-theme='dark'] .Tab-page-Objective .local-experience .opt-waper p {
	color: #d7d7d7;
	border-color: #333333;
}

.Tab-page-Objective .logos-fb-md-wapper {
	margin-top: 55px;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	margin-bottom: 68px;
}

.Tab-page-Objective .logos-fb-md-wapper img {
	display: block;
	margin: 0 auto;
}

.Tab-page-Objective .charts-sec {
	padding-top: 28px;
	padding-bottom: 28px;
	margin-bottom: 53px;
}

.Tab-page-Objective .charts-sec img {
	display: block;
	margin: 0 auto;
}

html[data-theme='light'] .Tab-page-Objective .charts-sec {
	background-color: #f2f2f2;
}

html[data-theme='dark'] .Tab-page-Objective .charts-sec {
	background-color: #7f7f7f;
}

.Tab-page-Objective .brand-grid-waperr {
	display: flex;
	gap: 34px;
	justify-content: center;
	margin-bottom: 68px;
}

.Tab-page-Objective .brand-grid-waperr .brnd-sec {
	max-width: 220px;
	position: relative;
}

.Tab-page-Objective .brand-grid-waperr .brnd-sec .had {
	display: flex;
	flex-direction: column;
	gap: 7px;
	justify-items: center;
	align-items: center;
	margin-bottom: 5px;
}

.Tab-page-Objective .brand-grid-waperr .brnd-sec .had h3 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

html[data-theme='light'] .Tab-page-Objective .brand-grid-waperr .brnd-sec .had h3 {
	color: #013773;
}

.Tab-page-Objective .brand-grid-waperr .brnd-sec p {
	font-size: 18px;
	text-align: center;
}

html[data-theme='light'] .Tab-page-Objective .brand-grid-waperr .brnd-sec p {
	color: #013773;
}

html[data-theme='dark'] .Tab-page-Objective .brand-grid-waperr .brnd-sec .had h3 {
	color: #7f7f7f;
}

html[data-theme='dark'] .Tab-page-Objective .brand-grid-waperr .brnd-sec p {
	color: #aaaaaa;
}

.Tab-page-Objective .big_idea {
	width: 397px;
	height: 108px;
	display: flex;
	align-items: center;
	margin-bottom: 46px;
}

html[data-theme='light'] .Tab-page-Objective .big_idea {
	background-color: #0058b2;
	color: #f2f2f2;
}

html[data-theme='dark'] .Tab-page-Objective .big_idea {
	background-color: #555555;
	color: #aaaaaa;
}

.Tab-page-Objective .big_idea h4 {
	font-size: 40px;
	font-weight: 900;
}

.Tab-page-Objective .big_idea p {
	font-size: 26px;
}

.Tab-page-Objective .doors-sec {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.Tab-page-Objective .doors-sec h5 {
	margin-top: 19px;
	font-size: 34px;
	font-weight: 900;
}

html[data-theme='light'] .Tab-page-Objective .doors-sec h5 {
	color: #013773;
}

.Tab-page-Objective .doors-sec p {
	margin-bottom: 12px;
	font-size: 34px;
	font-weight: 300;
}

html[data-theme='light'] .Tab-page-Objective .doors-sec p {
	color: #013773;
}

html[data-theme='dark'] .Tab-page-Objective .doors-sec h5,
html[data-theme='dark'] .Tab-page-Objective .doors-sec p {
	color: #aaaaaa;
}

.Tab-page-Objective .btn-close {
	width: 106px;
	height: 48px;
	font-size: 18px;
}

/* Tab-page--contact */

.Tab-page--contact {
	position: relative;
	z-index: 3;
	margin-bottom: 85px;
}

html[data-theme='light'] .Tab-page--contact {
	margin-top: -140px;
}

html[data-theme='dark'] .Tab-page--contact {
	margin-top: 100px;
}

.Tab-page--contact .head {
	margin-bottom: 41px;
}

.Tab-page--contact .head h1 {
	font-weight: 900;
	text-align: left;
	line-height: normal;
	font-size: 50px;
	margin-top: 2px;
}

html[data-theme='light'] .Tab-page--contact .head h1 {
	color: #013773;
}

html[data-theme='dark'] .Tab-page--contact .head h1 {
	color: #555555;
}

.Tab-page--contact .head p {
	font-weight: 300;
	text-align: left;
	line-height: normal;
	font-size: 26px;
}

html[data-theme='light'] .Tab-page--contact .head p {
	color: #013773;
}

html[data-theme='dark'] .Tab-page--contact .head p {
	color: #aaaaaa;
}

.Tab-page--contact form {
	max-width: 613px;
}

.Tab-page--contact form .input-wapper {
	position: relative;
}

.Tab-page--contact form .input-wapper .input-icon {
	position: absolute;
	display: inline-block;
	top: 13px;
	left: 18px;
}

.Tab-page--contact form .input-wapper input {
	display: inline-block;
	border: none;
	outline: none;
	width: 484px;
	height: 52px;
	padding: 2px 2px 2px 65px;
	border-radius: 5px;
	font-size: 20px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

html[data-theme='light'] .Tab-page--contact form .input-wapper input {
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	color: #333333;
}

html[data-theme='light'] .Tab-page--contact form .input-wapper input::placeholder {
	color: #999999;
}

html[data-theme='light'] .Tab-page--contact form .input-wapper input:hover {
	border-color: rgba(0, 0, 0, 0.4980392156862745);
}

html[data-theme='light'] .Tab-page--contact form .input-wapper input:focus {
	border-color: #1e98d7;
}

html[data-theme='dark'] .Tab-page--contact form .input-wapper input {
	border: 1px solid #aaaaaa;
	background-color: #aaaaaa;
	color: #333333;
}

html[data-theme='dark'] .Tab-page--contact form .input-wapper input::placeholder {
	color: #555555;
}

html[data-theme='dark'] .Tab-page--contact form .input-wapper input:hover {
	border-color: rgba(0, 0, 0, 0.4980392156862745);
}

html[data-theme='dark'] .Tab-page--contact form .input-wapper input:focus {
	border-color: #1e98d7;
}

.Tab-page--contact form .textarea-wapper label {
	display: block;
	font-weight: 700;
	text-align: left;
	line-height: normal;
	font-size: 22px;
	margin-bottom: 9px;
}

html[data-theme='light'] .Tab-page--contact form .textarea-wapper label {
	color: #013773;
}

html[data-theme='dark'] .Tab-page--contact form .textarea-wapper label {
	color: #555555;
}

.Tab-page--contact form .textarea-wapper textarea {
	width: 613px;
	height: 272px;
	padding: 10px 16px 16px 16px;
	display: block;
	outline: none;
	border: none;
	min-height: 272px;
	border-radius: 5px;
	font-size: 20px;
	border: 1px solid transparent;
	font-family: 'Roboto', sans-serif;
}

html[data-theme='light'] .Tab-page--contact form .textarea-wapper textarea {
	border-color: #d7d7d7;
	background-color: #ffffff;
	color: #333333;
}

html[data-theme='dark'] .Tab-page--contact form .textarea-wapper textarea {
	border: 1px solid #aaaaaa;
	background-color: #aaaaaa;
	color: #333333;
}

html[data-theme='light'] .Tab-page--contact form .textarea-wapper textarea::placeholder {
	color: #999999;
}

html[data-theme='light'] .Tab-page--contact form .textarea-wapper textarea::hover {
	border-color: rgba(0, 0, 0, 0.4980392156862745);
}

html[data-theme='light'] .Tab-page--contact form .textarea-wapper textarea:focus {
	border-color: #1e98d7;
}

.Tab-page--contact form .btn-sumbit-wapper {
	margin-top: 39px;
	padding-top: 47px;
	border-top: 1px solid transparent;
}

html[data-theme='light'] .Tab-page--contact form .btn-sumbit-wapper {
	border-color: #d7d7d7;
}

html[data-theme='dark'] .Tab-page--contact form .btn-sumbit-wapper {
	border-color: #aaaaaa;
}

.Tab-page--contact form .btn-sumbit-wapper button[type='submit'] {
	display: inline-block;
	width: 219px;
	height: 60px;
	padding: 4px 20px 4px 20px;
	border-radius: 5px;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: normal;
}

html[data-theme='light'] .Tab-page--contact form .btn-sumbit-wapper button[type='submit'] {
	border: 1px solid #0058b2;
	background-color: #0058b2;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
	color: #ffffff;
}

html[data-theme='light'] .Tab-page--contact form .btn-sumbit-wapper button[type='submit']:hover {
	background-color: rgba(1, 55, 115, 1);
	border-color: rgba(1, 55, 115, 1);
}

html[data-theme='dark'] .Tab-page--contact form .btn-sumbit-wapper button[type='submit'] {
	border: 1px solid #555555;
	background-color: #555555;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
	color: #aaaaaa;
}

html[data-theme='dark'] .Tab-page--contact form .btn-sumbit-wapper button[type='submit']:hover {
	background-color: rgb(65, 65, 65);
	border-color: rgb(65, 65, 65);
	color: rgb(215, 215, 215);
}

.Tab-page--contact form .capcha-wapper {
	/* height: 76px; */
	margin-top: 30px;
}

/* Tab-page--thanks */

.Tab-page--thanks {
	margin-bottom: 31px;
}

html[data-theme='light'] .Tab-page--thanks .msg {
	color: #013773;
}

html[data-theme='dark'] .Tab-page--thanks .msg {
	color: #555555;
}

.Tab-page--thanks .msg h1 {
	font-size: 50px;
	font-weight: 900;
	text-align: left;
	line-height: normal;
	margin-top: 8px;
}

.Tab-page--thanks .msg p {
	font-size: 28px;
	font-weight: 300;
	text-align: left;
	line-height: normal;
}

.Tab-page--thanks .thanks-wapper .btn-done {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 138px;
	height: 60px;
	border-radius: 5px;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: normal;
}

html[data-theme='light'] .Tab-page--thanks .thanks-wapper .btn-done {
	border: 1px solid #0058b2;
	background-color: #0058b2;
	color: #ffffff;
}

html[data-theme='light'] .Tab-page--thanks .thanks-wapper .btn-done:active {
	background-color: rgba(1, 55, 115, 1);
	border-color: rgba(1, 55, 115, 1);
	color: #ffffff;
}

html[data-theme='dark'] .Tab-page--thanks .thanks-wapper .btn-done {
	border: 1px solid #555555;
	background-color: #555555;
	color: #aaaaaa;
}

html[data-theme='dark'] .Tab-page--thanks .thanks-wapper .btn-done:active {
	background-color: rgb(65, 65, 65);
	border-color: rgb(65, 65, 65);
	color: #ffffff;
}
