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

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

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

strong {
  font-family: Mont Semi Bold, sans-serif;
  font-weight: 700;
}

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

.container {
  width: 100%;
  max-width: 1400px;
  grid-row-gap: 24px;
  background-color: #dcefff;
  border: 0 #c60000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 40px;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split-left {
  max-width: 55%;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.text-32px {
  color: #1e1e1e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 150%;
}

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

.hero-image {
  max-width: 300px;
  border-radius: 400px;
}

.hero-heading-left {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 64px 30px;
  position: relative;
}

.heading {
  color: #1e1e1e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

.text-span {
  color: #c60000;
}

.text-span.finnish_adj {
  font-size: 75px;
  line-height: 130%;
}

.hero-split-right {
  max-width: 35%;
}

.big-text-italic {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
}

.div-block {
  background-color: #c60000;
}

.left-green-spacer {
  width: 5px;
  background-image: linear-gradient(#15bb12, #15bb12);
}

.big-text-green {
  max-width: 1120px;
  grid-column-gap: 0px;
  border: 1px #000;
  padding-top: 0;
  display: flex;
}

.section-big-text-italic {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-direction: row;
  margin-left: 0;
  display: flex;
}

.paragraf {
  max-width: 1120px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 150%;
}

.text-green-left {
  max-width: 1120px;
  grid-column-gap: 0px;
  border: 1px #000;
  align-items: center;
  margin-bottom: 56px;
  padding-top: 0;
  display: flex;
}

.text-18px {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.text-18px-bold {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.section {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-left: 96px;
  margin-right: 56px;
  display: flex;
}

.form-container {
  max-width: 1120px;
  grid-row-gap: 0px;
  background-color: #e2f4ec;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.header-form {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 48px;
  display: flex;
}

.heading-2 {
  color: #1e1e1e;
  text-align: center;
}

.heading-center {
  color: #1e1e1e;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.text-32px-center {
  color: #1e1e1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 150%;
}

.columns {
  max-width: 1120px;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.left-column-text {
  padding-left: 48px;
  padding-right: 64px;
}

.right-column-image {
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-22px {
  color: #1e1e1e;
  border: 0 #1e1e1e;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 150%;
}

.list-text {
  color: #1e1e1e;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.section-2 {
  display: flex;
}

.list-2-columns {
  flex-direction: row;
  margin-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.list {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 24px;
}

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

.text-22px-center {
  max-width: 100%;
  color: #1e1e1e;
  text-align: center;
  padding-top: 8px;
  font-size: 22px;
  line-height: 150%;
}

.text-span-2 {
  color: #c60000;
}

.heading-3 {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 130%;
}

.text-span-3 {
  color: #979797;
  font-weight: 400;
  text-decoration: line-through;
}

.button {
  max-width: 600px;
  text-align: center;
  background-color: #ff833e;
  border: 4px solid #f17028;
  border-radius: 12px;
  padding: 24px 80px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.container-2 {
  max-width: 1120px;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.header-center {
  max-width: 770px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.list-big-text {
  margin-bottom: 0;
  padding-left: 20px;
}

.list-paragraph {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 150%;
}

.container-list-and-foto {
  max-width: 1120px;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.container-text-and-list {
  max-width: 100%;
  background-color: #fbf5ed;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.left-column-text-2 {
  padding-left: 0;
  padding-right: 56px;
}

.right-column-image-2 {
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  max-width: 1120px;
  align-self: auto;
  align-items: center;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-3 {
  max-width: 1120px;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.left-column-text-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  padding-left: 0;
  padding-right: 56px;
  display: flex;
}

.right-column-list {
  background-color: #f5ebdc;
  align-self: stretch;
  padding: 40px 32px 24px;
  display: block;
}

.section-3 {
  max-width: 1120px;
}

.buttonyellow {
  max-width: 500px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffd911;
  border: 5px #04aa01;
  border-radius: 1000px;
  padding: 16px 28px;
  font-family: Mont Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.text-22px-bold {
  color: #1e1e1e;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.div-number {
  margin-right: 16px;
}

.list-number {
  color: #d1a96c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.div-list {
  margin-bottom: 16px;
  display: flex;
}

.container-list-and-foto-2 {
  max-width: 1120px;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.header-center-2 {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.left-column-text-4 {
  padding-left: 0;
  padding-right: 56px;
}

.list-marked-text {
  margin-bottom: 0;
  padding-left: 20px;
}

.marked-list-paragraph {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 150%;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.image {
  max-height: 16px;
  padding-top: 12px;
  padding-right: 16px;
}

.container-yellow {
  max-width: 1120px;
  background-color: #eee;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 40px;
  display: flex;
}

.text-and-button {
  max-width: 1120px;
  padding-top: 64px;
  padding-bottom: 0;
}

.heading-4 {
  color: #c60000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 130%;
}

.columns-4 {
  max-width: 1120px;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-32px-bold {
  color: #1e1e1e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.form-container-2 {
  max-width: 1120px;
  grid-row-gap: 0px;
  background-color: #fbf5ed;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.link.small_link {
  color: silver;
  font-weight: 400;
}

.div-block-3 {
  border-left: 5px solid #15bb12;
  align-items: center;
  padding-left: 24px;
  display: flex;
}

.div-block-4 {
  grid-row-gap: 32px;
  border: 1px solid #000;
  border-left-width: 0;
  border-right: 0 #000;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.image-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.border {
  width: 80%;
  border-top: 2px solid #000;
  padding-bottom: 56px;
}

.bold-text, .bold-text-2 {
  font-size: 46px;
}

.text-span-4 {
  color: #b25a09;
}

.div-block-5 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.image-5 {
  max-width: 24px;
}

.div-text-second {
  grid-row-gap: 0px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.citata {
  max-width: 1120px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.icon-text {
  max-width: 1120px;
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.paragraph-bold {
  color: #1e1e1e;
  margin-top: 22px;
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.ingredients-block {
  max-width: 1120px;
  background-color: #dcefff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 72px;
  padding: 40px;
  display: flex;
}

.text-button {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.maritt-last-block {
  max-width: 1120px;
}

.image-6 {
  max-height: 120px;
  max-width: 120px;
  border-radius: 300px;
}

.div-block-6 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.italic-text {
  color: #c60000;
}

.text-with-foto {
  grid-column-gap: 24px;
  margin-bottom: 16px;
  display: flex;
}

.paragraph-italic {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-size: 22px;
  font-style: italic;
  line-height: 150%;
}

.image-7 {
  max-width: 30%;
}

.div-block-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.image-text-citata {
  grid-column-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.bacopa {
  max-height: 200px;
  max-width: 200px;
}

.paragraf-image-citata {
  max-width: 1120px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-citata {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-size: 22px;
  font-style: italic;
  line-height: 150%;
}

.image-8 {
  max-width: 40px;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 16px;
}

.text-with-foto-2 {
  grid-column-gap: 24px;
  margin-bottom: 0;
  display: flex;
}

.sarah {
  max-height: 200px;
  max-width: 200px;
  border-radius: 300px;
}

.slide-2 {
  max-width: 100%;
  background-image: url('../images/Group-515022.jpg');
  background-position: 50%;
  background-size: 100% 100%;
}

.column-21 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-62 {
  color: #1c190f;
  font-family: Mont Semi Bold, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.guarantee-point-row {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  margin-bottom: 64px;
  display: grid;
}

.mask {
  max-width: 100%;
  border-radius: 24px;
}

.frame-514970 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-63 {
  width: 1000px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

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

.list-button {
  max-width: 50%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-dots {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.guarantee-point {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.list-product {
  width: 100%;
  max-width: 482px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-65 {
  color: #1c190f;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.text-64 {
  color: #1c190f;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.vectors-wrapper-8 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-515632 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-61 {
  color: #1c190f;
  font-size: 28px;
  font-weight: 700;
}

.icon-guarantees {
  width: 64px;
  height: 64px;
}

.content-9 {
  height: 640px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-22 {
  width: 100%;
  max-width: 50%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide-4 {
  background-image: url('../images/Group-515024.jpg');
  background-position: 50%;
  background-size: 100% 100%;
}

.btn {
  width: 100%;
  height: 64px;
  max-width: 449px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ed7432;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px 20px 1px rgba(137, 137, 137, .4);
}

._2-columns {
  width: 100%;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide-3 {
  background-image: url('../images/Group-515023.jpg');
  background-position: 50%;
  background-size: 100% 100%;
}

.button-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.slide {
  max-width: 100%;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 50%;
  background-size: contain;
  border-radius: 0;
}

.slider {
  width: 100%;
  height: 564px;
  max-width: 100%;
  border-radius: 24px;
}

.container-16 {
  width: 100%;
  max-width: 1120px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-block {
  width: 700px;
  max-width: 1120px;
  background-color: #f8ffea;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 20px;
  padding: 16px 32px 32px;
  display: flex;
}

.image-9 {
  max-width: 50%;
}

.image-brainy {
  max-height: 50%;
  max-width: 50%;
}

.brainy-box {
  max-width: 42%;
  margin-right: 32px;
}

.column-32 {
  width: 100%;
  max-width: 11px;
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1234837 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1235049 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #b5d6d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-96 {
  color: #1c190f;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.vectors-wrapper-21 {
  height: 2px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-ingredient {
  grid-column-gap: 32px;
  flex-direction: row;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.text-97 {
  color: #1c190f;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.img-ingredient {
  border-radius: 300px;
}

.ingredients {
  max-width: 1120px;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.subheader {
  max-width: 1120px;
}

.link-22px {
  color: #bcbcbc;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.text-22px-header, .text-22px-header-regular {
  color: #1e1e1e;
  border: 0 #1e1e1e;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 150%;
}

.link-2 {
  color: #b4b4b4;
  border: 1px #1e1e1e;
}

.div-block-10, .div-block-11 {
  grid-column-gap: 80px;
  display: flex;
}

.button-block-bottom {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.firstblock {
  max-width: 1120px;
  margin-top: 24px;
}

.heading-6 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Mont Bold, sans-serif;
  font-size: 54px;
  line-height: 64.8px;
}

.body {
  font-size: 18px;
  line-height: 21px;
}

.secondblock {
  width: 700px;
  max-width: 1120px;
  justify-content: center;
  display: flex;
}

.heading-6-copy {
  color: #000;
  text-align: center;
  font-family: Mont Bold, sans-serif;
  font-size: 54px;
  line-height: 64.8px;
}

.paragraph02 {
  width: 700px;
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  flex-direction: column;
  order: 0;
  justify-content: center;
  font-family: Mont Regular, sans-serif;
  font-size: 18px;
  line-height: 160%;
  display: flex;
}

.productheading {
  width: 270px;
  color: #1e1e1e;
  text-align: left;
  margin-top: 48px;
  margin-bottom: 0;
  font-family: Mont Bold, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}

.section-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.disclaimer {
  width: 620px;
  color: #181818;
  justify-content: center;
  padding-top: 24px;
  font-family: Mont Regular, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.buttongrey {
  width: 520px;
  max-width: 100%;
  color: #000;
  text-align: center;
  text-transform: none;
  background-color: #eee;
  border: 5px #04aa01;
  border-radius: 1000px;
  padding: 16px;
  font-family: Mont Semi Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.banner {
  width: 100%;
  max-width: 5000px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fdc300;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7 {
  color: #df2626;
  text-align: center;
  font-family: Mont Light, sans-serif;
  font-size: 32px;
}

.image-10 {
  margin: 32px;
}

.bold-text-7 {
  font-size: 21px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 24px 32px;
  }

  .hero-wrapper {
    grid-column-gap: 24px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-left {
    max-width: 45%;
    align-self: center;
    margin-bottom: 0;
    margin-left: 24px;
  }

  .text-32px {
    font-size: 24px;
  }

  .hero-image {
    height: 100%;
    max-height: 100%;
  }

  .hero-heading-left {
    padding: 24px 16px 32px;
  }

  .heading {
    font-size: 32px;
  }

  .hero-split-right {
    max-width: 55%;
    align-self: center;
  }

  .big-text-italic {
    font-size: 24px;
  }

  .big-text-green {
    max-width: 728px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-big-text-italic {
    grid-row-gap: 16px;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .paragraf {
    grid-row-gap: 8px;
    padding: 0 16px;
  }

  .paragraph {
    font-size: 18px;
  }

  .text-green-left {
    max-width: 768px;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-18px {
    font-size: 14px;
  }

  .section {
    max-width: 60%;
    margin-left: 24px;
    margin-right: 24px;
  }

  .form-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .header-form {
    grid-row-gap: 0px;
    margin-bottom: 24px;
  }

  .heading-center {
    max-width: 700px;
    font-size: 32px;
  }

  .text-32px-center {
    font-size: 24px;
  }

  .columns {
    max-width: 768px;
  }

  .left-column-text {
    padding-left: 24px;
    padding-right: 16px;
  }

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

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

  .list-2-columns {
    margin-top: 16px;
    padding-bottom: 16px;
  }

  .list {
    padding-right: 0;
  }

  .text-22px-center {
    max-width: 100%;
    padding-top: 0;
    font-size: 18px;
  }

  .heading-3, .text-span-3 {
    font-size: 24px;
  }

  .button {
    max-width: 400px;
    padding: 18px 56px;
    font-size: 18px;
  }

  .header-center {
    margin-bottom: 24px;
  }

  .list-paragraph {
    font-size: 18px;
  }

  .container-list-and-foto {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-text-and-list {
    max-width: 100%;
    flex-direction: row;
    padding: 48px 24px;
  }

  .left-column-text-2 {
    padding-right: 24px;
  }

  .right-column-image-2 {
    padding-right: 16px;
  }

  .columns-2 {
    margin-bottom: 16px;
  }

  .columns-3 {
    max-width: 768px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .left-column-text-3 {
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-self: stretch;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .right-column-list {
    background-color: rgba(245, 235, 220, 0);
    align-self: stretch;
    padding: 0;
  }

  .buttonyellow {
    padding: 18px 32px;
    font-size: 18px;
  }

  .text-22px-bold {
    font-size: 18px;
  }

  .div-number {
    margin-right: 12px;
  }

  .div-list {
    margin-bottom: 8px;
  }

  .container-list-and-foto-2 {
    margin-top: 48px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-column-text-4 {
    padding-left: 16px;
    padding-right: 24px;
  }

  .container-yellow {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 16px 24px;
  }

  .text-and-button {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .heading-4 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .columns-4 {
    max-width: 768px;
  }

  .text-32px-bold {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .form-container-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .link {
    font-size: 16px;
  }

  .div-block-4 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .border {
    padding-bottom: 40px;
  }

  .citata {
    margin-top: 0;
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .icon-text {
    margin-top: 16px;
  }

  .two-texts {
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .paragraph-bold {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .ingredients-block {
    max-width: 728px;
    margin-bottom: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .maritt-last-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-italic {
    font-size: 18px;
  }

  .image-7 {
    max-height: 100%;
    max-width: 100%;
  }

  .div-block-7 {
    margin-bottom: 24px;
  }

  .paragraf-image-citata {
    grid-row-gap: 8px;
    padding: 0 16px;
  }

  .paragraph-citata {
    font-size: 18px;
  }

  .image-8 {
    max-width: 24px;
    margin-right: 8px;
  }

  .column-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .guarantee-point-row {
    grid-column-gap: 32px;
    grid-template-columns: .4fr .4fr;
    margin-bottom: 32px;
  }

  .content-9 {
    display: flex;
  }

  .column-22 {
    align-items: center;
  }

  ._2-columns {
    flex-direction: column;
  }

  .button-block {
    grid-row-gap: 10px;
    padding-bottom: 0;
  }

  .slide {
    background-size: contain;
  }

  .slider {
    width: 600px;
    height: 600px;
  }

  .container-16 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-block {
    margin-bottom: 40px;
  }

  .brainy-box {
    max-height: 60%;
    max-width: 45%;
    align-self: flex-start;
    margin-right: 0;
  }

  .column-32, .frame-1234837 {
    grid-row-gap: 16px;
  }

  .frame-1235049 {
    grid-row-gap: 0px;
  }

  .text-96 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-ingredient {
    width: 140px;
    height: 140px;
  }

  .subheader {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-8 {
    max-width: 65%;
  }

  .link-22px {
    font-size: 16px;
  }

  .text-22px-header, .text-22px-header-regular {
    font-size: 18px;
  }

  .div-block-10, .div-block-11 {
    grid-column-gap: 32px;
  }

  .button-block-bottom {
    grid-row-gap: 10px;
    padding-bottom: 64px;
  }

  .firstblock {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-6 {
    text-align: left;
    font-size: 48px;
    line-height: 58px;
  }

  .paragraph02 {
    margin-top: 0;
  }

  .productheading {
    font-size: 32px;
  }

  .section-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .buttongrey {
    width: 700px;
    max-width: 600px;
    padding: 18px 56px;
    font-size: 18px;
  }

  .banner {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-7 {
    max-width: 460px;
  }

  .image-10 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }

  .container {
    border-width: 6px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    padding-top: 0;
  }

  .hero-split-left {
    max-width: 100%;
    grid-row-gap: 16px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hero-image {
    box-shadow: none;
    outline-offset: 0px;
    outline: 0 #333;
  }

  .hero-heading-left {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
  }

  .heading {
    text-align: center;
    align-self: center;
  }

  .hero-split-right {
    max-width: 60%;
  }

  .big-text-green {
    max-width: 568px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-big-text-italic {
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraf {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .text-green-left {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .section {
    width: 100%;
    max-width: 100%;
    grid-row-gap: 8px;
    align-items: flex-start;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .form-container {
    padding: 32px 16px;
  }

  .columns {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .left-column-text {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-column-image {
    align-self: stretch;
  }

  .text-22px {
    align-self: center;
  }

  .list-paragraph {
    margin-bottom: 12px;
  }

  .container-list-and-foto {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-text-and-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-column-text-2 {
    margin-bottom: 16px;
    padding-right: 0;
  }

  .right-column-image-2 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .columns-2 {
    flex-direction: column;
  }

  .text-22px-bold {
    align-self: center;
  }

  .container-list-and-foto-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-center-2 {
    margin-bottom: 24px;
  }

  .left-column-text-4 {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-yellow {
    margin-top: 0;
    margin-bottom: 0;
    padding: 24px 16px;
  }

  .text-and-button {
    padding-top: 32px;
    padding-bottom: 40px;
  }

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

  .columns-4 {
    flex-direction: column;
  }

  .text-32px-bold {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
  }

  .div-block-4 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-4 {
    align-self: auto;
  }

  .image-2 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-3 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-4 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-text-second {
    margin-top: 8px;
  }

  .citata {
    margin-bottom: 0;
    padding-top: 0;
  }

  .icon-text {
    margin-top: 0;
  }

  .paragraph-bold {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ingredients-block {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-6 {
    align-self: center;
  }

  .text-with-foto {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .image-text-citata {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
  }

  .bacopa {
    align-self: center;
  }

  .paragraf-image-citata {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .text-with-foto-2 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .sarah {
    align-self: center;
  }

  .text-62 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .guarantee-point-row {
    grid-column-gap: 26px;
    grid-row-gap: 24px;
    grid-template-columns: .45fr .45fr;
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .list-button {
    max-width: 100%;
    align-self: center;
    align-items: center;
  }

  .list-dots {
    align-self: center;
  }

  .guarantee-point {
    grid-row-gap: 16px;
    flex-direction: row;
  }

  .frame-515632 {
    align-items: center;
  }

  .text-61 {
    font-size: 24px;
  }

  ._2-columns {
    grid-row-gap: 40px;
  }

  .button-block {
    grid-row-gap: 16px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slider {
    width: 500px;
    height: 500px;
  }

  .container-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .product-block {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brainy-box {
    max-width: 60%;
    align-self: center;
  }

  .column-32 {
    grid-row-gap: 24px;
  }

  .text-96 {
    font-size: 20px;
  }

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

  .link-22px {
    font-size: 14px;
  }

  .bold-text-3 {
    justify-content: flex-start;
    display: flex;
  }

  .bold-text-4 {
    justify-content: center;
    display: flex;
  }

  .bold-text-5 {
    display: block;
  }

  .bold-text-6 {
    justify-content: flex-start;
    display: flex;
  }

  .ingredient-text {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .text-22px-header, .text-22px-header-regular {
    text-align: center;
    align-self: center;
  }

  .div-block-10, .div-block-11 {
    grid-column-gap: 56px;
  }

  .button-block-bottom {
    grid-row-gap: 16px;
    background-color: #fff;
    margin-bottom: 0;
    padding: 16px;
  }

  .firstblock {
    margin-top: 32px;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 120%;
  }

  .secondblock {
    width: 100%;
    margin-bottom: 32px;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph02 {
    width: 100%;
    line-height: 160%;
  }

  .productheading {
    width: 100%;
    text-align: center;
    align-self: center;
    margin-top: 0;
  }

  .section-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .disclaimer {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 12px;
    line-height: 120%;
    padding-top: 30px;
  }

  .buttongrey {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-7 {
    max-width: 360px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 120%;
  }

  .image-10 {
    width: 64px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    border-width: 5px;
    padding: 0 8px 16px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-wrapper {
    padding-top: 24px;
  }

  .hero-split-left {
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-32px {
    font-size: 18px;
  }

  .hero-image {
    max-width: 200px;
  }

  .hero-heading-left {
    padding: 0;
  }

  .heading {
    font-size: 28px;
  }

  .text-span.finnish_adj {
    font-size: 32px;
  }

  .hero-split-right {
    max-width: 80%;
  }

  .big-text-italic {
    font-size: 18px;
  }

  .big-text-green {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-big-text-italic {
    grid-row-gap: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .paragraf {
    padding: 16px 8px;
  }

  .paragraph {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .text-green-left {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section {
    width: 100%;
    align-items: stretch;
    margin-right: 0;
  }

  .form-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-center {
    font-size: 28px;
  }

  .text-32px-center {
    font-size: 18px;
  }

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

  .list-2-columns {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .list {
    width: 100%;
  }

  .button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .list-big-text {
    padding-left: 12px;
  }

  .container-list-and-foto, .container-text-and-list {
    padding-left: 8px;
    padding-right: 8px;
  }

  .buttonyellow {
    max-width: 600px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-22px-bold {
    font-size: 16px;
  }

  .container-list-and-foto-2, .container-yellow {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-and-button {
    padding-bottom: 24px;
  }

  .heading-4 {
    font-size: 28px;
  }

  .text-32px-bold {
    margin-bottom: 0;
    font-size: 20px;
  }

  .form-container-2 {
    padding: 32px 8px;
  }

  .div-block-3 {
    width: 100%;
    align-items: stretch;
    padding-left: 16px;
  }

  .div-block-4 {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-4 {
    width: 100%;
  }

  .image-2 {
    max-width: 50%;
  }

  .image-3 {
    max-width: 100%;
  }

  .image-4 {
    max-width: 50%;
  }

  .list-2 {
    width: 100%;
    padding-left: 16px;
  }

  .list-3 {
    padding-left: 16px;
  }

  .border {
    padding-bottom: 32px;
  }

  .bold-text {
    font-size: 28px;
  }

  .paragraph-bold {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .ingredients-block {
    padding: 24px 8px;
  }

  .text-button {
    grid-row-gap: 16px;
  }

  .maritt-last-block {
    grid-row-gap: 8px;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .text-with-foto {
    margin-bottom: 0;
  }

  .paragraph-italic {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .paragraf-image-citata {
    padding: 16px 8px 0;
  }

  .paragraph-citata {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .sarah {
    max-width: 130px;
  }

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

  .guarantee-point-row {
    max-width: 100%;
    grid-column-gap: 6px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: minmax(auto, .4fr) auto;
    grid-template-columns: 43% 25%;
    grid-auto-flow: row;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
  }

  .frame-514970 {
    grid-row-gap: 2px;
  }

  .text-63 {
    width: 250px;
    font-size: 16px;
  }

  .text-block {
    text-align: left;
    font-size: 14px;
  }

  .list-button {
    grid-row-gap: 16px;
  }

  .list-dots {
    grid-row-gap: 0px;
  }

  .guarantee-point {
    max-width: 70%;
    grid-column-gap: 8px;
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .list-product {
    grid-row-gap: 8px;
    margin-bottom: 12px;
  }

  .text-65 {
    font-size: 18px;
  }

  .text-64 {
    font-size: 14px;
  }

  .frame-515632 {
    grid-column-gap: 8px;
    margin-bottom: 4px;
  }

  .text-61 {
    font-size: 20px;
  }

  .icon-guarantees {
    width: 56px;
    height: 56px;
  }

  .content-9 {
    height: 100%;
    grid-row-gap: 24px;
    display: flex;
  }

  .column-22 {
    grid-row-gap: 0px;
    display: flex;
  }

  .btn {
    height: 56px;
  }

  .button-block {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    display: flex;
  }

  .slider {
    width: 300px;
    height: 300px;
  }

  .brainy-box {
    margin-bottom: 8px;
  }

  .frame-1234837 {
    align-self: center;
    align-items: center;
  }

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

  .card-ingredient {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-97 {
    margin-bottom: 0;
  }

  .img-ingredient {
    width: 230px;
    height: 230px;
  }

  .subheader {
    grid-row-gap: 8px;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .link-22px {
    font-size: 14px;
  }

  .bold-text-4 {
    text-align: center;
  }

  .text-22px-header, .text-22px-header-regular {
    font-size: 16px;
  }

  .div-block-9 {
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 84px;
    padding-left: 16px;
  }

  .div-block-11 {
    grid-column-gap: 40px;
    padding-left: 16px;
  }

  .italic-text-2 {
    text-align: center;
  }

  .button-block-bottom {
    width: 100%;
    grid-row-gap: 4px;
    background-color: #fff;
    padding-bottom: 16px;
    display: flex;
  }

  .italic-text-3 {
    align-self: center;
  }

  .heading-6 {
    font-size: 24px;
  }

  .paragraph02 {
    font-size: 16px;
    line-height: 160%;
  }

  .productheading {
    font-size: 28px;
  }

  .buttongrey {
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-7 {
    font-size: 18px;
  }

  .image-10 {
    width: 56px;
  }
}


@font-face {
  font-family: 'Mont Black';
  src: url('../fonts/Mont-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont Bold';
  src: url('../fonts/Mont-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont Light';
  src: url('../fonts/Mont-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont Regular';
  src: url('../fonts/Mont-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont Semi Bold';
  src: url('../fonts/Mont-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}