301 lines
		
	
	
		
			5.7 KiB
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			301 lines
		
	
	
		
			5.7 KiB
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
		
			Vendored
		
	
	
	
| @font-face {
 | |
|     font-family: 'PoppinsRegular';
 | |
|     src: url(../font/Poppins.ttf);
 | |
| }
 | |
| 
 | |
| html,
 | |
| body {
 | |
|     font-family : 'PoppinsRegular' !important;
 | |
|     margin: 0 auto !important;
 | |
|     padding: 0 !important;
 | |
|     height: 100% !important;
 | |
|     width: 100% !important;
 | |
|     background: #f1f1f1 !important;
 | |
| }
 | |
| 
 | |
| * {
 | |
|     -ms-text-size-adjust: 100%;
 | |
|     -webkit-text-size-adjust: 100%;
 | |
| }
 | |
| 
 | |
| div[style*="margin: 16px 0"] {
 | |
|     margin: 0 !important;
 | |
| }
 | |
| 
 | |
| table,
 | |
| td {
 | |
|     mso-table-lspace: 0pt !important;
 | |
|     mso-table-rspace: 0pt !important;
 | |
| }
 | |
| 
 | |
| table {
 | |
|     border-spacing: 0 !important;
 | |
|     border-collapse: collapse !important;
 | |
|     table-layout: fixed !important;
 | |
|     margin: 0 auto !important;
 | |
| }
 | |
| 
 | |
| img {
 | |
|     -ms-interpolation-mode: bicubic;
 | |
| }
 | |
| 
 | |
| a {
 | |
|     text-decoration: none !important;
 | |
| }
 | |
| 
 | |
| *[x-apple-data-detectors],
 | |
| 
 | |
| .unstyle-auto-detected-links *,
 | |
| .aBn {
 | |
|     border-bottom: 0 !important;
 | |
|     cursor: default !important;
 | |
|     color: inherit !important;
 | |
|     text-decoration: none !important;
 | |
|     font-size: inherit !important;
 | |
|     font-family: inherit !important;
 | |
|     font-weight: inherit !important;
 | |
|     line-height: inherit !important;
 | |
| }
 | |
| 
 | |
| .a6S {
 | |
|     display: none !important;
 | |
|     opacity: 0.01 !important;
 | |
| }
 | |
| 
 | |
| .im {
 | |
|     color: inherit !important;
 | |
| }
 | |
| 
 | |
| img.g-img+div {
 | |
|     display: none !important;
 | |
| }
 | |
| 
 | |
| @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
 | |
|     u~div .email-container {
 | |
|         min-width: 320px !important;
 | |
|     }
 | |
| }
 | |
| 
 | |
| @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
 | |
|     u~div .email-container {
 | |
|         min-width: 375px !important;
 | |
|     }
 | |
| }
 | |
| 
 | |
| @media only screen and (min-device-width: 414px) {
 | |
|     u~div .email-container {
 | |
|         min-width: 414px !important;
 | |
|     }
 | |
| }
 | |
| 
 | |
| .primary {
 | |
|     background: #f26e6f !important;
 | |
| }
 | |
| 
 | |
| .bg_white {
 | |
|     background: #ffffff !important;
 | |
| }
 | |
| 
 | |
| .bg_light {
 | |
|     background: #fafafa !important;
 | |
| }
 | |
| 
 | |
| .bg_muted {
 | |
|     background: #ededed !important;
 | |
| }
 | |
| 
 | |
| .bg_black {
 | |
|     background: #000000 !important;
 | |
| }
 | |
| 
 | |
| .bg_dark {
 | |
|     background: rgba(0, 0, 0, .8) !important;
 | |
| }
 | |
| 
 | |
| .email-section {
 | |
|     padding: 1.5em !important;
 | |
| }
 | |
| 
 | |
| .btn {
 | |
|     padding: 10px 15px !important;
 | |
|     display: inline-block !important;
 | |
| }
 | |
| 
 | |
| .btn.btn-primary {
 | |
|     border-radius: 5px !important;
 | |
|     background: #f26e6f !important;
 | |
|     color: #ffffff !important;
 | |
| }
 | |
| 
 | |
| .btn.btn-white {
 | |
|     border-radius: 5px !important;
 | |
|     background: #ffffff !important;
 | |
|     color: #000000 !important;
 | |
| }
 | |
| 
 | |
| .btn.btn-white-outline {
 | |
|     border-radius: 5px !important;
 | |
|     background: transparent !important;
 | |
|     border: 1px solid #fff !important;
 | |
|     color: #fff !important;
 | |
| }
 | |
| 
 | |
| .btn.btn-black-outline {
 | |
|     border-radius: 0px !important;
 | |
|     background: transparent !important;
 | |
|     border: 2px solid #000 !important;
 | |
|     color: #000 !important;
 | |
|     font-weight: 700 !important;
 | |
| }
 | |
| 
 | |
| h1,
 | |
| h2,
 | |
| h3,
 | |
| h4,
 | |
| h5,
 | |
