
p {
	color:#2b2a2a;
}


.banner-inner-section .container {
	padding:280px 0 300px 0;
	display: table;
	position: relative;
} 
.banner-inner-section p { 
	font-size:18px; 
}
.banner-inner-section .small_heading {
	text-transform: uppercase;
	font-family: 'gt_america_trialexp_md';
	color: #fff;
	font-size: 18px;
}
.banner-inner-section h1, .banner-inner-section .heading_content {
	color:#fff;
}
.white-border-line {
	height: 1px;
	width: 390px;
	background: #fff;
	margin: 15px 0 20px 0;
}
.story-section {
	text-align: center;
	padding:100px 0;
}
.story-section .learn-more {
	padding-top: 0;
}
.story-section .learn-more a {
	float:none;
	color:#6fc097;
}
.number-inner-section .learn-more a {
	color:#6fc097;
}
.story-section .learn-more a:hover, .number-inner-section .learn-more a:hover {
	color:#fff;
}
.story-section h2 {
	color:#23394c;
	font-size:52px;
	line-height: 52px;
}
.story-section p {
	width:1030px;
	margin: auto;
	padding:30px 0 80px 0;
	color:#2e2e2e;
	line-height:30px;
}
.mission-section {
	padding: 170px 0 315px 0;
	background-size: cover;
	position: relative;
	background-position: bottom;
	background-repeat: no-repeat;
}
.mission-section h2 {
	color:#fff;
	font-size:81px;
}
.mission-section p {
	color:#fff;
	padding-top:100px;
	width:680px;
	font-family: 'rundaw00-normalregular';
	font-size:26px;
}
.number-section {}
.number-section .container {
	position: relative;
}
.mission-image1 {
	position: absolute;
	top: -110px;
	left: 0;
	width: 700px;
	z-index:99;
}
.mission-image2 {
	position: absolute;
	top: -252px;
	right: 0;
	width: 500px;
	border-radius:100%;
}
.number-inner-section {
	padding:450px 0 80px 0;
	overflow: hidden;
}
.mission-image3 {
	margin-left: 340px;
	float: left;
	width: 580px;
}
.number-des {
	width:400px;
	float:right;
	padding:80px 0 0 80px;
	float:left;
}
.number-section h2 {
	color:#6fc097;
	font-size: 60px;
}
.number-section p {
	padding-top:40px;
}
.different-section {
	padding: 170px 0;
	background-size: cover;
	position: relative;
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	clear:both;
}
.number-inner-section .learn-more {
	padding-top: 120px;
}
.different-section .container {
	padding-left:315px;
	position: relative;
}
.different-section h2 {
	color:#fff;
	font-size:65px;
	line-height: 68px;
}
.different-section p {
	color:#fff;
	width:740px;
	font-size:26px;
	padding:75px 0 70px 0;
	font-family: 'rundaw00-normalregular';
}
.different-section .learn-more {
	padding:0;
}
.different-section .learn-more a {
	color:#fff;
	border-color:#fff;
}
.different-section .learn-more a:hover {
	background:#fff;
	color:#9fe394;
}


.faq-detail .container {
	position: relative;
	z-index:99;
}
.faq-detail a.btn-started {
	font-size:18px;
	padding-left:40px;
	padding-right:40px;
}
.faq-detail a.btn-started:hover {
	background: none;
	color:#6fc097;
}
.faq-detail h2 {
	font-size:51px;
	padding-bottom:20px;
	color:#23394c;
}
.faq-detail {
	padding:150px 0;
	overflow:hidden;
	background: #eef2f5;
	position: relative;
}
.faq-detail:before {
	width: 100%;
	height:1168px;
	background: url('../images/faq-bg-1.png')no-repeat;
	background-size: 100% 100%;
	background-position: right;
	content:"";
	position:absolute;
	left:0;
	top:0;
}
.des-faq {
  font-size:22px;
  line-height: 30px;
  color:#2e2e2e;
  width: 600px;
  padding-top:20px;
  font-family: 'rundaw00-lightregular';
}
.des-faq br {
	display:none;
}
.faq-detail .content {
  padding: 60px 0 50px 0;
}
.des-faq p {
	color:#2e2e2e; 
}
.acc__card {
  border-bottom:1px solid #d1d1d1;
  position: relative; 
}
.acc__title.active {
  background: #f5f6f7;
}
.acc__title {
  color: #1f5151;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: left;
  font-size: 22px;
  padding:25px 40px 20px 40px;
}
.acc__title::after {
  width: 15px;
  height: 15px;
  border-right: 2px solid #7a7a7b;
  border-bottom: 2px solid #7a7a7b;
  position: absolute;
  right: 25px;
  content: " ";
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 34px;
}

