@font-face {
  font-family: Roobert Pro;
  src: url('../fonts/RoobertPRO-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roobert Pro;
  src: url('../fonts/RoobertPRO-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roobert Pro;
  src: url('../fonts/RoobertPRO-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roobert Pro;
  src: url('../fonts/RoobertPRO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-burgundy: #750009;
  --accent: #750009;
  --text-primary: white;
  --white: white;
  --color: black;
  --white-tint: #ffffff61;
  --font-family: 'Roobert Pro', sans-serif;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

body {
  background-color: var(--base-burgundy);
  color: var(--white);
  letter-spacing: 0;
  font-family:
    Roobert Pro,
    sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.28em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 100;
}

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

label {
  margin-bottom: 0.3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 0.3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 7em;
}

.container.is-slider {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  min-height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  overflow: hidden;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.slider_wrap {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  gap: 0;
}

.slider_left {
  width: 40%;
  min-width: 40%;
  position: relative;
  z-index: 2;
}

.slider_right {
  width: 60%;
  min-width: 0;
  overflow: visible;
  position: relative;
}

.slider_title {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.slider_title-text {
  letter-spacing: -0.03em;
  padding-bottom: 0.28em;
  font-size: clamp(2.4rem, 4vw, 5.4rem);
  font-weight: 400;
  line-height: 0.9;
}

.swiper.is-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper.is-photos {
  overflow: visible !important;
  height: 80svh;
  aspect-ratio: 4 / 6;
  width: auto;
}

.swiper-wrapper.w--current {
  background-color: var(--base-burgundy);
  color: var(--white);
}

.swiper-wrapper.is-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper.is-photos {
  width: 100%;
  position: relative;
}

.swiper-slide.is-content {
  z-index: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 2.6em;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.swiper-slide.is-photos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.2em;
  height: 80svh;
  aspect-ratio: 4 / 6;
  width: auto;
}

.slider_info-middle {
  margin-top: 2.75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.4em;
  padding-bottom: 3.4em;
  padding-right: 1em;
}

.slider_info-text {
  width: 100%;
  max-width: 22.3em;
  font-size: 1rem;
}

.slider_tagline {
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1rem;
}

.arrows {
  z-index: 50;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-top: auto;
}

.arrow {
  border: 0.0625em solid #b8a5ff3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  margin-right: 1em;
  transition: all 0.2s;
  display: flex;
}

.arrow.is-left,
.arrow.is-right {
  background-color: var(--white-tint);
}

.arrow.is-left:hover,
.arrow.is-right:hover {
  background-color: var(--white-tint);
  border-color: var(--white);
}

.arrow_svg {
  color: var(--white);
  width: 1.6em;
  height: 2.25em;
}

.arrow_svg.is-alt {
  color: var(--white);
  transform: rotate(-180deg);
}

.slider_height {
  height: 80svh;
  aspect-ratio: 4 / 6;
  width: auto;
  padding-top: 0%;
  position: relative;
}

/* Group Header — Webflow exact class names */
.group-header {
  text-align: center;
  margin-top: 1.75em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-2 {
  text-align: center;
  font-weight: 300;
}

.slider_tagline.center {
  text-align: center;
  font-weight: 300;
}

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

.profile-link-wrap {
  cursor: pointer;
  margin-top: 1.875em;
  margin-bottom: 2.25em;
}

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

.content-below {
  max-width: 1400px;
  margin: 47px auto 85px;
}

.box-inner {
  z-index: 1;
  background-color: #0000009e;
  border-radius: 0;
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.work_item {
  color: #d1ecee4d;
  cursor: pointer;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 30svh;
  height: 9svh;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.section_hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  display: flex;
  position: relative;
}

.nav {
  z-index: 1;
  position: fixed;
  inset: 0% 0% auto;
}

.content-signal {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.circle-image {
  object-fit: cover;
  border-radius: 8px;
  width: 12vw;
  height: 12vw;
  display: block;
  position: absolute;
}

.draggable-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menutop {
  width: 100%;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  height: 9svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal-content-w {
  max-width: 54rem;
  padding: 3rem;
}

.hero_title {
  letter-spacing: -0.04em;
  margin-left: -0.05em;
  font-size: 21em;
  font-weight: 400;
  line-height: 0.8;
}

.navbar {
  background-color: var(--base-burgundy);
  justify-content: space-around;
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
}

.circle-wrapper {
  z-index: 0;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1024px;
  height: 1024px;
  margin: auto 50%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(-50%);
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.shopnowtext {
  font-weight: 200;
}

.container-2 {
  z-index: 1;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7em;
  position: relative;
}

.container-2.is--draggable {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
}

.container-2.is--nav {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-2.is--hero {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  padding-top: 11.7em;
  display: flex;
}

.label {
  color: #f3ecec;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

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

.box {
  width: 20em;
  position: relative;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #fff0;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: -2rem;
}

.menuimage {
  position: relative;
}

.menuimage.is--hero {
  border-bottom: 1px solid #d1ecee29;
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

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

.navhead {
  color: #f8f8f8;
  justify-content: flex-start;
  align-items: center;
  height: 9svh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navhead:hover {
  color: #040606;
}

.navhead.w--current {
  color: var(--white);
  cursor: pointer;
}

.heading-large {
  color: #f3ecec;
  letter-spacing: -4px;
  font-family:
    Georgia,
    Times,
    Times New Roman,
    serif;
  font-size: 80px;
  line-height: 100%;
}

.page-wrapper-3 {
  background-color: var(--base-burgundy);
  width: 100%;
  font-size: 1em;
  position: relative;
}

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

.image-contain {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: var(--base-burgundy);
}

.headline-signal {
  max-width: 400px;
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #7f1013;
  border-radius: 2em;
  min-width: 11em;
  padding: 0.75em 2em 0.875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s;
}

.btn-w:hover {
  background-color: var(--base-burgundy);
}

.modal-3-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

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

.grid-2 {
  grid-template-rows: auto;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  background-color: var(--base-burgundy);
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: var(--base-burgundy);
  transform: rotate(-45deg);
}

.box-contain {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.work_wrap {
  padding-top: 80vh;
  padding-bottom: 80vh;
  padding-left: 27%;
}

.modal {
  background-color: #fff;
  border-radius: 0;
  flex: none;
  width: 100%;
  max-width: 54rem;
  height: auto;
  margin: auto;
  position: relative;
}

.master-signal {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  margin-top: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 45%;
}

.tradeheading {
  color: #fff;
  margin-bottom: 5.6rem;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-weight: 100;
}

.register-input {
  color: var(--white);
  background-color: #0000;
  height: 65px;
  font-size: 1.5vw;
  transform: translate(0);
}

.btn---wrap {
  background-color: #000;
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  transition: border-color 0.3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

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

.page-footer {
  background-color: #000;
  height: 800px;
}

.button-abcgrid {
  color: #f7f5ed;
  background-color: #ed2a9d;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 150px;
  max-width: 200px;
  padding: 21px 0;
  display: flex;
}

.button-abcgrid:hover {
  color: #ffd321;
}

.button-abcgrid.reverse {
  color: #131313;
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  max-width: none;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 11px;
}

.section-2 {
  overflow: hidden;
}

.section-2.bg-neutral-lightest {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.section-2.x-hero {
  z-index: 10;
  padding-top: 3rem;
  position: relative;
  overflow: visible;
}

.form-block-custom {
  color: #131313;
}

.projectstart {
  text-align: center;
  margin-top: 4.1rem;
  margin-bottom: 2.6rem;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 4rem;
  font-weight: 200;
}

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

.input {
  height: 60px;
}

.input.password-toggle-text {
  font-size: 1.2vw;
}

.form-custom {
  z-index: 90;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  max-width: 1500px;
  display: grid;
  position: relative;
  overflow: visible;
  transform: translate(0);
}

.registerformgrid {
  grid-row-gap: 16px;
  color: #131313;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.nav---link {
  color: var(--white);
  border-bottom: 0.125rem solid #ece16a00;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  transition: border-color 0.3s;
}

.nav---link:hover {
  color: #000;
  border-bottom-color: #ece16a;
}

.nav---link.w--current {
  color: #eb2a84;
}

.nav---link.auth-btn:hover {
  border-bottom-color: var(--color);
}

._00login {
  color: #131313;
  cursor: pointer;
  background-color: #fff;
  background-image:
    linear-gradient(#0000006e, #0000006e), url('../images/background_bigoaktree.jpg');
  background-position:
    0 0,
    50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.error-message-abctrade {
  background-color: #fcfcfc;
}

.registerlabel {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 9px;
  font-weight: 300;
}

.rich-text-block {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 0.8vw;
  font-weight: 300;
}

.name-block {
  margin-bottom: 100px;
  font-size: 4vw;
  line-height: 100%;
}

.story_h1 {
  font-family:
    Roobert Pro,
    sans-serif;
  font-weight: 300;
}

.story_h2,
.story_h3,
.story_h4,
.story_h5 {
  font-weight: 300;
}

.story_link {
  border-bottom: 1px solid #000;
}

.story_paragraph {
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 72px;
  font-size: 1.3vw;
  font-weight: 300;
}

.heading {
  font-weight: 300;
}

.demo-card__avatar-icon {
  width: 100%;
  height: 100%;
}

.demo-card__bottom {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overlapping-slider__list {
  z-index: 0;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.demo__card-avatar {
  background-color: var(--base-burgundy);
  color: #fff;
  border-radius: 100em;
  flex: none;
  width: 3em;
  height: 3em;
  padding: 0.625em;
}

.demo-card-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  height: 80svh;
  aspect-ratio: 4 / 6;
  background-color: #fff;
  border: 0.1875em solid #000;
  border-radius: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 85vw;
  padding: 3em 2em 2em;
  display: flex;
  overflow: scroll;
}

.overlapping-slider__wrap {
  z-index: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: relative;
}

.overlapping-slider__collection {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 23px;
  display: flex;
  position: relative;
}

.overlapping-slider__collection.hide {
  display: none;
}

.demo-card__p {
  color: var(--white);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
}

.overlapping-slider__item {
  flex: none;
  margin-right: 1.5em;
}

.demo-card__h {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
}

.button {
  background-color: var(--base-burgundy);
}

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

.modal-colgate-popup {
  z-index: 99;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.centerbuttonwrap {
  align-self: center;
}

.demo-header {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  background-color: var(--color);
  font-variation-settings: 'wght' 670;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #201d1d26;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100svh;
  padding: 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.demo-footer__col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-footer {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  font-variation-settings: 'wght' 670;
  letter-spacing: -0.02em;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100svh;
  padding: 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.demo-header__nav-a {
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.footer-wrap__dark {
  opacity: 0;
  pointer-events: none;
  background-color: #201d1d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.demo-header__logo {
  width: 15em;
}

.demo-eyebrow {
  opacity: 0.5;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-header__nav-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.demo-footer__a {
  color: inherit;
  font-size: 2.75em;
  line-height: 1;
  text-decoration: none;
}

.demo-header__img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.demo-header__h1 {
  letter-spacing: -0.03em;
  max-width: 11em;
  font-size: 4em;
  font-weight: 600;
  line-height: 0.95;
}

.demo-header__title-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  padding-left: calc(33.3333% + 0.833333em);
  display: flex;
}

.demo-footer__links-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-p {
  max-width: 19em;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-footer__logo-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.demo-main {
  margin-bottom: 136px;
  overflow: clip;
}

.footer-wrap {
  position: relative;
  overflow: hidden;
}

.demo-header__info-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-header__col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-footer__links {
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
  flex-flow: column;
  align-items: flex-start;
  font-size: 1.5vw;
  display: flex;
}

.registered-link {
  border-style: none none solid;
  border-width: 0.0625em;
  border-color: var(--white);
  color: var(--white);
}

.registered-link:hover {
  border-bottom-color: var(--white-tint);
  color: var(--white-tint);
}

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

.list-2,
.paragraph-5,
.paragraph-6,
.paragraph-7,
.paragraph-8,
.paragraph-9 {
  color: var(--white);
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-h1,
.card-h2,
.card-h3,
.card-h4,
.card-h5,
.card-h6,
.card-paragraph,
.card-quote,
.card-ol-title,
.card-list,
.card-ul-title {
  color: var(--white);
}

.demo-card-main {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  aspect-ratio: 3 / 4;
  background-color: #fff;
  border: 0.1875em solid #000;
  border-radius: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24em;
  max-width: 85vw;
  padding: 3em 2em 2em;
  display: flex;
  overflow: scroll;
}

.card-rich {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.offeremedwrap {
  height: 0;
  overflow: hidden;
}

.card-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.login7_footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.login7_image-wrapper {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  justify-content: center;
  align-items: center;
}

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

.login7_content-left {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.login7_navbar {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.login7_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: auto;
}

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

._00login-wrap {
  flex: 1;
  position: relative;
}

.loginwrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 30vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form {
  flex: 1;
  width: 100%;
  min-width: auto;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  background-color: var(--color);
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 69px;
}

.loginheadline {
  margin-bottom: 35px;
}

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

.success-block,
.error-block {
  color: var(--color);
}

.error-message {
  width: 100%;
}

.error-message._w-form-fail {
  color: var(--color);
}

.reset-password {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
}

.reset-link {
  cursor: pointer;
}

.login-widget {
  display: block;
}

.flex-form-wrap {
  justify-content: space-between;
  margin-top: 19px;
  display: flex;
}

.checkcustom {
  width: 20px;
  height: 20px;
  margin-left: -25px;
}

.checkcustom.w--redirected-checked {
  background-color: var(--color);
  padding: 13px;
}

.div-block {
  align-self: center;
}

.loading-container {
  z-index: 500;
  pointer-events: none;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loading-screen {
  pointer-events: auto;
  color: #fff;
  background-color: var(--base-burgundy);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.loading-words {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  opacity: 0;
  align-items: center;
  display: flex;
}

.loading-words__dot {
  color: var(--base-burgundy);
  background-color: #fff;
  border-radius: 50%;
  width: 0.75em;
  height: 0.75em;
  display: none;
}

.loading-words__word {
  margin-bottom: 0;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1;
}

.work_title {
  color: #f1f8f8;
  font-size: 7em;
  font-weight: 300;
  line-height: 1;
}

.work_title:hover {
  color: #101314;
}

.formblock {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 0%;
}

.tagwrap {
  position: relative;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox-agree {
  margin-bottom: 0;
}

.formwhite {
  color: var(--white);
  margin-left: 5px;
}

.register-right-align {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.formwrap {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.share-btn {
  background-color: var(--color);
  letter-spacing: 0.2em;
  font-size: 0.9em;
}

.hide {
  display: none;
}

.headingsmall {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-size: 0.9em;
  font-weight: 400;
}

.logoleft {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.logoblockcontainer {
  justify-content: center;
  width: 30%;
  height: auto;
  margin-bottom: 38px;
  display: flex;
}

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

.work_item-2 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  display: flex;
}

.ctawrapper {
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.user-wrapper {
  border-left: 1px solid #00000080;
  width: 75%;
  margin-left: 25%;
}

.container-right {
  border-left: 1px solid var(--white-tint);
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 8.8em 2.1em;
}

.work_img-flex {
  z-index: 4;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work_img {
  flex: none;
  width: 27em;
  position: relative;
  transform: translate(-50%);
}

.work_img-height {
  width: 100%;
  padding-top: 130%;
  position: relative;
}

.work_photo {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.work_link {
  margin-left: 4.4em;
  position: relative;
}

.work_title-2 {
  z-index: 1;
  text-transform: uppercase;
  font-size: 14.5em;
  line-height: 0.8;
  position: relative;
}

.work_title-2.is-1 {
  color: var(--white);
  font-size: 9em;
  line-height: 1.5;
}

.work_title-2.is-2 {
  width: 25%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.work_item-3 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  display: flex;
}

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

.social-wrapper-outer {
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  margin-top: 31px;
  display: flex;
}

.website {
  color: var(--white);
  font-size: 16px;
}

.website:hover {
  color: var(--color);
}

.social-trio {
  justify-content: flex-start;
  width: 160px;
  display: flex;
}

.email_link {
  color: var(--white);
  background-image: url('../images/profileicons_Email.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 35px;
  font-weight: 700;
  display: flex;
}

.email_link:hover {
  color: #7a5eb7;
}

.email_link:active {
  color: #f70177;
}

.linkedin_link {
  color: #12076b;
  background-image: url('../images/profileicons_Linkedin.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 35px;
  font-weight: 700;
  display: flex;
}

.linkedin_link:hover {
  color: #7a5eb7;
}

.linkedin_link:active {
  color: #f70177;
}

.facebook_link {
  color: #12076b;
  background-image: url('../images/profileicons_Facebook.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 35px;
  font-weight: 700;
  display: flex;
}

.facebook_link:hover {
  color: #7a5eb7;
}

.facebook_link:active {
  color: #f70177;
}

.x_link {
  color: #12076b;
  background-image: url('../images/profileicons_X.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 35px;
  font-weight: 700;
  display: flex;
}

.x_link:hover {
  color: #7a5eb7;
}

.x_link:active {
  color: #f70177;
}

.instagram_link {
  color: #12076b;
  background-image: url('../images/profileicons_Instagram.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 35px;
  font-weight: 700;
  display: flex;
}

.instagram_link:hover {
  color: #7a5eb7;
}

.instagram_link:active {
  color: #f70177;
}

.youtube_link {
  color: #12076b;
  background-image: url('../images/profileicons_Youtube.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 35px;
  font-weight: 700;
  display: flex;
}

.youtube_link:hover {
  color: #7a5eb7;
}

.youtube_link:active {
  color: #f70177;
}

.repository_link {
  color: #12076b;
  background-image: url('../images/profileicon_repository_Repository.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 35px;
  font-weight: 700;
  display: flex;
}

.repository_link:hover {
  color: #7a5eb7;
}

.repository_link:active {
  color: #f70177;
}

.profile-tags {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
}

.draggable-marquee {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.draggable-marquee__collection {
  will-change: transform;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.draggable-marquee__list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.draggable-marquee__item {
  aspect-ratio: 1;
  border-radius: 1.25em;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 7em;
  margin-right: 1em;
  display: flex;
  overflow: hidden;
}

.draggable-marquee__item.is--round {
  border-radius: 100em;
}

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

.tags-scroll {
  background-color: var(--color);
  color: var(--white);
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.profilecards {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
}

.code-embed-2 {
  object-fit: none;
  width: 100%;
  height: 100%;
}

.profile-docs {
  max-width: 1200px;
  margin-bottom: 118px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
.profile-docs .card-rich {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}

@media screen and (min-width: 1440px) {
  .box-inner {
    border-radius: 0;
  }

  .content-signal {
    max-width: 49.306vw;
  }

  .circle-image {
    width: 9vw;
    height: 9vw;
  }

  .circle-wrapper {
    width: 71.111vw;
    height: 71.111vw;
  }

  .close-btn-w {
    background-color: #fff0;
  }

  .heading-large {
    letter-spacing: -0.278vw;
    font-size: 5.556vw;
  }

  .headline-signal {
    max-width: 27.778vw;
  }

  .close-btn-line.is--2nd,
  .close-btn-line.is--1st {
    background-color: var(--base-burgundy);
  }

  .master-signal {
    max-width: 53.333vw;
    margin-top: 34.722vw;
  }
}

@media screen and (min-width: 1920px) {
  .logoimage {
    width: 6svw;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
  }

  .box-inner {
    border-radius: 0;
  }

  .brand {
    justify-content: center;
    align-items: center;
    width: 30svh;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    display: flex;
  }

  .circle-image {
    width: 9vw;
    height: 9vw;
  }

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

  .modal-content-w {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .navbar {
    background-color: var(--base-burgundy);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .circle-wrapper {
    width: 56.8888vw;
    height: 56.8888vw;
  }

  .image-left {
    flex: 1;
    position: relative;
  }

  .image-3 {
    width: 25svh;
  }

  .label {
    color: #f3ecec;
  }

  .close-btn-w {
    background-color: #fff0;
  }

  .logowrapper {
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .navhead {
    color: #d1d1d1;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-large {
    letter-spacing: -0.2224vw;
    font-size: 4.4448vw;
  }

  .code {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .headline-signal {
    max-width: 22.2224vw;
  }

  .grid-2 {
    grid-template-rows: auto;
  }

  .close-btn-line.is--2nd,
  .close-btn-line.is--1st {
    background-color: var(--base-burgundy);
  }

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

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

  .master-signal {
    margin-top: 27.7776vw;
  }

  .page-footer {
    min-height: 800px;
  }

  .section-2.bg-neutral-lightest {
    max-width: 1500px;
  }

  .demo-card-main {
    width: 35em;
  }

  .card-rich {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 0.619375em;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .box-inner {
    transform-origin: 50% 0;
    border-radius: 0;
    padding-top: 60%;
  }

  .section_hero {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-top: 3rem;
  }

  .circle-image {
    width: 20vw;
    height: 20vw;
  }

  .hero_title {
    font-size: 24vw;
  }

  .navbar {
    display: block;
  }

  .menu-button {
    background-color: #0000;
    height: 5rem;
    margin: auto;
  }

  .menu-button.w--open {
    background-color: var(--base-burgundy);
  }

  .container-2 {
    padding: 6vw;
  }

  .container-2.is--hero {
    min-height: 80vh;
    padding-top: 11.4em;
  }

  .box {
    margin-top: 25px;
  }

  .close-btn-w {
    background-color: #fff0;
  }

  .navhead {
    background-color: var(--base-burgundy);
  }

  .heading-large {
    letter-spacing: -3.5px;
    font-size: 72px;
  }

  .headline-signal {
    max-width: 340px;
  }

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

  .close-btn-line.is--1st {
    background-color: var(--base-burgundy);
  }

  .box-contain {
    align-items: flex-start;
    padding-top: 4em;
  }

  .work_wrap {
    padding-top: 30.3em;
    padding-bottom: 100vh;
    padding-left: 0%;
  }

  .form-custom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .nav---link {
    color: #d1d1d1;
    border-bottom-style: none;
    padding: 1.5rem 2rem;
    font-size: 1.266rem;
  }

  .nav---link:hover {
    border-bottom-style: none;
  }

  .nav---link.auth-btn {
    background-color: var(--base-burgundy);
  }

  .demo-footer__col {
    width: 100%;
  }

  .demo-header__logo {
    width: 50vw;
  }

  .demo-header__title-row {
    padding-left: 0;
  }

  .demo-footer__links-row {
    flex-flow: column;
  }

  .demo-footer__logo-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .demo-header__info-row {
    flex-flow: column;
  }

  .demo-header__col {
    width: 100%;
  }

  .icon {
    justify-content: center;
    align-items: center;
    height: 3rem;
    display: flex;
  }

  .login7_footer {
    justify-content: center;
    padding-left: 0%;
  }

  .login7_image-wrapper {
    display: none;
  }

  .login7_content-left {
    padding-top: 6rem;
  }

  .login7_navbar {
    justify-content: center;
  }

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

  .login7_image {
    height: 40rem;
  }

  .work_title {
    font-size: 13vw;
  }

  .registerform {
    width: 90%;
  }

  .container-right {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .work_img-flex {
    display: none;
  }

  .work_link {
    margin-left: 5vw;
  }

  .work_title-2 {
    font-size: 17vw;
  }

  .menu-button-2 {
    background-color: #c8c8c8;
  }

  .menu-button-2.w--open {
    background-color: var(--base-burgundy);
  }
}

@media screen and (max-width: 767px) {
  .slider_wrap {
    flex-direction: column-reverse;
  }

  .slider_left {
    width: 100%;
  }

  .slider_right {
    width: 100%;
    padding-bottom: 4em;
  }

  .swiper.is-content {
    position: relative;
  }

  .swiper.is-photos {
    padding-left: 9%;
    padding-right: 9%;
  }

  .circle-image {
    width: 20vw;
    height: 20vw;
  }

  .modal-content-w {
    padding: 2rem;
  }

  .circle-wrapper {
    width: 700px;
    height: 700px;
  }

  .container-2.is--hero {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

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

  .heading-large {
    letter-spacing: -3px;
    font-size: 44px;
  }

  .page-wrapper-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .headline-signal {
    max-width: 200px;
  }

  .master-signal {
    max-width: 616px;
    margin-top: 450px;
  }

  .section-2.x-hero {
    height: auto;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .demo-header {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-footer__col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .demo-footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-header__nav-a {
    max-width: 100%;
    font-size: 1em;
  }

  .demo-eyebrow {
    font-size: 1em;
  }

  .demo-footer__a {
    font-size: 1.75em;
  }

  .demo-header__h1 {
    font-size: 3em;
  }

  .demo-p {
    max-width: 100%;
    font-size: 1.25em;
  }

  .demo-header__info-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .login7_footer {
    height: 4rem;
  }

  .login7_content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .login7_navbar {
    height: 4rem;
  }

  .login7_image {
    height: 30rem;
  }

  .loading-words {
    font-size: 2.75vw;
  }

  .logoblockcontainer {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .circle-image {
    width: 40vw;
    height: 40vw;
  }

  .menutop {
    margin-left: auto;
    margin-right: auto;
  }

  .modal-content-w {
    padding: 1.5rem;
  }

  .box {
    width: 10em;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .btn-w {
    font-size: 0.9375rem;
  }

  .modal-3-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .box-contain {
    padding-top: 4.1em;
  }

  .work_wrap {
    padding-top: 21.2em;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .page-main {
    overflow: hidden;
  }

  .section-2.x-hero {
    margin-top: 60px;
  }

  .form-custom {
    grid-template-columns: 1fr;
  }

  ._00login {
    background-image: linear-gradient(#0000, #0000), url('../images/background_bigoaktree.jpg');
    background-position:
      0 0,
      0%;
    justify-content: flex-start;
    align-items: center;
  }

  .modal-colgate-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .login7_image {
    height: 25rem;
  }

  .social-wrapper-outer {
    width: 95%;
  }

  .email_link,
  .linkedin_link,
  .facebook_link,
  .x_link,
  .instagram_link,
  .youtube_link,
  .repository_link {
    width: 90%;
  }
}

#register-form.w-node-_994b36b4-ed9f-8548-f818-40e31adf3c46-a9078690 {
  justify-self: auto;
}

#w-node-fd49a337-dd78-d9ce-93a0-fa10f3d7630f-a9078690 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_07259c70-a74e-a3a3-edef-49db59839303-359075b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#register-form.w-node-_89a4056b-ce76-2073-9cd4-a7920bcc29ca-0cb1ab67 {
  justify-self: auto;
}

#w-node-_89a4056b-ce76-2073-9cd4-a7920bcc29e2-0cb1ab67 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #register-form.w-node-_994b36b4-ed9f-8548-f818-40e31adf3c46-a9078690,
  #register-form.w-node-_89a4056b-ce76-2073-9cd4-a7920bcc29ca-0cb1ab67 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #register-form.w-node-_994b36b4-ed9f-8548-f818-40e31adf3c46-a9078690,
  #register-form.w-node-_89a4056b-ce76-2073-9cd4-a7920bcc29ca-0cb1ab67 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #register-form.w-node-_994b36b4-ed9f-8548-f818-40e31adf3c46-a9078690,
  #register-form.w-node-_89a4056b-ce76-2073-9cd4-a7920bcc29ca-0cb1ab67 {
    justify-self: center;
  }
}

@font-face {
  font-family: 'Roobert Pro';
  src: url('../fonts/RoobertPRO-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert Pro';
  src: url('../fonts/RoobertPRO-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert Pro';
  src: url('../fonts/RoobertPRO-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert Pro';
  src: url('../fonts/RoobertPRO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ── Nav Auth Elements ── */
.profiles-nav__user {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 9svh;
}
/* ── Profile Detail Hero Grid ── */
.profile-hero {
  min-height: auto;
  padding: 0;
}
.profile-hero__grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding: 8em 7em;
}
.profile-hero__info-col {
  flex: 1 1 0%;
  color: #fff;
  padding-right: 2em;
}
.profile-hero__major {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 0.5em 0;
  letter-spacing: 0.02em;
  opacity: 0.85;
}
.profile-hero__name {
  font-size: 3.28em;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1.5em 0;
  letter-spacing: -0.02em;
}
.profile-hero__excerpt {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.85;
  max-width: 40em;
  margin: 0 0 1.5em 0;
  color: #fff;
}
.profile-hero__website {
  margin-bottom: 1.5em;
}
.profile-hero__website-link {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  transition: opacity 0.2s;
}
.profile-hero__website-link:hover {
  opacity: 0.7;
}
.profile-hero__socials {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  margin-top: 1em;
}
.profile-hero__image-col {
  flex: 1 1 0%;
}
.profile-hero__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

/* Tablet */
@media screen and (max-width: 991px) {
  .profile-hero__grid {
    padding: 8em 6vw;
  }
  .profile-hero__info-col {
    padding-right: 2em;
  }
}
/* Mobile */
@media screen and (max-width: 767px) {
  .profile-hero__grid {
    flex-direction: column;
    padding: 0;
  }
  .profile-hero__image-col {
    order: -1;
    width: 100%;
  }
  .profile-hero__photo {
    width: 100%;
    max-height: none;
  }
  .profile-hero__info-col {
    padding: 3.4em 3.4em 3.4em 3.4em;
    width: 100%;
  }
}

.profiles-nav__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #73000a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #fff;
}

/* ── Profile Groups Pills ── */
.profile-hero__groups {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  margin-top: 1.25em;
}
.profile-hero__group-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.profile-hero__group-link:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}
.profile-hero__group-link svg {
  flex-shrink: 0;
  opacity: 0.6;
}

/* ── Profile Edit Button ── */
.profile-edit-btn {
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.65em 1.8em;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  font-family: inherit;
}
.profile-edit-btn:hover {
  opacity: 0.8;
}

/* ── Profile Edit Modal ── */
.pe-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 3em 1em;
  overflow-y: auto;
}
.pe-modal {
  background: #fff;
  color: #333;
  width: 100%;
  max-width: 600px;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.pe-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5em 2em;
  border-bottom: 1px solid #e5e5e5;
}
.pe-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #111;
}
.pe-close {
  background: none;
  border: none;
  color: #999;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}
.pe-close:hover {
  color: #333;
}
.pe-body {
  padding: 1.5em 2em;
  overflow-y: auto;
  flex: 1;
}
.pe-section {
  margin-bottom: 2em;
}
.pe-section:last-child {
  margin-bottom: 0;
}
.pe-section-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 1em 0;
  opacity: 0.7;
}
.pe-hint {
  font-size: 0.75rem;
  color: #999;
  margin: 0.25em 0 0.75em 0;
}
.pe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.pe-field {
  display: flex;
  flex-direction: column;
}
.pe-field--full {
  grid-column: 1 / -1;
}
.pe-label {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.35em;
  color: #333;
}
.pe-input {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  padding: 0.6em 0.75em;
  font-size: 0.875rem;
  border-radius: 0.25em;
  font-family: inherit;
  transition: border-color 0.2s;
}
.pe-input:focus {
  outline: none;
  border-color: #999;
}
.pe-input::placeholder {
  color: #bbb;
}
.pe-textarea {
  resize: vertical;
  min-height: 4em;
}
.pe-message {
  padding: 0.75em 1em;
  border-radius: 0.25em;
  font-size: 0.875rem;
  margin-bottom: 1em;
}
.pe-message.success {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.pe-message.error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.pe-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.75em;
  padding: 1.25em 2em;
  border-top: 1px solid #e5e5e5;
}
.pe-cancel {
  background: none;
  border: 1px solid #ddd;
  color: #666;
  padding: 0.6em 1.5em;
  font-size: 0.875rem;
  cursor: pointer;
  border-radius: 0.25em;
  font-family: inherit;
  transition: background 0.2s;
}
.pe-cancel:hover {
  background: #f5f5f5;
}
.pe-save {
  background: #111;
  color: #fff;
  border: none;
  padding: 0.6em 1.5em;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2em;
  font-family: inherit;
  transition: opacity 0.2s;
}
.pe-save:hover {
  opacity: 0.85;
}
.pe-save:disabled {
  opacity: 0.5;
  cursor: wait;
}

/* ── Tabs ── */
.pe-tabs {
  display: flex;
  gap: 0;
  padding: 0 2em;
  border-bottom: 1px solid #e5e5e5;
  overflow-x: auto;
}
.pe-tab {
  padding: 0.75em 1em;
  font-size: 0.875rem;
  font-weight: 400;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  font-family: inherit;
  transition: color 0.2s;
}
.pe-tab:hover {
  color: #555;
}
.pe-tab.is--active {
  color: #111;
  font-weight: 500;
}
.pe-tab.is--active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #111;
}

/* ── Panels ── */
.pe-panel {
  display: none;
}
.pe-panel.is--active {
  display: block;
}

/* ── Photo Upload ── */
.pe-photo-zone {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 160px;
  border: 2px dashed #ddd;
  border-radius: 0.5em;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  transition: border-color 0.2s;
}
.pe-photo-zone:hover {
  border-color: #999;
}
.pe-photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  color: #bbb;
  font-size: 0.75rem;
}
.pe-photo-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pe-photo-actions {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  display: flex;
  gap: 0.25em;
}
.pe-photo-btn {
  padding: 0.25em 0.6em;
  font-size: 0.7rem;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  border: 1px solid #ddd;
  border-radius: 0.2em;
  cursor: pointer;
  font-family: inherit;
}
.pe-photo-btn:hover {
  background: #fff;
}
.pe-photo-btn--remove:hover {
  background: #fef2f2;
  color: #991b1b;
  border-color: #fecaca;
}

/* ── Toggle Switch ── */
.pe-publish-row {
  margin-bottom: 0.5em;
}
.pe-toggle-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.pe-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}
.pe-toggle__track {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  background: #ccc;
  border-radius: 10px;
  transition: background 0.2s;
}
.pe-toggle[aria-checked='true'] .pe-toggle__track {
  background: #111;
}
.pe-toggle__thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}
.pe-toggle[aria-checked='true'] .pe-toggle__thumb {
  transform: translateX(16px);
}
.pe-toggle__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
}

/* ── List Items (Groups / Stacks) ── */
.pe-list {
  display: flex;
  flex-direction: column;
}
.pe-list-loading,
.pe-list-empty {
  padding: 2em;
  text-align: center;
  color: #999;
  font-size: 0.875rem;
}
.pe-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875em 0;
  border-bottom: 1px solid #eee;
  color: #333;
  text-decoration: none;
  transition: background 0.15s;
}
a.pe-list-item:hover {
  background: #f5f5f5;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-left: -0.5em;
  margin-right: -0.5em;
  border-radius: 0.25em;
}
.pe-list-item__name {
  font-size: 0.9375rem;
  font-weight: 500;
}
.pe-list-item__right {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-shrink: 0;
}
.pe-list-item__tag {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 600;
  padding: 0.2em 0.6em;
  border-radius: 100px;
  background: #0a0a0a;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.pe-list-item__meta {
  font-size: 0.75rem;
  color: #999;
  text-transform: lowercase;
}

@media screen and (max-width: 767px) {
  .pe-overlay {
    padding: 1em;
  }
  .pe-grid {
    grid-template-columns: 1fr;
  }
  .pe-header,
  .pe-body,
  .pe-footer {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .pe-tabs {
    padding: 0 1.25em;
  }
  .pe-tab {
    padding: 0.6em 0.75em;
    font-size: 0.8rem;
  }
}
