@charset "UTF-8";
/**

/* @import must be at top of file, otherwise CSS will not work */


html, body, div, span, applet, object, iframe,
h1,
h2, h2, h3, h4, h5, h6, p, .modal-content ul, .modal-content ol, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
figcaption, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }


ol {
  }

ol li {
		margin-bottom: 22px;
  }


blockquote {
		border-left: 1px solid rgba(153,153,153, 1.0);
		margin: 50px 20px 60px 0px;
  }
  
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

blockquote p::before {
	font-family: 'forma-djr-banner', sans-serif;
    	font-weight: 500;
    content: '\201C';
    color: rgba(153,153,153, 1.0);
}
blockquote p::after {
	font-family: 'forma-djr-banner', sans-serif;
    	font-weight: 500;
    content: '\201D';
    color: rgba(153,153,153, 1.0);
}
blockquote p {
    	font-family: 'forma-djr-banner', sans-serif;
    	font-weight: 500;
		font-size: 22px;
		line-height: 27px;
    	color: rgba(153,153,153, 1.0);
		text-align: left;
		padding: 22px 22px 22px 22px;
}



input {
    background-color:transparent;
    border: 0px solid;
}
input:focus {
    outline:none;
}

strong {
		
		font-weight: 600;
		
		}



table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background: rgba(151, 150, 150, 0.0); }

::selection {
  background: rgba(151, 150, 150, 0.0); }

::-moz-selection {
  background: rgba(151, 150, 150, 0.0); }

html {
  							scroll-behavior: smooth;
						}
						
html,
body {
   	color: rgba(1,0,0, 1.0);
   	background-color: #FDF559;
  	overflow-x: hidden;
  }
  
	.main {
		position:relative;
		display: inline-block;
  		clear: both;
		width: 100%;
		z-index:7;
		min-height: 77vh;
		padding: 0px;
		margin: 0 auto;
					
					
				-webkit-transition: all 1.6s;
			  -moz-transition: all 1.6s;
			  -ms-transition: all 1.6s;
			  -o-transition: all 1.6s;
			  transition: all 1.6s;
	}
	.main-empty {
		min-height: 65vh;
	}
	.fn-grid {
		clear: both;
		margin: 46px auto;
		width: 80%;
		}

img {
	}

.nomargin {
				margin: 0px;
		}
.noborderleftright {
				border-left: 0px solid rgba(255,255,255, 0.0) !important;
    			border-right: 0px solid rgba(255,255,255, 0.0) !important;
		}

.col-1-1 {
  width: 100%;}







a {
    color: rgba(1,0,0, 1.0);
			  font-family: 'forma-djr-banner', sans-serif;
    	font-weight: 500;
			cursor: pointer;
    letter-spacing: 0.12em;
    text-decoration: none;
    -webkit-transition: all 0.6s;
			  -moz-transition: all 0.6s;
			  -ms-transition: all 0.6s;
			  -o-transition: all 0.6s;
			  transition: all 0.6s;
}
a:hover {

		color: rgba(1,0,0, 1.0);
		cursor: pointer;
    text-decoration: none;
    
    -webkit-transition: all 0.6s;
			  -moz-transition: all 0.6s;
			  -ms-transition: all 0.6s;
			  -o-transition: all 0.6s;
			  transition: all 0.6s;
}

a:focus {
		outline: none !important;
}

 
p:empty:before {
    content: "";
    display:none;
}

p  {
		font-family: 'forma-djr-banner', sans-serif;
    	font-weight: 500;
		letter-spacing: 0.12em;
		font-size: 19px;line-height: 28px;
		margin-bottom: 21px;
    	color: rgba(1,0,0, 1.0);
	
	}
	p a  {
		color: rgba(1,0,0, 1.0);
		text-decoration: underline;
	
		}
	p a:hover  {
		color: rgba(1,0,0, 1.0);
		text-decoration: none;
		
		}
	
li  {
	font-family: 'forma-djr-banner', sans-serif;
    	font-weight: 500;
		letter-spacing: 0.12em;
	font-size: 19px;line-height: 28px;
	
	}
ul  {
	margin-left:18px;
	    margin-bottom: 33px;
	}

i {
    font-style: italic;
	font-weight: 600;
}
em {
    font-style: italic;
	font-weight: 600;
}


h1,
h2,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'gothiks-compressed', sans-serif;
	letter-spacing: 0.02em;
	
      -ms-hyphens: none;
          hyphens: none; }
h1 {
	font-size: 155px;
    line-height: 130px;
		margin-bottom: 24px;
	text-transform: uppercase;
		
  }

h2 {
  	font-size: 105px;
    line-height: 100px;
		margin-bottom: 24px;
	text-transform: uppercase;
		
    }
    
h3 {
    font-family: 'forma-djr-banner', sans-serif;
	letter-spacing: 0.06em;
	font-weight: 600;
    font-size: 35px;
    line-height: 35px;
				margin-top: 48px;
				margin-bottom: 18px;
		
    }

h4 {
    font-family: 'forma-djr-banner', sans-serif;
	letter-spacing: 0.08em;
	font-weight: 600;
    font-size: 27px;
    line-height: 25px;
				margin-bottom: 11px;
    }
  
h5 {
    font-family: 'forma-djr-banner', sans-serif;
	letter-spacing: 0.08em;
	font-weight: 500;
    font-size: 18px;
    line-height: 20px;
				margin-bottom: 11px;
    }

h6 {
  	font-family: 'forma-djr-banner', sans-serif;
	letter-spacing: 0.08em;
	font-weight: 500;
  	font-size: 16px;
	line-height: 20px;
				margin-bottom: 11px;
    }



    
