@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');
@font-face {
	font-family: "Gotham-light";
	src: url("//db.onlinewebfonts.com/t/fc74760c72164d5321ac886797ce62eb.eot");
	src: url("//db.onlinewebfonts.com/t/fc74760c72164d5321ac886797ce62eb.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/fc74760c72164d5321ac886797ce62eb.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/fc74760c72164d5321ac886797ce62eb.woff") format("woff"), url("//db.onlinewebfonts.com/t/fc74760c72164d5321ac886797ce62eb.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/fc74760c72164d5321ac886797ce62eb.svg#Gotham") format("svg");
}
@font-face {
	font-family: 'Gotham-Ultra';
	src: url('../fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Ultra.otf')  format('opentype'),
		url('../fonts/Gotham-Ultra.woff') format('woff'),
		url('../fonts/Gotham-Ultra.ttf')  format('truetype'),
		url('../fonts/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Gotham-XLight";
    src: url("//db.onlinewebfonts.com/t/65a5b392105de544bddd46c34f14314d.eot");
    src: url("//db.onlinewebfonts.com/t/65a5b392105de544bddd46c34f14314d.eot?#iefix") format("embedded-opentype"),
        url("//db.onlinewebfonts.com/t/65a5b392105de544bddd46c34f14314d.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/65a5b392105de544bddd46c34f14314d.woff") format("woff"), url("//db.onlinewebfonts.com/t/65a5b392105de544bddd46c34f14314d.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/65a5b392105de544bddd46c34f14314d.svg#Gotham") format("svg");
}
.no-popup{
    display: none !important;
}
#my-account {
	background-image: url(../../images/account/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#my-account.dev {
	background-image: url(../../images/account/bg_new.jpg);
}
main{
    padding-bottom: 0;
}
#my-account .container {
	width: 1250px;
	max-width: 100%;
	padding: 80px 15px;
	position: relative;
    z-index: 1;
}
/*
#my-account .container:before{
	content: "";
	display: block;
	position: absolute;
	left: -50px;
	bottom: -35px;
	width: 491px;
	height: 425px;
	background-image: url(../../images/account/left.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#my-account .container:after{
	content: "";
	display: block;
	position: absolute;
	right: -25px;
	bottom: 0;
	width: 443px;
	height: 433px;
	background-image: url(../../images/account/right3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#my-account.dev .container:before{
	width: 393px;
	height: 447px;
	background-size: contain;
    background-position: bottom;
	background-image: url(../../images/account/employee-1-1.webp);
	background-image: -webkit-image-set(url("../../images/account/employee-1-1.webp") 1x, url("../../images/account/employee-1-1@2x.webp") 2x);
    left: 40px;
    bottom: 0;
    z-index: -1;
}
#my-account.dev .container:after{
	width: 484px;
	height: 413px;
	background-size: contain;
    background-position: bottom;
	background-image: url(../../images/account/employee-2.png);
    right: 0px;
    z-index: -1;
}
*/
#my-account .inner {
	width: 465px;
	max-width: 100%;
	background-color: white;
	margin: 0 auto;
	padding: 40px 60px 50px 60px;
	-webkit-box-shadow: 0 0 20px 0 rgba(58, 58, 58, 0.07);
	box-shadow: 0 0 20px 0 rgba(58, 58, 58, 0.07);
}

#my-account .inner > p {
	font-family: 'Gotham-Light';
	color: #303030;
	font-size: 32px;
	margin: 0;
	text-align: center;
}
#my-account.dev .inner > p.subtitle {
	margin-top: 5px;
	color: #303030;
	font-family: 'Gotham-Light';
}
#my-account.dev .inner > p{
    /*font-family: "assistantregular";*/
	font-family: 'Gotham-Light';
    color: var(--brand-pink);
}
#my-account .inner > p strong {
	font-family: 'Gotham-Ultra';
}
#my-account.dev .inner > p strong {
	/*font-family: 'pacificoregular';*/
	font-family: 'Titan One';
	font-weight: 400;
}