.acc__panel {
  background: #f5f6f7;
  display: none;
  padding: 10px 40px 50px 40px;
  text-align: left;
  font-weight: normal;
}
.acc__panel p {
  font-size:18px !important;
	line-height: 28px; 
	color:#595959;
} 
.acc__panel {
  font-family: 'rundaw00-lightregular';
  line-height: 30px;
  color:#2e2e2e;
}
.acc__panel p a {
	color:#56bf93;
}
.acc__panel p a:hover {
	/*text-decoration:underline;*/
	color:#a0e395;
}
.faq-detail .learn-more {
  padding-top:60px;
}
.faq-detail .learn-more a {
  color:#457373;
}
.faq-detail .learn-more a:hover {
	color:#fff;
}
.acc__panel p span { 
  font-family: 'rundaw00-mediumitalicregular';
  color:#2e2e2e;
}


.right-about-banner {
	position: absolute;
	top: calc(50% - 250px);
	right: 50px;
	width: 508px;
}
.small-image-about {
	width: 300px;
	border-radius: 100%;
	top: -50px;
	right: 420px;
	z-index: 99;
	position: absolute;
}
.small-image-about img {
	width: 100%;
	border-radius: 100%;
	border:3px solid #fff;
}
.video-career {
	width: 500px;
	position: relative;
	cursor: pointer;
	border-radius: 100%;
	overflow: hidden;
	border:4px solid #fff;
}
.video-career-img {
	/*border-radius: 100%;*/
	width: 500px;
	height: 500px;
	object-fit: cover;
}
.video-career .play-text:before {
	/*content: "";
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: linear-gradient(to bottom,transparent,black) no-repeat bottom;*/
}
.play-text a {
	position: absolute;
	top: calc(50% - 57px);
	width: 105px;
	text-align: center;
	left: auto;
	color: #fff;
	font-family: 'p22_mackinacregular';
	font-size: 25px;
	font-weight: 700;
	cursor: pointer;
	right: auto;
	height: 105px;
}
.video-career {
	position: absolute;
}
.play-text {
	display: flex;
	justify-content: center;
}
.video-career:hover .play-text a {
	color:#6fc097;
}
.video-career:hover .play-text a:after {
	/*border-color:#6fc097;*/
}
.video-career:hover .play-text a:after {
	background-position: -732px -988px;
}
/*.play-text a:after {
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: relative;
	right: -4px;
	content: " ";
	top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
	/*-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
	/*display: inline-block;
}*/

.play-text a:after {
	position: absolute;
	right: 0;
	top: calc(50% - 57px);
	content: " ";
	display: inline-block;
	/*-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
	display: inline-block;
	background: url("../images/sprite-icon.svg")no-repeat;
	/*background-size: 400px auto;*/
	background-position: -622px -988px;
	width: 105px;
	height: 105px;
}

html:lang(es) .banner-inner-section .heading {
    width: 1020px;
}
html:lang(es) .banner-inner-section .heading br {
    display: none;
}
html:lang(es) .learn-more a {
	width: 163px;
	height: 99px;
	text-align: center;
	padding: 64px 0 0 0;
	border-radius:100%;
}

