@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/l/font?kit=V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVnskPMZBSSJLm2E&skey=c04ef52a878abc32&v=v22) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/l/font?kit=V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUXskPMZBSSJLm2E&skey=c04ef52a878abc32&v=v22) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#debug {
  display: block;
  position: fixed;
  font-family: "Courier New", Courier, monospace;
  padding: 7px 6px 4px 4px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

:root {
  --black: #000;
  --white: #fff;
  --white-75: rgba(255, 255, 255, 0.75);
  --white-50: rgba(255, 255, 255, 0.50);
  --orange-light: #FA8C38;
  --orange-dark: #EC6600;
  --blue-light: #0034C5;
  --blue: #001F77;
  --blue-dark: #001A62;
  --blue-x-dark: #00103A;
  --sand: #EFEDDF;
  --dusk: #E0E4F2;
  --sp0: max(2px, 0.5vw);
  --sp1: max(5px, 1vw);
  --sp2: max(10px, 2vw);
  --sp3: max(15px, 3vw);
  --sp4: max(20px, 4vw);
  --sp5: max(25px, 5vw);
  --sp6: max(30px, 6vw);
  --sp7: max(35px, 7vw);
  --sp8: max(40px, 8vw);
  --sp9: max(45px, 9vw);
  --sp10: max(50px, 10vw);
  --sp11: max(50px, 11vw);
  --sp12: max(60px, 12vw);
  --sp13: max(65px, 13vw);
  --sp14: max(70px, 14vw);
  --sp16: max(75px, 15vw);
  --sp16: max(80px, 16vw);
  --sp16: max(85px, 17vw);
  --sp18: max(90px, 18vw);
  --sp19: max(95px, 19vw);
  --sp20: max(100px, 20vw);
  --m: max(24px, 4.5vw);
  --n: min(-24px, -4.5vw);
  --fs1: max(12px, 1vw);
  --fs2: max(14px, 1.3vw);
  --fs3: max(16px, 1.7vw);
  --fs4: max(18px, 2.2vw);
  --fs5: max(28px, 4vw);
  --fs6: max(28px, 6vw);
  --fs7: max(35px, 8vw);
  --fs8: max(46px, 10vw );
  --lh1: round(140%, 1px);
  --lh2: round(140%, 1px);
  --lh3: round(140%, 1px);
  --lh4: round(130%, 1px);
  --lh5: round(92%, 1px);
  --lh6: round(92%, 1px);
  --lh7: round(92%, 1px);
  --lh8: round(92%, 1px);
  --mp3: max(21px, 2.38vw);
  --mp4: max(25px, 3.08vw);
  --color-bkg: var(--blue);
  --color-txt: var(--white);
  --color-hdl: var(--orange-light);
  --color-num: var(--white);
  --color-sec: var(--white);
  --color-lnk: var(--orange-light);
  --url-depth-svg: url("../img/depth-map.php?c=0034C5");
}

.theme-1 {
  --color-bkg: var(--blue);
  --color-txt: var(--white);
  --color-hdl: var(--orange-light);
  --color-num: var(--white);
  --color-sec: var(--white);
  --color-lnk: var(--orange-light);
  --url-depth-svg: url("../img/depth-map.php?c=0034C5");
}

.theme-2 {
  --color-bkg: var(--white);
  --color-txt: var(--blue);
  --color-hdl: var(--blue);
  --color-num: var(--orange-dark);
  --color-sec: var(--orange-dark);
  --color-lnk: var(--orange-dark);
  --url-depth-svg: url("../img/depth-map.php?c=EFEDDF");
}

.theme-3 {
  --color-bkg: var(--sand);
  --color-txt: var(--blue);
  --color-hdl: var(--blue);
  --color-num: var(--orange-dark);
  --color-sec: var(--orange-dark);
  --color-lnk: var(--orange-dark);
  --url-depth-svg: url("../img/depth-map.php?c=FA8C38");
}

.theme-4 {
  --color-bkg: var(--orange-light);
  --color-txt: var(--blue-dark);
  --color-hdl: var(--blue-dark);
  --color-num: var(--white);
  --color-sec: var(--white);
  --color-lnk: var(--white);
  --url-depth-svg: url("../img/depth-map.php?c=EC6600");
}