#my-account .inner form {
	margin-top: 40px;
}

#my-account .inner form label {
	font-size: 16px;
    line-height: 1;
	color: #404040;
	margin: 0 0 5px 0;
	display: block;
}

#my-account .inner input:not([type="submit"]) {
	width: 100%;
	height: 50px;
	line-height: 1;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	padding: 0 15px;
	margin: 0 0 28px 0;
}
#my-account .inner input:not([type="submit"]):focus{
	border: 1px solid #000000;
}
#my-account .inner input[type="submit"] {
	width: 100%;
	text-align: center;
	height: 55px;
	line-height: 1;
	text-decoration: none;
	border: 0;
	background-color: var(--brand-pink);
	color: white;
	font-size: 16px;
	font-family: 'Gotham-Black';
	text-transform: uppercase;
}

.question-icon-container {
	position: relative;
}

.question-icon {
}
@media screen and (min-width: 767px){

.question-icon:hover  .question-box {
opacity: 1;
visibility: visible;
}
}
.question-icon.active .question-box {
opacity: 1;
visibility: visible;
}
.question-icon > a {
	position: absolute;
	right: 17px;
	top: 17px;
}
.question-icon .question-box:before{
content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 88px;
    background-image: url(../../images/account/triangle.png);
    width: 24px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.question-icon .question-box {
	opacity: 0;
	visibility: hidden;
	padding: 12px 10px;
	position: absolute;
	z-index: 2;
	right: -190px;
	top: 47px;
	width: 315px;
	max-width: 100%;
	background: white;
	font-size: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.question-icon .question-box .image {
	display: inline-block;
	vertical-align: top;
	width: 97px;
}

.question-icon .question-box .text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 97px);
	padding-left: 5px;
	padding-top: 12px;
	padding-right: 15px;
}

.question-icon .question-box .text p {
	font-size: 12px;
	line-height: 16px;
	color: #404040;
	margin-bottom: 10px;
}

.question-icon .question-box .text p strong {
	font-weight: 800;
}

.question-icon .question-box .text p em {
	font-style: italic;
}

.question-icon .question-box .text p a {
	color: #000000;
	font-family: 'Gotham-Black';
	text-decoration: underline;
}
.new-red{
	font-size: 30px;
	font-family: 'Gotham-Medium';
	color: #c40f2e;
	text-align: center;
	margin:30px 0 -50px 0;
	padding: 0 15px;
}
@media screen and (max-width: 1249px){

    #my-account.dev .container:before{
        width: 22%;
    }
    #my-account.dev .container:after{
        width: 30%;
        right: 30px;
    }
}
@media screen and (max-width: 1199px){
#my-account .container:before {
    left: -110px;
}
#my-account .container:after {

    right: -135px;
}
}
@media screen and (max-width: 991px){
#my-account .container:before,
#my-account .container:after{
	z-index: 0;
}
#my-account .inner {
    position: relative;
    z-index: 1;
}

    #my-account.dev .container:before,
    #my-account.dev .container:after{
        display: none;
    }
}
@media screen and (max-width: 767px){
.question-icon .question-box{
	right: 0;
}
}
@media screen and (max-width: 600px){
#my-account .container {

    padding: 30px 15px;
}
#my-account .container:before,
#my-account .container:after{
	display: none;
}
#my-account .inner {
    padding: 30px 15px;
}

}
@media screen and (max-width: 480px){
	.new-red{
	font-size: 20px;
	margin:15px 0 70px 0;
}
	.question-icon .question-box .text {

    padding-right: 10px;
}
	.question-icon .question-box {
    padding: 10px 0;
}
	#my-account .inner form {
    margin-top: 15px;
}
	#my-account .inner > p {

    font-size: 22px;
}
	#my-account {
    margin-bottom: 30px;
}
}