

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@font-face {
	font-family: "rhb-font-light";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/RHB/RHB-Font-light-woff.woff") format("woff"), url("../fonts/RHB/RHB-Font-light.ttf") format("truetype")
}

@font-face {
	font-family: "rhb-font-normal";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/RHB/RHB-Font-woff.woff") format("woff"), url("../fonts/RHB/RHB-Font.ttf") format("truetype")
}

@font-face {
	font-family: "rhb-font-medium";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/RHB/RHB-Font-medium-woff.woff") format("woff"), url("../fonts/RHB/RHB-Font-medium.ttf") format("truetype")
}

@font-face {
	font-family: "rhb-font-bold";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/RHB/RHB-Font-bold-woff.woff") format("woff"), url("../fonts/RHB/RHB-Font-bold.ttf") format("truetype")
}

.text--300 {
	font-family: 'rhb-font-light', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal
}

.text--400 {
	font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal
}

.text--500 {
	font-family: 'rhb-font-medium', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal
}

.text--700 {
	font-family: 'rhb-font-bold', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal
}

.text--color-primary-blue {
	color: #002F65
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
	padding-right: 0;
	padding-left: 0
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-15 {
	width: 20%;
	float: left
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left
	}

	.marginTop75 {
		margin-top: 75px;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left
	}
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none
}

input,
textarea,
select,
button {
	box-sizing: border-box
}

input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none
}

a,
input {
	transition: all 0.3s ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0
}

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

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none
}

p {
	margin: 0 0 0
}

.text__center {
	text-align: center
}

body {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Lato', sans-serif;
	color: #4a565c;
	background: #fff
}

@media screen and (max-width: 991px) {
	body {
		font-size: 16px;
		line-height: 1.6
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 15px;
		line-height: 1.6
	}
}

@media screen and (max-width: 479px) {
	body {
		font-size: 15px;
		line-height: 1.6
	}
}

a {
	color: #002F65
}

a:hover,
a:active,
a:focus {
	color: #000
}

.site--container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow-x: hidden
}

.section--light-brown {
	background-color: #f1f1f1
}

.section--light-grey {
	background-color: #f7f7f7
}

.section--dark-blue {
	background-color: #20222f;
	color: #fff
}

.section--heading {
	font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal
}

.section--heading strong {
	font-family: 'rhb-font-medium', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal
}

.section--heading .heading--lg {
	font-size: 140%
}

@media (max-width: 991px) {
	.section--heading .heading--lg {
		font-size: 125%
	}
}

h1.section--heading {
	font-size: 56px;
	line-height: 1.1
}

@media screen and (max-width: 991px) {
	h1.section--heading {
		font-size: 46px;
		line-height: 1.2
	}
}

@media screen and (max-width: 767px) {
	h1.section--heading {
		font-size: 38px;
		line-height: 1.2
	}
}

@media screen and (max-width: 479px) {
	h1.section--heading {
		font-size: 28px;
		line-height: 1.2
	}
}

h2.section--heading {
	font-size: 42px;
	line-height: 0.9
}

@media screen and (max-width: 991px) {
	h2.section--heading {
		font-size: 38px;
		line-height: 0.9
	}
}

@media screen and (max-width: 767px) {
	h2.section--heading {
		font-size: 30px;
		line-height: 0.9
	}
}

@media screen and (max-width: 479px) {
	h2.section--heading {
		font-size: 24px;
		line-height: 0.9
	}
}

h3.section--heading {
	font-size: 40px;
	line-height: 1.6
}

@media screen and (max-width: 991px) {
	h3.section--heading {
		font-size: 36px;
		line-height: 1.6
	}
}

@media screen and (max-width: 767px) {
	h3.section--heading {
		font-size: 30px;
		line-height: 1.6
	}
}

@media screen and (max-width: 479px) {
	h3.section--heading {
		font-size: 24px;
		line-height: 1.6
	}
}

h4.section--heading {
	font-size: 16px;
	line-height: 1.4
}

