/* 
@font-face {
    font-family: 'PP Editorial Old';
    src: 
    url('./asset/font/PPEditorialOld-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PP Editorial Old';
    src: 
    url('./asset/font/PPEditorialOld-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'PP Editorial Old';
    src: 
    url('./asset/font/PPEditorialOld-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} */

@font-face {
    font-family: 'PP Editorial Old';
    src: 
    url('./asset/font/PPEditorialOld-MediumItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'TT Commons';
    src: url('./asset/font/TTCommons-Regular.eot');
    src: url('./asset/font/TTCommons-Regular.eot?#iefix') format('embedded-opentype'),
    url('./asset/font/TTCommons-Regular.woff') format('woff'),
    url('./asset/font/TTCommons-Regular.woff2') format('woff2'),
    url('./asset/font/TTCommons-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'TT Commons';
    src: url('./asset/font/TTCommons-Medium.eot');
    src: url('./asset/font/TTCommons-Medium.eot?#iefix') format('embedded-opentype'),
    url('./asset/font/TTCommons-Medium.woff') format('woff'),
    url('./asset/font/TTCommons-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/* @font-face {
    font-family: 'TT Commons';
    src: url('./asset/font/TTCommons-DemiBold.eot');
    src: url('./asset/font/TTCommons-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('./asset/font/TTCommons-DemiBold.woff') format('woff'),
    url('./asset/font/TTCommons-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'GT Sectra Display';
    src: url('./asset/font/GT-Sectra-Display-Medium.eot');
    src: url('./asset/font/GT-Sectra-Display-Medium.eot?#iefix') format('embedded-opentype'),
    url('./asset/font/GT-Sectra-Display-Medium.woff') format('woff'),
    url('./asset/font/GT-Sectra-Display-Medium.woff2') format('woff2'),
    url('./asset/font/GT-Sectra-Display-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GT Sectra Display';
    src: url('./asset/font/GT-Sectra-Display-Medium-Italic.eot');
    src: url('./asset/font/GT-Sectra-Display-Medium-Italic.eot?#iefix') format('embedded-opentype'),
    url('./asset/font/GT-Sectra-Display-Medium-Italic.woff') format('woff'),
    url('./asset/font/GT-Sectra-Display-Medium-Italic.woff2') format('woff2'),
    url('./asset/font/GT-Sectra-Display-Medium-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
} */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
 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;
     vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
 body {
     line-height: 1;
}
 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;
}

 html {
     font-size: 18px;
     font-weight: 400;
}
 body {
     overflow-x: hidden;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
}
main > section > div, main > div {
    margin-left: auto;
    margin-right: auto
}
 /* div {
     margin-left: auto;
     margin-right: auto;
} */
 section {
     /* padding-top: 10%; */
     /* padding-bottom: 6%; */
}
 figcaption, .grid, footer > p, .col-container, .general-container {
     position: relative;
     display: block;
     width: calc(100% - 160px);
     max-width: 1440px;
     margin-left: auto;
     margin-right: auto;
}
 .col-container > figure > figcaption {
     width: 100%;
}

 .grid {
     position: fixed;
     height: 100%;
     top:0;
     right: 0;
     left: 0;
     margin-top: 0;
     margin-bottom: 0;
     box-sizing: border-box;
     border-left: 1px solid #f1f1f1;
     margin-left: auto;
     margin-right: auto;
    /*Fallback*/
     border-left: 1px solid rgba(0,0,0,0.05);
     border-right: 1px solid #f1f1f1;
    /*Fallback*/
     border-right: 1px solid rgba(0,0,0,0.05);
     z-index: 1;
     pointer-events: none;
}
 .column {
     float: left;
     width: calc((100% - (2% * 11)) / 12);
     height: 100%;
     margin-right: 2%;
     margin-top: 0;
     margin-bottom: 0;
     box-sizing: border-box;
}
 .column:last-child {
     margin-right:0;
}
 video, img {
     width: 100%;
     display: block;
}

 a {
     color: #1a2634;
     cursor: pointer;
     position: relative;
     /* -webkit-transition: color 0.35s;
     -moz-transition: color 0.35s;
     -o-transition: color 0.35s;
     transition: color 0.35s; */
     text-decoration: none;
}
 #home {
     position: absolute;
     /* font-size: .85rem; */
     font-size: 1rem;
     line-height: 1.3em;
     left: 0;
     text-transform: uppercase;
     letter-spacing: .05em;
}

 h1, h2, h3, h4, h5, h6 {
     line-height: 1.4em;
     display: block;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 h1 {
     color:#1a2634;
     font-size: 2.6rem;
}
 h2 {
     font-size: 1.85rem;
     letter-spacing: 0;
     text-transform: none;
}
 h3 {
     font-size: 1.85rem;
     color: #6F757B;
}
 h4 {
     font-size: 1.85rem;
     color: #6F757B;
}
 h5 {
     /* font-size: .85rem; */
     font-size: 1rem;
     line-height:1.3em;
     color: #6F757B;
}
 h6 {
     /* font-size: .85rem; */
     font-size: 1rem;
     line-height:1.3em;
     color: #6F757B;
}
 p, li, 
 h4 {
     font-family: 'TT Commons', sans-serif;
     letter-spacing: -0.01em;
     font-size: 1rem;
     line-height: 1.3em;
     color: #1a2634;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 
/* Color */
 .color-shade-10 {
     color: #000;
}
 .color-shade-06 {
     color: #6F757B;
}
 .color-shade-04 {
     color: #6F757B;
}
 .color-shade-00 {
     color: #fff;
}

/* Columns! */
 .col-container {
     overflow: hidden;
}
 .flex {
     display: flex;
     align-items: center;
 }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-10, .col-1-enforce, .col-2-enforce, .col-3-enforce, .col-4-enforce, .col-5-enforce, .col-6-enforce, .col-7-enforce, .col-8-enforce, .col-10-enforce {
     margin-right: 2%;
     float: left;
}
.col-1:last-of-type, .col-2:last-of-type, .col-3:last-of-type, .col-4:last-of-type, .col-5:last-of-type, .col-6:last-of-type, .col-7:last-of-type, .col-8:last-of-type, .col-10:last-of-type, .col-1-enforce:last-of-type, .col-2-enforce:last-of-type, .col-3-enforce:last-of-type, .col-4-enforce:last-of-type, .col-5-enforce:last-of-type, .col-6-enforce:last-of-type, .col-7-enforce:last-of-type, .col-8-enforce:last-of-type, .col-10-enforce:last-of-type {
    margin-right: 0;
}
 .col-1, .col-1-enforce {
    width: 6.5%;
 }
 .col-2, .col-2-enforce {
    width: 15%;
 }
 .col-3, .col-3-enforce {
     width: 23.5%;
}
 .col-4, .col-4-enforce {
     width: 32%;
}
 .col-5, .col-5-enforce {
     width: 40.5%;
}
 .col-6, .col-6-enforce {
     width: 49%;
}
 .col-7, .col-7-enforce {
     width: 57.5%;
}
 .col-8, .col-8-enforce {
     width: 66%;
}
 .col-9 {
    width: 74.5%;
}
.col-9.enforce {
    width: 74.5%
}
.col-10, .col-10-enforce {
    width: 83%;
}
 .col-align-center {
     float: unset;
}
figure, .col-align-center {
     margin-bottom: 4rem;
}
header ul {
    position: fixed;
    right: 0;
    display: block;
    z-index: 0;
    padding: 1.5em 0;
}
header#v ul {
    bottom: 40px;
    right: 80px;
}
header li {
    font-size: 1rem;
    display: flex;
    justify-content: end;
}
header li a {
    display: flex;
    flex-direction: row;
}
header li img {
    width: 1rem;
    margin-left: .25rem;
}
.col-margin-left-2:last-of-type, .col-margin-left-2, .col-margin-left-2-enforce:last-of-type, .col-margin-left-2-enforce {
    margin-left: 17%;
    float: left;
}
.col-margin-left-1:last-of-type, .col-margin-left-1, .col-margin-left-1-enforce:last-of-type, .col-margin-left-1-enforce {
    margin-left: 8.5%;
    float: left;
}
 body {
	opacity: 0;
	visibility: hidden;
 }
 @media screen and (min-width: 1681px) {
	html {
		font-size: 18px;
	}
 }
 @media screen and (max-width: 1280px) {
    html {
        font-size: 16px;
   }
}
/* Smallest screen to 1024px */
 @media screen and (max-width: 1024px) {
     html {
         font-size: 16px;
    }
     .col-4, .col:last-of-type {
         /* float: unset; */
         /* margin-left: auto;
         margin-right: auto; */
    }
}
/* Smallest screen to 860px */
 @media screen and (max-width: 860px) {
     html {
         font-size: 14px;
    }
    .col-margin-left-1, .col-margin-left-1:last-of-type, 
    .col-margin-left-2:last-of-type, .col-margin-left-2 {
        margin-left: 0;
    }
    .col-8 {
        width: 100%;
   }
    .col-5, .col-6, section, p, h1, h2, h3, h4, h5, h6, figcaption {
         width: 100%;
         margin-left: 0;
         margin-right: 0;
    }
     .col-container.flex {
         flex-direction: column;
     }
     .col-4 {
        width: 100%;
        margin: 0;
    }
    .col-3 {
        width: 66%;
    }
}
/* Smallest screen to 767px */
 @media screen and (max-width: 767px) {
     html {
         font-size: 14px;
    }
     div.col-container, .general-container {
         width: 90%;
         margin: 0 5%;
    }
     .grid {
         width: 90%;
         margin-left: 5%;
         margin-right: 5%;
    }
     h1, p {
         margin-left: 0;
         margin-right: 0;
    }
     .col-align-center {
         width:90%;
         margin-top: 5%;
         margin-left: 5%;
         margin-right: 5%;
    }

}
header {
    position: fixed;
    top:0 ;
    z-index: 5;
    visibility: none;
    padding: 1rem 0;
    width: 100%;
}
header > div {
    text-align: right;
}
header > div > svg {
    margin-left: 2rem;
}
header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
/* Added in 2022 */
a.link {
	font-family:'TT Commons', sans-serif;
    letter-spacing: -0.01em;
}
a:hover {
	color: #004DFD;
}
header span > a, ul li > a, ul li > span {
    line-height: 2rem;
    padding: 1rem;
}
header#v {
	position: fixed;
	top: 0;
    right: 0;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
header#v a {
	display: flex;
}
header#v > span {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 80px;
	right: 80px;
	bottom: 29px;
	transform-origin: 100% 100%;
	transform: rotate(90deg);
	z-index: 5;
}
header span > a::after {
    content: "";
    background-color: #1a2634;
    width: 1px;
    height: .5em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
header span > a:last-of-type::after {
    display: none;
}
header#h > div.general-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
	width: 1.6rem;
	display: inline-block;
    border-radius: 2px;
}
header#h {visibility: hidden;}
header#v {visibility: visible;}
/* 1921px and up */
@media screen and (min-width: 1921px) {
}
/* Smallest screen to 767px */
@media screen and (max-width: 767px) {
	#introduction {
		margin-left: 5%;
	}
	header#h {visibility: visible;}
	header#v {visibility: hidden;}
    a.link {font-size:1.2rem;}
}
/* Smallest screen to 360px */
@media screen and (max-width: 360px) {
	header#h {visibility: visible;}
	header#v {visibility: hidden;}
}

/* Transport over template styles */
/* Title section start */
#intro-image {
    width: 100%;
    margin-top: 0;
    min-height: 480px;
    overflow: hidden;
}
#intro-title {
    background-color: #d39292;
}
#intro-title > h1, #intro-title > p:last-of-type {
    width: calc(100% - 160px);
    max-width: 1440px;
}
#intro-title > h1 {
    margin: auto;
    padding-bottom: 3rem;
    font-size: 2.6rem;
}
#intro-title > p {
    margin: auto;
    padding-top: 100px;
}
/* Title section end */
/* Typography start */
/* Template specific typography start */
.style-sub-title {
    font-family:'TT Commons', serif;
    letter-spacing: -0.01em;
     font-weight: 400;
}
/* Template specific typography end */
/* Typography! */
.align-center {
    text-align: center;
}
.style-accent-label {
   font-family: 'TT Commons';
   letter-spacing: -0.01em;
   font-weight: 500;
   font-size: 1.4rem;
}
.style-accent-title {
    font-size: 2rem;
    text-transform: capitalize;
    margin-bottom: 0.35em;
    color: #000e1e;
}
.style-accent {
    font-family: 'TT Commons';
    letter-spacing: -0.01em;
    font-weight: 500;
    font-size: 2rem;
    color: #000e1e;
}
.style-accent-line {
    font-size: 1.8rem;
    color: #1a2634;
}
.style-sub-title {
   font-size: 1rem;
   color: #6F757B;
}
.style-label {
    font-weight: 500;
    margin-right: .5em;
}
.style-locked {
     pointer-events: none;
}
.style-locked > a.list {
    color: #CCCFD2;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
}
h1 {
    color:#1a2634;
    font-size: 2.6rem;
}
h2 {
    font-size: 1.8rem;
    letter-spacing: 0;
    text-transform: none;
}
h3 {
    font-size: 1.8rem;
    color: #666E78;
}
h4 {
    font-size: 1.8rem;
    color: #6F757B;
}
h5 {
    font-size: 1rem;
    color: #6F757B;
}
h6 {
    font-size: 1rem;
    color: #6F757B;
}
ul {
    margin-top: 2rem;
}
p, ul.style-list > li, ul, li {
    font-size: 1.4rem;
}
ul span.style-number {
   width: 10px;
   height: 10px;
   padding: 15px;
   margin-right: 1.4rem;
   color: white;
   line-height: 0;
   font-weight: 700;
   background-color: #CCCFD2;
   border-radius: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
}
a, figcaption {
    font-size: 1rem;
}
ul.style-list > li {
    position: relative;
    margin-left: 2.4rem;
}
ul.style-list > li:before {
    content: '';
    width: 4px;
    background-color: #000e1e;
    height: 4px;
    position: absolute;
    left: -2.4rem;
    top: 15px;
}
figcaption {
    margin-top: 1em;
    color: #1a2634;
}
.footer > p, footer > p {
    font-size: 1rem;
    color: #6F757B;
}
/* Color */
.color-shade-10 {
    color: #000;
}
.color-shade-06 {
    color: #666E78;
}
.color-shade-04 {
    color: #6F757B;
}
.color-shade-00 {
    color: #fff;
}
/* Typography end */
/* Typography override start */
    .style-large {
        font-size:1.4rem;
    }
    .style-medium {
        font-size: 1.2rem;
    }
    .style-small {
        /* font-size: .85rem; */
        font-size: 1rem;
        margin: 0.35em 0;
    }
