@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.woff2') format("woff2"), url('../fonts/Satoshi-VariableItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --color--background-color: #efefef;
  --font-family--satoshi: Satoshi, sans-serif;
  --color--font-color: #151515;
  --text-size--regular: .6rem;
  --heading-style--h2: 5rem;
  --text-size--tiny: .75rem;
  --text-size--medium: 1.125rem;
  --text-size--small: .875rem;
  --text-size--huge: 2rem;
  --heading-style--h1: 7.75rem;
  --heading-style--h5: 3.5rem;
  --heading-style--h6: 2.5rem;
  --text-size--large: 1.5rem;
  --heading-style--h3: 4.875rem;
  --color--black: black;
  --color--white: white;
  --color--primary-color: #3f0000;
  --heading-style--h4: 4rem;
  --secondary-button--gap: 1rem;
  --font-family--satoshi-variable: "Satoshi Variable", sans-serif;
  --color--stroke: #735da5;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

body {
  background-color: var(--color--background-color);
  font-family: var(--font-family--satoshi);
  color: var(--color--font-color);
  font-size: var(--text-size--regular);
  line-height: 1.5;
}

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

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color--font-color);
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.heading-2 {
  font-size: var(--heading-style--h2);
  line-height: .95;
}

.container {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.container.small {
  max-width: 90rem;
}

.container.medium {
  max-width: 100rem;
}

.padding-global {
  background-image: linear-gradient(#000000e3, #000000e3), url('../images/Mapppp.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-left: .5rem;
  padding-right: .5rem;
}

.padding-global.small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-regular {
  font-size: var(--text-size--regular);
  line-height: 1.5;
}

.hero-style-guide-wrapper {
  background-image: linear-gradient(0deg, #12121263, #12121200);
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding: 13rem 2rem 2rem;
  overflow: hidden;
}

.button-text {
  flex-direction: column;
  display: flex;
  position: relative;
}

.text-size-tiny {
  font-size: var(--text-size--tiny);
}

.section-style-guide {
  margin-top: 5.75rem;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.text-size-medium {
  font-size: var(--text-size--medium);
}

.button {
  grid-row-gap: .25rem;
  color: #3f3f3f;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-line {
  background-color: #3f3f3f;
  width: 100%;
  height: 1px;
}

.button-text-absolute {
  position: absolute;
  bottom: -2rem;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.text-size-small {
  font-family: Verdana, Geneva, sans-serif;
  font-size: var(--text-size--small);
}

.text-weight-light {
  font-weight: 300;
}

.text-size-xsmall {
  font-size: 1rem;
}

.text-size-xsmall.text-style-caps {
  text-transform: uppercase;
}

.style-gudie-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.style-gudie-content.horizontal {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
}

.color-palette {
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
}

.color-palette.black {
  background-color: #121212;
}

.color-palette.white {
  background-color: #f3f3f3;
  border: 1px solid #bbb;
}

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #dfddda;
  border-radius: 1rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.text-size-huge {
  font-size: var(--text-size--huge);
  font-weight: 300;
  line-height: 1.3;
}

.heading-1 {
  font-size: var(--heading-style--h1);
  line-height: .95;
}

.text-weight-regular {
  font-weight: 400;
}

.text-weight-bold {
  font-weight: 700;
}

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  font-size: var(--heading-style--h5);
  line-height: 1.15;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.caps.regular-vw-small {
  font-size: .8vw;
}

.style-guide-content {
  margin-bottom: 6rem;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.heading-6 {
  font-size: var(--heading-style--h6);
  line-height: 1.15;
}

.text-size-large {
  font-size: var(--text-size--large);
  line-height: 1.3;
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.heading-3 {
  font-size: var(--heading-style--h3);
  line-height: 1;
}

.style-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #0000001f;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.divider-line {
  background-color: #dfddda;
  height: 1px;
}

.caps {
  text-transform: uppercase;
}

.speakers-card {
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem 2rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.pricing-button {
  background-color: var(--color--black);
  color: var(--color--white);
  text-align: center;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-button.w--current {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-button.password {
  margin-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.opacity-50 {
  opacity: .5;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 4.8125rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-list {
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-item {
  cursor: pointer;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.faq-item:hover {
  background-color: var(--color--white);
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.faq-title-wrapper {
  z-index: 10;
  height: 100%;
  padding-right: 5rem;
  position: relative;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.arrow {
  width: auto;
  height: auto;
}

.arrow.second {
  position: relative;
  top: 1rem;
}

.faq-bottom {
  z-index: 10;
  margin-right: 12rem;
  position: relative;
  overflow: hidden;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: .8;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  display: grid;
}

.team-member-component {
  flex-direction: column;
  margin-top: 15vh;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 15px;
  line-height: 1.2;
}

.rich-text p {
  margin-bottom: 1rem;
}

.event-item {
  cursor: pointer;
  flex-flow: column;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.event-button {
  background-color: var(--color--primary-color);
  color: var(--color--white);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.4rem;
  font-family: Cabinetgrotesk;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.event-button.w--current {
  font-family: Cabinetgrotesk;
}

.button-hover {
  background-color: var(--color--black);
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: absolute;
}

.relative {
  z-index: 5;
  position: relative;
}

.button-submit-hover {
  background-color: var(--color--primary-color);
  border-radius: 50%;
  width: 35rem;
  height: 35rem;
  position: absolute;
}

.button-submit-hover.small {
  width: 16rem;
  height: 16rem;
}

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

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.not-fount-text-size {
  font-size: 22rem;
  font-weight: 300;
  line-height: 1;
}

.button-home {
  background-color: var(--color--black);
  color: var(--color--white);
  text-align: center;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  padding: .6rem 3.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-home.w--current {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field-contact {
  color: var(--color--black);
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #15151526;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all .4s;
}

.text-field-contact:hover {
  border-width: 1px;
  border-color: transparent transparent var(--color--primary-color);
  padding-left: 1.2rem;
}

.text-field-contact:active {
  color: #212121;
}

.text-field-contact:focus {
  border-color: var(--color--primary-color);
  color: var(--color--black);
  border-radius: .5rem;
}

.submit-button {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.max-width-70ch {
  max-width: 70ch;
}

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

.divider-line-instructions {
  background-color: var(--color--black);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.instruction-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 15vh;
  display: flex;
}

.heading-2-instruction {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-2-instruction.text-weight-bold {
  font-weight: 700;
}

.instruction-heading {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.margin-top-description {
  margin-top: 2rem;
}

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

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

.max-width-50ch {
  max-width: 50ch;
}

.instructions-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.instructions {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.double-button-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-changelog-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: 1rem;
  padding-top: 12rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
  display: flex;
  overflow: hidden;
}

.style-guide-heading {
  font-size: 6.125vw;
  font-weight: 300;
  line-height: 1;
}

.changelog-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 82%);
  width: 100%;
}

.style-guide-text {
  font-size: 2.75rem;
  line-height: 1.55;
}

.opacity-85 {
  opacity: .8;
}

.style-guide-button {
  grid-row-gap: .25rem;
  color: var(--color--black);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.style-guide-button:hover {
  opacity: .5;
}

.license-content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.heading-4 {
  font-size: var(--heading-style--h4);
  line-height: 1.3;
}

.font-color {
  background-color: var(--color--font-color);
  color: var(--color--font-color);
}

.primary-color {
  background-color: var(--color--primary-color);
  color: var(--color--primary-color);
}

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

.bento-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 7.5rem;
  display: flex;
}

.bento-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.tag-marquee {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  white-space: nowrap;
  align-items: center;
  max-width: 15rem;
  display: flex;
  overflow: hidden;
}

.tag {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  align-items: center;
  display: flex;
}

.elipse {
  background-color: var(--color--primary-color);
  border-radius: 50%;
  width: .35rem;
  height: .35rem;
}

.heading-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.max-width-45ch {
  max-width: 45ch;
}

.bento-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.card-small {
  border: .1px solid #9b8f7e66;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-big {
  border: .1px solid #9b8f7e66;
  border-radius: .5rem;
  align-items: flex-start;
  width: 65%;
  height: 50vh;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-image {
  position: absolute;
  inset: 0%;
}

.card-big-content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.secondary-button {
  grid-column-gap: var(--secondary-button--gap);
  grid-row-gap: var(--secondary-button--gap);
  align-items: center;
  display: flex;
}

.arrow-wrapper {
  display: flex;
}

.bento-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card-overlay {
  z-index: 1;
  background-color: #272727e6;
  width: 100%;
  height: 100%;
  position: absolute;
}

.max-width-40ch {
  max-width: 40ch;
}

.max-width-60ch {
  max-width: 60ch;
}

.primary-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--color--primary-color);
  background-color: var(--color--white);
  border-radius: .25rem;
  align-items: center;
  padding: 1rem 1.5rem;
  transition: all .25s;
  display: flex;
  position: relative;
}

.primary-button:hover {
  border-bottom-width: 4px;
}

.sticky-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 12rem;
  display: flex;
  position: relative;
}

.sticky-component {
  width: 50%;
  height: 90vh;
  position: sticky;
  top: 5vh;
  bottom: 5vh;
  overflow: hidden;
}

.sticky-content {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.sticky-big-image {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.sticky-text {
  grid-column-gap: 2.8vw;
  grid-row-gap: 2.8vw;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 10vw;
  margin-left: 4vw;
  margin-right: 2rem;
  display: flex;
}

.content {
  grid-column-gap: 1.667vw;
  grid-row-gap: 1.667vw;
  flex-flow: column;
  align-items: flex-start;
  max-width: 36vw;
  display: flex;
}

.content.max-width-34vw {
  max-width: 34vw;
}

.sticky-paragraph {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  align-items: flex-start;
  max-width: 30vw;
  display: flex;
}

.sticky-small-image {
  flex: none;
  align-self: flex-end;
  width: 12vw;
  height: 12vw;
  margin-top: 7.5vw;
  margin-right: 10vw;
  overflow: hidden;
}

.sticky-medium-image {
  flex: none;
  align-self: flex-end;
  width: 60%;
  height: 60vh;
  margin-top: 13.5vh;
  position: relative;
  overflow: hidden;
}

.products-wrapper {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  flex-flow: column;
  margin-top: 10rem;
  display: flex;
}

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

.products-heading {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.flex-horizontal {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  align-items: center;
  display: flex;
}

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

.opacity-60 {
  opacity: .6;
}

.button-wrapper {
  z-index: 4;
  align-self: center;
  position: relative;
}

.black-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color--black);
  color: var(--color--white);
  border-radius: .25rem;
  align-items: center;
  padding: 1rem 2rem;
  transition: all .25s;
  display: flex;
}

.black-button:hover {
  border-bottom-width: 4px;
  transform: translate(0, 3px);
}

.products-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-link {
  background-color: var(--color--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.product-card-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-card-info {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1.5rem;
  display: flex;
}

.info {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.mask-frame {
  background-color: #e5e5e5;
  position: absolute;
  inset: auto 0% 0%;
}

.faq-wrapper {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.faq-heading {
  text-align: center;
  max-width: 50ch;
}

.faq-hover {
  border-radius: .5rem;
  transition: background-color .45s;
}

.faq-hover:hover {
  background-color: var(--color--white);
}

.products-main-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.max-width-85ch {
  max-width: 85ch;
}

.products-component {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: column;
  margin-top: 15vh;
  display: flex;
}

.text-size-medium-vw {
  font-size: 1vw;
  font-weight: 400;
}

.text-size-medium-contact {
  font-size: 1.125rem;
}

.form-content {
  width: 100%;
}

.contact-button {
  background-color: #1d1d1f;
  border-radius: .3rem;
  transition: all .25s;
}

.contact-button.align-center {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-60ch-2 {
  max-width: 60ch;
}

.contact-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.error-message {
  text-align: center;
  background-color: #e54e4e;
  border-radius: .5rem;
}

.hero-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-size-contact {
  font-size: 1.375rem;
}

.form-wrapper {
  width: 50%;
  margin-bottom: 0;
}

.name-wrapper-contact {
  width: 100%;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-message {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  max-width: 8rem;
  display: flex;
}

.brand.w--current {
  justify-content: flex-start;
  align-items: center;
  transition: transform .25s, opacity .25s;
}

.brand.w--current:hover {
  opacity: .8;
  transform: translate(0, 1px);
}

.navbar {
  z-index: 50;
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

.links-navbar {
  border-radius: .5rem .5rem .5rem .5px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .5rem 1rem;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.links-navbar:hover {
  color: #283849;
  background-color: #f6f9fc;
}

.links-navbar.w--current {
  border: 1px solid #f6f9fc;
}

.nav-menu {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.right-navbar-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.nav-menu-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.nav-link {
  padding-left: .5rem;
  padding-right: .5rem;
  transition: all .25s;
}

.nav-link:hover {
  opacity: .6;
  transform: translate(0, 1px);
}

.navbar-component {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff38;
  border-radius: 1.375rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  padding: .5rem 2.2rem .5rem 2.25rem;
  display: flex;
}

.overlay-navbar {
  z-index: 1;
  opacity: 0;
  background-color: #040404;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-parallax {
  height: 110%;
}

.hero-heading {
  z-index: 5;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 63ch;
  margin-bottom: 3rem;
  margin-left: 3.5rem;
  display: flex;
  position: relative;
}

.hero-grid {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  display: grid;
  position: absolute;
  inset: 0%;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  inset: 0%;
}

.circle-hover {
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.circle-hero {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.hero-hover {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  border-bottom: 1px solid var(--color--primary-color);
  background-color: var(--color--white);
  white-space: nowrap;
  border-radius: .0625rem .3125rem .3125rem;
  align-items: flex-start;
  padding: .75rem 1rem;
  display: flex;
  position: absolute;
  left: .5rem;
  overflow: hidden;
}

.hover-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hover-relative {
  position: relative;
}

.arrow-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: stretch;
  width: 1rem;
  height: .9rem;
  margin-top: .4rem;
  display: flex;
  overflow: hidden;
}

.button-hero {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}

.button-image {
  position: relative;
  inset: 0%;
}

.circular-text {
  padding: .5rem;
  position: absolute;
}

.button-arrow {
  position: absolute;
}

.hero-arrow-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 1.5rem;
  height: 2rem;
  display: flex;
  overflow: hidden;
}

.read-more-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--black);
  background-color: #efefef;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.vertical-line-tag {
  background-color: var(--color--black);
  opacity: .5;
  color: #fff;
  width: 1px;
  height: 1rem;
}

.read-more-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  transition: all .25s;
  display: flex;
}

.read-more-button:hover {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.product-title {
  max-width: 70ch;
}

.product-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 6rem;
  display: flex;
}

.product-component {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  margin-bottom: 4rem;
  display: grid;
}

.product-image {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  width: 40vw;
  max-width: 50rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-description {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 50ch;
  display: flex;
}

.product-wrapper {
  width: 100%;
  margin-top: 15vh;
}

.price-tag {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--color--white);
  border: .5px solid #bebebe;
  border-radius: 2px;
  align-items: center;
  padding: .625rem;
  display: flex;
}

.info-tag {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  align-items: center;
  display: flex;
}

.multi-images {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: .5rem;
  width: 100%;
  height: 15vh;
  display: flex;
  overflow: hidden;
}

.lightbox-link {
  border-radius: .5rem;
  height: 38vh;
  overflow: hidden;
}

.product-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color--black);
  color: var(--color--white);
  border-radius: 20rem;
  align-items: center;
  margin-top: 2.1rem;
  padding: 1.6rem 3.1rem 1.6rem 3.6rem;
  display: flex;
}

.lightbox-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.footer-grid-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: flex-start;
  display: grid;
}

.credits-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.footer-grid {
  grid-column-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: center;
  place-items: start stretch;
  display: grid;
}

.footer-heading {
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  height: 3rem;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.text-color-black {
  color: #151515;
}

.footer-component {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 3rem 1rem 2rem;
  display: flex;
}

.footer-social {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: flex;
}

.footer-social:hover {
  background-color: var(--color--primary-color);
  color: #c9d4d8;
  transform: translate(0, -2px);
}

.icon-embed {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.credits {
  text-decoration: none;
  transition: opacity .2s;
}

.credits:hover {
  opacity: .8;
}

.vertical-line {
  background-color: #8e8c87;
  width: 1px;
  height: .8rem;
}

.footer-links {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  align-items: center;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: block;
}

.footer-link {
  color: #e9e9e9;
  letter-spacing: 2px;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.footer-link:hover {
  color: #151515;
  transform: translate(0, -2px);
}

.footer-social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.paragraph {
  color: #00000080;
}

.footer-text-size {
  font-size: 1.5rem;
}

.footer-text-size.text-weight-medium {
  color: #fff;
  text-align: left;
  align-self: auto;
  font-family: Satoshi, sans-serif;
  font-size: .99rem;
  line-height: 1.8;
}

.footer-text-size.text-weight-medium {
  color: #fff;
  text-align: left;
  align-self: auto;
  font-family: Satoshi, sans-serif;
  font-size: .99rem;
  line-height: 1.8;
}

.footer-text-size.text-weight-medium.play {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.footer-text-size.text-weight-medium {
  color: #fff;
  text-align: left;
  align-self: auto;
  min-width: 340px;
  font-family: Satoshi, sans-serif;
  font-size: .99rem;
  line-height: 1.8;
}

.footer-text-size.text-weight-medium.play {
  text-transform: uppercase;
  min-width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.max-width-80ch {
  max-width: 80ch;
}

.button-navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--color--primary-color);
  background-color: var(--color--white);
  border-radius: .25rem;
  align-items: center;
  padding: 1rem 1.5rem;
  transition: all .25s;
  display: flex;
  position: relative;
}

.button-navbar:hover {
  border-bottom-width: 2px;
}

.button-navbar.margin-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--color--white);
  border-bottom-width: 0;
  border-radius: 2rem;
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition-property: none;
  position: static;
}

.button-border {
  border-radius: .25rem;
  justify-content: center;
  align-items: flex-end;
  max-height: none;
  display: flex;
  overflow: visible;
}

.heading-vw {
  font-size: 4.8vw;
  line-height: 1;
}

.regular-vw {
  font-size: 1.1vw;
}

.modal-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  flex-flow: column;
  display: flex;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.modal-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.modal-button {
  color: #fbfbfb;
  text-align: center;
  cursor: pointer;
  background-color: #101011;
  border-radius: .5rem;
  width: 100%;
  padding: .8rem 1rem;
  text-decoration: none;
  transition: all .25s;
}

.modal-button:hover {
  background-color: #101011cc;
  transform: scale(.98);
}

.modal-embed {
  display: flex;
}

.delete-this {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fbfbfb;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.webflix-link {
  color: #101828;
}

.opacity-80 {
  opacity: .8;
}

.modal-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #101828;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.max-width-37ch {
  max-width: 37ch;
}

.logo-footer {
  width: 11rem;
  height: auto;
}

.logo-navbar {
  width: 10rem;
  min-width: 150px;
  height: 50%;
  max-height: 55px;
  padding-top: 0;
  padding-bottom: 0;
}

.modal-buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.exit {
  z-index: 5;
  background-color: var(--color--background-color);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  bottom: 1rem;
  left: .5rem;
}

.code-embed {
  width: .8rem;
  height: .8rem;
  display: flex;
}

.uui-heroheader03_content {
  z-index: 1;
  margin-right: -6rem;
  position: relative;
}

.uui-heroheader03_arrow-image {
  position: absolute;
  bottom: 5rem;
  left: -12rem;
}

.uui-heroheader03_arrow-image.hide-tablet {
  width: 3%;
  max-width: 50%;
  height: 20%;
  left: .125rem;
  overflow: visible;
}

.uui-section_heroheader03 {
  background-color: #380301;
  background-image: linear-gradient(326deg, #000000ed, #00000082), url('../images/Mapppp.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  position: static;
  top: 0;
  overflow: visible;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #cacaca;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3:focus {
  background-color: #cacaca;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-secondary-gray-3.is-button-large:hover {
  background-color: #f9fafb17;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  color: #cacaca;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-5:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-5:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-5.is-button-large {
  grid-column-gap: .75rem;
  background-color: #61005e;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-5.is-button-large:hover {
  background-color: #1e276100;
}

.uui-heroheader03_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  background-color: #735da500;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: center;
  display: grid;
}

.uui-button-wrapper-3.max-width-full-mobile-landscape-3 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  align-self: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 5rem;
}

.uui-text-size-xlarge {
  color: #b600aa;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-button-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-4.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heroheader03_image {
  object-fit: cover;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader03_image-wrapper {
  position: relative;
}

.uui-heading-xlarge {
  color: #101828;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-page-padding-6 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-space-small-4 {
  width: 100%;
  min-height: 3rem;
}

.uui-container-large-6 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.div-block {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-radius: 10px 10px 0 0;
  justify-content: space-around;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-flex;
  position: fixed;
  inset: auto 0% 0%;
}

.link-2 {
  color: var(--color--white);
  flex-flow: wrap;
  justify-content: space-between;
  display: inline-block;
}

.link-3, .link-4, .link-5, .link-6 {
  color: var(--color--white);
}

.div-block-2 {
  background-color: var(--color--black);
  object-fit: fill;
  height: 3px;
  position: fixed;
  inset: auto 0% 0%;
}

.body {
  background-color: #ffffffb8;
  overflow: visible;
}

.text-block {
  font-family: Verdana, Geneva, sans-serif;
  overflow: visible;
}

.bold-text {
  color: #b600a4;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2c000000;
  font-family: Merriweather, serif;
  font-size: 45px;
}

.bold-text._2 {
  color: #fff7fe;
}

.section {
  background-color: #fff;
  border: 1px solid #35015cba;
  border-radius: 30px;
  height: 700px;
  position: relative;
}

.text-block-2, .text-block-3 {
  font-family: Verdana, Geneva, sans-serif;
}

.hero-header {
  z-index: 1;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #090808b8;
  min-height: 700px;
  padding-top: 8rem;
  position: relative;
  inset: 0%;
}

.hero-text {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.button-holder {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.background-video {
  z-index: 1;
  max-width: none;
  min-height: 700px;
  position: relative;
  inset: 0%;
}

.video-sizer {
  flex-flow: column;
  justify-content: center;
  min-height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.heading-7 {
  color: #000;
  text-align: center;
  max-width: 28ch;
  margin-bottom: 20px;
}

.text-block-4 {
  color: #000;
  letter-spacing: 1px;
  font-size: 1rem;
}

.text-block-5 {
  letter-spacing: 1px;
  font-size: 1rem;
}

.text-block-6 {
  font-size: 1.2rem;
  font-weight: 400;
}

.heading-8 {
  color: #fff;
  text-align: center;
  max-width: 25ch;
  font-size: 1.9rem;
}

.bold-text-2 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-header07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.uui-page-padding-7 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-heading-large-2 {
  color: #101828;
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-header07_content-right {
  background-color: #000;
  max-width: none;
  height: 200px;
  margin-bottom: 40px;
  padding: 23px;
}

.uui-text-size-xlarge-2 {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.two-hold {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-5 {
  flex: 1;
  margin-bottom: 100px;
  position: sticky;
  top: 100px;
}

.div-block-6 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 350px;
  max-width: none;
  display: block;
}

.section-2 {
  justify-content: center;
  align-items: center;
  min-height: 600px;
  max-height: none;
  padding: 43px;
  display: flex;
  position: sticky;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 900px;
  padding: 21px 27px;
  display: flex;
}

.paragraph-2 {
  color: var(--color--primary-color);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.heading-9 {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 30px;
}

.bold-text-3 {
  color: var(--color--primary-color);
  font-size: 32px;
}

.uui-heroheader20_background-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 125rem;
  min-width: 125rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.uui-padding-vertical-xhuge-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-button-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-5.is-icon-large {
  color: var(--color--white);
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

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

.uui-text-size-xlarge-3 {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-3.text-color-primary700 {
  color: #9b06ff;
}

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

.uui-badge-group {
  color: #344054;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  color: #6941c6;
  white-space: nowrap;
  background-color: #f9f5ff;
  text-decoration: none;
}

.uui-heading-xlarge-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge-2.text-color-primary900 {
  color: var(--color--white);
  text-transform: capitalize;
  font-size: 3.5rem;
}

.uui-button-6 {
  grid-column-gap: .5rem;
  color: #cacaca;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-6:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-6:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-6.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-space-small-5 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-button-wrapper-4.max-width-full-mobile-landscape-4 {
  display: flex;
}

.uui-page-padding-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heroheader20_background {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
  transform: skew(0deg, -7.25deg);
}

.uui-lightbox_play-icon-2 {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-4.align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.uui-heroheader20_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-badge-group_badge {
  color: #344054;
  white-space: nowrap;
  background-color: #cacaca;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  color: #6941c6;
  background-color: #cacaca;
}

.uui-heroheader20_lightbox-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #cacaca;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-4:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-4:focus {
  background-color: #cacaca;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-4.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heroheader20_background-grid-mask {
  z-index: -1;
  background-color: #cacaca;
  width: 100%;
  height: 20%;
  position: absolute;
  inset: auto 0% -267%;
}

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-5.button-row-center {
  justify-content: center;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: #9e77ed;
  margin-right: -.25rem;
}

.uui-heroheader20_background-grid-section {
  height: 4.5rem;
}

.uui-heroheader20_background-grid-section.background-color-primary200 {
  background-color: #e9d7fe;
}

.uui-heroheader20_background-grid-section.background-color-primary300 {
  background-color: #d6bbfb;
}

.uui-heroheader20_background-grid-section.background-color-primary100 {
  background-color: #f4ebff;
}

.uui-heroheader20_lightbox {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57.25rem;
  height: 32.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.uui-section_heroheader20 {
  background-color: #fff5f5;
  background-image: linear-gradient(343deg, #4d003d 49%, #460202);
  overflow: hidden;
}

.uui-container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.youtube {
  z-index: 2;
  border-radius: 15px;
}

.infinite-scroll {
  background-color: #4e003f;
  background-image: linear-gradient(278deg, #5f0000, #5c034a 4% 53%, #5c034a 97%, #5f0000);
  border-radius: 0;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.hold {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #4b033800;
  flex-flow: row;
  justify-content: space-around;
  width: 100%;
  min-width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.image-2 {
  width: auto;
  height: 80px;
}

.heading-10 {
  color: var(--color--primary-color);
  text-align: center;
  margin-bottom: 22px;
}

.section-3 {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 350px;
  padding: 26px 0;
  display: flex;
}

.div-block-8 {
  margin-bottom: 20px;
}

.section-4 {
  background-color: #000;
  background-image: linear-gradient(290deg, #2b0101 11%, #580141);
  flex-flow: column;
  justify-content: center;
  min-height: 650px;
  padding: 18px 25px;
  display: flex;
}

.div-block-9 {
  z-index: 3;
  justify-content: center;
  align-self: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  top: -266px;
}

.image-3 {
  z-index: 0;
  object-fit: cover;
  flex: 0 auto;
  width: 50%;
  height: 40%;
  position: relative;
  inset: auto auto -82px 0%;
}

.cell {
  background-image: url('../images/WhatsApp-Image-2024-08-30-at-16.28.38.jpeg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #490131;
  border-radius: 10px;
}

.div-block-10 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #7f065380;
  border-radius: 15px;
  flex: 1;
  align-self: stretch;
  padding: 14px;
}

.div-block-11 {
  -webkit-backdrop-filter: blur(.5px);
  backdrop-filter: blur(.5px);
  background-color: #00000063;
  border-radius: 10px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.text-hold {
  background-color: #0000;
  border-radius: 10px;
  padding: 29px;
}

.heading-11 {
  color: #a7044a;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
}

.paragraph-3 {
  color: var(--color--white);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.cell-2 {
  background-image: linear-gradient(#00000078, #00000078);
  border-radius: 15px;
}

.field-label {
  color: #ff02a2;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.text-field {
  background-color: #ffffff0f;
  border: 1px solid #8f7e7e80;
  border-radius: 15px;
}

.text-field-2 {
  background-color: #ffffff17;
  border: 1px solid #8f7e7e80;
  border-radius: 15px;
}

.text-field-3 {
  background-color: #ffffff1f;
  border: 1px solid #8f7e7e80;
  border-radius: 15px;
}

.text-field-4 {
  background-color: #ffffff1c;
  border: 1px solid #8f7e7e80;
  border-radius: 15px;
}

.submit-button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #a70404;
  border: 1px solid #300;
  border-radius: 0;
  padding: 12px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .8rem;
}

.submit-button-2:hover {
  color: #c30000;
  background-color: #a7040400;
  border-color: #cc0404;
}

.submit-button-2:active {
  background-color: #5a043300;
  margin-top: 0;
}

.submit-button-2._33 {
  background-color: #0000005c;
  border-width: .6px;
  border-color: #330000c4;
  border-radius: 10px;
}

.submit-button-2._33:hover {
  color: #000;
  background-color: #ffffff63;
}

.submit-button-2._33.form {
  letter-spacing: 2px;
  text-overflow: clip;
  background-color: #30081acf;
}

.submit-button-2._33.form.email {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

.quick-stack {
  background-image: url('../images/677fc57b2db86bd8285ec75d_wbo-logo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 800px;
  max-height: none;
}

.uui-page-padding-9 {
  background-color: #360017;
  background-image: linear-gradient(#00000073, #00000073);
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-form_input-3 {
  color: #101828;
  background-color: #cacaca;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-3:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input-3::placeholder {
  color: #667085;
}

.uui-container-large-9 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-cta06_form {
  max-width: 30rem;
  margin-bottom: 0;
}

.uui-text-size-small-3 {
  color: #929292;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-signup-form_wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-heading-medium-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-padding-vertical-xhuge-9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-cta06_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-text-size-large-4 {
  color: #929292;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.success-text-2 {
  font-weight: 600;
}

.error-text-2 {
  color: #e23939;
}

.uui-space-xsmall-5 {
  width: 100%;
  min-height: 1rem;
}

.uui-cta06_content {
  flex: 1;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-text-style-link-3 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-3:hover {
  color: #344054;
}

.section-15 {
  max-width: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-21 {
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 0;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0a46fa;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 378.672px;
  max-height: 458.613px;
  padding-bottom: 1.5rem;
  display: grid;
}

.button-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #340223;
  border-radius: 20px;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 16px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d00000;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-bottom: 1.5rem;
  display: grid;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #86035f;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-bottom: 1.5rem;
  display: grid;
}

.paragraph-4 {
  color: var(--color--background-color);
  margin-top: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9rem;
}

.link-7 {
  color: #ffc9c9;
  text-decoration: underline;
}

.text-block-7 {
  color: #fff;
  margin-right: 5px;
}

.navbar-no-shadow {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex: 1;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #740202bf;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-flex;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  align-self: auto;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--color--white);
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #000;
  border-radius: 5px;
}

.nav-dropdown-link {
  color: var(--color--white);
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.nav-dropdown-link:hover {
  color: #880404;
  letter-spacing: 1px;
  text-decoration: underline;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-4 {
  width: 40%;
  height: auto;
  max-height: none;
  overflow: visible;
}

.text-block-8 {
  color: var(--color--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.text-block-8:hover {
  color: #881b00;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
}

.slider-holder {
  height: 700px;
  min-height: auto;
  max-height: none;
}

.section-16 {
  height: 800px;
  min-height: 800px;
  padding-top: 0;
  padding-bottom: 0;
}

.header-slider {
  background-color: #ddd0;
  height: 680px;
  min-height: 680px;
}

.div-block-15 {
  position: absolute;
  inset: 0%;
}

.header {
  background-color: #c3860000;
  justify-content: space-around;
  align-items: stretch;
  max-width: none;
  height: 800px;
  display: flex;
  position: static;
  inset: 0%;
}

.header._22 {
  background-color: #c3860000;
  max-width: 970px;
  height: 800px;
  padding-top: 36px;
}

.header._55 {
  background-color: #aa4461;
}

.header._55._77 {
  background-color: #000;
  padding-top: 32px;
}

.header._55._77._2 {
  background-color: #cc9b5c;
  height: 700px;
  padding-top: 66px;
  padding-bottom: 0;
}

.header._55._77.first {
  background-color: #c5c5c5;
  justify-content: space-between;
  height: 700px;
  padding-top: 66px;
}

.header._55._66 {
  background-color: #000;
}

.header._55._6 {
  background-color: #000;
  height: 700px;
  margin-bottom: 0;
  padding-top: 66px;
}

.side-1 {
  background-image: url('../images/Layer-0.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  height: 700px;
  display: flex;
}

.side-2 {
  z-index: 2;
  background-color: #0000;
  flex: 1;
  align-self: center;
  margin-bottom: 145px;
  position: static;
}

.text-holder {
  z-index: 1000;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  padding-right: 73px;
  display: flex;
  position: absolute;
  right: 0;
}

.image-5 {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: contain;
}

.side-main {
  flex: 1;
  align-self: auto;
  padding-top: 10px;
}

.slide {
  background-color: #cac8c8;
}

.heading-12 {
  z-index: 1000;
  color: var(--color--primary-color);
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-end;
  min-width: auto;
  max-width: 33ch;
  padding-right: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
  display: block;
  position: static;
  right: 0;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.heading-13 {
  color: var(--color--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.paragraph-5 {
  color: var(--color--white);
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.side-3 {
  z-index: 2;
  background-color: #0000;
  flex: 1;
  align-self: center;
  margin-bottom: 229px;
  position: static;
}

.side-3._2, .side-3._2._3 {
  margin-bottom: 229px;
}

.heading-14 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.heading-15 {
  z-index: 1000;
  color: #3f0000;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-end;
  min-width: auto;
  max-width: 33ch;
  padding-right: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
  display: block;
  position: static;
  right: 0;
}

.heading-15._33 {
  color: #b60000;
}

.heading-15._00 {
  color: #fd0696;
}

.side-4 {
  background-image: url('../images/wems-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  height: 700px;
  display: flex;
}

.side-4._11 {
  background-image: url('../images/Layer-0.png');
}

.paragraph-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.paragraph-6._00 {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.paragraph-6._00.white {
  color: #fff;
}

.heading-16 {
  z-index: 1000;
  color: #7c0202;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  align-items: flex-end;
  min-width: auto;
  max-width: 33ch;
  margin-top: 15px;
  padding-right: 0;
  font-family: Satoshi, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 70px;
  display: block;
  position: static;
  right: 0;
}

.heading-16._00 {
  color: #c20000;
  letter-spacing: 1px;
  max-width: 38ch;
  margin-top: 0;
  font-family: Satoshi, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.heading-16._33 {
  color: #b60000;
  font-size: 45px;
}

.heading-17 {
  color: #b30101;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 20ch;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.heading-17.coloured {
  color: #fff;
}

.side-5 {
  background-image: url('../images/wems-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  height: 720px;
  display: flex;
}

.side-5._2 {
  background-image: url('../images/wems-2.png');
  background-position: 0 100%;
  background-size: cover;
}

.side-5._2._4 {
  z-index: 0;
  object-fit: none;
  position: static;
  top: 0;
}

.side-5._99 {
  background-image: url('../images/Layer-0.png');
  background-position: 0 100%;
  background-size: contain;
  height: 700px;
}

.side-5._99._2 {
  background-image: url('../images/wems-1.png');
  background-position: 0 100%;
}

.side-5._11 {
  background-image: url('../images/Layer-0.png');
  background-position: 100% 0;
  justify-content: flex-end;
  height: 800px;
}

.side-5._3 {
  background-image: url('../images/wems-2.png');
  background-position: 50% 0;
  background-size: cover;
}

.side-5._3.size {
  height: 700px;
}

.side-5._3.size.new._2 {
  background-image: url('../images/Layer-0.png');
  background-position: 0 100%;
  background-size: contain;
  align-items: stretch;
  height: 700px;
}

.section-17 {
  padding: 68px 54px;
}

.text-block-9 {
  color: var(--color--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: .6rem;
  font-weight: 400;
}

.heading-18 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.text-span {
  letter-spacing: 2px;
  word-break: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  -webkit-text-decoration: underline #a2005e;
  text-decoration: underline #a2005e;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.bold-text-4 {
  font-size: .95rem;
  font-weight: 300;
}

.section-18 {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/photo-1472289065668-ce650ac443d2.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding: 56px;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  margin-top: 40px;
  display: flex;
}

.heading-19 {
  color: var(--color--white);
  text-align: center;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.section-qoute-2 {
  padding: 68px 54px;
}

.text-block-10 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: .6rem;
}

.heading-20 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.text-span-2 {
  text-underline-position: under;
  -webkit-text-decoration: underline #bd0303;
  text-decoration: underline #bd0303;
}

.paragraph-8 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 300;
}

.bold-text-5 {
  letter-spacing: 0;
  font-weight: 300;
}

.div-block-18 {
  margin-top: 40px;
}

.section-19 {
  background-image: linear-gradient(#00000073, #00000073), url('../images/360_F_195721857_qwm4QSETlBFtCSKWW7kbNt3O5DRgAanr.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 56px;
}

.heading-21 {
  color: var(--color--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.bold-text-6 {
  font-weight: 400;
  line-height: 48px;
}

.bold-text-7 {
  font-weight: 500;
}

.bold-text-8 {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  font-weight: 400;
  -webkit-text-decoration: underline #b10202;
  text-decoration: underline #b10202;
}

.bold-text-9 {
  font-weight: 400;
}

.text-span-3 {
  font-size: 28px;
}

.section-20 {
  padding: 68px 54px;
}

.text-block-11 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: .6rem;
}

.heading-22 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.paragraph-9 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 300;
}

.bold-text-10 {
  font-weight: 300;
}

.div-block-19 {
  margin-top: 40px;
}

.section-21 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/wems-1.png'), url('../images/360_F_556843786_CFAv2Zjmxi4w1NCnfQ8PHCiDgmBxregg.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, cover;
  min-height: 400px;
  padding: 56px;
}

.heading-23 {
  color: var(--color--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.div-block-20 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.section-22 {
  padding: 68px 54px;
}

.text-block-12 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: .6rem;
}

.heading-24 {
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  margin-bottom: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
  -webkit-text-decoration: underline #b60000;
  text-decoration: underline #b60000;
}

.div-block-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.paragraph-10 {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 300;
}

.bold-text-11 {
  font-weight: 300;
}

.paragraph-11 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 300;
}

.bold-text-12 {
  font-weight: 300;
}

.div-block-22 {
  margin-top: 40px;
}

.section-23 {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/99.jpeg');
  background-position: 0 0, 90% 20%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  min-height: 450px;
  padding: 56px;
  display: flex;
}

.heading-25 {
  color: var(--color--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 48px;
}

.section-24 {
  padding: 68px 54px;
}

.text-block-13 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: .6rem;
}

.heading-26 {
  margin-bottom: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.text-span-4 {
  text-underline-position: under;
  -webkit-text-decoration: underline #b60000;
  text-decoration: underline #b60000;
}

.paragraph-12 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 300;
}

.bold-text-13 {
  font-weight: 300;
}

.div-block-23 {
  margin-top: 40px;
}

.div-block-24 {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.bold-text-14 {
  font-size: .9rem;
  font-weight: 300;
}

.body-2 {
  background-color: #fff;
}

.section-25 {
  z-index: 4000;
  background-color: #000;
  height: auto;
  margin-bottom: 0;
  padding-top: 3rem;
  position: static;
  top: 0;
  bottom: 0;
}

.section-25._5 {
  background-color: #cc9b5c;
}

.section-25._5._99 {
  background-color: #000;
}

.section-25._00 {
  background-color: #cc9b5c;
}

.section-26 {
  padding: 68px 54px;
}

.div-block-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 93px;
  display: flex;
}

.div-block-26 {
  flex: 0 auto;
}

.text-block-14 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
}

.heading-27 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.paragraph-13 {
  text-align: justify;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 400;
}

.text-block-15 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
}

.image-6 {
  width: auto;
  min-width: 400px;
  height: 350px;
}

.heading-28 {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-underline-position: under;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
  -webkit-text-decoration: underline #a00000;
  text-decoration: underline #a00000;
}

.paragraph-14 {
  text-align: justify;
  letter-spacing: 1px;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 400;
}

.section-27 {
  padding: 68px 54px;
}

.text-block-16 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
}

.heading-29 {
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.paragraph-15 {
  text-align: justify;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 400;
}

.text-span-5 {
  -webkit-text-decoration: underline #a50000;
  text-decoration: underline #a50000;
}

.section-28 {
  background-color: #000;
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/Mapppp.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 22px 54px;
}

.section-28._2 {
  margin-bottom: 0;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.heading-30 {
  color: var(--color--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-30._2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section-29 {
  padding: 68px 54px;
}

.text-block-17 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
}

.heading-31 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 500;
}

.text-span-6 {
  text-underline-position: under;
  -webkit-text-decoration: underline #a70101;
  text-decoration: underline #a70101;
}

.paragraph-16 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 400;
}

.body-3 {
  background-color: #86063d54;
}

.section-30 {
  z-index: 1000;
  padding: 68px 54px;
  position: static;
}

.text-block-18 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
}

.heading-32 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.text-span-7 {
  text-underline-position: under;
  -webkit-text-decoration: underline #b10202;
  text-decoration: underline #b10202;
}

.paragraph-17 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 300;
}

.body-4 {
  background-color: #ffffff54;
}

.section-31 {
  background-color: #000;
  padding-top: 47px;
}

.section-32 {
  padding: 68px 54px;
}

.div-block-28 {
  margin-top: 40px;
}

.text-block-19 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
}

.heading-33 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
  text-decoration: none;
}

.text-span-8 {
  text-align: left;
  text-underline-position: under;
  -webkit-text-decoration: underline #a30505;
  text-decoration: underline #a30505;
}

.paragraph-18 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.bold-text-15 {
  font-size: .95rem;
  font-weight: 400;
}

.list-item {
  flex: 0 auto;
}

.bold-text-16, .bold-text-17 {
  font-weight: 600;
}

.body-5 {
  background-color: #fff;
}

.section-33 {
  background-color: #6b1212;
  padding-top: 20px;
}

.section-34 {
  padding: 68px 54px;
}

.text-block-20 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
}

.heading-34 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.paragraph-19 {
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bold-text-18 {
  font-size: .95rem;
  font-weight: 300;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.text-field-5 {
  background-color: #ffffff12;
  border: 1px solid #5c0101;
  border-radius: 5px;
}

.field-label-2, .field-label-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.text-field-6 {
  background-color: #ffffff1c;
  border: 1px solid #5c0101;
  border-radius: 5px;
}

.field-label-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.text-field-7 {
  background-color: #ffffff1a;
  border: 1px solid #5c0101;
  border-radius: 5px;
  margin-bottom: 20px;
}

.bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22 {
  font-weight: 500;
}

.div-block-29 {
  border: 1px solid #4e0000;
  border-radius: 15px;
  padding: 10px;
}

.body-6 {
  background-color: #fff;
}

.body-7 {
  background-color: #86063d54;
}

.section-35 {
  background-image: linear-gradient(#00000078, #00000078), url('../images/Mapppp.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 79px 43px 33px;
}

.div-block-30 {
  text-align: center;
}

.heading-35 {
  color: var(--color--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.text-block-21 {
  color: var(--color--white);
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 2;
}

.uui-container-large-10 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-button-icon-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-blogsection12_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-10 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-blogsection12_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.uui-section_blogsection12 {
  overflow: hidden;
}

.uui-max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.uui-blogsection12_arrow {
  color: #667085;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection12_arrow:hover {
  background-color: #f9fafb;
}

.uui-blogsection12_arrow.left {
  right: 4rem;
}

.uui-button-7 {
  grid-column-gap: .5rem;
  color: #cacaca;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-7:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-7:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-7.is-button-medium {
  grid-column-gap: .5rem;
  padding: .625rem 1.125rem;
  font-size: 1rem;
}

.uui-text-size-large-5 {
  color: #282829;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-underline-position: under;
  font-family: Montserrat, sans-serif;
  font-size: .6rem;
  line-height: 1.5;
  -webkit-text-decoration: underline #910303;
  text-decoration: underline #910303;
}

.uui-blogsection12_author-image-wrapper {
  margin-right: .75rem;
}

.uui-text-divider {
  color: #475467;
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogsection12_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-blogsection12_slide {
  padding-right: 2rem;
}

.uui-blogsection12_author-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogsection12_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blogsection12_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-text-size-small-4 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-heading-xsmall-2 {
  color: #101828;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blogsection12_category-link {
  color: #6941c6;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection12_category-link:hover {
  color: #53389e;
}

.uui-blogsection12_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-space-xsmall-6 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-6 {
  color: #101828;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-blogsection12_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blogsection12_title-link {
  color: #101828;
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blogsection12_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-blogsection12_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection12_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection12_button-row.hide-mobile-landscape-2 {
  display: none;
}

.uui-text-size-medium-7 {
  color: #1a1a1a;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-heading-subheading-4 {
  color: #7f56d9;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-blogsection12_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection12_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-page-padding-10 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-blogsection12_heading {
  flex: 1;
}

.uui-blogsection12_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blogsection12_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection04_category-link {
  color: #6941c6;
  background-color: #cacaca;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogsection04_category-link:hover {
  color: #53389e;
}

.uui-padding-vertical-xhuge-11 {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.uui-button-link-3 {
  grid-column-gap: .5rem;
  color: var(--color--primary-color);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-3:hover {
  color: #53389e;
}

.uui-blogsection04_image-wrapper {
  border: 0 solid #420202;
  border-radius: 10px;
  width: 100%;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection04_button-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-blogsection04_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-space-small-6 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-blogsection04_list-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.uui-section_blogsection04 {
  margin-bottom: 20px;
}

.uui-blogsection04_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 560px;
  max-height: 560px;
  position: static;
  inset: 0%;
}

.uui-blogsection04_meta-wrapper {
  color: #6941c6;
  mix-blend-mode: multiply;
  background-color: #f9f5ff;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection04_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection04_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection04_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogsection04_heading {
  flex: 1;
}

.uui-blogsection04_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.uui-blogsection04_list.new {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blogsection04_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.text-block-22 {
  color: var(--color--primary-color);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.bold-text-23 {
  color: #d6d6d6;
  letter-spacing: .7px;
  padding-left: 9px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.body-8 {
  background-color: #86063d54;
}

.uui-text-style-link-4 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-4:hover {
  color: #344054;
}

.error-message-3 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-field-label-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-contact05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid #5a0303;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 15px;
  display: grid;
}

.uui-form-button-wrapper-2 {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-contact05_form-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 3rem;
  margin-bottom: 0;
}

.uui-padding-vertical-xhuge-12 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.uui-form_input-4 {
  color: #101828;
  background-color: #cacaca00;
  border: 1px solid #400;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-4:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input-4::placeholder {
  color: #667085;
}

.uui-form_input-4.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form-checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

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

.uui-contact05_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-text-style-link-02-3 {
  color: var(--color--primary-color);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
}

.error-text-3 {
  color: #e23939;
}

.uui-form-checkbox-icon-2 {
  cursor: pointer;
  background-color: #cacaca;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-2:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

.uui-form-field-wrapper-2 {
  position: relative;
}

.success-text-3 {
  font-weight: 600;
}

.uui-form-checkbox-label-2 {
  color: #344054;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.icon-featured-large-2 {
  color: #7f56d9;
  background-color: #f4ebff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-contact07_map-wrapper-2 {
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.uui-contact07_content-right-2 {
  flex-flow: row;
  justify-content: space-around;
  display: flex;
}

.uui-heading-xxsmall-6 {
  color: #101828;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-13 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.uui-contact07_map-placeholder-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-contact07_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-space-xxsmall-5 {
  width: 100%;
  min-height: .5rem;
}

.uui-contact07_contact-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
}

.uui-contact07_item-icon-wrapper-2 {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-icon-1x1-xsmall-6 {
  color: var(--color--primary-color);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact07_item-2 {
  display: flex;
}

.uui-contact07_map-2 {
  height: 100%;
  overflow: hidden;
}

.uui-section_contact07-2 {
  background-color: #f9fafb00;
  padding-top: 40px;
}

.code-embed-2 {
  flex: 1;
  justify-content: center;
  display: flex;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  background-color: #000;
  border-radius: 5px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  color: #f1f1f1;
  background-color: #000;
  border: 1px solid #000000b3;
  border-radius: 5px;
  padding: 5px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  position: absolute;
  right: 8px;
}

.button-primary-2.footer-form-button:hover {
  background-color: #3a0101;
}

.image-7 {
  width: 30%;
  height: 30px;
  max-height: none;
  overflow: visible;
}

.nav-dropdown-link-3 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.nav-dropdown-link-3:hover {
  color: #880404;
  letter-spacing: 1px;
  text-decoration: underline;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #740202bf;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-flex;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  align-self: auto;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.text-block-23 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.text-block-23:hover {
  color: #881b00;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
}

.nav-dropdown-icon-3 {
  color: #fff;
  margin-right: 10px;
}

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 21px;
}

.slide-2 {
  background-color: #af802fbf;
}

.div-block-31 {
  background-image: url('../images/Layer-0.png');
  background-position: 0 0;
  background-size: contain;
}

.div-block-32 {
  position: absolute;
  right: 0;
}

.div-block-33 {
  height: 700px;
  display: flex;
}

.slider-text {
  align-self: auto;
}

.form-3 {
  flex-flow: column;
  align-items: center;
  display: block;
}

.slider, .slide-3 {
  height: 700px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  display: flex;
}

.footer-social-link {
  flex: 0 auto;
  margin-left: 0;
}

.div-block-34 {
  background-image: linear-gradient(#000000bd, #000000bd), url('../images/Mapppp.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.image-8 {
  width: 10%;
  height: 20%;
}

.image-9 {
  width: 10%;
}

.bold-text-24 {
  color: #d6d6d6;
  letter-spacing: .7px;
  padding-left: 9px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.paragraph-20 {
  color: #efefef;
  margin-top: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9rem;
}

.div-block-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  display: grid;
}

.footer-link-2 {
  color: #e9e9e9;
  letter-spacing: 2px;
  font-size: .7rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.footer-link-2:hover {
  color: #151515;
  transform: translate(0, -2px);
}

.container-23 {
  justify-content: center;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-grid-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: auto;
  place-items: start end;
  display: grid;
}

.footer-social-2 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: .7rem;
  transition: all .3s;
  display: flex;
}

.footer-social-2:hover {
  color: #c9d4d8;
  background-color: #3f0000;
  transform: translate(0, -2px);
}

.padding-global-2 {
  background-image: linear-gradient(#000000e3, #000000e3), url('../images/Mapppp.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: block;
}

.link-8 {
  color: #ffc9c9;
  text-decoration: underline;
}

.logo-footer-2 {
  vertical-align: baseline;
  width: 6rem;
  height: auto;
}

.div-block-36 {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.bold-text-25 {
  font-size: .9rem;
  font-weight: 300;
}

.container-24 {
  max-width: 1200px;
}

.div-block-37 {
  background-color: red;
  margin-bottom: 40px;
  padding-top: 1px;
}

.bold-text-26 {
  color: #d6d6d6;
  letter-spacing: .7px;
  padding-left: 9px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.link-9 {
  color: #ffc9c9;
  text-decoration: underline;
}

.div-block-38 {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.div-block-39 {
  background-color: red;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 1px;
}

.footer-links-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-27 {
  font-size: .9rem;
  font-weight: 300;
}

.container-25 {
  max-width: 1200px;
}

.footer-grid-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: auto;
  place-items: start end;
  display: grid;
}

.footer-link-3 {
  color: #e9e9e9;
  letter-spacing: 2px;
  min-width: 15ch;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.footer-link-3:hover {
  color: #151515;
  transform: translate(0, -2px);
}

.div-block-40 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  justify-items: stretch;
  font-family: Satoshi, sans-serif;
  display: inline-grid;
}

.container-26 {
  max-width: 1200px;
  margin-left: 45px;
}

.footer-link-4 {
  color: #e9e9e9;
  letter-spacing: 2px;
  min-width: 20ch;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.footer-link-4:hover {
  color: #151515;
  transform: translate(0, -2px);
}

.div-block-41 {
  background-color: red;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 1px;
}

.bold-text-28 {
  font-size: .9rem;
  font-weight: 300;
}

.div-block-42 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  justify-items: stretch;
  font-family: Satoshi, sans-serif;
  display: inline-grid;
}

.div-block-43 {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.footer-grid-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: auto;
  place-items: start end;
  display: grid;
}

.div-block-44 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  justify-items: stretch;
  font-family: Satoshi, sans-serif;
  display: inline-grid;
}

.div-block-45 {
  background-color: red;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 1px;
}

.container-27 {
  max-width: 1200px;
  margin-left: 45px;
}

.div-block-46 {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.footer-grid-5 {
  grid-column-gap: 3rem;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: auto;
  place-items: start end;
  display: grid;
}

.logo-footer-3 {
  vertical-align: baseline;
  width: 6rem;
  height: auto;
}

.bold-text-29 {
  font-size: .9rem;
  font-weight: 300;
}

.footer-link-5 {
  color: #e9e9e9;
  letter-spacing: 2px;
  min-width: 20ch;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.footer-link-5:hover {
  color: #151515;
  transform: translate(0, -2px);
}

.footer-link-5._5 {
  min-width: 15ch;
  font-size: .8rem;
}

.footer-grid-wrap-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: flex-start;
  display: grid;
}

.bold-text-30 {
  font-size: .9rem;
  font-weight: 300;
}

.footer-grid-wrap-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-self: flex-start;
  align-items: stretch;
  max-width: 240px;
  display: flex;
}

.logo-footer-4 {
  vertical-align: baseline;
  width: 6rem;
  height: auto;
}

.div-block-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  justify-items: stretch;
  font-family: Satoshi, sans-serif;
  display: inline-grid;
}

.container-28 {
  max-width: 1300px;
  margin-left: auto;
}

.div-block-49 {
  background-color: red;
  min-width: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 1px;
}

.div-block-50 {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.footer-link-6 {
  color: #e9e9e9;
  letter-spacing: 2px;
  min-width: 20ch;
  font-size: .7rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.footer-link-6:hover {
  color: #151515;
  transform: translate(0, -2px);
}

.footer-link-6._5 {
  min-width: 16ch;
  font-size: .7rem;
}

.footer-grid-wrap-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-self: stretch;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.footer-grid-wrap-4.text {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-self: flex-start;
  max-width: none;
}

.footer-grid-wrap-4.partners {
  align-self: stretch;
  align-items: stretch;
}

.footer-grid-wrap-4.contact {
  align-self: stretch;
}

.container-29 {
  max-width: 1300px;
  margin-left: auto;
}

.div-block-54 {
  background-color: red;
  min-width: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 1px;
}

.div-block-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-links-wrapper-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-footer-5 {
  vertical-align: baseline;
  flex: 0 auto;
  width: 11rem;
  height: auto;
  margin-bottom: 10px;
}

.footer-link-7 {
  color: #e9e9e9;
  letter-spacing: 2px;
  min-width: 13ch;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.footer-link-7:hover {
  color: #151515;
  transform: translate(0, -2px);
}

.footer-link-7._5 {
  min-width: 16ch;
  font-size: .9rem;
}

.div-block-53 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-self: stretch;
  justify-items: stretch;
  font-family: Satoshi, sans-serif;
  display: inline-grid;
}

.div-block-53._22 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr .5fr;
}

.bold-text-31 {
  font-size: .9rem;
  font-weight: 300;
}

.div-block-52 {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.text-span-9 {
  font-weight: 600;
}

.div-block-55 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  margin-top: 20px;
  display: flex;
}

.form-block {
  flex: 1;
  justify-content: center;
  min-width: 50%;
  display: block;
}

.form-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-field-8 {
  background-color: #ffffffe3;
  border: 1px solid #474646;
  border-radius: 7px;
  flex: 0 auto;
  max-width: none;
  padding-top: 22px;
  padding-bottom: 22px;
}

.submit-button-3 {
  color: #e4e1e1;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffffe6;
  border-radius: 7px;
  align-self: auto;
  padding: 13px 33px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.submit-button-3:hover {
  background-color: #270d1700;
}

.submit-button-3._33 {
  color: #fff;
  background-color: #c50408;
}

.div-block-56 {
  flex: 1;
}

.section-36 {
  border: 3px solid #000;
  min-height: 500px;
  position: static;
}

.div-block-57 {
  position: relative;
  inset: 5% 0% auto;
}

.cell-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.image-10 {
  align-self: auto;
  width: 40%;
  min-width: auto;
  max-width: none;
  overflow: clip;
}

.image-11, .image-12 {
  width: 40%;
  min-width: auto;
}

.quick-stack-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0 10px 0 0;
}

.cell-4, .cell-5, .cell-6 {
  align-items: center;
}

.section-37 {
  flex-flow: column;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.opacity-86 {
  opacity: .6;
}

.padding-global-3 {
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.read-more-tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fbfbfb;
  border: 1px solid #ed51458c;
  border-radius: 2.3125rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.phase-cards-wrapper {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  flex-flow: column;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.max-width-26ch {
  max-width: 26ch;
}

.container-30 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.opacity-87 {
  opacity: .5;
}

.phase-number {
  opacity: .2;
  color: #fbfbfb;
  display: block;
}

.phase-cards-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 70vw;
  display: flex;
}

.phase-cards-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 29ch;
  height: 20vh;
  display: flex;
}

.header-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 200ch;
  display: flex;
}

.heading-36 {
  font-size: 10.5rem;
  font-weight: 300;
  line-height: 1;
}

.text-size-small-2 {
  font-size: .875rem;
}

.phase-cards-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.heading-37 {
  font-size: 3rem;
  line-height: 1.15;
}

.heading-37.text-weight-medium {
  color: var(--color--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.text-size-large-2 {
  font-size: 1.2rem;
}

.text-size-large-2.text-weight-medium {
  color: var(--color--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.vertical-line-tag-2 {
  opacity: .5;
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 1rem;
}

.phase-cards {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 55vh;
  padding: 4rem 3rem 4.3rem;
  display: flex;
}

.phase-cards._1 {
  background-image: url('../images/WhatsApp-Image-2025-05-23-at-08.49.29.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 250%;
  min-height: 75vh;
}

.section-38 {
  background-color: #d6d6d661;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-24, .text-block-25, .text-block-26 {
  color: var(--color--background-color);
}

.about-features-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.max-width-33ch {
  max-width: 33ch;
}

.image-13 {
  object-fit: cover;
}

.image-13:hover {
  opacity: .9;
  transform: scale(1.02);
}

.about-features-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #91181800;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.mask-frame-2 {
  background-color: #a82b22;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-features-image {
  border-radius: 1rem;
  width: 100%;
  height: 45rem;
  min-height: 300px;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.opacity-88 {
  opacity: .8;
}

.about-features-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.text-size-large-3 {
  font-size: 1.2rem;
}

.text-size-large-3.text-weight-medium {
  color: var(--color--black);
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.text-block-27 {
  font-family: Montserrat, sans-serif;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #000;
  border-radius: 25px;
  padding: 0;
}

.section-39 {
  margin-bottom: 40px;
  padding-left: 54px;
  padding-right: 54px;
}

.paragraph-21 {
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.heading-38 {
  color: var(--color--white);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.cell-7 {
  color: var(--color--white);
  background-color: #771d2b;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
}

.cell-8 {
  border-top-right-radius: 0;
}

.image-14 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-31 {
  background-color: #e4447a;
  border-radius: 60px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 26px;
}

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

.navbar-brand-3 {
  flex: 1;
}

.nav-menu-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.image-15 {
  max-width: 20%;
  height: 60%;
}

.list-item-2 {
  flex: 0 auto;
}

.section-40 {
  margin-top: 20px;
}

.container-32 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  padding-top: 40px;
  display: flex;
}

.heading-39 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: capitalize;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
}

.body-9 {
  background-color: #892439;
}

.section-41 {
  background-color: #e4447a;
  background-image: linear-gradient(#00000063, #00000063), url('../images/16640-Photoroom.png'), linear-gradient(284deg, #000000a3 5%, #ffffff4f 52%, #00000080 96%);
  background-position: 0 0, 100% 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-10 {
  font-style: italic;
}

.paragraph-22 {
  color: var(--color--white);
  text-align: left;
  letter-spacing: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: .9rem;
}

.div-block-76 {
  max-width: 100vh;
}

.div-block-77 {
  max-width: 100vh;
  padding-top: 50px;
  display: flex;
}

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

.div-block-78 {
  flex: 0 auto;
}

.paragraph-23 {
  color: var(--color--white);
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.9;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #dbd3d354;
  border-radius: 15px;
  align-self: stretch;
  max-width: 100vh;
  box-shadow: inset 5px 4px 5px #fff3;
}

.container-33 {
  flex-flow: column;
  align-items: center;
  max-width: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-17 {
  object-fit: cover;
}

.cell-9 {
  background-color: #2e002700;
}

.div-block-79 {
  align-self: stretch;
  height: 400px;
}

.div-block-80 {
  flex: 1;
  align-self: stretch;
}

.div-block-81 {
  background-color: #fff0;
  flex-flow: column;
  align-self: stretch;
  align-items: stretch;
  height: 100%;
  min-height: auto;
  max-height: none;
  display: flex;
}

.field-label-5 {
  color: var(--color--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.form-5 {
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.text-field-9 {
  color: var(--color--black);
  background-color: #eeebeb91;
  border: 0 #000;
  border-radius: 30px;
  box-shadow: inset 5px 6px 5px -2px #ffffff8a;
}

.text-field-9::placeholder {
  color: var(--color--black);
}

.quick-stack-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 15px;
  padding: 0;
}

.footer-social-block-three {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 15px;
  display: flex;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 42px 40px;
  position: relative;
}

.footer-copyright-2 {
  color: #3a4554;
  text-align: center;
  flex: 1;
  font-size: 1rem;
}

.container-13 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-12 {
  color: #fff;
  text-decoration: none;
}

.footer-form-two {
  background-color: #0000;
  margin-bottom: 40px;
  padding: 30px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 10px 0 0 10px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 20px 180px 20px 20px;
  font-family: Montserrat, sans-serif;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-container-two {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-link-three {
  flex: 1;
  justify-content: center;
  margin-left: 10px;
  display: flex;
}

.footer-link-three {
  color: #ecf0ff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-block-three {
  color: #424141;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
  margin-right: -20px;
  display: flex;
}

.image-33, .image-34, .image-35, .image-36 {
  width: 20%;
  height: 20%;
}

.radio-button {
  padding: 8px;
  font-size: 1rem;
}

.checkbox-label {
  color: var(--color--white);
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 600;
}

.checkbox {
  padding: 8px;
  font-size: 1rem;
}

@media screen and (min-width: 1280px) {
  .header._55._77, .header._55._77._2 {
    width: 100%;
    max-width: 1220px;
  }

  .header._55._77.first {
    width: 100%;
    max-width: 1200px;
  }

  .header._55._66, .header._55._6 {
    width: 100%;
    max-width: 1220px;
  }

  .text-holder {
    align-items: flex-end;
    margin-right: 110px;
    padding-right: 100px;
  }

  .text-holder._2 {
    margin-right: 100px;
    padding-right: 100px;
  }

  .side-3 {
    padding-right: 40px;
  }

  .section-17 {
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-9 {
    font-size: .8rem;
    font-weight: 500;
  }

  .paragraph-7 {
    text-align: justify;
  }

  .bold-text-4 {
    text-align: justify;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .div-block-17 {
    align-self: auto;
    width: 100%;
    max-width: 1220px;
  }

  .section-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-20 {
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-11 {
    font-size: .8rem;
    font-weight: 500;
  }

  .paragraph-9 {
    text-align: justify;
    letter-spacing: 0;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .bold-text-10 {
    text-align: justify;
    letter-spacing: 0;
    font-weight: 500;
  }

  .div-block-19 {
    width: 100%;
    max-width: 1220px;
  }

  .section-21 {
    background-image: linear-gradient(#00000082, #00000082), url('../images/wems-1.png'), url('../images/360_F_556843786_CFAv2Zjmxi4w1NCnfQ8PHCiDgmBxregg.jpg');
    background-position: 0 0, 15% 0, 50% 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    width: 100%;
    max-width: 1220px;
  }

  .section-24 {
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-13 {
    font-size: .8rem;
    font-weight: 500;
  }

  .paragraph-12 {
    text-align: justify;
    letter-spacing: 0;
  }

  .bold-text-13 {
    text-align: justify;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .div-block-23 {
    width: 100%;
    max-width: 1220px;
  }

  .section-26 {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-14 {
    font-size: .8rem;
    font-weight: 500;
  }

  .paragraph-13 {
    text-align: justify;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .text-block-15 {
    font-size: .8rem;
    font-weight: 500;
  }

  .paragraph-14 {
    text-align: justify;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .section-27 {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-16 {
    font-size: .8rem;
    font-weight: 500;
  }

  .paragraph-15 {
    text-align: justify;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .section-28, .section-28._2 {
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-27 {
    width: 100%;
    max-width: 1220px;
  }

  .section-29 {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-17 {
    font-size: .8rem;
    font-weight: 600;
  }

  .paragraph-16 {
    text-align: justify;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .section-32 {
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-28 {
    align-self: auto;
    width: 100%;
    max-width: 1220px;
  }

  .text-block-19 {
    font-size: .8rem;
    font-weight: 500;
  }

  .bold-text-15 {
    text-align: justify;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .section-34 {
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-29 {
    align-self: auto;
    width: 100%;
    max-width: 1220px;
  }

  .uui-page-padding-10 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .uui-blogsection04_list-wrapper, .uui-contact05_component {
    width: 100%;
    max-width: 1220px;
  }

  .uui-section_contact07-2 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footer-link-7:hover {
    color: #727171;
  }

  .bold-text-31 {
    text-align: justify;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .cell-4, .cell-5, .cell-6 {
    align-items: flex-start;
  }

  .div-block-58 {
    background-color: #c5c5c5;
    justify-content: center;
    display: flex;
  }

  .div-block-59, .div-block-60, .div-block-61 {
    width: 100%;
    max-width: 1220px;
  }

  .div-block-62 {
    background-color: #cc9b5c;
    justify-content: center;
    display: flex;
  }

  .div-block-63, .div-block-64 {
    background-color: #000;
    justify-content: center;
    display: flex;
  }

  .div-block-65 {
    background-color: #cc9b5c;
    justify-content: center;
    display: flex;
  }

  .div-block-66 {
    background-color: #000;
    justify-content: center;
    display: flex;
  }

  .div-block-67, .div-block-68, .div-block-69 {
    width: 100%;
    max-width: 1220px;
  }

  .div-block-70 {
    background-color: #000;
    justify-content: center;
    display: flex;
  }

  .div-block-71 {
    width: 100%;
    max-width: 1220px;
  }

  .div-block-72 {
    background-color: #000;
    justify-content: center;
    display: flex;
  }

  .div-block-73 {
    align-self: auto;
    width: 100%;
    max-width: 1220px;
  }

  .div-block-74 {
    background-color: #cc9b5c;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-75 {
    align-self: auto;
    width: 100%;
    max-width: 1220px;
  }

  .div-block-77 {
    padding-top: 50px;
  }

  .paragraph-23 {
    margin-bottom: 50px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 3.5rem;
  }

  .container {
    max-width: 90vw;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .heading-5 {
    font-size: 2.5rem;
  }

  .text-weight-medium.caps.regular-vw-small {
    font-size: 1rem;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .speakers-card {
    padding: 1rem 1rem 2rem;
  }

  .faq-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 3rem;
    display: flex;
  }

  .faq-action-wrapper {
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    right: 0;
  }

  .faq-bottom {
    margin-right: 0;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
  }

  .team-member-component {
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .event-item {
    padding-left: 0;
    padding-right: 0;
  }

  .button-submit-hover {
    width: 52rem;
    height: 52rem;
  }

  .heading-2-instruction {
    font-size: 4.5rem;
  }

  .max-width-50ch {
    max-width: none;
  }

  .style-guide-heading {
    font-size: 7rem;
  }

  .changelog-component {
    flex-flow: column;
    display: flex;
  }

  .style-guide-text {
    font-size: 2rem;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .heading-4 {
    font-size: 2.7rem;
  }

  .bento-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bento-row {
    flex-flow: column;
  }

  .card-small {
    order: 1;
    width: 100%;
  }

  .card-big {
    width: 100%;
  }

  .sticky-wrapper {
    margin-top: 8rem;
  }

  .content, .content.max-width-34vw {
    max-width: none;
  }

  .sticky-paragraph {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
  }

  .products-wrapper {
    margin-top: 8rem;
  }

  .faq-wrapper, .products-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .text-size-medium-vw {
    font-size: 1.125rem;
  }

  .max-width-60ch-2 {
    max-width: 70%;
  }

  .contact-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .form-wrapper {
    width: 100%;
  }

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

  .menu-icon {
    color: #1e3251;
  }

  .menu-button {
    border-radius: 4px;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: #fff9;
  }

  .links-navbar {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #fffc;
    border-radius: 1.375rem;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-top: 1rem;
    padding: 2rem;
    position: absolute;
    left: 5vw;
    right: 5vw;
  }

  .right-navbar-content {
    display: flex;
  }

  .nav-menu-wrap {
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .navbar-component {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1rem;
    position: relative;
  }

  .hero-heading {
    max-width: 50ch;
  }

  .hero-grid {
    display: none;
  }

  .hero-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    height: 100svh;
    display: flex;
  }

  .circular-text {
    height: 7rem;
  }

  .product-info {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .product-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .product-image {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .product-description {
    justify-content: flex-start;
    align-items: center;
  }

  .info-tag {
    flex-flow: column;
  }

  .lightbox-link {
    height: 40vh;
  }

  .product-button {
    margin-top: 1rem;
  }

  .footer-heading {
    margin-bottom: 4rem;
  }

  .footer-component {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .footer-social-wrapper {
    margin-bottom: 2rem;
  }

  .footer-text-size {
    font-size: 1.4rem;
  }

  .footer-text-size.text-weight-medium {
    text-align: justify;
    text-align: left;
    text-align: left;
    min-width: 240px;
    font-size: .9rem;
  }

  .button-navbar.margin-left {
    margin-left: 0;
  }

  .heading-vw {
    font-size: 2.7rem;
    line-height: 1.2;
  }

  .regular-vw {
    font-size: 1rem;
  }

  .uui-heroheader03_content {
    margin-right: 0;
  }

  .uui-heroheader03_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-header07_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

  .uui-heroheader20_background-grid {
    width: 150vw;
    min-width: 150vw;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heroheader20_lightbox-wrapper {
    height: auto;
  }

  .uui-heroheader20_background-grid-section {
    height: 7.5vw;
  }

  .uui-heroheader20_lightbox {
    max-width: none;
    height: 30rem;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-cta06_component {
    grid-template-columns: 1fr;
  }

  .uui-cta06_content {
    margin-right: 0;
  }

  .section-15 {
    padding: 0;
  }

  .container-21 {
    max-width: 728px;
    padding: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #000000e3;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .image-4 {
    width: 30%;
  }

  .slider-holder, .section-16, .header-slider {
    height: 1000px;
  }

  .header {
    flex-flow: column;
    padding-top: 141px;
  }

  .header._22 {
    flex-flow: column;
    padding-top: 96px;
  }

  .header._55._77, .header._55._77._2 {
    height: 1000px;
    padding-top: 6rem;
  }

  .header._55._77.first {
    height: 1000px;
  }

  .header._55._66 {
    height: 1000px;
    padding-top: 60px;
  }

  .header._55._6 {
    height: 1000px;
    padding-top: 6rem;
  }

  .side-2 {
    order: -1;
    align-self: center;
  }

  .text-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    max-width: none;
    padding-right: 0;
    position: absolute;
    left: 0;
    right: 0;
  }

  .text-holder._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .side-main {
    padding-top: 95px;
  }

  .heading-12 {
    z-index: 1000;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    font-size: 45px;
    left: 0;
    right: 0;
  }

  .side-3 {
    order: -1;
    align-self: center;
    margin-bottom: 146px;
  }

  .side-3._2 {
    margin-bottom: 205px;
  }

  .heading-15 {
    z-index: 1000;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    font-size: 45px;
    left: 0;
    right: 0;
  }

  .paragraph-6 {
    font-size: 1rem;
  }

  .paragraph-6._00 {
    color: #fff;
  }

  .heading-16 {
    z-index: 1000;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    left: 0;
    right: 0;
  }

  .heading-16._00 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 45px;
  }

  .heading-16._33 {
    font-size: 35px;
  }

  .heading-17 {
    color: #af0303;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
  }

  .heading-17.coloured {
    font-size: 45px;
  }

  .side-5, .side-5._99 {
    background-position: 50% 0;
  }

  .side-5._99._2 {
    background-position: 50% 100%;
  }

  .side-5._3.size.new._2 {
    background-position: 50%;
  }

  .text-block-9, .text-block-10 {
    font-size: .6rem;
  }

  .section-25 {
    min-height: auto;
  }

  .div-block-27 {
    align-items: center;
  }

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

  .section-35 {
    padding-top: 130px;
  }

  .uui-blogsection12_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection12_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogsection12_mask {
    width: 50%;
  }

  .uui-blogsection12_button-row {
    flex: none;
  }

  .uui-blogsection12_heading {
    margin-right: 3rem;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection04_button-row {
    flex: none;
  }

  .uui-blogsection04_heading {
    margin-right: 3rem;
  }

  .uui-blogsection04_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blogsection04_list.new {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .uui-blogsection04_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-contact05_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-12 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-contact07_map-wrapper-2 {
    height: 30rem;
  }

  .uui-padding-vertical-xhuge-13 {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .uui-contact07_component-2 {
    grid-column-gap: 3rem;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .image-7 {
    width: 25%;
    height: 28px;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .icon-2 {
    color: #fff;
  }

  .nav-menu-4 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #000000e3;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 0;
    display: flex;
  }

  .slider, .slide-3 {
    height: 1000px;
  }

  .container-22 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .container-23 {
    max-width: 90vw;
  }

  .div-block-44 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .container-27 {
    margin-left: 0;
  }

  .footer-grid-5 {
    grid-template-columns: 1fr .75fr;
  }

  .logo-footer-3 {
    width: 8rem;
  }

  .footer-link-5._5 {
    min-width: 10ch;
  }

  .footer-grid-wrap-2, .footer-grid-wrap-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 33px;
  }

  .logo-footer-4 {
    width: 5rem;
  }

  .div-block-47 {
    flex-flow: row;
    align-self: auto;
  }

  .div-block-48 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .container-28 {
    margin-left: 0;
  }

  .footer-link-6._5 {
    min-width: 10ch;
  }

  .footer-grid-wrap-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 33px;
  }

  .container-29 {
    margin-left: 0;
  }

  .div-block-51 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-self: auto;
  }

  .logo-footer-5 {
    width: 10rem;
  }

  .footer-link-7 {
    min-width: 8ch;
  }

  .footer-link-7._5 {
    min-width: 5ch;
  }

  .div-block-53 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .form-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-10, .image-11, .image-12 {
    width: 40%;
  }

  .quick-stack-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .phase-cards-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 8rem;
  }

  .phase-cards-header {
    max-width: none;
  }

  .header-2 {
    max-width: 70vw;
  }

  .heading-36 {
    font-size: 8rem;
    line-height: 1.15;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-37 {
    font-size: 2.75rem;
  }

  .text-size-large-2 {
    font-size: 1.4rem;
  }

  .phase-cards {
    height: auto;
    padding: 3rem 2.5rem;
  }

  .about-features-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .max-width-33ch {
    max-width: 50ch;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-features-image {
    height: 60rem;
  }

  .about-features-content {
    max-width: 50ch;
  }

  .text-size-large-3 {
    font-size: 1.4rem;
  }

  .container-31 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-social-block-three {
    margin-top: 40px;
    margin-right: 0;
  }

  .container-13 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
  }

  .footer-link-three {
    margin-left: 10px;
  }

  .footer-block-three {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-size-huge {
    line-height: 1.3;
  }

  .heading-1 {
    font-size: 3.5rem;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-5 {
    font-size: 2.3rem;
    line-height: 1.15;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .heading-3 {
    font-size: 2.7rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .speakers-card {
    height: 100%;
  }

  .faq-bottom-content {
    padding-bottom: 0;
  }

  .team-member-component {
    grid-row-gap: 3rem;
  }

  .button-submit-hover {
    width: 42rem;
    height: 42rem;
  }

  .not-fount-text-size {
    font-size: 14rem;
  }

  .heading-2-instruction {
    font-size: 4rem;
  }

  .style-guide-heading {
    font-size: 6rem;
  }

  .style-guide-heading.mobile {
    font-size: 4rem;
  }

  .changelog-component {
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    font-size: 2rem;
    line-height: 1.15;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .heading-4 {
    font-size: 2.5rem;
  }

  .bento-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 6rem;
  }

  .card-big {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }

  .sticky-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    width: 100%;
    margin-top: 4rem;
  }

  .sticky-component {
    width: 100%;
    height: 50vh;
    position: relative;
  }

  .sticky-content {
    width: 100%;
    padding-bottom: 0;
  }

  .sticky-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
    margin-left: 2rem;
  }

  .sticky-paragraph {
    max-width: none;
  }

  .sticky-small-image {
    width: 10rem;
    height: 10rem;
    margin-top: 4rem;
    margin-right: 4rem;
  }

  .sticky-medium-image, .products-wrapper {
    margin-top: 6rem;
  }

  .products-cards {
    flex-flow: column;
    display: flex;
  }

  .contact-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .navbar-component {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .hero-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .button-hero {
    display: none;
    position: relative;
    left: 0;
  }

  .product-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .credits-wrapper {
    flex-flow: column;
    margin-top: 1rem;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-heading {
    height: 2rem;
  }

  .footer-component {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .footer-links-wrapper {
    order: 1;
    align-self: center;
  }

  .footer-social-wrapper {
    margin-bottom: 1rem;
  }

  .footer-text-size {
    font-size: 1.3rem;
  }

  .heading-vw {
    font-size: 2.5rem;
  }

  .text-size-medium-2 {
    font-size: 1.2rem;
  }

  .delete-this {
    left: 1.5rem;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #cacaca;
  }

  .uui-button-secondary-gray-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-5.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape-3 {
    width: 100%;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-button-icon-4.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heroheader03_image {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    height: 22rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-header07_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-icon-5.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-button-6 {
    font-size: 1rem;
  }

  .uui-button-6:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-6.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small-5 {
    min-height: 1.25rem;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape-4 {
    width: 100%;
  }

  .uui-page-padding-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader20_background {
    background-image: url('../images/Background-Pattern-Small.svg');
    background-position: 50% -80px;
    top: 46%;
  }

  .uui-lightbox_play-icon-2 {
    width: 4rem;
    height: 4rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    color: #344054;
    background-color: #cacaca;
  }

  .uui-button-secondary-gray-4.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-button-row-5.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heroheader20_lightbox {
    height: 20rem;
  }

  .uui-page-padding-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-cta06_component {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-space-xsmall-5 {
    min-height: .75rem;
  }

  .uui-cta06_content {
    margin-right: 0;
  }

  .container-21 {
    margin-top: 0;
    padding: 8px 7px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .header._55._77 {
    padding-top: 3rem;
  }

  .header._55._77.first {
    padding-top: 5rem;
  }

  .header._55._66 {
    padding-top: 20px;
  }

  .text-holder {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-6 {
    font-size: .9rem;
  }

  .heading-16 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-16._00 {
    margin-top: 5px;
    font-size: 25px;
  }

  .heading-16._33, .heading-17 {
    font-size: 30px;
  }

  .side-5 {
    background-position: 50% 0;
    margin-top: 20px;
  }

  .section-17 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-18 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-17 {
    text-align: center;
    flex-flow: column;
  }

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

  .section-qoute-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-19 {
    padding-left: 31px;
    padding-right: 31px;
  }

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

  .section-20 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-21 {
    justify-content: center;
    align-items: center;
    padding-left: 41px;
    padding-right: 41px;
    display: flex;
  }

  .heading-23 {
    font-size: 26px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
  }

  .section-22 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .section-24 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-24, .div-block-25 {
    flex-flow: column;
  }

  .section-28 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .heading-30._2 {
    font-size: 20px;
  }

  .uui-blogsection12_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogsection12_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection12_arrow:hover {
    background-color: #cacaca;
  }

  .uui-blogsection12_arrow.left {
    right: 3.5rem;
  }

  .uui-button-7 {
    font-size: 1rem;
  }

  .uui-button-7:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-blogsection12_mask {
    width: 80%;
  }

  .uui-blogsection12_slide {
    padding-right: 1.5rem;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-space-xsmall-6 {
    min-height: .75rem;
  }

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-blogsection12_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection12_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection12_image-link:hover {
    box-shadow: none;
  }

  .uui-page-padding-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogsection12_heading {
    margin-right: 0;
  }

  .uui-blogsection04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-link-3 {
    font-size: 1rem;
  }

  .uui-button-link-3:hover {
    color: #6941c6;
  }

  .uui-blogsection04_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-space-small-6 {
    min-height: 1.25rem;
  }

  .uui-blogsection04_list-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-blogsection04_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blogsection04_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection04_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection04_heading {
    margin-right: 0;
  }

  .uui-blogsection04_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-button-wrapper-5.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-blogsection04_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-contact05_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-contact05_form-wrapper {
    margin-top: 2rem;
  }

  .uui-padding-vertical-xhuge-12 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .uui-contact07_map-wrapper-2 {
    height: 25rem;
    margin-top: 3rem;
  }

  .uui-contact07_content-right-2 {
    justify-content: flex-start;
  }

  .uui-heading-xxsmall-6 {
    font-size: 1.125rem;
  }

  .uui-padding-vertical-xhuge-13 {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .uui-contact07_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-contact07_contact-list-2 {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .image-7 {
    width: 30%;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-4 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-grid-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-36, .div-block-38 {
    flex-flow: column;
  }

  .footer-links-wrapper-2 {
    order: 1;
    align-self: center;
  }

  .footer-grid-3 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-grid-4 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-grid-5 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    place-items: start center;
  }

  .footer-grid-wrap-2 {
    grid-template-columns: .75fr;
  }

  .footer-grid-wrap-3 {
    grid-template-columns: .75fr;
    justify-content: start;
    max-width: none;
  }

  .footer-grid-wrap-3.text {
    align-items: stretch;
    max-width: none;
  }

  .logo-footer-4 {
    width: 7rem;
  }

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

  .div-block-48 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: space-between;
  }

  .div-block-50 {
    flex-flow: column;
    align-items: center;
  }

  .footer-grid-wrap-4 {
    grid-template-columns: .75fr;
    justify-content: start;
    align-self: stretch;
    max-width: none;
  }

  .footer-grid-wrap-4.text {
    align-items: stretch;
    max-width: none;
  }

  .footer-grid-wrap-4.partners, .footer-grid-wrap-4.contact {
    align-self: stretch;
  }

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

  .footer-links-wrapper-3 {
    order: 1;
    align-self: center;
  }

  .footer-links-wrapper-3._33 {
    align-self: flex-start;
  }

  .logo-footer-5 {
    width: 10rem;
  }

  .footer-link-7 {
    min-width: 15ch;
  }

  .div-block-53 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 2fr;
    justify-content: space-between;
  }

  .div-block-53._22 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-52 {
    flex-flow: column;
    align-items: center;
  }

  .form-block {
    align-self: stretch;
  }

  .form-4 {
    flex-flow: column;
  }

  .submit-button-3 {
    align-self: stretch;
  }

  .section-36 {
    min-height: auto;
  }

  .image-10 {
    width: 30%;
    min-width: 30px;
  }

  .image-11, .image-12 {
    width: 30%;
    min-width: auto;
  }

  .quick-stack-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .phase-cards-wrapper {
    margin-top: 6rem;
  }

  .header-2 {
    max-width: none;
  }

  .heading-36 {
    font-size: 6.5rem;
  }

  .phase-cards-grid {
    grid-template-columns: 1fr;
  }

  .heading-37 {
    font-size: 2.5rem;
  }

  .text-size-large-2 {
    font-size: 1.3rem;
  }

  .phase-cards {
    padding: 2.5rem 2rem;
  }

  .max-width-33ch {
    max-width: none;
  }

  .image-13 {
    object-fit: contain;
  }

  .about-features-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-features-image {
    object-fit: fill;
    height: auto;
    min-height: auto;
  }

  .text-size-large-3 {
    font-size: 1.3rem;
  }

  .cell-7 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .image-14 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .heading-39 {
    font-size: 40px;
  }

  .section-41 {
    background-image: linear-gradient(#0000007d, #0000007d), url('../images/16640-Photoroom.png'), linear-gradient(284deg, #000000a3 5%, #ffffff4f 52%, #00000080 96%);
    background-position: 0 0, 50% 0, 0 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-social-block-three {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form-input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
  }

  .footer-wrapper-three {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-container-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .footer-block-three {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 2.8rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .sticky-menu {
    width: 100%;
  }

  .heading-6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .style-guide-menu-wrapper {
    width: 100%;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .style-guide-component, .divider-line {
    width: 100%;
  }

  .faq-title-wrapper {
    padding-right: 3.5rem;
  }

  .faq-bottom-content {
    display: flex;
  }

  .button-submit-hover {
    width: 25rem;
    height: 25rem;
  }

  .not-fount-text-size {
    font-size: 7rem;
  }

  .divider-line-instructions {
    width: 100%;
  }

  .heading-2-instruction {
    font-size: 3rem;
    line-height: 1.1;
  }

  .double-button-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .hero-changelog-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-heading {
    font-size: 5rem;
    line-height: 1.1;
  }

  .style-guide-heading.mobile {
    font-size: 3rem;
  }

  .changelog-component {
    width: 100%;
  }

  .style-guide-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .heading-4 {
    font-size: 2.2rem;
  }

  .content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .products-wrapper {
    margin-top: 4rem;
  }

  .products-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .products-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .button-wrapper {
    align-self: auto;
  }

  .max-width-60ch-2 {
    max-width: none;
  }

  .form-wrapper, .form {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: #fff9;
  }

  .links-navbar {
    border-top-right-radius: 0;
    border-bottom-left-radius: .5rem;
  }

  .nav-menu {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .read-more-tag {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .credits-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: start;
  }

  .footer-heading {
    height: auto;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .footer-social-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 2rem;
  }

  .footer-text-size {
    font-size: 1.2rem;
  }

  .footer-text-size.text-weight-medium {
    align-self: stretch;
    min-width: auto;
    max-width: 100%;
  }

  .footer-text-size.text-weight-medium.play {
    align-self: flex-start;
  }

  .overlay-mobile {
    z-index: 2;
    background-image: linear-gradient(0deg, var(--color--background-color), #efefef00);
    height: 50vh;
    position: absolute;
    inset: auto 0% 0;
  }

  .heading-vw {
    font-size: 2.2rem;
  }

  .text-size-medium-2 {
    font-size: 1.125rem;
  }

  .modal-link {
    flex-flow: wrap;
  }

  .uui-heroheader03_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader03_image {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    height: 15rem;
  }

  .uui-header07_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader20_background {
    top: 42%;
  }

  .uui-heroheader20_lightbox {
    height: 15rem;
  }

  .submit-button-2 {
    justify-content: center;
    display: flex;
  }

  .submit-button-2._33.form.email {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .uui-signup-form_wrapper-2 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .container-21 {
    max-width: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-12 {
    align-self: stretch;
    max-width: none;
    max-height: none;
  }

  .button-5 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .slider-holder, .section-16 {
    height: auto;
  }

  .header-slider {
    height: 900px;
    min-height: auto;
  }

  .header, .header._22 {
    padding-top: 8rem;
  }

  .header._55._77 {
    height: 900px;
    padding-top: 6rem;
  }

  .header._55._77._2 {
    height: 900px;
    padding-bottom: 10px;
  }

  .header._55._77.first {
    height: 900px;
  }

  .header._55._66 {
    height: 850px;
    padding-top: 1rem;
  }

  .side-main {
    margin-top: 64px;
    padding-top: 0;
  }

  .side-3 {
    margin-bottom: 187px;
  }

  .side-3._2 {
    margin-bottom: 140px;
  }

  .paragraph-6, .paragraph-6._00 {
    font-size: .9rem;
  }

  .heading-16 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-16._00 {
    margin-top: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-16._33 {
    font-size: 20px;
  }

  .heading-17 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 40px;
  }

  .heading-17.coloured {
    font-size: 30px;
    line-height: 45px;
  }

  .side-5 {
    background-position: 50% 100%;
    height: 600px;
  }

  .side-5._2._4 {
    background-position: 0 100%;
  }

  .side-5._99 {
    background-position: 50% 0;
    height: 600px;
  }

  .side-5._99._2 {
    background-position: 50% 70%;
    height: 700px;
  }

  .side-5._11 {
    background-position: 50% 0;
  }

  .side-5._3.size {
    background-position: 30%;
    background-size: auto;
  }

  .section-17 {
    padding-left: 23px;
    padding-right: 23px;
  }

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

  .section-18 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-19, .heading-21 {
    font-size: 20px;
  }

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

  .section-21 {
    background-image: linear-gradient(#000000ad, #000000ad), url('../images/wems-1.png'), url('../images/360_F_556843786_CFAv2Zjmxi4w1NCnfQ8PHCiDgmBxregg.jpg');
    background-size: auto, cover, cover;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-23 {
    font-size: 20px;
  }

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

  .div-block-21 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
  }

  .section-23 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-25 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .section-26 {
    padding-left: 18px;
    padding-right: 18px;
    overflow: visible;
  }

  .div-block-25 {
    margin-top: 91px;
  }

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

  .image-6 {
    min-width: 220px;
  }

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

  .section-27 {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .section-28 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-28._2 {
    padding-left: 27px;
    padding-right: 27px;
  }

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

  .heading-30, .heading-30._2 {
    text-align: center;
    font-size: 18px;
  }

  .section-29 {
    padding: 30px;
  }

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

  .section-30 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .heading-32 {
    font-size: 25px;
  }

  .section-32 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-33 {
    font-size: 30px;
  }

  .paragraph-18 {
    text-align: left;
  }

  .bold-text-16, .bold-text-17 {
    font-size: 24px;
  }

  .section-34 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .heading-34 {
    font-size: 25px;
  }

  .field-label-2, .field-label-3, .field-label-4 {
    font-size: .7rem;
  }

  .text-block-21 {
    letter-spacing: 5px;
    line-height: 1.6;
  }

  .uui-blogsection12_mask {
    width: 95%;
  }

  .uui-contact05_component, .uui-contact07_component-2 {
    grid-template-columns: 1fr;
  }

  .uui-contact07_item-icon-wrapper-2 {
    margin-right: .8rem;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .image-7 {
    width: 30%;
  }

  .nav-menu-4 {
    flex-direction: column;
  }

  .slider {
    height: 850px;
  }

  .slide-3 {
    height: 900px;
  }

  .container-22 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: start;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-links-wrapper-2 {
    text-align: center;
  }

  .footer-grid-3, .footer-grid-4, .footer-grid-5 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    place-items: start;
  }

  .bold-text-30 {
    text-align: left;
    font-size: .8rem;
  }

  .footer-grid-wrap-3 {
    align-items: stretch;
  }

  .div-block-48 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .div-block-49 {
    align-self: stretch;
    max-width: 200px;
  }

  .footer-grid-wrap-4 {
    align-self: flex-start;
    align-items: stretch;
  }

  .footer-grid-wrap-4.text {
    align-self: center;
    align-items: flex-start;
  }

  .div-block-54 {
    align-self: stretch;
    max-width: 200px;
  }

  .footer-links-wrapper-3 {
    text-align: left;
    align-self: center;
    align-items: flex-start;
  }

  .footer-links-wrapper-3._33 {
    align-self: flex-start;
  }

  .div-block-53 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-content: stretch space-around;
  }

  .div-block-53._22 {
    grid-template-columns: 1fr;
  }

  .bold-text-31 {
    text-align: left;
    font-size: .8rem;
  }

  .form-block {
    align-self: stretch;
  }

  .form-4 {
    flex-flow: column;
  }

  .submit-button-3 {
    align-self: stretch;
  }

  .section-36 {
    min-height: auto;
  }

  .image-10, .image-11, .image-12 {
    width: 50%;
  }

  .quick-stack-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .read-more-tag-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    flex-flow: row;
    width: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .heading-36 {
    font-size: 5rem;
  }

  .heading-37 {
    font-size: 2.25rem;
  }

  .heading-37.text-weight-medium {
    font-size: 1.8rem;
  }

  .text-size-large-2 {
    font-size: 1.2rem;
  }

  .phase-cards {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-13 {
    object-fit: contain;
    border-radius: 15px;
  }

  .about-features-image {
    height: auto;
    min-height: auto;
  }

  .about-features-content {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-large-3 {
    font-size: 1.2rem;
  }

  .section-39 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .paragraph-21 {
    text-align: center;
    font-size: .8rem;
  }

  .heading-38 {
    color: var(--color--white);
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .cell-7 {
    color: var(--color--white);
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-31 {
    max-width: none;
  }

  .nav-menu-two {
    background-color: #000000e8;
    flex-direction: column;
  }

  .nav-link-5:hover {
    color: #fafafabf;
  }

  .menu-button-5.w--open {
    background-color: #33021380;
  }

  .image-15 {
    max-width: 40%;
  }

  .container-32 {
    padding-top: 20px;
  }

  .heading-39 {
    text-align: center;
    font-size: 30px;
  }

  .section-41 {
    background-image: linear-gradient(#00000094, #00000094), url('../images/16640-Photoroom.png'), linear-gradient(284deg, #000000a3 5%, #ffffff4f 52%, #00000080 96%);
    background-position: 0 0, 50% 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .paragraph-22 {
    text-align: center;
  }

  .footer-social-block-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: -7px;
    margin-right: 0;
    padding-left: 0;
  }

  .container-13 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-bottom-2 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form-input {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-wrapper-three {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-link-three {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-32 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-block-three {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-3 {
    color: var(--color--white);
  }
}

#w-node-b4a763db-08ad-81e4-8c24-c41a6f482951-db867ef6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_43e82770-d7cb-def2-5134-62b20d4f2c7e-db867ef6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_43e82770-d7cb-def2-5134-62b20d4f2c8a-db867ef6, #w-node-_43e82770-d7cb-def2-5134-62b20d4f2c93-db867ef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b84921cf-27e8-f403-bfb5-c8c03a923897-db867ef6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f1f364ab-63a1-b440-7faf-f551e6b6bdb2-db867ef6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_5977e479-1b79-c885-b4ed-5d59133843a7-db867ef6 {
  justify-self: stretch;
}

#w-node-bbb6ae76-1094-fa2a-2cbd-ed3712cb5c9a-db867ef6 {
  justify-self: auto;
}

#w-node-_27cdc4ca-a824-91eb-49eb-ab35f8054e02-7af34a0a, #w-node-bdc51d0e-da8c-85e8-0820-4fad353d80b5-7af34a13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31722aed-57cb-c123-9d65-6084d26078d8-c4b0d059, #w-node-_9b9c2bce-a47b-4d08-99f7-8d3859f65745-c4b0d059, #w-node-_0680704b-7784-9c14-b5f7-6ce6661bfe6d-47f1d017 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ff3fcc3c-194c-87f4-ab58-83dd611efc4a-2e5ffd09, #w-node-ff3fcc3c-194c-87f4-ab58-83dd611efc54-2e5ffd09 {
  align-self: start;
}

#w-node-c2d86ae5-c33d-7882-0214-389d17d63385-2e5ffd09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2d86ae5-c33d-7882-0214-389d17d63386-2e5ffd09 {
  justify-self: center;
}

#w-node-_9e8f45dc-1dde-9473-9602-cee655410000-92798a38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4fdd1437-8495-0af4-ee10-7eaedc4f5900-92798a38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_65e1a6f5-30a1-9851-cb09-5460e1992192-92798a38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_48b87533-cb19-6e12-3608-3d911fbc097c-92798a38, #w-node-f2d3b8a8-2254-bfc0-18ff-d9d3e0e92044-92798a38, #w-node-_9c58bd33-ab21-2055-2f94-4b4ea25330c6-92798a38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_43e82770-d7cb-def2-5134-62b20d4f2c7f-db867ef6 {
    justify-self: center;
  }

  #w-node-_43e82770-d7cb-def2-5134-62b20d4f2c99-db867ef6 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b4a763db-08ad-81e4-8c24-c41a6f482951-db867ef6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_43e82770-d7cb-def2-5134-62b20d4f2c7e-db867ef6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_43e82770-d7cb-def2-5134-62b20d4f2c80-db867ef6 {
    justify-self: auto;
  }

  #w-node-_31722aed-57cb-c123-9d65-6084d26078d8-c4b0d059, #w-node-_9b9c2bce-a47b-4d08-99f7-8d3859f65745-c4b0d059, #w-node-_65e1a6f5-30a1-9851-cb09-5460e1992192-92798a38, #w-node-_48b87533-cb19-6e12-3608-3d911fbc097c-92798a38 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_43e82770-d7cb-def2-5134-62b20d4f2c7e-db867ef6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0680704b-7784-9c14-b5f7-6ce6661bfe6d-47f1d017 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c2d86ae5-c33d-7882-0214-389d17d6338d-2e5ffd09 {
    order: -9999;
  }

  #w-node-_9e8f45dc-1dde-9473-9602-cee655410000-92798a38 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9e8f45dc-1dde-9473-9602-cee655410002-92798a38 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}