:root{
	--red_1: #e03614;/*new*/
	--red_2: #f00;
	--red_3: #aa0911;
	/*--orange_1: #fa6614;/*new*/
	--orange_1: #d6550d;/*new*/
	--green_1: #359435;/*new*/
	--dark_blue_1: #013a75;/*new*/
	--very_light_blue_1:  #f0f5fa;/*new*/
	--light_blue_1:  #002C5B;/*new*/
	--light_blue_2:  #99caff;/*new*/
	--light_blue_3:  #0053AB;/*new*/
	--light_gray_1:  #ddd;
	--main_width: 1365px;
	--content_width: calc(var(--main_width) - 2rem);
	--content_width_m: calc(100vw - 2rem);
	}

@font-face{
	font-display: swap;
	font-family:futura;
	src:url(/other/GillSans.woff);
	}
@font-face{
	font-display: swap;
	font-family:futura;
	src:url(/other/GillSans-Bold.woff);
	font-weight:bold;
	}
@font-face {
	font-display: swap;
	font-family: 'Quicksand';
	src: url('/other/Quicksand/Quicksand-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	}
@font-face {
	font-display: swap;
	font-family: 'Quicksand';
	src: url('/other/Quicksand/Quicksand-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	}
@font-face {
	font-display: swap;
	font-family: 'Quicksand';
	src: url('/other/Quicksand/Quicksand-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	}
@font-face {
	font-display: swap;
	font-family: 'Quicksand';
	src: url('/other/Quicksand/Quicksand-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	}
@font-face {
	font-display: swap;
	font-family: 'Quicksand';
	src: url('/other/Quicksand/Quicksand-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	}
@font-face {
	font-display: swap;
	font-family: 'Barlow';
	src: url('/other/Barlow/Barlow-Regular.ttf') format('truetype');
	font-style: normal;
	}

@font-face{
	font-display: swap;
    font-family: "local-sans-serif";
    src: local("Arial"), local("DejaVu Sans"), local("Helvetica");
	}