@media screen and (max-width: 991px) {
	h4.section--heading {
		font-size: 16px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	h4.section--heading {
		font-size: 16px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	h4.section--heading {
		font-size: 16px;
		line-height: 1.4
	}
}

h5.section--heading {
	font-size: 16px;
	line-height: 1.4
}

@media screen and (max-width: 991px) {
	h5.section--heading {
		font-size: 16px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	h5.section--heading {
		font-size: 16px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	h5.section--heading {
		font-size: 16px;
		line-height: 1.4
	}
}

h6.section--heading {
	font-size: 16px;
	line-height: 1.4
}

@media screen and (max-width: 991px) {
	h6.section--heading {
		font-size: 16px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	h6.section--heading {
		font-size: 16px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	h6.section--heading {
		font-size: 16px;
		line-height: 1.4
	}
}

.text--pidm {
	font-weight: 200;
	color: #fff;
	font-size: 12px;
	line-height: 1.4
}

@media screen and (max-width: 991px) {
	.text--pidm {
		font-size: 12px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.text--pidm {
		font-size: 12px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.text--pidm {
		font-size: 12px;
		line-height: 1.4
	}
}

.form {
	text-align: center;
	background: #FFF;
	padding: 70px 0
}

@media (max-width: 768px) {
	.form {
		padding: 50px 0
	}
}

@media (max-width: 479px) {
	.form {
		padding: 40px 0
	}
}

.inner_container {
	background-color: #002353;
	color: #fff;
	padding: 120px 48px 72px;
}

.container_box {
	width: fit-content;
	border: 1px solid #fff;
	padding: 24px 72px 24px 18px;
}

.box_message {
	/* padding: 32px 48px; */
}

.container_box a div{
	background: #DDDDDD;
	color:#002353;
	padding: 8px 48px;
	width: fit-content;
	margin-top: 24px;
}

.container_header {
	font-size: 55px;
	line-height: 55px;
	font-weight: 300;
	margin-bottom: 24px;
}

.container_body {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 24px;
}

.form__inner {
	max-width: 820px;
	width: 100%;
	margin: 0 auto
}

.form--heading {
	color: #002353;
	font-weight: 300;
	font-size: 42px;
	line-height: 1.3;
	white-space: pre;
}

@media screen and (max-width: 991px) {
	.form--heading {
		font-size: 44px;
		line-height: 1.3;
		white-space: unset
	}
}

@media screen and (max-width: 767px) {
	.form--heading {
		font-size: 36px;
		line-height: 1.3
	}
}

@media screen and (max-width: 479px) {
	.form--heading {
		font-size: 24px;
		line-height: 1.3
	}
}

.form--subheading {
	font-size: 22px;
	color: #002353;
	font-weight: 300;
	padding-top: 5px
}

@media (max-width: 768px) {
	.form--subheading {
		font-size: 13px
	}
}

.form--form {
	text-align: left;
	padding-top: 30px
}

@media (max-width: 991px) {
	.form--form {
		padding-top: 15px
	}
}

@media (max-width: 768px) {
	.form--form {
		padding-top: 5px
	}
}

.form--control {
	padding-top: 30px
}

@media (max-width: 768px) {
	.form--control {
		padding-top: 25px
	}
}

.form--label {
	color: #002353;
	padding: 0 0 5px 10px
}

.form--input,
.form--select,
.form--textarea {
	display: block;
	width: 100%;
	border: 0
}

.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
	color: #818A91
}

.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
	color: #818A91
}

.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
	color: #818A91
}

.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
	color: #818A91
}

@media (max-width: 768px) {
	.form--input,
	.form--select,
	.form--textarea {
		background: #fff;
		border-radius: 4px
	}
}

.form--input {
	height: 50px;
	line-height: 50px;
	padding: 0 15px
}

.form--input.form--input-special {
	padding: 0 0 0 100px
}

.form--error {
	color: #c0392b;
	font-size: 70%;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: normal
}

.form--customer-label {
	text-align: center;
	padding-top: 10px
}

@media (max-width: 768px) {
	.form--customer-label {
		padding-top: 0
	}
}

.form--customer-label span {
	margin-right: 40px
}

@media (max-width: 768px) {
	.form--customer-label span {
		display: block;
		margin: 0 0 10px 0
	}
}

.form--customer-label label {
	font-weight: normal
}

.form--customer-label label+label {
	margin-left: 20px
}

.form--customer-label input {
	margin-right: 10px
}

.form--tnc-container {
	margin: 0
}

.form--tnc-input {
	vertical-align: top;
	float: left;
	width: 20px;
	line-height: 1.4
}

@media (max-width: 768px) {
	.form--tnc-input {
		width: 15px
	}
}

.form--tnc-label {
	padding-left: 10px;
	float: right;
	width: calc(100% - 20px)
}

.form--tnc-label p+p {
	padding-top: 20px
}

@media (max-width: 768px) {
	.form--tnc-label {
		width: calc(100% - 15px)
	}
}

.form--tnc-label-text {
	color: #002353;
	font-size: 14px;
	font-weight: 300
}

@media (max-width: 768px) {
	.form--tnc-label-text {
		font-size: 81.25%
	}
}

@media (max-width: 479px) {
	.form--tnc-label-text {
		font-size: 75%
	}
}

.form--submit {
	text-align: center;
}

.form--submit-btn {
	font-weight: 300;
	display: inline-block;
	padding: 15px 30px;
	background: #EF3E42;
	color: #ffffff;
	margin: 40px auto 0;
	border: none;
	font-size: 25px;
	line-height: 1.4
}

.bottom_banner_btn {
	background-color: #DDDDDD;
	color: #002353;
	padding: 12px 72px;
	position: absolute;
	margin-top: -6em;
	margin-left: 4em;
}

@media screen and (max-width: 991px) {
	.form--submit-btn {
		font-size: 25px;
		line-height: 1.4
	}

	.bottom_banner_btn {
		padding: 12px 60px;
		position: absolute;
		margin-top: -5em;
		margin-left: 3em;
	}
}

@media screen and (max-width: 767px) {
	.form--submit-btn {
		font-size: 20px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.form--submit-btn {
		font-size: 15px;
		line-height: 1.4
	}
}

@media (max-width: 768px) {
	.form--submit-btn {
		display: inline-block
	}
}

.form--submit-btn:hover {
	background: #EF3E42
}

.form--disclaimer-wrrapper {
	width: 100%;
	margin: 40px auto 0
}

.form--disclaimer-wrrapper .form--disclaimer {
	font-size: 12px;
	font-weight: 300;
	text-align: center
}

.form--disclaimer-wrrapper .form--disclaimer+.form--disclaimer {
	margin-top: 20px
}

.form--input-wrapper {
	height: 54px;
	line-height: 54px;
	background: #ffffff;
	border: 1px solid #969696;
	border-radius: 4px;
	position: relative;
	overflow: hidden
}

.form--input-wrapper select {
	background: #ffffff
}

.form--input-wrapper label {
	font-weight: normal
}

.form--input-wrapper label+label {
	margin-left: 20px
}

.form--input-wrapper input {
	margin-right: 10px
}

.disclaimer {
	padding: 40px 0 40px;
	font-size: 68.75%;
	color: #7c8a90
}

@media (max-width: 768px) {
	.disclaimer {
		padding: 30px 0 30px
	}
}

.footer {
	color: #818A91;
	font-size: 14px;
	padding: 0 0 45.28px 0
}

@media (max-width: 991px) {
	.footer {
		font-size: 12px
	}
}

@media (max-width: 620px) {
	.footer {
		padding: 0 0 20.58px 0;
		font-size: 11px
	}
}

.footer .footer__warning {
	border: 1px solid #000;
	color: #000;
	font-weight: 700;
	text-align: justify;
	margin-top: 27.09px;
	padding: 10px 10px
}

@media (max-width: 479px) {
	.footer .footer__warning {
		margin-top: 12.2px
	}
}

.footer.footer-premier {
	padding: 0 0 40.63px 0
}

@media (max-width: 768px) {
	.footer.footer-premier {
		padding: 0 0 27.09px 0
	}
}

@media (max-width: 620px) {
	.footer.footer-premier {
		padding: 0 0 20.58px 0
	}
}

@media (max-width: 479px) {
	.footer.footer-premier {
		padding: 0 0 12.2px 0
	}
}

.footer__top {
	margin: 0 0 0 68.38px;
}

@media (max-width: 620px) {
	.footer__top {
		margin: 0 30.38px
	}
}

.footer__top .footer__tnc {
	margin: 45.28px 0 22.64px;
	color: #0667B0
}

@media (max-width: 768px) {
	.footer__top .footer__tnc {
		margin: 22.64px 0
	}
}

@media (max-width: 479px) {
	.footer__top .footer__tnc {
		margin: 11px 0
	}
}

.footer__top .footer__tnc.footer__tnc-premier {
	color: #002F65;
	margin: 50px 0 27.09px 0
}

@media (max-width: 620px) {
	.footer__top .footer__tnc.footer__tnc-premier {
		margin: 18.1px 0 12.2px 0
	}
}

.footer__top .footer__tnc.footer__tnc-premier a {
	color: #002F65
}

.footer__top .footer__tnc.footer__tnc-premier .footer__tnc-text {
	color: #002F65
}

.footer__top .footer__tnc .footer__tnc-text {
	display: inline-block
}

.footer__top .footer__tnc .footer__tnc-text {
	color: #0667B0;
	padding: 0 8px;
	border-right: 1px solid #0667B0;
	font-size: 15px;
	line-height: 1.3
}

@media screen and (max-width: 991px) {
	.footer__top .footer__tnc .footer__tnc-text {
		font-size: 15px;
		line-height: 1.3
	}
}

@media screen and (max-width: 767px) {
	.footer__top .footer__tnc .footer__tnc-text {
		font-size: 14px;
		line-height: 1.3
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__tnc .footer__tnc-text {
		font-size: 12px;
		line-height: 1.3
	}
}

.footer__top .footer__tnc .footer__tnc-text:first-child {
	padding: 0 8px 0 0
}

.footer__top .footer__tnc .footer__tnc-text:last-child {
	border-left: none;
	border-right: none
}

.footer__top .footer__box {
	background: #5BC2E7;
	color: #ffffff;
	font-weight: bold;
	padding: 45.28px 68.38px
}

@media (max-width: 768px) {
	.footer__top .footer__box {
		padding: 22.64px 68.38px
	}
}

@media (max-width: 620px) {
	.footer__top .footer__box {
		padding: 20.58px 30.38px
	}
}

.footer__top .footer__box.footer__box-premier {
	background: #002353
}

.footer__top .footer__box.footer__box-premier .footer__box-heading {
	font-size: 40px;
	line-height: 1.3
}

@media screen and (max-width: 991px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 36px;
		line-height: 1.3
	}
}

@media screen and (max-width: 767px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 32px;
		line-height: 1.3
	}
}

@media screen and (max-width: xsm) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 20px;
		line-height: 1.3
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 16px;
		line-height: 1.3
	}
}

@media screen and (max-width: xss) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 16px;
		line-height: 1.3
	}
}

