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, select, input, button, textarea,
dl, dt, dd,
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, ul, ol, li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  font-size: inherit;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

html {
  margin: 0 !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.flex {
  display: flex;
}
.flex > * {
  position: relative;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.wrap {
  flex-flow: row wrap;
}
.flex.flex-center {
  align-items: center;
}
.flex.flex-bottom {
  align-items: flex-end;
}
.flex.flex-text-center {
  justify-content: center;
}
.flex.flex-text-right {
  justify-content: flex-end;
}
.flex .flex-item-right {
  margin-left: auto !important;
}
.flex .flex-item-left {
  margin-right: auto !important;
}
.flex .flex-1 {
  flex: 1;
}
.flex .flex-2 {
  flex: 2;
}
.flex .flex-3 {
  flex: 3;
}
.flex .flex-4 {
  flex: 4;
}
.flex .flex-5 {
  flex: 5;
}
.flex .flex-6 {
  flex: 6;
}
.flex .flex-7 {
  flex: 7;
}
.flex .flex-8 {
  flex: 8;
}
.flex .flex-9 {
  flex: 9;
}
.flex .flex-10 {
  flex: 10;
}
.flex.fixed-columns-count {
  flex-wrap: wrap;
}
.flex.fixed-columns-count > * {
  width: calc( ( 100% - ( var(--bleed) * 2 * var(--columns-count) ) ) / var(--columns-count) );
  max-width: calc( ( 100% - ( var(--bleed) * 2 * var(--columns-count) ) ) / var(--columns-count) );
  min-width: calc( ( 100% - ( var(--bleed) * 2 * var(--columns-count) ) ) / var(--columns-count) );
}
.flex.fixed-columns-count.bleed {
  margin-left: calc( var(--bleed) * -1 );
  margin-right: calc( var(--bleed) * -1 );
}
.flex.fixed-columns-count.bleed > *:first-child {
  margin-left: var(--bleed);
}
.flex.fixed-columns-count.bleed > *:last-child {
  margin-right: var(--bleed);
}
.flex.bleed > * {
  margin-left: var(--bleed);
  margin-right: var(--bleed);
}
.flex.bleed > *:first-child {
  margin-left: 0;
}
.flex.bleed > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1660px) {
  .flex.break-laptop {
    flex-direction: column;
  }
  .flex.break-laptop.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-laptop.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-laptop.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-laptop.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1280px) {
  .flex.break-tablet {
    flex-direction: column;
  }
  .flex.break-tablet.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-tablet.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-tablet.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-tablet.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
  .flex.break-mobile {
    flex-direction: column;
  }
  .flex.break-mobile.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-mobile.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-mobile.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-mobile.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-SemiBold.eot");
  src: url("fonts/OpenSansCondensed-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansCondensed-SemiBold.woff2") format("woff2"), url("fonts/OpenSansCondensed-SemiBold.woff") format("woff"), url("fonts/OpenSansCondensed-SemiBold.ttf") format("truetype"), url("fonts/OpenSansCondensed-SemiBold.svg#OpenSansCondensed-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-Light.eot");
  src: url("fonts/OpenSansCondensed-Light.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansCondensed-Light.woff2") format("woff2"), url("fonts/OpenSansCondensed-Light.woff") format("woff"), url("fonts/OpenSansCondensed-Light.ttf") format("truetype"), url("fonts/OpenSansCondensed-Light.svg#OpenSansCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-LightItalic.eot");
  src: url("fonts/OpenSansSemiCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiCondensed-LightItalic.woff2") format("woff2"), url("fonts/OpenSansSemiCondensed-LightItalic.woff") format("woff"), url("fonts/OpenSansSemiCondensed-LightItalic.ttf") format("truetype"), url("fonts/OpenSansSemiCondensed-LightItalic.svg#OpenSansSemiCondensed-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-ExtraBold.eot");
  src: url("fonts/OpenSansCondensed-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansCondensed-ExtraBold.woff2") format("woff2"), url("fonts/OpenSansCondensed-ExtraBold.woff") format("woff"), url("fonts/OpenSansCondensed-ExtraBold.ttf") format("truetype"), url("fonts/OpenSansCondensed-ExtraBold.svg#OpenSansCondensed-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-SemiBoldItalic.eot");
  src: url("fonts/OpenSansCondensed-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansCondensed-SemiBoldItalic.woff2") format("woff2"), url("fonts/OpenSansCondensed-SemiBoldItalic.woff") format("woff"), url("fonts/OpenSansCondensed-SemiBoldItalic.ttf") format("truetype"), url("fonts/OpenSansCondensed-SemiBoldItalic.svg#OpenSansCondensed-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-Bold.eot");
  src: url("fonts/OpenSansCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansCondensed-Bold.woff2") format("woff2"), url("fonts/OpenSansCondensed-Bold.woff") format("woff"), url("fonts/OpenSansCondensed-Bold.ttf") format("truetype"), url("fonts/OpenSansCondensed-Bold.svg#OpenSansCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-ExtraBold.eot");
  src: url("fonts/OpenSansSemiCondensed-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiCondensed-ExtraBold.woff2") format("woff2"), url("fonts/OpenSansSemiCondensed-ExtraBold.woff") format("woff"), url("fonts/OpenSansSemiCondensed-ExtraBold.ttf") format("truetype"), url("fonts/OpenSansSemiCondensed-ExtraBold.svg#OpenSansSemiCondensed-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-LightItalic.eot");
  src: url("fonts/OpenSansCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansCondensed-LightItalic.woff2") format("woff2"), url("fonts/OpenSansCondensed-LightItalic.woff") format("woff"), url("fonts/OpenSansCondensed-LightItalic.ttf") format("truetype"), url("fonts/OpenSansCondensed-LightItalic.svg#OpenSansCondensed-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-Italic.eot");
  src: url("fonts/OpenSansSemiCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiCondensed-Italic.woff2") format("woff2"), url("fonts/OpenSansSemiCondensed-Italic.woff") format("woff"), url("fonts/OpenSansSemiCondensed-Italic.ttf") format("truetype"), url("fonts/OpenSansSemiCondensed-Italic.svg#OpenSansSemiCondensed-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-BoldItalic.eot");
  src: url("fonts/OpenSansCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansCondensed-BoldItalic.woff2") format("woff2"), url("fonts/OpenSansCondensed-BoldItalic.woff") format("woff"), url("fonts/OpenSansCondensed-BoldItalic.ttf") format("truetype"), url("fonts/OpenSansCondensed-BoldItalic.svg#OpenSansCondensed-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-MediumItalic.eot");
  src: url("fonts/OpenSansSemiCondensed-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiCondensed-MediumItalic.woff2") format("woff2"), url("fonts/OpenSansSemiCondensed-MediumItalic.woff") format("woff"), url("fonts/OpenSansSemiCondensed-MediumItalic.ttf") format("truetype"), url("fonts/OpenSansSemiCondensed-MediumItalic.svg#OpenSansSemiCondensed-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-ExtraBoldItalic.eot");
  src: url("fonts/OpenSansCondensed-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansCondensed-ExtraBoldItalic.woff2") format("woff2"), url("fonts/OpenSansCondensed-ExtraBoldItalic.woff") format("woff"), url("fonts/OpenSansCondensed-ExtraBoldItalic.ttf") format("truetype"), url("fonts/OpenSansCondensed-ExtraBoldItalic.svg#OpenSansCondensed-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-MediumItalic.eot");
  src: url("fonts/OpenSansCondensed-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansCondensed-MediumItalic.woff2") format("woff2"), url("fonts/OpenSansCondensed-MediumItalic.woff") format("woff"), url("fonts/OpenSansCondensed-MediumItalic.ttf") format("truetype"), url("fonts/OpenSansCondensed-MediumItalic.svg#OpenSansCondensed-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-SemiBold.eot");
  src: url("fonts/OpenSansSemiCondensed-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiCondensed-SemiBold.woff2") format("woff2"), url("fonts/OpenSansSemiCondensed-SemiBold.woff") format("woff"), url("fonts/OpenSansSemiCondensed-SemiBold.ttf") format("truetype"), url("fonts/OpenSansSemiCondensed-SemiBold.svg#OpenSansSemiCondensed-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-BoldItalic.eot");
  src: url("fonts/OpenSansSemiCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiCondensed-BoldItalic.woff2") format("woff2"), url("fonts/OpenSansSemiCondensed-BoldItalic.woff") format("woff"), url("fonts/OpenSansSemiCondensed-BoldItalic.ttf") format("truetype"), url("fonts/OpenSansSemiCondensed-BoldItalic.svg#OpenSansSemiCondensed-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-Light.eot");
  src: url("fonts/OpenSansSemiCondensed-Light.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiCondensed-Light.woff2") format("woff2"), url("fonts/OpenSansSemiCondensed-Light.woff") format("woff"), url("fonts/OpenSansSemiCondensed-Light.ttf") format("truetype"), url("fonts/OpenSansSemiCondensed-Light.svg#OpenSansSemiCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-Regular.eot");
  src: url("fonts/OpenSansCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansCondensed-Regular.woff2") format("woff2"), url("fonts/OpenSansCondensed-Regular.woff") format("woff"), url("fonts/OpenSansCondensed-Regular.ttf") format("truetype"), url("fonts/OpenSansCondensed-Regular.svg#OpenSansCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-ExtraBoldItalic.eot");
  src: url("fonts/OpenSansSemiCondensed-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiCondensed-ExtraBoldItalic.woff2") format("woff2"), url("fonts/OpenSansSemiCondensed-ExtraBoldItalic.woff") format("woff"), url("fonts/OpenSansSemiCondensed-ExtraBoldItalic.ttf") format("truetype"), url("fonts/OpenSansSemiCondensed-ExtraBoldItalic.svg#OpenSansSemiCondensed-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-Medium.eot");
  src: url("fonts/OpenSansCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansCondensed-Medium.woff2") format("woff2"), url("fonts/OpenSansCondensed-Medium.woff") format("woff"), url("fonts/OpenSansCondensed-Medium.ttf") format("truetype"), url("fonts/OpenSansCondensed-Medium.svg#OpenSansCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-Bold.eot");
  src: url("fonts/OpenSansSemiCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiCondensed-Bold.woff2") format("woff2"), url("fonts/OpenSansSemiCondensed-Bold.woff") format("woff"), url("fonts/OpenSansSemiCondensed-Bold.ttf") format("truetype"), url("fonts/OpenSansSemiCondensed-Bold.svg#OpenSansSemiCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-SemiBoldItalic.eot");
  src: url("fonts/OpenSansSemiCondensed-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiCondensed-SemiBoldItalic.woff2") format("woff2"), url("fonts/OpenSansSemiCondensed-SemiBoldItalic.woff") format("woff"), url("fonts/OpenSansSemiCondensed-SemiBoldItalic.ttf") format("truetype"), url("fonts/OpenSansSemiCondensed-SemiBoldItalic.svg#OpenSansSemiCondensed-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-Italic.eot");
  src: url("fonts/OpenSansCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansCondensed-Italic.woff2") format("woff2"), url("fonts/OpenSansCondensed-Italic.woff") format("woff"), url("fonts/OpenSansCondensed-Italic.ttf") format("truetype"), url("fonts/OpenSansCondensed-Italic.svg#OpenSansCondensed-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-Regular.eot");
  src: url("fonts/OpenSansSemiCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiCondensed-Regular.woff2") format("woff2"), url("fonts/OpenSansSemiCondensed-Regular.woff") format("woff"), url("fonts/OpenSansSemiCondensed-Regular.ttf") format("truetype"), url("fonts/OpenSansSemiCondensed-Regular.svg#OpenSansSemiCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-Medium.eot");
  src: url("fonts/OpenSansSemiCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiCondensed-Medium.woff2") format("woff2"), url("fonts/OpenSansSemiCondensed-Medium.woff") format("woff"), url("fonts/OpenSansSemiCondensed-Medium.ttf") format("truetype"), url("fonts/OpenSansSemiCondensed-Medium.svg#OpenSansSemiCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-BoldItalic.eot");
  src: url("fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("fonts/OpenSans-BoldItalic.woff") format("woff"), url("fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Bold.eot");
  src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype"), url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-ExtraBold.eot");
  src: url("fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold.woff") format("woff"), url("fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-SemiBoldItalic.eot");
  src: url("fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("fonts/OpenSans-SemiBoldItalic.ttf") format("truetype"), url("fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Light.eot");
  src: url("fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Light.woff2") format("woff2"), url("fonts/OpenSans-Light.woff") format("woff"), url("fonts/OpenSans-Light.ttf") format("truetype"), url("fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("fonts/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-MediumItalic.eot");
  src: url("fonts/OpenSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-MediumItalic.woff2") format("woff2"), url("fonts/OpenSans-MediumItalic.woff") format("woff"), url("fonts/OpenSans-MediumItalic.ttf") format("truetype"), url("fonts/OpenSans-MediumItalic.svg#OpenSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-SemiBold.eot");
  src: url("fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-SemiBold.woff2") format("woff2"), url("fonts/OpenSans-SemiBold.woff") format("woff"), url("fonts/OpenSans-SemiBold.ttf") format("truetype"), url("fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.eot");
  src: url("fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype"), url("fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-LightItalic.eot");
  src: url("fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-LightItalic.woff2") format("woff2"), url("fonts/OpenSans-LightItalic.woff") format("woff"), url("fonts/OpenSans-LightItalic.ttf") format("truetype"), url("fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Medium.eot");
  src: url("fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Medium.woff2") format("woff2"), url("fonts/OpenSans-Medium.woff") format("woff"), url("fonts/OpenSans-Medium.ttf") format("truetype"), url("fonts/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Italic.eot");
  src: url("fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Italic.woff2") format("woff2"), url("fonts/OpenSans-Italic.woff") format("woff"), url("fonts/OpenSans-Italic.ttf") format("truetype"), url("fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Black.eot");
  src: url("fonts/Poppins-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Black.woff2") format("woff2"), url("fonts/Poppins-Black.woff") format("woff"), url("fonts/Poppins-Black.ttf") format("truetype"), url("fonts/Poppins-Black.svg#Poppins-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBoldItalic.eot");
  src: url("fonts/Poppins-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("fonts/Poppins-ExtraBoldItalic.woff") format("woff"), url("fonts/Poppins-ExtraBoldItalic.ttf") format("truetype"), url("fonts/Poppins-ExtraBoldItalic.svg#Poppins-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-BoldItalic.eot");
  src: url("fonts/Poppins-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-BoldItalic.woff2") format("woff2"), url("fonts/Poppins-BoldItalic.woff") format("woff"), url("fonts/Poppins-BoldItalic.ttf") format("truetype"), url("fonts/Poppins-BoldItalic.svg#Poppins-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraLight.eot");
  src: url("fonts/Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-ExtraLight.woff2") format("woff2"), url("fonts/Poppins-ExtraLight.woff") format("woff"), url("fonts/Poppins-ExtraLight.ttf") format("truetype"), url("fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBold.eot");
  src: url("fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-ExtraBold.woff2") format("woff2"), url("fonts/Poppins-ExtraBold.woff") format("woff"), url("fonts/Poppins-ExtraBold.ttf") format("truetype"), url("fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.eot");
  src: url("fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Bold.woff2") format("woff2"), url("fonts/Poppins-Bold.woff") format("woff"), url("fonts/Poppins-Bold.ttf") format("truetype"), url("fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Italic.eot");
  src: url("fonts/Poppins-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Italic.woff2") format("woff2"), url("fonts/Poppins-Italic.woff") format("woff"), url("fonts/Poppins-Italic.ttf") format("truetype"), url("fonts/Poppins-Italic.svg#Poppins-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ThinItalic.eot");
  src: url("fonts/Poppins-ThinItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-ThinItalic.woff2") format("woff2"), url("fonts/Poppins-ThinItalic.woff") format("woff"), url("fonts/Poppins-ThinItalic.ttf") format("truetype"), url("fonts/Poppins-ThinItalic.svg#Poppins-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-LightItalic.eot");
  src: url("fonts/Poppins-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-LightItalic.woff2") format("woff2"), url("fonts/Poppins-LightItalic.woff") format("woff"), url("fonts/Poppins-LightItalic.ttf") format("truetype"), url("fonts/Poppins-LightItalic.svg#Poppins-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Light.eot");
  src: url("fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Light.woff2") format("woff2"), url("fonts/Poppins-Light.woff") format("woff"), url("fonts/Poppins-Light.ttf") format("truetype"), url("fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.eot");
  src: url("fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Medium.woff2") format("woff2"), url("fonts/Poppins-Medium.woff") format("woff"), url("fonts/Poppins-Medium.ttf") format("truetype"), url("fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraLightItalic.eot");
  src: url("fonts/Poppins-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-ExtraLightItalic.woff2") format("woff2"), url("fonts/Poppins-ExtraLightItalic.woff") format("woff"), url("fonts/Poppins-ExtraLightItalic.ttf") format("truetype"), url("fonts/Poppins-ExtraLightItalic.svg#Poppins-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBoldItalic.eot");
  src: url("fonts/Poppins-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-SemiBoldItalic.woff2") format("woff2"), url("fonts/Poppins-SemiBoldItalic.woff") format("woff"), url("fonts/Poppins-SemiBoldItalic.ttf") format("truetype"), url("fonts/Poppins-SemiBoldItalic.svg#Poppins-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-MediumItalic.eot");
  src: url("fonts/Poppins-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-MediumItalic.woff2") format("woff2"), url("fonts/Poppins-MediumItalic.woff") format("woff"), url("fonts/Poppins-MediumItalic.ttf") format("truetype"), url("fonts/Poppins-MediumItalic.svg#Poppins-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-BlackItalic.eot");
  src: url("fonts/Poppins-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-BlackItalic.woff2") format("woff2"), url("fonts/Poppins-BlackItalic.woff") format("woff"), url("fonts/Poppins-BlackItalic.ttf") format("truetype"), url("fonts/Poppins-BlackItalic.svg#Poppins-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Thin.eot");
  src: url("fonts/Poppins-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Thin.woff2") format("woff2"), url("fonts/Poppins-Thin.woff") format("woff"), url("fonts/Poppins-Thin.ttf") format("truetype"), url("fonts/Poppins-Thin.svg#Poppins-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.eot");
  src: url("fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-Regular.woff2") format("woff2"), url("fonts/Poppins-Regular.woff") format("woff"), url("fonts/Poppins-Regular.ttf") format("truetype"), url("fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.eot");
  src: url("fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins-SemiBold.woff2") format("woff2"), url("fonts/Poppins-SemiBold.woff") format("woff"), url("fonts/Poppins-SemiBold.ttf") format("truetype"), url("fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.elementor-section.container > .elementor-container,
.container:not(.elementor-section) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px !important;
  padding-left: 120px;
  padding-right: 120px;
}
@media screen and (max-width: 1280px) {
  .elementor-section.container > .elementor-container,
.container:not(.elementor-section) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .elementor-section.container > .elementor-container,
.container:not(.elementor-section) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  color: #1B1E1E;
  line-height: 1.33;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: calc( 10px + ( 8 * ( 100vw - 960px ) / 960 ) );
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 14px;
  }
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.889rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.222rem;
  font-weight: 600;
  color: #222222;
}
@media screen and (max-width: 960px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-family: "Poppins", sans-serif;
}

h5 {
  font-size: 1.111rem;
  color: #856C50;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  p, span {
    font-size: 14px !important;
  }
}

.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: #FFF;
  padding: 1.81rem 0 1.8rem 0;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 960px) {
  .site-header {
    padding: 25px 0 25px 0;
  }
}
.site-header .site-header__logo {
  display: block;
  width: 13.0625rem;
  height: 2.95344rem;
}
.site-header .site-header__nav {
  display: flex;
  gap: 8.3875rem;
  align-items: center;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .site-header .site-header__nav {
    display: none;
  }
}
.site-header .site-header__nav .menu {
  display: flex;
  gap: 3.75rem;
}
.site-header .site-header__nav .menu li {
  color: #222;
}
.site-header .site-header__nav .menu li:hover, .site-header .site-header__nav .menu li.current-menu-item {
  font-weight: 500;
  color: #000;
}
.site-header .site-header__nav__contact {
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Poppins";
  color: #FFF;
  display: flex;
  padding: 0.625rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 6.25rem;
  background: var(--recon-grn, #03C483);
}
.site-header .site-header__nav__contact .site-header__nav__contact__icon {
  max-width: 2.24rem;
  transform: unset;
  transition: all 0.3s ease-in-out;
}
.site-header .site-header__nav__contact:hover .site-header__nav__contact__icon {
  transform: translateX(0.5rem);
}
@media screen and (max-width: 960px) {
  .site-header .site-header__nav__contact {
    display: none;
  }
}
.site-header .site-header__nav__burger {
  display: none;
}
@media screen and (max-width: 960px) {
  .site-header .site-header__nav__burger {
    display: block;
  }
}
.site-header .site-header__nav__burger .burger-toggle {
  display: none;
}
.site-header .site-header__nav__burger .burger-icon {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  transition: transform 0.3s ease-in-out;
}
.site-header .site-header__nav__burger .burger-icon span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000;
  margin-bottom: 5px;
  transition: transform 0.3s ease-in-out;
}
.site-header .site-header__nav__burger .burger-toggle:checked ~ .burger-icon {
  transform: rotate(45deg);
}
.site-header .site-header__nav__burger .burger-toggle:checked ~ .burger-icon span:nth-child(1) {
  transform: rotate(-90deg) translate(-15px, 3px);
}
.site-header .site-header__nav__burger .burger-toggle:checked ~ .burger-icon span:nth-child(2) {
  opacity: 0;
}
.site-header .site-header__nav__burger .burger-toggle:checked ~ .burger-icon span:nth-child(3) {
  transform: rotate(0deg) translate(3px, 0px);
}
.site-header .site-header__nav_expanded__menu {
  display: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  position: absolute;
  top: 8rem;
  background: #FFF;
  width: 100%;
  left: 0;
  padding-left: 20px;
}
.site-header .site-header__nav_expanded__menu .menu {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.25rem 0;
}
.site-header .site-header__nav_expanded__menu .menu li a:hover, .site-header .site-header__nav_expanded__menu .menu li a.current-menu-item {
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .site-header .site-header__nav_expanded__menu {
    top: 6rem;
  }
}