@media (min-width:1800px) {
	.mission-section {
		background-position: 0px 38%;
	}
	.mission-section {
		background-size: 105% 100%;
		background-position: 70% 38%;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.learn-more a, .learn-more .round-btn {
		height: 83px;
		padding: 50px 0 0 0;
	}
}
@media(max-width:1799px) {
  .banner-inner-section .container {
    padding:168px 0;
  }
  .mission-section h2 {
    font-size: 65px;
	}
	.mission-section {
		padding: 150px 0 270px 0;
	}
	.mission-image1 {
	    top: -100px;
	    width: 530px;
	    z-index: 99;
	}
	.mission-image2 {
	    top: -202px;
	    width: 440px;
	}
	.mission-image3 {
	    margin-left: 260px;
	    width: 450px;
	}
	.number-inner-section {
	    padding: 320px 0 80px 0;
	}
	.number-section h2 {
		font-size:50px;
	}
	.number-inner-section .learn-more {
	    padding-top: 70px;
	}
	.number-des {
		padding:50px 0 0 80px;
	}
	.different-section h2 {
		font-size:62px;
	}
	.different-section p {
		font-size:24px;
		padding:65px 0 60px 0;
	}
	.different-section {
		padding:140px 0;
	}
	
	.right-about-banner {
		/*top: calc(45% - 225px);*/
	}
	.small-image-about {
		right: 450px;
		width: 270px;
	}
	.right-about-banner {
		top: calc(40% - 200px);
		right: 100px;
	}
	.video-career {
		width: 440px;
		height: 440px;
	}
	.video-career-img {
		width: 440px;
		height: 440px;
	}
}
@media screen and (min-width:1690px) and (max-width: 1799px) {
	.mission-section {
		background-position: 40% -67%; 
		background-size: 116% 100%;
	}
}
@media(max-width:1650px) {
	.play-text a {
		/*top: calc(50% - 47px);
		width: 95px;
		height: 95px;*/
	}
	.play-text a:after {
		/*top: calc(50% - 47px);
		background-size: 300px auto;
		background-position: -178px -87px;
		width: 95px;
		height: 95px;*/
	}
	.different-section .container {
		padding-left: 225px;
	}
	.number-des {
	    padding: 30px 0 0 50px;
	    width:300px;
	}
	.number-inner-section .learn-more {
	    padding-top: 40px;
	}
	.mission-section {
	    padding: 175px 0 305px 0;
	}	
	.mission-section p {
		font-size:24px;
		width:650px;
	}
	.mission-section {
		background-position: 22% 38%;
	}
	
	.right-about-banner {
		width: 400px;
	}
	
	.small-image-about {
		right: 330px;
	}
	.different-section p {
		width: 660px;
	}
	.right-about-banner {
		right: 20px;
	}
	
	html:lang(es) .banner-inner-section .heading {
		width: 800px;
	} 
}
@media(max-width:1450px) {
	.right-about-banner {
		right: 100px;
	}
}
@media(max-width:1500px) {
	.right-about-banner {
		right: 100px;
	}
	.video-career {
		width: 400px;
		height: 400px;
	}
	.video-career-img {
		width: 400px;
		height: 400px;
	}
}
@media(max-width:1366px) {
	/*.video-career {
		width: 408px;
	}
	.video-career-img {
		width: 400px;
	}*/
	.video-career {
		/*top: calc(50% - 200px);*/
	}
	.small-image-about {
		/*right: 450px;*/
		width: 220px; 
	}
	.video-career {
		width: 350px;
		height: 350px;
	}
	.video-career-img {
		width: 350px;
		height: 350px;
	}
	.right-about-banner {
		right: 50px;
	}
	html:lang(es) .different-section p {
		width: 610px;
	}
}
@media(max-width:1365px) {
	.play-text a {
		top: calc(50% - 42px);
		width: 85px;
		height: 85px;
	}
	.play-text a:after {
		top: calc(50% - 42px);
		background-position: -495px -786px;
		width: 85px;
		height: 85px;
		background-size: 800px auto;
	}
	.video-career:hover .play-text a:after {
		background-position: -583px -786px;
	}
	
	
	.mission-image1 {
	    top: -100px;
	    width: 480px;
	}
	.mission-image2 {
	    top: -172px;
	    width: 400px;
	}
	.mission-image3 {
	    width: 400px;
	}
	.number-inner-section {
	    padding: 350px 0 80px 0;
	}
	.number-des {
	    padding: 30px 0 0 50px;
	    width: 360px;
	}
	.different-section .container { 
		padding-left: 180px;
	} 
	.mission-section {
		background-position: 20% 38%;
	}
	
	.faq-detail h2 {
		font-size:45px;
	}
}
@media(max-width:1199px) {
	.des-faq {
		width:540px;
	}
	.faq-detail:before {
		background-size: cover;
	}
	.faq-detail a.btn-started {
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
}
	.faq-detail h2 {
		font-size:40px;
	}
	.des-faq {
    font-size: 20px;
    line-height: 28px;
  }
  .faq-detail .content {
      padding-top: 50px;
  }
  .acc__panel p {
    font-size: 16px !important;
    line-height: 26px;
  }
  .acc__panel {
    padding:10px 40px 30px 40px;
  }
  .acc__title {
    padding: 20px 50px 20px 30px;
  }
  .faq-detail {
    padding: 80px 0 110px 0;
  }
  .acc__title:after {
    top:19px;
  }
  .acc__title.active:after {
    top:30px;
  }
  .acc__panel {
    padding: 10px 30px 30px 30px;
  }
  
  
	.banner-inner-section .small_heading { 
		font-size:14px;
	}
	.banner-inner-section .container {
	    padding: 120px 0;
	}
	.story-section p {
		width:90%;
		padding:30px 0 50px 0;
		line-height:28px;
	}
	.story-section h2 {
		font-size:46px;
	}
	.mission-section h2 {
	    font-size: 55px;
	}
	.mission-section {
	    padding: 110px 0 190px 0;
	}
	.mission-section h2 {
	    font-size: 50px;
	}
	.white-border-line {
	    width: 360px;
	}
	.mission-image3 {
	    width: 340px;
	    margin-left: 230px;
	}
	.number-inner-section {
	    padding: 230px 0 80px 0;
	}
	.mission-image1 {
	    width: 370px;
	}
	.mission-image2 {
	    width: 310px;
	}
	.number-section h2 {
	    font-size: 40px;
	}
	.number-des {
		width:280px; 
	}
	.different-section h2 {
	    font-size: 52px;
	    line-height: 52px;
	}
	.different-section {
	    padding: 80px 0;
	}
	.different-section p {
	    font-size: 22px;
	    padding: 55px 0 50px 0;
	}
	.mission-section p {
		font-size: 22px;
		width: 580px;
		padding-top:80px;
	}
	.different-section p {
		width:55%;
	}
	.mission-section {
		background-position: 16% 38%;
	}
	
	
	.right-about-banner {
		width: 270px;
		top: calc(55% - 200px);
	}
	.small-image-about {
		right: 210px;
		width: 180px;
	}
	.video-career {
		width: 270px;
		height: 270px;
	}
	.video-career-img {
		width: 270px;
		height: 270px;
	}
	
	.different-section .container {
		padding-left: 110px;
	}
	html:lang(es) .learn-more a {
		width: 153px;
		height: 89px;
		padding: 64px 0 0 0;
	}
	html:lang(es) .banner-inner-section .heading {
		width: 800px;
	}
	html:lang(es) .different-section p {
		width: 55%;
	}
}
@media(min-width:768px) {
	.mission-section.lazyloaded {
		background-image: url(../images/mission-bg.jpg);
		background-repeat: no-repeat;
	}
}

@media(max-width:991px) {
	.play-text a {
		top: calc(50% - 34px);
		width: 68px;
		height: 68px; 
	}
	.play-text a::after {
		top: calc(50% - 34px);
		background-position: -403px -639px;
		width: 68px;
		height: 68px;
		background-size: 650px auto;
	}
	.video-career:hover .play-text a:after {
		background-position: -474px -639px;
	}


	.faq-detail h2 {
		font-size:35px;
		padding-bottom:10px;
	}
	.des-faq br {
    display: none;
  }
  .acc__title {
    font-size:20px;
  }
  .acc__title.active:after {
    top:28px;
  }
  .acc__title::after {
    right:20px;
	top: 17px;
  }
  
  
  
	.banner-inner-section .container {
	    padding: 90px 0;
	}
	.story-section {
		padding:70px 0;
	}
	.story-section h2 {
	    font-size: 40px;
	}
	.mission-section h2 {
	    font-size: 45px;
	}
	.mission-image1 {
	    width: 290px;
	}
	.mission-image3 {
	    width: 280px;
	    margin-left: 150px;
	}
	.mission-image2 {
	    width: 270px;
	}
	.number-des {
	    width: 240px;
	}
	.number-inner-section {
	    padding: 200px 0 80px 0;
	}
	.number-section h2 {
	    font-size: 35px;
	}
	.number-section p {
	    padding-top: 25px;
	}
	.number-inner-section .learn-more {
	    padding-top: 30px;
	}
	.mission-section p {
		font-size: 20px;
		width: 520px;
	}
	.different-section .container {
	    padding-left: 90px;
	}
	.different-section h2 {
	    font-size: 45px;
	    line-height: 52px;
	}
	.different-section p {
	    font-size: 20px;
	    padding: 55px 0 50px 0;
	    width: 50%;
		padding: 35px 0 40px 0;
	}
	
	
	.right-about-banner {
		right: 100px;
		width: 230px;
	}
	.small-image-about {
		width: 140px;
		right: 160px;
	}
	.video-career {
		width: 230px;
		height: 230px;
	}
	.video-career-img {
		width: 230px;
		height: 230px;
	}
	.play-text a {
		font-size: 20px;
	}
	
	html:lang(es) .banner-inner-section .heading {
		width: 580px;
	}
	html:lang(es) .different-section h2 {
		font-size: 40px;
	}
}

@media (device-width:1600px) {
	body #video-popup-container {
		top: 20%!important
	}
}
@media (device-width:1440px) {
	body #video-popup-container {
		top: 22%!important
	}
}
@media (device-width:1280px) {
	body #video-popup-container {
		top: 20%!important
	}
}
@media (device-width: 1080px) {
	body #video-popup-container {
		top: 14%!important;
	}
}
@media (device-width: 834px) {
	body #video-popup-container {
		top: 22%!important;
	}
}
@media (device-width:844px) {
	body #video-popup-container {
		top: 13%!important
	}
}
@media (device-width:800px) {
	body #video-popup-container {
		top: 38%!important
	}
}
@media (device-width: 768px) {
	body #video-popup-container {
		top: 25%!important;
	}
}
@media (device-width:653px) {
	body #video-popup-container {
		top: 6%!important
	}
}

