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

.lynx-hero-oval {
  width: 100%;
  min-height: 650px;
  background-image: url('../images/Hero_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 800px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-button {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #1f2022;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: #8979ec;
}

.lynx-heading-hero {
  max-width: 900px;
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center-hero {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
  position: relative;
}

.lynx-content-hero {
  width: 100%;
  max-width: 1392px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-nav-button {
  color: rgba(255, 255, 255, .87);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #103a0d;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: #7b940d;
}

.lynx-nav-button.outline {
  color: #103a0d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #103a0d;
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-nav-link {
  color: rgba(255, 255, 255, .87);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: #7b940d;
}

.lynx-nav-link.w--current {
  color: #103a0d;
}

.lynx-logo {
  max-width: 10rem;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-block {
  width: 100%;
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lynx-navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lynx-button-white {
  color: #103a0d;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .87);
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  color: #fff;
  background-color: #103a0d;
}

.lynx-paragraph-white {
  max-width: 460px;
  color: rgba(255, 253, 249, .95);
  letter-spacing: 1.25px;
  margin-bottom: 36px;
  font-family: Helveticanowdisplay Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 165%;
}

.lynx-heading-white {
  max-width: 740px;
  color: rgba(255, 255, 255, .87);
  -webkit-text-stroke-color: rgba(255, 255, 255, .87);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Helveticanowdisplay Light, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 114%;
}

.lynx-subtitle-white {
  color: rgba(255, 255, 255, .87);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: none;
}

.lynx-block-hero-large {
  width: 50%;
  background-color: #121212;
  border-radius: 20px 20px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 50px 60px;
  display: flex;
}

.lynx-hero-large {
  width: 100%;
  min-height: 650px;
  background-image: url('../images/home-page-hero-image.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-content-hero-2 {
  width: 100%;
  max-width: 1392px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-link-footer-dark {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: #fff;
}

.lynx-text-footer-dark {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-down {
  width: 100%;
  max-width: 1080px;
  border-top: 1px solid rgba(223, 218, 210, .2);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: none;
}

.lynx-link-footer-large-white {
  color: rgba(255, 255, 255, .87);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: #7b940d;
}

.lynx-heading-footer-white {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lynx-logo-footer {
  max-width: 8rem;
  margin-bottom: 16px;
}

.lynx-grid-footer-dark {
  width: 100%;
  max-width: 1080px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.lynx-footer-dark {
  width: 100%;
  max-width: 1392px;
  background-color: #343434;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.lynx-text-message {
  color: #fff;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: rgba(253, 75, 139, .65);
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-success-message {
  background-color: rgba(50, 183, 122, .65);
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-submit-button {
  color: #343434;
  letter-spacing: 3px;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .87);
  border: 1px solid rgba(255, 255, 255, .87);
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Mulish Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  color: rgba(255, 255, 255, .87);
  background-color: #343434;
  border: 1px solid rgba(255, 255, 255, .87);
}

.lynx-text-field {
  height: 46px;
  min-width: 200px;
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Mulish Regular, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .6);
}

.lynx-text-field::placeholder {
  color: rgba(255, 255, 255, .6);
}

.lynx-form {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.lynx-heading-white-margin {
  max-width: 740px;
  color: rgba(255, 255, 255, .87);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowdisplay Light, sans-serif;
  font-size: 46px;
  font-weight: 100;
  line-height: 120%;
}

.lynx-block-newsletter-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.lynx-newsletter-horizontal {
  width: 100%;
  text-align: center;
  background-color: #343434;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  padding: 40px 50px;
  display: flex;
}

.lynx-newsletter-image {
  width: 100%;
  height: 500px;
  background-image: url('../images/KEEP-IN-TOUCH-OPT.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-content {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-content.product-content {
  max-width: 1080px;
  overflow: visible;
}

.lynx-paragraph-process {
  max-width: 294px;
  color: rgba(255, 255, 255, .87);
  letter-spacing: 1.25px;
  margin-bottom: 0;
  font-family: Simplifica typeface;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
}

.feature-heading {
  color: rgba(255, 255, 255, .87);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Helveticanowdisplay Light, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 128%;
}

.lynx-process-number {
  color: rgba(255, 255, 255, .87);
  font-family: PT Serif, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 110%;
}

.lynx-block-process-gdereen {
  width: 70px;
  height: 70px;
  background-color: #32b77a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px rgba(50, 183, 122, .1);
}

.lynx-process {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-block-process-purple {
  width: 70px;
  height: 70px;
  background-color: #7b940d;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px rgba(137, 121, 236, .1);
}

.lynx-block-process-green {
  width: 70px;
  height: 70px;
  background-color: #f39304;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px rgba(243, 147, 4, .42);
}

.lynx-grid-process {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 14px;
}

.lynx-heading {
  max-width: 740px;
  color: rgba(255, 255, 255, .87);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Helveticanowdisplay Light, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Simplifica typeface;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-client-info {
  color: rgba(255, 255, 255, .87);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Redhatdisplay variablefont wght;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-client {
  color: rgba(255, 255, 255, .87);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Fogtwono5;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-image-client {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-paragraph-reviews {
  max-width: 294px;
  color: rgba(255, 255, 255, .87);
  letter-spacing: .25px;
  margin-bottom: 30px;
  font-family: Redhatdisplay variablefont wght;
  font-size: 16px;
  line-height: 165%;
}

.lynx-reviews-bg {
  box-shadow: none;
  background-color: #343434;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.lynx-reviews-column {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.lynx-grid-reviews {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 14px;
}

.lynx-paragraph-accordion {
  color: rgba(255, 255, 255, .87);
  letter-spacing: 1.25px;
  margin-bottom: 30px;
  font-family: Simplifica typeface;
  font-size: 18px;
  line-height: 165%;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow {
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
}

.lynx-heading-accordion-small {
  color: rgba(255, 255, 255, .87);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Made mirage;
  font-size: 28px;
  font-weight: 400;
  line-height: 132%;
  transition: all .2s;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-accordion-item-border {
  color: #103a0d;
  background-color: #343434;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 20px;
}

.lynx-block-faq {
  width: 100%;
  max-width: 840px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.lynx-grid-faq {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  margin-top: 14px;
}

.lynx-arrow-features {
  width: 55px;
  height: 55px;
  background-color: #121212;
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  flex: none;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: auto;
  right: auto;
}

.lynx-image-features {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
  border-radius: 50% 50% 30px 30px;
}

.lynx-link-block-features {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-link-block-features:hover {
  filter: brightness(112%);
}

.lynx-paragraph {
  max-width: 820px;
  color: rgba(255, 255, 255, .87);
  letter-spacing: 1.25px;
  margin-bottom: 25px;
  font-family: Simplifica typeface;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
  display: block;
}

.lynx-paragraph.contact-paragraph {
  letter-spacing: normal;
  font-family: Mulish Regular, sans-serif;
}

.lynx-paragraph.feature-paragraph {
  display: none;
}

.lynx-heading-features-large {
  color: rgba(255, 255, 255, .87);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made mirage;
  font-size: 32px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-subtitle-productivity {
  color: #103a0d;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: rgba(124, 70, 12, .31);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Redhatdisplay variablefont wght;
  font-size: 12px;
  line-height: 140%;
  display: none;
}

.lynx-block-features-large {
  flex: 0 auto;
  padding: 20px 25px 35px;
}

.lynx-features-large {
  text-align: center;
  background-color: #343434;
  border: 3px solid rgba(255, 255, 255, .15);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 8px 6px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-subtitle-software {
  color: #103a0d;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: rgba(103, 124, 12, .31);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Redhatdisplay variablefont wght;
  font-size: 12px;
  line-height: 140%;
  display: none;
}

.lynx-grid-3-columns {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 14px;
}

.lynx-grid-3-columns.products {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.lynx-text-check {
  color: #797c83;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading-2 {
  max-width: 740px;
  color: rgba(255, 255, 255, .87);
  -webkit-text-stroke-color: rgba(255, 255, 255, .87);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Helveticanowdisplay Light, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 120%;
}

.lynx-subtitle-3 {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1.3px;
  -webkit-text-stroke-color: rgba(255, 255, 255, .6);
  text-transform: uppercase;
  font-family: Helveticanowdisplay Light, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.lynx-block-right {
  padding-left: 10%;
}

.lynx-image {
  min-height: 500px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-paragraph-features {
  max-width: 294px;
  color: #797c83;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-icon-heading {
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: -4%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-block-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.lynx-block-image.hide {
  display: none;
}

.lynx-grid-image-left {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.lynx-content-2 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-image-absolute {
  z-index: 50;
  max-width: 56%;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: -21%;
  left: 52%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-button-2 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #343434;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button-2:hover {
  color: #343434;
  background-color: rgba(255, 255, 255, .87);
}

.lynx-button-2.contact-form {
  letter-spacing: 1.25px;
  background-color: #121212;
  font-family: Helveticanowdisplay Light, sans-serif;
  font-size: 18px;
}

.lynx-button-2.contact-form:hover {
  background-color: rgba(255, 255, 255, .87);
}

.lynx-paragraph-2 {
  max-width: 820px;
  color: rgba(255, 255, 255, .87);
  letter-spacing: normal;
  margin-bottom: 36px;
  font-family: Mulish Regular, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-grid-image-right {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1.5fr;
  align-items: center;
}

.section {
  margin-top: 6rem;
  padding-top: 2rem;
}

.section.hero-section {
  margin-top: 0;
  padding-top: 1rem;
}

.section.products {
  z-index: 0;
  background-color: #121212;
  margin-top: 12rem;
  position: -webkit-sticky;
  position: sticky;
}

.section.products.oldproduct, .section.testimonials-section, .section.faq-section {
  display: none;
}

.grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 14px;
}

.body {
  background-color: #121212;
}

.lynx-image-2 {
  min-height: 500px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-image-absolute-2 {
  z-index: 50;
  max-width: 56%;
  object-fit: cover;
  border-radius: 30px;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: -12%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-block-image-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-button-3 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #1f2022;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button-3:hover {
  background-color: #8979ec;
}

.lynx-paragraph-3 {
  max-width: 820px;
  color: #797c83;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-3 {
  max-width: 740px;
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-4 {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-left-2 {
  padding-right: 15%;
}

.lynx-grid-image-right-2 {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.lynx-content-3 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-nav-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #1f2022;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: none;
}

.lynx-nav-button-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.lynx-nav-buttons-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-nav-link-2 {
  color: rgba(255, 255, 255, .87);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link-2:hover {
  color: #8979ec;
}

.lynx-logo-2 {
  width: auto;
  height: 110px;
}

.lynx-brand-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-block-2 {
  width: 100%;
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lynx-navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: none;
}

.brix---paragraph-link {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.brix---paragraph-default {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1.25px;
  -webkit-text-stroke-color: rgba(255, 255, 255, .6);
  margin-bottom: 0;
  font-family: Mulish Regular, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.brix---footer-bottom {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .6);
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: rgba(255, 255, 255, .87);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-link {
  color: rgba(255, 255, 255, .87);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #fff;
}

.brix---footer-list-item-horizontal {
  color: rgba(255, 255, 255, .87);
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Mulish Regular, sans-serif;
  list-style-type: none;
  display: flex;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.brix---footer-top-small {
  padding-top: 50px;
  padding-bottom: 50px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---container-default.contact-container {
  padding-top: 75px;
  padding-bottom: 75px;
}

.brix---footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
}

.brix---grid-logo-strip-v4 {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---text-center-tablet {
  text-align: left;
}

.brix---grid-2-logo-strip-v4 {
  grid-column-gap: 90px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---icon-square-acent-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #4a3aff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---icon-square-acent-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
  display: none;
}

.brix---paragraph-default-2 {
  color: rgba(255, 255, 255, .87);
  letter-spacing: 1.25px;
  margin-bottom: 0;
  font-family: Simplifica typeface;
  font-size: 18px;
  line-height: 165%;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h3-size {
  color: rgba(255, 255, 255, .87);
  -webkit-text-stroke-color: rgba(255, 255, 255, .87);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Made mirage;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  display: none;
}

.brix---divider-64px {
  height: 1px;
  background-color: #dcddeb;
  margin-top: 64px;
  margin-bottom: 64px;
}

.brix---link {
  color: rgba(255, 255, 255, .87);
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
}

.brix---link:hover {
  color: #281ca5;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---text-200-bold {
  color: rgba(255, 255, 255, .87);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---contact-details-mg {
  flex: 0 auto;
  margin-right: 32px;
}

.brix---contact-details-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.brix---mg-bottom-32px {
  margin-bottom: 0;
}

.brix---contact-form-right-side {
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 0 56px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  min-height: 60px;
  box-shadow: none;
  color: #fff;
  letter-spacing: 1.25px;
  background-color: #121212;
  border: 1px #eff0f6;
  border-radius: 25px;
  padding: 16px 24px;
  font-family: Mulish Regular, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---text-area:focus {
  color: #fff;
  border-color: #4a3aff;
}

.brix---text-area::-ms-input-placeholder {
  color: rgba(255, 255, 255, .6);
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: rgba(255, 255, 255, .6);
  font-size: 18px;
}

.brix---input-label {
  color: rgba(255, 255, 255, .87);
  -webkit-text-stroke-color: rgba(255, 255, 255, .6);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
  display: none;
}

.brix---input {
  min-height: 50px;
  color: #fff;
  letter-spacing: 1.25px;
  background-color: #121212;
  border: 1px #eff0f6;
  border-radius: 25px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Mulish Regular, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #fff;
  border-color: #4a3aff;
}

.brix---input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .6);
  -webkit-text-stroke-color: #343434;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
}

.brix---input::placeholder {
  color: rgba(255, 255, 255, .6);
  -webkit-text-stroke-color: #343434;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---contact-form-left-side {
  background-color: rgba(0, 0, 0, 0);
  padding: 56px 56px 50px;
}

.brix---grid-contact-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---card {
  box-shadow: none;
  background-color: #343434;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 20px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.hr-contact {
  width: 35px;
  height: 1px;
  background-color: rgba(255, 255, 255, .6);
  margin-bottom: 10px;
}

.contact-sub-heading {
  color: rgba(255, 255, 255, .87);
  margin-bottom: 5px;
  font-family: Helveticanowdisplay Light, sans-serif;
}

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

.bg-circle {
  z-index: 0;
  opacity: .6;
  filter: invert(87%);
  display: block;
  position: absolute;
  top: 190px;
  right: 60px;
}

.logo-link.mod--footer {
  filter: grayscale() contrast(140%);
  margin-bottom: 60px;
}

.swiper__next-wrap {
  z-index: 2;
  transition: all .5s;
  position: absolute;
  top: 250px;
  left: 45px;
}

.swiper__next-wrap.active {
  z-index: 0;
  opacity: 0;
}

.hero__circle {
  z-index: 0;
  border-radius: 50%;
  flex: none;
  position: relative;
  box-shadow: 20px 113px 140px -30px rgba(0, 0, 0, .5);
}

.news__title {
  color: rgba(255, 255, 255, .87);
}

.news__title.mod--3 {
  display: inline;
}

.news__title.mod--2 {
  color: rgba(255, 255, 255, .87);
  font-size: 96px;
}

.remodal__heading {
  max-width: 11.25rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.news__artist-title {
  text-transform: uppercase;
  font-weight: 500;
}

.bg-parallax {
  z-index: 0;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.footer__list-item {
  color: #2d3c49;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.5em;
}

.invest__parallax-arrow {
  z-index: 1;
  filter: brightness(0%) invert(200%);
  transition: all .3s;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.section-2 {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section-2.mod--news {
  padding-bottom: 110px;
}

.section-2.mod--hero {
  padding-top: 110px;
}

.section-2.mod--invest {
  min-height: 700px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-2.mod--header {
  z-index: 90;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-2.mod--footer {
  color: #181f25;
  background-color: #34cfca;
  padding-top: 112px;
  padding-bottom: 0;
  transition: all .5s;
}

.section-2.mod--lectures {
  padding-bottom: 220px;
}

.form__result-anim {
  width: 0;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.form__result-anim.active {
  width: 1rem;
  transition: all 1s;
}

.main {
  background-color: #121212;
  background-image: none;
  position: relative;
}

.invest__experts-ava {
  border-radius: 50%;
  margin-left: -8px;
  position: relative;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .2);
}

.invest__experts-ava.mod--2 {
  z-index: 1;
}

.invest__experts-ava.mod--1 {
  z-index: 2;
}

.invest__parallax-block {
  z-index: 2;
  width: 176px;
  position: absolute;
}

.invest__parallax-block.mod--1 {
  display: none;
  top: -80px;
  left: 0;
}

.invest__parallax-block.mod--4 {
  display: none;
  top: 380px;
  right: 0;
}

.footer__nav-link {
  color: #2d3c49;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__nav-link:hover {
  opacity: 1;
  color: #181f25;
}

.footer__col {
  flex: 1;
}

.footer__col.mod--1 {
  max-width: 340px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer__col.mod--2 {
  padding-left: 170px;
}

.footer__col.mod--2.mod--social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.mod--lectures {
  max-width: 990px;
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}

.hero__columns {
  justify-content: space-between;
  display: flex;
}

.btn__bg-wrap {
  z-index: -1;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.news__title-span-cleon {
  color: rgba(255, 255, 255, .87);
  border-bottom: 1px solid rgba(255, 255, 255, .87);
  margin-bottom: 5px;
  display: inline-block;
}

.footer__copyright-link {
  color: rgba(24, 31, 37, .8);
  align-items: center;
  font-size: 14px;
  line-height: 1.6em;
  text-decoration: none;
  display: flex;
}

.news__columns {
  flex: 1;
  justify-content: space-between;
  margin-right: -16px;
  display: flex;
}

.hero__col.mod--1 {
  max-width: 448px;
  flex: 1;
  padding-top: 70px;
}

.btn__bg {
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 100px;
}

.footer__list {
  column-count: 2;
  column-gap: 55px;
  margin-bottom: -28px;
  padding-left: 0;
  list-style-type: none;
}

.lectures__content {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.hero__heading {
  color: rgba(255, 255, 255, .87);
  margin-bottom: 28px;
  font-family: Made mirage;
  font-size: 48px;
  font-weight: 100;
  line-height: 74px;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--lectures {
  width: 100%;
  flex: none;
}

.form__btn-arrow {
  display: block;
  position: relative;
  bottom: 0;
}

.form__btn-arrow.mod--2 {
  position: absolute;
  bottom: 0;
  left: -1.5rem;
}

.invest__parallax-img {
  z-index: 0;
  position: relative;
}

.slider__next-arrows {
  transition: all .3s;
  position: relative;
  left: 0;
}

.hero__circles {
  align-items: flex-start;
  display: flex;
}

.form {
  position: relative;
}

.footer__heading-anim {
  opacity: .4;
  position: relative;
  bottom: 0;
}

.remodal__text {
  max-width: 14rem;
  color: rgba(24, 31, 37, .8);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5;
}

.overflow__anim {
  transition: all .4s;
  position: relative;
  right: 0;
}

.footer__follow-link {
  color: #fff;
  display: inline-block;
}

.remodal__text-wrap {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
}

.slider__next-arrow {
  display: block;
  position: relative;
  bottom: 0;
}

.slider__next-arrow.mod--2 {
  position: absolute;
  bottom: 0;
  left: -30px;
}

.footer__follow-and {
  color: #fff;
}

.invest__experts-link-txt {
  position: relative;
}

.footer__form-wrap {
  width: 100%;
}

.hero__circle-dot {
  width: 24px;
  height: 24px;
  background-color: #f75606;
  border-radius: 100px;
  display: none;
  position: absolute;
  top: -4px;
  left: 58px;
}

.footer__heading-wrap {
  margin-top: -25px;
  margin-bottom: 88px;
}

.hero__read-wrap {
  max-width: 180px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: 50px;
}

.header__col {
  min-width: 180px;
}

.header__col.mod--3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--header {
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: hidden;
}

.content.mod--news {
  justify-content: space-between;
  display: flex;
}

.content.mod--footer {
  margin-top: -15px;
  padding-top: 15px;
  overflow: hidden;
}

.form__submit-wrap {
  width: 40px;
  height: 40px;
  background-color: #181f25;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 0;
  overflow: hidden;
}

.form__submit-wrap.mod--modal {
  bottom: 16px;
}

.footer__notice {
  max-width: 210px;
  color: rgba(24, 31, 37, .8);
  letter-spacing: .02em;
  font-size: 14px;
}

.news__heading-wrap {
  max-width: 280px;
  flex: 1;
}

.news__artist {
  align-items: center;
  display: flex;
}

.footer__list-titile {
  margin-bottom: 40px;
  font-size: 26px;
}

.footer__form-title {
  margin-bottom: 42px;
}

.news__col {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.news__col.mod--4, .news__col.mod--3 {
  max-width: 260px;
}

.hero__read-title {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1.25px;
  margin-bottom: 8px;
  font-family: Simplifica typeface;
}

.hero__offer-txt {
  margin-bottom: 0;
}

.lectures__type {
  text-transform: uppercase;
  margin-bottom: 48px;
  font-weight: 300;
  transition: all .8s;
  display: inline-block;
  position: relative;
  left: -100px;
}

.lectures__type.active {
  left: 0;
}

.swiper__next {
  width: 64px;
  height: 64px;
  cursor: pointer;
  background-color: #f75606;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.lectures__numb-columns {
  border-top: 2px solid #2d3c49;
  justify-content: space-between;
  padding-top: 40px;
  transition: all .8s;
  display: flex;
  position: relative;
  bottom: -220px;
}

.lectures__numb-columns.active {
  bottom: 0;
}

.lectures__img {
  z-index: 0;
  width: 300px;
  height: 300px;
  object-fit: none;
  border-radius: 50%;
  transition: all .8s;
  display: block;
  position: relative;
}

.lectures__img.active {
  width: 100%;
  height: 100%;
  border-radius: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.mod--submit {
  z-index: 2;
  opacity: 1;
  transition: all .2s;
  position: relative;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.invest__content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header__nav-link {
  color: rgba(255, 255, 255, .87);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-family: Mulish Regular, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link:hover {
  color: rgba(255, 255, 255, .87);
  -webkit-text-stroke-color: rgba(255, 255, 255, .87);
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.footer__heading {
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 55px;
  line-height: 1.05em;
}

.footer__heading.mod--2 {
  position: absolute;
  top: 100%;
  left: 0;
}

.footer__heading.mod--3 {
  position: absolute;
  top: 200%;
  left: 0;
}

.invest__experts-link {
  color: #2d3c49;
  text-align: left;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.form__submit-result-ico {
  width: 1rem;
  max-width: none;
  flex: none;
  display: block;
}

.footer__soc-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(24, 31, 37, .25);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.footer__soc-link:hover {
  border-color: rgba(24, 31, 37, .5);
}

.lectures__title {
  margin-bottom: 48px;
  margin-right: -10px;
  transition: all .8s;
  position: relative;
  left: -110%;
}

.lectures__title.active {
  left: 0%;
}

.footer__follow {
  z-index: 1;
  color: rgba(255, 255, 255, .8);
  padding-left: 35px;
  line-height: 1.5em;
  position: relative;
}

.footer__list-txt {
  color: #2d3c49;
  text-decoration: none;
  display: inline-block;
}

.lectures__dot-orange {
  width: 18px;
  height: 18px;
  background-color: #f75606;
  border-radius: 100px;
  transition: all .2s;
  position: absolute;
  top: 68px;
  left: 66px;
}

.lectures__dot-orange.active {
  opacity: 0;
}

.lectures__img-over {
  z-index: 1;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lectures__img-over.active {
  opacity: 1;
}

.footer__heading-link {
  color: #181f25;
  line-height: 1.15em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__heading-link:hover {
  color: rgba(24, 31, 37, .8);
}

.footer__inside-col.mod--2 {
  max-width: 370px;
  flex: 1;
}

.news__p {
  color: rgba(255, 255, 255, .87);
}

.footer__follow-wrap {
  min-height: 56px;
  background-color: #2d3c49;
  border-top: 1px solid rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  margin-left: -60px;
  margin-right: -60px;
  font-size: 16px;
  display: flex;
}

.news__title-wrap {
  flex: 1;
}

.btn__txt {
  z-index: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn__txt.mod--1 {
  letter-spacing: 3px;
  font-family: Simplifica typeface;
  font-size: 18px;
  font-weight: 400;
}

.btn__txt.mod--2 {
  color: #343434;
  position: absolute;
  bottom: -40px;
}

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

.news__cat-title {
  color: rgba(255, 255, 255, .87);
  text-transform: uppercase;
}

.remodal__close {
  z-index: 5;
  width: 1.5rem;
  height: 1.5rem;
  opacity: .7;
  filter: none;
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.remodal__close:hover {
  opacity: .9;
}

.footer__inside-columns {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.remodal__img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  display: block;
  position: relative;
}

.hero__read-link {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1.75px;
  text-transform: uppercase;
  font-family: Simplifica typeface;
  line-height: 1.5em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.hero__read-link:hover {
  color: rgba(255, 255, 255, .6);
}

.lectures__numb-txt {
  color: rgba(45, 60, 73, .9);
  font-weight: 300;
  line-height: 22px;
}

.footer__soc-img {
  width: 100%;
  height: 100%;
  filter: none;
  object-fit: scale-down;
  transition: all .2s;
  display: block;
}

.remodal.remodal--global {
  width: 100%;
  max-width: 37.5rem;
  color: #181f25;
  text-align: left;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.bg-circle-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer__social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__columns {
  justify-content: space-between;
  display: flex;
}

.footer__columns.mod--1 {
  margin-bottom: 88px;
}

.news__cat {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.input {
  height: 62px;
  color: #181f25;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #181f25;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
}

.input:focus {
  border-bottom-color: #181f25;
}

.input::-ms-input-placeholder {
  color: #181f25;
}

.input::placeholder {
  color: #181f25;
}

.input.mod--modal {
  height: 70px;
  color: #181f25;
  text-transform: none;
  border-bottom-color: rgba(24, 31, 37, .2);
}

.input.mod--modal::-ms-input-placeholder {
  color: rgba(24, 31, 37, .5);
}

.input.mod--modal::placeholder {
  color: rgba(24, 31, 37, .5);
}

.btn {
  z-index: 1;
  min-height: 45px;
  min-width: 150px;
  color: #181f25;
  letter-spacing: .03px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  transition-duration: .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.mod--header {
  color: rgba(255, 255, 255, .87);
  background-color: #343434;
  border: 2px solid #181f25;
  border-radius: 50px;
}

.btn.mod--header:hover {
  color: #fff;
}

.btn.mod--orange {
  min-height: 60px;
  color: #fff;
  background-color: #f75606;
  border: 0 solid #181f25;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.invest__experts-link-wrap {
  margin-left: 16px;
}

.invest__parallax-img-link {
  transition: none;
  display: block;
}

.lectures__columns {
  justify-content: flex-start;
  display: flex;
}

.news__artist-txt {
  color: rgba(255, 255, 255, .87);
  font-weight: 300;
  line-height: 1.4em;
}

.invest__parallax-txt {
  margin-top: 16px;
  font-weight: 500;
  line-height: 24px;
}

.from-block {
  margin-bottom: 0;
  position: relative;
}

.lectures__col {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.lectures__col.mod--1 {
  max-width: 448px;
  min-height: 490px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lectures__col.mod--2 {
  max-width: 440px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.news__cat-arrow {
  filter: invert();
  transition: all .3s;
  position: relative;
}

.hero__circle-wrap {
  position: relative;
}

.hero__circle-wrap.mod--1 {
  margin-top: 96px;
  margin-right: 72px;
}

.news__block {
  height: 100%;
  min-height: 280px;
  color: #181f25;
  background-color: #343434;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 20px;
  flex-direction: column;
  padding: 24px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  box-shadow: 0 60px 60px -20px rgba(0, 0, 0, .15);
}

.news__block:hover {
  background-color: #343434;
  box-shadow: 0 60px 60px -20px rgba(0, 0, 0, .25);
}

.news__block.mod--3 {
  background-color: #343434;
}

.news__block.mod--3:hover {
  background-color: #343434;
  box-shadow: 0 60px 60px -20px rgba(0, 0, 0, .3);
}

.news__block.mod--2, .news__block.mod--2:hover {
  background-color: #343434;
}

.remodal__content {
  z-index: 2;
  width: 100%;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news__artist-img {
  flex: none;
  margin-right: 16px;
}

.hero__offer {
  border-top: 2px #2d3c49;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  display: flex;
}

.form__result {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: .8rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form__result.active {
  opacity: 1;
}

.invest__parallax-img-wrap {
  cursor: pointer;
  transition: all .3s;
  position: relative;
  box-shadow: 0 44px 60px -20px rgba(0, 0, 0, .2);
}

.invest__parallax-img-wrap:hover {
  box-shadow: 0 44px 60px -20px rgba(0, 0, 0, .4);
}

.lectures__numb-title {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
}

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

.footer__follow-heart {
  z-index: -1;
  width: 40px;
  height: 40px;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
}

.invest__heading {
  max-width: 800px;
  color: rgba(255, 255, 255, .87);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Helveticanowdisplay Light, sans-serif;
  font-size: 56px;
  font-weight: 300;
}

.heading--s-26 {
  color: rgba(255, 255, 255, .15);
  font-family: Made mirage;
  font-size: 26px;
}

.btn__txts {
  position: relative;
  bottom: 0;
}

.featureimage {
  height: 125px;
  margin-bottom: 30px;
}

.feature-textblock {
  color: rgba(255, 255, 255, .87);
  letter-spacing: normal;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Mulish Regular, sans-serif;
  font-size: 18px;
  line-height: 128%;
}

.image {
  filter: invert();
}

.hr-hero {
  width: 200px;
  height: 1px;
  background-color: rgba(255, 255, 255, .6);
}

.grid-2 {
  width: 100%;
  background-color: #343434;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/productbg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 3px solid rgba(255, 255, 255, .15);
  border-radius: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.productdiv {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 3px rgba(255, 255, 255, .15);
  border-radius: 0;
  margin-top: -80px;
  position: static;
  right: -11px;
  overflow: hidden;
}

.productdiv.producrdivflip {
  margin-top: -80px;
}

.productdiv.first {
  margin-top: 0;
}

.producttext {
  color: rgba(255, 255, 255, .87);
  padding-right: 45px;
  font-family: Mulish Regular, sans-serif;
  display: inline-block;
}

.impageproductround {
  z-index: 0;
  width: 550px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 100%;
  margin: 0;
  position: relative;
  top: 0;
  left: -83px;
}

.impageproductround.imageproductroundflip {
  width: 550px;
  margin-right: 0;
  top: 0;
  left: 83px;
  right: 0;
}

.impageproductround.first {
  border-width: 2px;
  top: -35px;
}

.heading {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.columns {
  height: 100%;
}

.column {
  height: 100%;
  align-items: center;
  display: flex;
}

.productblock {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.productheading {
  color: rgba(255, 255, 255, .87);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Redhatdisplay variablefont wght;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.columnsflip {
  height: 100%;
}

.column-2 {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-link {
  color: rgba(255, 255, 255, .6);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: #4a3aff;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---dropdown-link {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #4a3aff;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #4a3aff;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---flex-center {
  color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
}

.brix---social-icon-square-30px-2 {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-2:hover {
  transform: scale(.92);
}

.brix---mg-left-12px {
  margin-left: 12px;
}

.brix---social-media-flex-right {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-left-col-top {
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: none;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---header-right-col-hidden-on-tablet {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-24px---0-on-tablet {
  margin-bottom: 24px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: block;
}

.cf-center-logo.open-nav {
  filter: invert();
}

.cf-logos-social {
  width: 40px;
  height: 40px;
  cursor: pointer;
  object-fit: contain;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-logos-social:hover {
  background-color: rgba(255, 255, 255, .15);
  border-style: solid;
}

.cf-logos-social.open-nav {
  width: 76px;
  height: 76px;
}

.cf-logos-social.open-nav:hover {
  background-color: rgba(255, 255, 255, .15);
}

.cf-logos-social.open-nav-middle {
  width: 76px;
  height: 76px;
  margin-left: 40px;
  margin-right: 40px;
}

.cf-nav-4-social-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.cf-nav-4-social-icons.open-navigation {
  margin-top: 40px;
  margin-right: 0;
}

.cf-connect-text {
  color: rgba(255, 255, 255, .87);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cf-connect-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  display: flex;
}

.cf-link-text-navbar-4 {
  color: rgba(255, 255, 255, .87);
  letter-spacing: normal;
  margin-left: 0;
  font-family: Mulish Regular, sans-serif;
}

.cf-pink-line {
  width: 46px;
  height: 2px;
  background-color: #ff4f11;
  margin-right: 20px;
}

.cf-pink-line.animate {
  width: 0;
  background-color: rgba(255, 255, 255, .87);
  margin-right: 20px;
}

.cf-navigation-4-link {
  color: #000;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.cf-navigation-4-link.w--current {
  color: #1c0309;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.cf-nav-4-links-right-container {
  width: 230px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: none;
}

.cf-nav-4-links-left-container {
  width: 230px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 100px;
  display: flex;
}

.cf-nav-4-links-container {
  width: auto;
  justify-content: space-between;
  margin-top: 460px;
  margin-left: 60px;
  display: flex;
}

.cf-close-text {
  text-transform: uppercase;
  font-family: Mulish Regular, sans-serif;
  font-weight: 700;
}

.cf-close-contain {
  width: 27px;
  height: 27px;
  background-image: url('../images/cross-icon.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.cf-close-button {
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  padding: 25px 44px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 58px;
  bottom: auto;
  left: auto;
  right: 111px;
}

.cf-close-button:hover {
  opacity: .8;
}

.cf-navigation-logo {
  object-fit: contain;
}

.cf-brand-logo-nav-menu {
  cursor: pointer;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 85px;
  right: auto;
}

.cf-brand-logo-nav-menu.w--current {
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 85px;
  right: auto;
}

.cf-menu-navigation-wrap {
  z-index: 10000000;
  width: 100vw;
  height: 100%;
  opacity: 0;
  background-color: #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 52px 111px 150px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.cf-menu-line._2 {
  width: 26.5px;
  height: 2px;
  color: #000;
  background-color: #1c0309;
  margin-bottom: 0;
  transform: scale(1);
}

.cf-menu-line._1 {
  width: 14px;
  height: 2px;
  color: #000;
  background-color: #1c0309;
  margin-bottom: 10px;
  transform: translate(0);
}

.cf-menu-icon {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.cf-menu-text {
  color: #000;
  letter-spacing: normal;
  font-family: Mulish Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.cf-menu-text:hover {
  color: #121212;
}

.cf-nav-4-menu {
  cursor: pointer;
  align-items: center;
  font-family: Mulish Regular, sans-serif;
  display: flex;
  position: relative;
}

.cf-nav-4-menu:hover {
  opacity: 1;
}

.nav-container {
  filter: invert();
  align-items: stretch;
  display: flex;
}

.cf-brand-logo-4 {
  cursor: pointer;
}

.cf-navigation-4-container {
  width: 95%;
  max-width: 1340px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
}

.grid-4 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.bold-text {
  font-family: Helveticanowdisplay Bold, sans-serif;
}

.italic-text {
  font-family: Helveticanowdisplay Light, sans-serif;
  font-weight: 300;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-family: Helveticanowdisplay Bold, sans-serif;
}

.italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7 {
  font-family: Helveticanowdisplay Light, sans-serif;
}

.scroll-to-top {
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.columns-2 {
  height: 100%;
  margin-top: -167px;
}

.column-3 {
  height: 100%;
  background-color: #ff5e69;
  background-image: url('../images/round-ice-pif-website-2.png');
  background-position: 55%;
  background-size: cover;
}

.column-4 {
  height: 100%;
  background-color: #4a3aff;
  background-image: url('../images/TALL-ICE-BARTENDER-pif-website.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 100px;
}

.column-5 {
  height: 100%;
  background-color: #7b940d;
  background-image: url('../images/cube-ice-pif-website-3.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 200px;
}

@media screen and (min-width: 1440px) {
  .news__block:hover {
    background-color: #343434;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 20px;
  }

  .news__block.mod--3:hover, .news__block.mod--2:hover {
    box-shadow: none;
    background-color: #343434;
  }
}

@media screen and (max-width: 991px) {
  .lynx-hero-oval {
    min-height: 500px;
  }

  .lynx-heading-hero {
    font-size: 48px;
  }

  .lynx-menu-button {
    color: #1f2022;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, .2);
  }

  .lynx-menu-button.w--open {
    color: #fff;
    background-color: #1f2022;
  }

  .lynx-nav-menu {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
  }

  .lynx-heading-white {
    font-size: 48px;
  }

  .lynx-block-hero-large {
    width: 60%;
    border-bottom-right-radius: 260px;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .lynx-hero-large {
    background-position: 60% 0;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-margin {
    font-size: 38px;
  }

  .lynx-newsletter-image {
    height: 300px;
    background-position: 75%;
    padding: 322px 16px 16px;
  }

  .feature-heading {
    font-size: 22px;
  }

  .lynx-grid-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-reviews-column {
    grid-row-gap: 16px;
  }

  .lynx-grid-reviews {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-grid-3-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .lynx-heading-2 {
    font-size: 38px;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-image-absolute {
    bottom: -11%;
    left: -13%;
  }

  .lynx-paragraph-2 {
    text-align: left;
  }

  .lynx-block-left {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1.2fr;
  }

  .section.products {
    margin-top: 6rem;
  }

  .body {
    padding-left: 2%;
    padding-right: 2%;
  }

  .lynx-heading-3 {
    font-size: 38px;
  }

  .lynx-grid-image-right-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-menu-button-2 {
    color: #1f2022;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, .2);
  }

  .lynx-menu-button-2.w--open {
    color: #fff;
    background-color: #1f2022;
  }

  .lynx-nav-menu-2 {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-list-item-horizontal {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---grid-footer-3-cols {
    grid-template-columns: 1fr;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .brix---grid-logo-strip-v4 {
    grid-row-gap: 40px;
    grid-template-columns: auto auto auto;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---text-center-tablet {
    text-align: center;
  }

  .brix---grid-2-logo-strip-v4 {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---contact-form-right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding: 64px 40px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---contact-form-left-side {
    padding: 64px 40px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1.2fr;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .invest__content {
    margin-top: 3rem;
  }

  .productdiv, .productdiv.producrdivflip {
    margin-top: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-right-col-hidden-on-tablet {
    display: none;
  }

  .brix---mg-bottom-24px---0-on-tablet {
    margin-bottom: 0;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cf-connect-wrapper {
    margin-top: 100px;
  }

  .cf-nav-4-links-left-container {
    margin-right: 140px;
  }

  .cf-nav-4-links-container {
    margin-left: 0;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
  }

  .cf-close-button {
    top: 52px;
    right: 85px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

  .cf-navigation-4-container {
    max-width: 650px;
  }

  .columns-2.hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lynx-hero-oval {
    min-height: 320px;
  }

  .lynx-heading-hero, .lynx-heading-white {
    font-size: 40px;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .lynx-hero-large {
    background-position: 75% 0;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lynx-heading-white-margin {
    font-size: 34px;
  }

  .lynx-block-newsletter-text {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .lynx-newsletter-horizontal {
    flex-direction: column;
    padding: 25px;
  }

  .lynx-newsletter-image {
    height: 250px;
    background-position: 75%;
    padding-top: 303px;
  }

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

  .lynx-grid-process {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-paragraph-reviews {
    max-width: none;
  }

  .lynx-grid-reviews, .lynx-grid-faq {
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-large {
    font-size: 26px;
  }

  .lynx-grid-3-columns {
    grid-template-columns: 1fr;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-subtitle-3 {
    text-align: center;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-image-absolute {
    max-width: 30%;
    bottom: -22%;
    left: 57%;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-image-absolute-2 {
    left: -2%;
  }

  .lynx-heading-3 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-left-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .brix---footer-logo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-logo-strip-v4 {
    grid-column-gap: 72px;
    grid-template-columns: auto auto;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-logo-strip-v4 {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---contact-details-mg {
    margin-right: 24px;
  }

  .brix---contact-form-right-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---contact-form-left-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.mod--invest.whyclearice {
    padding-left: 50px;
    padding-right: 50px;
  }

  .swiper-slide {
    width: 100%;
  }

  .invest__content {
    margin-top: 0;
  }

  .header__nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer__follow {
    text-align: center;
    margin-top: 22px;
  }

  .remodal__close {
    top: 1rem;
  }

  .remodal.remodal--global {
    height: 100%;
    max-width: 30rem;
  }

  .footer__social {
    margin-bottom: 24px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .remodal__content {
    padding: 6rem 1.5rem 3.5rem;
  }

  .invest__heading {
    text-align: center;
    line-height: 70px;
  }

  .producttext {
    padding-right: 0;
  }

  .impageproductround {
    width: 250px;
    left: 0;
  }

  .impageproductround.imageproductroundflip {
    left: 0;
  }

  .productblock {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .productheading {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

  .brix---hidden-on-mbl {
    display: none;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .cf-center-logo.open-nav {
    width: 22px;
  }

  .cf-center-logo.open-nav.facebook {
    width: 15px;
  }

  .cf-logos-social.open-nav, .cf-logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
  }

  .cf-nav-4-social-icons {
    margin-right: 20px;
    display: none;
  }

  .cf-nav-4-social-icons.open-navigation {
    display: flex;
  }

  .cf-connect-wrapper {
    margin-left: 20px;
  }

  .cf-link-text-navbar-4 {
    font-size: 26px;
  }

  .cf-nav-4-links-right-container {
    width: auto;
    align-items: center;
  }

  .cf-nav-4-links-left-container {
    width: auto;
    align-items: center;
    margin-right: 20px;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 650px;
  }

  .cf-close-text {
    display: none;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
    margin-right: 0;
  }

  .cf-close-button {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .cf-brand-logo-nav-menu {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .cf-brand-logo-nav-menu.w--current {
    left: 60px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .cf-brand-logo-4 {
    padding-left: 100px;
  }

  .cf-navigation-4-container {
    width: 90%;
    max-width: 550px;
    padding-bottom: 0;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .bold-text {
    line-height: 12px;
  }

  .bold-text-3, .italic-text-3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .lynx-hero-oval {
    min-height: 200px;
  }

  .lynx-heading-hero {
    font-size: 34px;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .lynx-heading-white {
    font-size: 34px;
  }

  .lynx-block-hero-large {
    width: 100%;
    border-bottom-right-radius: 140px;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 30px;
  }

  .lynx-hero-large {
    min-height: 400px;
    background-position: 80%;
    margin-bottom: 400px;
  }

  .lynx-block-footer-down {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
  }

  .lynx-grid-footer-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lynx-text-field {
    text-align: center;
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-form {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .lynx-form-block {
    width: 100%;
  }

  .lynx-heading-white-margin {
    font-size: 29px;
  }

  .lynx-newsletter-horizontal {
    padding: 30px 15px;
  }

  .lynx-newsletter-image {
    height: 250px;
    background-image: url('../images/KEEP-IN-TOUCH-OPT.jpg');
    background-position: 75%;
    background-repeat: no-repeat;
    background-size: 500px;
    padding: 190px 8px 8px;
  }

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

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .lynx-image-features {
    min-height: 200px;
  }

  .lynx-heading-features-large {
    font-size: 24px;
  }

  .lynx-heading-2 {
    text-align: center;
    font-size: 29px;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .lynx-heading-3 {
    font-size: 29px;
  }

  .lynx-nav-buttons-2 {
    display: none;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
    padding-right: 0;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---grid-footer-3-cols {
    margin-left: -15px;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---grid-logo-strip-v4 {
    grid-column-gap: 40px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---icon-square-acent-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---divider-64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---link {
    font-size: 16px;
    line-height: 26px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---contact-details-mg {
    margin-bottom: 20px;
  }

  .brix---contact-details-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---contact-form-right-side {
    padding: 48px 24px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---contact-form-left-side {
    padding: 48px 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .section-2.mod--invest.whyclearice {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .footer__follow {
    max-width: 230px;
    align-items: flex-start;
  }

  .remodal.remodal--global {
    max-width: 100%;
  }

  .remodal__content {
    height: 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .footer__follow-heart {
    top: -7px;
    right: -3px;
  }

  .productdiv.producrdivflip {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .impageproductround {
    left: -35px;
  }

  .impageproductround.imageproductroundflip {
    left: 35px;
  }

  .column {
    flex-wrap: nowrap;
  }

  .productblock.honeycomb {
    margin-left: -50px;
  }

  .productheading {
    font-size: 24px;
  }

  .brix---header-nav-list-item-middle {
    width: 100%;
    text-align: left;
  }

  .brix---social-icon-square-30px-2 {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-logos-social {
    display: none;
  }

  .cf-logos-social.open-nav {
    width: 60px;
    height: 60px;
    background-image: none;
    display: flex;
  }

  .cf-logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
    background-image: none;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .cf-connect-text {
    font-size: 18px;
  }

  .cf-connect-wrapper {
    margin-top: 60px;
    margin-left: 30px;
  }

  .cf-nav-4-links-left-container {
    width: auto;
    margin-right: 0;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    margin-top: 500px;
    margin-left: 0;
  }

  .cf-close-text {
    display: none;
  }

  .cf-close-contain {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .cf-close-button {
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .cf-brand-logo-nav-menu {
    width: 50%;
    padding-left: 0;
    display: none;
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 75px;
    right: 0%;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .cf-brand-logo-4 {
    width: 50%;
    padding-left: 0;
  }

  .cf-navigation-4-container {
    max-width: none;
  }

  .grid-4 {
    grid-template-columns: 1fr 2.25fr;
  }

  .bold-text, .italic-text, .bold-text-2, .bold-text-3 {
    font-size: 24px;
  }

  .bold-text-4 {
    line-height: 0;
  }

  .italic-text-2, .italic-text-3 {
    font-size: 24px;
  }
}

#w-node-_2e37a3e2-4bd3-d4be-ef70-9193d31e6299-730d6511 {
  justify-self: start;
}

#w-node-_2e37a3e2-4bd3-d4be-ef70-9193d31e6297-730d6511 {
  justify-self: center;
}

#w-node-_7113dc8d-3b9a-8d92-f4f2-6f90b922c40c-730d6511 {
  justify-self: end;
}

#w-node-_99c2baaa-ab4f-4e66-1c65-26752afbe085-730d6511, #w-node-_99c2baaa-ab4f-4e66-1c65-26752afbe08b-730d6511, #w-node-_99c2baaa-ab4f-4e66-1c65-26752afbe091-730d6511, #w-node-_9d76761e-c95c-6d97-c98d-c870224dcac3-730d6511, #w-node-_9d76761e-c95c-6d97-c98d-c870224dcacc-730d6511, #w-node-_4ac79fec-e8a9-c0cd-ce60-d7178353b140-730d6511, #w-node-_6280d506-4326-e8d7-1e17-4b314f69f24e-730d6511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5fe417b-f0ee-8e2b-ac9d-b389bf4dc5ce-730d6511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-f8fcb636-9c37-ee00-2589-2ea6c7defc82-730d6511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a38e0d51-bbfa-010b-9a6c-24851bd74a83-730d6511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_2aa0319a-7122-2c43-7382-eaa315fe17bf-730d6511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76ec4069-995b-c4f1-5e2a-31133c46a6c8-730d6511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e2b16a52-c0c8-f07f-ec80-570638b6df7c-730d6511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c43a6f2-c500-824c-d17e-4e2fc5bab2c0-730d6511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e90cc5b1-233a-8f71-cd47-23bfc10a93db-730d6511, #w-node-e90cc5b1-233a-8f71-cd47-23bfc10a93f0-730d6511, #w-node-e90cc5b1-233a-8f71-cd47-23bfc10a9405-730d6511, #w-node-_477246ae-3b20-76ef-edf7-cae260446a1f-730d6511, #w-node-_477246ae-3b20-76ef-edf7-cae260446a2a-730d6511, #w-node-_03ce08e7-e631-d0e9-bdec-d01e28d24179-730d6511, #w-node-eddd1357-56de-c680-2a43-487b4389fc86-730d6511, #w-node-f791702e-cabf-4936-b7f4-76faa2c9bb05-730d6511, #w-node-f65d218d-5e3b-d21f-9cb1-d5f118209cb0-730d6511, #w-node-b8da52e6-7443-0090-2f40-808adb791be7-730d6511, #w-node-_2c6bb4ff-065a-7615-abfc-a8afcc4db050-730d6511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e87a3a32-5bfb-6275-bd0b-41c9ecced593-730d6511 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e87a3a32-5bfb-6275-bd0b-41c9ecced597-730d6511 {
  justify-self: start;
}

#w-node-e87a3a32-5bfb-6275-bd0b-41c9ecced5a2-730d6511 {
  align-self: center;
}

#w-node-_1d6a3290-e111-884c-5bd4-a8f8d4814c0d-730d6511, #w-node-_1d6a3290-e111-884c-5bd4-a8f8d4814c0f-730d6511, #w-node-_1d6a3290-e111-884c-5bd4-a8f8d4814c18-730d6511, #w-node-_1d6a3290-e111-884c-5bd4-a8f8d4814c21-730d6511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_462a30f8-3e4c-a6a5-a851-2263898b000f-730d6511 {
  justify-self: start;
}

#w-node-cd7b1cf5-47f8-8142-f9e2-e4eddec10248-e219f432, #w-node-cd7b1cf5-47f8-8142-f9e2-e4eddec10250-e219f432, #w-node-cd7b1cf5-47f8-8142-f9e2-e4eddec10258-e219f432, #w-node-f2886c93-e7cf-288c-bd1d-ced6b5f8b701-e219f432, #w-node-f2886c93-e7cf-288c-bd1d-ced6b5f8b713-e219f432, #w-node-_81e7b6eb-7e09-836f-f133-4d2cdc1c5302-e219f432, #w-node-e08debaf-3757-52bf-e267-9395192c0a62-e219f432, #w-node-e08debaf-3757-52bf-e267-9395192c0a70-e219f432, #w-node-e08debaf-3757-52bf-e267-9395192c0a7e-e219f432, #w-node-e08debaf-3757-52bf-e267-9395192c0a8c-e219f432, #w-node-e08debaf-3757-52bf-e267-9395192c0a9a-e219f432, #w-node-e08debaf-3757-52bf-e267-9395192c0aa8-e219f432, #w-node-e08debaf-3757-52bf-e267-9395192c0ab6-e219f432, #w-node-e08debaf-3757-52bf-e267-9395192c0ac4-e219f432, #w-node-_2d3c964c-2a9b-1508-953e-a86bfe7991d7-e219f432, #w-node-_2d3c964c-2a9b-1508-953e-a86bfe7991ec-e219f432, #w-node-_2d3c964c-2a9b-1508-953e-a86bfe799201-e219f432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d7ffc27-dbc3-d7ff-0a22-ae8a7e63e1fe-e219f432 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d7ffc27-dbc3-d7ff-0a22-ae8a7e63e202-e219f432 {
  justify-self: start;
}

#w-node-_5d7ffc27-dbc3-d7ff-0a22-ae8a7e63e20d-e219f432 {
  align-self: center;
}

#w-node-_91f268b0-3e21-c916-1f34-6c40bd13017a-e219f432, #w-node-_91f268b0-3e21-c916-1f34-6c40bd13017c-e219f432, #w-node-_91f268b0-3e21-c916-1f34-6c40bd13017d-e219f432, #w-node-_91f268b0-3e21-c916-1f34-6c40bd130186-e219f432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91f268b0-3e21-c916-1f34-6c40bd130199-e219f432 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_9d76761e-c95c-6d97-c98d-c870224dcac3-730d6511 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_462a30f8-3e4c-a6a5-a851-2263898b000f-730d6511, #w-node-_91f268b0-3e21-c916-1f34-6c40bd130199-e219f432 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_462a30f8-3e4c-a6a5-a851-2263898b000f-730d6511, #w-node-_91f268b0-3e21-c916-1f34-6c40bd130199-e219f432 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e87a3a32-5bfb-6275-bd0b-41c9ecced593-730d6511, #w-node-_5d7ffc27-dbc3-d7ff-0a22-ae8a7e63e1fe-e219f432 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mulish Regular';
  src: url('../fonts/Mulish-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay Black';
  src: url('../fonts/HelveticaNowDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay Light';
  src: url('../fonts/HelveticaNowDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay Bold';
  src: url('../fonts/HelveticaNowDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}