/* Typography override end */

/* BG color start */
.light-shaded-bg {
    background-color: #f7fafd;
}
.medium-shaded-bg {
    background-color: #e7eaed;
}
.dark-shaded-bg {
    background-color: #000e1e;
}
/* BG color end */
/* More stylistic items start */
.box-container {
    box-sizing: border-box;
    border-radius: 8px;
    padding: 1em;
}
/* More stylistic items end */
/* Style specific to pages start */

body {
    background-color: #f7fafd;
}
h1 {
    font-family: 'PP Editorial Old';
    letter-spacing: -0.025em;
    font-size: 2rem;
    margin-bottom: 0;
}
h2 {
    font-family: 'PP Editorial Old';
    letter-spacing: -0.025em;
    font-size: 1.85rem;
    margin-bottom: .2rem;
}
.grid > .column {
    box-sizing: border-box;
    /* border: 1px solid rgba(225, 0, 0, .2); */
}
.local {
    color: #004DFD;
    pointer-events: none;
}
section div.col-container {
    box-sizing:border-box;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
 }
p.label, span.label {
    font-weight: 600;
 }
.col-container {
    align-items: flex-start;
 }
.col-1 {
    margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
    .col-4 {
        width: 49%;
        margin-left: auto;
        margin-right: auto;
    }
    .col-1 {
        width: 11%;
    }
}
@media screen and (max-width: 767px) {
    .col-1 {
        visibility: hidden;
    }
}
.flex-row {
display:flex;
align-items: flex-start;
flex-direction:row;
overflow: hidden;
}
figure {
border-radius: 8px;
overflow: hidden;
margin-bottom: 2%;
}
.style-pills {
/* font-size: 0.85rem; */
font-size: 1rem;
display: inline-block;
padding: 0.4em 0.75em 0.1em 0.75em;
margin: 0 0.1em 0.35em 0;
background-color: #e7eaed;
border-radius: 1em;
width: auto;
}
/* Style specific to pages end */