| h6 {
 | |
|     font-family: 'PoppinsRegular', sans-serif !important;
 | |
|     color: #212B36 !important;
 | |
|     margin-top: 0 !important;
 | |
|     font-weight: 400 !important;
 | |
| }
 | |
| 
 | |
| body {
 | |
|     font-family: 'PoppinsRegular', sans-serif !important;
 | |
|     font-weight: 400 !important;
 | |
|     font-size: 15px !important;
 | |
|     line-height: 1.8 !important;
 | |
|     color: rgba(0, 0, 0, .4) !important;
 | |
| }
 | |
| 
 | |
| a {
 | |
|     color: #f26e6f !important;
 | |
| }
 | |
| 
 | |
| .logo h1 {
 | |
|     margin: 0 !important;
 | |
| }
 | |
| 
 | |
| .logo h1 a {
 | |
|     color: #f26e6f !important;
 | |
|     font-size: 24px !important;
 | |
|     font-weight: 700 !important;
 | |
|     font-family: 'PoppinsRegular', sans-serif !important;
 | |
| }
 | |
| 
 | |
| .hero {
 | |
|     position: relative !important;
 | |
|     z-index: 0 !important;
 | |
| }
 | |
| 
 | |
| .hero .text {
 | |
|     color: rgba(0, 0, 0, .3) !important;
 | |
| }
 | |
| 
 | |
| .hero .text h2 {
 | |
|     color: #000 !important;
 | |
|     font-size: 40px !important;
 | |
|     margin-bottom: 0 !important;
 | |
|     font-weight: 400 !important;
 | |
|     line-height: 1.4 !important;
 | |
| }
 | |
| 
 | |
| .hero .text h3 {
 | |
|     font-size: 24px !important;
 | |
|     font-weight: 300 !important;
 | |
| }
 | |
| 
 | |
| .hero .text h2 span {
 | |
|     font-weight: 600 !important;
 | |
|     color: #f26e6f !important;
 | |
| }
 | |
| 
 | |
| .heading-section {}
 | |
| 
 | |
| .heading-section h2 {
 | |
|     color: #000000 !important;
 | |
|     font-size: 28px !important;
 | |
|     margin-top: 0 !important;
 | |
|     line-height: 1.4 !important;
 | |
|     font-weight: 400 !important;
 | |
| }
 | |
| 
 | |
| .heading-section .subheading {
 | |
|     margin-bottom: 20px !important;
 | |
|     display: inline-block !important;
 | |
|     font-size: 13px !important;
 | |
|     text-transform: uppercase !important;
 | |
|     letter-spacing: 2px !important;
 | |
|     color: rgba(0, 0, 0, .4) !important;
 | |
|     position: relative !important;
 | |
| }
 | |
| 
 | |
| .heading-section .subheading::after {
 | |
|     position: absolute !important;
 | |
|     left: 0 !important;
 | |
|     right: 0 !important;
 | |
|     bottom: -10px !important;
 | |
|     content: '' !important;
 | |
|     width: 100% !important;
 | |
|     height: 2px !important;
 | |
|     background: #f26e6f !important;
 | |
|     margin: 0 auto !important;
 | |
| }
 | |
| 
 | |
| .heading-section-white {
 | |
|     color: rgba(255, 255, 255, .8) !important;
 | |
| }
 | |
| 
 | |
| .heading-section-white h2 {
 | |
|     /* font-family: line-height: 1 !important; */
 | |
|     padding-bottom: 0 !important;
 | |
| }
 | |
| 
 | |
| .heading-section-white h2 {
 | |
|     color: #ffffff !important;
 | |
| }
 | |
| 
 | |
| .heading-section-white .subheading {
 | |
|     margin-bottom: 0 !important;
 | |
|     display: inline-block !important;
 | |
|     font-size: 13px !important;
 | |
|     text-transform: uppercase !important;
 | |
|     letter-spacing: 2px !important;
 | |
|     color: rgba(255, 255, 255, .4) !important;
 | |
| }
 | |
| 
 | |
| ul.social {
 | |
|     padding: 0 !important;
 | |
| }
 | |
| 
 | |
| ul.social li {
 | |
|     display: inline-block !important;
 | |
|     margin-right: 10px !important;
 | |
| }
 | |
| 
 | |
| .footer {
 | |
|     /* border-top: 1px solid rgba(0, 0, 0, .05) !important; */
 | |
|     color: rgba(0, 0, 0, .5) !important;
 | |
| }
 | |
| 
 | |
| .footer .heading {
 | |
|     color: #000 !important;
 | |
|     font-size: 20px !important;
 | |
| }
 | |
| 
 | |
| .footer ul {
 | |
|     margin: 0 !important;
 | |
|     padding: 0 !important;
 | |
| }
 | |
| 
 | |
| .footer ul li {
 | |
|     list-style: none !important;
 | |
|     margin-bottom: 10px !important;
 | |
| }
 | |
| 
 | |
| .footer ul li a {
 | |
|     color: rgba(0, 0, 0, 1) !important;
 | |
| }
 | |
| 
 | |
| @media screen and (max-width: 500px) {}
 | 
