:root {
  --mud: #333;
  --sand: #faf5ed;
  --white: white;
  --clay: #f16500;
  --amethyst: #9d6fff;
  --ruby: #b70070;
  --lime: #e2e319;
  --sky: #6df6ff;
  --skin: #ffc6b7;
  --black: black;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

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

img {
  display: inline-block;
}

.brand {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.navigation-2 {
  z-index: 10;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
  margin-left: 12vw;
  margin-right: 12vw;
  display: flex;
}

.navigation-container {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.navigation-full {
  z-index: 9;
  border: 1px solid var(--mud);
  background-color: var(--sand);
  border-radius: 1000px;
  align-items: center;
  padding: 1vh 2.5vw;
  position: relative;
}

.navigation-wrap {
  z-index: 10;
  width: 100vw;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  background-color: var(--sand);
}

.brand-logo {
  height: 3vh;
}

.section {
  width: 100vw;
  position: relative;
}

.section.top {
  height: 100vh;
  position: relative;
}

.section.static {
  position: static;
}

.div-wrapper {
  width: 100%;
  height: 100%;
  padding-left: 12vw;
  padding-right: 12vw;
  position: relative;
}

.div-wrapper.top {
  padding-top: 11vh;
  position: relative;
}

.content-wrapper {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.content-wrapper.top-centered {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -6vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.main-title-heading {
  font-family: Jost, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.4;
}

.main-title-heading.centered {
  text-align: center;
  word-break: keep-all;
  padding-left: 6vw;
  padding-right: 6vw;
  line-height: 1.2;
  position: relative;
}

.sticker-text {
  color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.sticker-text._1 {
  object-fit: cover;
  background-image: url('../images/kuriocity-exploring-cities.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

.sticker-text._2 {
  background-image: url('../images/kuriocity-fun.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sticker-text._3 {
  background-image: url('../images/kuriocity-playful.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.headline-text {
  font-family: Jost, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.headline-text.centered {
  text-align: center;
}

.image-80 {
  align-self: center;
  width: 80%;
  margin-bottom: -20px;
  position: relative;
}

._2-grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.card-container {
  align-self: stretch;
  width: 100%;
  position: relative;
}

.feature-card {
  border: 1px solid var(--mud);
  border-radius: 5px;
  padding: 20px;
}

.feature-card.right-margin {
  grid-row-gap: 20px;
  border-width: 1px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-around;
  margin-top: 50px;
  margin-right: 20%;
  padding-right: 30%;
  display: flex;
}

.feature-card.centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.image-81 {
  vertical-align: baseline;
  object-fit: fill;
  max-height: 100%;
  padding-left: 60%;
  transition: padding .1s cubic-bezier(1, 0, 0, 1);
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-81:hover {
  padding-left: 57%;
}

.text-default {
  color: var(--mud);
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.text-default.centered {
  text-align: center;
  font-family: Jost, sans-serif;
  font-weight: 400;
}

.text-default.centered.bottom {
  margin-top: -40px;
}

.subheadline-text {
  font-family: Jost, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.subheadline-text.centered {
  text-align: center;
}

.div-wrapper-default {
  width: 100%;
  padding: 50px 12vw 100px;
  position: relative;
}

.div-wrapper-default.top {
  padding-top: 11vh;
  position: relative;
}

.div-wrapper-default.static {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
  position: static;
}

.div-wrapper-default.footer {
  background-color: var(--mud);
  padding-top: 100px;
}

.div-wrapper-default.full-height {
  padding-top: 0;
  padding-bottom: 0;
}

.div-wrapper-default.top-margin {
  margin-top: 50px;
}

.tabs-menu {
  grid-column-gap: 20px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.tab-button {
  border: 1px solid var(--mud);
  background-color: var(--sand);
  border-radius: 1000px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 16px;
}

.tab-button:hover {
  background-color: #3333331a;
}

.tab-button.w--current {
  background-color: var(--mud);
  color: var(--white);
  font-weight: 500;
}

.tab-content-wrapper {
  margin-top: 20px;
}

.tab-card-container {
  grid-column-gap: 50px;
  border: 1px solid var(--mud);
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.highlight {
  background-color: var(--clay);
  color: var(--sand);
  padding-left: 20px;
  padding-right: 20px;
}

._2-col-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

._2-col-content-wrapper.top-centered {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -6vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

._2-col-content-wrapper.static {
  position: static;
}

._2-col-right-box {
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.feature-card-sticky {
  border: 1px solid var(--mud);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding: 40px 20px;
  display: flex;
  position: sticky;
}

.feature-card-sticky.right-margin {
  grid-row-gap: 20px;
  border-width: 1px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-around;
  margin-top: 50px;
  margin-right: 20%;
  padding-right: 30%;
  display: flex;
}

.feature-card-sticky.centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.feature-card-sticky._1 {
  background-color: var(--clay);
  border-style: none;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  top: 150px;
}

.feature-card-sticky._2 {
  background-color: var(--amethyst);
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  position: sticky;
  top: 200px;
}

.feature-card-sticky._3 {
  background-color: var(--ruby);
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  top: 250px;
}

.white-text {
  color: var(--white);
}

.lime-text {
  color: var(--lime);
}

.sky-text {
  color: var(--sky);
}

.skin-text {
  color: var(--skin);
}

._2-col-left-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: sticky;
  top: 250px;
}

.small-image {
  max-height: 200px;
}

.cta-button {
  background-color: var(--mud);
  color: var(--white);
  border-radius: 1000px;
  padding: 10px 20px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.cta-button:hover {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

.cta-button.clay {
  background-color: var(--clay);
  color: var(--white);
}

.cta-button.clay:hover {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

.text-field {
  border: 1px solid var(--sand);
  color: var(--white);
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 30px;
}

.form {
  padding-left: 12vw;
  padding-right: 12vw;
}

.medium-image {
  align-self: auto;
  max-width: 280px;
  display: block;
}

.left-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.pill-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.pill-button {
  border: 1px solid var(--sand);
  color: var(--white);
  border-radius: 1000px;
  padding: 8px 25px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.pill-button:hover {
  background-color: #ffffff1a;
}

.pill-button:active {
  background-color: var(--sand);
  color: var(--mud);
}

.pill-button.centered {
  text-align: center;
  font-family: Jost, sans-serif;
  font-weight: 400;
}

.pill-button.centered.bottom {
  margin-top: -40px;
}

.smaller-white-text {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
}

.footer-detail-wrapper {
  border-top: .5px solid var(--sand);
  border-bottom: .5px solid var(--sand);
  justify-content: space-between;
  margin-left: 12vw;
  margin-right: 12vw;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.icon {
  width: 30px;
  height: 30px;
}

.icon-with-text-button {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-text-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--mud);
  justify-content: flex-start;
  align-items: center;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.icon-text-button.sand-color {
  color: var(--sand);
  text-decoration: none;
}

.icon-text-button.sand-color:hover {
  color: var(--clay);
}

.footer-end-wrapper {
  grid-row-gap: 10px;
  color: var(--sand);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 12vw;
  margin-right: 12vw;
  padding-top: 60px;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
}

.text-link {
  color: var(--sand);
  text-decoration: none;
}

.text-link:hover {
  color: var(--clay);
  text-decoration: underline;
}

.koopseni-logo {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

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

.utility-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

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

.image-83 {
  width: 200px;
}

.radio-consent {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.radio-dot {
  align-self: auto;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-dot:hover {
  background-color: #ffffff1a;
}

.radio-dot:active {
  border: 1px solid var(--white);
  background-color: var(--clay);
}

.radio-dot.w--redirected-checked {
  border: 1px solid var(--clay);
}

.form-text {
  color: #464765;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.text-span-link {
  color: #60269e;
  text-decoration: underline;
}

.smaller-text-link {
  color: var(--white);
}

.smaller-text-link:hover {
  background-image: linear-gradient(to bottom, var(--clay), var(--clay));
  color: var(--clay);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .navigation {
    display: none;
  }

  .navigation-2 {
    display: flex;
  }

  .main-title-heading {
    font-size: 50px;
  }

  .main-title-heading.centered {
    padding-left: 2vw;
  }

  .headline-text {
    font-size: 27px;
  }

  .image-80 {
    width: 100%;
  }

  ._2-grid-wrapper {
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .feature-card.right-margin {
    margin-right: 10%;
    padding-right: 35%;
  }

  .image-81 {
    max-height: 110%;
  }

  .image-81:hover {
    padding-left: 60%;
  }

  .subheadline-text {
    font-size: 27px;
  }

  .div-wrapper-default {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .div-wrapper-default.static {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-card-container {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._2-col-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .feature-card-sticky.right-margin {
    margin-right: 10%;
    padding-right: 35%;
  }

  ._2-col-left-box {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-image {
    order: -1;
    max-width: 240px;
  }

  .left-box {
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .footer-detail-wrapper, .footer-end-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

  .navigation-2 {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .div-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .content-wrapper {
    grid-row-gap: 40px;
  }

  .image-80 {
    width: 100%;
  }

  ._2-grid-wrapper {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .card-container {
    flex: none;
    margin-top: 20px;
  }

  .text-default {
    font-size: 16px;
  }

  .div-wrapper-default {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  ._2-col-content-wrapper {
    grid-row-gap: 40px;
  }

  .pill-button-wrapper {
    flex-flow: wrap;
  }

  .pill-button {
    font-size: 15px;
  }

  .image-83 {
    width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .content-wrapper.top-centered {
    overflow: hidden;
  }

  .main-title-heading {
    font-size: 35px;
  }

  .headline-text {
    font-size: 22px;
  }

  .image-80 {
    width: 100%;
  }

  ._2-grid-wrapper {
    flex-flow: column;
  }

  .card-container {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .feature-card.right-margin {
    margin-top: -50px;
    margin-right: 0%;
    padding-top: 70px;
    padding-right: 20px;
  }

  .image-81 {
    width: 60%;
    padding-left: 0%;
    position: relative;
  }

  .image-81:hover {
    padding-left: 0%;
  }

  .subheadline-text {
    font-size: 22px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-card-container {
    flex-flow: column;
  }

  ._2-col-content-wrapper.top-centered {
    overflow: hidden;
  }

  ._2-col-right-box {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .feature-card-sticky.right-margin {
    margin-top: -50px;
    margin-right: 0%;
    padding-top: 70px;
    padding-right: 20px;
  }

  ._2-col-left-box {
    margin-bottom: 20px;
  }

  .small-image {
    max-height: 180px;
  }

  .image-82 {
    order: -1;
  }

  .medium-image {
    max-height: 180px;
  }

  .left-box {
    margin-bottom: 20px;
  }

  .pill-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .pill-button {
    font-weight: 400;
  }

  .footer-detail-wrapper {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .footer-end-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .small-text-centered {
    text-align: center;
  }

  .radio-dot {
    min-width: 16px;
    min-height: 16px;
  }
}


