/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* inter-regular - latin */
@font-face {
	font-display: swap !important; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/inter-v12-latin-regular.eot'); /* IE9 Compat Modes */
	src: url('fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/inter-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/inter-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/inter-v12-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
  }
  /* inter-500 - latin */
  @font-face {
	font-display: swap !important; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/inter-v12-latin-500.eot'); /* IE9 Compat Modes */
	src: url('fonts/inter-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/inter-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/inter-v12-latin-500.woff') format('woff'), /* Modern Browsers */
		 url('fonts/inter-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/inter-v12-latin-500.svg#Inter') format('svg'); /* Legacy iOS */
  }
  /* inter-600 - latin */
  @font-face {
	font-display: swap !important; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/inter-v12-latin-600.eot'); /* IE9 Compat Modes */
	src: url('fonts/inter-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/inter-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/inter-v12-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('fonts/inter-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/inter-v12-latin-600.svg#Inter') format('svg'); /* Legacy iOS */
  }
  /* inter-700 - latin */
  @font-face {
	font-display: swap !important; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/inter-v12-latin-700.eot'); /* IE9 Compat Modes */
	src: url('fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/inter-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/inter-v12-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('fonts/inter-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/inter-v12-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
  }



/* Fonts*/

.display-2-xl-regular {
	font-size: 72px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 90px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-2-xl-medium {
	font-size: 72px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 90px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-2-xl-semibold {
	font-size: 72px !important;
	font-family: "Inter";
	font-weight: 600;
	font-style: normal;
	line-height: 90px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-2-xl-bold {
	font-size: 72px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 90px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-xl-regular {
	font-size: 60px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 72px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-xl-medium {
	font-size: 60px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 72px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-xl-semibold {
	font-size: 60px;
	font-family: "Inter";
	font-weight: 600;
	font-style: normal;
	line-height: 4.5rem;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-xl-bold {
	font-size: 60px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 72px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-lg-regular {
	font-size: 48px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 56px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-lg-medium {
	font-size: 48px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 56px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-lg-semibold {
	font-size: 48px;
	font-family: "Inter";
	font-weight: 600;
	font-style: normal;
	line-height: 56px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-lg-bold {
	font-size: 48px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 56px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-md-regular {
	font-size: 36px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 44px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-md-medium {
	font-size: 36px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 44px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-md-semibold {
	font-size: 36px;
	font-family: "Inter";
	font-weight: 600;
	font-style: normal;
	line-height: 44px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-md-bold {
	font-size: 36px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 44px;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-transform: none;
}
.display-sm-regular {
	font-size: 30px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 38px;
	text-decoration: none;
	text-transform: none;
}
.display-sm-medium {
	font-size: 30px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 38px;
	text-decoration: none;
	text-transform: none;
}
.display-sm-semibold {
	font-size: 30px;
	font-family: "Inter";
	font-weight: 600;
	font-style: normal;
	line-height: 38px;
	text-decoration: none;
	text-transform: none;
}

.display-sm-bold {
	font-size: 30px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 38px;
	text-decoration: none;
	text-transform: none;
}
.display-sm-medium-italic {
	font-size: 30px;
	font-family: "Inter";
	font-weight: 500;
	font-style: italic;
	line-height: 44px;
	text-decoration: none;
	text-transform: none;
}
.display-xs-regular {
	font-size: 24px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 32px;
	text-decoration: none;
	text-transform: none;
}
.display-xs-medium {
	font-size: 24px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 32px;
	text-decoration: none;
	text-transform: none;
}
.display-xs-semibold, h3.display-xs-semibold, h4.display-xs-semibold {
	font-size: 24px !important;
	font-family: "Inter";
	font-weight: 600;
	font-style: normal;
	line-height: 32px !important;
	text-decoration: none;
	text-transform: none;
}
.display-xs-bold {
	font-size: 24px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 32px;
	text-decoration: none;
	text-transform: none;
}
.display-xs-medium-italic {
	font-size: 24px;
	font-family: "Inter";
	font-weight: 500;
	font-style: italic;
	line-height: 36px;
	text-decoration: none;
	text-transform: none;
}
.text-xl-regular {
	font-size: 20px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
}
.text-xl-medium {
	font-size: 20px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
}
.text-xl-semibold {
	font-size: 20px;
	font-family: "Inter";
	font-weight: 600;
	font-style: normal;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
}
.text-xl-bold {
	font-size: 20px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
}
.text-xl-regular-italic {
	font-size: 20px;
	font-family: "Inter";
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
}
.text-xl-medium-italic {
	font-size: 20px;
	font-family: "Inter";
	font-weight: 500;
	font-style: italic;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
}
.text-xl-semibold-italic {
	font-size: 20px;
	font-family: "Inter";
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
}
.text-xl-bold-italic {
	font-size: 20px;
	font-family: "Inter";
	font-weight: 700;
	font-style: italic;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
}
.text-xl-regular-underlined {
	font-size: 20px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
	text-decoration: underline;
	text-transform: none;
}
.text-lg-regular {
	font-size: 18px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 28px;
	text-decoration: none;
	text-transform: none;
}
.text-lg-medium {
	font-size: 18px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 28px;
	text-decoration: none;
	text-transform: none;
}
.text-lg-semibold {
	font-size: 18px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 28px;
	text-decoration: none;
	text-transform: none;
}
.text-lg-bold {
	font-size: 18px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 28px;
	text-decoration: none;
	text-transform: none;
}
.text-lg-regular-italic {
	font-size: 18px;
	font-family: "Inter";
	font-weight: 400;
	font-style: italic;
	line-height: 28px;
	text-decoration: none;
	text-transform: none;
}
.text-lg-medium-italic {
	font-size: 18px;
	font-family: "Inter";
	font-weight: 500;
	font-style: italic;
	line-height: 28px;
	text-decoration: none;
	text-transform: none;
}
.text-lg-semibold-italic {
	font-size: 18px;
	font-family: "Inter";
	font-weight: 400;
	font-style: italic;
	line-height: 28px;
	text-decoration: none;
	text-transform: none;
}
.text-lg-bold-italic {
	font-size: 18px;
	font-family: "Inter";
	font-weight: 700;
	font-style: italic;
	line-height: 28px;
	text-decoration: none;
	text-transform: none;
}
.text-lg-regular-underlined {
	font-size: 18px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 28px;
	text-decoration: underline;
	text-transform: none;
}
.text-lg-medium-underlined {
	font-size: 18px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 28px;
	text-decoration: underline;
	text-transform: none;
}
.text-md-regular {
	font-size: 16px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
}
.text-md-medium {
	font-size: 16px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
}
.text-md-semibold {
	font-size: 16px;
	font-family: "Inter";
	font-weight: 600;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
}
.text-md-bold {
	font-size: 16px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
}
.text-md-regular-italic {
	font-size: 16px;
	font-family: "Inter";
	font-weight: 400;
	font-style: italic;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
}
.text-md-medium-italic {
	font-size: 16px;
	font-family: "Inter";
	font-weight: 500;
	font-style: italic;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
}
.text-md-semibold-italic {
	font-size: 16px;
	font-family: "Inter";
	font-weight: 400;
	font-style: italic;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
}
.text-md-bold-italic {
	font-size: 16px;
	font-family: "Inter";
	font-weight: 700;
	font-style: italic;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
}
.text-md-regular-underlined {
	font-size: 16px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	text-decoration: underline;
	text-transform: none;
}
.text-md-medium-underlined {
	font-size: 16px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 24px;
	text-decoration: underline;
	text-transform: none;
}
.text-sm-regular {
	font-size: 14px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	text-transform: none;
}
.text-sm-medium {
	font-size: 14px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	text-transform: none;
}
.text-sm-semibold {
	font-size: 14px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	text-transform: none;
}
.text-sm-bold {
	font-size: 14px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	text-transform: none;
}
.text-sm-regular-underlined {
	font-size: 14px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	text-decoration: underline;
	text-transform: none;
}
.text-sm-medium-underlined {
	font-size: 14px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 20px;
	text-decoration: underline;
	text-transform: none;
}
.text-xs-regular {
	font-size: 12px;
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
	text-transform: none;
}
.text-xs-medium {
	font-size: 12px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
	text-transform: none;
}
.text-xs-semibold {
	font-size: 12px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
	text-transform: none;
}
.text-xs-bold {
	font-size: 12px;
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
	text-transform: none;
}


.legal-text-section
{
    padding-left: 20%;
    padding-right: 20%;
}

.legal-text-section h2 {
    color: var(--primary-300);
    margin-bottom: 16px;
    font-weight: 600;
}



.legal-text-section h4 {
    margin-bottom: 2.25rem;
    color: var(--gray200);
    font-size: 14px;
    font-size: 14px !important;
    font-family: "Inter";
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 12px;
}

.legal-text-section h3 {
		font-size: 24px;
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	line-height: 32px;
}

.legal-text-section p {
    margin-bottom: 2.25rem;
    color: var(--gray-400);
    font-size: 14px;
    font-size: 14px;
    font-family: "Inter";
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
}


.legal-text-section ul li{
    color: var(--gray-400);
    font-size: 14px;
    font-size: 14px;
    font-family: "Inter";
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
	margin-bottom: 12px
}


.legal-text-section a {
	color: var(--primary-400);
}

.legal-text-section a:hover {
	color: var(--primary-500);
}



/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

	.display-xl-semibold {
		font-size: 36px;
		line-height: 44px;
		letter-spacing: -0.02em;
}

.text-xl-regular, .text-xl-semibold {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 28px !important;

}
	  


.hero-left-clm {
	align-items: center !important;
}


.inside-header {
    padding: 20px 20px !important;
	  }}


	  @media (max-width: 768px) {
.has-inline-mobile-toggle .inside-header {
    flex-direction: row;
    text-align: left;
    flex-wrap: wrap;
}

.inside-header {
    padding: 20px 20px !important;
}

}