.footer__top .footer__box.footer__box-premier .footer__box-subheading {
	font-size: 30px;
	line-height: 1.3
}

@media screen and (max-width: 991px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 26px;
		line-height: 1.3
	}
}

@media screen and (max-width: 767px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 24px;
		line-height: 1.3
	}
}

@media screen and (max-width: xsm) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 18px;
		line-height: 1.3
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 14px;
		line-height: 1.3
	}
}

@media screen and (max-width: xss) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 12px;
		line-height: 1.3
	}
}

.footer__top .footer__box .footer__box-heading {
	font-size: 40px;
	line-height: 1.3
}

@media screen and (max-width: 991px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 36px;
		line-height: 1.3
	}
}

@media screen and (max-width: 767px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 32px;
		line-height: 1.3
	}
}

@media screen and (max-width: xsm) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 26px;
		line-height: 1.3
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 20px;
		line-height: 1.3
	}
}

@media screen and (max-width: xss) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 18px;
		line-height: 1.3
	}
}

.footer__top .footer__box .footer__box-subheading {
	font-size: 30px;
	line-height: 1.3
}

@media screen and (max-width: 991px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 26px;
		line-height: 1.3
	}
}

@media screen and (max-width: 767px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 24px;
		line-height: 1.3
	}
}

@media screen and (max-width: xsm) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 22px;
		line-height: 1.3
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 15px;
		line-height: 1.3
	}
}

@media screen and (max-width: xss) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 13px;
		line-height: 1.3
	}
}

.footer__top .footer__box .footer__box-subheading .text--light {
	font-weight: 300
}

.footer__top .footer__box .footer__box-subheading a.footer--number {
	color: #ffffff !important;
	text-decoration: none !important
}

@media (max-width: 768px) {
	.footer__mid.footer__mid-long {
		margin: 0 0 22.64px 0
	}
}

@media (max-width: 479px) {
	.footer__mid.footer__mid-long {
		margin: 0 0 12.2px 0
	}
}

@media (max-width: 768px) {
	.footer__mid.footer__mid-long-premier {
		margin: 0
	}
}

@media (max-width: 479px) {
	.footer__mid.footer__mid-long-premier {
		margin: 0
	}
}

.footer__mid .footer__mid-left,
.footer__mid .footer__mid-right {
	display: table-cell;
	vertical-align: middle
}

.footer__mid .footer__mid-left {
	background: #5BC2E7;
	width: 270px;
	padding: 28.7px 45.28px 28.7px 68.38px
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-left {
		padding: 20.75px 20.75px 20.75px 30.75px;
		width: 122.74px
	}
}

.footer__mid .footer__mid-left.footer__mid-left-premier {
	background: #002353;
	padding: 28.7px 22.9px 28.7px 68.38px
}

@media (max-width: 620px) {
	.footer__mid .footer__mid-left.footer__mid-left-premier {
		width: 140.46px;
		padding: 15px 20.75px 15px 30.38px
	}
	.footer__mid .footer__mid-left.footer__mid-left-premier img {
		width: 97.35px
	}
}

.footer__mid .footer__mid-left img {
	max-width: 156px;
	width: 100%
}