@media(max-width:767px) {
	.faq-detail a.btn-started {
		padding:10px 20px;
	}
	.des-faq {
		width: 430px;
	}
	.des-faq p {
		color: #23394b;
	}
  .acc__panel {
    padding: 10px 20px 30px 20px;
  }
  .faq-detail {
    padding: 60px 0 90px 0;
  }
  .faq-detail .container {
    width:85%;
  }
  .des-faq {
    font-size: 18px;
    line-height: 28px;
  }
  .acc__title {
    padding: 20px 50px 20px 20px;
    font-size: 18px;
    line-height: 25px;
  }
  .acc__title::after {
    top: 19px;
  }
  .acc__title.active::after {
    top: 29px;
  }
  .faq-detail .learn-more {
    text-align: center;
  }
  .faq-detail .learn-more a {
    margin:auto;
    float: none;
  }
  .faq-detail .content {
    padding-top: 30px;
	}
	.faq-detail .learn-more a {
		color:#6fc097;
	}
	
	
	.banner-inner-section .heading_content {
		display: none;
	}
	.banner-inner-section h1 {
		width:300px;
		color:#f3f1ed;
	}
	.banner-inner-section h1 br {
		display: none;
	}
	.white-border-line {
	    width: 210px;
		border-color:#f3f1ed;
	}
	.banner-inner-section .container {
		padding: 50px 0 40px 0;
		min-height: auto;
	}
	.story-section {
		text-align:left;
		position: relative;
	}
	/*.story-section p,*/ .mission-section p {
	    width: 360px;
	    float: left;
	    padding:20px 0 40px 0;
		color:#23394c;
	}
	.story-section h2, .mission-section h2, .number-section h2  {
	    width: 130px;
	    color:#23394c;
	}
	.story-section p {
		float:left;
	}
	.story-section .learn-more {
	    clear: both;
	    padding-top: 60px;
	}
	.story-section .learn-more a {
	    border:2px solid #a0e395;
		width: 111px;
		height: 68px;
		font-size: 15px;
		padding: 43px 0 0 0;
		line-height: 16px;
	}
	.mission-section {
		background-image: none;
		padding: 80px 0 0 0;
		overflow: hidden;
	}
	.mobile-story-img {
		position: absolute;
		right: 0;
		top: 490px;
	}
	.mobile-story-img img {
		width:310px;
	}
	.mission-section h2, .mission-section p {
		color:#23394c;
	}
	.mission-image2 {
		display: none;
	}
	.mobile-mission {
		position: absolute;
		top:-50px;
		right:60px;
		z-index: -9
	}
	.number-inner-section {
	    padding: 30px 0 80px 0;
	    clear: both;
	}
	.number-des {
	    width: 100%;
	    padding-left: 0;
	}
/* 	.number-inner-section .learn-more {
		display: none;
	} */
	.mobile-about-img {
		margin:70px 0 0 0;
		position: relative;
		float: right;
	}
	.different-section .container {
	    padding-left: 20px;
	}
	.different-section p {
		width:93%;
		font-size: 18px;
		padding:25px 0 40px 0;
	}
	.different-section .learn-more a {
		float:none;
	}
	.different-section {
		background-size: 100% 100%;
	}
	p {
		font-family: 'rundaw00-normalregular';
	}
	.mobile-gray-border {
		width: 7px;
		height: 280px;
		background: #23394c;
		position: absolute;
		bottom: 3px;
		left: -7px;
	}
	.mission-section p {
	    font-size: 16px;
	    line-height: 26px;
	}
	.story-section h2 {
		line-height:45px;
	}
	.number-section p {
		color:#23394c;
	}
	
	.small-image-about {
		right: 170px;
	}
	.right-about-banner {
		position: relative;
		height: 250px;
		right: auto;
		top: auto;
		left: calc(50% - 100px);
		width: 238px;
		margin-top: 80px;
	} 
	
	.play-text a:after {
		/*width: 10px;
		height: 10px;
		top: -1px;*/
	}
	
	html:lang(es) .banner-inner-section .heading,
	html:lang(es) .story-section p	{
		width: 100%;
	}
	html:lang(es) .number-section h2 {
		width: 210px;
	}
	html:lang(es) .learn-more a {
		width: 148px;
		height: 85px;
		padding: 63px 0 0 0;
	}
	html:lang(es) .different-section p {
		width: 93%;
	} 
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
    .different-section {
		background-size: 122% 100%;
	}
}}
@media(max-width:585px) {
	.video-career:hover .play-text a {
		color: #fff;
	}
	.video-career:hover .play-text a::after {
		border-color: #fff;
	}
	.play-text a {
		bottom: 40px;
	}
	.faq-detail .content {
		padding-bottom:35px;
	}
	.faq-detail h2 {
		font-size:30px;
	}
	.faq-detail {
		padding: 60px 0 70px 0;
	  }
	 .mobile-story-img {
		 top: 560px;
	 }
	  
	.banner-inner-section h1 {
	    width: 280px;
	}
	.banner-inner-section .container {
	    /*padding: 100px 0 0 0;
	    min-height: 340px;*/
	}
	.mobile-story-img img {
	    width: 270px;
	}
	.mission-section {
	    padding: 80px 0 0 0;
	}
	.different-section h2, .mission-section h2 {
	    font-size: 40px;
	    line-height: 50px;
	}
	.play-text a::after {
		/*width: 8px;
		height: 8px;
		top: -2px;*/
	}
	html:lang(es) .learn-more a {
		width: 138px;
		height: 80px;
		padding: 58px 0 0 0;
	}
}