.theme-5 {
  --color-bkg: var(--blue-dark);
  --color-txt: var(--white);
  --color-hdl: var(--orange-light);
  --color-num: var(--white);
  --color-sec: var(--white);
  --color-lnk: var(--orange-light);
  --url-depth-svg: url("../img/depth-map.php?c=0034C5");
}

.theme-6 {
  --color-bkg: var(--blue-x-dark);
  --color-txt: var(--white);
  --color-hdl: var(--white);
  --color-num: var(--white);
  --color-sec: var(--white);
  --color-lnk: var(--orange-light);
  --url-depth-svg: url("../img/depth-map.php?c=0034C5");
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  pointer-events: fill;
}

* :focus {
  outline: none;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "liga" 1, "calt" 1; /* fix for Chrome */
  font-size: var(--fs3);
  line-height: var(--lh3);
  background-color: var(--white);
}

#app {
  width: 100%;
  overflow: hidden;
}

.text-shadow-s {
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 2px 20px);
}

.drop-shadow-m {
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 2px 60px);
}

.text-shadow-l {
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 2px 100px);
}

img.responsive {
  width: 100%;
  height: auto;
  line-height: 0;
}

.cover {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.button {
  padding: 0.4em 1em 0.5em;
  border-radius: 0.3em;
  text-decoration: none;
  font-size: var(--fs2);
  font-weight: bold;
  transition: background-color 300ms ease-out;
  background-color: var(--color-txt);
  color: var(--color-bkg);
  transition: background-color 150ms linear;
  cursor: pointer;
}
.button:hover, .button:focus {
  background-color: var(--color-lnk) !important;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-phi {
  width: 62%;
}

hr {
  display: block;
  border: 0;
  height: 2px;
  background: var(--color-hdl);
  margin: var(--m) 0;
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

.h1, .h2, .h3, .h4 {
  font-weight: 700;
  margin-left: -0.05em;
  transform: translateY(-0.1em);
}
.h1 em, .h1 i, .h2 em, .h2 i, .h3 em, .h3 i, .h4 em, .h4 i {
  font-style: normal;
}
.h1, .h2, .h3, .h4 {
  /*
  &::before {
      content: "";
      margin-bottom: -0.09em;
      display: table;
  }

  &::after {
      content: "";
      margin-top: -0.1em;
      display: table;
  }*/
}

.h1, .h2, .h3, .h4 {
  font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: var(--color-hdl);
}

.h5, .h6 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
  display: block;
  color: var(--color-txt);
}

.h1 {
  font-size: var(--fs8);
  line-height: var(--lh8);
  letter-spacing: -0.03em;
  margin-bottom: var(--sp10);
}

.h2 {
  font-size: var(--fs7);
  line-height: var(--lh7);
  letter-spacing: -0.03em;
  margin-bottom: var(--sp8);
}

.h3 {
  font-size: var(--fs6);
  line-height: var(--lh6);
  letter-spacing: -0.03em;
  margin-bottom: var(--sp8);
}

.h4 {
  font-size: var(--fs5);
  line-height: var(--lh5);
  letter-spacing: -0.03em;
  margin-bottom: var(--sp8);
}

.h5 {
  font-size: var(--fs4);
  line-height: var(--lh4);
  margin-bottom: calc(var(--mp4) * 0.5);
}

.h6 {
  font-size: var(--fs3);
  line-height: var(--lh3);
  margin-bottom: calc(var(--mp3) * 0.5);
}

.t1 {
  font-weight: 500;
  font-size: var(--fs4);
  line-height: var(--lh4);
  margin-bottom: var(--mp4);
}

.t2 {
  font-size: var(--fs3);
  line-height: var(--lh3);
  margin-bottom: var(--mp3);
}

.t3 {
  font-size: var(--fs2);
  line-height: var(--lh2);
  margin-bottom: var(--fs2);
}

.t4 {
  font-size: var(--fs1);
  line-height: var(--lh1);
  margin-bottom: var(--lh1);
}

p {
  font-weight: 400;
  font-size: var(--fs3);
  line-height: var(--lh3);
  color: var(--color-txt);
}
p.preamble {
  font-weight: 500;
  font-size: var(--fs4);
  line-height: var(--lh4);
}
p a:link, p a:active, p a:visited {
  text-decoration: underline;
  color: inherit;
  transition: color 100ms ease-out;
}
p a:link:hover, p a:link:focus, p a:active:hover, p a:active:focus, p a:visited:hover, p a:visited:focus {
  color: var(--color-lnk);
}

.superscript {
  position: relative;
  display: inline-block;
  top: -0.1em;
  margin: 0 -0.1em;
  transform: scale(0.6);
}

i {
  font-style: italic;
  font-synthesis: none;
}

li {
  margin-left: 1.2em;
}

header {
  position: absolute;
  z-index: 100;
  padding: var(--m);
  width: 100%;
}
header .logo {
  float: left;
}
header .button {
  float: right;
}

.logo {
  display: block;
  max-width: 250px;
  min-width: 130px;
  width: 20vw;
  height: auto;
}

ul.nav-list {
  list-style-type: none;
  display: inline-block;
}
ul.nav-list li {
  display: inline;
  margin: 0 max(3px, 0.8vw) 0 0;
}
ul.nav-list li:last-child {
  margin-right: 0;
}
ul.nav-list li a:link, ul.nav-list li a:active, ul.nav-list li a:visited {
  text-decoration: underline;
  color: inherit;
  transition: color 100ms ease-out;
}
ul.nav-list li a:link:hover, ul.nav-list li a:link:focus, ul.nav-list li a:active:hover, ul.nav-list li a:active:focus, ul.nav-list li a:visited:hover, ul.nav-list li a:visited:focus {
  color: var(--color-lnk);
}

.partners {
  position: absolute;
  right: var(--m);
  top: var(--m);
  padding-top: 0.8vw;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 450px) {
  .partners {
    display: block;
  }
}
.partners.small {
  padding-top: 0px;
  margin-top: -2px;
}
.partners.small li {
  margin: 0 max(1px, 0.2vw) 0 0;
}
.partners.small img {
  height: 4vw;
  min-height: 20px;
  max-height: 34px;
  width: auto;
}
.partners img {
  height: 4vw;
  min-height: 24px;
  max-height: 60px;
  width: auto;
}
.partners .label {
  color: var(--orange-light);
  font-size: min(24px, var(--fs1));
  display: inline-block;
  text-align: right;
  margin-right: 12px;
  margin-bottom: min(9px, 0.5vw);
}
@media (max-width: 450px) {
  .partners .label {
    display: block;
    margin: 0 0 3px 0;
  }
}

footer {
  position: relative;
  background-color: var(--color-bkg);
  color: var(--color-txt);
  padding: var(--m);
  font-size: var(--fs2);
  line-height: var(--lh2);
}
footer .copyright {
  opacity: 0.7;
  color: var(--color-txt);
  float: right;
}
@media (max-width: 768px) {
  footer .nav > li {
    display: block;
    margin-bottom: 1vw;
  }
  footer .copyright {
    float: none;
    margin-top: var(--sp3);
  }
}

.eu-disclaimer {
  padding: var(--m);
  color: var(--color-txt);
  background-color: var(--color-bkg);
}
.eu-disclaimer .flag {
  border: 2px solid var(--white);
  border-radius: 1px;
}
.eu-disclaimer img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .eu-disclaimer img {
    max-width: 80px;
    margin-bottom: var(--sp3);
  }
}
.eu-disclaimer .disclamer {
  margin: 0;
}

section {
  width: 100%;
  position: relative;
  overflow: clip;
  background-color: var(--color-bkg);
  color: var(--color-txt);
}
section.srp-pattern {
  height: var(--sp20);
  background: var(--color-bkg) var(--url-depth-svg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  section.srp-pattern {
    background-size: 150%;
    height: 30vw;
  }
}
section.srp-content .wrp {
  padding: var(--m);
}
section.srp-content img.full-bleed {
  margin: 0 var(--n);
  width: 100vw;
}
section.srp-content .text-content h1, section.srp-content .text-content h2, section.srp-content .text-content h3, section.srp-content .text-content h4, section.srp-content .text-content h5, section.srp-content .text-content h6, section.srp-content .text-content p, section.srp-content .text-content ul, section.srp-content .text-content blockquote {
  width: 75%;
}
@media (max-width: 768px) {
  section.srp-content .text-content p, section.srp-content .text-content ul, section.srp-content .text-content blockquote, section.srp-content .text-content h4, section.srp-content .text-content h5, section.srp-content .text-content h6 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  section.srp-content .text-content h1, section.srp-content .text-content h2, section.srp-content .text-content h3 {
    width: 85%;
  }
}
@media (max-width: 350px) {
  section.srp-content .text-content h1, section.srp-content .text-content h2, section.srp-content .text-content h3, section.srp-content .text-content h4, section.srp-content .text-content h5, section.srp-content .text-content h6 {
    width: 100%;
  }
}
section.srp-content .text-content *:last-child {
  margin-bottom: 0;
}
section.srp-content .sec-icon, section.srp-content .sec-index {
  float: right;
}
section.srp-content .sec-icon {
  height: auto;
  width: 8vw;
  margin-top: 0.5vw;
}
section.srp-content .sec-icon.h1 {
  width: 10vw;
}
section.srp-content .sec-icon.h2 {
  width: 8vw;
}
section.srp-content .sec-icon.h3 {
  width: 5vw;
  margin-top: 0.5vw;
}
section.srp-content .sec-index {
  font-weight: 400;
  color: var(--color-num);
}
section.srp-content .sec-index::before, section.srp-content .sec-index::after {
  display: inline;
}
section.srp-content .sec-index::before {
  content: ".";
}
@media (max-width: 350px) {
  section.srp-content .sec-index {
    display: none;
  }
}
section.srp-content .sec-index {
  /*
  @media (max-width: 768px) {
      position: relative;
      right: 0;
      margin-bottom: 0;

      &::before {
          content: "";
      }
       &::after {
          content: ".";
      }
  }*/
}
section.srp-content blockquote {
  margin-bottom: var(--sp9);
}
section.srp-content blockquote::before {
  content: "“";
  position: absolute;
  margin-left: min(-15px, -2vw);
}
section.srp-content blockquote::after {
  content: "”";
  margin-left: -1.3vw;
}
section.srp-content cite {
  font-style: normal;
}
section.srp-content img {
  margin-bottom: var(--m);
}
section.srp-content ul.list-lines li {
  list-style-type: none;
  margin-left: 0;
  padding: var(--sp2) 0 var(--sp2) 0;
  border-top: solid 2px var(--color-sec);
}
section.srp-content ul.list-lines li:last-child {
  border-bottom: solid 2px var(--line-color);
}
section.reveal .content {
  opacity: 1;
}
section.srp-image-parallax img {
  width: 100%;
  height: auto;
  display: block;
}
section.srp-image-parallax.ar-4-1 {
  height: 25vw;
}
section.srp-image-parallax.ar-2-1 {
  height: 50vw;
}
section.srp-image-parallax.ar-16-9 {
  height: 56.3vw;
}
section.srp-image-parallax.ar-1-1 {
  height: 100vw;
}
section.srp-image-parallax.ar-3-4 {
  height: 133vw;
}

.grid-footer {
  display: grid;
  grid-template-columns: 8.6% 1fr;
  -moz-column-gap: var(--sp3);
       column-gap: var(--sp3);
}
@media (max-width: 768px) {
  .grid-footer {
    grid-template-columns: 1fr;
  }
}

.grid-phi-right {
  display: grid;
  grid-template-columns: 38% 1fr;
  -moz-column-gap: var(--m);
       column-gap: var(--m);
}

.grid-phi-left {
  display: grid;
  grid-template-columns: 1fr 38%;
  -moz-column-gap: var(--m);
       column-gap: var(--m);
}

.grid-1 {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: var(--m);
       column-gap: var(--m);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: max-content;
  -moz-column-gap: var(--m);
       column-gap: var(--m);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: max-content;
  -moz-column-gap: var(--m);
       column-gap: var(--m);
}
@media (max-width: 1080px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  -moz-column-gap: var(--m);
       column-gap: var(--m);
}

.grid-70-30 {
  display: grid;
  grid-template-columns: 70% 1fr;
  -moz-column-gap: var(--m);
       column-gap: var(--m);
}

@media (max-width: 820px) {
  .grid-phi-left, .grid-phi-right, .grid-2, .grid-70-30 {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */