@font-face {
  font-family: Syne;
  src: url('../fonts/Syne-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-grey: #d6d6d6;
  --white: #fff;
  --dark-1: #231f20;
  --main-blue: #347e8d;
  --light-coral: #f65a68;
  --yellow-green: #83dc52;
  --black-2: #333;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-200: #f3f5fb;
  --darker-white: #fafafa;
  --secondary-white: #f2f2f7;
  --dark-grey: #949494;
  --otherblue: #7fb9bf;
  --red: red;
  --flowui-component-library--success-base: #0ebc6e;
  --flowui-component-library--gray-100: #f7f9fd;
  --dark-orange: #f1953a;
  --dodger-blue: #3898ec;
  --black: black;
  --green: #2fb62f;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.hero {
  border-bottom: 1px solid var(--light-grey);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1300px;
  height: 90vh;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.top-navbar {
  z-index: 9999;
  background-color: var(--white);
  border-bottom: 1px solid #d6d6d6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-top-navbar {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.top-navbar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1300px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 22px;
  display: flex;
}

.clone-button {
  background-color: var(--dark-1);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 500;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 1px 3px #555;
}

.clone-button:hover {
  background-color: var(--main-blue);
  transform: scale(1.01);
}

.clone-button.alt-button {
  border: 2px solid var(--dark-1);
  color: var(--dark-1);
  background-color: #fff;
}

.clone-button.alt-button:hover {
  background-color: var(--dark-1);
  color: var(--white);
}

.clone-button.alt-button.lower-alt-button {
  border-color: var(--white);
  color: var(--white);
  background-color: #fff0;
  font-weight: 700;
}

.clone-button.alt-button.lower-alt-button:hover {
  color: var(--main-blue);
  background-color: #fff;
}

.clone-button.button-white-alt {
  background-color: var(--white);
  color: var(--main-blue);
  border: 2px solid #fff;
  font-weight: 700;
}

.clone-button.button-white-alt:hover {
  background-color: var(--main-blue);
  color: var(--white);
}

.clone-button.button-white-alt.longbutton {
  text-transform: uppercase;
  min-width: 100%;
  max-width: 100%;
}

.clone-button.button-app {
  background-color: var(--main-blue);
  text-transform: uppercase;
}

.clone-button.button-app:hover {
  text-transform: uppercase;
  background-color: #419fb3;
}

.clone-button.greenregister {
  text-transform: uppercase;
  background-color: #2e922e;
}

.clone-button.greenregister:hover {
  background-color: #38ad38;
}

.h1 {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 66px;
  font-weight: 600;
  line-height: 80px;
}

.h3 {
  z-index: 1;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  position: relative;
}

.hero-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40%;
  margin-top: 20px;
  margin-right: 0;
  display: flex;
}

.hero-button-wrapper.button-center {
  justify-content: center;
}

.hero-button-wrapper.primary-hero-wrapper.alt-wrp {
  display: block;
}

.hero-button-wrapper.primary-hero-wrapper.alt-wrp.secondary-limit {
  max-width: 70%;
}

.explore-button {
  color: #009bfb;
  background-color: #0000;
  border: 1px solid #009bfb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #dbdbdb;
}

.explore-button:hover {
  transform: scale(1.01);
  box-shadow: 1px 2px 3px #dbdbdb;
}

.content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sidebar-left {
  color: #ee3636;
  flex-direction: column;
  align-items: center;
  width: 20%;
  height: 400px;
  padding-top: 79px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: sticky;
  top: 65px;
}

.h2 {
  font-weight: 600;
}

.content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 50px;
  display: flex;
}

