@font-face {
  font-family: 'SharpGroteskBook25';
  src: url("https://www.vg.no/spesial/2021/22-juli-berikelser/fonts/SharpGroteskBook25.eot");
  src: url("https://www.vg.no/spesial/2021/22-juli-berikelser/fonts/SharpGroteskBook25.eot?#iefix") format("embedded-opentype"), url("https://www.vg.no/spesial/2021/22-juli-berikelser/fonts/SharpGroteskBook25.woff2") format("woff2"), url("https://www.vg.no/spesial/2021/22-juli-berikelser/fonts/SharpGroteskBook25.woff") format("woff"), url("https://www.vg.no/spesial/2021/22-juli-berikelser/fonts/SharpGroteskBook25.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Sharp Grotesk Black 08';
  src: url("https://www.vg.no/vgc/font-spesial/SharpGrotesk/SharpGroteskBlack08.eot"), url("https://www.vg.no/vgc/font-spesial/SharpGrotesk/SharpGroteskBlack08.woff2") format("woff2"), url("https://www.vg.no/vgc/font-spesial/SharpGrotesk/SharpGroteskBlack08.eot.woff") format("woff"); }

@font-face {
  font-family: 'Sharp Grotesk Book 20';
  src: url("https://www.vg.no/vgc/font-spesial/SharpGrotesk/SharpGroteskBook20.eot"), url("https://www.vg.no/vgc/font-spesial/SharpGrotesk/SharpGroteskBook20.woff2") format("woff2"), url("https://www.vg.no/vgc/font-spesial/SharpGrotesk/SharpGroteskBook20.eot.woff") format("woff"); }

@font-face {
  font-family: 'Lyon Text Web';
  src: url("https://www.vg.no/vgc/font/LyonText-BoldItalic-Web.woff2") format("woff2"), url("https://www.vg.no/vgc/font/LyonText-BoldItalic-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

.MZvhSDwINmpCN2UPiE27p {
  font-family: 'Lyon Text Web';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  font-variant-numeric: oldstyle-nums; }

@font-face {
  font-family: 'Lyon Text Web';
  src: url("https://www.vg.no/vgc/font/LyonText-Bold-Web.woff2") format("woff2"), url("https://www.vg.no/vgc/font/LyonText-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

._1ijUXZ0SxwbVb21brycXo4 {
  font-family: 'Lyon Text Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-variant-numeric: oldstyle-nums; }

@font-face {
  font-family: 'Lyon Text Web';
  src: url("https://www.vg.no/vgc/font/LyonText-RegularItalic-Web.woff2") format("woff2"), url("https://www.vg.no/vgc/font/LyonText-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

._1fmFM8jiLrvQT5pdnbQru4 {
  font-family: 'Lyon Text Web';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-variant-numeric: oldstyle-nums; }

@font-face {
  font-family: 'Lyon Text Web';
  src: url("https://www.vg.no/vgc/font/LyonText-Regular-Web.woff2") format("woff2"), url("https://www.vg.no/vgc/font/LyonText-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

.weEeY3qF4Hgjp3Em8jqBi {
  font-family: 'Lyon Text Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-variant-numeric: oldstyle-nums; }

:root {
  --spaceBig: 100px;
  --spaceMed: 50px;
  --spaceSmall: 30px;
  --blue: #1a0088;
  --beige: #fef1ea;
  --orange: #ea9152;
  --fontSizeBody: 20px;
  --lineSizeBody: 30px;
  --fontSizeH2: 35px;
  --lineSizeH2: 45px;
  --fontSizeLead: 24px;
  --lineSizeLead: 34px;
  --bodyFont: 'Lyon Text Web';
  --headerFont: 'Sharp Grotesk Book 20'; }

html,
body {
  -webkit-font-smoothing: antialiased;
  -ms-font-feature-settings: 'liga', 'kern';
  -o-font-feature-settings: 'liga', 'kern';
  -webkit-font-feature-settings: 'liga', 'kern';
  font-feature-settings: 'liga', 'kern';
  margin: 0;
  background-color: var(--blue);
  color: var(--blue);
  font-family: var(--bodyFont);
  font-weight: 400;
  font-variant-numeric: oldstyle-nums; }

h1,
h2,
p {
  font-weight: 400;
  margin: 0;
  font-family: var(--bodyFont); }

h2 {
  font-size: var(--fontSizeH2);
  line-height: var(--lineSizeH2); }

main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 690px 1fr 1fr 1fr 1fr; }

p {
  grid-column-start: 5;
  grid-column-end: 6; }

@media (max-width: 700px) {
  :root {
    --spaceBig: 70px;
    --spaceMed: 40px;
    --spaceSmall: 20px;
    --fontSizeBody: 17px;
    --lineSizeBody: 28px;
    --fontSizeH2: 24px;
    --lineSizeH2: 32px;
    --fontSizeLead: 20px;
    --lineSizeLead: 30px; }
  main {
    display: grid;
    grid-template-columns: 2% 2% 2% 2% 1fr 2% 2% 2% 2%; } }

._1T8cPWNo6KUcj-m4SAINhY {
  grid-column-start: 1;
  grid-column-end: 10;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 2% 2% 2% 2% 1fr 2% 2% 2% 2%;
  transition: opacity 1s ease; }

._2Ok6KC_YS-wG6GZWsTljAI {
  grid-column-start: 1;
  grid-column-end: 10;
  min-height: 100vh;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 2% 2% 2% 2% 1fr 2% 2% 2% 2%;
  opacity: 1;
  transition: opacity 1s ease;
  background-color: var(--blue); }

._36__TVmSRx0MSKOCdEaxD6 {
  color: var(--beige);
  grid-column-start: 5;
  grid-column-end: 6;
  margin: var(--spaceBig) 0; }

._2M2uyClXTJtwvSic_DOez7 {
  margin-bottom: var(--spaceSmall); }
  ._2M2uyClXTJtwvSic_DOez7:last-child {
    margin-bottom: 0; }

.OYpLK6gLc8qfnpm5yWBlM {
  position: absolute;
  bottom: var(--spaceSmall);
  left: 8%;
  color: var(--beige);
  font-family: 'Sharp Grotesk Book 20';
  font-size: 14px;
  z-index: 500; }

._2rC6cV8P1TqXR_g3UhUaMS {
  grid-column-start: 1;
  grid-column-end: 10;
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0; }

._3dJKEFRZ0wq2bQlO5C6wEd {
  grid-column-start: 1;
  grid-column-end: 10;
  height: 100vh;
  width: 100%;
  position: relative; }

.Eu7EvqkmUFBW8KBbjnOh3 {
  width: 100%;
  min-height: 400px;
  display: grid;
  grid-template-columns: 2% 2% 2% 2% 1fr 2% 2% 2% 2%;
  background-color: var(--blue);
  position: relative; }

._1AyGmM30fyHeHZIntUzXP1 {
  grid-column-start: 5;
  grid-column-end: 6;
  width: 100%;
  background-color: var(--blue);
  position: relative;
  box-sizing: border-box; }

._2S1klTUszfRm0Alvr8W5YK {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center; }

._2UNcYjXwHsPnQ4qG7gbb_x {
  grid-column-start: 1;
  grid-column-end: 10;
  height: 100vh;
  width: 100%;
  margin-top: 50vh; }

.ZuAErGZzM8N-wVIuCu5eg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: var(--blue);
  opacity: 0;
  transition: all 1s ease;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 2% 2% 2% 2% 1fr 2% 2% 2% 2%;
  padding: var(--spaceBig) 0; }

.IlTMdL0IGbP1eWp-knPCf {
  opacity: 1; }

._1zsJx_FNzKhtlS3B3R8xAS {
  color: var(--orange);
  grid-column-start: 5;
  grid-column-end: 6; }

._2dQ_b6EvkMf8KP3CtFKzEs {
  color: var(--orange);
  width: 100%;
  margin-bottom: var(--spaceMed); }

._2zZWN4_bw4eBYDO3sPQwDN {
  color: var(--beige);
  grid-column-start: 5;
  grid-column-end: 6;
  position: absolute;
  bottom: var(--spaceBig); }
  ._2zZWN4_bw4eBYDO3sPQwDN p {
    font-family: var(--headerFont);
    font-size: 14px;
    line-height: 22px; }

._1FDfL3OwhhsbBa4DyoBm8z {
  color: var(--beige);
  grid-column-start: 5;
  grid-column-end: 6;
  padding-bottom: var(--spaceBig);
  transition: all 1s ease;
  transition-delay: 1s; }
  ._1FDfL3OwhhsbBa4DyoBm8z p {
    font-family: var(--headerFont);
    font-size: 14px;
    line-height: 22px; }

._2TqO7l95zaM3DKTbre3JKU {
  display: flex;
  align-items: center; }
  ._2TqO7l95zaM3DKTbre3JKU :last-child {
    margin-left: 10px; }

._1qZp7y0k_0_XyAtpIQQOg7 {
  grid-column-start: 1;
  grid-column-end: 10;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 2% 2% 2% 2% 1fr 2% 2% 2% 2%;
  padding-bottom: var(--spaceMed);
  opacity: 1;
  transition: opacity 1s ease;
  background-color: var(--blue);
  margin-bottom: var(--spaceMed);
  padding-top: var(--spaceBig); }
  ._1qZp7y0k_0_XyAtpIQQOg7 p {
    grid-column-start: 5;
    grid-column-end: 6;
    color: var(--beige);
    font-size: var(--fontSizeLead);
    line-height: var(--lineSizeLead);
    margin-bottom: var(--lineSizeLead); }
  ._1qZp7y0k_0_XyAtpIQQOg7 span {
    color: var(--orange);
    font-weight: 400; }

@media (min-width: 700px) {
  ._1qZp7y0k_0_XyAtpIQQOg7,
  ._2Ok6KC_YS-wG6GZWsTljAI,
  .ZuAErGZzM8N-wVIuCu5eg,
  ._1T8cPWNo6KUcj-m4SAINhY,
  .Eu7EvqkmUFBW8KBbjnOh3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 690px 1fr 1fr 1fr 1fr; }
  .OYpLK6gLc8qfnpm5yWBlM {
    bottom: var(--spaceSmall);
    left: var(--spaceSmall); } }

@keyframes XL1aYfyeqc_eunc3YeNax {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

._3YIcNTyF6L83l6JKePYgUy {
  height: 25px; }

.cQgWySDqlmKtHf1h5lVwx {
  width: 22px; }

._1XxFkQNWsC3Tse3W-igioK {
  height: 25px; }

.Ebn0DzdCfJKhhI2-0QWMi {
  height: 25px;
  margin-right: -5px; }

._3wK1prCDgOa1fk8rhJ5Elv {
  color: var(--beige);
  border: 1px solid var(--beige);
  background-color: transparent;
  padding: 10px 15px;
  border-radius: 20px;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.5s ease;
  transform: scale(1);
  font-size: 14px; }
  ._3wK1prCDgOa1fk8rhJ5Elv:hover {
    background-color: var(--beige);
    border: 1px solid var(--beige);
    color: var(--blue);
    transform: scale(1.05); }

._1H3EvgI-K-6f_5kinQTobE {
  color: var(--orange);
  border: 1px solid var(--orange);
  background-color: transparent;
  padding: 10px 15px;
  border-radius: 20px;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.5s ease;
  transform: scale(1);
  font-size: 14px; }
  ._1H3EvgI-K-6f_5kinQTobE:hover {
    background-color: var(--orange);
    border: 1px solid var(--orange);
    color: var(--beige);
    transform: scale(1.05); }

._3eUoNmKTM6RdLPRCuy-b4A {
  min-height: 100px;
  grid-column-start: 5;
  grid-column-end: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: var(--spaceBig);
  margin-top: var(--spaceMed); }

.nU2YZEFcmXdPkf3SrCQTi {
  width: 60%;
  border-radius: 50%; }

.nUjLgVU7xIMa5GQ4m_FXG {
  min-height: 100px;
  grid-column-start: 1;
  grid-column-end: 6;
  height: auto;
  margin-bottom: var(--spaceBig);
  margin-top: var(--spaceMed); }

._2VQA5Iwfq4_on8l3euL1Dk {
  min-height: 100px;
  grid-column-start: 5;
  grid-column-end: 6;
  height: auto;
  margin-bottom: var(--spaceBig);
  margin-top: var(--spaceMed); }

._1Q4jRyZ_lVhP5Lz26Hlpwt {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
  animation: _3uu7ut7xpe1hGXYINLuml 1s ease forwards; }

._3TthjOeCooX6t2mu3ob7Tu {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  animation: _3uu7ut7xpe1hGXYINLuml 1s ease forwards; }

._213vwVr_S1U47InRvrB7A0 {
  grid-column-start: 5;
  grid-column-end: 6;
  min-height: 100px; }

._1EAeuZz9PorGKtbipYJg_O {
  width: 100%;
  text-align: center;
  font-family: 'Sharp Grotesk Book 20';
  font-weight: 400;
  color: var(--blue);
  font-size: 11px;
  margin-top: 10px; }

._1RsbM0b9GTLTVxA7CiKMaq {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 1s ease;
  animation: _3uu7ut7xpe1hGXYINLuml 1s ease forwards; }

._2zpMEeQNsWaf_v6X-CzRnj {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

._2G-lze4b1piTHGVFk-Mh-d {
  width: 100%;
  height: 100%; }
  ._2G-lze4b1piTHGVFk-Mh-d img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

._27HZHYnGYGbci8e3LfLZeq {
  grid-column-start: 5;
  grid-column-end: 10; }

@media (min-width: 700px) {
  .nU2YZEFcmXdPkf3SrCQTi {
    width: 50%; }
  ._1Q4jRyZ_lVhP5Lz26Hlpwt {
    width: 100%;
    height: auto; } }

@keyframes _3uu7ut7xpe1hGXYINLuml {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

._2YnQsRwC4UQRdFz6Ik-EfF {
  grid-column-start: 5;
  grid-column-end: 6;
  margin-bottom: var(--spaceBig);
  margin-top: var(--spaceMed);
  display: flex;
  justify-content: flex-start;
  align-items: stretch; }

._3tZ-HO3H8PGz40lr97jA0W {
  grid-column-start: 5;
  grid-column-end: 6;
  margin-bottom: var(--spaceBig);
  margin-top: var(--spaceMed);
  display: flex;
  justify-content: flex-start;
  align-items: center; }

._2ubpTMI_NOkpMrAOXyoGh8 video {
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  width: 200px; }

._26kj1ikhFIi6AKNGAbdRiL video {
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  width: 80px;
  height: 80px; }

._2KNQgt2wT0XukIj40QTY-s {
  width: 50%; }

.VNx7TErhDSg7UYw9sN2eZ {
  width: 80px; }

._2jfX4bNJFTnhhTC2x7Ky3P {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: var(--spaceMed);
  height: auto;
  flex-grow: 1; }

._2RKd44vaRPSCNWjl0ovG9B {
  font-family: 'Sharp Grotesk Book 20';
  font-size: 14px;
  font-weight: 400;
  color: var(--orange);
  margin-bottom: 10px;
  order: 1; }

.fEmIjNj8J91Cqe4TrQQqS {
  font-size: var(--fontSizeH2);
  line-height: var(--lineSizeH2);
  order: 2; }

._3wHB7vG_Mf6-nhk1ZtKduY {
  display: flex;
  justify-content: flex-start;
  align-items: center !important;
  order: 3;
  margin-top: var(--spaceMed); }
  ._3wHB7vG_Mf6-nhk1ZtKduY p {
    font-family: 'Sharp Grotesk Book 20';
    font-size: 12px;
    margin-left: 10px;
    margin-right: 15px; }

._205cZJdo8p3L6xUoU-r4ws {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px; }
  ._205cZJdo8p3L6xUoU-r4ws p {
    font-family: 'Sharp Grotesk Book 20';
    font-size: 12px;
    margin: 0;
    margin-left: 10px; }
    ._205cZJdo8p3L6xUoU-r4ws p:first-of-type {
      margin-right: 10px; }

@media (max-width: 700px) {
  ._2YnQsRwC4UQRdFz6Ik-EfF {
    flex-direction: column;
    align-items: center; }
  ._2ubpTMI_NOkpMrAOXyoGh8 video {
    width: 50%; }
  ._26kj1ikhFIi6AKNGAbdRiL video {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    width: 45px;
    height: 45px; }
  ._2KNQgt2wT0XukIj40QTY-s {
    width: 70%; }
  .VNx7TErhDSg7UYw9sN2eZ {
    width: 45px;
    height: 45px; }
  ._2jfX4bNJFTnhhTC2x7Ky3P {
    padding-top: 0;
    width: 100%;
    height: 250px;
    padding-left: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 0; }
  ._3wHB7vG_Mf6-nhk1ZtKduY {
    order: 1; }
  ._2RKd44vaRPSCNWjl0ovG9B {
    margin-top: 20px;
    order: 2; }
  .fEmIjNj8J91Cqe4TrQQqS {
    order: 3; } }

._2_48oxAo_qW3S0FqHoaO_b {
  width: 45px;
  height: 45px;
  background-color: var(--beige);
  border: 1px solid var(--blue);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

._2d0eDNUcnyMzvxGouAoG9N {
  width: 45px;
  height: 45px;
  background-color: var(--blue);
  border: 1px solid var(--beige);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

._2_48oxAo_qW3S0FqHoaO_b svg {
  width: 20px;
  fill: var(--blue); }

._2d0eDNUcnyMzvxGouAoG9N svg {
  width: 20px;
  fill: var(--beige); }

.qbKcNFG1uaokXlN2cuN_B {
  grid-column-start: 1;
  grid-column-end: 10;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 2% 2% 2% 2% 1fr 2% 2% 2% 2%;
  opacity: 1;
  transition: opacity 1s ease;
  padding-bottom: var(--spaceBig);
  padding-top: var(--spaceBig); }

._39Ij1GHqRuL6Vwh3KFPu4P {
  opacity: 0; }

.qw33k9oVdgLbaazZoMYPm {
  grid-column-start: 5;
  grid-column-end: 6;
  box-sizing: border-box;
  margin-bottom: var(--spaceBig);
  margin-top: var(--spaceMed);
  display: flex;
  justify-content: center;
  align-items: center; }

._1A_yOMxcV4X6L69ds0gDen {
  height: 1px;
  background-color: var(--blue);
  width: 80px; }

@media (min-width: 700px) {
  .qbKcNFG1uaokXlN2cuN_B {
    grid-template-columns: 1fr 1fr 1fr 1fr 690px 1fr 1fr 1fr 1fr; }
  ._1A_yOMxcV4X6L69ds0gDen {
    height: 1px;
    background-color: var(--blue);
    width: 200px; } }

._14Ht5ZskgccfSMcjnaU4XY {
  font-size: var(--fontSizeBody);
  line-height: var(--lineSizeBody);
  margin-bottom: var(--spaceSmall); }
  ._14Ht5ZskgccfSMcjnaU4XY span {
    color: var(--orange);
    font-weight: 800; }
  ._14Ht5ZskgccfSMcjnaU4XY a {
    color: var(--orange);
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: color 0.4s ease-in 0s; }
    ._14Ht5ZskgccfSMcjnaU4XY a:hover {
      color: var(--blue); }
    ._14Ht5ZskgccfSMcjnaU4XY a:after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      bottom: 0;
      height: 1px;
      margin: 0;
      left: 0;
      background-color: var(--blue);
      transition: all 0.4s ease-in 0s; }
    ._14Ht5ZskgccfSMcjnaU4XY a:hover:after {
      width: 100%; }

._3ciBF21ilCidseUs9A7tAD {
  grid-column-start: 5;
  grid-column-end: 6;
  margin-top: var(--spaceMed);
  margin-bottom: var(--spaceBig);
  min-height: 100px; }
  ._3ciBF21ilCidseUs9A7tAD h2 {
    color: var(--blue); }
  ._3ciBF21ilCidseUs9A7tAD p {
    font-family: var(--headerFont);
    font-size: 14px;
    line-height: 22px;
    color: var(--orange); }

._1kxJd8DP3zOIsRVMXHTLLE {
  margin-top: 0px;
  min-height: auto; }

._1RDetOUx8Om9Wzwd1w3Hj2 {
  opacity: 1; }

._3aXLhgCljtrtBUD8AI2Guu {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  ._3aXLhgCljtrtBUD8AI2Guu p {
    margin-left: 10px; }

._2pkmupqTdOPuyhBF2OUfU7 {
  margin-top: 10px; }

.CEVt6LG7RJvdSIsGY9msQ {
  grid-column-start: 5;
  grid-column-end: 6;
  margin-top: var(--spaceMed);
  margin-bottom: var(--spaceBig); }

._3IHmsT26HsSxfL-WGMj6Z4 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: var(--spaceSmall); }

._1sH80XSX6RYIvFWKVBKd3H {
  font-size: var(--fontSizeBody);
  line-height: var(--lineSizeBody); }
  ._1sH80XSX6RYIvFWKVBKd3H span {
    font-weight: 600; }

.ssnRu1xqFrEgsxkXC2aiL {
  font-family: 'Sharp Grotesk Book 20';
  margin-top: 3px;
  margin-right: 15px; }

.zUj3XKTKi-zmL-czAYOhb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px; }

@media (min-width: 700px) {
  .zUj3XKTKi-zmL-czAYOhb {
    width: 100px;
    height: 100px;
    margin-right: var(--spaceSmall); }
  ._3IHmsT26HsSxfL-WGMj6Z4 {
    align-items: center; }
  .CEVt6LG7RJvdSIsGY9msQ {
    margin-top: var(--spaceMed);
    margin-bottom: var(--spaceBig); } }

@charset "UTF-8";
._2bG7h4yEXpowfeFebglao9 {
  grid-column-start: 5;
  grid-column-end: 6;
  margin-top: calc(var(--spaceBig) - var(--spaceSmall));
  margin-bottom: var(--spaceBig); }

._2hi-ImGYbIM9Z7fHZlV7wY {
  margin: 0;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: 'Sharp Grotesk Book 20';
  font-size: 15px;
  color: var(--orange); }

._3UpM4M6b3RQggktM2fDOkh {
  margin-bottom: 15px;
  font-size: var(--fontSizeH2);
  line-height: var(--lineSizeH2); }

._26pizhJuivBqmnQLy4X5Tq {
  overflow: hidden; }
  ._26pizhJuivBqmnQLy4X5Tq ul {
    padding-inline-start: 25px;
    margin: 0; }
  ._26pizhJuivBqmnQLy4X5Tq li {
    margin-bottom: var(--spaceSmall);
    list-style-type: '\2192   ';
    font-size: var(--fontSizeBody);
    line-height: var(--lineSizeBody); }
    ._26pizhJuivBqmnQLy4X5Tq li::marker {
      font-family: 'Sharp Grotesk Book 20';
      font-weight: '400';
      font-size: 14px;
      color: var(--orange); }

@media (max-width: 650px) {
  ._2hi-ImGYbIM9Z7fHZlV7wY {
    margin-bottom: 0px; } }

._3MgDA-vqGInYpSRWmmIFDL {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--orange);
  background: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  ._3MgDA-vqGInYpSRWmmIFDL:focus {
    outline: none; }

._36OGoa9APh9BRADspl98OT {
  height: 15px;
  fill: var(--orange); }

._3qgqqvk3BThU0d_E5iy-xN {
  grid-column-start: 5;
  grid-column-end: 6;
  background-color: white;
  border-radius: 20px;
  width: 100%;
  min-height: 150px;
  margin-bottom: var(--spaceBig);
  box-sizing: border-box;
  padding: var(--spaceSmall);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

.sDCdsYPy1TIC5OepxXpGk {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--beige);
  margin-bottom: 20px; }

._1U5CrBbunirFRsCwdhTR3_ {
  margin-top: var(--spaceMed);
  margin-bottom: var(--spaceSmall);
  grid-column-start: 5;
  grid-column-end: 6;
  font-size: var(--fontSizeH2); }

.RFg-htiswgEV32NIV1j9p {
  width: 100%;
  text-align: center;
  font-size: var(--fontSizeBody);
  line-height: var(--lineSizeBody);
  margin-bottom: 10px; }

._3cMu1QX6rrQT4ykKiDNv1f {
  width: 100%;
  color: var(--orange);
  font-family: var(--headerFont);
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 20px; }

._37dRW9Pko9drgYHZRRiO-h {
  width: 100%;
  margin-top: 20px; }

._1VHShx5EcRNVSc61aLOFXE {
  display: flex;
  width: 33%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  ._1VHShx5EcRNVSc61aLOFXE p {
    font-family: var(--headerFont);
    font-size: 11px;
    line-height: 17px;
    color: var(--blue); }
  ._1VHShx5EcRNVSc61aLOFXE a {
    text-decoration: none; }
  ._1VHShx5EcRNVSc61aLOFXE a p {
    text-decoration: none;
    color: var(--orange);
    transition: all 1s ease; }
  ._1VHShx5EcRNVSc61aLOFXE a:hover p {
    text-decoration: none;
    color: var(--blue); }

@media (max-width: 700px) {
  ._3qgqqvk3BThU0d_E5iy-xN {
    padding: var(--spaceSmall); }
  .sDCdsYPy1TIC5OepxXpGk {
    margin-bottom: 10px; }
  ._1VHShx5EcRNVSc61aLOFXE {
    width: 50%;
    align-items: center; }
    ._1VHShx5EcRNVSc61aLOFXE p {
      font-size: 10px;
      line-height: 16px;
      text-align: center; }
    ._1VHShx5EcRNVSc61aLOFXE:first-child {
      margin-bottom: 20px; }
    ._1VHShx5EcRNVSc61aLOFXE:last-child {
      width: 100%;
      margin-top: 15px; }
  ._1VHShx5EcRNVSc61aLOFXE:last-child {
    width: 100%; } }

@media (max-width: 350px) {
  ._3qgqqvk3BThU0d_E5iy-xN {
    padding: var(--spaceSmall); }
  .sDCdsYPy1TIC5OepxXpGk {
    width: 90px;
    height: 90px; } }

.wSXKdqbopfYdxgeprTidw {
  grid-column-start: 1;
  grid-column-end: 10;
  background-color: var(--blue);
  height: 200vh;
  color: var(--beige);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(16, 1fr);
  gap: 20px; }

._2dRNyIQ_-UUHSJvyAEjBT7 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(16, 1fr);
  height: 170vh; }

._2rhXnIS1imFTlrtBG5kMwe {
  grid-column-start: 1;
  grid-column-end: 4;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: var(--spaceMed);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1a0088;
  background: linear-gradient(180deg, #1a0088 0%, rgba(26, 0, 136, 0) 30%); }

.zlkuMXwU7FcMM8S4vI5Oj {
  align-self: flex-end;
  text-align: right;
  width: 70%; }

.eOecwPX8_fm3kWNyo4Cyt {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  animation: _2iUgitWfDzoiZsqPlgIxbe 5s cubic-bezier(0, 0.55, 0.45, 1) forwards; }

._38OtIAwvnEUuHK1SJBwdb0 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 8;
  grid-row-end: 17;
  background-color: var(--blue);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  ._38OtIAwvnEUuHK1SJBwdb0 h1 {
    font-family: 'Sharp Grotesk Black 08';
    font-weight: 400;
    color: var(--orange);
    text-align: center;
    text-transform: uppercase;
    font-size: 150px;
    line-height: 130px;
    margin-top: 20px; }

._2OJDI8WpBhAKuywPKHj63p {
  grid-column-end: 5;
  justify-content: flex-start;
  grid-row-start: 7; }

._3fHYget03IJOrqSHXo5hhz {
  align-self: flex-start;
  text-align: left;
  color: var(--orange); }

.qs-sgn_Fxo-KUZGeLYds2 {
  width: 250px;
  margin: var(--spaceMed) 0; }

._1aceL6KbfuFslR3s1Y0uJB {
  grid-column-start: 1;
  grid-column-end: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--blue); }
  ._1aceL6KbfuFslR3s1Y0uJB p {
    font-family: 'Sharp Grotesk Book 20';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--beige);
    text-align: center;
    width: 70%; }
  ._1aceL6KbfuFslR3s1Y0uJB a {
    text-decoration: none;
    color: var(--beige);
    transition: color 1s ease; }
    ._1aceL6KbfuFslR3s1Y0uJB a:hover {
      color: var(--orange); }

@media (min-width: 700px) {
  .qs-sgn_Fxo-KUZGeLYds2 {
    width: 350px; }
  .wSXKdqbopfYdxgeprTidw {
    gap: 10%; }
  ._3fHYget03IJOrqSHXo5hhz {
    width: 50%; }
  .zlkuMXwU7FcMM8S4vI5Oj {
    width: 30%; }
  ._38OtIAwvnEUuHK1SJBwdb0 {
    padding-top: 0px; }
    ._38OtIAwvnEUuHK1SJBwdb0 h1 {
      font-size: 200px;
      line-height: 180px; }
  ._2rhXnIS1imFTlrtBG5kMwe {
    background: linear-gradient(180deg, #1a0088 0%, rgba(26, 0, 136, 0) 10%); }
  ._1aceL6KbfuFslR3s1Y0uJB p {
    font-size: 14px;
    width: 100%; } }

@media (max-width: 350px) {
  ._3fHYget03IJOrqSHXo5hhz {
    width: 100%;
    font-size: 22px;
    line-height: 28px; }
  .zlkuMXwU7FcMM8S4vI5Oj {
    width: 100%;
    font-size: 22px;
    line-height: 28px; } }

@keyframes _1xNcucIKjJD_1GGRURWjVE {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes _2iUgitWfDzoiZsqPlgIxbe {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

._3arUjogdV-6FWLC3hXeP4H {
  z-index: 999;
  fill: var(--beige);
  transition: fill 0.5s ease; }

._1DfXlFQVsWgPNw-7AJl5HO {
  z-index: 999;
  fill: #212b36;
  transition: fill 0.5s ease; }

.XtU73DFqT9b8nJ5vW5AID {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--blue);
  z-index: 900;
  padding: var(--spaceSmall);
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  overflow-y: scroll; }

.sgLSu9o5N8Mzqn8HrLAd1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--orange);
  z-index: 800; }

._2IkQec7wKdcI_YkoCbhhup {
  position: fixed;
  top: var(--spaceMed);
  right: var(--spaceMed);
  background-color: var(--blue);
  border: 1px solid var(--orange);
  color: var(--orange);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  font-family: 'Sharp Grotesk Book 20';
  font-size: 15px;
  transform: scale(1);
  transition: all 0.7s ease; }
  ._2IkQec7wKdcI_YkoCbhhup:hover {
    background-color: var(--orange);
    color: var(--blue);
    transform: scale(1.1); }

._2bldA0snsSxtC_iuYOFGKd {
  color: var(--blue);
  background: var(--orange);
  border-bottom: 1px solid var(--orange); }

.OJwb7nDoCzLEHTr5HjQb {
  background-color: var(--blue);
  border: 1px solid var(--orange);
  color: var(--orange);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-family: 'Sharp Grotesk Book 20';
  cursor: pointer;
  font-size: 15px;
  transform: scale(1);
  transition: all 0.7s ease; }
  .OJwb7nDoCzLEHTr5HjQb:hover {
    background-color: var(--orange);
    color: var(--blue);
    transform: scale(1.1); }

._2MDz52jmRJxezwhX4LO_Sm {
  width: 100%;
  height: 300px;
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: var(--spaceBig);
  margin-bottom: var(--spaceMed); }

._3tQSwDry7nq7Mrky88hGaf {
  border-top: 1px solid var(--orange);
  width: 100%;
  min-height: 50vh;
  padding-top: var(--spaceMed); }
  ._3tQSwDry7nq7Mrky88hGaf p {
    color: var(--beige);
    margin-bottom: var(--spaceSmall);
    font-size: var(--fontSizeBody);
    line-height: var(--lineSizeBody); }
  ._3tQSwDry7nq7Mrky88hGaf span {
    color: var(--orange); }

._39Ym02BFO2wp2RxSLJwgEh {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: var(--spaceSmall);
  font-size: 12px; }

._37-S8idwgRJMlObvopQFL7 {
  margin-left: 15px;
  color: var(--orange);
  font-family: 'Sharp Grotesk Book 20';
  font-size: 14px; }

.IX7tX3HtdYoPb68JfqMjx {
  background-color: var(--beige);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--orange); }

.d5WuVffnk-5n0onF1eu0r {
  border: 1px solid var(--orange);
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  padding: var(--spaceSmall); }

._2-GIbgUUdEaVXAYGVqtjzW {
  color: var(--beige);
  position: relative;
  margin-bottom: var(--spaceMed); }
  ._2-GIbgUUdEaVXAYGVqtjzW p {
    font-size: var(--fontSizeBody);
    line-height: var(--lineSizeBody); }
  ._2-GIbgUUdEaVXAYGVqtjzW span {
    color: var(--orange);
    font-family: 'Sharp Grotesk Book 20';
    font-size: 14px; }

@media (min-width: 700px) {
  .d5WuVffnk-5n0onF1eu0r {
    width: 690px;
    margin-top: var(--spaceBig); } }

._3GbSR79aus7swb359u1Kd9 {
  grid-column-start: 1;
  grid-column-end: 10;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px 20px;
  transition: all 1s cubic-bezier(0.83, 0, 0.17, 1);
  background-color: var(--blue); }
  ._3GbSR79aus7swb359u1Kd9 div {
    margin-bottom: 50px; }
  ._3GbSR79aus7swb359u1Kd9 a {
    color: var(--beige);
    font-size: 15px;
    letter-spacing: 0rem;
    text-transform: none;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: border-bottom 1s ease; }
    ._3GbSR79aus7swb359u1Kd9 a:hover {
      border-bottom: 1px solid white; }
  ._3GbSR79aus7swb359u1Kd9 p,
  ._3GbSR79aus7swb359u1Kd9 dt,
  ._3GbSR79aus7swb359u1Kd9 dd {
    color: var(--beige);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-align: center;
    margin: 0px;
    margin-bottom: 10px;
    line-height: 22px; }
  ._3GbSR79aus7swb359u1Kd9 dl {
    margin-bottom: 50px;
    font-family: 'Lyon Text Web'; }
  ._3GbSR79aus7swb359u1Kd9 p,
  ._3GbSR79aus7swb359u1Kd9 dd {
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0;
    max-width: 600px; }

._1wyPsT4Di2bFN6oONLAMPl {
  margin-bottom: 20px;
  fill: var(--beige); }

._3OI-9xD8Zk872crc1JfNH4 {
  margin-bottom: 50px; }

.rHtT4mP82wdX8ZyWN8piS {
  margin-bottom: 50px; }

._2g12YL_zAmx7pMEkkp3gkM {
  font-style: italic; }