@media(max-width:479px) {
	.page-id-133 p {
		font-size:17px !important;
		line-height:29px !important; 
	}
	.des-faq {
		width: 100%;
	}
	.faq-detail a.btn-started {
		border-width:3px;
	}
	.des-faq {
    font-size: 16px;
    line-height: 26px;
  }
  .faq-detail .learn-more a {
    font-size: 14px;
    width: 103px;
    height: 68px;
    padding: 35px 0 0 0;
  }
  
  
	.different-section p {
		width:95%;
	}
	.different-section .container {
		/*padding-left:90px;*/
	}
	.banner-inner-section .container {
	    /*padding: 70px 0 0 0;
	    min-height: 290px;*/
	}
	.banner-inner-section h1 {
	    width: 240px;
	}
	.story-section p, .mission-section p {
		width:100%;
	}
	.story-section h2, .mission-section h2, .different-section h2, .number-section h2 {
	    font-size: 32px;
	    line-height: 38px;
	}
	.mobile-story-img {
	    position: relative;
	    right: 0;
	    margin-top: 40px;
	    float: right;
	    top:0;
	}
	.story-section .learn-more {
	    padding-top: 0;
	}
	.mission-section {
		clear: both;
	}
	.mobile-about-img img {
		width:250px;
	}
	.mobile-mission {
	    top: -30px;
	    right: 30px;
	}
	.different-section p {
		font-size:16px;
	}
	.mobile-about-img {
	    margin: 40px 0 0 0;
	}
	.number-inner-section {
	    padding: 30px 0 60px 0;
	}
	.mission-section p { 
	    font-size: 15px;
	    line-height: 24px;
	}
	.small-image-about {
		right: 155px;
	}
	
	.right-about-banner {
		left: calc(50% - 150px);
		height: 210px;
	}
	.small-image-about {
		width: 120px;
	}
	.video-career {
		width: 200px;
		height: 200px;
	}
	.different-section .right-about-banner {
	    left: calc(50% - 116px)!important;
    	width: 208px;
	}
	.video-career-img {
		width: 200px;
		height: 200px;
	}
	html:lang(es) .banner-inner-section .heading {
		width: 90%;
	}
}

@media(max-width:320px) {
	.different-section p {
		width:85%;
	}
	.different-section .container {
		padding-left:50px;
	}
	.right-about-banner {
		left: calc(50% - 110px);
	}
}
@media(max-width:319px) {
	#video-popup-container {
		width: 85%!important;
	}
	.right-about-banner {
		width: 218px;
	}
	.small-image-about {
		right: 135px;
	}
}