@font-face {
  font-family: 'NBGroteskBold';
  src: url('NBGrotesk-Bold.7632ac43.eot');
  src: url('NBGrotesk-Bold.7632ac43.eot?#iefix') format('embedded-opentype'), url('NBGrotesk-Bold.37a8cc8d.woff2') format('woff2'), url('NBGrotesk-Bold.023fbe08.woff') format('woff'), url('NBGrotesk-Bold.74f32e2a.ttf') format('truetype');
}
@font-face {
  font-family: 'NBGroteskBlack';
  src: url('NBGrotesk-Black.309550f5.otf') format('opentype');
}
@font-face {
  font-family: 'NBGroteskSemBold';
  src: url('NBGrotesk-SemBol.2c23c1db.eot');
  src: url('NBGrotesk-SemBol.2c23c1db.eot?#iefix') format('embedded-opentype'), url('NBGrotesk-SemBol.18e5389f.woff2') format('woff2'), url('NBGrotesk-SemBol.766537da.woff') format('woff'), url('NBGrotesk-SemBol.974afdbe.ttf') format('truetype');
}
@font-face {
  font-family: 'NBGroteskReg';
  src: url('NBGrotesk-Reg.9421d85b.eot');
  src: url('NBGrotesk-Reg.9421d85b.eot?#iefix') format('embedded-opentype'), url('NBGrotesk-Reg.acc157db.woff2') format('woff2'), url('NBGrotesk-Reg.aedbc3ec.woff') format('woff'), url('NBGrotesk-Reg.9e125e92.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaBold';
  src: url('ProximaNova-Bold.020895f3.eot');
  src: url('ProximaNova-Bold.020895f3.eot?#iefix') format('embedded-opentype'), url('ProximaNova-Bold.df1f1c73.woff2') format('woff2'), url('ProximaNova-Bold.4a293251.woff') format('woff'), url('ProximaNova-Bold.46a6d71e.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('ProximaNova-Regular.51b58028.eot');
  src: url('ProximaNova-Regular.51b58028.eot?#iefix') format('embedded-opentype'), url('ProximaNova-Regular.260944be.woff2') format('woff2'), url('ProximaNova-Regular.896feb2d.woff') format('woff'), url('ProximaNova-Regular.cf82bf2a.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaSemBold';
  src: url('ProximaNova-Semibold.c8563e80.eot');
  src: url('ProximaNova-Semibold.c8563e80.eot?#iefix') format('embedded-opentype'), url('ProximaNova-Semibold.afabdaa7.woff2') format('woff2'), url('ProximaNova-Semibold.d79f82fb.woff') format('woff'), url('ProximaNova-Semibold.1c59d934.ttf') format('truetype');
}
*,
*:focus,
*:hover {
  outline: none;
}
/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.2;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
html {
  color: #383838;
  font-size: 1em;
  line-height: 1;
}
body,
p {
  margin: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.BigLandingPage {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.BigLandingPage .triangle {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #E75A24;
  border-right: 7px solid #E75A24;
}
.BigLandingPage .large-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1340px) {
  .BigLandingPage .section {
    padding-left: 70px;
  }
}
@media (max-width: 800px) {
  .BigLandingPage .section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.BigLandingPage .medium-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(min(100%, 1200px) - 390px);
  margin: 0 auto;
  padding-right: 390px;
}
@media (max-width: 800px) {
  .BigLandingPage .medium-container {
    max-width: unset;
    padding-right: unset;
  }
}
.BigLandingPage .header {
  padding: 20px 20px 40px 25px;
}
.BigLandingPage .header .large-container > img {
  width: 12vw;
  max-width: 120px;
}
@media (max-width: 600px) {
  .BigLandingPage .header .large-container {
    text-align: center;
  }
}
.BigLandingPage .hero {
  background: #E9EBEB;
}
.BigLandingPage .hero .large-container {
  display: flex;
  max-height: 540px;
}
.BigLandingPage .hero .large-container > img {
  height: 100%;
  max-width: 58%;
  object-fit: contain;
}
.BigLandingPage .hero .large-container > div {
  display: flex;
  flex-direction: column;
}
.BigLandingPage .hero .large-container > div .orange-tag {
  display: flex;
  height: 4vw;
  max-height: 66px;
  background: #E75A24;
  color: #F1F2F2;
  font-family: "NBGroteskBold", sans-serif;
  font-size: 1.6vw;
  margin-top: 20px;
  width: 85%;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.BigLandingPage .hero .large-container > div .content {
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 40px auto 0 auto;
  padding-bottom: 2vw;
  text-transform: uppercase;
}
.BigLandingPage .hero .large-container > div .content .title {
  color: #515151;
  font-family: "NBGroteskBlack", sans-serif;
  font-size: 2.8vw;
  margin-bottom: 40px;
}
.BigLandingPage .hero .large-container > div .content .subtitle {
  font-family: "NBGroteskSemBold", sans-serif;
  font-size: 2.5vw;
  color: #E75A24;
  margin-bottom: 1em;
}
.BigLandingPage .hero .large-container > div .content > img {
  width: 8vw;
  max-width: 130px;
}
@media (max-width: 800px) {
  .BigLandingPage .hero .large-container > div .orange-tag {
    margin-top: 10px;
  }
  .BigLandingPage .hero .large-container > div .content {
    margin: 20px auto 0 auto;
    padding-bottom: unset;
  }
  .BigLandingPage .hero .large-container > div .content > img {
    width: 12vw;
  }
}
@media (min-width: 1441px) {
  .BigLandingPage .hero .large-container > div .orange-tag {
    font-size: 23px;
  }
  .BigLandingPage .hero .large-container > div .content .title {
    font-size: 40px;
  }
  .BigLandingPage .hero .large-container > div .content .subtitle {
    font-size: 36px;
  }
}
.BigLandingPage .form-container {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}
.BigLandingPage .form-container .form {
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: -13px 28px 45px 0px rgba(0, 0, 0, 0.25);
  width: 314px;
  padding: 30px 25px 40px 25px;
  border-radius: 10px;
  position: absolute;
  right: calc((100vw - 1340px) / 2);
  height: fit-content;
  font-family: "ProximaNovaRegular", sans-serif;
}
.BigLandingPage .form-container .form > h3 {
  color: #383838;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "ProximaNovaBold", sans-serif;
}
.BigLandingPage .form-container .form > div {
  display: flex;
  align-items: center;
}
.BigLandingPage .form-container .form > div > input {
  margin-bottom: unset;
}
.BigLandingPage .form-container .form label {
  color: #383838;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.BigLandingPage .form-container .form input {
  border: 1px solid #d7d5d5;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
  margin-bottom: 20px;
}
.BigLandingPage .form-container .form .postal {
  width: 100%;
}
.BigLandingPage .form-container .form .postal > input {
  display: inline-block;
  width: 100%;
}
.BigLandingPage .form-container .form .postal > input:first-child {
  flex: 2;
}
.BigLandingPage .form-container .form .postal > input:last-child {
  flex: 1;
}
.BigLandingPage .form-container .form .postal > span {
  color: #383838;
  font-weight: 800;
  margin: 0 20px;
}
.BigLandingPage .form-container .form .marketing {
  align-items: unset;
  gap: 10px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #303030;
  font-size: 14px;
}
.BigLandingPage .form-container .form .marketing .checkbox {
  margin: 0;
  padding: 0;
  height: 25px;
  width: 54px;
}
.BigLandingPage .form-container .form .marketing > label {
  margin-left: 10px;
  margin-bottom: unset;
  font-size: 13px;
}
@media (max-width: 600px) {
  .BigLandingPage .form-container .form .marketing > label {
    font-size: 11px;
  }
}
.BigLandingPage .form-container .form > button {
  background: #00843D;
  border: none;
  border-radius: 8px;
  height: 45px;
  color: white;
  width: 80%;
  margin: 10px auto 10px auto;
  font-family: "ProximaNovaSemBold", sans-serif;
  cursor: pointer;
}
.BigLandingPage .form-container .form > small {
  text-align: center;
  font-size: 12px;
  color: #868585;
}
@media (max-width: 1360px) {
  .BigLandingPage .form-container .form {
    right: 10px;
  }
}
@media (max-width: 800px) {
  .BigLandingPage .form-container .form {
    position: unset;
    max-width: calc(100% - 60px);
  }
  .BigLandingPage .form-container .form > button {
    width: 90%;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .BigLandingPage .form-container .form > button {
    font-size: 11px;
  }
}
.BigLandingPage .form-container .intro {
  padding-bottom: 70px;
}
.BigLandingPage .form-container .intro .medium-container > div {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.BigLandingPage .form-container .intro .medium-container > div .subtitle {
  font-size: 2.4vw;
  color: #383838;
  font-family: "ProximaNovaRegular", sans-serif;
}
.BigLandingPage .form-container .intro .medium-container > div .title {
  color: #383838;
  font-size: 4vw;
  font-family: "ProximaNovaBold", sans-serif;
}
.BigLandingPage .form-container .intro .medium-container > div .title > span {
  color: #E75A24;
}
@media (min-width: 1441px) {
  .BigLandingPage .form-container .intro .medium-container > div .subtitle {
    font-size: 24px;
  }
  .BigLandingPage .form-container .intro .medium-container > div .title {
    font-size: 34px;
  }
}
@media (max-width: 800px) {
  .BigLandingPage .form-container .intro .medium-container > div {
    flex-direction: column-reverse;
    align-items: center;
  }
  .BigLandingPage .form-container .intro .medium-container > div .subtitle {
    font-size: 4vw;
    text-align: center;
    margin-top: 50px;
  }
  .BigLandingPage .form-container .intro .medium-container > div .title {
    font-size: 5vw;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .BigLandingPage .form-container .intro {
    padding-bottom: 90px;
  }
}
.BigLandingPage .form-container .positive-points {
  background: #EDEDED;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
.BigLandingPage .form-container .positive-points > div .title {
  color: #383838;
  font-size: 36px;
  font-family: "ProximaNovaBold", sans-serif;
  margin-bottom: 50px;
}
.BigLandingPage .form-container .positive-points > div .subtitle {
  color: #E75A24;
  font-size: 34px;
  font-family: "ProximaNovaBold", sans-serif;
  margin-top: 50px;
}
.BigLandingPage .form-container .positive-points .medium-container .points {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.BigLandingPage .form-container .positive-points .medium-container .points .point {
  display: flex;
  align-items: center;
  gap: 40px;
}
.BigLandingPage .form-container .positive-points .medium-container .points .point .image-container {
  width: 6vw;
  min-width: 6vw;
  max-width: 86px;
}
.BigLandingPage .form-container .positive-points .medium-container .points .point .image-container > img {
  height: 8vw;
  max-height: 80px;
  margin: 0 auto;
}
.BigLandingPage .form-container .positive-points .medium-container .points .point .description {
  display: flex;
  flex-direction: column;
}
.BigLandingPage .form-container .positive-points .medium-container .points .point .description .title {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 2vw;
  margin-bottom: 20px;
}
.BigLandingPage .form-container .positive-points .medium-container .points .point .description > p {
  font-size: 1.6vw;
  color: #383838;
  font-family: "ProximaNovaRegular", sans-serif;
}
@media (min-width: 1441px) {
  .BigLandingPage .form-container .positive-points .medium-container .points .point .description .title {
    font-size: 28px;
  }
  .BigLandingPage .form-container .positive-points .medium-container .points .point .description > p {
    font-size: 23px;
  }
}
@media (max-width: 800px) {
  .BigLandingPage .form-container .positive-points .medium-container .points {
    gap: 70px;
  }
  .BigLandingPage .form-container .positive-points .medium-container .points .point .description .title {
    font-size: 18px;
  }
  .BigLandingPage .form-container .positive-points .medium-container .points .point .description > p {
    font-size: 16px;
  }
  .BigLandingPage .form-container .positive-points > div .title {
    font-size: 5vw;
    text-align: center;
  } 
  .BigLandingPage .form-container .positive-points > div .subtitle {
    font-size: 4vw;
    text-align: center;
    margin-top: 50px;
  }
}
.BigLandingPage .form-container .how-to-join {
  padding-top: 60px;
  padding-bottom: 100px;
}
.BigLandingPage .form-container .how-to-join .title {
  color: #383838;
  font-size: 2.5vw;
  font-family: "ProximaNovaBold", sans-serif;
  margin-bottom: 50px;
}
.BigLandingPage .form-container .how-to-join .title > span {
  color: #E75A24;
}
.BigLandingPage .form-container .how-to-join .text {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.BigLandingPage .form-container .how-to-join .text .title{
  font-family: "ProximaNovaBold", sans-serif;
  margin-bottom: 20px;
  cursor: pointer;
}
.BigLandingPage .form-container .how-to-join .text .list {
  display: none;
  margin-bottom: 20px;
}
.BigLandingPage .form-container .how-to-join .text.active .list {
  display: block;
  padding: 0 0 10px 0;
}
.BigLandingPage .form-container .how-to-join .text .list a {
  color: #E75A24;
}
.BigLandingPage .form-container .how-to-join .text .list li {
  padding-left: 21px;
  margin-bottom: 5px;
  position: relative; 
  list-style-type: none; 
}
.BigLandingPage .form-container .how-to-join .text .list li::before {
  left: 0;
  content: "";
  position: absolute;
  border-top: 11px solid #fff;
  border-right: 12px solid #818283;
  margin-top: 3px;
}
.BigLandingPage .form-container .how-to-join .text .list li p {
  margin: 13px 0;
  font-size: 23px;
  color: #383838;
  font-family: "ProximaNovaRegular", sans-serif;
}
.BigLandingPage .form-container .how-to-join .text .list p {
  font-size: 23px;
  color: #383838;
  font-family: "ProximaNovaRegular", sans-serif;
}
.BigLandingPage .form-container .how-to-join table.formula-indexed-product tr:first-child td {
  padding: 5px 5px 0 5px;
}
.BigLandingPage .form-container .how-to-join table.formula-indexed-product tr:last-child td {
  padding: 0 5px 5px 5px;
}
.BigLandingPage .form-container .how-to-join .text > div {
  display: flex;
  flex-direction: column;
}
.BigLandingPage .form-container .how-to-join .text > div > p {
  font-size: 1.6vw;
  color: #383838;
}
.BigLandingPage .form-container .how-to-join .join-now {
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #E75A24;
  border: none;
  border-radius: 8px;
  height: 45px;
  color: white;
  margin-top: 70px;
  font-size: 1.15vw;
  width: fit-content;
  font-family: "ProximaNovaSemBold", sans-serif;
  padding: 5px 50px;
  text-decoration: none;
}
@media (min-width: 1441px) {
  .BigLandingPage .form-container .how-to-join .join-now {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .BigLandingPage .form-container .how-to-join .join-now {
    font-size: 12px;
    height: 30px;
  }
  .BigLandingPage .form-container .how-to-join .title {
    font-size: 5vw;
    text-align: center;
  } 
  .BigLandingPage .form-container .how-to-join .text .title {
    font-size: 18px;
  }
  .BigLandingPage .form-container .how-to-join table.formula-indexed-product  {
    width: 100%; 
  }
  .BigLandingPage .form-container .how-to-join table.formula-indexed-product tr {
    display: block; 
    margin-bottom: 10px; 
    font-size: 16px; 
    font-family: "ProximaNovaRegular", sans-serif; 

  }
  .BigLandingPage .form-container .how-to-join table.formula-indexed-product td {
    display: block; 
    padding: 5px;
  }
  .BigLandingPage .form-container .how-to-join p {
    color: #383838;
    font-family: "ProximaNovaRegular", sans-serif; 
  }
  .BigLandingPage .form-container .how-to-join .text .list li p {
    font-size: 16px;
  }
  .BigLandingPage .form-container .how-to-join .text .list p {
    font-size: 16px;
  }
  .BigLandingPage .form-container .how-to-join .text .list p {
  font-size: 14px;  
  }
}
@media (min-width: 1441px) {
  .BigLandingPage .form-container .how-to-join .title {
    font-size: 36px;
  }
  .BigLandingPage .form-container .how-to-join .text > div > p {
    font-size: 23px;
  }
}
@media (max-width: 800px) {
  .BigLandingPage .form-container .how-to-join .title {
    font-size: 25px;
    text-align: center;
  }

}
@media (max-width: 800px) {
  .BigLandingPage .form-container {
    padding-top: 50px;
  }
}
.BigLandingPage .contact-button {
  align-items: center;
  background: #00843D;
  padding: 0 10px;
  height: 30px;
  border-radius: 190px;
  color: white;
  font-family: "ProximaNovaSemBold", sans-serif;
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  font-size: 1.6vw;
  z-index: 100;
}
@media (max-width: 600px) {
  .BigLandingPage .contact-button {
    font-size: 10px;
  }
}
.BigLandingPage .contact-button.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.BigLandingPage .bottom-section {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}
.BigLandingPage .bottom-section .title {
  color: #515151;
  font-size: 18px;
  font-family: "ProximaNovaBold", sans-serif;
  margin-bottom: 20px;
}
.BigLandingPage .bottom-section .bottom-section-text-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.BigLandingPage .bottom-section .bottom-section-text-container img {
  width: 100%;
  max-width: 250px;
  max-height: 100%;
}
.BigLandingPage .bottom-section .list {
  padding: 16px 0;
}
.BigLandingPage .bottom-section .list li {
  padding-left: 21px;
  margin-bottom: 8px;
  position: relative; 
  list-style-type: none; 
}
.BigLandingPage .bottom-section .list li::before {
  left: 0;
  content: "";
  position: absolute;
  border-top: 9px solid #fff;
  border-right: 10px solid #818283;
  margin-top: 3px;
}
.BigLandingPage .bottom-section .list p {
  color: #383838;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 14px;
}
.BigLandingPage .bottom-section .list span {
  font-weight: bold;
}
@media (max-width: 800px) {
  .BigLandingPage .bottom-section .title {
    font-size: 5vw;
    text-align: center;
  }
  .BigLandingPage .bottom-section .bottom-section-text-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .BigLandingPage .bottom-section .title {
    font-size: 14px;
  }
}
.BigLandingPage .footer {
  background: #242424;
  color: #787878;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 12px;
  font-family: "NBGroteskReg", sans-serif;
}
.BigLandingPage .footer .container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.BigLandingPage .footer .container .logo-container {
  display: flex;
  align-items: end;
}
.BigLandingPage .footer .container .logo-container .logo {
  width: 13vw;
  max-width: 176px;
}
.BigLandingPage .footer .container .contacts {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.BigLandingPage .footer .container .contacts a {
  color: #FFFFFF;
  text-decoration: none;
}
.BigLandingPage .footer .container .contacts .spacer {
  display: none;
}
.BigLandingPage .footer .container .socials {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.BigLandingPage .footer .container .socials .icons-container {
  display: flex;
  gap: 20px;
}
.BigLandingPage .footer .container .socials .icons-container > img {
  max-height: 24px;
}
@media (max-width: 800px) {
  .BigLandingPage .footer {
    padding-top: 70px;
  }
  .BigLandingPage .footer .container {
    flex-direction: column;
    gap: 40px;
    font-size: 18px;
  }
  .BigLandingPage .footer .container .logo-container .logo {
    width: 280px;
    max-width: unset;
  }
  .BigLandingPage .footer .container .contacts .spacer {
    display: block;
  }
  .BigLandingPage .footer .container .contacts > p:last-child {
    font-size: 15px;
    margin-top: 5px;
  }
}

/*# sourceMappingURL=style.6e0ce9fb.css.map */