@media (max-width: 620px) {
	.footer__mid .footer__mid-left img {
		width: 106px
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-left img {
		width: 74px
	}
}

.footer__mid .footer__mid-right-space {
	display: none
}

@media (max-width: 991px) {
	.footer__mid .footer__mid-right-space {
		display: table-cell
	}
}

.footer__mid .footer__mid-right {
	padding: 22.64px 0 0 22.82px
}

@media (max-width: 991px) {
	.footer__mid .footer__mid-right {
		display: block;
		padding: 22.64px 0 0 68.38px
	}
}

@media (max-width: 620px) {
	.footer__mid .footer__mid-right {
		padding: 10px 0 0 30.75px
	}
}

.footer__mid .footer__mid-right .footer__mid-right-text {
	padding: 0 68.38px 0 22.82px;
	text-align: justify
}

@media (max-width: 620px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		padding: 0 30.75px 0 11.41px;
		display: block
	}
}

@media (max-width: 768px) {
	.footer__mid .footer__mid-right .footer__mid-right-text.mid__right-text-short {
		vertical-align: middle
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-text.mid__right-text-short {
		padding: 0 0 0 10.29px
	}
}

.footer__mid .footer__mid-right .footer__mid-right-copyright {
	margin-top: 22.64px
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-copyright {
		margin-top: 10.29px
	}
}

.footer__mid .footer__mid-right .footer__mid-right-copyright.footer__mid-right-copyright-premier {
	margin-top: 27.09px
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-copyright.footer__mid-right-copyright-premier {
		margin-top: 12.2px
	}
}

.footer__mid .footer__mid-right.footer__mid-right-premier.footer__mid-right-long {
	padding: 0 0 0 27.18px
}

@media (max-width: 991px) {
	.footer__mid .footer__mid-right.footer__mid-right-premier.footer__mid-right-long {
		display: block;
		padding: 27.09px 0 0 68.38px
	}
}

@media (max-width: 620px) {
	.footer__mid .footer__mid-right.footer__mid-right-premier.footer__mid-right-long {
		padding: 12.2px 0 0 30.75px
	}
}

.footer__mid .footer__mid-right.footer__mid-right-long {
	padding: 0 0 0 22.82px
}

@media (max-width: 991px) {
	.footer__mid .footer__mid-right.footer__mid-right-long {
		padding: 27.09px 0 0 68.38px
	}
}

@media (max-width: 620px) {
	.footer__mid .footer__mid-right.footer__mid-right-long {
		padding: 27.09px 0 0 30.75px
	}
}

.footer__mid .footer__mid-right.mid-right-short {
	vertical-align: bottom
}

@media (max-width: 991px) {
	.footer__mid .footer__mid-right.mid-right-short {
		display: table-cell;
		padding: 0
	}
}

@media (max-width: 768px) {
	.footer__mid .footer__mid-right.mid-right-short {
		padding: 0
	}
}

.footer__mid .footer__mid-right.mid-right-short-with-text {
	vertical-align: middle
}

@media (max-width: 991px) {
	.footer__mid .footer__mid-right.mid-right-short-with-text {
		padding: 27.09px 0 0 68.38px;
		display: block
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right.mid-right-short-with-text {
		padding: 12.2px 0 0 30.75px
	}
}

@media (max-width: 991px) {
	.footer__mid .footer__mid-right.mid-right-short-with-text .mid__right-text-short {
		padding: 0 68.38px 0 22.82px
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right.mid-right-short-with-text .mid__right-text-short {
		padding: 0 30.75px 0 0
	}
}

.footer__mid .footer__mid-right .islam__logo,
.footer__mid .footer__mid-right .footer__mid-right-text {
	display: table-cell;
	vertical-align: top
}

.footer__mid .footer__mid-right .islam__logo {
	width: 42px
}

@media (max-width: 768px) {
	.footer__mid .footer__mid-right .islam__logo {
		width: 32px
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right .islam__logo {
		display: block;
		float: left;
		margin-right: 11.75px;
		margin-bottom: 2.75px
	}
}

.footer__mid .footer__mid-right .islam__logo img {
	width: 100%
}

.footer__btm {
	margin: 27.09px 68.38px 0
}

@media (max-width: 768px) {
	.footer__btm {
		margin: 22.64px 68.38px 0
	}
}

@media (max-width: 479px) {
	.footer__btm {
		margin: 20.58px 30.75px 0
	}
}

.footer__btm.footer__btm-premier {
	margin: 27.09px 68.38px 0
}

@media (max-width: 768px) {
	.footer__btm.footer__btm-premier {
		margin: 0px 68.38px 0
	}
}

@media (max-width: 620px) {
	.footer__btm.footer__btm-premier {
		margin: 0px 30.75px 0
	}
}

.footer__btm.footer__btm-premier .footer__btm-text {
	text-align: justify;
	margin-top: 27.09px
}

@media (max-width: 479px) {
	.footer__btm.footer__btm-premier .footer__btm-text {
		margin-top: 12.2px
	}
}

.footer__btm.footer__btm-premier .footer__btm-text:last-child {
	margin-top: 27.09px
}

.footer__btm .footer__btm-text {
	margin-top: 20px
}

.footer__btm .footer__btm-text:last-child {
	margin-top: 30px
}

@media (max-width: 479px) {
	.hide--xs {
		display: none
	}
}

@media (max-width: 768px) {
	.hide--sm {
		display: none
	}
}

@media (max-width: 991px) {
	.hide--md {
		display: none
	}
}

@media (max-width: 1199px) {
	.hide--lg {
		display: none
	}
}

.show--lg {
	display: none
}

@media (max-width: 1199px) {
	.show--lg {
		display: block
	}
}

.show--md {
	display: none
}

.thankyou_img {
	width: 100%;
	height: 650px;
}

.thankyou_header {
	background: #002353;
	height: 80px;
}

@media (max-width: 991px) {
	.show--md {
		display: block
	}

	.thankyou_img {
		height: auto;
	}

	.container_header, .container_body, .box_message {
		text-align: center;
	}

	.container_header {
		font-size: 42px;
	}

	.container_body {
		font-size: 22px;
	}

	.container_box {
		margin: auto;
		padding: 24px 48px;
	}

	.container_box a div {
		margin: 24px auto 12px;
		text-align: center;
	}

}

.show--sm {
	display: none
}

@media (max-width: 768px) {
	.show--sm {
		display: block
	}
}

.show--xs {
	display: none
}

@media (max-width: 479px) {
	.show--xs {
		display: block
	}
}

.banner img {
	width: 100%
}

a.floating-btn {
	text-align: center;
	color: #ffffff;
	position: fixed;
	z-index: 999;
	right: 4%;
	bottom: 5%;
	transition: .2s all ease-in-out
}

@media (max-width: 768px) {
	a.floating-btn {
		bottom: 18%;
		width: 20%
	}
}

@media (max-width: 380px) {
	a.floating-btn {
		bottom: 30%
	}
}

@media (max-width: 320px) {
	a.floating-btn {
		bottom: 40%
	}
}

a.floating-btn:hover {
	cursor: pointer
}

.head__bg {
	background: #022253;
	width: 100%
}

.header {
	padding: 6% 0;
}

.header__wrapper {
	color: white;
	border: 1px solid white;
	border-radius: 12px;
	padding: 24px 16px;
	margin: 32px 0;
}

.header__disclaimer {
	color: #FFF;
	font-size: 15px;
}

.header__wrapper .desc .or{
		margin-top: 10%;
}

@media (max-width: 768px) {
	.header {
		/* margin-top: 7%; */
		/* margin-bottom: 10% */
	}
}

.header .header__title {
	font-size: 36px;
	line-height: 1.3;
	color: #FFF;
	font-weight: 700
}

@media screen and (max-width: 991px) {
	.header .header__title {
		font-size: 34px;
		line-height: 1.3
	}
}

@media screen and (max-width: 767px) {
	.header .header__title {
		font-size: 26px;
		line-height: 1.3
	}
}

@media screen and (max-width: 479px) {
	.header .header__title {
		font-size: 20px;
		line-height: 1.3
	}
}

.header .header__desc {
	margin: 5% 3%;
	font-size: 20px;
	line-height: 1.4;
	color: #FFF;
	font-weight: 500
}

@media screen and (max-width: 991px) {
	.header .header__desc {
		font-size: 17px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.header .header__desc {
		font-size: 17px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.header .header__desc {
		font-size: 15px;
		line-height: 1.4
	}
}

@media (max-width: 768px) {
	.header .header__desc {
		margin: 6% 3% 7%
	}
}

.header .header__campaign {
	font-size: 25px;
	line-height: 1.4;
	color: #FFF;
	font-weight: 700
}

.benefit__body {
	max-width: 700px;
	margin: 30px auto 0;
}

@media screen and (max-width: 991px) {
	.header .header__campaign {
		font-size: 25px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.header .header__campaign {
		font-size: 20px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.header .header__campaign {
		font-size: 15px;
		line-height: 1.4
	}
}

.benefits {
	padding: 0% 0 10%
}

@media (max-width: 991px) {
	.benefits {
		padding: 0% 2% 15%
	}

	.header__wrapper .desc{
		text-align: center;
	}

	.header__wrapper .desc .or{
		margin: 5% 0;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.benefits {
		padding: 0% 2% 15%
	}
}

@media (max-width: 479px) {
	.benefits {
		padding: 0% 2% 15%
	}
}

.benefits .benefits__title {
	margin: 3% 3%;
	font-size: 34px;
	line-height: 1.3;
	color: #002353;
	position: relative;
	z-index: 1
}

@media screen and (max-width: 991px) {
	.benefits .benefits__title {
		font-size: 32px;
		line-height: 1.3
	}
}

@media screen and (max-width: 767px) {
	.benefits .benefits__title {
		font-size: 24px;
		line-height: 1.3
	}
}

@media screen and (max-width: 479px) {
	.benefits .benefits__title {
		font-size: 18px;
		line-height: 1.3
	}
}

/* .benefits .benefits__title:before {
	border-top: 0.5px solid #002F65;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	width: 12%;
	z-index: -1
} */

/* .benefits .benefits__title:after {
	border-top: 0.5px solid #002F65;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	width: 12%;
	z-index: -1
} */

/* @media (max-width: 1199px) {
	.benefits .benefits__title:before {
		width: 7%
	}
	.benefits .benefits__title:after {
		width: 7%
	}
} */

/* @media (max-width: 1025px) {
	.benefits .benefits__title:before {
		width: 6%
	}
	.benefits .benefits__title:after {
		width: 6%
	}
} */

/* @media (max-width: 991px) {
	.benefits .benefits__title:before {
		width: 10%
	}
	.benefits .benefits__title:after {
		width: 10%
	}
} */

/* @media (max-width: 768px) {
	.benefits .benefits__title:before {
		width: 10%
	}
	.benefits .benefits__title:after {
		width: 10%
	}
} */

/* @media (max-width: 479px) {
	.benefits .benefits__title:before {
		width: 15%
	}
	.benefits .benefits__title:after {
		width: 15%
	}
} */

/* @media (max-width: 380px) {
	.benefits .benefits__title:before {
		width: 10%
	}
	.benefits .benefits__title:after {
		width: 10%
	}
} */

@media (max-width: 768px) {
	.benefits .benefits__title {
		margin-bottom: 5%
	}
}

@media (max-width: 479px) {
	.benefits .benefits__title {
		margin-right: 0;
		margin-left: 0
	}
}

.benefits .benefits__title p {
	margin: 0 auto;
	font-weight: 700
}

@media (max-width: 991px) {
	.benefits .benefits__title p {
		width: initial
	}
}

.benefits .benefit--slick {
	width: 100%
}

.benefits .benefit--slick .slider__dots {
	position: absolute;
	transform: translate(-50%, 200%);
	left: 50%;
	bottom: -14%
}

.benefits .benefit--slick .slick-dots {
	display: flex;
	justify-content: left;
	/* margin-top: 50px; */
	margin: 50px auto 0 auto;
	max-width: 700px;
	list-style-type: none;
}

.benefits .benefit--slick .slick-dots li {
	margin: 0 1rem
}

.benefits .benefit--slick .slick-dots button {
	display: block;
	width: 40px;
	height: 7px;
	padding: 0;
	border: none;
	border-radius: 0%;
	background-color: #B8D5EA;
	text-indent: -9999px
}

.benefits .benefit--slick .slick-dots li.slick-active button {
	background-color: #002353
}

.benefits .card__img {
	margin: 0 1rem;
}

.benefits .card__img img {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding-left: 1rem;
}

@media (max-width: 991px) {
	.benefits .card__img img {
		/* margin: 0 4% */
	}
}

@media (max-width: 768px) {
	.benefits .card__img img {
		margin: 0 auto;
		padding-left: 0;
	}

	.benefits .benefit--slick .slick-dots {
		padding: 0 15px;
		margin-top: 25px;
	}
}

.benefits .card__page {
	font-size: 25px;
	line-height: 1.4;
	font-weight: 700;
	color: #002353;
	margin-bottom: 2%;
	margin-left: 4%
}

@media screen and (max-width: 991px) {
	.benefits .card__page {
		font-size: 25px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.benefits .card__page {
		font-size: 20px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.benefits .card__page {
		font-size: 15px;
		line-height: 1.4
	}
}

@media (max-width: 768px) {
	.benefits .card__page {
		margin-top: 3%
	}
}

.benefits .card__title {
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
	color: #002353;
	margin-bottom: 2%;
	margin-left: 1rem;
	margin-right: 1rem
}

@media screen and (max-width: 991px) {
	.benefits .card__title {
		font-size: 25px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.benefits .card__title {
		font-size: 20px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.benefits .card__title {
		font-size: 15px;
		line-height: 1.4
	}
}

.benefits .card__desc {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	color: #002353;
	margin-bottom: 1%;
	position: relative;
	margin-right: 1rem;
	margin-left: 1rem
}

@media screen and (max-width: 991px) {
	.benefits .card__desc {
		font-size: 18px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.benefits .card__desc {
		font-size: 17px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.benefits .card__desc {
		font-size: 16px;
		line-height: 1.4
	}
}

@media (max-width: 1025px) {
	.benefits .card__desc {
		margin-bottom: 30px
	}
}

@media (max-width: 768px) {
	.benefits .card__desc {
		margin-bottom: 30px
	}
}

@media (max-width: 479px) {
	.benefits .card__desc {
		margin-bottom: 20px
	}
}

.gift {
	padding-top: 3%;
		background: url("../images/top__background.jpg");
}

.gift .relationship_manager {
	margin-top: 3%;
	margin-bottom: 6%;
	color: #002353;
	font-weight: 600;
	font-size: 34px;
	line-height: 1.3
}

@media screen and (max-width: 991px) {
	.gift .relationship_manager {
		font-size: 34px;
		line-height: 1.3
	}
}

@media screen and (max-width: 767px) {
	.gift .relationship_manager {
		font-size: 24px;
		line-height: 1.3
	}
}

@media screen and (max-width: 479px) {
	.gift .relationship_manager {
		font-size: 24px;
		line-height: 1.3
	}
}

.gift_header_1 {
	font-size: 34px;
	color: #002353;
	font-weight: bold;
}

@media (max-width: 768px) {
	.gift .relationship_manager {
		margin-top: 8%
	}

	.gift_header_1 {
		font-size: 24px;
		color: #002353;
		font-weight: bold;
	}
}

.gift .gift__header img {
	margin: 3% auto
}

.gift .slider__dots {
	position: absolute;
	transform: translate(-50%, 200%);
	left: 50%;
	bottom: 0%
}

.gift .slick-dots {
	display: flex;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10%;
	margin: 0 auto;
	list-style-type: none
}

.gift .slick-dots li {
	margin: 0 1rem
}

.gift .slick-dots button {
	display: block;
	width: 40px;
	height: 7px;
	padding: 0;
	border: none;
	border-radius: 0%;
	background-color: #B8D5EA;
	text-indent: -9999px
}

.gift .slick-dots li.slick-active button {
	background-color: #002353
}

.gift__body {
	width: 80%;
	margin: 10px auto 0;
	position: relative
}

.gift__body .gift__title {
	font-size: 25px;
	line-height: 1.4;
	font-weight: 500;
	color: rgba(0, 35, 83, 0.5);
}

@media screen and (max-width: 991px) {
	.gift__body .gift__title {
		font-size: 25px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.gift__body .gift__title {
		font-size: 20px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.gift__body .gift__title {
		font-size: 13px;
		line-height: 1.4
	}
}

.gift__body .gift__desc {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 500;
	color: rgba(0, 35, 83, 0.5);
	margin-bottom: 3%
}

@media screen and (max-width: 991px) {
	.gift__body .gift__desc {
		font-size: 22px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.gift__body .gift__desc {
		font-size: 17px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.gift__body .gift__desc {
		font-size: 11px;
		line-height: 1.4
	}
}

.gift__body .gift__img img {
	width: auto;
	vertical-align: middle;
	/* margin: 0 0 0 auto; */
}

@media (max-width: 768px) {
	.gift__body .gift__img img {
		width: 80%;
		margin: 0 auto;
	}
}

.arrow--left {
	position: absolute;
	top: 50%;
	left: -5%;
	cursor: pointer
}

.arrow--right {
	position: absolute;
	top: 50%;
	cursor: pointer;
	right: -5%
}

@media (min-width: 992px) {
	.arrow--right, .arrow--left {
		top: 35%;
	}
}

.participate {
	background: url("../images/bg--participate.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-shadow: 0px 10px 40px 0px #051e3b
}

.participate .participate__title {
	margin-top: 7%;
	margin-bottom: 8%;
	font-size: 40px;
	line-height: 1.6;
	color: #fff;
	font-weight: 300
}

@media screen and (max-width: 991px) {
	.participate .participate__title {
		font-size: 36px;
		line-height: 1.6
	}

	.gift__body .gift__img img {
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.participate .participate__title {
		font-size: 30px;
		line-height: 1.6
	}
}

@media screen and (max-width: 479px) {
	.participate .participate__title {
		font-size: 24px;
		line-height: 1.6
	}
}

@media (max-width: 768px) {
	.participate .participate__title {
		margin-top: 15%;
		margin-bottom: 10%
	}
}

.participate .participate__card .participate__card--image {
	position: relative;
	margin-top: -5%
}

@media (max-width: 991px) {
	.participate .participate__card .participate__card--image {
		max-width: 80%;
		margin-top: 0;
		margin: 0 auto 0 0%
	}
}

.participate .participate__card .png__card {
	position: relative;
	right: 0;
	top: 0
}

.participate .participate__card .gif__card {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0
}

@media (max-width: 991px) {
	.participate .participate__card .participate__card--sub {
		padding: 3% 15%
	}
}

@media (max-width: 479px) {
	.participate .participate__card .participate__card--sub {
		padding: 1% 10%
	}
}

.participate .participate__card .participate__card--sub .participate__card--title {
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
	padding-bottom: 7px
}

@media screen and (max-width: 991px) {
	.participate .participate__card .participate__card--sub .participate__card--title {
		font-size: 30px;
		line-height: 1.2
	}
}

@media screen and (max-width: 767px) {
	.participate .participate__card .participate__card--sub .participate__card--title {
		font-size: 25px;
		line-height: 1.2
	}
}

@media screen and (max-width: 479px) {
	.participate .participate__card .participate__card--sub .participate__card--title {
		font-size: 23px;
		line-height: 1.2
	}
}

.participate .participate__card .participate__card--sub .participate__card--desc {
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
	font-weight: 300
}

@media screen and (max-width: 991px) {
	.participate .participate__card .participate__card--sub .participate__card--desc {
		font-size: 15px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.participate .participate__card .participate__card--sub .participate__card--desc {
		font-size: 14px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.participate .participate__card .participate__card--sub .participate__card--desc {
		font-size: 13px;
		line-height: 1.4
	}
}

.participate .participate__card .participate__card--sub .participate__card--pidm {
	color: #fff;
	font-weight: 300;
	margin-top: 10px
}

.participate .participate__tablet {
	margin-top: 5%
}

@media (max-width: 768px) {
	.participate .participate__tablet {
		margin-top: 0
	}
}

.participate .participate__tablet .participate__tablet--image {
	position: relative;
	margin-top: -10%;
	padding-right: 3%
}

@media (max-width: 991px) {
	.participate .participate__tablet .participate__tablet--image {
		max-width: 80%;
		padding-right: 0%;
		margin-top: 0
	}
}

.participate .participate__tablet .participate__tablet--illustration {
	font-size: 8px;
	color: #fff;
	font-weight: 300;
	margin: -10% 0 5% 20%
}

.participate .participate__tablet .gif__tablet {
	position: relative;
	z-index: 99;
	right: 0;
	top: 0
}

.participate .participate__tablet .png__tablet {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(0%, -2%)
}

@media (max-width: 991px) {
	.participate .participate__tablet .png__tablet {
		transform: translate(0%, 0%)
	}
}

.participate .participate__tablet .participate__tablet--sub {
	padding-bottom: 10%
}

@media (max-width: 991px) {
	.participate .participate__tablet .participate__tablet--sub {
		padding: 0 15% 10%
	}
}

@media (max-width: 479px) {
	.participate .participate__tablet .participate__tablet--sub {
		padding: 0 10% 10%
	}
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--title {
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
	padding-bottom: 7px
}

@media screen and (max-width: 991px) {
	.participate .participate__tablet .participate__tablet--sub .participate__tablet--title {
		font-size: 30px;
		line-height: 1.2
	}
}

@media screen and (max-width: 767px) {
	.participate .participate__tablet .participate__tablet--sub .participate__tablet--title {
		font-size: 25px;
		line-height: 1.2
	}
}

@media screen and (max-width: 479px) {
	.participate .participate__tablet .participate__tablet--sub .participate__tablet--title {
		font-size: 23px;
		line-height: 1.2
	}
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--desc {
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
	font-weight: 300;
	padding-bottom: 8px
}

@media screen and (max-width: 991px) {
	.participate .participate__tablet .participate__tablet--sub .participate__tablet--desc {
		font-size: 15px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.participate .participate__tablet .participate__tablet--sub .participate__tablet--desc {
		font-size: 14px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.participate .participate__tablet .participate__tablet--sub .participate__tablet--desc {
		font-size: 13px;
		line-height: 1.4
	}
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--table {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10%
}

@media screen and (max-width: 991px) {
	.participate .participate__tablet .participate__tablet--sub .participate__tablet--table {
		font-size: 15px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.participate .participate__tablet .participate__tablet--sub .participate__tablet--table {
		font-size: 14px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.participate .participate__tablet .participate__tablet--sub .participate__tablet--table {
		font-size: 13px;
		line-height: 1.4
	}
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--table .participate__tablet--table-head {
	background-color: #DDDDDD;
	color: #002F65
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--table .participate__tablet--table-body {
	color: #fff;
	font-weight: 300
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--table .table__border {
	border: 1px solid #fff
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--table .border__bottom {
	border-bottom: 1px solid #fff
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--table .sales_charges--padding {
	padding-bottom: 18px
}

.privileges {
	/* background: url("../images/bg--privileges.png"); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 5% 0 5%
}

@media (max-width: 768px) {
	.privileges {
		padding-top: 10%
	}
}

.privileges .relationship_manager {
	margin-top: 6%;
	color: #002353;
	font-weight: 300;
	font-size: 44px;
	line-height: 1.3
}

@media screen and (max-width: 991px) {
	.privileges .relationship_manager {
		font-size: 44px;
		line-height: 1.3
	}
}

@media screen and (max-width: 767px) {
	.privileges .relationship_manager {
		font-size: 36px;
		line-height: 1.3
	}
}

@media screen and (max-width: 479px) {
	.privileges .relationship_manager {
		font-size: 24px;
		line-height: 1.3
	}
}

@media (max-width: 768px) {
	.privileges .relationship_manager {
		margin-top: 8%
	}
}

.privileges .privileges__title {
	margin-bottom: 2%;
	font-size: 40px;
	line-height: 1.6;
	color: #002353;
	position: relative;
	z-index: 1
}

@media screen and (max-width: 991px) {
	.privileges .privileges__title {
		font-size: 36px;
		line-height: 1.6
	}
}

@media screen and (max-width: 767px) {
	.privileges .privileges__title {
		font-size: 30px;
		line-height: 1.6
	}
}

@media screen and (max-width: 479px) {
	.privileges .privileges__title {
		font-size: 24px;
		line-height: 1.6
	}
}

/* .privileges .privileges__title:before {
	border-top: 0.5px solid #002F65;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	width: 25%;
	z-index: -1
} */

/* .privileges .privileges__title:after {
	border-top: 0.5px solid #002F65;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	width: 25%;
	z-index: -1
} */

/* @media (max-width: 1025px) {
	.privileges .privileges__title:before {
		width: 20%
	}
	.privileges .privileges__title:after {
		width: 20%
	}
} */

/* @media (max-width: 991px) {
	.privileges .privileges__title:before {
		width: 12%
	}
	.privileges .privileges__title:after {
		width: 12%
	}
} */

/* @media (max-width: 768px) {
	.privileges .privileges__title:before {
		width: 10%
	}
	.privileges .privileges__title:after {
		width: 10%
	}
} */

/* @media (max-width: 479px) {
	.privileges .privileges__title:before {
		width: 8%
	}
	.privileges .privileges__title:after {
		width: 8%
	}
} */

/* @media (max-width: 380px) {
	.privileges .privileges__title:before {
		width: 5%
	}
	.privileges .privileges__title:after {
		width: 5%
	}
} */

@media (max-width: 768px) {
	.privileges .privileges__title {
		margin-bottom: 5%
	}
}

.privileges .privileges__title p {
	margin: 0 auto;
	font-weight: 700
}

@media (max-width: 991px) {
	.privileges .privileges__title p {
		width: initial
	}
}

.privileges .privileges__desc {
	margin: 0 4%;
	font-size: 20px;
	line-height: 1.8;
	color: #000;
	font-weight: 300
}

@media screen and (max-width: 991px) {
	.privileges .privileges__desc {
		font-size: 20px;
		line-height: 1.8
	}
}

@media screen and (max-width: 767px) {
	.privileges .privileges__desc {
		font-size: 15px;
		line-height: 1.8
	}
}

@media screen and (max-width: 479px) {
	.privileges .privileges__desc {
		font-size: 13px;
		line-height: 1.8
	}
}

.privileges .privileges__slick {
	margin-top: 45px
}

.privileges .privileges__slick--label {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 1.4;
	color: #818A91
}

@media screen and (max-width: 991px) {
	.privileges .privileges__slick--label {
		font-size: 14px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.privileges .privileges__slick--label {
		font-size: 13px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.privileges .privileges__slick--label {
		font-size: 12px;
		line-height: 1.4
	}
}

.privileges .slick-slide:focus,
.privileges .slick-slide a {
	outline: none
}

.privileges .slick-list {
	padding-bottom: 10px
}

.privileges .privileges__btn-prev,
.privileges .privileges__btn-next {
	position: absolute;
	top: 50%
}

.privileges .privileges__btn-prev {
	left: 0;
	transform: rotate(180deg) translate(45%, -50%) scale(0.5)
}

@media (max-width: 767px) {
	.privileges .privileges__btn-prev {
		transform: rotate(180deg) translate(-100%, -25%) scale(0.8)
	}
}

@media (max-width: 479px) {
	.privileges .privileges__btn-prev {
		transform: rotate(180deg) translate(-30%, 0%) scale(0.8)
	}
}

.privileges .privileges__btn-next {
	right: 0;
	transform: translate(45%, 50%) scale(0.5)
}

@media (max-width: 767px) {
	.privileges .privileges__btn-next {
		transform: translate(-100%, 25%) scale(0.8)
	}
}

@media (max-width: 479px) {
	.privileges .privileges__btn-next {
		transform: translate(-30%, 0%) scale(0.8)
	}
}

.privileges .card {
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	text-align: left
}

@media (max-width: 768px) {
	.privileges .card {
		height: 500px;
		max-width: 330px;
		margin: 0 auto
	}
}

@media (max-width: 479px) {
	.privileges .card {
		max-width: 300px;
		height: 450px;
		margin: 0 auto
	}
}

.privileges .card .card__header {
	background: #002353;
	color: #C1CDD8;
	padding: 15px 20px;
	font-size: 22px;
	line-height: 1.4
}

@media screen and (max-width: 991px) {
	.privileges .card .card__header {
		font-size: 19px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.privileges .card .card__header {
		font-size: 17px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.privileges .card .card__header {
		font-size: 15px;
		line-height: 1.4
	}
}

.privileges .card .card-img-top {
	width: 100%
}

.privileges .card .card__body {
	padding: 20px 20px 40px
}

.privileges .card .card__body .card__title {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	height: 75px;
}

@media screen and (max-width: 991px) {
	.privileges .card .card__body .card__title {
		font-size: 16px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.privileges .card .card__body .card__title {
		font-size: 15px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.privileges .card .card__body .card__title {
		font-size: 14px;
		line-height: 1.4
	}
}

.privileges .card .card__body .card__desc {
	font-size: 14px;
	line-height: 1.4;
	padding-top: 25px
}

@media screen and (max-width: 991px) {
	.privileges .card .card__body .card__desc {
		font-size: 14px;
		line-height: 1.4
	}
}

@media screen and (max-width: 767px) {
	.privileges .card .card__body .card__desc {
		font-size: 13px;
		line-height: 1.4
	}
}

@media screen and (max-width: 479px) {
	.privileges .card .card__body .card__desc {
		font-size: 12px;
		line-height: 1.4
	}
}

.privileges .card .card__body .card__desc table {
	margin-top: 3px
}

.privileges .card .card__body .card__desc table td:first-child {
	margin-top: 5px
}

.privileges .card .card__body .card__desc table td:nth-child(2) {
	padding-left: 10px
}

.privileges .card .card__body .card__desc table td:nth-child(1) {
	vertical-align: top
}

.text-button a {
	background: linear-gradient(180deg, #ECA154, #C96600);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	text-shadow: 1px 1px 3px #000;
	text-align: center;
	padding: 15px 50px;
	border: 0px;
	color: #fff;
	font-size: 30px;
  font-weight: 100;
  border-radius: 20px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
	.text-button a {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.text-button a {
		font-size: 20px;
	}
}

@media screen and (max-width: 479px) {
	.text-button a {
		font-size: 16px;
		padding: 10px 20px;
	}
}
