@charset "utf-8";
/* Global styles CSS Document */
/*
@import url('https://rsms.me/inter/inter.css');
body { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  body { font-family: 'Inter var', sans-serif; }
}
*/
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2?v=3.11") format("woff2"),
       url("../fonts/Inter-Regular.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Italic.woff2?v=3.11") format("woff2"),
       url("../fonts/Inter-Italic.woff?v=3.11") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2?v=3.11") format("woff2"),
       url("../fonts/Inter-Medium.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-MediumItalic.woff2?v=3.11") format("woff2"),
       url("../fonts/Inter-MediumItalic.woff?v=3.11") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2?v=3.11") format("woff2"),
       url("../fonts/Inter-SemiBold.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBoldItalic.woff2?v=3.11") format("woff2"),
       url("../fonts/Inter-SemiBoldItalic.woff?v=3.11") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2?v=3.11") format("woff2"),
       url("../fonts/Inter-Bold.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-BoldItalic.woff2?v=3.11") format("woff2"),
       url("../fonts/Inter-BoldItalic.woff?v=3.11") format("woff");
}
body { -webkit-font-smoothing: subpixel-antialiased; font-size: 18px; font-family: 'Inter', sans-serif; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { margin-top: 0; color: #081A2D; font-family: 'sofia-pro', sans-serif; font-weight: 600; }
h1, .h1 { font-size: 70px; line-height: 76px; margin-bottom: 40px; letter-spacing: -1.1px; }
h2, .h2 { font-size: 60px; line-height: 1; margin-bottom: 40px; }
h3, .h3 { font-size: 50px; line-height: 1; margin-bottom: 40px; }
h4, .h4 { font-size: 36px; font-weight: 300; line-height: 1; }
h5, .h5 { font-size: 22px; font-weight: 500; line-height: 28px; margin-bottom: 20px; }
p { margin-bottom: 20px; }
img { max-width: 100%; height: auto; }
blockquote { margin-left: 20px; border-width: 2px; }
ul { padding-left: 15px; }
a { font-weight: 700; color: #f86526; }
a:hover { text-decoration: none; color: #E03512; }

/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
	margin: 0 0 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 5px;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
a img.alignnone {
	margin: 0 0 20px;
}
a img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	text-align: center;
	/*padding: 5px 0 10px;*/
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
}
.wp-caption.alignnone {
	margin: 0 0 40px;
}
.wp-caption.alignleft {
	margin: 0 40px 40px 0;
}
.wp-caption.alignright {
	margin: 0 0 40px 40px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	border: 0 none;
	max-width: 98.5%;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	font-size: 11px;
	padding: 0 0 5px;
	line-height: 17px;
}
.wp-caption-text {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 17px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