.component-wrapper {
  flex-direction: column;
  place-content: flex-start center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.hamburger-menu {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  margin: 20px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.navbar-hamburger-menu-hm1 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm1.w--open {
  background-color: #0000;
}

.top-bar-hm1 {
  background-color: var(--light-coral);
  border-radius: 6px;
  width: 50px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.top-bar-hover {
  background-color: #fff;
  width: 10px;
  height: 100%;
  position: absolute;
  inset: 0% -10px auto auto;
}

.middle-bar-hm1 {
  background-color: #f65a68;
  border-radius: 6px;
  width: 50px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.middle-bar-hover {
  background-color: #fff;
  width: 10px;
  height: 100%;
  position: absolute;
  inset: 0% -10px auto auto;
}

.bottom-bar-hm1 {
  background-color: #f65a68;
  border-radius: 6px;
  width: 50px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.bottom-bar-hover {
  background-color: #fff;
  width: 10px;
  height: 100%;
  position: absolute;
  inset: 0% -10px auto auto;
}

.navbar-hamburger-menu-hm2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm2.w--open {
  background-color: #0000;
}

.top-bar-hm2, .bottom-bar-hm2 {
  background-color: #f65a68;
  border-radius: 40px;
  width: 50px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

._2nd-top-bar-hm2, ._2nd-bottom-bar-hm2 {
  background-color: #f65a68;
  border-radius: 40px;
  width: 50px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
  position: relative;
}

.navbar-hamburger-menu-hm3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm3.w--open {
  background-color: #0000;
}

.top-bar-hm3 {
  background-color: var(--yellow-green);
  border-radius: 8px;
  width: 50px;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
}

._2nd-top-bar-hm3 {
  background-color: #83dc52;
  border-radius: 8px;
  width: 50px;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: none;
}

.middle-bar-hm3, .bottom-bar-hm3 {
  background-color: #83dc52;
  border-radius: 8px;
  width: 50px;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
}

._2nd-bottom-bar-hm3 {
  background-color: #83dc52;
  border-radius: 8px;
  width: 50px;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: none;
}

.navlink-sidebar {
  border-right: 1px solid var(--light-grey);
  color: #949494;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
  display: flex;
}

.highlight-sidebar {
  background-color: var(--light-coral);
  width: 4px;
  height: 100%;
}

.arrown-down-icon-2 {
  color: #009bfb;
  padding-top: 3px;
  position: absolute;
  top: 16px;
  left: auto;
  right: 26px;
}

.component {
  flex-wrap: wrap;
  place-content: flex-start center;
  display: flex;
}

.navbar-hamburger-menu-hm4 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hamburger-menu-hm4.w--open {
  background-color: #0000;
}

.top-bar-hm4 {
  background-color: #f1953a;
  border-radius: 10px;
  width: 55px;
  height: 3px;
  margin: 6px auto;
}

._2nd-top-bar-hm4 {
  background-color: #f1953a;
  border-radius: 10px;
  width: 55px;
  height: 3px;
  margin: 6px auto;
  display: none;
}

.middle-bar-hm4 {
  background-color: #f1953a;
  border-radius: 10px;
  width: 55px;
  height: 3px;
  margin: 6px auto;
}

._2nd-middle-bar-hm4 {
  background-color: #f1953a;
  border-radius: 10px;
  width: 50px;
  height: 3px;
  margin: 6px auto;
  display: none;
}

.bottom-bar-hm4 {
  background-color: #f1953a;
  border-radius: 10px;
  width: 55px;
  height: 3px;
  margin: 6px auto;
}

._2nd-bottom-bar-hm4 {
  background-color: #f1953a;
  border-radius: 10px;
  width: 55px;
  height: 3px;
  margin: 6px auto;
  display: none;
}

.navbar-hamburger-menu-hm5 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm5 {
  position: relative;
}

.hamburger-menu-hm5.w--open {
  background-color: #0000;
}

.top-bar-hm5, .middle-bar-hm5, .bottom-bar-hm5 {
  background-color: #333;
  border-radius: 8px;
  width: 35px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.cross-bar-1-hm5 {
  background-color: #83dc52;
  border-radius: 8px;
  width: 35px;
  height: 3px;
  display: none;
  position: absolute;
  inset: auto auto 47% 26%;
}

.cross-bar-2-hm5 {
  background-color: #83dc52;
  border-radius: 8px;
  width: 35px;
  height: 3px;
  display: none;
  position: absolute;
  inset: auto auto 47% 27%;
}

.navbar-hamburger-menu-hm6 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm6 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.hamburger-menu-hm6.w--open {
  background-color: #0000;
}

.top-bar-hm6 {
  background-color: #f65a68;
  border-radius: 8px;
  width: 40px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
}

._2nd-top-bar-hm6 {
  background-color: #f65a68;
  border-radius: 8px;
  width: 50px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  display: none;
}

.middle-bar-hm6, .bottom-bar-hm6 {
  background-color: #f65a68;
  border-radius: 8px;
  width: 50px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: auto;
}

._2nd-bottom-bar-hm6 {
  background-color: #f65a68;
  border-radius: 8px;
  width: 40px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: auto;
  display: none;
}

.button {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 200px;
  margin: 20px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.button.b4 {
  justify-content: flex-start;
  padding-left: 60px;
}

.button-1 {
  color: #83dc52;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text-b1 {
  z-index: 10;
  position: relative;
}

.hover-out-button-b1 {
  color: #83dc52;
  border: 4px solid #83dc52;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #e4e4e4;
}

.hover-on-button-b1 {
  background-color: #f1953a;
  border-radius: 40px;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #e4e4e4;
}

.link-1 {
  color: #333;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  font-size: 26px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-left-l1 {
  padding-right: 5px;
}

.text-right-l1 {
  padding-right: 10px;
}

._2nd-text-left-l1 {
  padding-right: 5px;
  position: absolute;
  top: auto;
  bottom: -22px;
  right: auto;
}

._2nd-text-right-l1 {
  padding-right: 10px;
  position: absolute;
  inset: auto auto -22px 64px;
}

.arrow-tail-l1 {
  background-color: #f65a68;
  border-radius: 8px;
  width: 25px;
  height: 2px;
}

.arrow-head-l1 {
  height: 30px;
  margin-left: -12px;
}

.link {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 190px;
  margin: 20px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.link.l6 {
  flex-direction: column;
}

.link.purple {
  background-image: linear-gradient(172deg, #2f084e, #720b8b);
}

.arrow-red-b2 {
  width: 77px;
  margin-left: 20px;
  margin-right: 20px;
}

.circle-bg-red-b2 {
  z-index: 1;
  position: relative;
}

.button-2 {
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-mask-top-b2 {
  z-index: 10;
  position: absolute;
}

.circle-bg-grey-b2 {
  z-index: 2;
  display: none;
  position: absolute;
  inset: 0%;
}

.circle-mask-bottom-red-b2 {
  z-index: 11;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.circle-mask-bottom-b2 {
  z-index: 10;
  position: absolute;
  inset: auto auto 0% 0%;
}

.arrow-grey-b2 {
  width: 77px;
  margin-left: 20px;
  margin-right: 20px;
}

.circle-mask-top-red-b2 {
  z-index: 11;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.arrow-wrapper-b2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 63% 0% auto;
}

.circle-wrapper {
  width: 400px;
  position: relative;
}

.button-3 {
  position: relative;
}

.arrow-wrapper-b3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  display: flex;
  position: absolute;
  inset: 32% auto auto 37%;
}

.button-4 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 1px 1px 3px #bdbdbd;
}

.button-wrapper-b4 {
  display: flex;
}

.arrow-wrapper-b4 {
  background-color: #333;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-border-b4 {
  background-color: #f65a68;
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.left-border-b4 {
  background-color: #f65a68;
  width: 3px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bottom-border-b4 {
  background-color: #f65a68;
  width: 100%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-wrapper-b4 {
  background-color: #f65a68;
  justify-content: center;
  align-items: center;
  width: 170px;
  display: flex;
}

.text-b4 {
  padding-left: 46px;
  padding-right: 46px;
  font-weight: 500;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #f1953a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #d4d4d4;
}

.text-wrapper-top-b5 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.button-text-b5 {
  text-align: center;
}

.button-text-b5.top {
  position: absolute;
  inset: auto 0% -10px;
}

.button-text-b5.bottom {
  position: absolute;
  inset: -10px 0% auto;
}

.text-wrapper-bottom-b5 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.link-2 {
  color: #333;
  letter-spacing: 4px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 233px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-2:hover {
  color: #f65a68;
}

.line-l2 {
  background-color: #f65a68;
  width: 50px;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 0%;
}

.link-3 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 120px;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.letter-l3 {
  color: #333;
  padding-left: 3px;
  padding-right: 3px;
  position: absolute;
}

.letter-l3._1 {
  left: 40px;
}

.letter-l3._2 {
  top: 45px;
  left: 60px;
}

.letter-l3._3 {
  top: 52px;
  left: 83px;
}

.letter-l3._4 {
  top: 48px;
  left: 102px;
}

.letter-l3._5 {
  top: 51px;
  left: 121px;
}

.link-4 {
  color: #333;
  font-size: 36px;
  font-weight: 800;
  line-height: 35px;
  text-decoration: none;
  position: relative;
}

.text-l4 {
  font-family: Open Sans, sans-serif;
}

.overlay-wrapper-l4 {
  width: 240px;
  height: 33px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.text-mask-l4 {
  z-index: 999;
  max-width: none;
  margin-top: -2px;
  margin-left: -7px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-bg-l4 {
  z-index: 1;
  width: 500px;
  max-width: none;
  position: absolute;
  inset: 0% 0% 0% -58%;
}

.link-3 {
  color: #333;
  flex-direction: column;
  align-items: flex-start;
  width: 180px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-plus-l5 {
  font-size: 18px;
  position: absolute;
  inset: -5px 0% auto auto;
}

._1st-underline-l5 {
  background-color: #333;
  width: 100%;
  height: 1px;
  margin-top: 4px;
}

._2nd-underline-l5 {
  background-color: #333;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.link-5 {
  color: #333;
  flex-direction: column;
  align-items: flex-start;
  width: 130px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wave-wrapper-l6 {
  position: relative;
  overflow: hidden;
}

.link-wrapper-l6 {
  color: #333;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  transition: color .2s;
}

.link-wrapper-l6.orange:hover {
  color: #f1953a;
}

.link-wrapper-l6.green:hover {
  color: #83dc52;
}

.link-wrapper-l6.red:hover {
  color: #f65a68;
}

.wave-bg-l6 {
  height: 10px;
}

.wave-bg-l6.orange {
  background-image: url('../images/wave_orange.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
}

.wave-bg-l6.red {
  background-image: url('../images/wave_red.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
}

.wave-bg-l6.green {
  background-image: url('../images/wave_green.svg');
  background-position: 0 0;
  background-size: contain;
}

.wave-cover-l6 {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.navbar {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 120px;
  margin: 20px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.navbar.big {
  background-color: #f6f0e8;
  align-items: flex-start;
  height: 250px;
  padding-top: 30px;
}

.navbar-1 {
  color: #333;
  background-color: #0000;
  font-size: 20px;
  font-weight: 500;
}

.navlink-nb1 {
  color: #333;
}

.navbar-2 {
  color: #333;
  background-color: #0000;
  font-size: 18px;
  font-weight: 500;
}

.nav-menu-nb2 {
  display: flex;
}

.navlink-wrapper-nb2 {
  color: #333;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.navlink-nb2 {
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}

.bracket-left-nb2 {
  position: absolute;
  inset: 20% auto auto 0%;
}

.bracket-right-nb2 {
  position: absolute;
  inset: 20% 0% auto auto;
}

.card {
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 750px;
  max-width: 1000px;
  margin: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.card-1 {
  perspective: 1000px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-c1 {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin: 15px 10px;
  text-decoration: none;
  transition: box-shadow .1s;
  position: relative;
  box-shadow: 0 8px 18px 1px #bdbdbd;
}

.glitch-c1 {
  display: none;
  position: absolute;
  inset: 0%;
}

.text-card-c1 {
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 34px;
  font-style: italic;
  line-height: 34px;
  display: flex;
  position: absolute;
  inset: auto 0% 12%;
}

.card-c2 {
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 292px;
  margin: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #e0e0e0;
}

.card-c2:hover {
  border-color: #0000002b;
}

.text-card-c2 {
  z-index: 10;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 36px;
}

.iphone-c2 {
  z-index: 0;
  width: 86.4px;
  margin-top: 5px;
  position: relative;
}

.iphone-overlay-c2 {
  z-index: 10;
  width: 86.4px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 58px 0% 0%;
}

.card-2 {
  perspective: 1000px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-bg-c2 {
  z-index: 1;
  background-image: linear-gradient(to top, #57635a, #909c93);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  margin-top: -10px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.card-bg-c2.silver {
  background-image: linear-gradient(to top, #e6e5db, #f4f4ef);
}

.card-bg-c2.gold {
  background-image: linear-gradient(to top, #fed3b6, #ffebdc);
}

._3d-effect {
  perspective: 1000px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 750px;
  max-width: 1000px;
  margin: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

._3d-effect.iphone {
  min-width: 450px;
  padding-top: 40px;
  padding-bottom: 0;
  overflow: hidden;
}

._3d-effect-1 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 630px;
  margin-left: 58px;
  display: flex;
  position: relative;
}

.screenshot-3de1 {
  box-shadow: 0 1px 3px #a1a1a1;
}

.heading-3de1 {
  color: #f65a68;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #a0a0a0;
  transform-style: preserve-3d;
  font-size: 47px;
  font-weight: 800;
  line-height: 40px;
  position: absolute;
  inset: auto auto 40px 3%;
  transform: translate3d(0, 0, 200px);
}

.heading-orange-3de1 {
  color: #f1953a;
}

.heading-green-3de1 {
  color: #83dc52;
}

.logo-3de1 {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 8% 40px auto;
  transform: translate3d(0, 0, 200px);
}

.ui-kit-image-left, .ui-kit-image-right {
  z-index: 0;
}

.navbar-hamburger-menu-hm7 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm7 {
  border: 1px solid #f65a68;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 97px;
  padding: 25px;
  overflow: hidden;
}

.hamburger-menu-hm7.w--open {
  background-color: #0000;
}

.red-bg-hm7 {
  z-index: 0;
  background-color: #f65a68;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.top-bar-hm7, .middle-bar-hm7, .bottom-bar-hm7 {
  z-index: 1;
  background-color: #fff;
  width: 45px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  position: relative;
}

.cross-bar-1-hm7, .cross-bar-2-hm7 {
  background-color: #f65a68;
  width: 45px;
  height: 2px;
  display: block;
  position: absolute;
  inset: 49% auto auto;
}

.button-6 {
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.square-b6 {
  background-color: #fff;
  border: 1px solid #333;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}

.text-b6 {
  margin-left: 25px;
}

.arrow-wrapper-b6 {
  justify-content: flex-end;
  align-items: center;
  width: 47px;
  margin-left: -21px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow-tail-b6 {
  background-color: #333;
  width: 45px;
  height: 1px;
}

.arrow-head-1-b6 {
  z-index: 10;
  margin-left: -9px;
  position: relative;
}

.arrow-head-2-b6 {
  z-index: 8;
  position: absolute;
  inset: auto 3px auto auto;
}

.card-3 {
  perspective: 1000px;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-c3 {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 230px;
  margin: 15px 10px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #bbb;
}

.image-city-c3 {
  width: 220px;
  max-width: none;
}

.overlay-1-c3 {
  background-image: linear-gradient(315deg, #0015ff99, #ee00ffa6);
  width: 210px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.overlay-2-c3 {
  background-image: linear-gradient(#ec00fd3b, #0015ff66 75%);
  width: 210px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.text-wrapper-c3 {
  display: block;
  position: absolute;
  inset: auto auto 20px 20px;
}

.title-card-c3 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
}

.text-card-c3 {
  font-size: 16px;
  font-weight: 400;
}

.text-card-c3:hover {
  text-decoration: underline;
}

.navbar-hamburger-menu-hm8 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm8 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 25px;
}

.hamburger-menu-hm8.w--open {
  background-color: #0000;
}

.top-bar-hm8, .middle-bar-hm8, .bottom-bar-hm8 {
  background-color: #f1953a;
  width: 55px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.cross-bar-1-hm8, .cross-bar-2-hm8 {
  background-color: #f1953a;
  width: 55px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: none;
  position: absolute;
  inset: auto auto 33px;
}

.top-bar-wrapper-hm9 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.middle-bar-1-hm9 {
  background-color: #83dc52;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 25px;
  height: 5px;
}

.middle-bar-2-hm9 {
  background-color: #83dc52;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 25px;
  height: 5px;
}

.bottom-bar-1-hm9, .top-bar-1-hm9 {
  background-color: #83dc52;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 25px;
  height: 5px;
}

.navbar-hamburger-menu-hm9 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.top-bar-2-hm9 {
  background-color: #83dc52;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 25px;
  height: 5px;
}

.hamburger-menu-hm9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.hamburger-menu-hm9.w--open {
  background-color: #0000;
}

.bottom-bar-2-hm9 {
  background-color: #83dc52;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 25px;
  height: 5px;
}

.middle-bar-wrapper-hm9 {
  justify-content: space-between;
  align-items: flex-start;
  margin: 6px auto;
  display: flex;
}

.bottom-bar-wrapper-hm9 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.button-7 {
  color: #f65a68;
  background-color: #fff;
  border: 3px solid #f65a68;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #d3d3d3;
}

.text-wrapper-b7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  display: flex;
  overflow: hidden;
}

.button-text-1-red-b7, .button-text-2-red-b7, .button-text-3-red-b7 {
  z-index: 1;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
}

.button-text-1-white-b7 {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  position: absolute;
  inset: 17px auto auto 32px;
}

.button-text-2-white-b7 {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  position: absolute;
  inset: 17px auto auto 83px;
}

.button-text-3-white-b7 {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  position: absolute;
  inset: 17px 32px auto auto;
}

.button-8 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #d3d3d3;
}

.text-button-b8 {
  z-index: 1;
  letter-spacing: 0;
  position: relative;
}

.bg-mask-b8 {
  background-color: #333;
  width: 0;
  height: 200px;
  position: absolute;
  inset: auto;
  transform: rotate(37deg);
}

.button-9 {
  color: #83dc52;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-wrapper-b9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-button-b9 {
  z-index: 1;
  position: relative;
}

.line-b9 {
  background-color: #358b09;
  width: 0;
  height: 2px;
}

.border-left-b9 {
  background-color: #83dc52;
  width: 2px;
  height: 45px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border-right-b9 {
  background-color: #83dc52;
  width: 2px;
  height: 45px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.border-top-b9 {
  background-color: #83dc52;
  width: 220px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.border-bottom-b9 {
  background-color: #83dc52;
  width: 220px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.arrow-tail-l7 {
  background-color: #f65a68;
  width: 75px;
  height: 2px;
}

.arrow-wrapper-l7 {
  justify-content: flex-start;
  align-items: center;
  width: 106px;
  display: flex;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.arrow-head-l7 {
  margin-left: 6px;
}

.link-7 {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  width: 98px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.arrow-wrapper-l8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-l8 {
  margin-right: 7px;
}

.arrow-tail-l8 {
  background-color: #333;
  width: 40px;
  height: 2px;
}

.link-8 {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  width: 185px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.arrow-tail-dot-4-l8 {
  background-color: #333;
  width: 2px;
  height: 2px;
  margin-right: 2px;
}

.arrow-head-l8 {
  height: 30px;
  margin-left: -6px;
}

.arrow-tail-dot-2-l8, .arrow-tail-dot-1-l8, .arrow-tail-dot-3-l8 {
  background-color: #333;
  width: 2px;
  height: 2px;
  margin-right: 2px;
}

.bubble-5-l9 {
  background-color: #83dc52;
  border-radius: 50px;
  width: 9px;
  height: 9px;
  position: absolute;
}

.link-9 {
  color: #333;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.arrow-l9 {
  z-index: 1;
  position: relative;
}

.bubble-4-l9 {
  background-color: #83dc52;
  border-radius: 50px;
  width: 5px;
  height: 5px;
  position: absolute;
}

.bubble-6-l9 {
  background-color: #83dc52;
  border-radius: 50px;
  width: 13px;
  height: 13px;
  position: absolute;
}

.bubble-1-l9 {
  background-color: #83dc52;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.underline-text-l9 {
  background-color: #83dc52;
  width: 100%;
  height: 3px;
  margin-top: -4px;
}

.text-wrapper-l9 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bubble-3-l9 {
  background-color: #83dc52;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  position: absolute;
}

.bubble-7-l9 {
  background-color: #83dc52;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  position: absolute;
}

.bubble-2-l9 {
  background-color: #83dc52;
  border-radius: 50px;
  width: 6px;
  height: 6px;
  position: absolute;
}

.bubble-8-l9 {
  background-color: #83dc52;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  position: absolute;
}

.arrow-wrapper-bg-l9 {
  background-color: #83dc52;
  border-radius: 50px;
  position: absolute;
  inset: 0%;
}

.arrow-wrapper-l9 {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.iphone-wrapper-3de2 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.iphone-bg-3de2 {
  z-index: 10;
  position: relative;
  bottom: -12px;
}

.iphonr-top-bar-3de2 {
  z-index: 8;
  position: absolute;
  inset: 21px auto auto;
}

.iphone-subwrapper-3de2 {
  justify-content: center;
  align-items: flex-start;
  width: 210px;
  height: 308px;
  display: flex;
  position: absolute;
  bottom: -12px;
  overflow: hidden;
}

.iphone-content-3de2 {
  z-index: 7;
  position: absolute;
  inset: 0% auto auto;
}

.navbar-hamburger-menu-hm10 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm10.w--open {
  background-color: #0000;
}

.top-bar-hm10, .bottom-bar-hm10 {
  background-color: #333;
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.navbar-hamburger-menu-hm11 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm11 {
  perspective: 1000px;
  justify-content: center;
}

.hamburger-menu-hm11.w--open {
  background-color: #0000;
}

.top-bar-hm11 {
  background-color: #f65a68;
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.middle-bar-hm11 {
  text-align: center;
  background-color: #f65a68;
  width: 40px;
  height: 2px;
  margin: 12px auto;
}

.bottom-bar-hm11 {
  background-color: #f65a68;
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.cross-bar-1-hm11 {
  background-color: #f65a68;
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: none;
  position: absolute;
  inset: 18px auto auto;
}

.cross-bar-2-hm11 {
  background-color: #f65a68;
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: none;
  position: absolute;
  inset: auto auto 18px;
}

.button-10 {
  color: #00258b;
  justify-content: flex-start;
  align-items: center;
  width: 265px;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-color-b10 {
  z-index: 0;
  background-color: #c0e6ff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-button-b10 {
  z-index: 1;
  margin-left: 30px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 800;
  position: relative;
}

.arrow-blue-b10 {
  z-index: 1;
  position: relative;
}

.arrow-white-b10 {
  z-index: 0;
  position: absolute;
  inset: auto 33px auto auto;
}

.button-11 {
  color: #f1953a;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bg-wrapper-b11 {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-bg-b11 {
  background-color: #f1953a14;
  width: 0;
  height: 50px;
  position: absolute;
  left: 0;
}

.text-b11 {
  z-index: 1;
  position: relative;
}

.top-line-b11 {
  background-color: #f1953a;
  width: 200px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.left-line-b11 {
  background-color: #f1953a;
  width: 2px;
  height: 50px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bottom-line-b11 {
  background-color: #f1953a;
  width: 200px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.right-line-b11 {
  background-color: #f1953a;
  width: 2px;
  height: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-wrapper-l10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-l10 {
  color: #333;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link-l10:hover {
  color: #f65a68;
}

.navbar-hamburger-menu-hm12 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.hamburger-menu-hm12.w--open {
  background-color: #0000;
}

.top-bar-hm12, .middle-bar-hm12, .bottom-bar-hm12 {
  background-color: #f1953a;
  border-radius: 6px;
  width: 40px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.cross-bar-1-hm12, .cross-bar-2-hm12 {
  background-color: #f1953a;
  border-radius: 6px;
  width: 40px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  position: absolute;
  inset: 25px auto auto;
}

.navbar-hamburger-menu-hm13 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.hamburger-menu-hm13.w--open {
  background-color: #0000;
}

.top-bar-hm13, .middle-bar-hm13 {
  background-color: #333;
  width: 40px;
  height: 10px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.bottom-bar-hm13 {
  background-color: #333;
  width: 40px;
  height: 10px;
}

.cross-bar-1-hm13 {
  z-index: 10;
  background-color: #333;
  width: 40px;
  height: 10px;
  display: none;
  position: absolute;
  inset: auto auto 36px;
}

.cross-bar-2-hm13 {
  background-color: #333;
  width: 40px;
  height: 10px;
  display: none;
  position: absolute;
  inset: 37px auto auto;
}

.hero-wrapper {
  margin-bottom: 30px;
  display: flex;
}

.text-3d-effect-mobile {
  display: none;
}

.button-12 {
  color: #fff;
  background-color: #f65a68;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #bdbdbd;
}

.text-button-b12 {
  font-size: 20px;
  font-weight: 500;
}

.navbar-hamburger-menu-hm14 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cross-bar-1-hm14 {
  background-color: #333;
  border-radius: 6px;
  width: 30px;
  height: 2px;
  display: none;
  position: absolute;
  inset: 19px 0 auto auto;
}

.top-bar-wrapper-hm14 {
  width: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 10px;
  overflow: hidden;
}

.top-bar-hm14, .bottom-bar-hm14, .middle-bar-hm14 {
  background-color: #333;
  border-radius: 6px;
  width: 30px;
  height: 2px;
}

.cross-bar-2-hm14 {
  background-color: #333;
  border-radius: 6px;
  width: 30px;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto auto 19px 0;
}

.bottom-bar-wrapper-hm14 {
  width: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  overflow: hidden;
}

.menu-wrapper-hm14 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  height: 60px;
  display: flex;
}

.hamburger-menu-hm14 {
  border: 1px solid #fff;
  justify-content: center;
  padding: 0;
  transition: border-color .8s;
}

.hamburger-menu-hm14.w--open {
  background-color: #0000;
}

.middle-bar-wrapper-hm14 {
  width: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 5px;
  overflow: hidden;
}

.right-border-b13 {
  background-color: #000;
  width: 4px;
  height: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.left-border-b13 {
  background-color: #000;
  width: 4px;
  height: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner-bottom-left-b13 {
  width: 18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-button-b13 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.top-border-b13 {
  background-color: #000;
  width: 0;
  height: 4px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.corner-top-left-b13 {
  width: 18px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner-top-right-b13 {
  width: 18px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bottom-border-b13 {
  background-color: #000;
  width: 0;
  height: 4px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-13 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 60px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.corner-bottom-right-b13 {
  width: 18px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.navbar-hamburger-menu-hm15 {
  perspective: 100px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm15 {
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}

.hamburger-menu-hm15.w--open {
  background-color: #0000;
}

.menu-wrapper-hm15 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.top-bar-hm15 {
  background-color: #83dc52;
  width: 50px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.middle-bar-hm15 {
  background-color: #83dc52;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bottom-bar-hm15 {
  background-color: #83dc52;
  width: 50px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.button-14 {
  color: #009bfb;
  background-color: #fff;
  border: 2px solid #009bfb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #d3d3d3;
}

.text-button-b14 {
  z-index: 1;
  letter-spacing: 0;
  position: relative;
}

.navbar-hamburger-menu-hm16 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm16 {
  perspective: 1000px;
  justify-content: center;
  height: 60px;
}

.hamburger-menu-hm16.w--open {
  background-color: #0000;
}

.top-bar-hm16, .middle-bar-hm16, .bottom-bar-hm16 {
  background-color: #f1953a;
  width: 50px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.cross-bar-1-hm16 {
  background-color: #f1953a;
  width: 50px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
  position: absolute;
  inset: 19px auto auto;
}

.cross-bar-2-hm16 {
  background-color: #f1953a;
  width: 50px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
  position: absolute;
  inset: auto auto 29px;
}

.bracket-menu-left-nb2 {
  position: absolute;
  inset: 20% auto auto 0%;
}

.bracket-menu-right-nb2 {
  position: absolute;
  inset: 20% 0% auto auto;
}

.navbar-3 {
  background-color: #0000;
}

.navlink-nb3 {
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.navlink-nb3:hover {
  text-decoration: underline;
}

.navlink-nb5 {
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
}

.navlink-nb5:hover {
  text-decoration: underline;
}

.navlink-nb5.link-2-nb5 {
  z-index: 2;
  background-color: #fff;
}

.navlink-nb5.link-3-nb5 {
  z-index: 3;
  background-color: #fff;
}

.navlink-nb5.link-1-nb5 {
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}

.navlink-nb5.link-4-nb5 {
  z-index: 4;
  background-color: #fff;
}

.container-nb5 {
  align-items: center;
  display: flex;
}

.navbar-5 {
  background-color: #0000;
  overflow: hidden;
}

.menu-bar-2-nb5 {
  background-color: #333;
  width: 30px;
  height: 1px;
  position: absolute;
  inset: 15px auto auto;
  transform: rotate(45deg);
}

.menu-bar-1-nb5 {
  background-color: #333;
  width: 30px;
  height: 1px;
  transform: rotate(-45deg);
}

.menu-icon-nb5 {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.dropdown-list-nb4.w--open {
  background-color: #fff;
  border-radius: 10px;
  margin-top: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 1px 1px 3px #c5c5c5;
}

.dropdown-link-nb4 {
  text-transform: uppercase;
  padding-left: 30px;
  font-size: 16px;
  transition: color .2s;
}

.dropdown-link-nb4:hover {
  color: #cbb8a9;
}

.navlink-nb4 {
  color: #333;
  text-transform: uppercase;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-nb4 {
  border-right: 1px solid #333;
  height: 60px;
}

.dropdown-nb4.noborder {
  border-right-style: none;
}

.navlink-wrapper-nb4 {
  border-right: 1px solid #333;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle-nb4 {
  text-transform: uppercase;
  align-items: flex-start;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.dropdown-toggle-nb4.w--open {
  font-size: 16px;
  font-weight: 600;
}

.dropdown-menu-nb4 {
  display: flex;
}

.dropdown-icon-nb4 {
  margin-top: 6px;
  margin-left: 6px;
}

.navbar-4 {
  color: #333;
  background-color: #0000;
  font-size: 20px;
  font-weight: 500;
}

.link-wrapper-l11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-l11 {
  color: #e7a311;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  position: relative;
}

.link-l11:hover {
  filter: brightness(130%);
}

.text-l11 {
  z-index: 10;
  position: relative;
}

.text-bg1-l11 {
  z-index: 1;
  filter: blur(12px);
  color: #ffed26;
  font-size: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-bg2-l11 {
  z-index: 3;
  filter: brightness(200%) blur(3px);
  color: #f3e80c;
  font-size: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-wrapper-l12 {
  perspective: 750px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-l12 {
  color: #db434d;
  text-shadow: 1px 1px 1px #cecece;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Anton, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 42px;
  text-decoration: none;
}

.orange {
  color: #f1953a;
}

.youtube-link {
  color: #7d7d7d;
  letter-spacing: 0;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-links {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-footer {
  margin-left: 30px;
}

.footer-disclaimer-text {
  color: #a9a9ab;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.footer-cta-wrapper {
  border-top: 1px solid #ddd;
  justify-content: center;
  align-items: flex-end;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-cta {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.green {
  color: #83dc52;
}

.youtube-logo {
  margin-right: 5px;
}

.footer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
}

.footer-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 720px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.webflow-logo-footer {
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 2px;
}

.website-link {
  font-weight: 500;
  text-decoration: none;
}

.red {
  color: #f65a68;
}

.navbar-logo-left {
  z-index: 100;
  clear: none;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--dark-1);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: block;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--dark-1);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.nav-menu-wrapper {
  order: 0;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--dark-1);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.nav-link:hover {
  opacity: 1;
  filter: drop-shadow(0px 0px 14px var(--main-blue));
  backface-visibility: visible;
  color: var(--main-blue);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--main-blue);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.navlink-test {
  transform-style: preserve-3d;
}

.nav-link.navlink-test:hover {
  transform: rotateX(107deg)rotateY(0)rotateZ(0);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  color: #2b2b2b;
  text-decoration: none;
}

.heading-2 {
  color: #4d4d4d;
}

.heading-2.navbar-heading {
  margin-top: 10px;
  font-family: Syne, Palatino Linotype, sans-serif;
  font-weight: 800;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.f-field-input-icon {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  transition: all .25s;
}

.f-field-input-icon:hover, .f-field-input-icon:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input-icon::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-field-icon {
  color: var(--flowui-component-library--gray-400);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto auto auto 16px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-footer-title {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-h5-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-large-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.f-footer-form-block {
  margin-bottom: 0;
}

.f-footer-form-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 240px;
  position: relative;
}

.f-footer-form {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.f-max-width-small {
  max-width: 355px;
}

.f-footer-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 64px;
}

.f-footer-logo {
  flex: none;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-regular {
  background-color: var(--flowui-component-library--white);
  padding: 64px 5%;
  position: relative;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left.hero-main {
  z-index: 0;
  background-color: #fafafa;
  overflow: hidden;
}

.hero-heading-left.hero-main.hero-alt {
  background-color: var(--darker-white);
}

.hero-heading-left.hero-main.hero-alt.opposite-bg {
  background-color: var(--secondary-white);
}

.hero-heading-left.hero-main.hero-other {
  padding-bottom: 33px;
}

.hero-heading-left.hero-main.hero-other.hide-overflow {
  overflow: hidden;
}

.hero-heading-left.hero-main.alt {
  background-color: var(--secondary-white);
  border-left-style: solid;
  border-left-width: 1px;
}

.hero-heading-left.hero-main.hero-cta {
  background-color: var(--main-blue);
  border-bottom-style: none;
  border-bottom-width: 0;
}

.hero-heading-left.hero-main.hero-grid {
  background-image: url('../images/grid-test-new.png'), linear-gradient(to bottom, var(--black-2), var(--black-2));
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-clip: border-box;
}

.hero-heading-left.hero-main.hero-sec {
  background-color: var(--secondary-white);
}

.hero-heading-left.hero-main.hero-sec.hero-scrollytelling {
  height: 300rem;
  position: relative;
}

.hero-heading-left.hero-main.hero-sec {
  background-color: #f2f2f7;
  overflow: hidden;
}

.hero-heading-left.hero-main.opposite {
  background-color: #f2f2f7;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
}

.container-2.hero-container-1 {
  max-width: 1400px;
}

.container-2.hero-container-1.bottom-blue {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container-2.hero-container-1.hero-full {
  max-width: none;
}

.container-2.hero-container-1.info-cont {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.container-2.hero-container-1.cont-alt {
  padding-top: 15px;
  padding-bottom: 20px;
}

.container-2.hero-container-1.cont-alt.no-weird-offsets {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-2.hero-secondary-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--secondary-white);
  pointer-events: auto;
  align-items: flex-start;
  padding: 15px 30px 20px;
  box-shadow: 0 2px 4px #8d8d8d33;
}

.hero-wrapper-2.hero-secondary-wrapper.blue-box {
  background-color: var(--main-blue);
  color: #fff;
}

.hero-wrapper-2.hero-secondary-wrapper.blue-box.blue-box-alt {
  margin-bottom: 0;
  box-shadow: 0 2px 4px #8d8d8d33;
}

.hero-wrapper-2.hero-secondary-wrapper.blue-box.box-2.box-new {
  width: 100%;
}

.hero-wrapper-2.hero-secondary-wrapper.hero-wrapper-secondary {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  box-shadow: none;
  background-color: #f2f2f700;
  flex-flow: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.hero-wrapper-2.hero-secondary-wrapper.hero-wrapper-secondary.wrapper-info {
  align-items: flex-start;
}

.hero-wrapper-2.hero-secondary-wrapper.hero-wrapper-secondary.no-weird-offsets {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-wrapper-2.hero-secondary-wrapper.hero-grid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: none;
  background-color: #0000;
  flex-flow: column;
  padding: 0;
}

.hero-wrapper-2.hero-secondary-wrapper.highlights {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
}

.hero-wrapper-2.hero-secondary-wrapper.transp.scrollytelling {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
}

.hero-wrapper-2.hero-wrapper-alt {
  flex-flow: column;
  align-items: flex-start;
}

.hero-wrapper-2.hero-secondary-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  pointer-events: auto;
  background-color: #f2f2f7;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 15px 30px 20px;
  box-shadow: 0 2px 4px #8d8d8d33;
}

.hero-wrapper-2.hero-secondary-wrapper.transp {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  box-shadow: none;
  background-color: #fff0;
  padding: 0;
}

.hero-wrapper-2.hero-secondary-wrapper.blue-box {
  color: #fff;
  background-color: #347e8d;
}

.hero-wrapper-2.hero-secondary-wrapper.blue-box.box-2 {
  width: 50%;
}

.hero-wrapper-2.hero-secondary-wrapper.blue-box.box-2.box-new {
  width: 100%;
  box-shadow: 0 2px 4px #8d8d8d33;
}

.hero-wrapper-2.hero-secondary-wrapper.opposite-white {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.margin-bottom-24px {
  color: var(--dark-1);
  margin-bottom: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.margin-bottom-24px.primary-page-text {
  font-size: 18px;
  font-weight: 400;
}

.margin-bottom-24px.primary-page-text.alt-text {
  color: var(--dark-grey);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.section {
  border-top-width: 2px;
}

.section-2 {
  border-bottom-width: 2px;
}

.primary-page-tag {
  background-color: var(--main-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: .875rem;
  line-height: 2.1rem;
}

.primary-page-title {
  direction: ltr;
  color: var(--dark-1);
  text-transform: uppercase;
  overflow-wrap: normal;
  margin-bottom: 20px;
  font-family: Syne, Palatino Linotype, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 4rem;
  text-decoration: none;
}

.primary-page-title.title-alt {
  font-family: Syne, Palatino Linotype, sans-serif;
  font-weight: 800;
}

.primary-page-title.title-alt.title-mentors {
  text-align: center;
  margin-bottom: 0;
}

.primary-page-title.title-alt.title-mentors.no-weird-offsets {
  margin-top: 0;
}

.primary-page-title.title-alt.title-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.primary-page-title.primary-page-title-alt {
  max-width: 100%;
  font-family: Syne, Palatino Linotype, sans-serif;
  font-size: 125px;
  font-weight: 800;
  line-height: 7rem;
}

.primary-page-title.primary-page-title-alt.lower-title {
  color: var(--white);
  text-align: center;
  font-size: 80px;
  line-height: 5rem;
}

.primary-page-title.primary-page-title-alt.smaller {
  font-size: 100px;
}

.primary-page-title.title-sec {
  font-family: Syne, Palatino Linotype, sans-serif;
  font-weight: 800;
}

.heading-3.secondary-heading-3 {
  color: var(--main-blue);
}

.div-block {
  flex: 1;
}

.div-block.highlight-div {
  flex-flow: column;
  order: 0;
  align-items: flex-start;
  padding: 15px 20px 30px;
  display: flex;
}

.heading-secondary {
  color: var(--main-blue);
  font-family: Syne, Palatino Linotype, sans-serif;
  font-size: 40px;
}

.paragraph-sec {
  color: var(--dark-1);
  max-width: 40%;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.paragraph-sec.blue-box {
  color: var(--white);
}

.paragraph-sec.blue-box.lower-paragraph {
  text-align: center;
  font-weight: 700;
}

.paragraph-sec.blue-box.lower-paragraph.disclaimer {
  opacity: .53;
  max-width: 60%;
  margin-top: 30px;
}

.paragraph-sec.blue-box.grid-text {
  text-transform: uppercase;
  align-self: flex-end;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 13px;
}

.paragraph-sec.blue-box.grid-text.date {
  padding-bottom: 1px;
}

.paragraph-sec.blue-box.info-white {
  font-size: 20px;
}

.paragraph-sec.blue-box.info-white.blue-text {
  color: var(--otherblue);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-sec.blue-box.info-white.info-days {
  color: var(--white);
  max-width: 100%;
}

.paragraph-sec.blue-box.info-white.info-days.no-margin {
  margin-bottom: 0;
  line-height: 25px;
}

.paragraph-sec.blue-box.box-2 {
  max-width: 100%;
  margin-bottom: 0;
}

.paragraph-sec.blue-box.longer {
  max-width: 100%;
}

.paragraph-sec.p-btn {
  color: var(--white);
  text-decoration: none;
}

.paragraph-sec.alt {
  margin-bottom: 10px;
}

.paragraph-sec.alt.secondary-limit {
  max-width: 70%;
}

.paragraph-sec.sec-alt {
  max-width: none;
}

.paragraph-sec.sec-alt.title {
  color: var(--otherblue);
  margin-bottom: 0;
}

.paragraph-sec.sec-alt.person-desc {
  opacity: 0;
  color: var(--white);
}

.paragraph-sec.alt-paragraph {
  color: var(--dark-grey);
  text-align: center;
}

.paragraph-sec.alt-paragraph.alt-middle {
  text-align: center;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}

.paragraph-sec.schedule-par {
  max-width: 100%;
  margin-bottom: 10px;
}

.paragraph-sec.schedule-par.scrollytelling-text {
  color: var(--white);
}

.paragraph-sec.title-info {
  color: var(--main-blue);
  margin-top: 10px;
  font-size: 28px;
}

.paragraph-sec.title-info.person-info-text {
  line-height: 28px;
}

.paragraph-sec.person-info-text {
  max-width: 100%;
}

.paragraph-sec.person-info-text.principles {
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 18px;
}

.paragraph-sec.person-info-text.no-margin-bottom {
  margin-bottom: 0;
}

.paragraph-sec.paragraph-source {
  color: var(--dark-grey);
  max-width: 100%;
  margin-bottom: 0;
}

.paragraph-sec.longer-p {
  max-width: 60%;
}

.heading-4 {
  color: var(--dark-1);
  text-align: left;
  max-width: 100%;
  margin-bottom: 30px;
  font-family: Syne, Palatino Linotype, sans-serif;
  font-weight: 700;
}

.heading-4.blue-box {
  color: var(--white);
}

.heading-4.blue-box.unchanged-heading {
  font-family: Syne, Palatino Linotype, sans-serif;
  font-weight: 700;
}

.heading-4.blue-box.unchanged-heading.heading-other {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.heading-4.blue-box.unchanged-heading.heading-syne {
  font-family: Syne, Palatino Linotype, sans-serif;
  font-weight: 700;
}

.heading-4.primary-heading {
  max-width: 40%;
}

.heading-4.primary-heading.secondary-limit {
  max-width: 70%;
}

.heading-4.person-name-title {
  margin-bottom: 0;
}

.heading-4.person-name-title.no-margin {
  margin-top: 0;
}

.programme-div-box {
  border-left: 5px solid var(--main-blue);
  background-color: #fff;
  flex: 1;
  padding: 5px 5px 5px 30px;
}

.programme-div-box.red-div-box {
  border-left-color: var(--otherblue);
}

.programme-div-box.person-expertise {
  margin-bottom: 10px;
}

.programme-div-box.person-expertise.new-box-info {
  width: 100%;
}

.programme-div-box.person-expertise.opposite-info-box {
  background-color: var(--secondary-white);
}

.programme-div-box.margin-small {
  margin-bottom: 30px;
}

.programme-div-box.margin-small.important {
  border-left-color: var(--red);
}

.heading-secondary-2 {
  color: var(--dark-1);
  font-family: Syne, Palatino Linotype, sans-serif;
}

.heading-secondary-2.heading-big {
  font-family: Syne, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.heading-secondary-2.heading-sec-fix {
  font-size: 24px;
}

.link-ref {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-ref.source-link {
  margin-top: 0;
}

.link-10 {
  color: var(--main-blue);
  text-transform: uppercase;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  text-decoration: none;
}

.link-10.blue-box {
  color: var(--white);
}

.image {
  color: red;
  -webkit-text-stroke-width: 0px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-41 {
  margin-bottom: 16px;
}

.f-footer-title-2 {
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-footer-title-2.footer-large-title {
  font-family: Syne, Palatino Linotype, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.f-footer-title-2.title-alt {
  color: var(--dark-1);
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-link-2 {
  color: #fffc;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link-2:hover, .f-footer-link-2.w--current:hover {
  color: var(--otherblue);
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider-2 {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu-2 {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-social-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.f-footer-block-2 {
  flex-flow: column;
  display: flex;
}

.f-footer-divider-2 {
  color: #000;
  background-color: #494949;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-top-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.6fr;
  margin-bottom: 64px;
}

.f-footer-content {
  align-items: center;
}

.f-footer-large-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-footer-logo-2 {
  flex: none;
}

.f-footer-detail-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Syne, Palatino Linotype, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.f-footer-detail-2.disclaimer {
  color: #ffffff80;
  text-align: justify;
  margin-top: 24px;
  font-size: 12px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-regular-2 {
  color: var(--dark-1);
  background-color: #1c1c1e;
  padding: 64px 5%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  position: relative;
}

.text-block {
  color: var(--flowui-component-library--grey-300);
}

.info-box-page-4 {
  background-color: #fff;
  flex-flow: column;
  align-items: flex-start;
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 4px #8d8d8d33;
}

.info-box-page-4.mentors-box {
  z-index: -2;
  box-shadow: none;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(0deg, #000, #fff 47%);
  background-clip: border-box;
  justify-content: flex-end;
  height: 500px;
  padding: 0;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.info-box-page-4.mentors-box:hover {
  background-image: linear-gradient(0deg, #000, #d7e8ff 47%);
}

.info-box-page-4.mentors-box.stretch-box {
  min-width: 100%;
}

.info-box-page-4.mentors-box.no-hover:hover {
  background-image: linear-gradient(0deg, #000, #fff 47%);
}

.info-box-page-4.info-box-border {
  border-top: 4px solid var(--main-blue);
  padding: 21px;
}

.quick-stack {
  align-self: stretch;
  padding: 0;
}

.quick-stack.info-stack {
  margin-bottom: 30px;
}

.quick-stack.other-stack {
  align-self: center;
}

.location-data {
  max-width: 12%;
}

.quick-stack-2 {
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  border-bottom: 1px solid #dadadac9;
  width: 100%;
  max-width: 100%;
}

.loc-text {
  color: var(--dark-1);
  text-align: right;
  text-transform: uppercase;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  line-height: 10px;
}

.loc-text.loc-text-blue {
  color: var(--main-blue);
  line-height: 10px;
}

.cell {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.image-3 {
  z-index: 1;
  box-sizing: content-box;
  opacity: .18;
  filter: grayscale();
  flex: none;
  order: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flex-right-full {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  order: 9999;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  max-width: 100%;
  position: relative;
}

.flex-right-full.flex-hero {
  margin-top: 60px;
}

.flex-right-full.flex-hero.full-width {
  align-items: center;
  min-width: 100%;
}

.paragraph {
  text-align: justify;
  overflow: visible;
}

.btn-01 {
  color: var(--white);
  background-color: #252525;
  text-decoration: none;
}

.quick-stack-3 {
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  max-width: 40%;
}

.div-block-3 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-end;
  display: flex;
}

.div-block-3.full-width {
  min-width: 100%;
}

.div-block-3.full-width.space {
  min-width: auto;
  max-width: 65%;
}

.line {
  border-bottom: 3px solid var(--main-blue);
  width: 10%;
}

.line.line-dark {
  border-bottom-width: 1px;
  border-bottom-color: #63636336;
  width: 92%;
}

.flex-block {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
}

.div-block-4 {
  width: 100%;
  max-width: none;
}

.flex-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
}

.scrolling-text {
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  font-family: Syne, Palatino Linotype, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  overflow: visible;
}

.scroller-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--main-blue);
  justify-content: center;
  align-items: center;
  width: 3500px;
  display: flex;
}

.scroller-div-parent {
  overflow: clip;
}

.padding-box {
  z-index: 5;
  pointer-events: none;
  cursor: auto;
  width: 100%;
  padding: 16px;
  position: relative;
  transform: translate(0, 52px);
}

.person-name {
  color: var(--white);
  margin-top: 0;
  font-size: 26px;
}

.person-name.personf-ull {
  width: 100%;
  max-width: 100%;
}

.mentors-image {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: 576 / 768;
  opacity: 1;
  filter: grayscale();
  mix-blend-mode: multiply;
  object-fit: cover;
  background-color: #fff;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.mentors-image:hover {
  filter: none;
  transform: scale(1.1);
}

.mentors-image.mogens {
  aspect-ratio: auto;
  object-fit: cover;
}

.mentors-image.mentors-not-hover {
  filter: none;
  cursor: auto;
}

.mentors-image.mentors-not-hover:hover {
  transform: none;
}

.mentors-holder {
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
  cursor: pointer;
  overflow: hidden;
}

.mentors-holder.full {
  position: relative;
}

.mentors-holder.no-cursor {
  cursor: auto;
}

.mentors-holder.no-cursor.full-width-img {
  width: 100%;
}

.schedule-element {
  background-color: var(--secondary-white);
  opacity: 1;
  flex: 1;
  padding: 30px;
}

.flex-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.schedule-separator {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
}

.day-counter {
  font-family: Syne, Palatino Linotype, sans-serif;
  font-weight: 800;
}

.day-counter.desc {
  font-weight: 700;
}

.day-counter.desc.white-text {
  color: var(--white);
  margin-top: 0;
}

.day-counter.no-top-margin {
  margin-top: 0;
}

.schedule-desc {
  flex: 1;
}

.schedule-time {
  min-width: 20%;
}

.icon-desc {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-clip: border-box;
}

.center-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.image-4 {
  padding-top: 9px;
}

.image-5 {
  padding-bottom: 8px;
}

.image-6 {
  padding-bottom: 9px;
}

.person-block {
  background-color: var(--darker-white);
  box-shadow: 0 2px 4px #0003;
}

.person-block.block-full {
  width: 100%;
}

.person-block.block-full.block-mentors, .person-block.person-block-full {
  height: 100%;
}

.person-block.person-block-full.height-auto {
  height: auto;
}

.person-info {
  padding: 30px;
}

.person-info.info-limited {
  overscroll-behavior: contain;
  height: 100%;
  overflow: auto;
}

.person-info.info-limited.info-height-auto {
  height: auto;
}

.person-info-photo {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.person-info-photo.lizaveta {
  object-fit: cover;
  height: 33rem;
  inset: 0%;
}

.person-info-photo.person-mentors {
  height: 100%;
}

.div-block-6 {
  min-height: 400px;
  position: relative;
}

.div-block-6.person-holder {
  object-fit: cover;
  overflow: hidden;
}

.div-block-7 {
  flex: 0 auto;
}

.div-block-7.timestamp {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 3px solid #fff;
  border-radius: 9999px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 5px 13px;
  display: flex;
}

.div-block-7.timestamp.stamp-bg {
  background-color: #ffffff0d;
  border-color: #ffffff40;
}

.flex-info {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
}

.grid-stack {
  align-self: stretch;
  padding: 0;
}

.lab-sect {
  background-color: #ffffff0d;
  border: 3px solid #ffffff40;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 25px;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  position: relative;
}

.lab-sect:hover {
  background-color: #ffffff1c;
}

.image-7 {
  opacity: .75;
  position: absolute;
  inset: 5% 5% auto auto;
}

.progress-bar {
  background-color: var(--dark-1);
  min-width: 100%;
  height: 5px;
  overflow: hidden;
}

.bar {
  background-color: var(--otherblue);
  width: 0%;
}

.flex-block-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
}

.highlight-image {
  width: 40%;
  max-width: 100%;
  height: 40rem;
  position: relative;
  overflow: hidden;
}

.image-8 {
  box-sizing: border-box;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.flex-block-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.div-block-8 {
  box-shadow: 0 2px 4px #8d8d8d33;
}

.div-block-8.info {
  background-color: var(--white);
  width: 100%;
  padding: 30px;
}

.flex-block-6 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
}

.image-9 {
  padding-top: 6px;
}

.flex-block-7 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.flex-block-8 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  width: 70%;
}

.flex-block-9 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  min-width: 35%;
}

.qs-04 {
  flex: 1;
  align-self: stretch;
}

.scrollytelling-test {
  background-color: var(--main-blue);
  border-radius: 20px;
  min-width: 60%;
  min-height: 30rem;
  padding: 30px;
  position: sticky;
}

.scrollytelling-test.frame-2 {
  background-color: var(--red);
}

.link-11 {
  color: var(--white);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-11.link-alt {
  color: var(--dark-1);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.bold-text {
  font-weight: 400;
}

.list {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-9 {
  background-color: #ff0101;
  height: 5rem;
}

.flex-align {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-10 {
  opacity: 1;
}

.heading-5, .heading-6, .heading-7, .heading-8 {
  font-family: Syne, Palatino Linotype, sans-serif;
}

.margin-bottom-24px-2 {
  color: #231f20;
  margin-bottom: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.margin-bottom-24px-2.primary-page-text {
  font-size: 18px;
  font-weight: 400;
}

.primary-page-tag-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #347e8d;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: .875rem;
  line-height: 2.1rem;
}

.primary-page-title-2 {
  direction: ltr;
  color: #231f20;
  text-transform: uppercase;
  overflow-wrap: normal;
  margin-bottom: 20px;
  font-family: Syne, Palatino Linotype, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 4rem;
  text-decoration: none;
}

.primary-page-tag-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #347e8d;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: .875rem;
  line-height: 2.1rem;
}

.primary-page-title-3 {
  direction: ltr;
  color: #231f20;
  text-transform: uppercase;
  overflow-wrap: normal;
  margin-bottom: 20px;
  font-family: Syne, Palatino Linotype, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 4rem;
  text-decoration: none;
}

.div-block-10 {
  box-shadow: 0 2px 4px #8d8d8d33;
}

.div-block-10.info {
  background-color: #fff;
  width: 100%;
  padding: 30px;
}

.div-block-10.info.info-full {
  min-width: 100%;
  max-width: 100%;
}

.programme-div-box-2 {
  background-color: #fff;
  border-left: 5px solid #347e8d;
  flex: 1;
  padding: 5px 5px 5px 30px;
}

.programme-div-box-2.person-expertise {
  margin-bottom: 10px;
}

.programme-div-box-2.person-expertise.new-box-info {
  width: 100%;
  box-shadow: 0 2px 4px #0003;
}

.heading-secondary-2-2 {
  color: #231f20;
  font-family: Syne, Palatino Linotype, sans-serif;
}

.heading-secondary-2-2.heading-big {
  font-family: Syne, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.flex-block-10 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  min-width: 35%;
}

.paragraph-sec-2 {
  color: #231f20;
  max-width: 40%;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.paragraph-sec-2.blue-box {
  color: #fff;
}

.paragraph-sec-2.blue-box.box-2 {
  max-width: 100%;
  margin-bottom: 0;
}

.paragraph-sec-2.person-info-text {
  max-width: 100%;
}

.paragraph-sec-2.person-info-text.principles {
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 18px;
}

.paragraph-sec-2.schedule-par {
  max-width: 100%;
  margin-bottom: 10px;
}

.flex-block-11 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  width: 70%;
}

.heading-9 {
  color: #231f20;
  text-align: left;
  max-width: 100%;
  margin-bottom: 30px;
  font-family: Syne, Palatino Linotype, sans-serif;
  font-weight: 700;
}

.heading-9.blue-box {
  color: #fff;
}

.heading-9.blue-box.unchanged-heading {
  font-family: Syne, Palatino Linotype, sans-serif;
  font-weight: 700;
}

.heading-9.blue-box.unchanged-heading.heading-other {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.heading-9.blue-box.unchanged-heading.heading-syne {
  font-family: Syne, Palatino Linotype, sans-serif;
  font-weight: 700;
}

.flex-block-12 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-13 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.line-2 {
  border-bottom: 3px solid #347e8d;
  width: 10%;
}

.line-2.line-dark {
  border-bottom-width: 1px;
  border-bottom-color: #63636336;
  width: 92%;
}

.primary-page-tag-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #347e8d;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: .875rem;
  line-height: 2.1rem;
}

.programme-div-box-3 {
  background-color: #fff;
  border-left: 5px solid #347e8d;
  flex: 1;
  padding: 5px 5px 5px 30px;
}

.programme-div-box-3.margin-small {
  margin-bottom: 30px;
}

.programme-div-box-3.margin-small.important {
  border-left-color: red;
}

.programme-div-box-3.opposite-dark {
  background-color: #f2f2f7;
  box-shadow: 0 2px 5px #5553;
}

.link-12 {
  color: #347e8d;
  text-transform: uppercase;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  text-decoration: none;
}

.link-13 {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-13.link-alt {
  color: #231f20;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-secondary-2-3 {
  color: #231f20;
  font-family: Syne, Palatino Linotype, sans-serif;
}

.paragraph-sec-3 {
  color: #231f20;
  max-width: 40%;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.paragraph-sec-3.longer-p {
  max-width: 60%;
}

.paragraph-sec-3.longer-p.small-margin-p.smaller-mb {
  margin-bottom: 10px;
}

.paragraph-sec-3.no-mb {
  margin-bottom: 0;
}

.heading-secondary-2 {
  color: #347e8d;
  font-family: Syne, Palatino Linotype, sans-serif;
  font-size: 40px;
}

.heading-secondary-2.no-topmargin {
  margin-top: 0;
}

.heading-10 {
  color: #231f20;
  text-align: left;
  max-width: 100%;
  margin-bottom: 30px;
  font-family: Syne, Palatino Linotype, sans-serif;
  font-weight: 700;
}

.heading-10.no-topmargin {
  margin-top: 0;
}

.f-footer-title-3 {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-footer-title-3.title-alt {
  color: #231f20;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.primary-page-tag-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #347e8d;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: .875rem;
  line-height: 2.1rem;
}

.image-11 {
  padding-bottom: 8px;
}

.flex-block-14 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.image-12 {
  padding-bottom: 9px;
}

.paragraph-sec-4 {
  color: #231f20;
  max-width: 40%;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.paragraph-sec-4.schedule-par {
  max-width: 100%;
  margin-bottom: 10px;
}

.paragraph-sec-4.schedule-par.white-text {
  color: var(--white);
}

.image-13 {
  padding-top: 0;
  padding-bottom: 12px;
}

.schedule-element-2 {
  opacity: 1;
  background-color: #f2f2f7;
  flex: 1;
  padding: 30px;
  box-shadow: 0 2px 4px #8d8d8d33;
}

.schedule-element-2.opposite-white {
  background-color: #fafafa;
}

.schedule-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.overview-schedule-element {
  background-color: #ffffff0f;
  padding: 10px;
}

.f-button-primary {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-modal-icon-success {
  color: var(--flowui-component-library--success-base);
  background-color: #25cc881a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-28 {
  margin-bottom: 28px;
}

.f-modal-centre {
  border: 1px solid var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 468px;
  padding: 32px;
  position: relative;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.f-modal-centre.modal-experts {
  z-index: 1000;
  border-width: 0;
  border-radius: 0;
  position: fixed;
  inset: 0%;
  box-shadow: 0 2px 4px #1b09430a;
}

.f-modal-close {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.f-modal-close:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular-2:hover {
  color: var(--main-blue);
}

.f-sub-heading-regular {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.full-stack {
  width: 100%;
}

.modal {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal.mogen, .modal.tom, .modal.elizabeta, .modal.agate {
  display: none;
  overflow: hidden;
}

.modal.summary-1, .modal.summary-2 {
  display: none;
}

.modal-bg {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000004f;
  width: 100%;
  height: 100%;
}

.modal-container {
  z-index: 100000;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  height: 35rem;
  padding: 0;
  display: flex;
  position: absolute;
}

.modal-container.full-container {
  max-width: none;
}

.info {
  background-color: var(--white);
  min-width: 60%;
  max-width: 60%;
}

.info.full {
  z-index: 10000;
  height: 100%;
  max-height: 500px;
  position: relative;
  overflow: visible;
}

.info.full.height-auto {
  height: auto;
}

.image-14 {
  filter: invert();
}

.image-14.close {
  z-index: 999999;
  cursor: pointer;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 5% 5% auto auto;
}

.image-14.close:hover {
  filter: invert(87%);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  transform: scale(1.1);
}

.logos-flex {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-flex.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
}

.sch-head {
  font-size: 20px;
}

.margin-logo {
  margin-right: 10px;
}

.logo-flex-align {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-logo-lr {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-11 {
  padding-left: 25px;
}

.link-for-summary {
  color: var(--main-blue);
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  transition: color .2s cubic-bezier(.23, 1, .32, 1);
}

.link-for-summary:hover {
  -webkit-text-stroke-color: var(--otherblue);
}

.clickable-link {
  cursor: default;
}

.prominent-logos {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-logo-align {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container-2.hero-container-1.cont-alt.no-weird-offsets, .hero-wrapper-2.hero-secondary-wrapper.hero-wrapper-secondary.no-weird-offsets {
    padding-top: 0;
    padding-bottom: 0;
  }

  .primary-page-title.title-alt.title-mentors.no-weird-offsets {
    margin-top: 0;
  }

  .paragraph-sec.title-info.person-info-text.text-sm {
    font-size: 26px;
  }

  .heading-4.person-name-title.no-margin.smaller-name {
    font-size: 28px;
  }

  .quick-stack.other-stack.full-width-stack {
    width: 100%;
  }

  .div-block-3.full-width.space {
    max-width: 65%;
  }

  .mentors-holder.no-cursor.full-width-img {
    width: 100%;
  }

  .person-block.block-full.block-mentors {
    height: 100%;
  }

  .person-info.info-limited {
    overflow: auto;
  }

  .person-info-photo.person-mentors {
    height: 100%;
  }

  .div-block-6.person-holder {
    min-height: 300px;
  }

  .paragraph-sec-3.longer-p.no-margin-p {
    margin-bottom: 0;
  }

  .paragraph-sec-3.longer-p.small-margin-p {
    margin-bottom: 10px;
  }

  .full-stack.stack-mentors.stack-mentors-edit.no-weird-offsets-bottom {
    padding-bottom: 0;
  }

  .modal.agate, .modal.summary-1, .modal.summary-2 {
    display: none;
  }

  .info.full {
    overflow: visible;
  }

  .logos-flex.vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
  }

  .logo-pad {
    padding-left: 11px;
  }

  .link-for-summary:hover {
    color: var(--otherblue);
    display: inline;
  }

  .prominent-logos {
    align-items: center;
    display: flex;
  }

  .small-logo-align {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .clone-button.button-app {
    align-self: stretch;
  }

  .h1 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .h3 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-button-wrapper {
    max-width: 1005%;
  }

  .hero-button-wrapper.primary-hero-wrapper.alt-wrp.secondary-limit {
    max-width: 100%;
  }

  .sidebar-left {
    display: none;
  }

  .content-wrapper {
    width: 100%;
  }

  .navbar {
    width: 700px;
    min-width: 400px;
  }

  .nav-menu-nb1, .hamburger-menu-nb1.w--open, .nav-menu-nb2 {
    background-color: #0000;
  }

  .card {
    width: auto;
    min-width: 400px;
  }

  .card-1 {
    max-width: 750px;
  }

  .card-c1, .card-c2 {
    max-width: 220px;
    transition-property: none;
  }

  .card-2 {
    max-width: 750px;
  }

  ._3d-effect {
    width: auto;
    min-width: 400px;
  }

  ._3d-effect-1 {
    width: 580px;
  }

  .ui-kit-image-left {
    display: none;
  }

  .card-3 {
    max-width: 750px;
  }

  .card-c3 {
    max-width: 220px;
    transition-property: none;
  }

  .hero-subwrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
  }

  .hamburger-menu-nb2.w--open, .dropdown-menu-nb4 {
    background-color: #0000;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-large-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper-2.hero-wrapper-alt.hero-full {
    margin-bottom: 0;
  }

  .hero-wrapper-2.hero-secondary-wrapper.transp {
    flex-flow: column;
  }

  .hero-wrapper-2.hero-secondary-wrapper.opposite-white {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .primary-page-title.title-alt.title-mentors {
    text-align: center;
  }

  .primary-page-title.primary-page-title-alt {
    text-align: left;
    font-size: 80px;
  }

  .primary-page-title.primary-page-title-alt.lower-title {
    font-size: 50px;
    line-height: 3rem;
  }

  .primary-page-title.primary-page-title-alt.smaller {
    font-size: 52px;
  }

  .primary-page-title.primary-page-title-alt.smaller.less-margin {
    text-align: center;
    margin-bottom: 0;
  }

  .paragraph-sec, .paragraph-sec.blue-box.lower-paragraph.disclaimer, .paragraph-sec.alt, .paragraph-sec.alt.secondary-limit {
    max-width: 100%;
  }

  .paragraph-sec.alt-paragraph.alt-middle {
    margin-top: 30px;
  }

  .heading-4, .heading-4.primary-heading, .heading-4.primary-heading.secondary-limit {
    max-width: 100%;
  }

  .f-footer-title-2 {
    margin-bottom: 24px;
  }

  .f-footer-bottom-2 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-top-grid {
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-large-grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .quick-stack {
    align-self: center;
  }

  .image-3 {
    right: -5%;
  }

  .flex-right-full.flex-hero {
    margin-bottom: 30px;
  }

  .flex-right-full.flex-hero.full-width {
    flex-flow: column;
  }

  .flex-right-full.flex-hero.full-width.less-margin {
    margin-top: 0;
  }

  .div-block-3 {
    align-items: center;
  }

  .flex-block.heading-info-box {
    flex-flow: column;
  }

  .mentors-holder.full {
    display: none;
  }

  .schedule-separator {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
  }

  .person-info-photo {
    object-fit: cover;
    height: 100%;
    top: 0%;
  }

  .flex-info {
    flex-flow: column;
  }

  .grid-stack {
    padding: 0;
  }

  .image-7 {
    opacity: .3;
  }

  .highlight-image {
    width: 100%;
  }

  .image-8 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    inset: 0%;
  }

  .flex-block-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .flex-block-8 {
    width: 100%;
  }

  .flex-block-9 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    min-width: 100%;
  }

  .flex-align {
    width: 100%;
  }

  .flex-block-10 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    min-width: 100%;
  }

  .paragraph-sec-2 {
    max-width: 100%;
  }

  .flex-block-11 {
    width: 100%;
  }

  .heading-9, .paragraph-sec-3, .paragraph-sec-3.longer-p {
    max-width: 100%;
  }

  .heading-10 {
    text-align: center;
    max-width: 100%;
  }

  .f-footer-title-3 {
    margin-bottom: 24px;
  }

  .paragraph-sec-4 {
    max-width: 100%;
  }

  .modal-container, .modal-container.mogen {
    flex-flow: column;
    align-items: flex-start;
    height: 50rem;
    padding: 16px;
  }

  .info.full {
    min-width: 55%;
    max-width: none;
    max-height: 80%;
  }

  .logos-flex {
    flex-flow: column;
  }

  .logos-flex.vertical {
    justify-content: center;
    align-items: center;
  }

  .prominent-logos {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .small-logo-align {
    justify-content: center;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    max-height: none;
    margin-top: 145px;
  }

  .clone-button, .clone-button.alt-button {
    flex: 1;
  }

  .h1 {
    font-size: 46px;
    line-height: 58px;
  }

  .h3 {
    text-align: center;
    line-height: 32px;
  }

  .hero-button-wrapper.primary-hero-wrapper {
    justify-content: center;
    align-self: stretch;
  }

  .component {
    flex-direction: column;
  }

  .navbar {
    align-items: flex-start;
    width: auto;
    height: 350px;
  }

  .navbar.big {
    height: 400px;
  }

  .navbar-1 {
    width: 300px;
  }

  .navlink-nb1 {
    text-align: center;
  }

  .hamburger-menu-nb1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-nb1 {
    justify-content: center;
    display: flex;
  }

  .navbar-2 {
    justify-content: center;
    align-items: center;
    width: 300px;
    display: flex;
  }

  .navlink-wrapper-nb2 {
    justify-content: center;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navlink-nb2 {
    margin-left: 0;
    margin-right: 0;
  }

  .bracket-left-nb2 {
    padding-right: 5px;
    position: static;
  }

  .bracket-right-nb2 {
    padding-left: 5px;
    position: static;
  }

  .card-1 {
    flex-direction: column;
    align-items: center;
  }

  .card-c1 {
    width: auto;
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-c2 {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-2 {
    flex-direction: column;
    align-items: center;
  }

  ._3d-effect {
    background-color: #f1f1f1;
    min-width: 0;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._3d-effect.iphone {
    padding-top: 0;
  }

  ._3d-effect-1 {
    width: auto;
    display: none;
  }

  .ui-kit-image-right {
    flex: 1;
  }

  .card-3 {
    flex-direction: column;
    align-items: center;
  }

  .card-c3 {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .iphone-wrapper-3de2 {
    display: none;
  }

  .hero-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .hero-subwrapper {
    align-items: center;
    padding-left: 0;
  }

  .text-3d-effect-mobile {
    font-size: 16px;
    display: block;
  }

  .top-bar-nb1, .middle-bar-nb1, .bottom-bar-nb1 {
    background-color: var(--black-2);
    border-radius: 6px;
    width: 40px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .top-bar-nb2, .middle-bar-nb2, .bottom-bar-nb2 {
    background-color: var(--black-2);
    width: 40px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .bracket-menu-left-nb2 {
    height: 40px;
    padding-right: 5px;
    display: none;
    position: absolute;
    top: 17%;
    left: 8%;
  }

  .bracket-menu-right-nb2 {
    height: 40px;
    padding-left: 5px;
    display: none;
    position: absolute;
    top: 17%;
    right: 8%;
  }

  .navbar-3 {
    width: 300px;
    display: flex;
  }

  .nav-menu-nb3 {
    background-color: #0000;
  }

  .navlink-nb3 {
    text-align: center;
  }

  .menu-button-nb3, .menu-button-nb3.w--open {
    background-color: #0000;
  }

  .icon-hamburger-menu-nb3 {
    width: 22px;
  }

  .icon-close-menu-nb3 {
    width: 18px;
    position: absolute;
    inset: 34% auto 0% 20px;
  }

  .navlink-nb5 {
    text-align: center;
  }

  .navlink-nb5.link-2-nb5, .navlink-nb5.link-3-nb5, .navlink-nb5.link-1-nb5, .navlink-nb5.link-4-nb5 {
    display: none;
  }

  .nav-menu-nb5 {
    background-color: #0000;
  }

  .navbar-5 {
    width: 300px;
    margin-top: 15px;
    display: flex;
    overflow: visible;
  }

  .menu-button-nb5, .menu-button-nb5.w--open {
    background-color: #0000;
  }

  .menu-bar-2-nb5 {
    top: 18px;
    left: 18px;
    transform: rotate(90deg);
  }

  .menu-bar-1-nb5 {
    transform: rotate(0);
  }

  .menu-icon-nb5 {
    background-color: #0000;
    display: none;
  }

  .menu-icon-nb5.w--open {
    background-color: #0000;
  }

  .dropdown-list-nb4, .dropdown-list-nb4.w--open {
    display: none;
  }

  .icon-close-menu-nb4 {
    width: 18px;
    position: absolute;
    inset: 34% auto 0% 20px;
  }

  .dropdown-nb4, .navlink-wrapper-nb4 {
    border-right-style: none;
  }

  .dropdown-toggle-nb4 {
    justify-content: center;
  }

  .icon-hamburger-menu-nb4 {
    width: 22px;
  }

  .menu-button-nb4, .menu-button-nb4.w--open {
    background-color: #0000;
  }

  .navbar-4 {
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    display: flex;
  }

  .footer-links {
    margin-bottom: 10px;
  }

  .footer-disclaimer-text {
    width: auto;
  }

  .footer-cta-wrapper {
    margin-top: 60px;
  }

  .footer-cta {
    font-weight: 500;
  }

  .footer {
    margin-top: 20px;
  }

  .footer-text-wrapper {
    width: auto;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    order: -9999;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .f-footer-large-grid {
    grid-column-gap: 24px;
  }

  .f-footer-content-grid {
    grid-template-columns: 1fr;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-wrapper-2.hero-secondary-wrapper.blue-box.box-2.box-new {
    background-color: var(--main-blue);
    background-color: #347e8d;
  }

  .hero-wrapper-2.hero-secondary-wrapper.opposite-white {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .margin-bottom-24px.primary-page-text {
    text-align: center;
  }

  .margin-bottom-24px.primary-page-text.alt-text {
    text-align: left;
  }

  .primary-page-title.title-alt {
    font-size: 48px;
  }

  .primary-page-title.title-alt.title-mentors {
    text-align: center;
    font-size: 32px;
    line-height: 2rem;
  }

  .primary-page-title.title-alt.title-white {
    font-size: 32px;
  }

  .primary-page-title.primary-page-title-alt {
    font-size: 60px;
  }

  .primary-page-title.primary-page-title-alt.lower-title {
    font-size: 30px;
    line-height: 2rem;
  }

  .primary-page-title.primary-page-title-alt.smaller {
    font-size: 32px;
    line-height: 4rem;
  }

  .primary-page-title.title-sec {
    text-align: left;
    width: 100%;
    max-width: 100%;
  }

  .div-block {
    max-width: 100%;
  }

  .div-block.newdiv {
    width: 100%;
  }

  .paragraph-sec.blue-box.lower-paragraph.disclaimer {
    max-width: 100%;
  }

  .heading-4 {
    text-align: center;
  }

  .heading-4.blue-box.unchanged-heading.heading-other, .heading-4.person-name-title {
    text-align: left;
  }

  .programme-div-box {
    width: 100%;
  }

  .link-ref.link-ref-margin {
    margin-bottom: 20px;
  }

  .f-footer-top-grid {
    grid-template-columns: 1fr;
  }

  .f-footer-large-grid-2 {
    grid-column-gap: 24px;
  }

  .info-box-page-4.mentors-box.fix-width {
    width: 100%;
  }

  .info-box-page-4.info-box-border {
    flex: 1;
    align-self: auto;
    width: 100%;
    min-width: 100%;
  }

  .quick-stack.info-stack {
    flex: 0 auto;
    width: 100%;
  }

  .flex-block, .flex-block-2 {
    flex-flow: column;
  }

  .mentors-holder.fix-width {
    width: 100%;
  }

  .div-block-5 {
    min-width: 100%;
  }

  .schedule-element {
    width: 100%;
  }

  .cell-3 {
    align-items: stretch;
  }

  .flex-block-6 {
    justify-content: flex-start;
    width: 100%;
  }

  .flex-align {
    width: 100%;
  }

  .margin-bottom-24px-2.primary-page-text {
    text-align: center;
  }

  .primary-page-title-3 {
    text-align: center;
    font-size: 40px;
    line-height: 3rem;
  }

  .programme-div-box-2 {
    width: 100%;
  }

  .heading-9 {
    text-align: center;
  }

  .heading-9.blue-box.unchanged-heading.heading-other {
    text-align: left;
  }

  .flex-block-12 {
    justify-content: flex-start;
    width: 100%;
  }

  .programme-div-box-3 {
    width: 100%;
  }

  .heading-10 {
    text-align: center;
  }

  .schedule-element-2 {
    width: 100%;
  }

  .modal.agate {
    display: none;
  }

  .info.full {
    max-height: 80%;
  }

  .small-logo-align {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    margin-top: 150px;
  }

  .top-navbar-wrapper {
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 10px;
  }

  .clone-button {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .clone-button.top-bar {
    width: 140px;
    font-size: 14px;
  }

  .h1 {
    font-size: 40px;
    line-height: 47px;
  }

  .h3 {
    width: 90%;
    margin-top: 10px;
    font-size: 22px;
  }

  .hero-button-wrapper {
    flex-direction: column;
  }

  .explore-button {
    margin-top: 26px;
  }

  .button {
    width: 310px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .link {
    width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .navbar, .card {
    min-width: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .card-1 {
    width: 280px;
  }

  .card-c1 {
    width: auto;
    margin: 15px 12px;
  }

  .card-c2 {
    margin: 15px 12px;
  }

  ._3d-effect {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  ._3d-effect.iphone {
    min-width: 0;
  }

  ._3d-effect-1 {
    width: 80vw;
    min-width: 0;
    margin-top: 40px;
  }

  .card-c3 {
    margin: 15px 12px;
  }

  .text-3d-effect-mobile {
    text-align: center;
  }

  .navbar-5 {
    width: 250px;
  }

  .link-l12 {
    font-size: 70px;
    line-height: 60px;
  }

  .youtube-link {
    margin-right: 10px;
  }

  .footer-links {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }

  .logo-footer {
    margin-left: 0;
  }

  .footer-disclaimer-text {
    margin-top: 4px;
  }

  .footer-text-wrapper {
    flex-flow: wrap;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .f-footer-large-grid {
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-form-wrapper {
    width: 100%;
  }

  .f-footer-form {
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .hero-wrapper-2.hero-secondary-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .margin-bottom-24px.primary-page-text.alt-text {
    text-align: center;
  }

  .primary-page-title {
    text-align: left;
    column-count: auto;
    overflow-wrap: anywhere;
  }

  .primary-page-title.title-alt {
    font-size: 40px;
  }

  .primary-page-title.title-alt.title-mentors {
    text-align: center;
    font-size: 32px;
  }

  .primary-page-title.title-alt.title-white {
    font-size: 28px;
  }

  .primary-page-title.primary-page-title-alt {
    text-align: center;
    max-width: 100%;
    font-size: 60px;
  }

  .primary-page-title.primary-page-title-alt.smaller {
    font-size: 30px;
  }

  .primary-page-title.title-sec {
    text-align: center;
  }

  .paragraph-sec, .paragraph-sec.blue-box, .paragraph-sec.blue-box.lower-paragraph.disclaimer {
    max-width: 100%;
  }

  .paragraph-sec.alt {
    text-align: center;
    overflow-wrap: break-word;
  }

  .heading-4 {
    text-align: center;
  }

  .f-footer-vertical-divider-2 {
    display: none;
  }

  .f-footer-menu-2 {
    flex-direction: column;
  }

  .f-footer-large-grid-2 {
    grid-template-columns: 1fr;
  }

  .flex-block, .flex-block-2 {
    flex-flow: column;
  }

  .mentors-holder.full {
    width: 80%;
  }

  .div-block-5 {
    width: 100%;
  }

  .person-block.person-block-full.height-auto {
    overflow: visible;
  }

  .person-info.info-limited {
    overflow: auto;
  }

  .person-info.info-limited.info-height-auto {
    overflow: visible;
  }

  .image-8 {
    object-fit: cover;
  }

  .flex-align {
    min-width: 100%;
  }

  .primary-page-title-2 {
    text-align: left;
    column-count: auto;
    overflow-wrap: anywhere;
  }

  .primary-page-title-3 {
    text-align: center;
    column-count: auto;
    overflow-wrap: anywhere;
    min-width: 100%;
    font-size: 32px;
    line-height: 4rem;
  }

  .paragraph-sec-2, .paragraph-sec-2.blue-box {
    max-width: 100%;
  }

  .heading-9 {
    text-align: center;
  }

  .paragraph-sec-3 {
    max-width: 100%;
  }

  .paragraph-sec-3.longer-p {
    text-align: left;
    max-width: 100%;
  }

  .heading-10 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 24px;
  }

  .paragraph-sec-4 {
    max-width: 100%;
  }

  .modal.agate, .modal.summary-1, .modal.summary-2 {
    display: none;
  }

  .info.full {
    max-height: 80%;
    overflow: visible;
  }

  .info.full.height-auto.info-fix {
    overflow: auto;
  }

  .main-body {
    overflow: visible;
  }

  .small-logo-align {
    justify-content: center;
  }

  .image-15, .image-16 {
    max-width: 60%;
  }

  .small-image {
    max-width: 40%;
  }
}

#w-node-e7a09b38-a06b-2f37-8bb7-e7b0be4dbdf6-ba7c7f14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a03d4a9a-3b6c-7af2-5015-d791f8a5ebb2-ba7c7f14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_69cd703d-8754-c651-58e8-87e4185bcdb3-ba7c7f14 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_760a9789-c944-c3e3-4252-1a461e82982c-ba7c7f14 {
  grid-template-rows: auto;
  grid-template-columns: .4fr .4fr;
}

@media screen and (min-width: 1280px) {
  #w-node-_69cd703d-8754-c651-58e8-87e4185bcdb3-ba7c7f14 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_760a9789-c944-c3e3-4252-1a461e82982c-ba7c7f14 {
    grid-template-rows: auto;
    grid-template-columns: .25fr .25fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a03d4a9a-3b6c-7af2-5015-d791f8a5ebb2-ba7c7f14, #w-node-_69cd703d-8754-c651-58e8-87e4185bcdb3-ba7c7f14, #w-node-_760a9789-c944-c3e3-4252-1a461e82982c-ba7c7f14 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a03d4a9a-3b6c-7af2-5015-d791f8a5ebb2-ba7c7f14 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_69cd703d-8754-c651-58e8-87e4185bcdb3-ba7c7f14 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_760a9789-c944-c3e3-4252-1a461e82982c-ba7c7f14 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}