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

@font-face {
  font-family: Inter Semi Bold;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: #fff;
  --main-black: #060606;
  --beige: #e0c397;
  --black: black;
  --white-grey: var(--white);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-hflex {
  flex-direction: row;
  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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.21;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.section.hero-section {
  background-color: var(--main-black);
  background-color: #060606;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.hero-contain {
  z-index: 2;
  justify-content: center;
  min-height: 100vh;
  padding-top: 6.94em;
  padding-bottom: 2.99em;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 50;
  width: 100%;
  padding: 1.39em 11.11em;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  width: 7.56em;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-links {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  align-items: center;
  display: flex;
}

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

.nav-p {
  font-size: 1.11em;
}

.main-content-wrap {
  width: 42.08em;
}

.form-img {
  width: 100%;
}

.form-heading {
  flex-direction: column;
  align-items: center;
  margin-top: 4.17em;
  margin-bottom: 2.78em;
  display: flex;
}

.heading-28 {
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-image: linear-gradient(91deg, #f4f4f4, #dbc39b 75%);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  font-family: Acrylic, sans-serif;
  font-size: 1.65em;
  font-weight: 400;
  line-height: 2.4;
  display: block;
  position: static;
}

.paragraph-18 {
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 300;
}

.paragraph-18.normal {
  white-space: normal;
}

.main-h {
  margin-bottom: .83em;
}

.tab-link {
  opacity: .5;
  color: var(--white);
  background-color: #ddd0;
  border-bottom: 2px solid #fffc;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0 0 1.11em;
  display: flex;
}

.tab-link.w--current {
  border-bottom-color: var(--beige);
  opacity: 1;
  background-color: #ddd0;
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
}

.tabs-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 1.67em;
  display: flex;
}

.tab-line {
  background-color: var(--white);
  opacity: .8;
  width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.descr-div {
  background-color: #ffffff0d;
  border-radius: 5px;
  margin-bottom: 1em;
  padding: 1.11em 1.11em 2.41em;
}

.linear-gradient {
  filter: blur(250px);
  background-image: linear-gradient(90deg, #002a92 35%, #54bfbb);
  border-radius: 100%;
  width: 1200px;
  height: 6000px;
  margin-top: 598px;
  padding-top: 52px;
  font-size: .5vw;
  line-height: 30px;
  position: absolute;
  top: 35.55em;
}

.form {
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.text-field-div {
  border-radius: 5px;
  width: auto;
  min-width: auto;
  height: 3.25em;
  min-height: auto;
  margin-bottom: .75em;
  overflow: hidden;
}

.text-field-div.is--last {
  margin-bottom: 1.67em;
}

.text-field {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  background-color: var(--main-black);
  color: var(--white);
  object-fit: contain;
  border: 1px #000;
  border-radius: 0;
  width: 650px;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  padding-left: 8em;
  padding-right: 1em;
  font-size: 1vw;
  position: static;
  overflow: auto;
}

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

.text-field.reg {
  white-space: pre;
  word-break: normal;
  overflow-wrap: break-word;
  width: 650px;
  margin-right: 0;
  padding-left: 8em;
  padding-right: 1em;
  font-size: 1vw;
}

.submit-button {
  color: var(--main-black);
  background-color: #3898ec00;
  background-image: linear-gradient(#f4f4f4, #b8b8b8);
  border-radius: 5px;
  min-width: 13.89em;
  padding: 1.11em 2.08em;
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
}

.bullet-descr {
  margin-top: .28em;
  display: flex;
}

.bullet {
  background-color: var(--white);
  border-radius: 100%;
  flex: none;
  width: .42em;
  height: .42em;
  margin-top: .5em;
  margin-left: .35em;
  margin-right: .35em;
}

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

.success-message {
  background-color: #dddddd0d;
  border-radius: 5px;
}

.submit-bg {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff4d;
  border-radius: 5px;
  padding: .21em;
}

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

.button {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: transparent;
  mix-blend-mode: exclusion;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 12px;
  transition: opacity;
}

.tab-link-2 {
  opacity: .5;
  color: #fff;
  background-color: #ddd0;
  border-bottom: 2px solid #fffc;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0 0 1.11em;
  display: flex;
}

.tab-link-2.w--current {
  opacity: 1;
  background-color: #ddd0;
  border-bottom-color: #e0c397;
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
}

.submit-button-2 {
  box-sizing: content-box;
  opacity: .69;
  color: #060606;
  object-fit: fill;
  background-color: #3898ec00;
  background-image: linear-gradient(#f4f4f4, #b8b8b8);
  border-radius: 20px;
  min-width: 8em;
  margin-top: 36px;
  padding: 1.11em 2.08em;
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.67em;
  display: flex;
}

.paragraph-18-2 {
  text-align: center;
  flex: 1;
  align-self: center;
  width: auto;
  height: 17.6875px;
  margin-top: -12px;
  margin-bottom: 16px;
  font-size: 1.25em;
  font-weight: 300;
}

.tab-line-2 {
  opacity: .8;
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.checkbox-label {
  z-index: auto;
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 65%;
  line-height: 2;
  display: block;
  position: relative;
}

.text-field-2 {
  box-sizing: content-box;
  color: #fff;
  object-fit: contain;
  background-color: #060606;
  background-image: linear-gradient(#000, #000);
  border: 1px #000;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1.3em;
  font-size: 17px;
  display: block;
  overflow: auto;
}

.text-field-2::placeholder {
  color: #fff9;
}

.image-2, .image-3 {
  margin-top: 12px;
}

.text-field-3 {
  color: #fff;
  background-color: #060606;
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
}

.text-field-3::placeholder {
  color: #fff9;
}

.text-field-4 {
  width: 650px;
}

.container-2 {
  margin-right: 131px;
}

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

.dropdown-link {
  background-color: #00000005;
}

.dropdown-link.w--current {
  opacity: 1;
  outline-offset: 0px;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: none;
  background-color: #000;
  background-clip: border-box;
  outline: 3px #0000;
  display: block;
}

.dropdown-link-2 {
  background-color: #000;
}

.dropdown-link-3 {
  object-fit: none;
}

.link-block {
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.link-block-2 {
  position: absolute;
  inset: 0%;
}

.image-4 {
  margin-left: 13px;
}

.image-5 {
  margin-left: 14px;
}

.text-field-5 {
  background-color: var(--black);
  color: var(--black);
}

.text-field-6 {
  opacity: .45;
  color: var(--black);
  background-color: #000;
  border: 1px solid #000;
  border-radius: 13px;
}

.text-field-7 {
  background-color: var(--black);
  color: var(--white-grey);
  -webkit-text-stroke-color: var(--black);
  border: 1px solid #0000;
  border-radius: 11px;
}

.select-field {
  background-color: #000;
}

.language-link {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #7735f6;
}

.flag-5 {
  background-image: url('../images/sweden.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-1 {
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-toggle {
  color: #20355a;
  border: 1px solid #9b9eb838;
  border-radius: 4px;
  padding-right: 45px;
  transition: all .2s;
}

.language-toggle.text-field-7 {
  border-radius: 0;
  width: 650px;
}

.langauge-line-break {
  background-color: #5b3acc;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.flag-4 {
  background-image: url('../images/norway.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-3 {
  background-image: url('../images/france.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-2 {
  background-image: url('../images/denmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.text-block-2 {
  color: var(--white);
  background-color: #000;
  border-radius: 0;
}

.submit-button-3 {
  z-index: auto;
  text-align: center;
  background-color: #8d8d8d;
  border-radius: 8px;
  margin-top: -26px;
  padding-top: 15px;
  position: relative;
}

.form-2 {
  flex-flow: column;
  display: flex;
  position: static;
}

.paragraph-19 {
  margin-left: 29px;
}

.checkbox-label-2 {
  margin-top: 10px;
}

.checkbox {
  margin-top: 15px;
}

.checkbox-label-3, .checkbox-2 {
  margin-top: 16px;
}

.form_buyer, .form-3, .form-4 {
  flex-flow: column;
  display: flex;
}

.link {
  position: fixed;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.link-2 {
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.paragraph-20 {
  box-sizing: border-box;
  object-fit: fill;
  flex: 1;
  order: 0;
  align-self: center;
  position: relative;
}

.flex-block {
  flex-flow: column;
}

.terms {
  color: var(--black);
  text-transform: none;
  word-break: normal;
  border: 1px solid #0000;
  text-decoration: none;
}

.container-3 {
  margin-top: 15px;
}

.link-3 {
  border: 1px #b94a4a;
}

.paragraph-light {
  font-size: .7vw;
  font-weight: 300;
  line-height: 1.25;
}

.text-block-3 {
  -webkit-text-stroke-color: var(--beige);
  background-color: #0000;
}

.grid {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 65px;
}

.grid._0table {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.bold-text {
  line-height: 1;
}

._0table {
  font-size: .6vw;
  font-weight: 300;
}

.bold-text-3 {
  font-size: .6vw;
}

.text-block-4 {
  font-size: .9vw;
}

.heading-29 {
  margin-top: 84px;
}

.heading-30 {
  margin-top: 119px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 2vw;
  }

  .container {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .container.hero-contain {
    padding-top: 8.94em;
  }

  .navbar {
    padding: 2.09em 2em;
  }

  .main-content-wrap {
    width: 100%;
  }

  .linear-gradient {
    opacity: .63;
    filter: blur(50px);
    top: 37.65em;
  }

  .checkbox-label {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4vw;
  }

  .section.hero-section {
    backface-visibility: hidden;
    perspective: 1px;
  }

  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container.hero-contain {
    padding-top: 7.94em;
  }

  .navbar {
    padding-top: 1.09em;
    padding-bottom: 1.09em;
  }

  .nav-links {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    align-items: flex-end;
  }

  .form-heading {
    text-align: center;
    margin-top: 2.6em;
    margin-bottom: 3.8em;
  }

  .heading-28 {
    font-size: 1.5em;
    line-height: 2.2;
  }

  .main-h {
    margin-bottom: 1.4em;
  }

  .form-tabs {
    z-index: 2;
    position: relative;
  }

  .tab-link {
    width: 100%;
    padding-top: 1.11em;
  }

  .tabs-menu {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .linear-gradient {
    z-index: 2;
    opacity: .5;
    width: 55em;
    height: 55em;
    top: 35.25em;
  }

  .html-embed {
    display: none;
  }

  .tab-link-2 {
    width: 100%;
    padding-top: 1.11em;
  }

  .tabs-menu-2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Semi Bold';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acrylic';
  src: url('../fonts/Acrylic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}