.captiontitle {
		font-size: 24px;
    	line-height: 51px;
		margin-bottom: 0px;
    }
    .captiontitle-x {
		height: 62px;
    }

				 /* Turn on a 13x13 scrollbar */
				 .modal::-webkit-scrollbar {
					 width: 30px;
				 }
 
				 .modal::-webkit-scrollbar-button:vertical {
					 background-color: red;
				 }
 
				 /* Turn on single button up on top, and down on bottom */
				 .modal::-webkit-scrollbar-button:start:decrement,
				 .modal::-webkit-scrollbar-button:end:increment {
					 display: block;
				 }
 
				 /* Turn off the down area up on top, and up area on bottom */
				 .modal::-webkit-scrollbar-button:vertical:start:increment,
				 .modal::-webkit-scrollbar-button:vertical:end:decrement {
					 display: none;
				 }
 
				 /* Place The scroll down button at the bottom */
				 .modal::-webkit-scrollbar-button:vertical:increment {
					 background-color: #fff;
					 height: 38px;
					 background-image: url("/wp-content/themes/2025-theme/assets/images/scroll-down.png;");background-repeat: no-repeat;background-position: center;
				 }
 
				 /* Place The scroll up button at the up */
				 .modal::-webkit-scrollbar-button:vertical:decrement {
					 background-color: #fff;
					 height: 38px;
					 background-image: url("/wp-content/themes/2025-theme/assets/images/scroll-up.png;");background-repeat: no-repeat;background-position: center;
				 }
 
				 .modal::-webkit-scrollbar-track:vertical {
					 background-color: #fff;
				 }
 
				 /* Top area above thumb and below up button */
				 .modal::-webkit-scrollbar-track-piece:vertical:start {
					 border: 0px solid rgba(99,160,215, 1.0);
				 }
 
				 /* Bottom area below thumb and down button */
				 .modal::-webkit-scrollbar-track-piece:vertical:end {
				 }
 
				 /* Track below and above */
				 .modal::-webkit-scrollbar-track-piece {
					 background: rgba(255, 255, 255, 1.0);
				 }
 
				 /* The thumb itself */
				 .modal::-webkit-scrollbar-thumb:vertical {
					 height: 50px;
					 background-color: rgba(99,160,215, 1.0);
					 border-radius:0px;
				 }
 
				 /* Corner */
				 .modal::-webkit-scrollbar-corner:vertical {
					 background-color: black;
				 }
 
				 /* Resizer */
				 .modal::-webkit-scrollbar-resizer:vertical {
					 background-color: gray;
				 }

				
				textarea::placeholder {
  						color: rgba(43, 38,91, 0.4) !important;
				  		opacity: 1 !important;
										font-size: 16px !important;
										font-family: 'forma-djr-banner', sans-serif !important;
										letter-spacing: 0.02em !important;
							}	
					
					
					  
				::-webkit-input-placeholder { /* Chrome/Opera/Safari */
				  color: rgba(99,160,215, 1.0);
				  opacity: 1;
										font-size: 16px !important;
										font-family: 'forma-djr-banner', sans-serif !important;
										letter-spacing: 0.02em !important;
				}
				::-moz-placeholder { /* Firefox 19+ */
				  color: rgba(99,160,215, 1.0);
				  opacity: 1;
										font-size: 16px !important;
										font-family: 'forma-djr-banner', sans-serif !important;
										letter-spacing: 0.02em !important;
				}
				:-ms-input-placeholder { /* IE 10+ */
				  color: rgba(99,160,215, 1.0);
				  opacity: 1;
										font-size: 16px !important;
										font-family: 'forma-djr-banner', sans-serif !important;
										letter-spacing: 0.02em !important;
				}
				:-moz-placeholder { /* Firefox 18- */
				  color: rgba(99,160,215, 1.0);
				  opacity: 1;
										font-size: 16px !important;
										font-family: 'forma-djr-banner', sans-serif !important;
										letter-spacing: 0.02em !important;
				}	 





		 /* ==================================================
			Responsive Media Queries
		 ================================================== */
		 
		 
		 @media (min-width: 1200px) {body.boxed .is-sticky .full-width-menu{width:1080px;}
		 
		 									
		 										
											 	
		 											
		 					}
		 											
		 @media (min-width: 992px) and (max-width: 1199px) {
									
							
												
		 }

		 @media only screen 
		 and (min-device-width : 768px) 
		 and (max-device-width : 1024px) 
		 and (orientation : landscape) { /* STYLES GO HERE */

							 
		 }


		 @media (max-width: 1680px){
		 
							
															
		 }
		 @media (max-width: 1580px){
		 
							
															
		 }
		 @media (max-width: 1480px){
		 
							
															
		 }
		 @media (max-width: 1280px){
		 
														
		 }
		 @media (max-width: 1200px){
												
		 }

		 @media only screen and (max-width: 992px) {
							
		}
		
		
		@media only screen and (max-width: 767px) {

					h1 {
						   font-size: 125px;
						   line-height: 100px;
							   
							   
						 }
					   
					   h2 {
						   font-size: 85px;
						   line-height: 80px;
						   }
						.partnersx-list h2 {
    font-size: 125px;
						   line-height: 100px;
							   
							
}
					   h3 {
						   font-family: 'forma-djr-banner', sans-serif;
						   letter-spacing: 0.08em;
						   font-weight: 600;
						   font-size: 35px;
						   line-height: 35px;
									   margin-top: 18px;
									   margin-bottom: 18px;
							   
						   }	
					
		 }
		 
		 @media only screen and (min-width: 320px) and (max-width: 480px) {



		 }



