:root {
  --sitega-bg: #141414;
  --black: black;
  --nick-lewis-bg: #111;
  --white: white;
  --size: 0px;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

body {
  background-color: var(--sitega-bg);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

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

p {
  margin-bottom: 0;
  line-height: 1.8;
}

.sg_nav_component {
  z-index: 999;
  padding-top: 5rem;
  padding-bottom: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.sg_nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sg_nav-logo {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}

.sg_nav_menu-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.sg_nav_menu-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .3s;
}

.sg_nav_menu-link:hover {
  color: #9f9f9f;
}

.sg_header_component {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.0625rem;
  padding-bottom: 8rem;
  position: relative;
}

.sg_header_bg-container {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/1.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  width: 45rem;
  height: 47.5rem;
}

.sg_header_bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.sg_header_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sg_header_title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-span {
  position: relative;
  left: 9rem;
}

.sg_header_content-container {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  display: flex;
}

.sg_header_paragraph {
  text-indent: 5vw;
  width: 23.75rem;
  margin-bottom: 0;
}

.sg_cta-container {
  border: .0625rem solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sg_header_icn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.sg_header_icn.is-2 {
  color: #000;
  position: absolute;
}

.sg_header_icn.is-icn-2 {
  z-index: 1;
  color: var(--black);
  position: absolute;
}

.sg_about_component {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  max-width: 67.5rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sg_cta-bg {
  z-index: 0;
  transform-origin: 50% 100%;
  background-color: #fff;
  border-radius: 100%;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: -100% auto auto -50%;
}

.sg_about_grid {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  grid-template-rows: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.sg_about_content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.sg_about_title-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.sg_about-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.sg_about_subtitle {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 300;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sg_about_paragraph {
  text-indent: 5vw;
  width: 100%;
  margin-bottom: 0;
}

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

.sg_about_cta-title {
  text-transform: uppercase;
  font-size: 1.125rem;
}

.sg_about_img-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 20rem;
  height: 30rem;
  display: flex;
}

.sg_about_img {
  object-fit: cover;
  height: 90%;
}

.sg_about_features-wrapper {
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.sg_about_features-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 11rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.text-block {
  border-bottom: .0625rem solid #fff;
  font-size: 3.5rem;
  font-weight: 500;
}

.paragraph {
  color: #bababa;
  margin-bottom: 0;
}

.play-pause-button {
  width: 5rem;
  height: 5rem;
  padding: .3125rem;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.sg_services_section {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 2.125rem;
}

.sg_services_title-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.sg_services-title-copy {
  text-indent: 2.1875rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .625rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.sg_services_content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  display: flex;
}

.sg_services_content-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.sg_services_content-title {
  font-size: 1.375rem;
  font-weight: 500;
}

.sg_services_content-paragraph {
  color: #bababa;
  margin-bottom: 0;
  font-size: 1rem;
}

.sg_work_section {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}

.sg_work_container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

.sg_work_img-wrapper {
  background-image: url('../images/3.jpg');
  background-position: 50% 70%;
  background-size: auto;
  width: 100%;
  height: 72%;
}

.sg_work_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.sg_work_title-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 2rem;
  padding-bottom: 0;
  padding-left: 3rem;
  display: flex;
  position: relative;
}

.sg_work_subtitle {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 300;
  position: absolute;
  inset: 0% auto auto 3rem;
}

.sg_work_list-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: .0625rem solid #565656;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.sg_work_item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 500;
}

.sg_work_list-paragraph {
  color: #bababa;
  border-bottom-width: .0625rem;
  border-bottom-color: #565656;
  width: 18.125rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.sg_work_img {
  object-fit: cover;
  display: none;
}

.sg_work_list {
  flex-direction: column;
  display: flex;
}

.sg_prject_section {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 2rem;
  display: flex;
}

.sg_projects_title-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 2rem;
  padding-bottom: 0;
  padding-left: 3rem;
  display: flex;
  position: relative;
}

.sg_projects-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .625rem;
  padding-left: 2.1875rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.sg_project_container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.sg_projects_content-container {
  border-bottom: .0625rem solid #565656;
  grid-template-rows: auto;
  margin-top: .3125rem;
  padding-bottom: 1.25rem;
}

.sg_projects_content-container.is-3 {
  border-bottom-style: none;
}

.sg_project_img-wrapper {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
}

.sg_project_img-wrapper.is-2 {
  background-image: url('../images/5.jpg');
  position: static;
}

.sg_project_img-wrapper.is-3 {
  background-image: url('../images/6.jpg');
}

.sg_projects_content-wrapper {
  grid-column-gap: 7.8125rem;
  grid-row-gap: 7.8125rem;
  flex-direction: column;
  height: 25rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.sg_projects_content-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.sg_projects_cta-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sg_projects_content-title {
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 500;
}

.sg_cta_section {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5rem 4rem;
}

.sg_cta_content-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: .0625rem #565656;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  margin-top: .3125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.sg_cta_img-wrapper {
  background-image: linear-gradient(#0003, #0003), url('../images/3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  margin-left: 2rem;
  margin-right: 5rem;
}

.sg_cta_img-wrapper.is-2 {
  background-image: url('../images/5.jpg');
}

.sg_cta_img-wrapper.is-3 {
  background-image: url('../images/6.jpg');
}

.sg_cta_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 4rem;
  display: flex;
}

.sg_cta_label {
  border-bottom: .0625rem solid #565656;
  margin-bottom: .625rem;
  padding-bottom: .3125rem;
  font-weight: 300;
}

.text-field {
  background-color: #3d3d3d;
  border: .0625rem solid #565656;
}

.sg_cta_cta-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sg_cta_title-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.sg_cta-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: .625rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.sg_cta_subtitle {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 300;
  position: absolute;
  inset: 0% auto auto -3rem;
}

.sg_contact_section {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.sg_contact_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: .0625rem #565656;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.sg_contact_img-wrapper {
  background-image: linear-gradient(#0003, #0003), url('../images/7.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  margin-left: 2rem;
  margin-right: 5rem;
}

.sg_contact_img-wrapper.is-2 {
  background-image: url('../images/5.jpg');
}

.sg_contact_img-wrapper.is-3 {
  background-image: url('../images/6.jpg');
}

.sg_contatc_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  padding: 4rem 4rem 8rem 1rem;
  display: flex;
}

.sg_contact_list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.sg_contact_item {
  color: #bababa;
  padding-left: 1.25rem;
  font-size: .875rem;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 0;
}

.sg_footer_component {
  max-width: 67.5rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.75rem;
}

.sg_network-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sg_network-icon {
  background-color: #252525;
  border-radius: .3125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .3125rem;
  display: flex;
}

.sg_footer_container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr 1fr 1fr;
}

.sg_footer_block {
  padding-right: 4.5rem;
}

.sg_footer_block-title {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.paragraph-3 {
  color: #bababa;
  margin-top: 1rem;
  margin-bottom: 4.5rem;
  font-size: .875rem;
}

.text-field-2 {
  color: #bababa;
  background-color: #0000;
  border: .0625rem #000;
  border-bottom: .0625rem solid #565656;
  margin-bottom: 1.5rem;
  padding: 0 .375rem 0 0;
}

.sg_footer_menu-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.sg_footer_menu-link {
  color: #bababa;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.sg_footer_item-copy {
  color: #bababa;
  font-size: .875rem;
}

.paragraph-4 {
  margin-bottom: 1rem;
}

.background-video {
  height: 70vh;
}

.nl_navbar_component {
  padding: .5rem;
}

.nl_navbar_container {
  background-color: #292929;
  border: .0625rem solid #6d6d6d;
  border-radius: 62.4375rem;
  justify-content: space-between;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.nl_navbar_home-btn {
  color: #cbcbcb;
  background-color: #3f3f3f;
  border: .0625rem solid #6d6d6d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .25rem;
  text-decoration: none;
  display: flex;
}

.nl_navbar_nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nl_body {
  background-color: var(--nick-lewis-bg);
  color: #cbcbcb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.nl_navbar_home-btn-text {
  font-size: 1.5rem;
  display: none;
}

.nl_navbar_nav-menu-btn {
  border: .0625rem solid #6d6d6d;
  border-radius: 62.4375rem;
  padding: .5rem 1.125rem;
  font-size: .875rem;
  font-weight: 300;
}

.nl_hero_component {
  padding-left: .5rem;
  padding-right: .5rem;
}

.nl_hero_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
}

.nl_hero_col-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.nl_hero_about {
  background-image: linear-gradient(180deg, #292929, var(--nick-lewis-bg));
  border: .0625rem solid #6d6d6d;
  border-radius: 1.5rem;
  padding: 0;
}

.nl_hero_about-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 3rem 10.5rem 0 2rem;
  display: flex;
}

.nl_hero_about-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.nl_hero_about-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.nl_hero_about-description {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.8;
}

.nl_hero_about-link {
  color: #cbcbcb;
}

.nl_navbar_home-logo {
  filter: invert();
  width: 3rem;
  font-size: 1.5rem;
}

.nl_hero_features {
  border: .0625rem solid #6d6d6d;
  border-radius: 1.5rem;
  height: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.nl_hero_features-container {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 2rem 0;
  display: flex;
  position: relative;
}

.nl_hero_features-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.nl_hero_features-num {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

.nl_hero_features-description {
  font-size: .875rem;
  line-height: 1.8;
}

.nl_hero_features-num-wrapper {
  display: flex;
}

._1x1_medium {
  width: 2rem;
  height: 2rem;
}

._1x1_medium.is-green {
  color: #19a974;
}

._1x1_medium.is-footer {
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: .1rem 0 auto .1rem;
}

.nl_hero_features-bg {
  z-index: 0;
  filter: blur(1.25rem);
  background-color: #19a974;
  border-radius: 100%;
  width: 20rem;
  height: 15rem;
  position: absolute;
  inset: auto 0% -10rem 50%;
  transform: translate(-50%);
}

.nl_hero_services {
  border: .0625rem solid #6d6d6d;
  border-radius: 1.5rem;
  height: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.nl_hero_services-container {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 2rem 0;
  display: flex;
  position: relative;
}

.nl_hero_services-title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.nl_hero_services-description {
  font-size: 1rem;
  line-height: 1.8;
}

.nl_hero_project {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: .0625rem solid #6d6d6d;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 0;
  display: flex;
}

.nl_hero_project-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.nl_hero_project-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.nl_hero_project-img {
  border-top-left-radius: 1.5rem;
  width: 95%;
}

.nl_hero_project-img-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nl_hero_project-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 30rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 7.5rem;
  display: flex;
}

.nl_sct {
  margin-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

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

.nl_sct_carbon {
  color: #111;
  background-color: #ccc;
  border: .0625rem solid #6d6d6d;
  border-radius: 1.5rem;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.nl_sct_carbon-title {
  opacity: .72;
  color: #242424;
  max-width: 15rem;
  font-size: 1.875rem;
}

.nl_sct_carbon-container {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding: 3.5rem 3.8rem 1rem 2rem;
  display: flex;
  position: relative;
}

.nl_sct_carbon-paragraph {
  opacity: .7;
  color: #242424;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.8;
}

.nl_sct_carbon-bg {
  z-index: 0;
  filter: blur(2.5rem);
  background-color: #2a53cc;
  border-radius: 100%;
  width: 25rem;
  height: 25rem;
  position: absolute;
  inset: -16.2rem -14.7rem auto auto;
}

.nl_sct_carbon-bg.is-2 {
  background-color: #87c9e7;
  width: 15rem;
  height: 15rem;
  top: -11.6rem;
  right: 5.7rem;
}

.nl_sct_trust {
  border: .0625rem solid #6d6d6d;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.nl_sct_trust-title {
  width: 10rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.nl_sct_trust-container {
  padding-left: 1.5rem;
}

.nl_sct_trust-badge-wrapper {
  display: none;
}

.nl_sct_trust-badge-container {
  flex-flow: row;
  width: 1000%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.nl_sct_trust-badge {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 50%;
  display: flex;
}

.nl_sct_post {
  border: 0 #6d6d6d;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  position: relative;
}

.nl_sct_post-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nl_sct_post-btn {
  border: .0625rem solid #cbcbcb;
  border-radius: 62.4375rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  display: inline-block;
}

.nl_sct_post-style {
  z-index: 1;
  background-color: #2a53cc;
  border-radius: 0 0 0 1.5rem;
  width: 80%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto 20%;
  transform: rotate(0);
}

.nl_sct_post-style.is-2 {
  z-index: 1;
  background-color: #2a53cc;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 0;
  width: 30%;
  left: 0%;
}

.nl_sct_post-style.is-1 {
  border-radius: 1.5rem;
  width: 50%;
  top: 4.5rem;
  left: 3.4875rem;
  transform: rotate(53deg);
}

.nl_sct_post-wrapper {
  background-color: #2a53cc;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 94%;
  padding: 1rem 1.5rem;
  display: flex;
}

.nl_post-style-wrapper {
  height: 6%;
  position: relative;
  overflow: hidden;
}

.nl_footer {
  padding: 6rem 3rem 8rem;
}

.nl_footer_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.nl_footer_card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.nl_footer_card-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.nl_footer_card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}

.nl_footer_card-link-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #cbcbcb;
  flex-flow: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nl_footer_card-link {
  color: #cbcbcb;
  font-size: .875rem;
  text-decoration: none;
}

.nl_footer_card-link.is-underline {
  text-decoration: underline;
}

.nl_footer_card-social-link-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #cbcbcb;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nl_footer_card-social-link-container:hover {
  color: #676767;
}

.nl_footer_card-badge-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #cbcbcb;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  text-decoration: none;
  display: grid;
}

.nl_footer_badge-img {
  width: 3.5rem;
  height: 3.5rem;
}

.nl_footer_badge-img.is-4 {
  width: 100%;
}

.nl_footer_badge-img.is-3 {
  object-fit: contain;
}

.nl_footer_text {
  align-items: flex-end;
  display: flex;
}

.nl_footer_animation-container {
  position: relative;
}

.nl_footer_poteau-img {
  filter: invert();
  width: 1.5rem;
  height: 2rem;
}

.nl_footer_card-social-text {
  font-size: .875rem;
  text-decoration: none;
}

.nl_footer_card-social-text.is-underline {
  text-decoration: underline;
}

.nl_sct_post-title {
  font-size: 1.875rem;
}

.hy_navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  inset: 0% 0% auto;
}

.hy_navbar_container {
  justify-content: space-between;
  align-items: center;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

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

.hy_navbar_btn-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.hy_navbar_logo {
  filter: invert();
  width: 4rem;
}

.hy_navbar_menu-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hy_navbar_menu-content {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s;
}

.hy_navbar_menu-content:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(269deg, #8e39c5, #fe00ae);
  -webkit-background-clip: text;
  background-clip: text;
}

.spacer_xsmall {
  padding-top: .5rem;
}

.hy_navbar_menu-underline {
  background-color: #fe00ae;
  width: 50%;
  height: .125rem;
}

.hy_navbar_btn-container {
  position: relative;
}

.hy_navbar_btn {
  z-index: 1;
  background-color: #0000;
  border: 2px solid #fe00ae;
  border-radius: .5rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 600;
  transition: all .2s;
  position: relative;
}

.hy_navbar_btn:hover {
  background-image: linear-gradient(266deg, #8e39c5, #fe00ae);
}

.hy_navbar_language-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hy_navbar_btn-borders {
  background-image: linear-gradient(269deg, #8e39c5, #fe00ae);
  display: none;
  position: absolute;
  inset: 0%;
}

.hy_navbar_flag {
  border-radius: .1875rem;
  width: 2rem;
}

.hy_navbar_language-text {
  color: #fff;
  text-decoration: none;
}

.hy_hero_component {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer_medium {
  width: 100%;
  padding-top: 3rem;
}

.hy_hero_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: flex;
}

.hy_hero_title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 4rem;
  line-height: 1;
}

.hy_hero_paragraph {
  text-align: center;
  margin-bottom: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  font-family: Inconsolata, monospace;
  font-size: 1.5rem;
}

.hy_btn {
  z-index: 1;
  background-color: #0000;
  border: 2px solid #fe00ae;
  border-radius: .5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.hy_btn:hover {
  background-image: linear-gradient(258deg, #8e39c5, #fe00ae);
}

.hy_marquee_componenet {
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.hy_marquee_title {
  color: #8f8d8d;
  text-align: center;
  font-size: .75rem;
}

.hy_marquee-wrapper {
  justify-content: flex-start;
  width: 200%;
  display: flex;
}

.hy_marquee-container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.hy_marquee-container.is-hyre {
  justify-content: space-around;
  align-items: center;
}

.hy_marquee_img {
  width: 6rem;
}

.hy_how_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
  position: relative;
}

.hy_how_container {
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.hy_how_content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hy_how_content-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(280deg, #8e39c5, #fe00ae);
  -webkit-background-clip: text;
  background-clip: text;
}

.hy_how_content-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.hy_how_content-paragraph {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.8;
}

.spacer_small {
  width: 100%;
  padding-top: 1rem;
}

.hy_how_argue-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.spacer_xhuge {
  width: 100%;
  padding-top: 6rem;
}

.hy_how_argue-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #201c4369;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
}

.hy_how_argue-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.hy_how_argue-paragraph {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.hy_client_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.hy_client_container {
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.hy_client_content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hy_client_content-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 4rem;
  line-height: 1.2;
}

.hy_client_content-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.8;
}

.hy_client_card-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.hy_client_card-header-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.hy_client_card-header-text {
  font-size: .875rem;
  font-weight: 500;
}

.hy_client_card-header-img {
  width: 4rem;
}

.hy_services_component {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.hy_services_container {
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.hy_services_card {
  flex-flow: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.hy_services_card-header {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.hy_services_card-header-line {
  background-image: linear-gradient(#8e39c5, #fe00ae);
  width: .5rem;
}

.hy_services_card-header-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
}

.hy_services_card-text {
  padding-left: 1.75rem;
  font-size: 1.25rem;
}

.hy_services_card-link-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  align-items: flex-start;
  padding-left: 1.75rem;
  transition: color .2s;
  display: flex;
}

.hy_services_card-link-container:hover {
  color: #fe00ae;
}

.hy_services_card-link {
  font-size: 1.25rem;
  font-weight: 800;
}

._1x1_small {
  width: 1.5rem;
  height: 1.5rem;
}

.spacer_xmedium {
  width: 100%;
  padding-top: 2rem;
}

.hy_process_component {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.hy_process_card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.hy_study_component {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.hy_study_container {
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.hy_study_content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45rem;
  display: flex;
}

.hy_study_content-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.hy_cta_component {
  background-image: url('../images/icon-double.png'), url('../images/lines.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.hy_cta_title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1;
}

.hy_cta_paragraph {
  text-align: center;
  margin-bottom: 0;
  padding-left: 9rem;
  padding-right: 9rem;
  font-family: Inconsolata, monospace;
  font-size: 1.5rem;
}

.hy_footer {
  padding: 3rem 4rem;
}

.hy_footer_component {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.hy_footer_container {
  border-bottom: .0625rem solid #7a7a7a;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  display: flex;
}

.hy_footer_link-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.hy_footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hy_footer_menu-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hy_footer_separator {
  filter: invert();
}

.hy_footer_rights-text {
  color: #6a6a6a;
  font-size: .875rem;
}

.margin-xhuge {
  margin: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.form_input {
  background-color: #0000;
  border: .0625rem solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.is-select-input {
  color: #222;
}

.background-color-tertiary {
  background-color: #dd23bb;
}

.margin-0 {
  margin: 0;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.padding-0 {
  padding: 0;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.text-align-right {
  text-align: right;
}

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

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

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide_item-header {
  border-bottom: .0625rem solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide_background {
  border: .0625rem solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-small {
  margin: 1rem;
}

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

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.pointer-events-none {
  pointer-events: none;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: .0625rem dashed #2d40ea;
  width: 100%;
  position: relative;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-align-center.is-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-small {
  padding: 1rem;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-color-secondary {
  color: #222;
}

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

.margin-xsmall {
  margin: .5rem;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.pointer-events-auto {
  pointer-events: auto;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: .125rem solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: .0625rem solid #222;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-align-left {
  text-align: left;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.background-color-alternate {
  background-color: #fff;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.form_component {
  margin-bottom: 0;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.align-center {
  justify-content: center;
  align-items: center;
}

.margin-tiny {
  margin: .125rem;
}

.spacer-large {
  padding-top: 3rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: .0625rem dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.nav_logo {
  width: 10rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.background-color-primary {
  color: #fff;
  background-color: #000;
}

.text-color-alternate {
  color: #fff;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.nav_button {
  padding: 1rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

.background-color-secondary {
  background-color: #2d62ff;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.hy_bg_component {
  position: absolute;
}

.hy_bg_component.is-1 {
  z-index: -1;
  filter: blur(80px);
  background-color: #fe00ae;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  inset: 7% auto auto -5%;
}

.hy_bg_component.is-2 {
  z-index: -1;
  filter: blur(100px);
  background-color: #fe00ae;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  inset: 14% -9% auto auto;
}

.hy_bg_component.is-3 {
  z-index: -1;
  filter: blur(100px);
  background-color: #2b255a;
  border-radius: 100%;
  width: 25rem;
  height: 25rem;
  inset: 27rem auto auto -5%;
}

.hy_bg_component.is-4, .hy_bg_component.is-5 {
  z-index: -1;
  filter: blur(100px);
  background-color: #2b255a;
  border-radius: 100%;
  width: 25rem;
  height: 25rem;
  inset: auto -7.6rem 5rem auto;
}

.hy_bg_component.is-6 {
  z-index: -1;
  filter: blur(100px);
  background-color: #2b255a;
  border-radius: 100%;
  width: 25rem;
  height: 25rem;
  inset: 0 auto auto 10rem;
}

.hy_body {
  background-color: #0e0f1e;
}

.hy_bg_icon {
  z-index: -1;
  position: absolute;
}

.hy_bg_icon.is-1 {
  z-index: -1;
  width: 8rem;
  inset: 12rem 0% auto 8rem;
}

.hy_bg_icon.is-2 {
  width: 15rem;
  inset: 15.8rem -3.3rem auto auto;
}

.hy_bg_icon.is-3 {
  top: 16.2rem;
  bottom: auto;
  left: 21.1rem;
}

.hy_bg_icon.is-4 {
  width: 5rem;
  top: 26.6rem;
  bottom: auto;
  right: 6.6rem;
}

.hy_bg_icon.is-5 {
  width: 10rem;
  top: 37.3rem;
  bottom: auto;
  left: 13rem;
}

.hy_bg_icon.is-6 {
  width: 5rem;
  top: 48.3rem;
  bottom: auto;
  left: 20rem;
}

.hy_bg_icon.is-7 {
  width: 5rem;
  top: 55.7rem;
  bottom: auto;
  left: 35.4rem;
}

.hy_bg_icon.is-8 {
  width: 8rem;
  top: 57.3rem;
  bottom: auto;
  left: 51.2rem;
}

.hy_bg_icon.is-9 {
  top: 1.5rem;
  bottom: auto;
  left: 11.8rem;
}

.hy_bg_icon.is-10 {
  top: 15.9rem;
  bottom: auto;
  right: 10rem;
}

.hy_bg_icon.is-11 {
  width: 10rem;
  top: 50.6rem;
  bottom: auto;
  right: 52.1rem;
}

.hy_bg_icon.is-12 {
  width: 7rem;
  top: 14.8rem;
  bottom: auto;
  right: 5.4rem;
}

.hy_bg_icon.is-13 {
  width: 15rem;
  top: 7.2rem;
  bottom: auto;
  right: 3.1rem;
}

.hy_marquee_blur {
  filter: blur(20px);
  background-color: #2b255a;
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: -64% auto 0% -8%;
}

.div-block-2 {
  z-index: 1000000;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.dkm_navbar {
  z-index: 999;
  color: #000;
  background-color: #fff0;
  padding: 1rem;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.dkm_navbar_container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.dkm_navbar_logo-container {
  margin-left: 15rem;
}

.dkm_navbar_btn_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  right: 10rem;
}

.dkm_btn {
  background-color: #67e30d;
  border-radius: 5px;
  padding: 1rem;
  font-family: Lato, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
}

.dkm_btn.is-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--white);
  color: #000;
  border: 1px solid #b0afaf;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: flex;
}

.dkm_logo {
  width: 7rem;
}

.dkm_navbar_btn-icn {
  color: #67e30d;
  width: 1.5rem;
}

.dkm_navbar_menu-btn-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  width: 1.5rem;
  display: flex;
}

.dkm_navbar_menu-btn-line {
  background-color: var(--black);
  width: 100%;
  height: 1.5px;
}

.dkm_navbar_menu-btn-line.is-3 {
  width: 50%;
}

.dkm_navbar_bg {
  background-color: var(--white);
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  width: 140%;
  height: 180%;
  position: absolute;
  inset: -80% 0% 0% -20%;
}

.dkm_slider {
  background-color: #0000;
  max-width: 64rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  overflow: hidden;
}

.dkm_slider-mask {
  width: 16rem;
  overflow: visible;
}

.dkm_slider-slide {
  width: 16rem;
  padding: .5rem;
}

.dkm_slider_card {
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  height: 20rem;
  display: flex;
  overflow: hidden;
}

.dkm_slider_card-img-wrapper {
  height: 70%;
}

.dkm_slider_card-content-wrapper {
  background-color: var(--white);
  color: var(--black);
  height: 30%;
  padding: .75rem;
  font-size: 1.125rem;
  font-weight: 600;
}

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

.dkm_slider_nav {
  display: none;
}

.dkm_slider_left-arrow {
  left: 45%;
  transform: translate(-50%);
}

.dkm_slider_right-arrow {
  color: #e2e1e1;
  border: 1px solid #9c9494;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: .1rem;
  display: flex;
  right: 45%;
  transform: translate(50%);
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  position: static;
}

.dkm_slider_arrow {
  color: #e2e1e1;
  border: 1px solid #9c9494;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: .1rem;
  display: flex;
  right: 45%;
  transform: translate(50%);
}

.dkm_slider_arrow.is-left {
  left: 45%;
  right: auto;
  transform: translate(-50%);
}

.movies_page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.movies_section {
  min-height: 100vh;
  display: flex;
}

.slider-gallery_component {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.slider-bg_component {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper.is-slider-bg, .swiper.is-slider-titles {
  width: 100%;
  height: 100%;
}

.swiper.is-slider-thumbs {
  width: 100%;
  overflow: visible;
}

.swiper-wrapper.is-slider-titles {
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper-wrapper.is-slider-thumbs {
  display: flex;
}

.swiper-slide.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper-slide.is-slider-titles {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 4%;
  display: flex;
}

.swiper-slide.is-slider-thumbs {
  flex: none;
  width: 100%;
  padding-right: .5em;
}

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

.slider-titles_component {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-titles_heading {
  color: #0000;
  letter-spacing: -.04em;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  white-space: nowrap;
  word-break: normal;
  font-family: Allroundergrotesktest, sans-serif;
  font-size: 10em;
  font-weight: 500;
  line-height: .8;
}

.slider-gallery_bottom-wrapper {
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3em;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.slider-gallery_button-wrapper {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.slider-gallery_button {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.13em;
  height: 4.13em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-gallery_button:hover {
  background-color: var(--white);
  color: var(--black);
}

.slider-gallery_button-icon {
  width: 40%;
  height: 40%;
}

.slider-gallery_button-icon.is-reverse {
  transform: rotate(180deg);
}

.movies_body {
  font-size: 1em;
}

.slider-gallery_numbers {
  z-index: 1;
  letter-spacing: .04em;
  font-size: 1.38em;
  line-height: 1;
  position: relative;
}

.slider-thumbs_component {
  width: 40%;
}

.slider-thumbs_wrap {
  width: 25%;
}

.slider-thumbs_height {
  padding-top: 62%;
  position: relative;
}

.slider-thumbs_img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-thumbs_overflow {
  overflow: hidden;
}

.seed_body {
  background-color: var(--white);
  color: #000;
}

.sct_seed-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 4rem 2rem;
  display: flex;
}

.seed-nav_component {
  z-index: 999;
  padding: .5rem 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.seed-nav_container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 3rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
}

.seed-nav_logo-img {
  width: 12rem;
}

.seed-nav_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.seed-nav_btn-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.seed_nav_btn-icn-wrapper {
  color: #fff;
  background-color: #054b81;
  border-radius: 100%;
  padding: .2rem;
  position: relative;
}

.seed_nav_btn-icn-wrapper.is-large {
  padding: .5rem;
}

.seed_nav_btn-icn-wrapper.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.seed_nav_btn-icn-wrapper.is-orange {
  color: #000;
  background-color: #ff7433;
}

.seed_button {
  color: #fff;
  text-align: center;
  background-color: #054b81;
  border-radius: 999rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.seed_button.is-text {
  color: #000;
  background-color: #0000;
  border: .125rem solid #0000;
}

.seed_button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.seed_button.is-large {
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

.seed_button.is-secondary {
  color: #000;
  background-color: #0000;
  border: .0625rem solid #222;
}

.seed_button.is-small {
  padding: .5rem 1.25rem;
}

.seed_button.is-orange {
  color: #000;
  background-color: #ff7433;
  font-weight: 700;
}

.seed-nav_mega-menu {
  flex: 1;
}

.seed-nav_mega-menu-toogle {
  padding: 0;
  overflow: hidden;
}

.seed-nav_mega-menu-list.w--open {
  background-color: #0000;
  left: -18rem;
}

.seed-nav_mega-menu-underline {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.seed-nav_mega-menu-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.seed-nav_mega-menu-col {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.seed-nav_mega-menu-col.is-left {
  border-right: .5px solid #acacac;
}

.seed-nav_mega-menu-link-card {
  color: #000;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.seed-nav_mega-menu-link-card:hover {
  background-color: #ecf9ff;
}

.seed-nav_mega-menu-link-card.is-abb:hover {
  background-color: #e3fd8f;
}

.seed-nav_mega-menu-col-container {
  background-color: #ecf9ff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.seed-nav_mega-menu-img {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 60%;
}

.seed-nav_mega-menu-list-container {
  background-color: var(--white);
  border-radius: 1rem;
  min-width: 40rem;
  margin-top: 3rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 9px 4px #0003;
}

.seed-header_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.seed-header_grid.bento-wrapper {
  flex: 1;
  grid-template-rows: auto auto;
}

.seed-header_h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
  line-height: .9;
}

.seed-header_p {
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 600;
}

.seed-header_main-img-wrapper {
  background-image: url('../images/main-page-2.max-1600x800.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.seed-header_main-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.seed-hearder_card {
  background-image: url('../images/programs-header.min-1920x550.max-1600x800.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.seed-hearder_card.is-3 {
  background-color: #054b81;
  background-image: none;
}

.seed-hearder_card.is-2 {
  background-color: #ff7433;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: static;
}

.seed-header_card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
}

.sct_seed-purpose {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.seed-purpose_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.seed-purpose_title-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.seed-puropose_title-icn {
  background-color: var(--black);
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
  margin-bottom: .3rem;
}

.seed-purpose_content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.seed-purpose_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.seed-purpose_paragraph {
  text-align: right;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}

.sct_seed-marquee {
  overflow: hidden;
}

.seed-marquee_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.seed-marquee_wrapper {
  width: 300%;
  display: flex;
}

.seed-marquee_container {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.seed-marquee_img {
  width: 12rem;
}

.sct_seed-portfolio {
  max-width: 80rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.seed-portfolio_container {
  position: relative;
}

.seed-portfolio_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.seed-portfolio_card {
  cursor: none;
  position: relative;
}

.seed-portfolio_card.is-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.seed-portfolio_card-img-wrapper {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  max-height: 30rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.seed-portfolio_card-img-wrapper.is-review {
  flex: 1;
  height: 18rem;
  min-height: auto;
  max-height: none;
}

.seed-portfolio_card-img {
  object-fit: cover;
  width: 100%;
}

.seed-portfolio_card-note {
  background-color: var(--black);
  color: var(--white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  display: flex;
  position: relative;
}

.seed-portfolio_card-note-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 2rem;
}

.seed-portfolio_title {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.seed-portfolio_title-header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.seed-portfolio_btn-wrapper {
  z-index: 1;
  color: #fff;
  background-color: #054b81;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  padding: .2rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.seed-portfolio_btn-wrapper.is-large {
  padding: .5rem;
}

.seed-portfolio_btn-wrapper.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.seed-porfolio_btn-icn {
  width: 4rem;
}

.sct_seed-services {
  background-color: var(--black);
  color: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 0;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.seed-services_header-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.seed-services_title-header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.seed-services_title-icn-copy {
  background-color: var(--white);
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
  margin-top: .5rem;
}

.seed-services_component {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 4rem 8rem;
}

.seed-services_card-grid {
  grid-template-columns: 2fr 1fr;
}

.seed-services_card {
  position: relative;
}

.seed-services_card-header-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.seed-services_card-title-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.seed-services_card-num-wrapper {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.seed-services_card-num-left.is-n-2 {
  position: absolute;
  top: 100%;
}

.seed-services_card-num-block {
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
}

.seed-services_card-num-right.is-n-2 {
  position: absolute;
  top: -100%;
}

.seed-services_card-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.seed-services_card-text-left {
  font-size: 2rem;
}

.seed-services_card-text-left.is-n-2 {
  position: absolute;
  top: 100%;
}

.seed-services_card-text-right {
  font-size: 2rem;
}

.seed-services_card-text-right.is-n-2 {
  position: absolute;
  top: -100%;
}

.seed-services_card-icn-wrapper {
  justify-content: center;
  align-items: center;
  width: 5rem;
  display: flex;
  position: relative;
}

.seed-services_card-icn-line {
  background-color: var(--white);
  width: 2rem;
  height: 1px;
}

.seed-services_card-icn-line.is-v {
  width: 1px;
  height: 1.5rem;
}

.seed-services_card-icn-line.is-h {
  width: 1.5rem;
  position: absolute;
}

.seed-services_card-description {
  overflow: hidden;
}

.seed-services_card-separation {
  background-color: #ffffff42;
  width: 100%;
  height: 2px;
  position: absolute;
}

.seed-services_card-separation.is-fill {
  background-color: #fff;
}

.seed-reviews_component {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.seed-reviews_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.seed-reviews_card {
  background-image: url('../images/programs-header.min-1920x550.max-1600x800.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.seed-reviews_card.is-3 {
  background-color: #054b81;
  background-image: none;
}

.seed-reviews_card.is-2 {
  background-color: #ff7433;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}

.seed-reviews_card.is-card-2 {
  background-color: #ff7433;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
}

.seed-footer {
  min-height: 100vh;
  padding: 4rem;
}

.seed-footer_component {
  background-color: var(--black);
  color: var(--white);
  border-radius: 2rem;
  padding: 4rem 2rem;
}

.seed-footer_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.seed-footer_info-wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.seed-footer_info-link-wrapper {
  overflow: hidden;
}

.seed-footer_info-link-line-wrapper {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.seed-footer_socials-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.seed-footer_socials-icn {
  width: 2rem;
  height: 2rem;
  transition: opacity .2s;
}

.seed-footer_socials-icn:hover {
  color: #ff7433;
}

.seed-footer_socials-icn.is-green {
  color: #19a974;
}

.seed-footer_socials-icn.is-footer {
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: .1rem 0 auto .1rem;
}

.seed-footer_rights-container {
  justify-content: space-between;
  display: flex;
}

.seed-cta {
  display: none;
}

.seed-cta_component {
  background-image: url('../images/alisee-video.max-700x500.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  max-width: 64rem;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.seed-cta_container {
  width: 100%;
  height: 100%;
  padding: 2rem;
}

.seed-cta_title-wrapper {
  background-color: #ff7433;
  border-radius: 2rem;
  width: 35rem;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  top: 3rem;
}

.seed-services_header-col {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.abb_body {
  color: var(--black);
  background-color: #fdffed;
}

.abb-nav {
  z-index: 999;
  background-color: #fdffed;
  position: fixed;
  inset: 0% 0% auto;
}

.abb-nav_component {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
}

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

.abb-nav_brand-wrapper {
  align-items: center;
  display: flex;
}

.abb-nav_col-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.abb-nav_btn-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.abb-nav_brand-logo-container {
  border-right: 1px solid #000;
  width: 3.5rem;
  padding-right: .5rem;
}

.abb-nav_brand-text-container {
  width: 14rem;
  padding-left: .5rem;
}

.abb_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1.5rem;
  font-weight: 600;
}

.abb_button.is-text {
  color: #000;
  background-color: #0000;
  border: .125rem solid #0000;
}

.abb_button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.abb_button.is-large {
  padding: 1rem 2rem;
}

.abb_button.is-secondary {
  color: #000;
  background-color: #e7e7e7;
  border: .0625rem solid #222;
}

.abb_button.is-small {
  padding: .5rem 1.25rem;
}

.abb-nav_language-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.abb-nav_language-text.is-text-2, .is-2 {
  position: absolute;
  top: 100%;
}

.abb-nav_mega-menu-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.abb-nav_mega-menu-list {
  background-color: #0000;
}

.abb-nav_mega-menu-list.w--open {
  left: -18rem;
}

.abb-nav_mega-menu-icn {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.section_abb-hero {
  min-height: 100vh;
}

.abb-hero_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

.abb-hero_title-container.text-align-center {
  padding-left: 4rem;
  padding-right: 4rem;
}

.abb-hero_content-col-left {
  z-index: 0;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.abb-hero_rate-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fdffed;
  border: 1px solid #e7e7e7;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 0 0 auto;
}

.abb-hero_rate-card.is-card-1 {
  z-index: 0;
}

.abb-hero_rate-card.is-card-2 {
  z-index: 1;
  top: 3rem;
}

.abb-hero_rate-card.is-card-3 {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  top: 6rem;
}

.abb-hero_rate-card.is-card-4 {
  z-index: 3;
  top: 9rem;
}

.abb-hero_rate-card.is-card-5 {
  z-index: 4;
  top: 9rem;
}

.abb-hero_rate-card.is-card-6 {
  z-index: 6;
  top: 9rem;
}

.abb-hero_rate-card.is-card-7 {
  z-index: 7;
  top: 9rem;
}

.abb-hero_rate-card.is-card-8 {
  z-index: 8;
  top: 9rem;
}

.abb-hero_rate-card-num-container {
  background-color: #e7e7e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .5rem;
  display: flex;
}

.abb-hero_rate-card-num-container.is-card-3 {
  color: var(--black);
  background-color: #e3fd8f;
}

.abb-hero_col-right {
  background-color: #e7e7e7;
  border-radius: 2rem;
  height: 80%;
}

.abb-hero_col-right-container {
  background-color: var(--black);
  color: var(--white);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  transition: none;
  display: flex;
  transform: none;
}

.abb-hero_clients-img-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  position: relative;
}

.abb-hero_clients-img-container {
  background-color: #fdffed;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  padding: .25rem;
  overflow: hidden;
}

.abb-hero_clients-img-container.is-1 {
  position: relative;
  right: -10%;
}

.abb-hero_clients-img-container.is-2 {
  position: relative;
  top: auto;
}

.abb-hero_clients-img-container.is-3 {
  color: var(--black);
  background-color: #e3fd8f;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
  position: relative;
  left: -10%;
}

.abb-hero_clients-img {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.abb-hero_services-card-wrapper {
  z-index: 1;
  border-radius: 1.5rem;
  height: 20rem;
  margin-top: -7rem;
  padding-top: 7rem;
  position: relative;
  overflow: hidden;
}

.abb-hero_services-card-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #e3fd8f;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 9rem;
  padding: 1rem;
  font-size: .85rem;
  display: flex;
}

.abb-hero_services-card-container.is-1 {
  z-index: 1;
  position: relative;
}

.abb-hero_services-card-container.is-2 {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  position: absolute;
  top: 10.5rem;
}

.abb-hero_services-card-container.is-3 {
  z-index: 2;
  background-color: #a5a394;
  position: absolute;
  top: 14rem;
}

.abb-hero_services-card-container.is-4 {
  z-index: 3;
  background-color: #e7e7e7;
  display: flex;
  position: absolute;
  top: 16.5rem;
}

.abb-hero_advantage-card {
  background-color: var(--black);
  color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.abb-hero_advantage-card-icn-container {
  background-color: #a5a394;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
}

.abb-hero_learn-card {
  color: var(--black);
  background-color: #a5a394;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.abb-nav_mega-menu-list-container {
  background-color: var(--white);
  border-radius: 1rem;
  min-width: 40rem;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 9px 4px #0003;
}

.abb-nav_mega-menu-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.abb-nav_mega-menu-col {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.abb-nav_mega-menu-col.is-left {
  border-right: .5px solid #acacac;
}

.nana_body {
  color: var(--black);
  background-color: #fefef6;
}

.nana-nav {
  position: fixed;
  inset: 0% 0% auto;
}

.nana-nav_component {
  padding: 1rem 2.5rem;
}

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

.nana-nav_logo-wrapper {
  width: 8rem;
}

.nana-nav_menu-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nana-nav_btn-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nana-nav_menu-link-container {
  color: var(--black);
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

.nana-nav_menu-icn-wrapper {
  background-color: var(--nick-lewis-bg);
  border-radius: 100%;
  width: .4rem;
  height: .4rem;
  position: relative;
}

.nana-nav_btn-container {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .3rem;
  display: flex;
}

.nana-nav_btn-container.is-cart-btn {
  background-color: var(--black);
  color: var(--white);
}

.nana-hero_container {
  grid-template-rows: auto;
}

.nana-hero_col-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: url('../images/nanawax-2-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  min-height: 80vh;
  padding: 1rem;
  display: flex;
}

.nana-hero_col-left-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nana-hero_col-left-header-text-container {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  border: 1px solid #fefef6;
  border-radius: 999px;
  padding: .85rem;
  font-weight: 600;
}

.nana-hero_col-left-foot {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fefef6;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #fefef6;
}

.nana_button {
  background-color: var(--black);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: 15rem;
  padding: .25rem 1rem;
  display: flex;
}

.nan-hero_col-right {
  height: 80vh;
  min-height: 80vh;
}

.nana-hero_col-right-grid {
  grid-template-rows: 1fr .25fr;
  height: 100%;
}

.nana-hero_card-1 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(224deg, #eacaa3 62%, #eacaa3);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.nana-hero_card-1-foot {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.nana_card-button {
  color: var(--white);
  background-color: #5a3322;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: 15rem;
  padding: .25rem .5rem .25rem 1rem;
  display: flex;
}

.nana_card-button.is-card-2 {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
}

.nana_card-button-icn-container {
  color: var(--black);
  background-color: #fefef6;
  border-radius: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 2.25rem;
  height: 2.25rem;
  padding: .2rem;
  display: flex;
}

.nana_card-button-icn-container.is-card-2 {
  background-color: var(--black);
  color: #fefef6;
  padding: .5rem;
}

.nana-hero_card-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--black);
  color: #fefef6;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.nana-hero_card-bottom.is-card-2 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/Maillot-wax-pagnific-swimwear-africanprint-exotica4-1024x683.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.nana-hero_card-bottom-header-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 2rem;
  font-family: Inconsolata, monospace;
  font-size: 1.75rem;
  display: flex;
}

.nana-hero_card-bottom-header-container.is-card-2 {
  font-size: 1rem;
}

.nana-hero_card-bottom_text-line {
  background-color: #fefef680;
  width: 10rem;
  height: 1px;
}

.nana-hero_card-bottom-foot {
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  font-weight: 700;
}

.text-block-9 {
  margin-left: 4rem;
}

.nana-hero_card-lottie-circle {
  width: 15rem;
  position: absolute;
  inset: 0% auto auto 20rem;
}

.div-block-3 {
  width: 18rem;
}

.seed-portfolio_card-copy {
  cursor: none;
  position: relative;
}

.seed-portfolio_card-copy.is-4 {
  cursor: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-style-h3-2 {
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.home-hero_projects-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.home-about_grid {
  color: var(--black);
  grid-template-rows: auto;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar_menu-link-container {
  color: #000;
  text-transform: uppercase;
  padding: 1rem 2rem;
  text-decoration: none;
}

.button-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #fa682f;
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 14px -6px #00000080;
}

.home-work_projects-slider {
  background-color: #0000;
  min-height: 80vh;
}

.navbar_component {
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
}

.btn_icn {
  z-index: 1;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

.btn_icn.is-secondary {
  width: 1.25rem;
  height: 1.25rem;
}

.navbar_logo-wrapper {
  width: 5rem;
}

.home-hero_header-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-style-h1-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}

.navbar_logo {
  object-fit: cover;
}

.home-work_component {
  color: #fff;
  background-color: #141216;
  border-radius: 2rem;
  padding: 4rem 2rem 2rem;
}

.home-work_projects-slide {
  border-radius: 2rem;
  overflow: hidden;
}

.home-work_services-title {
  text-transform: uppercase;
  font-size: 6rem;
}

.home-hero_projects-container {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/MIABE-BEER-0-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 2rem;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 30rem;
  padding: 1rem 2rem;
  display: flex;
}

.home-hero_projects-container.is-left {
  background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6717d86355912561c5e802cf/6717d86355912561c5e803bb_AUJOURD'HUI%20C'EST%20CADO%20TEMPLATE-min.jpg");
}

.secondary-btn_bg {
  background-color: #e2d9d2;
  border-radius: 999px;
  justify-content: flex-end;
  align-items: center;
  width: 2rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.home-hero_component {
  background-color: #141216;
  border-radius: 2rem;
}

.home-about_profile-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.home-about_paragraph {
  font-size: 2rem;
}

.secondary-button_wrapper {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.home-work_services-img-container {
  text-align: right;
  background-image: url('../images/WEB-LOGO-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-work_services-img-container.is-right {
  justify-content: flex-start;
  align-items: center;
}

.home-work_services-img-container.is-right.is-mockup {
  background-image: url('../images/WEB-MOCKUP-DESIGN-min.jpg');
}

.home-work_services-img-container.is-right.is-design {
  background-image: url('../images/WEB-DESIGN-2-min.jpg');
}

.home-work_services-img-container.is-affiche {
  background-image: url('../images/AFFICHES-WEB-min.jpg');
}

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

.btn_text {
  z-index: 1;
  font-size: 1.25rem;
  position: relative;
}

.home-work_projects-component {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-xlarge-2 {
  padding: 8rem 4rem 4rem;
}

.home-hero_container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.btn-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 999px;
  justify-content: flex-end;
  align-items: center;
  padding: .625rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn_bg {
  background-color: #141216;
  border-radius: 999px;
  justify-content: flex-end;
  align-items: center;
  width: 2.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.home-work_services-wrapper {
  color: #e2d9d2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-work_services-wrapper.is-right {
  justify-content: flex-start;
  align-items: center;
}

.home-work_services-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.home-about_profile-img-container {
  background-image: url('../images/photo_2024-05-21_14-08-22.jpg');
  background-position: 50% 25%;
  background-size: 225%;
  border-radius: 100%;
  width: 12rem;
  height: 12rem;
  overflow: hidden;
}

.navbar_menu-icn-wrapper {
  background-color: #111;
  border-radius: 100%;
  width: .4rem;
  height: .4rem;
  position: relative;
}

.secondary-button_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fa682f;
  background-color: #e2d9d2;
  border-radius: 999px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: .75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_home-hero {
  color: #fff;
}

.secondary-button_txt {
  z-index: 2;
  font-size: 1.25rem;
  position: absolute;
  right: -7rem;
}

.render_body {
  background-color: #e2d9d2;
}

@media screen and (min-width: 1280px) {
  .seed-header_h1 {
    font-size: 7.5vw;
  }
}

@media screen and (min-width: 1440px) {
  .nl_sct_post-style.is-1 {
    top: 6.875rem;
    left: 6.375rem;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav_button {
    color: #fff;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-7 {
    color: #fff;
    font-size: 1.5rem;
  }

  .slider-titles_heading {
    font-size: 15vw;
  }

  .slider-gallery_bottom-wrapper {
    flex-flow: wrap;
  }

  .slider-gallery_button-wrapper {
    width: auto;
  }

  .slider-thumbs_component {
    width: 100%;
  }

  .slider-thumbs_wrap {
    width: 33.3333%;
  }

  .padding-xlarge-2 {
    padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .padding-xlarge-2 {
    padding: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c22aa-c5e802ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c22c9-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c22ce-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c22d3-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c22d8-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c22de-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c22e4-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c22ea-c5e802ee {
  justify-self: start;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c23cd-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c23d5-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c23ec-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2405-c5e802ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c2408-c5e802ee {
  justify-self: start;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c240a-c5e802ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c240d-c5e802ee {
  justify-self: start;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c245f-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2469-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c246a-c5e802ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c24de-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c24e3-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c24e8-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c24ed-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c24f2-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c24f7-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2501-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2506-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c250b-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2510-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2515-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c251a-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c251f-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2524-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2529-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c252e-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2533-c5e802ee {
  justify-self: start;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c2537-c5e802ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c2538-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c253d-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2542-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2547-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c255c-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2561-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2566-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c256b-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2570-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2575-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c257f-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2584-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2589-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c258e-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2593-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2598-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c259d-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25a2-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25a7-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25ac-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25b1-c5e802ee {
  justify-self: start;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c25b5-c5e802ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c25b6-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25bb-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25c0-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25c5-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25d7-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25dc-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25e1-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25e6-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25eb-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25f0-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25f5-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25fa-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c25ff-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c2604-c5e802ee {
  justify-self: start;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c2608-c5e802ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c2609-c5e802ee {
  justify-self: start;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c260c-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c268f-c5e802ee, #w-node-_4b7923e9-eae7-fb8f-861b-8448156c26bc-c5e802ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b7923e9-eae7-fb8f-861b-8448156c2700-c5e802ee {
  justify-self: start;
}

#w-node-_237e8ac5-9327-3a5b-4912-886935a384f5-c5e802f0, #w-node-_620917ca-b060-6a4f-d0f3-e3bac07e56c5-c5e802f0, #w-node-ae7e8cb1-164b-0414-3aaa-38f3087933d7-c5e802f0, #w-node-b391cc42-1d66-ab91-2d80-f4f6a403616e-c5e802f0, #w-node-ba8ab769-4db8-ba06-b161-de569e49a569-c5e802f0, #w-node-_506e6fca-3cbc-2fa2-bdba-924f5ee9707c-c5e802f0, #w-node-_613abd3c-9f5f-14cc-3378-98a0a4f38c5d-c5e802f0, #w-node-_613abd3c-9f5f-14cc-3378-98a0a4f38c66-c5e802f0, #w-node-_613abd3c-9f5f-14cc-3378-98a0a4f38c6f-c5e802f0, #w-node-c71c2e51-0ec7-99f4-944f-24220b8bcc06-c5e802f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest Book';
  src: url('../fonts/AllrounderGroteskTest-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-BookItalic.otf') format('opentype'), url('../fonts/AllrounderGroteskTest-RegularItalic.otf') format('opentype'), url('../fonts/AllrounderGroteskTest-AirItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-Bold.otf') format('opentype'), url('../fonts/AllrounderGroteskTest-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-BoldItalic.otf') format('opentype'), url('../fonts/AllrounderGroteskTest-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest Air';
  src: url('../fonts/AllrounderGroteskTest-Air.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Allroundergrotesktest';
  src: url('../fonts/AllrounderGroteskTest-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}