
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype'),
        url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Advent Pro';
    src: url('../fonts/AdventPro-Thin.eot');
    src: url('../fonts/AdventPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AdventPro-Thin.woff2') format('woff2'),
        url('../fonts/AdventPro-Thin.woff') format('woff'),
        url('../fonts/AdventPro-Thin.ttf') format('truetype'),
        url('../fonts/AdventPro-Thin.svg#AdventPro-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype'),
        url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anton';
    src: url('../fonts/Anton-Regular.eot');
    src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Anton-Regular.woff2') format('woff2'),
        url('../fonts/Anton-Regular.woff') format('woff'),
        url('../fonts/Anton-Regular.ttf') format('truetype'),
        url('../fonts/Anton-Regular.svg#Anton-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Regular.eot');
    src: url('../fonts/Lora-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lora-Regular.woff2') format('woff2'),
        url('../fonts/Lora-Regular.woff') format('woff'),
        url('../fonts/Lora-Regular.ttf') format('truetype'),
        url('../fonts/Lora-Regular.svg#Lora-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@charset "utf-8";
/* GLOBAL RESET */


/* 
GOLD: #bca264;
BLACK: #1a1a1a;
BLUE: #025099;

*/

/* CSS Document */

/* Fonts 
get font reference in google fonts
font-family: 
font-family: 
font-family: 
font-family: 


*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-display: swap;
	vertical-align: baseline;
	
}

	html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="select"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
select,
textarea {
  font-size: 16px;
}.section_title_wrapper_white {
display: block;
position: relative;
width: 100%;
overflow: hidden;
}

.section_title_background_white {
font-family: 'Anton';
width: 100%;
display: block;
letter-spacing: 2px;
font-size: 2.75rem;
display: block;
position: relative;
color: #E00313;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: .5px;
-webkit-text-stroke-color: #E00313;
text-transform: uppercase;
z-index: 0;
}

.section_title_light {
color: black;
font-family: 'Anton';
display: block;
position: relative;
font-size: 1.4rem;
top: -10px;
left: 20px;
z-index: 1;
letter-spacing: 2px;
}

.section_title_dark {
color: #E00313;
font-family: 'Anton';
display: block;
position: relative;
font-size: 1.4rem;
top: -10px;
left: 20px;
z-index: 1;
letter-spacing: 2px;
}

.section_subtitle_light {
display: block;
position: relative;
font-family: 'Lato';
font-size: 1rem;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
left: 20px;
top: -8px;
}

.cta_red {
font-family: 'Lato';
font-weight: 300;
font-size: .8rem;
letter-spacing: 4px;
display: inline-block;
position: relative;
padding: 16px;
width: 135px;
margin-right: 8px;
text-align: center;
background: linear-gradient(to right, rgb(224, 3, 19), rgb(165, 2, 22));
background-color: #E00313;
text-decoration: none;
color: white;
border: 1px solid transparent;
transition: .6s ease-in-out;
}

.cta_red:hover {
background: transparent;
border: 1px solid #E00313;
color: #E00313;
}

    @media screen and (min-width: 425px) {
              .section_title_background_white {
            font-size: 3.5rem;
            }
            
            .section_title_light, .section_title_dark {
            font-size: 1.6rem;
            top: -10px;
            }



            
    }

    @media screen and (min-width: 600px) {

        .cta_red {
        margin-right: 8px;
        margin-top: 8px;
        width: 160px;
        }
            
    }


    @media screen and (min-width: 768px) {
      .section_title_background_white {
      font-size: 4rem;
      }
      
      .section_title_light, .section_title_dark {
      font-size: 2.25rem;
      top: -25px;
      left: 50px;
      }

    .section_subtitle_light {
    top: -20px;
    left: 50px;
    }
      
}
    
    @media screen and (min-width: 1024px) {
    
        .cta_red {
        padding: 10px 4px;
        width: 225px;
        margin-right: 12px;
        margin-top: 10px;
        }
    
    }

    @media screen and (min-width: 1440px) {

        .section_title_background_white {
        font-size: 5rem;
        }

        .section_title_light, .section_title_dark {
        font-size: 3rem;
        top: -35px;
        left: 60px;
        }

        .section_subtitle_light {
        top: -30px;
        left: 60px;
        }

        .cta_red {
        padding: 12px 4px;
        width: 225px;
        margin: 16px 16px 0 0;
        }

    
    }.all_loader_background {
background-color: rgb(0, 0, 0, .9);
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
overflow: hidden;
z-index: 100;
display: none;
}

.all_loader_wrapper {
display: flex;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
position: relative;
}

.all_loader_icon_wrapper {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 50%;
max-width: 175px;
max-height: 175px;


}

.all_loader_icon {
width: 100%;
height: 100%;
fill: #e00313;
stroke-width: 1px;
fill: transparent;
stroke: red;
stroke-dasharray: 200;
stroke-dashoffset: 2800;
animation: dash 5s linear infinite, fill 5s linear infinite 1s;
}




@keyframes dash {
    to {
      stroke-dashoffset: 0;
      /* does not work don't know why */
      fill: transparent;
    }
  }


  @keyframes fill {
    0% {
      /* does not work don't know why */
      fill: black;
    }
    50% {
        fill: #e00313;
    }
    100% {
        fill: black;
    }
  }

/*
.all_loader_icon path:nth-child(1) {
fill: black;
}

.all_loader_icon path:nth-child(2) {
fill: black;
}

.all_loader_icon path:nth-child(3) {
fill: black;
}

.all_loader_icon path:nth-child(4) {
fill: black;
}

.all_loader_icon path:nth-child(5) {
fill: black;
}

.all_loader_icon path:nth-child(6) {
fill: black;
}

.all_loader_icon path:nth-child(7) {
fill: black;
}

.all_loader_icon path:nth-child(0) {
fill: black;
}
*/