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

@font-face {
  font-family: Basisgrotesquepro;
  src: url('../fonts/BasisGrotesquePro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sangbleusunrise;
  src: url('../fonts/SangBleuSunrise-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --yellow: #df0;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sangbleusunrise, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

.section {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
}

.section.center {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.center.quote {
  height: auto;
  min-height: 100vh;
  padding-top: 85px;
  padding-bottom: 85px;
}

.section.center.footer {
  background-color: var(--black);
  color: #fff;
  width: auto;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.dark {
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 100vh;
  padding-top: 46vh;
  padding-bottom: 55px;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 2;
  flex-direction: column;
  align-items: stretch;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.container.quote {
  align-items: center;
}

.gundi {
  color: #b2b2b2;
  text-align: center;
  font-size: 220px;
  font-weight: 400;
  line-height: 1;
}

.gundi.white {
  z-index: 1;
  color: #ffffff4d;
  position: absolute;
  top: -40px;
  left: 31px;
}

.gundi.pattern {
  z-index: -1;
  color: var(--yellow);
  position: absolute;
  inset: 0%;
}

.gundi.pattern._3 {
  color: #000;
}

.hero-quote {
  text-align: center;
  margin-top: 8vh;
  margin-bottom: 8vh;
}

.sidebar {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 47px;
  height: 100vh;
  display: flex;
  position: relative;
}

.menu-link {
  perspective-origin: 0%;
  color: #fff;
  text-transform: lowercase;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1;
}

.menu-link.partner {
  color: #000;
  text-transform: none;
  padding: 4px 6px;
}

.sidebar-block {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.button {
  color: var(--black);
  border-bottom: 1px solid #000;
  align-self: center;
  padding-bottom: 4px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button.w--current {
  align-self: center;
}

.button.white {
  color: #fff;
  border-bottom-color: #fff;
  align-self: center;
}

.button.white.custom {
  border-bottom-color: #fff0;
  align-items: center;
  display: flex;
}

.button.white.custom:hover {
  border-bottom-color: #fff;
}

.button.right, .button.pp {
  align-self: flex-end;
}

.button.purple {
  background-color: #0000;
}

.button-background {
  z-index: -1;
  background-color: var(--yellow);
  position: absolute;
  inset: 0%;
}

.button-background.shs {
  opacity: .5;
  background-color: #5821ea;
}

.button-background.capital {
  opacity: .5;
  background-color: #3880fc;
}

.button-background.bs {
  opacity: .5;
  background-color: #ff0004;
}

.button-background.partner {
  color: #4353ff;
}

.button-background.sk8gym {
  background-color: #ffae00;
}

.button-background.roadia {
  background-color: #001eff;
}

.button-background.copemember {
  background-color: #006fff;
}

.button-background.gg {
  color: #000;
  background-color: #7b00ff;
}

.button-background.mu {
  background-color: #cfc126;
}

.button-background.yahoo {
  background-color: #181818;
}

.button-background.pp {
  background-color: #97773a;
}

.button-background.swiss {
  background-color: red;
}

.button-background.cyachts {
  background-color: #be591f;
}

.menu-link-button {
  color: var(--black);
  margin-bottom: 35px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.partner-button {
  justify-content: center;
  align-self: flex-start;
  width: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.scroll-further {
  text-align: center;
  margin-top: auto;
  font-size: 12px;
}

.text-block {
  margin-bottom: 30px;
}

.white {
  color: #fff;
}

.projects {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  margin-bottom: 75px;
  display: grid;
}

.form-block {
  width: 240px;
}

.text-field {
  background-color: #fff;
  border: 1px #000;
  border-bottom-style: solid;
  margin-top: 7px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--yellow);
  padding-top: 0;
  padding-bottom: 0;
}

.text-field::placeholder {
  color: #00000080;
}

.text-field.dropdown {
  background-image: url('../images/chevron-down.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.form-info {
  max-width: 210px;
  margin-bottom: 35px;
}

.form-heading {
  margin-bottom: 7px;
}

.form {
  flex-direction: column;
  display: flex;
}

.submit-button {
  display: none;
}

.budget-block {
  justify-content: space-between;
  padding-top: 7px;
  display: flex;
}

.div-block {
  position: relative;
}

.checkbox {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
}

.checkbox.w--redirected-checked {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Checkbox.svg');
  background-position: 50%;
  background-size: 6px;
  border-color: #000;
  border-radius: 0;
}

.checkbox-field {
  margin-bottom: 7px;
}

.options-block {
  margin-top: 7px;
  margin-bottom: 9px;
}

.error-message {
  background-color: #ff001eba;
}

.success-message {
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px;
}

.div-block-2 {
  background-color: var(--yellow);
  padding: 12px;
}

.hide {
  display: none;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._404-heading {
  margin-bottom: 16px;
}

.menu-line {
  z-index: 0;
  background-color: #fff;
  width: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rangeslider.rangeslider--horizontal {
  background-color: var(--black);
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.rangeslider__fill {
  background-color: var(--yellow);
  height: 100%;
}

.rangeslider__handle {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -7.5px;
}

.cursor-wrapper {
  z-index: 100;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .5s;
  display: none;
  position: fixed;
  inset: 0%;
}

.custom-cursor {
  background-color: #e7e7e7;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.text-block-2 {
  margin-top: 9px;
}

.work-dot {
  background-color: var(--yellow);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 2px;
  margin-right: 14px;
}

.icon {
  color: #fff;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 10px;
}

.hero-gif {
  margin-top: 30px;
}

.logos-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-image {
  height: 2.7rem;
}

.logo-image.takkie {
  height: 1.3rem;
}

.announcement {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  background-color: #f0d;
  justify-content: flex-start;
  align-items: center;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  padding: .2rem .5rem;
  text-decoration: none;
  display: flex;
}

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

.icon-16 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.announcement-text {
  padding-bottom: 1px;
}

.text-span {
  text-decoration: underline;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #3333337a;
  margin-top: 7px;
}

.inline-link {
  color: var(--black);
}

.footer-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  display: flex;
}

.div-block-4 {
  padding: 0;
}

.badge {
  height: 27px;
}

._wf-badge {
  z-index: 10;
  background-color: #126df1;
  padding: 2px 4px 4px 2px;
  position: fixed;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .gundi {
    font-size: 190px;
  }

  .projects {
    flex-direction: column;
    grid-template-columns: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .section.center.hero {
    height: auto;
    min-height: 100vh;
  }

  .gundi {
    font-size: 140px;
  }

  .hero-quote {
    max-width: 9ch;
    margin-top: 13vh;
    margin-bottom: 13vh;
  }

  .projects {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
  }

  .section.dark {
    align-items: center;
    padding-top: 18vh;
    display: flex;
  }

  .container.center {
    max-width: 90%;
  }

  .container.footer {
    max-width: none;
  }

  .gundi {
    font-size: 29vw;
  }

  .gundi.white {
    top: -24px;
  }

  .gundi.pattern {
    color: var(--yellow);
  }

  .gundi.pattern._3 {
    color: #000;
  }

  .hero-quote {
    max-width: 20ch;
  }

  .sidebar {
    align-items: center;
    width: 35px;
  }

  .menu-link-button {
    width: 22px;
  }

  .partner-button {
    width: 100%;
  }

  .form-block {
    width: 80%;
  }

  .text-field {
    border-radius: 0;
  }

  .logos-wrapper {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .announcement-wrapper {
    padding-left: 44px;
    padding-right: 44px;
  }

  .footer-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    width: 80%;
  }

  .footer-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 80%;
    display: flex;
  }

  .link {
    color: #fff;
  }
}


@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('../fonts/BasisGrotesquePro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sangbleusunrise';
  src: url('../fonts/SangBleuSunrise-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}