/* Dark mode override start */
html, body.style-dark {
    /* background-color: #131415; */
}
body.style-dark .light-shaded-bg {
    background-color: #676869;
}
body.style-dark .medium-shaded-bg {
    background-color: #343436;
}
body.style-dark p.style-pills {
    color: #131415;
    background-color: #919293;
}
.light-switch {
    cursor: pointer;
}
body.style-dark p, body.style-dark li, body.style-dark a, body.style-dark h1{
    color: #fff;
}
body.style-dark a:hover, body.style-dark a.local {
    color: #004DFD;
}
.grid {
    border-left: 1px solid #919293;
     margin-left: auto;
     margin-right: auto;
    /*Fallback*/
     border-left: 1px solid rgba(225,225,225,0.05);
     border-right: 1px solid #919293;
    /*Fallback*/
     border-right: 1px solid rgba(225,225,225,0.05);
}
body.style-dark .color-shade-10 {
    color: #fff;
}
body.style-dark .color-shade-06 {
    color: #6F757B;
}
body.style-dark .color-shade-04 {
    color: #6F757B;
}
body.style-dark .color-shade-00 {
    color: #131415;
}
body.style-dark a.image-target {
    background-color: #343536;
    border: 1px solid rgba(225,225,225,0.4); 
}

/* Dark mode override end */